@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "YakuHanJP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

b, strong, .bold {
  font-family: "YakuHanJP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a {
  text-decoration: none;
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
	Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
.wrapper {
  background-color: #FEF9E4;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

main {
  display: block;
}

.c-header {
  border-top: 5px solid #FFEB7C;
  position: relative;
  background-color: #F57656;
  border-bottom: 1px solid #FFEB7C;
  padding: 20px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999997;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .c-header {
    border-bottom: 0;
    position: relative;
  }
}
.c-header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .c-header.hide {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.c-header.hide .c-header__logo {
  height: 86px;
  overflow: hidden;
}
.c-header__logo {
  width: 334px;
  height: 107px;
  text-align: center;
  line-height: 107px;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  border: 2px solid #FFEB7C;
  position: absolute;
  left: 50%;
  top: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 8;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transition-delay: 10ms;
          transition-delay: 10ms;
}
@media screen and (max-width: 1280px) and (min-width: 800px) {
  .c-header__logo {
    width: 215px;
    line-height: 90px;
    height: 90px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    width: 247px;
    height: 81px;
    line-height: 85px;
  }
  .c-header__logo img {
    width: 160px;
  }
}
.c-header__logo a {
  display: block;
}
.c-header__logo a:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .c-header .navigation {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    z-index: 9999999;
  }
}
.c-header__navi {
  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;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-right: 131px;
}
@media screen and (max-width: 767px) {
  .c-header__navi {
    display: block;
    background-color: #F57656;
    width: 500px;
    margin-left: auto;
    margin-right: 0;
    max-width: 100%;
    padding-top: 90px;
    overflow: auto;
    padding-bottom: 30px;
    border-top: 5px solid #FFEB7C;
    padding-right: 0;
  }
}
.c-header__navi .c-sns {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1280px) and (min-width: 800px) {
  .c-header__navi .c-sns {
    right: -12px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__navi .c-sns {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.c-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-header__menu {
    display: block;
  }
}
.c-header__menu li a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04rem;
  padding: 8px 15px;
  display: block;
}
@media screen and (max-width: 1280px) and (min-width: 800px) {
  .c-header__menu li a {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__menu li a {
    font-size: 1.7rem;
    text-align: center;
    padding: 15px;
  }
}
.c-header__menu li a:hover {
  opacity: 0.85;
}
.c-header__menu li:nth-child(3) {
  margin-right: 365px;
}
@media screen and (max-width: 1280px) and (min-width: 800px) {
  .c-header__menu li:nth-child(3) {
    margin-right: 230px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__menu li:nth-child(3) {
    margin-right: 0;
  }
}
.c-header__btn-menu {
  z-index: 99999999;
  position: fixed;
  top: 12px;
  right: 12px;
  display: none;
  width: 45px;
  cursor: pointer;
  height: 45px;
  background-color: #FFEB7C;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-header__btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-header__btn-menu .bar1,
.c-header__btn-menu .bar2,
.c-header__btn-menu .bar3 {
  width: 18px;
  height: 3px;
  background-color: #F57656;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-header__btn-menu .bar1 {
  margin: 0;
}
.c-header__btn-menu .bar2 {
  margin: 4px 0;
}
.c-header .is-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
          transform: rotate(-45deg) translate(-5px, 5px);
}
.c-header .is-open .bar2 {
  opacity: 0;
}
.c-header .is-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
          transform: rotate(45deg) translate(-5px, -5px);
}
.c-header__list {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-header__list {
    display: table;
    margin: 30px auto 0;
  }
}
.c-header__list li a {
  width: 280px;
  line-height: 40px;
  text-align: center;
  font-size: 1.4rem;
  color: #D03214;
  display: block;
  border-radius: 5px;
  background-color: #FFEB7C;
  font-weight: bold;
  margin-bottom: 10px;
  background-image: url("../../assets/img/top/arrow-dropright-circle02.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 12px center;
}

.c-footer {
  background-color: #F57656;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 5px solid #FFEB7C;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding-top: 20px;
  }
}
.c-footer::before {
  content: "";
  width: 100%;
  height: 120px;
  background-image: url("../../assets/img/top/bg_03@2x.png");
  background-size: 100% 100%;
  position: absolute;
  top: -119px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-footer::before {
    height: 40px;
    top: -39px;
  }
}
.c-footer__logo {
  font-size: 2.4rem;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    font-size: 2rem;
    line-height: 30px;
    margin: 0 auto;
    display: table;
    margin-bottom: 15px;
  }
}
.c-footer__logo:hover {
  opacity: 0.85;
}
.c-footer__text {
  font-size: 1.6rem;
  line-height: 26px;
  color: #fff !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-footer__text {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.c-footer__text a {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .c-footer .c-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-footer .c-sns li a {
  margin-left: 0;
  margin-right: 10px;
}
.c-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-footer__text02 {
  text-align: center;
  line-height: 26px;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-footer__left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 25px;
  }
}
.c-footer__center {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .c-footer__center {
    width: 300px;
  }
}
.c-footer__center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-footer__center ul li {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .c-footer__center ul li {
    width: 150px;
  }
}
.c-footer__center ul li a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.04rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-footer__center ul li a {
    font-size: 1.4rem;
  }
}
.c-footer__center ul li a:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .c-footer__right {
    margin-top: 30px;
  }
}
.c-footer__right ul li a {
  width: 200px;
  line-height: 40px;
  text-align: center;
  font-size: 1.4rem;
  color: #D03214;
  display: block;
  border-radius: 5px;
  background-color: #FFEB7C;
  font-weight: bold;
  margin-bottom: 10px;
  background-image: url("../../assets/img/top/arrow-dropright-circle02.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 20px center;
}
@media screen and (max-width: 767px) {
  .c-footer__right ul li a {
    width: 280px;
    background-position: right 12px center;
  }
}
.c-footer__right ul li a:hover {
  opacity: 0.85;
}

.page_top {
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  cursor: pointer;
  z-index: 888;
}
@media screen and (max-width: 767px) {
  .page_top {
    width: 50px;
    right: 10px;
    bottom: 10px;
  }
}
.page_top.show {
  position: absolute;
  bottom: 255px;
}
@media screen and (max-width: 767px) {
  .page_top.show {
    bottom: 6000px;
  }
}

.c-title01 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-title01 {
    display: table;
    margin: 0 auto 40px;
  }
  .c-title01 img {
    width: 70%;
  }
}

.btn_01 {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 47px;
  width: 260px;
  border-radius: 24px;
  background-color: #F57656;
  margin: 0 auto;
  background-image: url("../../assets/img/top/arrow-dropright-circle.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: right 20px center;
}
.btn_01:hover {
  opacity: 0.85;
}

.btn_02 {
  font-size: 2rem;
  line-height: 27px;
  color: #D03214;
  border-radius: 35px;
  background-color: #fff;
  border: 3px solid #D03214;
  display: block;
  height: 70px;
  padding: 0 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../../assets/img/top/arrow-dropright-circle02.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 20px center;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .btn_02 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn_02 {
    font-size: 1.8rem;
    height: 58px;
    background-size: 20px 20px;
    background-position: right 12px center;
  }
}
.btn_02 span {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .btn_02 span {
    font-size: 1.2rem;
  }
}
.btn_02:hover {
  opacity: 0.85;
}

.c-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-sns li a {
  display: block;
  margin-left: 10px;
}
.c-sns li a:hover {
  opacity: 0.85;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999999;
  display: none;
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.modal__content {
  max-width: 930px;
  width: 100%;
  position: absolute;
  background-color: #FFEB7C;
  border-radius: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .modal__content {
    width: 90%;
    padding: 0;
    max-height: 80vh;
  }
}
@media screen and (max-width: 767px) {
  .modal__inner {
    overflow: auto;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    padding: 30px 20px;
  }
}
.modal__close {
  cursor: pointer;
  padding: 15px;
  background-color: #F57656;
  border-radius: 10px;
  position: absolute;
  right: -15px;
  top: -15px;
}
@media screen and (max-width: 767px) {
  .modal__close {
    padding: 11px;
  }
  .modal__close img {
    width: 22px;
  }
}
.modal__tt {
  font-size: 2.4rem;
  line-height: 30px;
  padding: 7px 80px;
  font-weight: bold;
  color: #fff;
  background-color: #F57656;
  border-radius: 32px;
  text-align: center;
  display: table;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .modal__tt {
    font-size: 1.7rem;
    line-height: 27px;
    border-radius: 30px;
    padding: 5px 10px;
    display: block;
    margin-bottom: 10px;
  }
}
.modal__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modal__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal__nav__left {
  width: 430px;
  height: 430px;
  border: 3px solid #F57656;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal__nav__left {
    width: 290px;
    height: 290px;
    margin: 0 auto 10px;
  }
}
.modal__nav__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__nav__right {
  width: 360px;
  height: 430px;
  border: 3px solid #F57656;
  border-radius: 20px;
  background-color: #FEF9E4;
  padding: 27px;
}
@media screen and (max-width: 767px) {
  .modal__nav__right {
    width: 100%;
    height: auto;
    padding: 17px;
  }
}
.modal__nav__head {
  font-size: 1.6rem;
  line-height: 26px;
  color: #D03214;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modal__nav__head {
    margin-bottom: 15px;
  }
}
.modal__nav__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 2px dashed #D03214;
  margin-bottom: 20px;
}
.modal__nav__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 5px;
}
.modal__nav__dl dt {
  color: #D03214;
  font-size: 1.4rem;
  width: 44px;
}
.modal__nav__dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  color: #000000;
}
.modal__nav__text {
  font-size: 1.4rem;
  line-height: 24px;
  color: #000000;
}

.s_sec01 {
  background-color: #F57656;
}
.s_sec01__inner {
  background-image: url("../../assets/img/top/bg_01.png");
  background-size: 100% 100%;
  background-position: bottom;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) and (min-width: 800px) {
  .s_sec01__inner {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .s_sec01__inner {
    background-image: url("../../assets/img/top/s1_icon02.svg");
    background-repeat: no-repeat;
    background-position: bottom 15px center;
    background-size: 364px 85px;
  }
}
.s_sec01__main {
  width: 100%;
  padding-top: 145px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_sec01__main {
    padding-top: 63px;
    overflow: hidden;
  }
}
.s_sec01__main::before {
  content: "";
  width: 60px;
  height: 52px;
  background-image: url("../../assets/img/top/s1_icon01_l.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: 24px;
  display: none;
}
@media screen and (max-width: 767px) {
  .s_sec01__main::before {
    display: block;
  }
}
.s_sec01__main::after {
  content: "";
  width: 35px;
  height: 48px;
  background-image: url("../../assets/img/top/s1_icon01_r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 25px;
  display: none;
}
@media screen and (max-width: 767px) {
  .s_sec01__main::after {
    display: block;
  }
}
.s_sec01__kv {
  width: 100%;
  height: 600px;
  border-radius: 300px;
  border: 3px solid #FFEB7C;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_sec01__kv {
    height: 310px;
    border-radius: 80px;
  }
}
.s_sec01__kv .swiper-slide {
  border-radius: 300px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s_sec01__kv .swiper-slide {
    border-radius: 80px;
  }
}
.s_sec01__kv .swiper-slide.swiper-slide-active img {
  -webkit-animation: scale 5s ease-out;
          animation: scale 5s ease-out;
}
.s_sec01__kv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_sec01__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 33px;
  background-color: #FFEB7C;
  color: #D03214;
  text-align: center;
  border-radius: 40px;
  padding: 12px;
  letter-spacing: 0.02rem;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .s_sec01__title {
    font-size: 1.7rem;
    line-height: 24px;
    padding: 5px;
    margin-top: 35px;
  }
}
.s_sec01__bot {
  max-width: 700px;
  position: relative;
  margin: 0 auto;
  margin-top: -200px;
  z-index: 88;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .s_sec01__bot {
    margin-top: -141px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .s_sec01__bot img {
    max-width: 280px;
  }
}
.s_sec01__text {
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 0.04rem;
  color: #D03214;
}
.s_sec01__text span {
  background-color: #FFEB7C;
  padding: 0px 15px;
  display: table;
  border-radius: 21px;
  margin-bottom: 10px;
  font-weight: bold;
}
.s_sec01__left {
  position: absolute;
  left: -40px;
  top: 235px;
  z-index: 99;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .s_sec01__left {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .s_sec01__left {
    display: none;
  }
}
.s_sec01__right {
  position: absolute;
  top: 425px;
  right: -40px;
  z-index: 99;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .s_sec01__right {
    right: -10px;
    top: 450px;
  }
}
@media screen and (max-width: 767px) {
  .s_sec01__right {
    display: none;
  }
}
.s_sec01__right span:last-child {
  margin-left: auto;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.s_sec02 {
  background-color: #FEF9E4;
  padding-top: 90px;
  background-image: url("../../assets/img/top/bg_02@2x.png");
  background-repeat: no-repeat;
  background-position: top 50px center;
  background-size: 90% auto;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .s_sec02 {
    background-image: url("../../assets/img/top/bg_02_sp.png");
    background-size: 352px 260px;
    background-position: top 130px center;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.s_sec02__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .s_sec02__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
}
.s_sec02__nav__left {
  width: 380px;
  height: 480px;
  border-radius: 110px;
  border: 4px solid #FFEB7C;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s_sec02__nav__left {
    width: 203px;
    height: 239px;
    border-radius: 60px;
    margin-bottom: 20px;
  }
}
.s_sec02__nav__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_sec02__nav__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .s_sec02__nav__right {
    padding-left: 0;
  }
}
.s_sec02__nav__tt {
  font-size: 1.8rem;
  color: #D03214;
  background-color: #FFEB7C;
  font-weight: bold;
  padding: 8px 10px;
  text-align: center;
  border-radius: 33px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .s_sec02__nav__tt {
    font-size: 1.4rem;
  }
}
.s_sec02__nav__tt span {
  font-size: 2.4rem;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .s_sec02__nav__tt span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .s_sec02__nav__tt.st02 {
    font-size: 1.6rem;
  }
}
.s_sec02__nav__text {
  font-size: 1.6rem;
  line-height: 32px;
  color: #D03214;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .s_sec02__nav__text {
    font-size: 1.4rem;
    line-height: 26px;
  }
}

.s_sec03 {
  background-color: #F57656;
  padding-bottom: 80px;
  padding-top: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_sec03 {
    padding-bottom: 50px;
    padding-top: 20px;
  }
}
.s_sec03::before {
  content: "";
  width: 100%;
  height: 120px;
  background-image: url("../../assets/img/top/bg_03@2x.png");
  background-size: 100% 100%;
  position: absolute;
  top: -119px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .s_sec03::before {
    height: 40px;
    top: -39px;
  }
}
.s_sec03::after {
  content: "";
  width: 127px;
  height: 96px;
  background-image: url("../../assets/img/top/s3_icon01_sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 42px;
  display: none;
}
@media screen and (max-width: 767px) {
  .s_sec03::after {
    display: block;
  }
}
.s_sec03__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FEF9E4;
  border-radius: 30px;
  border: 4px solid #FFEB7C;
  padding: 40px 40px 10px 40px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .s_sec03__nav {
    padding: 22px;
  }
}
@media screen and (max-width: 767px) {
  .s_sec03__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 23px 16px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
  }
}
.s_sec03__nav::after {
  content: "";
  width: 137px;
  height: 82px;
  background-image: url("../../assets/img/top/s3_icon02_sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -5px;
  top: -69px;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 767px) {
  .s_sec03__nav::after {
    display: block;
  }
}
.s_sec03__nav__left {
  width: calc(100% - 370px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .s_sec03__nav__left {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 30px;
  }
}
.s_sec03__nav__left h3 {
  font-size: 2.4rem;
  color: #D03214;
  line-height: 40px;
  letter-spacing: 0.01rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .s_sec03__nav__left h3 {
    font-size: 1.8rem;
    line-height: 32px;
  }
}
.s_sec03__nav__left p {
  font-size: 1.6rem;
  color: #000000;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .s_sec03__nav__left p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.s_sec03__nav__right {
  width: 370px;
  height: 257px;
  border-radius: 10px;
  border: 3px solid #ADDCD2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s_sec03__nav__right {
    width: 100%;
    margin-bottom: 30px;
    height: 229px;
  }
}
.s_sec03__nav__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s_sec03__nav li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
}
.s_sec03 .c-title01 {
  position: relative;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .s_sec03 .c-title01 {
    margin-top: 0;
  }
}
.s_sec03 .c-title01::before {
  content: "";
  width: 235px;
  height: 111px;
  background-image: url("../../assets/img/top/s3_icon01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 40px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .s_sec03 .c-title01::before {
    width: 127px;
    height: 96px;
    background-image: url("../../assets/img/top/s3_icon01_sp.svg");
    left: -20px;
    top: -72px;
    z-index: -1;
  }
}
.s_sec03 .c-title01::after {
  content: "";
  width: 227px;
  height: 115px;
  background-image: url("../../assets/img/top/s3_icon02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .s_sec03 .c-title01::after {
    display: none;
  }
}

.s_sec04 {
  padding-top: 90px;
  background-color: #FFEB7C;
  background-image: url("../../assets/img/top/bg_05.png");
  background-repeat: no-repeat;
  background-position: top 50px center;
  background-size: 92% auto;
}
@media screen and (max-width: 767px) {
  .s_sec04 {
    padding-top: 80px;
    background-image: url("../../assets/img/top/bg_05_sp.png");
  }
}
.s_sec04__text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 32px;
  padding: 2px 10px;
  max-width: 760px;
  background-color: #F57656;
  margin: 0 auto;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .s_sec04__text {
    font-size: 1.5rem;
    line-height: 24px;
    border-radius: 34px;
    padding: 10px 20px;
  }
}
.s_sec04__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s_sec04__nav {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s_sec04__nav__left {
  width: calc(100% - 380px);
  margin-right: 10px;
  background-color: #FEF9E4;
  border: 2px solid #F57656;
  border-radius: 20px;
  padding: 22px 40px 22px 60px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_sec04__nav__left {
    width: 100%;
    margin-right: 0;
    padding: 25px 12px 20px;
    border-width: 3px;
  }
}
.s_sec04__nav__left h3 {
  font-size: 2.4rem;
  line-height: 38px;
  color: #D03214;
  letter-spacing: 0.03rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .s_sec04__nav__left h3 {
    font-size: 1.7rem;
    line-height: 28px;
    letter-spacing: 0.01rem;
    padding-left: 65px;
    margin-bottom: 25px;
    position: relative;
    top: 7px;
  }
}
@media screen and (max-width: 390px) {
  .s_sec04__nav__left h3.st01 {
    top: -6px;
    margin-bottom: 3px;
  }
}
.s_sec04__nav__left p {
  font-size: 1.6rem;
  line-height: 30px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .s_sec04__nav__left p {
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.02rem;
  }
}
.s_sec04__nav__left__number {
  width: 79px;
  height: 79px;
  line-height: 79px;
  background-color: #F57656;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .s_sec04__nav__left__number {
    width: 54px;
    line-height: 54px;
    height: 54px;
    left: 12px;
    top: 20px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .s_sec04__nav__left__number img {
    width: 65%;
  }
}
.s_sec04__nav__right {
  width: 370px;
  border-radius: 20px;
  border: 3px solid #ADDCD2;
  height: 290px;
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .s_sec04__nav__right {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .s_sec04__nav__right {
    width: 100%;
    height: 235px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.s_sec04__nav__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s_sec05 {
  padding-top: 90px;
  background-color: #FFEB7C;
  background-image: url("../../assets/img/top/bg_06.png");
  background-repeat: no-repeat;
  background-position: top 50px center;
  background-size: 90% auto;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .s_sec05 {
    padding-top: 65px;
    padding-bottom: 110px;
    background-image: url("../../assets/img/top/bg_04_sp.png"), url("../../assets/img/top/bg_05_sp.png");
    background-position: top 30px center, bottom 56px center;
  }
}
.s_sec05__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .s_sec05__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.s_sec05__nav li {
  width: 32%;
  border: 3px solid #F57656;
  border-radius: 20px;
  background-color: #FEF9E4;
  padding: 25px;
  margin-right: 2%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_sec05__nav li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px;
    margin-bottom: 10px;
  }
}
.s_sec05__nav li:hover {
  opacity: 0.85;
}
.s_sec05__nav li:last-child {
  margin-right: 0;
}
.s_sec05__nav li > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.s_sec05__nav__img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .s_sec05__nav__img {
    width: 160px;
    height: 140px;
    margin-bottom: 0;
  }
}
.s_sec05__nav__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s_sec05__nav__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 10px;
  }
}
.s_sec05__nav__cat {
  font-size: 1.4rem;
  line-height: 26px;
  font-weight: bold;
  color: #D03214;
  border-radius: 20px;
  background-color: #FFEB7C;
  display: inline-block;
  padding: 5px 17px;
}
@media screen and (max-width: 767px) {
  .s_sec05__nav__cat {
    font-size: 1.2rem;
    line-height: 18px;
    padding: 5px 10px;
    border-radius: 7px;
  }
}
.s_sec05__nav__tt {
  font-size: 1.7rem;
  line-height: 27px;
  color: #D03214;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .s_sec05__nav__tt {
    font-size: 1.5rem;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.s_sec05__nav__text {
  font-size: 1.4rem;
  line-height: 24px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .s_sec05__nav__text {
    display: none;
  }
}

.s_sec06 {
  background-color: #F57656;
  padding-bottom: 80px;
  position: relative;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .s_sec06 {
    padding-bottom: 40px;
    padding-top: 10px;
  }
}
.s_sec06::before {
  content: "";
  width: 100%;
  height: 120px;
  background-image: url("../../assets/img/top/bg_03@2x.png");
  background-size: 100% 100%;
  position: absolute;
  top: -119px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .s_sec06::before {
    height: 40px;
    top: -39px;
  }
}
.s_sec06 .c-title01 {
  position: relative;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .s_sec06 .c-title01 {
    margin-top: 0;
  }
}
.s_sec06 .c-title01::before {
  content: "";
  width: 240px;
  height: 112px;
  background-image: url("../../assets/img/top/s3_icon01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 102px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .s_sec06 .c-title01::before {
    display: none;
  }
}
.s_sec06 .c-title01::after {
  content: "";
  width: 234px;
  height: 102px;
  background-image: url("../../assets/img/top/s3_icon02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 102px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .s_sec06 .c-title01::after {
    display: none;
  }
}
.s_sec06__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .s_sec06__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin: 0 10px;
    z-index: 2;
  }
}
.s_sec06__nav::before {
  content: "";
  width: 98px;
  height: 76px;
  background-image: url("../../assets/img/top/s6_icon01_sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: -64px;
  display: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .s_sec06__nav::before {
    display: block;
  }
}
.s_sec06__nav::after {
  content: "";
  width: 117px;
  height: 71px;
  background-image: url("../../assets/img/top/s6_icon02_sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -5px;
  top: -58px;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 767px) {
  .s_sec06__nav::after {
    display: block;
  }
}
.s_sec06__nav dt {
  width: 450px;
  height: 485px;
  border: 3px solid #FFEB7C;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s_sec06__nav dt {
    width: 100%;
    height: 406px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .s_sec06__nav dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.s_sec06__nav dd a {
  width: 260px;
  height: 100px;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .s_sec06__nav dd a {
    width: 47%;
    height: auto;
  }
}
.s_sec06__nav dd a:last-child {
  margin-bottom: 0;
}
.s_sec06__nav dd a:hover {
  opacity: 0.85;
}
.s_sec06__nav dd a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s_sec06__nav dd a img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}

.s_sec07 {
  padding-top: 100px;
  background-color: #FEF9E4;
  background-image: url("../../assets/img/top/bg_04.png");
  background-repeat: no-repeat;
  background-position: top 30px center;
  background-size: 92% auto;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .s_sec07 {
    padding: 60px 0 20px;
    background: #FEF9E4;
  }
}
.s_sec07__tt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 32px;
  padding: 10px;
  position: relative;
  z-index: 6;
  max-width: 910px;
  background-color: #F57656;
  margin: 0 auto;
  border-radius: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .s_sec07__tt {
    font-size: 1.8rem;
    line-height: 30px;
    border-radius: 43px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.s_sec07__tt.st01 {
  width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .s_sec07__tt.st01 {
    width: calc(100% - 20px);
  }
}
.s_sec07__tt .text_28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .s_sec07__tt .text_28 {
    font-size: 2rem;
  }
}
.s_sec07__tt .text_26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .s_sec07__tt .text_26 {
    font-size: 1.8rem;
  }
}
.s_sec07__nav {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .s_sec07__nav {
    margin-bottom: 60px;
    width: calc(100% - 20px);
  }
}
.s_sec07__nav li {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 15px;
}
.s_sec07__nav li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .s_sec07__nav li:nth-child(3n) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .s_sec07__nav li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .s_sec07__nav li:nth-child(2n) {
    margin-right: 0;
  }
}
.s_sec07__nav li a {
  display: block;
  border: 3px solid #FFEB7C;
  border-radius: 15px;
  overflow: hidden;
}
.s_sec07__nav li p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #F57656;
  text-decoration: underline;
  text-align: right;
  margin-top: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .s_sec07__nav li p {
    font-size: 1.4rem;
  }
}
.s_sec07__nav li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_sec07__box {
  background-color: #FFEB7C;
  border-radius: 30px;
  padding: 60px 50px 40px 50px;
  position: relative;
  top: -70px;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s_sec07__box {
    padding: 70px 10px 10px;
    top: -86px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .s_sec07__box {
    padding: 60px 30px 40px;
  }
}
.s_sec07__box__tt {
  color: #D03214;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 34px;
  letter-spacing: 0.04rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_sec07__box__tt {
    font-size: 1.6rem;
    line-height: 30px;
    padding-bottom: 133px;
  }
}
.s_sec07__box__tt::before {
  content: "";
  width: 141px;
  height: 97px;
  background-image: url("../../assets/img/top/s7_icon01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .s_sec07__box__tt::before {
    top: auto;
    bottom: 15px;
    width: 342px;
    height: 108px;
    background-image: url("../../assets/img/top/s7_icon01_sp.svg");
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.s_sec07__box__tt::after {
  content: "";
  width: 165px;
  height: 104px;
  background-image: url("../../assets/img/top/s7_icon02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .s_sec07__box__tt::after {
    display: none;
  }
}
.s_sec07__nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 10px 0px 10px;
}
@media screen and (max-width: 767px) {
  .s_sec07__nav02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s_sec07__nav02 li {
  width: 100%;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .s_sec07__nav02 li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .s_sec07__nav02 li:nth-child(2) {
    margin: 0 10px;
  }
}
.s_sec07__nav02__text {
  font-size: 1.4rem;
  color: #D03214;
  line-height: 22px;
  letter-spacing: 0.04rem;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .s_sec07__nav02__text {
    margin-top: 10px;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}