@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  vertical-align: text-bottom;
}

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

#mct article, #mct aside, #mct body, #mct dd, #mct dl, #mct dt, #mct figcaption, #mct figure, #mct footer, #mct h1, #mct h2, #mct h3, #mct h4, #mct h5, #mct h6, #mct header, #mct html, #mct li, #mct nav, #mct ol, #mct p, #mct section, #mct ul {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body#mct {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  color: #404040;
  background: #f5f4f2;
}
body#mct a {
  color: #404040;
  text-decoration: none;
}
body#mct a:hover {
  text-decoration: none;
}

.sp_only {
  display: none;
}

.inner {
  box-sizing: content-box;
  max-width: 1000px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    align-items: flex-start;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    padding: 0 5%;
  }
}
/*----------------------------------
セクション名やクラス名
----------------------------------*/
/*----- 小見出し -----*/
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  background: url(../images/bg_mv.png) center top no-repeat;
  aspect-ratio: 2720/2036;
  background-size: contain;
}
.mv .inner {
  width: 73%;
  max-width: 100%;
}

.mv_ttl {
  max-width: 48%;
  margin: 0 5.5% 2% auto;
}

.mv_wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3%;
}

.mv_logo {
  width: 54%;
  margin-right: 3%;
}

.mv_pic {
  max-width: 33%;
}

.mv_box {
  max-width: 730px;
  border: 1px solid #404040;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 18px 25px;
  margin: 0 auto;
}
.mv_box ul {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.mv_box ul li {
  font-weight: 500;
}
.mv_box p {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../images/bg_mv_sp.png) center top no-repeat;
    background-size: contain;
  }
  .mv .inner {
    width: 90%;
    overflow: hidden;
  }
  .mv_ttl {
    max-width: 74%;
    margin: 0 -12% 2% auto;
  }
  .mv_wrap {
    margin-bottom: 5%;
  }
  .mv_logo {
    display: none;
  }
  .mv_pic {
    max-width: 99%;
  }
  .mv_box {
    max-width: 95%;
    padding: 10px 10px;
  }
  .mv_box ul {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }
  .mv_box ul li {
    font-size: 12px;
  }
  .mv_box p {
    margin-top: 20px;
    font-size: 10px;
  }
}
/*----------------------------------------------------- */
/*  worry           */
/*----------------------------------------------------- */
.bg {
  background: url(../images/bg_01.png) center top no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: -10%;
}

.worry {
  padding: 14.7vw 0 0;
}

.worry_ttl {
  text-align: center;
  font-size: 33px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 8.4vw;
}

.worry_pic {
  max-width: 214px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  transform: translateX(-5%);
}

.worry_txt01 {
  position: absolute;
  top: 35%;
  right: calc(50% + 140px);
  max-width: 310px;
  width: 100%;
  aspect-ratio: 620/434;
  background: url(../images/bg_worry_01.png) no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.worry_txt02 {
  position: absolute;
  top: 23%;
  left: calc(50% + 110px);
  max-width: 398px;
  width: 100%;
  aspect-ratio: 778/748;
  background: url(../images/bg_worry_02.png) no-repeat;
  background-size: 100%;
  font-size: 20px;
  text-align: center;
}
.worry_txt02 p {
  font-weight: 900;
}
.worry_txt02 .txt01 {
  position: absolute;
  top: 21%;
  left: 13%;
}
.worry_txt02 .txt02 {
  position: absolute;
  bottom: 17%;
  right: 20%;
}

@media screen and (max-width: 767px) {
  .bg {
    margin-top: -10vw;
    background: url(../images/bg_01_sp.png) center top no-repeat;
    background-size: cover;
  }
  .worry {
    margin-top: 0;
    padding: 22vw 0 0;
  }
  .worry_ttl {
    font-size: 5vw;
    margin-bottom: 32.9vw;
  }
  .worry_pic {
    max-width: 32vw;
    transform: translateX(-5%);
  }
  .worry_txt01 {
    position: absolute;
    top: 13%;
    right: auto;
    left: 1%;
    max-width: 44vw;
    font-size: 11px;
  }
  .worry_txt02 {
    position: absolute;
    top: 20%;
    left: auto;
    right: 1%;
    max-width: 50vw;
    font-size: 11px;
    aspect-ratio: 362/381;
    background: url(../images/bg_worry_02_sp.png) no-repeat;
    background-size: 100%;
  }
  .worry_txt02 .txt01 {
    position: absolute;
    top: 21%;
    left: 13%;
  }
  .worry_txt02 .txt02 {
    position: absolute;
    bottom: 17%;
    right: 20%;
  }
}
/*----------------------------------------------------- */
/*  recommend           */
/*----------------------------------------------------- */
.recommend {
  padding: 11vw 0 2.9vw;
}

.recommend_ttl {
  font-size: 33px;
  text-align: center;
  line-height: 1.8;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.recommend_ttl span {
  border-bottom: 6px solid #ffca4a;
}

.recommend_wrap {
  max-width: 898px;
  height: 361px;
  margin: 0 auto 20px;
  background: url(../images/pic_recommend.png) center center no-repeat;
  background-size: 27%;
  position: relative;
}

.recommend_txt01,
.recommend_txt02,
.recommend_txt03,
.recommend_txt04 {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.recommend_txt01 h3,
.recommend_txt02 h3,
.recommend_txt03 h3,
.recommend_txt04 h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 5px;
}
.recommend_txt01 h3 span,
.recommend_txt02 h3 span,
.recommend_txt03 h3 span,
.recommend_txt04 h3 span {
  margin-left: 5px;
  display: inline-block;
  width: 31px;
  height: 31px;
  background: #f2a200;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 29px;
}
.recommend_txt01 .box,
.recommend_txt02 .box,
.recommend_txt03 .box,
.recommend_txt04 .box {
  background: #D97806;
  background: linear-gradient(90deg, rgb(217, 120, 6) 0%, rgb(240, 139, 31) 50%, rgb(242, 178, 48) 75%, rgb(235, 199, 37) 100%);
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.recommend_txt01 p,
.recommend_txt02 p,
.recommend_txt03 p,
.recommend_txt04 p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.recommend_txt01::after,
.recommend_txt02::after,
.recommend_txt03::after,
.recommend_txt04::after {
  z-index: -1;
  content: "";
  width: 43px;
  height: 43px;
  position: absolute;
}

.recommend_txt01 {
  max-width: 304px;
  top: 0;
  left: 0;
}
.recommend_txt01::after {
  bottom: -32px;
  right: 0;
  background: url(../images/pic_dot_01.png) no-repeat;
  background-size: contain;
}

.recommend_txt02 {
  max-width: 304px;
  top: 0;
  right: 0;
}
.recommend_txt02::after {
  bottom: -32px;
  left: 0;
  background: url(../images/pic_dot_02.png) no-repeat;
  background-size: contain;
}

.recommend_txt03 {
  max-width: 274px;
  bottom: 0;
  left: 0;
}
.recommend_txt03::after {
  top: 45px;
  right: -32px;
  background: url(../images/pic_dot_03.png) no-repeat;
  background-size: contain;
}

.recommend_txt04 {
  max-width: 274px;
  bottom: 0;
  right: 0;
}
.recommend_txt04::after {
  top: 45px;
  left: -32px;
  background: url(../images/pic_dot_04.png) no-repeat;
  background-size: contain;
}

.recommend_logo {
  max-width: 558px;
  margin: 0 auto 15px;
  transform: translateX(13%);
}

.recommend_box {
  max-width: 730px;
  border: 1px solid #404040;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 18px 25px;
  margin: 0 auto;
}
.recommend_box ul {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.recommend_box ul li {
  font-weight: 500;
}
.recommend_box p {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .recommend {
    padding: 15vw 0 6.25vw;
  }
  .recommend_ttl {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
  .recommend_ttl span {
    border-bottom: 4px solid #ffca4a;
  }
  .recommend_wrap {
    height: 361px;
    margin: 0 auto 10px;
    background: url(../images/pic_recommend.png) center bottom no-repeat;
    background-size: 27%;
  }
  .recommend_txt01 h3,
  .recommend_txt02 h3,
  .recommend_txt03 h3,
  .recommend_txt04 h3 {
    font-size: 12px;
  }
  .recommend_txt01 h3 span,
  .recommend_txt02 h3 span,
  .recommend_txt03 h3 span,
  .recommend_txt04 h3 span {
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 15px;
  }
  .recommend_txt01 .box,
  .recommend_txt02 .box,
  .recommend_txt03 .box,
  .recommend_txt04 .box {
    height: 70px;
  }
  .recommend_txt01 p,
  .recommend_txt02 p,
  .recommend_txt03 p,
  .recommend_txt04 p {
    text-align: left;
    font-size: 12px;
  }
  .recommend_txt01::after,
  .recommend_txt02::after,
  .recommend_txt03::after,
  .recommend_txt04::after {
    display: none;
  }
  .recommend_txt01 {
    max-width: 48%;
    top: 0;
    left: 0;
  }
  .recommend_txt02 {
    max-width: 48%;
    top: 0;
    right: 0;
  }
  .recommend_txt03 {
    max-width: 48%;
    top: 110px;
    bottom: auto;
    left: 0;
  }
  .recommend_txt04 {
    max-width: 48%;
    top: 110px;
    bottom: auto;
    right: 0;
  }
  .recommend_logo {
    max-width: 61vw;
    margin: 0 auto 15px;
    transform: translateX(13%);
  }
  .recommend_box {
    max-width: 95%;
    padding: 10px 10px;
  }
  .recommend_box ul {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }
  .recommend_box ul li {
    font-size: 12px;
  }
  .recommend_box p {
    margin-top: 20px;
    font-size: 10px;
  }
}
/*----------------------------------------------------- */
/*  mct           */
/*----------------------------------------------------- */
.mct {
  background: url(../images/bg_mct.png);
  background-size: 40px;
  padding: 90px 0 120px;
}

.mct_ttl_pic {
  max-width: 353px;
  margin: 0 auto 50px;
}

.mct_ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.mct_ttl span {
  font-size: 30px;
}

.mct_txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}

.mct_list {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.mct_list li {
  width: 162px;
  text-align: center;
}
.mct_list li p {
  font-size: 16px;
  font-weight: 500;
}

.mct_box {
  max-width: 950px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 10px 10px 30px rgba(141, 101, 24, 0.2);
  padding: 3% 6% 2%;
  margin: 0 auto;
}
.mct_box .wrap01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.mct_box .wrap01 h3 {
  padding-top: 20px;
  width: 65%;
  font-size: 33px;
  font-weight: 700;
}
.mct_box .wrap01 h3 span {
  background: #f29400;
  color: #fff;
  padding: 0 5px;
}
.mct_box .wrap01 .pic {
  width: 32%;
}
.mct_box .wrap02 {
  display: flex;
  justify-content: space-between;
}
.mct_box .wrap02 .pic {
  width: 42%;
}
.mct_box .wrap02 .pic p {
  margin-left: 10%;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
}
.mct_box .wrap02 .div {
  width: 53%;
}
.mct_box .wrap02 .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
.mct_box .wrap02 .txt span {
  border-bottom: 2px solid #ffca4a;
}
.mct_box .wrap02 .note {
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .mct {
    background: url(../images/bg_mct.png);
    background-size: 30px;
    padding: 50px 0;
  }
  .mct_ttl_pic {
    max-width: 54vw;
    margin: 0 auto 20px;
  }
  .mct_ttl {
    font-size: 5.5vw;
    margin-bottom: 30px;
  }
  .mct_ttl span {
    font-size: 4.1vw;
  }
  .mct_txt {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .mct_list {
    margin-bottom: 30px;
  }
  .mct_list li {
    width: 26.6vw;
    text-align: center;
  }
  .mct_list li p {
    font-size: 10px;
  }
  .mct_box {
    max-width: 95%;
    border-radius: 6px;
    padding: 6% 5%;
    margin: 0 auto;
  }
  .mct_box .wrap01 {
    display: block;
    margin-bottom: 15px;
  }
  .mct_box .wrap01 h3 {
    text-align: center;
    width: 100%;
    letter-spacing: 0.1em;
    padding-top: 0;
    font-size: 4.1vw;
    font-weight: 700;
    margin: 0 auto 20px;
  }
  .mct_box .wrap01 h3 span {
    background: #f29400;
    color: #fff;
    padding: 0 5px;
  }
  .mct_box .wrap01 .pic {
    width: 50%;
    margin: 0 auto;
  }
  .mct_box .wrap02 {
    flex-direction: column-reverse;
  }
  .mct_box .wrap02 .pic {
    width: 80%;
    margin: 20px auto 0;
  }
  .mct_box .wrap02 .pic p {
    margin-left: 10%;
    margin-top: 20px;
    font-size: 10px;
  }
  .mct_box .wrap02 .div {
    width: 100%;
  }
  .mct_box .wrap02 .txt {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 10px;
  }
  .mct_box .wrap02 .txt span {
    border-bottom: 2px solid #ffca4a;
  }
  .mct_box .wrap02 .note {
    font-size: 10px;
  }
}
/*----------------------------------------------------- */
/*  active           */
/*----------------------------------------------------- */
.active {
  padding: 80px 0 50px;
  background: url(../images/bg_active_01.png), url(../images/bg_active_02.png);
  background-position: center top 260px, center bottom 180px;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.active .inner {
  max-width: 1050px;
}

.active_ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.active_ttl span {
  font-size: 22px;
}

.active_pic01 {
  position: absolute;
  top: 54px;
  right: calc(50% + 284px);
  width: 188px;
}

.active_pic02 {
  position: absolute;
  top: 148px;
  left: calc(50% + 246px);
  width: 154px;
}

.active_pic03 {
  max-width: 189px;
  margin: 0 auto 60px;
}

.active_subttl {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.active_subttl span {
  border-bottom: 3px solid #ffca4a;
}

.active_txt {
  max-width: 660px;
  margin: 0 auto 60px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

.active_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}
.active_list li {
  width: 24%;
}
.active_list li:nth-child(2),
.active_list li:nth-child(4) {
  padding-top: 40px;
}

.sns_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.sns_ttl span {
  font-size: 16px;
  font-weight: 500;
}

.sns_list {
  display: flex;
  justify-content: center;
}
.sns_list li {
  width: 40px;
}
.sns_list li + li {
  margin-left: 40px;
}
.sns_list a {
  transition: 0.3s ease-in-out;
}
.sns_list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .active {
    padding: 50px 0 50px;
    background: url(../images/bg_active_01.png), url(../images/bg_active_02.png);
    background-position: center top 170px, center bottom 180px;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .active .inner {
    max-width: 1050px;
  }
  .active_ttl {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .active_ttl span {
    font-size: 3.3vw;
  }
  .active_pic01 {
    position: absolute;
    top: 72px;
    right: auto;
    left: 1%;
    width: 26.1vw;
  }
  .active_pic02 {
    position: absolute;
    top: 82px;
    left: auto;
    right: 5%;
    width: 21.3vw;
  }
  .active_pic03 {
    max-width: 25.2vw;
    margin: 0 auto 30px;
  }
  .active_subttl {
    font-size: 3.8vw;
    line-height: 2;
    margin-bottom: 10px;
  }
  .active_subttl span {
    border-bottom: 2px solid #ffca4a;
  }
  .active_txt {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 10px;
  }
  .active_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 70px;
  }
  .active_list li {
    width: 35%;
    margin-right: 1%;
    margin-bottom: 3px;
  }
  .active_list li:nth-child(2),
  .active_list li:nth-child(4) {
    padding-top: 0;
  }
  .active_list li:nth-child(3),
  .active_list li:nth-child(4) {
    transform: translateX(83%);
  }
  .sns_ttl {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .sns_ttl span {
    font-size: 10px;
  }
  .sns_list li {
    width: 30px;
  }
  .sns_list li + li {
    margin-left: 20px;
  }
}/*# sourceMappingURL=style.css.map */