@charset "UTF-8";
/* ===============================================================================
Module
=============================================================================== */
/* inner module 
========================= */
/* m-inr-1 */
.m-inr-1 {
  padding: 0 8.09%;
}
.m-inr-1__inr {
  max-width: 1280px;
  margin: 0 auto;
}
.m-inr-1__inr-2 {
  max-width: 1036px;
  margin: 0 auto;
}
.m-inr-1__inr-3 {
  min-width: 640px;
  max-width: 960px;
  width: 67.567%;
  margin: 0 auto;
}
.m-inr-1__inr-4 {
  max-width: 1040px;
  width: 86.873%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-inr-1 {
    padding: 0 4%;
  }
  .m-inr-1__inr-3 {
    min-width: 1px;
    width: auto;
  }
  .m-inr-1__inr-4 {
    min-width: 1px;
    width: auto;
  }
}

/* heading module 
========================= */
/* m-ph-1 */
.m-ph-1 {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 64px 8.09% 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #fff;
}
.m-ph-1::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.m-ph-1.m-ph-1_bg-1::after {
  background: url("../img/cmn/cmn_mv01.jpg") no-repeat center center/cover;
}
.m-ph-1.m-ph-1_bg-2::after {
  background: url("../img/cmn/cmn_mv02.jpg") no-repeat center center/cover;
}
.m-ph-1.m-ph-1_bg-3::after {
  background: url("../img/cmn/cmn_mv03.jpg") no-repeat center center/cover;
}
.m-ph-1.m-ph-1_bg-4::after {
  background: url("../img/cmn/cmn_mv04.jpg") no-repeat center center/cover;
}
.m-ph-1.m-ph-1_bg-5::after {
  background: url("../img/cmn/cmn_mv05.jpg") no-repeat center center/cover;
}
.m-ph-1.m-ph-1_bg-6::after {
  background: url("../img/cmn/cmn_mv06.jpg") no-repeat center center/cover;
}
.m-ph-1.m-ph-1_bg-7::after {
  background: url("../img/cmn/cmn_mv07.jpg") no-repeat center center/cover;
}
.m-ph-1.m-ph-1_bg-8::after {
  background: url("../img/cmn/cmn_mv08.jpg") no-repeat center center/cover;
}
.m-ph-1__main {
  font-size: 2.8125rem;
  line-height: 1.2;
}
.m-ph-1__sub {
  font-size: 1.875rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .m-ph-1 {
    min-height: 200px;
    padding: 24px 4%;
  }
  .m-ph-1__main {
    font-size: 1.875rem;
  }
  .m-ph-1__sub {
    font-size: 1.25rem;
  }
}

/* m-h-1 */
.m-h-1 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .m-h-1 {
    font-size: 1.5rem;
  }
}

/* m-h-2 */
.m-h-2 {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .m-h-2 {
    font-size: 1.125rem;
  }
}

/* m-h-3 */
.m-h-3 {
  text-align: center;
}
.m-h-3__num {
  display: block;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 19px;
}
.m-h-3__main {
  display: block;
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 5px;
}
.m-h-3__main::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 40px;
  background: #281d53;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-h-3 {
    text-align: center;
  }
  .m-h-3__num {
    font-size: 3.25rem;
    margin-bottom: 16px;
  }
}

/* m-h-4 */
.m-h-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-h-4__num {
  width: 35px;
  height: 35px;
  background: #281d53;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  margin-right: 14px;
}
.m-h-4__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.25rem;
  line-height: 1.75;
  color: #484848;
}
@media screen and (max-width: 768px) {
  .m-h-4__num {
    width: 32px;
    height: 32px;
    font-size: 1.125rem;
    margin-right: 12px;
  }
  .m-h-4__main {
    font-size: 1.125rem;
  }
}

/* m-h-5 */
.m-h-5 {
  padding-bottom: 2px;
  border-bottom: solid 1px #281d53;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-h-5__num {
  width: 76px;
  padding: 0 13px;
}
.m-h-5__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .m-h-5 {
    font-size: 1.125rem;
  }
  .m-h-5__num {
    width: 64px;
    padding: 0 8px;
  }
}

/* text module 
========================= */
/* m-txt-1 */
.m-txt-1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #484848;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
}
.m-txt-1 em {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .m-txt-1 a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .m-txt-1 {
    font-size: 0.9375rem;
  }
}

/* m-txt-2 */
.m-txt-2 {
  color: #e8e8e8;
  font-size: 4.4925rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .m-txt-2 {
    font-size: 2.5rem;
  }
}

/* button module 
========================= */
/* m-btn-1 */
.m-btn-1 {
  min-width: 200px;
  min-height: 55px;
  border: solid 2px #281d53;
  background: #281d53;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 48px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.m-btn-1::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 9px;
  bottom: 4px;
  margin: auto 0;
  width: 28px;
  height: 9px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-mask: url("../img/cmn/cmn_arr02.svg") no-repeat center center/contain;
          mask: url("../img/cmn/cmn_arr02.svg") no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .m-btn-1:hover {
    background: #fff;
    color: #281d53;
  }
  .m-btn-1:hover::after {
    background: #281d53;
    right: -14px;
  }
}
@media screen and (max-width: 768px) {
  .m-btn-1 {
    min-width: 150px;
    min-height: 46px;
    padding: 8px 32px;
  }
  .m-btn-1::after {
    width: 24px;
    height: 7px;
    right: 3px;
  }
}

/* m-btn-2 */
.m-btn-2 {
  min-width: 200px;
  min-height: 70px;
  box-sizing: border-box;
  background: #fff;
  color: #281d53;
  border: solid 1px #281d53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  line-height: 1.3;
  padding: 8px 96px;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.m-btn-2::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 55px;
  bottom: 4px;
  margin: auto 0;
  width: 28px;
  height: 9px;
  background: #281d53;
  -webkit-mask: url("../img/cmn/cmn_arr02.svg") no-repeat center center/contain;
          mask: url("../img/cmn/cmn_arr02.svg") no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .m-btn-2:hover {
    background: #281d53;
    color: #fff;
  }
  .m-btn-2:hover::after {
    background: #fff;
    right: 39px;
  }
}
@media screen and (max-width: 768px) {
  .m-btn-2 {
    min-width: 150px;
    min-height: 56px;
    padding: 8px 44px;
  }
  .m-btn-2::after {
    width: 24px;
    height: 7px;
    right: 12px;
  }
}

/* list module 
========================= */
/* m-list-1 */
.m-list-1__item {
  text-indent: -1em;
  padding-left: 1em;
}

/* m-list-2 */
.m-list-2 {
  margin-left: -0.5em;
}
.m-list-2__item {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

/* m-list-3 */
.m-list-3__item {
  text-indent: -0.85em;
  padding-left: 0.85em;
}

/* m-dlist-1 */
.m-dlist-1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-dlist-1__item__ttl {
  width: 130px;
  padding-right: 1em;
  box-sizing: border-box;
}
.m-dlist-1__item__dtl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .m-dlist-1__item__ttl {
    width: 64px;
  }
  .m-dlist-1__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

/* m-dlist-2 */
.m-dlist-2 {
  border-top: solid 2px #281d53;
  font-size: 1.25rem;
  line-height: 1.5;
}
.m-dlist-2__item {
  border-bottom: solid 2px #281d53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 20px;
}
@media screen and (min-width: 769px) {
  .m-dlist-2__item a {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .m-dlist-2__item a:hover {
    opacity: 0.6;
  }
}
.m-dlist-2__item__ttl {
  margin-right: 40px;
}
.m-dlist-2__grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-dlist-2__grp .m-dlist-2__item {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-dlist-2__grp .m-dlist-2__item:first-child {
  border-right: solid 2px #281d53;
}
@media screen and (max-width: 768px) {
  .m-dlist-2 {
    font-size: 1rem;
  }
  .m-dlist-2__item {
    padding: 16px;
  }
  .m-dlist-2__item__ttl {
    margin-right: 24px;
    width: 20%;
    text-align: right;
  }
  .m-dlist-2__item__dtl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-dlist-2__grp {
    display: block;
  }
  .m-dlist-2__grp .m-dlist-2__item {
    width: auto;
  }
  .m-dlist-2__grp .m-dlist-2__item:first-child {
    border-right: none;
    border-bottom: solid 2px #281d53;
  }
}

/* link list module 
========================= */
/* m-llist-1 */
.m-llist-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -24px -16px;
}
.m-llist-1__item {
  width: calc(33.333% - 32px);
  margin: 24px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.m-llist-1__item__inr {
  padding-top: 100%;
  display: block;
  border: solid 1px #281d53;
  position: relative;
}
.m-llist-1__item__inr::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 40px;
  right: 40px;
  -webkit-mask: url("../img/cmn/cmn_arr01.svg") no-repeat center center/contain;
          mask: url("../img/cmn/cmn_arr01.svg") no-repeat center center/contain;
  width: 42px;
  height: 9px;
  background: #281d53;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-llist-1__item__txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 16px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.22;
}
@media screen and (min-width: 769px) {
  .m-llist-1__item:hover {
    background: #281d53;
    color: #fff;
  }
  .m-llist-1__item:hover .m-llist-1__item__inr::after {
    background: #fff;
  }
}
@media screen and (max-width: 1040px) {
  .m-llist-1__item {
    width: calc(50% - 32px);
  }
  .m-llist-1__item__inr {
    padding-top: 66.667%;
  }
}
@media screen and (max-width: 768px) {
  .m-llist-1 {
    display: block;
    margin: 0 10.75%;
  }
  .m-llist-1__item {
    width: auto;
    margin: 0;
  }
  .m-llist-1__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .m-llist-1__item__inr {
    padding-top: 160px;
  }
  .m-llist-1__item__inr::after {
    bottom: 20px;
    right: 20px;
  }
  .m-llist-1__item__txt {
    padding: 48px 16px;
    font-size: 1.375rem;
  }
}

/* m-llist-2 */
.m-llist-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -7px;
}
.m-llist-2__item {
  width: calc(16.667% - 14px);
  margin: 7px;
  min-width: 160px;
}
.m-llist-2__item:nth-child(5), .m-llist-2__item:nth-child(6) {
  width: calc(16.666% - 14px);
}
.m-llist-2__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #281d53;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  padding: 6px;
  min-height: 40px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-llist-2__item a._t2 {
  font-size: 0.875rem;
}
.m-llist-2__item a._active {
  background: #281d53;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .m-llist-2__item a:hover {
    background: #281d53;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .m-llist-2__item {
    width: calc(50% - 14px);
  }
  .m-llist-2__item:nth-child(5), .m-llist-2__item:nth-child(6) {
    width: calc(50% - 14px);
  }
  .m-llist-2__item a {
    min-height: 36px;
    font-size: 0.9375rem;
  }
}

/* m-llist-3 */
.m-llist-3 {
  display: -ms-grid;
  display: grid;
  gap: 30px 38px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}
.m-llist-3__item {
  box-sizing: border-box;
  padding: 20px 32px;
  min-height: 80px;
  border: solid 1px #281d53;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-llist-3__item__h {
  font-size: 1.25rem;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-llist-3__item__h__num {
  min-width: 4.8em;
  padding-right: 1em;
  box-sizing: border-box;
}
.m-llist-3__item__h__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .m-llist-3 .m-llist-3__item {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .m-llist-3 .m-llist-3__item:hover {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media screen and (max-width: 768px) {
  .m-llist-3 {
    display: block;
  }
  .m-llist-3__item {
    padding: 20px 24px;
    min-height: 64px;
  }
  .m-llist-3__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .m-llist-3__item__h {
    font-size: 1.125rem;
  }
}

/* link module 
========================= */
/* m-link-1 */
.m-link-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-link-1__prev, .m-link-1__next {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-link-1__prev__txt {
  display: inline-block;
  padding-left: 2.3em;
  position: relative;
}
.m-link-1__prev__txt::before {
  position: absolute;
  content: "＜";
  display: block;
  top: 0.25em;
  left: 0;
  font-size: 83.33%;
}
@media screen and (min-width: 769px) {
  .m-link-1__prev__txt {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .m-link-1__prev__txt:hover {
    opacity: 0.6;
  }
}
.m-link-1__next {
  text-align: right;
}
.m-link-1__next__txt {
  display: inline-block;
  padding-right: 2.3em;
  position: relative;
}
.m-link-1__next__txt::before {
  position: absolute;
  content: "＞";
  display: block;
  top: 0.25em;
  right: 0;
  font-size: 83.33%;
}
@media screen and (min-width: 769px) {
  .m-link-1__next__txt {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .m-link-1__next__txt:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .m-link-1__prev, .m-link-1__next {
    font-size: 0.9375rem;
  }
  .m-link-1__prev__txt {
    padding-left: 1.6em;
  }
  .m-link-1__next__txt {
    padding-right: 1.6em;
  }
}

/* mdia module 
========================= */
/* m-mdia-1 */
.m-mdia-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #484848;
}
.m-mdia-1__img {
  width: 330px;
  height: 400px;
  margin: 8px 56px 0 0;
}
.m-mdia-1__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.m-mdia-1__dtl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-mdia-1__h {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.m-mdia-1__txt {
  font-size: 1rem;
  margin: 0 0 8px -0.5em;
}
.m-mdia-1__txt-2 {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .m-mdia-1 {
    display: block;
  }
  .m-mdia-1__img {
    width: 175px;
    height: 200px;
    margin: 0 auto 24px;
  }
}

/* m-dirpath-1 */
.m-dirpath-1 {
  padding: 16px 8.09% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}
.m-dirpath-1__item:not(:last-child) {
  padding-right: 0.75em;
  margin-right: 0.25em;
  position: relative;
}
.m-dirpath-1__item:not(:last-child)::after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  content: ">";
}
@media screen and (min-width: 769px) {
  .m-dirpath-1__item a {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .m-dirpath-1__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .m-dirpath-1 {
    padding: 12px 4% 0;
    font-size: 0.75rem;
  }
}

/* m-news-1 */
.m-news-1 {
  display: -ms-grid;
  display: grid;
  gap: 38px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}
.m-news-1__item {
  box-sizing: border-box;
  padding: 40px 20px;
  min-height: 150px;
  border: solid 1px #281d53;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-news-1__item__h {
  font-size: 1.25rem;
  line-height: 1.75;
}
.m-news-1__item__date {
  font-size: 1rem;
  position: absolute;
  bottom: 18px;
  right: 18px;
}
@media screen and (min-width: 769px) {
  .m-news-1 .m-news-1__item {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .m-news-1 .m-news-1__item:hover {
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@media screen and (max-width: 768px) {
  .m-news-1 {
    display: block;
  }
  .m-news-1__item {
    padding: 30px 15px;
    min-height: 100px;
  }
  .m-news-1__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .m-news-1__item__date {
    bottom: 5px;
    right: 12px;
  }
}

/* m-pager-1 */
.m-pager-1 {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: -4px -6px;
  color: #8e7cad;
}
.m-pager-1__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-pager-1 .page, .m-pager-1 .current {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4px 6px;
}
@media screen and (min-width: 769px) {
  .m-pager-1 a.page:hover {
    color: #281d53;
  }
}
.m-pager-1 .extend {
  width: 40px;
  margin: 4px 6px;
  text-align: center;
  position: relative;
  bottom: -10px;
}
.m-pager-1 .current {
  color: #281d53;
}
.m-pager-1 .prev {
  padding-left: 2em;
  position: relative;
  margin: 4px 12px 4px 6px;
}
.m-pager-1 .prev::after {
  position: absolute;
  content: "＜";
  display: block;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .m-pager-1 .prev:hover {
    color: #281d53;
  }
}
.m-pager-1 .next {
  padding-right: 2em;
  position: relative;
  margin: 4px 6px 4px 12px;
}
.m-pager-1 .next::after {
  position: absolute;
  content: "＞";
  display: block;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .m-pager-1 .next:hover {
    color: #281d53;
  }
}
@media screen and (max-width: 768px) {
  .m-pager-1 {
    font-size: 1rem;
    margin: -2px -4px;
  }
  .m-pager-1 .page, .m-pager-1 .current {
    width: 24px;
    height: 32px;
    margin: 2px 4px;
  }
  .m-pager-1 .extend {
    width: 24px;
    margin: 2px 4px;
    bottom: -6px;
  }
  .m-pager-1 .prev {
    padding-left: 1.5em;
    margin: 2px 8px 2px 4px;
  }
  .m-pager-1 .next {
    padding-right: 1.5em;
    margin: 2px 4px 2px 8px;
  }
}

/* m-form-1 */
.m-form-1__errors {
  color: #c53939;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 50px;
  border: solid 2px #c53939;
  padding: 30px;
}
.m-form-1__errors li {
  padding-left: 1em;
  text-indent: -1em;
}
.m-form-1__error, .m-form-1__error-2 {
  color: #c53939;
  font-size: 0.875rem;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.m-form-1__error {
  position: absolute;
}
.m-form-1__error-2 {
  text-align: center;
}
.m-form-1__grp {
  margin-bottom: 47px;
}
.m-form-1__grp-2 {
  margin-bottom: 40px;
}
.m-form-1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: solid 2px #281d53;
  padding-left: 20px;
}
.m-form-1__item__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.m-form-1__item__inr + .m-form-1__item__inr {
  margin-top: 50px;
}
.m-form-1__item:not(:last-child) {
  margin-bottom: 50px;
}
.m-form-1__item__ttl {
  width: 30%;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.25rem;
}
.m-form-1__item__ttl__txt {
  margin-right: 10px;
}
.m-form-1__item__dtl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  line-height: 1.25;
  color: #484848;
  font-family: "Noto Sans JP", sans-serif;
}
.m-form-1__item__dtl__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.m-form-1__item__dtl__inr > * {
  margin: 5px;
}
.m-form-1 input[type=text], .m-form-1 input[type=email] {
  height: 56px;
  background: #efefef;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
  font-family: "Shippori Mincho B1", serif;
  display: block;
  padding: 4px 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.125rem;
}
.m-form-1 input[type=text]._t2, .m-form-1 input[type=email]._t2 {
  width: 120px;
}
.m-form-1 input[type=text]._f, .m-form-1 input[type=email]._f {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-form-1__chk {
  font-size: 1.25rem;
  line-height: 1.5;
}
.m-form-1__chk input {
  display: none;
}
.m-form-1__chk input:checked + .m-form-1__chk__txt::after {
  display: block;
}
.m-form-1__chk__txt {
  padding-left: 22px;
  display: inline-block;
  position: relative;
}
.m-form-1__chk__txt a {
  display: inline-block;
  position: relative;
}
.m-form-1__chk__txt a::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #281d53;
}
@media screen and (min-width: 769px) {
  .m-form-1__chk__txt a {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .m-form-1__chk__txt a:hover {
    opacity: 0.6;
  }
}
.m-form-1__chk__txt::before, .m-form-1__chk__txt::after {
  position: absolute;
  content: "";
  display: block;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}
.m-form-1__chk__txt::before {
  border: solid 1px #281d53;
}
.m-form-1__chk__txt::after {
  background: #281d53 url("../img/cmn/cmn_chk01.svg") no-repeat center center/70% auto;
  display: none;
}
.m-form-1__chk._m-form-1__chk_t2 .m-form-1__chk__txt {
  padding-left: 0;
}
.m-form-1__chk._m-form-1__chk_t2 .m-form-1__chk__txt::before, .m-form-1__chk._m-form-1__chk_t2 .m-form-1__chk__txt::after {
  content: none;
}
.m-form-1__reqd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 20px;
  background: #281d53;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
}
.m-form-1__agree__chk {
  text-align: center;
  margin-bottom: 4px;
}
.m-form-1__agree__txt {
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .m-form-1__errors {
    margin-bottom: 32px;
    padding: 16px;
    font-size: 0.875rem;
  }
  .m-form-1__error, .m-form-1__errpr-2 {
    font-size: 0.8125rem;
    margin-top: 6px;
  }
  .m-form-1__grp {
    margin-bottom: 32px;
  }
  .m-form-1__grp-2 {
    margin-bottom: 28px;
  }
  .m-form-1__item {
    display: block;
    padding-left: 16px;
  }
  .m-form-1__item__inr {
    display: block;
  }
  .m-form-1__item__inr + .m-form-1__item__inr {
    margin-top: 32px;
  }
  .m-form-1__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .m-form-1__item__ttl {
    width: auto;
    min-width: 1px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .m-form-1__item__dtl {
    font-size: 0.9375rem;
  }
  .m-form-1__item__dtl__inr {
    margin: -3px;
  }
  .m-form-1__item__dtl__inr > * {
    margin: 3px;
  }
  .m-form-1 input[type=text], .m-form-1 input[type=email] {
    height: 48px;
    padding: 4px 12px;
    font-size: 1rem;
  }
  .m-form-1 input[type=text]._t2, .m-form-1 input[type=email]._t2 {
    width: 72px;
  }
  .m-form-1__chk {
    font-size: 1rem;
  }
  .m-form-1__reqd {
    width: 40px;
    font-size: 0.75rem;
  }
  .m-form-1__agree__chk {
    text-align: center;
    margin-bottom: 8px;
  }
  .m-form-1__agree__txt {
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

/* general module 
========================= */
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.mid {
  font-weight: 500 !important;
}

.bold {
  font-weight: 700 !important;
}