
/* ===============================================================================
Module
=============================================================================== */
/* inner module 
========================= */
/* m-inner-1 */
.m-inner-1 {
  width: 1200px;
  margin: 0 auto;
}
.m-inner-1-960 {
  width: 960px;
}

@media screen and (max-width: 767px) {
  .m-inner-1 {
    width: auto;
    padding: 0 4.27vw;
  }
}

/* background module 
========================= */
/* m-bg-1 */
.m-bg-1 {
  position: relative;
}

.m-bg-1__inner {
  position: relative;
  z-index: 1;
}

.m-bg-1::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 227px;
  background: url("/media_library/ao/kaigyoonline/images/cmn/cmn_bg01.svg") no-repeat center bottom/1920px 100%;
}

.m-bg-1.m-bg-1_color-2 {
  background: #f7f6f4;
}

.m-bg-1.m-bg-1_color-2::after {
  background: url("/media_library/ao/kaigyoonline/images/cmn/cmn_bg02.svg") no-repeat center bottom/1920px 100%;
}

.m-bg-1.m-bg-1_type-2::after {
  content: none;
}

@media screen and (min-width: 1920px) {
  .m-bg-1::after {
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-bg-1::after {
    height: 10.67vw;
    background: url("/media_library/ao/kaigyoonline/images/cmn/cmn_bg01.svg") no-repeat center bottom/100% 100%;
  }
  .m-bg-1.m-bg-1_color-2::after {
    background: url("/media_library/ao/kaigyoonline/images/cmn/cmn_bg02.svg") no-repeat center bottom/100% 100%;
  }
}

.m-link-external {
  position: relative;
}
.m-link-external::after {
  content: "";
  display: inline-block;
  background: url(/media_library/ao/kaigyoonline/images/cmn/cmn_icon07.svg) no-repeat;
  width: 12px !important;
  height: 13px !important;
  margin-left: 5px;
}


/* hedinag module 
========================= */
/* m-heading-1 */
.m-heading-1 {
  text-align: center;
  padding-bottom: 42px;
  position: relative;
  color: #474136;
  font-size: 2.25rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.m-heading-1::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  background: #BDB29F;
  width: 40px;
  height: 2px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-heading-1 {
    font-size: 5.76vw;
    padding-bottom: 6.72vw;
  }
  .m-heading-1::after {
    width: 10.67vw;
    height: 0.53vw;
  }
}

/* m-heading-2 */
.m-heading-2 {
  color: #685F51;
  border-left: solid 3px #C5BDAD;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 7px 0 7px 22px;
}

@media screen and (max-width: 767px) {
  .m-heading-2 {
    border-left-width: 0.8vw;
    font-size: 1.125rem;
    padding: 1.33vw 0 1.33vw 4.11vw;
  }
}

.m-heading-3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 1.7rem;
  margin-bottom: 2rem;
}


/* text module 
========================= */
/* m-txt-1 */
.m-txt-1 {
  font-size: 1.1rem;
  line-height: 2.143;
}

.m-txt-1 > *:not(:last-child) {
  margin-bottom: 2.143em;
}

@media screen and (max-width: 767px) {
  .m-txt-1 {
    font-size: 3.73vw;
  }
}

.m-note-1 {
  font-size: 0.9rem;
}


/* link module 
========================= */
/* m-link-1 */
.m-link-1 {
  text-align: right;
  font-size: 0.9375rem;
}

.m-link-1 a {
  padding-right: 28px;
  position: relative;
  display: inline-block;
}

.m-link-1 a::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background: url("/media_library/ao/kaigyoonline/images/cmn/cmn_arr03.svg") no-repeat 0 0/100% 100%;
}

.m-link-1 a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .m-link-1 {
    font-size: 3.73vw;
  }
  .m-link-1 a {
    padding-right: 7.47vw;
  }
  .m-link-1 a::after {
    width: 5.33vw;
    height: 5.33vw;
  }
  .m-link-1 a:hover {
    opacity: 0.8;
  }
}

/* button module 
========================= */
/* m-btnList-1 */
.m-btnList-1 {
  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;
}

.m-btnList-1__item:not(:last-child) {
  margin-right: 29px;
}

@media screen and (max-width: 767px) {
  .m-btnList-1 {
    display: block;
  }
  .m-btnList-1__item:not(:last-child) {
    margin: 0 0 4.27vw;
  }
}

/* m-btnList-2 */
.m-btnList-2 {
  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;
}

.m-btnList-2__item:not(:last-child) {
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .m-btnList-2 {
    display: block;
  }
  .m-btnList-2__item:not(:last-child) {
    margin: 0 0 4.27vw;
  }
}

/* m-btn-1 */
.m-btn-1 {
  height: 39px;
  width: 222px;
  padding: 0 40px 0 30px;
  box-sizing: border-box;
  background: #928A7D;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 20px;
  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;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.m-btn-1:hover {
  background: #6a5a41;
}

.m-btn-1::after {
  position: absolute;
  content: "";
  display: block;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 8px;
  background: url("/media_library/ao/kaigyoonline/images/cmn/cmn_arr01.svg") no-repeat 0 0/100% 100%;
}
.m-btn-1.btn-external::after {
  content: "";
  background: url(/media_library/ao/kaigyoonline/images/cmn/cmn_icon06.svg) no-repeat;
  width: 12px !important;
  height: 13px !important;
  margin-left: 5px;
}
.m-btn-1.m-btn-noarrow::after {
  background: none;
}
.m-btn-1.m-btn-Rarrow::after {
  right: auto;
  left: 17px;
  background: url("/media_library/ao/kaigyoonline/images/cmn/cmn_arr04.svg") no-repeat 0 0/100% 100%;
}

.m-btn-1.m-btn-wauto {
  width: auto !important;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .m-btn-1.m-btn-wauto {
    min-width: auto !important;
    width: 85vw !important;
  }
}

.m-btn-1.m-btn-1_color-2 {
  background: #BDB29F;
}

.btn.btn-external::after {
  content: "";
  background: url(/media_library/ao/kaigyoonline/images/cmn/cmn_icon06.svg) no-repeat;
  width: 12px;
  height: 13px;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .m-btn-1.m-btn-1_type-2 {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .m-btn-1 {
    height: 10.67vw;
    width: 69.33vw;
    margin: 0 auto;
    padding: 0 4.27vw;
    font-size: 3.73vw;
    border-radius: 5.33vw;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
  .m-btn-1::after {
    right: 4.53vw;
    width: 1.6vw;
    height: 2.13vw;
  }
}

/* list module 
========================= */
/* m-list-1 */
.m-list-1 {
  border-top: solid 1px #BDB5A6;
}
.m-list-1__blue {
  border-top: solid 1px #C0D5E6;
}

.m-list-1__item {
  border-bottom: solid 1px #BDB5A6;
  padding: 25px 0;
}
.m-list-1__blue .m-list-1__item {
  border-bottom: solid 1px #C0D5E6;
}

.m-list-1__item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-list-1__item__box:hover {
  opacity: 0.8;
}

.m-list-1__item__box__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
}

.m-list-1__item__box__date {
  font-size: 0.9375rem;
  font-weight: 500;
  width: 110px;
}

.m-list-1__item__box__cat {
  width: 157px;
  background: #BBB09D;
  color: #fff;
  padding: 2px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.875rem;
}
.m-list-1__item__box__cat-color02 {
  background: #81ACCD;
}

.m-list-1__item__box__heading {
  font-size: 0.9375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .m-list-1__item {
    padding: 6.67vw 0;
  }
  .m-list-1__item__box {
    display: block;
  }
  .m-list-1__item__box__group {
    margin: 0 0 2.67vw;
  }
  .m-list-1__item__box__date {
    font-size: 3.73vw;
    width: 24vw;
  }
  .m-list-1__item__box__cat {
    width: 42.67vw;
    padding: 0.53vw;
    font-size: 3.47vw;
  }
  .m-list-1__item__box__heading {
    font-size: 3.73vw;
  }
}

/* m-numList-1 */
.m-numList-1__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 42px;
  position: relative;
}

.m-numList-1__item::after {
  position: absolute;
  content: "";
  display: block;
  left: 600px;
  top: 35px;
  bottom: 35px;
  background: #C5BDAD;
  width: 3px;
  border-radius: 2px;
}

.m-numList-1__item:not(:last-child) {
  margin-bottom: 22px;
}

.m-numList-1__item__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-numList-1__item__num {
  width: 90px;
  margin-right: 70px;
}

.m-numList-1__item__heading {
  width: 400px;
  box-sizing: border-box;
  color: #685F51;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  padding-right: 40px;
}

.m-numList-1__item__txt {
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9375rem;
  line-height: 1.667;
}

@media screen and (max-width: 767px) {
  .m-numList-1__item {
    padding: 5.33vw 4.27vw;
    display: block;
  }
  .m-numList-1__item::after {
    content: none;
  }
  .m-numList-1__item:not(:last-child) {
    margin-bottom: 6.4vw;
  }
  .m-numList-1__item__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 3.2vw;
    border-bottom: 0.53vw solid #C5BDAD;
    margin-bottom: 3.2vw;
  }
  .m-numList-1__item__num {
    width: 12.8vw;
    margin-right: 3.2vw;
  }
  .m-numList-1__item__heading {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 4.48vw;
    padding-right: 0;
  }
  .m-numList-1__item__txt {
    padding-left: 0;
    font-size: 3.73vw;
  }
}

/* column module 
========================= */
/* m-col2-1 */
.m-col2-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-col2-1__lt {
  width: 302px;
}

.m-col2-1__rt {
  width: 838px;
}

@media screen and (max-width: 767px) {
  .m-col2-1 {
    display: block;
  }
  .m-col2-1__lt {
    width: auto;
    margin-bottom: 8.53vw;
  }
  .m-col2-1__rt {
    width: auto;
  }
}

/* m-col2-2 */
.m-col2-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-col2-2__col {
  width: 48.183%;
}

@media screen and (max-width: 767px) {
  .m-col2-2 {
    display: block;
  }
  .m-col2-2__col {
    width: auto;
  }
  .m-col2-2__col:first-child {
    margin-bottom: 8.53vw;
  }
}

/* m-col3-1 */
.m-col3-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: stretch;
}

.m-col3-1__col {
  width: 31.667%;
  margin: 39px 2.4995% 0 0;
}

.m-col3-1__col:nth-child(3n) {
  margin-right: 0;
}

.m-col3-1__col:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .m-col3-1 {
    display: block;
    margin: 0 4.27vw;
  }
  .m-col3-1__col {
    width: auto;
    margin: 0;
  }
  .m-col3-1__col:not(:last-child) {
    margin-bottom: 8.53vw;
  }
}

/* m-col3-2 */
.m-col3-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-col3-2__col {
  width: 30%;
  margin: 55px 5% 0 0;
}

.m-col3-2__col:nth-child(3n) {
  margin-right: 0;
}

.m-col3-2__col:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .m-col3-2.m-col3-2_type-2 .m-col3-2__col {
    margin-top: 50px;
  }
  .m-col3-2.m-col3-2_type-2 .m-col3-2__col:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-col3-2 {
    margin: 0 4.27vw;
    display: block;
  }
  .m-col3-2__col {
    width: auto;
    margin: 0;
  }
  .m-col3-2__col:not(:last-child) {
    margin-bottom: 8.53vw;
  }
}

/* m-col4-1 */
.m-col4-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-col4-1__col {
  width: 23.29%;
  margin: 40px 2.28% 0 0;
}

.m-col4-1__col:nth-child(4n) {
  margin-right: 0;
}

.m-col4-1__col:nth-child(-n+4) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .m-col4-1 {
    display: block;
  }
  .m-col4-1__col {
    width: auto;
    margin: 0;
  }
  .m-col4-1__col:not(:last-child) {
    margin-bottom: 8.53vw;
  }
}

/* m-col5-1 */
.m-col5-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-col5-1__col {
  width: 18.82%;
  margin: 40px 1.475% 0 0;
}

.m-col5-1__col:nth-child(5n) {
  margin-right: 0;
}

.m-col5-1__col:nth-child(-n+5) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .m-col5-1 {
    display: block;
  }
  .m-col5-1__col {
    width: auto;
    margin: 0;
  }
  .m-col5-1__col:not(:last-child) {
    margin-bottom: 8.53vw;
  }
}

/* box module 
========================= */
/* m-box-1 */
.m-box-1 {
  background: #fff;
  box-sizing: border-box;
  padding: 35px 35px 32px;
}

.m-box-1__heading {
  font-size: 1.5rem;
  line-height: 1.125;
  font-weight: 700;
  padding-left: 29px;
  position: relative;
  margin-bottom: 23px;
}

.m-box-1__heading::after {
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  bottom: 1px;
  left: 0;
  width: 3px;
  border-radius: 2px;
  background: #C5BDAD;
}

.m-box-1__heading__main {
  color: #827257;
  margin-bottom: 9px;
}

.m-box-1__txt {
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .m-box-1 {
    padding: 4.27vw;
  }
  .m-box-1__heading {
    font-size: 4.48vw;
    padding-left: 4.64vw;
    margin-bottom: 3.68vw;
  }
  .m-box-1__heading::after {
    top: 0.27vw;
    bottom: 0.27vw;
    width: 0.8vw;
    border-radius: 0.53vw;
  }
  .m-box-1__heading__main {
    margin-bottom: 1.6vw;
  }
  .m-box-1__txt {
    font-size: 3.73vw;
  }
}

/* m-box-2 */
.m-box-2 {
  background: #FAFAFA;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.m-box-2:hover {
  opacity: 0.8;
}

.m-box-2__head {
  position: relative;
  border-bottom: #B9AC97 solid 5px;
}

.m-box-2__body {
  padding: 17px 30px 22px;
}

.m-box-2__cat {
  background: #B9AC97;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 9px 22px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.m-box-2__image {
  height: 200px;
}

.m-box-2__image img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.m-box-2__txt {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #464646;
}

@media screen and (max-width: 767px) {
  .m-box-2 {
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
  .m-box-2__head {
    border-bottom-width: 1.33vw;
  }
  .m-box-2__body {
    padding: 4.27vw;
  }
  .m-box-2__cat {
    font-size: 3.55vw;
    padding: 1.68vw 4.11vw;
  }
  .m-box-2__image {
    height: auto;
    padding-top: 55.556%;
    position: relative;
  }
  .m-box-2__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-box-2__txt {
    font-size: 3.73vw;
  }
}

/* m-box-3 */
.m-box-3 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

.m-box-3__head {
  padding-top: 9px;
  border-bottom: 5px solid #BDB29F;
}

.m-box-3__body {
  padding: 25px 25px 80px;
}

.m-box-3__image {
  height: 200px;
}

.m-box-3__image img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.m-box-3__heading {
  margin-bottom: 11px;
}

.m-box-3__heading__sub {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.m-box-3__heading__main {
  color: #685F51;
  font-size: 1.5rem;
  font-weight: 700;
}

.m-box-3__txt {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.m-box-3__btn {
  position: absolute;
  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: 200px;
  height: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0 30px;
  color: #fff;
  font-size: 0.875rem;
  background: #BDB29F;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  bottom: 22px;
  margin: 0 auto;
}

.m-box-3__btn:hover {
  opacity: 0.8;
}

.m-box-3__btn::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 8px;
  background: url("/media_library/ao/kaigyoonline/images/cmn/cmn_arr01.svg") no-repeat 0 0/100% 100%;
}

@media screen and (max-width: 767px) {
  .m-box-3 {
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
  .m-box-3__head {
    padding-top: 1.33vw;
    border-bottom-width: 1.33vw;
  }
  .m-box-3__body {
    padding: 4.27vw 4.27vw 5.33vw;
  }
  .m-box-3__image {
    height: auto;
    padding-top: 55.556%;
    position: relative;
  }
  .m-box-3__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-box-3__heading {
    margin-bottom: 2.93vw;
  }
  .m-box-3__heading__sub {
    font-size: 3.2vw;
    margin-bottom: 0.53vw;
  }
  .m-box-3__heading__main {
    font-size: 4.48vw;
  }
  .m-box-3__txt {
    font-size: 3.73vw;
    margin-bottom: 4.27vw;
  }
  .m-box-3__btn {
    position: relative;
    width: 53.33vw;
    height: 10.67vw;
    border-radius: 5.33vw;
    padding: 0 8vw;
    bottom: auto;
    font-size: 3.73vw;
    box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.1);
  }
  .m-box-3__btn::after {
    right: 4vw;
    width: 1.6vw;
    height: 2.13vw;
  }
}

/* m-box-4 */
.m-box-4 {
  box-sizing: border-box;
  position: relative;
  border: solid #BDB5A6 1px;
}

.m-box-4__image {
  height: 170px;
  margin: -1px -1px 0;
}

.m-box-4__image img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.m-box-4__body {
  padding: 13px 18px 70px;
}

.m-box-4__cat {
  background: #97938E;
  font-size: 0.875rem;
  padding: 2px 13px;
  display: inline-block;
  color: #fff;
  margin-bottom: 9px;
}

.m-box-4__heading {
  font-size: 0.9375rem;
  line-height: 1.667;
  padding: 0 3px;
}

.m-box-4__date {
  font-size: 0.9375rem;
  text-align: right;
}

.m-box-4__btn {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
}

.m-box-4__btn a {
  width: 167px;
  height: 33px;
  border-radius: 17px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 25px;
  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;
  font-size: 0.875rem;
  color: #fff;
  background: #BBB09D;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

.m-box-4__btn a:hover {
  opacity: 0.8;
}

.m-box-4__btn a::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 6px;
  height: 8px;
  margin: auto 0;
  background: url("/media_library/ao/kaigyoonline/images/cmn/cmn_arr01.svg") no-repeat 0 0/100% 100%;
}

@media screen and (max-width: 767px) {
  .m-box-4__image {
    height: auto;
    padding-top: 55.556%;
    position: relative;
  }
  .m-box-4__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-box-4__body {
    padding: 5.33vw 4.27vw;
  }
  .m-box-4__cat {
    font-size: 3.2vw;
    padding: 0.53vw 2.67vw;
    margin-bottom: 2.4vw;
  }
  .m-box-4__heading {
    font-size: 3.73vw;
    padding: 0;
  }
  .m-box-4__date {
    font-size: 3.73vw;
    margin-bottom: 4.27vw;
  }
  .m-box-4__btn {
    position: relative;
    bottom: auto;
  }
  .m-box-4__btn a {
    width: 44.53vw;
    height: 8.8vw;
    border-radius: 4.67vw;
    padding: 0 6.67vw;
    font-size: 3.73vw;
    box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.1);
  }
  .m-box-4__btn a::after {
    right: 2.67vw;
    width: 1.6vw;
    height: 2.13vw;
  }
}

/* m-box-5 */
.m-box-5 {
  border-top: 3px solid #C0D5E6;
  background: #fff;
  box-sizing: border-box;
  padding: 35px 35px 32px;
}

.m-box-5__heading {
  font-size: 1.5rem;
  line-height: 1.125;
  font-weight: 700;
  padding-left: 29px;
  position: relative;
  margin-bottom: 23px;
}

.m-box-5__heading::after {
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  bottom: 1px;
  left: 0;
  width: 3px;
  border-radius: 2px;
  background: #C5BDAD;
}

.m-box-5__heading__main {
  color: #827257;
  margin-bottom: 9px;
}

.m-box-5__txt {
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .m-box-5 {
    padding: 4.27vw;
  }
  .m-box-5__heading {
    font-size: 4.48vw;
    padding-left: 4.64vw;
    margin-bottom: 3.68vw;
  }
  .m-box-5__heading::after {
    top: 0.27vw;
    bottom: 0.27vw;
    width: 0.8vw;
    border-radius: 0.53vw;
  }
  .m-box-5__heading__main {
    margin-bottom: 1.6vw;
  }
  .m-box-5__txt {
    font-size: 3.73vw;
  }
}


/* other module 
========================= */
/* m-qa-1 */
.m-qa-1 {
  margin-left: 30px;
}

.m-qa-1__item {
  position: relative;
  background: #fff;
  border-left: #81ACCD solid 5px;
  padding: 34px 50px 34px 50px;
}

.m-qa-1__item::before {
  position: absolute;
  content: "";
  display: block;
  top: -16px;
  left: -35px;
  width: 60px;
  height: 62px;
  background: url("/media_library/ao/kaigyoonline/images/cmn/cmn_ico05.png") no-repeat 0 0/100% 100%;
}

.m-qa-1__item:not(:last-child) {
  margin-bottom: 52px;
}

.m-qa-1__item__q {
  color: #81accd;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.m-qa-1__item__a {
  font-size: 1.1rem;
  line-height: 1.867;
}
.m-qa-1__item__a > p em {
  font-weight: 700;
}
.m-qa-1__item__a .m-numList-2 {
  margin-left: -45px;
}
.m-qa-1__item.m-qa-1__item_new .m-qa-1__item__q {
  display: inline-block;
  position: relative;
  padding-right: 150px;
}

.m-qa-1__item.m-qa-1__item_new .m-qa-1__item__q::after {
  position: absolute;
  content: "NEW";
  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-radius: 15px;
  width: 99px;
  height: 30px;
  top: 3px;
  right: 0;
  background: #BBB09D;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-qa-1 {
    margin-left: 4.27vw;
  }
  .m-qa-1__item {
    border-left-width: 1.33vw;
    padding: 4.27vw 4.27vw 4.27vw 6.4vw;
  }
  .m-qa-1__item::before {
    top: -2.99vw;
    left: -6.53vw;
    width: 11.2vw;
    height: 11.57vw;
  }
  .m-qa-1__item:not(:last-child) {
    margin-bottom: 8.53vw;
  }
  .m-qa-1__item__q {
    font-size: 4.48vw;
    margin-bottom: 3.73vw;
  }
  .m-qa-1__item__a {
    font-size: 3.73vw;
  }
  .m-qa-1__item.m-qa-1__item_new .m-qa-1__item__q {
    padding: 7.2vw 0 0;
  }
  .m-qa-1__item.m-qa-1__item_new .m-qa-1__item__q::after {
    border-radius: 2.8vw;
    width: 16vw;
    height: 5.6vw;
    top: 0;
    left: 0;
    right: auto;
    font-size: 2.99vw;
  }
}
.m-faqList-1 {
  margin-left: 18px;
}
.m-faqList-1__item {
  position: relative;
  padding-left: 45px;
}
.m-faqList-1__item::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background: url(/media_library/ao/kaigyoonline/images/cmn/cmn_ico05.png) no-repeat 0 0/100% 100%;
  top: 1px;
  left: 3px;
}
.m-faqList-1__item:not(:last-child) {
  margin-bottom: 15px;
}
.m-faqList-1__item a {
  display: block;
}
.m-faqList-1__item span {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .m-faqList-1 {
    margin-left: 0;
  }
  .m-faqList-1__item {
    padding-left: 30px;
  }
  .m-faqList-1__item:not(:last-child) {
    margin-bottom: 5px;
  }
  .m-faqList-1__item span {
    font-size: 3.9vw;
    line-height: 2.4;
  }
  .m-faqList-1__item::before {
    top: 8px;
  }
}

.m-faqList-1_bgWhite {
  padding: 40px;
  background: #fff;
}
.m-faqList-1_bgWhite__heading {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  color: #685F51;
  font-weight: 600;
}
.m-faqList-1_bgWhite__heading::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #4C89B8;
}
@media screen and (max-width: 767px) {
  .m-faqList-1_bgWhite {
    padding: 40px 20px;
  }
  .m-faqList-1_bgWhite__heading {
    font-size: 3.9vw;
    line-height: 2.4;
  }
}

/* m-movie-1 */
.m-movie-1 {
  padding-top: 59.62%;
  position: relative;
  display: block;
}

.m-movie-1 img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m-movie-1::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("/media_library/ao/kaigyoonline/images/cmn/cmn_play01.svg") no-repeat 0 0/100% 100%;
}

@media screen and (max-width: 767px) {
  .m-movie-1::after {
    width: 10.13vw;
    height: 10.13vw;
  }
}

a.m-movie-1:hover {
  opacity: 0.8;
}


.m-heading-2 {
  font-family: "Noto Serif JP", serif;
}
.m-heading-2__messageNone {
  margin-bottom: 40px;
}
.m-heading-1__messageLine {
  position: relative;
  padding-top: 40px;
}
.m-heading-1__messageLine::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background: #BDB29F;
  width: 40px;
  height: 2px;
  margin: 0 auto;
}
.m-heading-1__message {
  /* font-family: "Noto Serif JP", serif; */
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 80px;
  line-height: 2;
}
.m-heading-1__message.m-heading-1__message__btMini {
  margin-bottom: 50px;
}
.m-heading-1__message_type-2 {
  text-align: left;
}
.m-heading-2__message {
  font-size: 1.2rem;
  margin: 1rem 0 2rem 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .m-heading-2 {
    font-size: 5vw;
  }
  .m-heading-1__message {
    font-size: 3.9vw;
    line-height: 2.4;
  }
  .m-heading-2__message {
    font-size: 3.9vw;
  }
}




