@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
body {
  color: #333;
  -webkit-text-size-adjust: 100%;
  line-height: 1.65;
  background: #FFFEF2; }

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a {
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  @media screen and (max-width: 767px) {
    img {
      width: 100%; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
  word-wrap: break-word;
  letter-spacing: .2em; }
  @media screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
      letter-spacing: .1em; } }

p, li, td, th, dt, dd {
  font-size: 17px;
  margin: 0;
  word-wrap: break-word; }
  @media screen and (max-width: 767px) {
    p, li, td, th, dt, dd {
      font-size: 15px; } }

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top; }

ul, ol, dl {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }
@media screen and (min-width: 375px) {
  .sp-sml {
    display: none !important; } }
/*------------------------------------------
	font
------------------------------------------*/
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif; }

.f-serif {
  font-weight: 500;
  font-family: 'Noto Serif JP', serif; }

.f-libre {
  font-family: 'Libre Baskerville', serif; }

.f-bold {
  font-weight: 700; }

/*------------------------------------------
	frame
------------------------------------------*/
@media screen and (min-width: 768px) {
  body {
    min-width: 1020px; } }

/*------------------------------------------
	hover
------------------------------------------*/
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease-in-out; }
    a:hover {
      opacity: .7; } }
/*============================================================================================================
	animation
============================================================================================================*/
@-webkit-keyframes anime-slide1 {
  0% {
    left: 0;
    right: auto;
    width: 100%; }
  50% {
    left: 0;
    right: auto;
    width: 100%; }
  51% {
    left: auto;
    right: 0;
    width: 100%; }
  100% {
    left: auto;
    right: 0;
    width: 0; } }
@keyframes anime-slide1 {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0; } }
@-webkit-keyframes anime-opacity1 {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes anime-opacity1 {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes anime-opacity2 {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: .5; } }
@keyframes anime-opacity2 {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: .5; } }
@-webkit-keyframes anime-bounce1 {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
@keyframes anime-bounce1 {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
@-webkit-keyframes anime-bounce2 {
  0%,100% {
    transform: scale(1) translateY(0); }
  50% {
    transform: scale(0.99, 1.1) translateY(-10px); } }
@keyframes anime-bounce2 {
  0%,100% {
    transform: scale(1) translateY(0); }
  50% {
    transform: scale(0.99, 1.1) translateY(-10px); } }
@-webkit-keyframes anime-down1 {
  0% {
    bottom: 90px;
    opacity: 0; }
  10% {
    bottom: 90px;
    opacity: 1; }
  90% {
    bottom: 0;
    opacity: 1; }
  100% {
    bottom: 0;
    opacity: 0; } }
@keyframes anime-down1 {
  0% {
    bottom: 90px;
    opacity: 0; }
  10% {
    bottom: 90px;
    opacity: 1; }
  90% {
    bottom: 0;
    opacity: 1; }
  100% {
    bottom: 0;
    opacity: 0; } }
@-webkit-keyframes anime-shake1 {
  0%, 70% {
    transform: rotate(0); }
  20% {
    transform: rotate(-3deg); }
  40% {
    transform: rotate(2deg); }
  60% {
    transform: rotate(-2deg); } }
@keyframes anime-shake1 {
  0%, 70% {
    transform: rotate(0); }
  20% {
    transform: rotate(-3deg); }
  40% {
    transform: rotate(2deg); }
  60% {
    transform: rotate(-2deg); } }
@-webkit-keyframes yura1 {
  0% {
    transform: translate(10px, 0); }
  100% {
    transform: translate(0, 10px); } }
@keyframes yura1 {
  0% {
    transform: translate(10px, 0); }
  100% {
    transform: translate(0, 10px); } }
/*------------------------------------------
	loading
------------------------------------------*/
.l-loading {
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFEF2; }
  .l-loading-logo {
    width: 340px;
    -webkit-animation: anime-opacity2 2.5s infinite;
    animation: anime-opacity2 2.5s infinite; }
  @media screen and (max-width: 767px) {
    .l-loading-logo {
      width: 220px; } }

/*============================================================================================================
	.l-header
============================================================================================================*/
.l-header-inner {
  width: 100%;
  max-width: 1220px;
  height: 120px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: flex-end; }
.l-header__tit a, .l-header__tit img {
  display: block; }
@media screen and (max-width: 767px) {
  .l-header-inner {
    height: 70px;
    padding: 0 20px; }
  .l-header__tit img {
    width: 220px; } }

/*============================================================================================================
	.l-footer
============================================================================================================*/
.l-footer {
  padding: 80px 0;
  background: #333; }
  .l-footer-inner {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }
  .l-footer__copyright {
    color: #FFFEF2;
    font-size: 13px;
    text-align: right;
    letter-spacing: .1em; }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding: 30px 0; }
      .l-footer-inner {
        padding: 0 20px;
        display: block; }
      .l-footer__logo {
        width: 200px;
        margin-bottom: 20px; }
      .l-footer__copyright {
        text-align: left;
        font-size: 10px;
        line-height: 2; } }

/*============================================================================================================
	.l-contents (common)
============================================================================================================*/
/*==========================================
	.l-main
==========================================*/
/*============================================================================================================
	.l-mv
============================================================================================================*/
.l-mv {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: #FCF9EE;
  border: 1px solid; }
  .l-mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background: url("../img/home/bg_mv01.svg") repeat-x left top;
    position: absolute;
    left: 0;
    top: calc(100% + 1px); }
  .l-mv-imgBox {
    width: 50%; }
    .l-mv-imgBox img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: left center; }
  .l-mv-txtBox {
    width: 48.7%;
    min-width: 500px;
    display: flex;
    align-items: center;
    margin: 0 -50px 0 70px; }
    .l-mv-txtBox-in {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .l-mv {
      width: calc(100% - 40px);
      display: block;
      padding: 10px 10px 30px; }
      .l-mv-imgBox {
        width: 100%;
        margin: 0 auto 30px; }
      .l-mv-txtBox {
        width: 100%;
        min-width: auto;
        margin: 0 auto;
        padding: 0 20px; } }

/*------------------------------------------
	load
------------------------------------------*/
.js-mv-img {
  position: relative;
  opacity: 0;
  transition: opacity 1.5s ease, left 1.5s ease; }
  .js-mv-img.in-view:before {
    left: 50%;
    width: 0; }
  @media screen and (min-width: 768px) {
    .js-mv-img {
      left: -50px; } }

.js-mv-text {
  position: relative;
  top: -20px;
  opacity: 0;
  transition: opacity 1s ease, top 1s ease; }
  .js-mv-text + .js-mv-text {
    transition-delay: .5s; }

.js-mv-slide {
  opacity: 0;
  transition: opacity 1s ease; }
  .js-mv-slide.in-view {
    opacity: 1; }
    @media screen and (min-width: 768px) {
      .js-mv-slide.in-view .l-mv-txtBox-leadBox-txtWrap:before {
        width: 0;
        -webkit-animation: anime-slide1 1.2s forwards;
        animation: anime-slide1 1.2s forwards; }
      .js-mv-slide.in-view .l-mv-txtBox-leadBox__txt {
        opacity: 0;
        -webkit-animation: anime-opacity1 1s forwards;
        animation: anime-opacity1 1s forwards; } }

/*============================================================================================================
	component
============================================================================================================*/
/*------------------------------------------
	inner
------------------------------------------*/
.c-inner01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .c-inner01 {
      padding-left: 20px;
      padding-right: 20px; } }

/*------------------------------------------
	tit
------------------------------------------*/
.c-tit01 {
  position: relative;
  display: table;
  max-width: calc(100% - 250px);
  margin: 0 auto;
  padding: 0 37px;
  background: linear-gradient(to bottom, transparent calc(100% - 12px), #FCD2A0 calc(100% - 12px));
  font-size: 32px;
  font-weight: 700;
  text-align: center; }
  .c-tit01::before, .c-tit01::after {
    content: "";
    display: block;
    background: url("../img/common/ico_fan01.svg") no-repeat center/contain;
    width: 85px;
    height: 48px;
    position: absolute;
    bottom: -10px; }
  .c-tit01::before {
    left: -107px; }
  .c-tit01::after {
    right: -107px; }
  @media screen and (max-width: 767px) {
    .c-tit01 {
      max-width: none;
      padding: 50px 15px 0;
      font-size: 22px;
      background: linear-gradient(to bottom, transparent calc(100% - 6px), #FCD2A0 calc(100% - 6px)); }
      .c-tit01::before {
        width: 80px;
        height: 40px;
        top: 0;
        right: 0;
        left: 0;
        bottom: auto;
        margin: auto; }
      .c-tit01::after {
        content: none; } }

/*------------------------------------------
	txt
------------------------------------------*/
.c-txt01 {
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: .2em; }
  @media screen and (max-width: 767px) {
    .c-txt01 {
      text-align: left;
      letter-spacing: .1em; } }

/*------------------------------------------
	btn
------------------------------------------*/
.c-btn01 {
  display: table;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .2em; }
  .c-btn01 a {
    display: block;
    padding: 0 40px 3px 14px;
    background: url("../img/common/ico_arrow02.svg") no-repeat right 10px top 10px;
    border-bottom: 2px solid #F2C085; }
  @media screen and (min-width: 768px) {
    .c-btn01 a:hover {
      opacity: 1;
      background-position: right 5px top 10px;
      border-color: #D38D3A;
      color: #D38D3A; } }
  @media screen and (max-width: 767px) {
    .c-btn01 {
      font-size: 16px;
      letter-spacing: .1em; }
      .c-btn01 a {
        background: url("../img/common/ico_arrow02.svg") no-repeat right 10px top 8px; } }

.c-btn02 {
  width: 100%;
  max-width: 370px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: .2em;
  line-height: 1.4; }
  .c-btn02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
    border: 1px solid;
    height: 64px;
    padding: 0 50px;
    background: #FCD2A0 url("../img/common/ico_arrow03.svg") no-repeat right 40px center;
    box-shadow: 0 6px 0 #333; }
  .c-btn02.is-yellow a {
    background-color: #EFEF7D; }
  @media screen and (min-width: 768px) {
    .c-btn02 a:hover {
      opacity: 1;
      box-shadow: none;
      transform: translateY(3px); } }
  @media screen and (max-width: 767px) {
    .c-btn02 {
      font-size: 16px;
      letter-spacing: .1em; }
      .c-btn02 a {
        height: 55px;
        padding: 0 25px;
        background-position: right 18px center; } }

/*------------------------------------------
	other
------------------------------------------*/
.c-bnr01 {
  display: table;
  margin: 60px auto; }
  .c-bnr01 a {
    display: block; }
  @media screen and (max-width: 767px) {
    .c-bnr01 {
      max-width: calc(100vw - 40px);
      margin: 50px auto; } }

/*============================================================================================================
	js
============================================================================================================*/
/*------------------------------------------
	scrool action
------------------------------------------*/
.js-view {
  transition: opacity 1s ease, transform 1s ease; }
  .js-view + .js-view {
    transition-delay: .2s; }
  .js-view + .js-view + .js-view {
    transition-delay: .4s; }
  .js-view + .js-view + .js-view + .js-view {
    transition-delay: .6s; }
  .js-view + .js-view + .js-view + .js-view + .js-view {
    transition-delay: .8s; }
  .js-view + .js-view + .js-view + .js-view + .js-view + .js-view {
    transition-delay: 1s; }
  .js-view + .js-view + .js-view + .js-view + .js-view + .js-view + .js-view {
    transition-delay: 1.2s; }
  .js-view.is-fadeIn {
    opacity: 0; }
    .js-view.is-fadeIn.is-scrollin {
      opacity: 1; }
  .js-view.is-fadeUp {
    transform: translateY(50px); }
    .js-view.is-fadeUp.is-scrollin {
      transform: translateY(0); }
    @media screen and (max-width: 767px) {
      .js-view.is-fadeUp {
        transform: translateY(20px); } }
  .js-view.is-slideIn {
    transform: translateX(-50px);
    opacity: 0; }
    .js-view.is-slideIn.is-scrollin {
      opacity: 1;
      transform: translateX(0); }
    @media screen and (max-width: 767px) {
      .js-view.is-slideIn {
        transform: translateX(-20px); } }

/*============================================================================================================
	page
============================================================================================================*/
/*	home
============================================================================================================*/
/*------------------------------------------
	.homeMv
------------------------------------------*/
.homeMv__lead {
  margin-bottom: 30px; }
.homeMv__logo {
  width: 83%;
  margin-bottom: 50px; }
.homeMv__txt {
  margin-bottom: 55px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .2em; }
.homeMv-nav {
  position: relative; }
  .homeMv-nav-list {
    display: flex;
    justify-content: space-between; }
    .homeMv-nav-list__item {
      width: calc(50% - 10px);
      border-radius: 50px;
      font-weight: 700;
      font-size: 18px;
      text-align: center;
      letter-spacing: .2em; }
      .homeMv-nav-list__item a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 64px;
        padding: 0 30px;
        border-radius: inherit;
        border: 1px solid;
        background: url("../img/common/ico_arrow01.svg") no-repeat right 19px center;
        box-shadow: 0 6px 0 #333; }
        .homeMv-nav-list__item a:hover {
          opacity: 1;
          box-shadow: none;
          transform: translateY(3px); }
      .homeMv-nav-list__item:nth-of-type(1) a {
        background-color: #FCD2A0; }
      .homeMv-nav-list__item:nth-of-type(2) a {
        background-color: #EFEF7D; }
@media screen and (max-width: 767px) {
  .homeMv__lead {
    margin-bottom: 13px; }
  .homeMv__logo {
    width: 100%;
    margin-bottom: 30px; }
  .homeMv__txt {
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 2.33;
    letter-spacing: .1em; }
  .homeMv-nav-list {
    justify-content: center; }
    .homeMv-nav-list__item {
      width: calc(50% - 5px);
      min-width: 120px;
      font-size: 10px;
      letter-spacing: .1em; }
      .homeMv-nav-list__item + .homeMv-nav-list__item {
        margin-left: 10px; }
      .homeMv-nav-list__item a {
        height: 42px;
        padding: 0 15px;
        background-position: right 7px center;
        box-shadow: 0 3px 0 #333; } }

/*------------------------------------------
	.homeSelect
------------------------------------------*/
.homeSelect {
  padding: 100px 0 80px; }
  .homeSelect__tit {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0 155px 38px;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    z-index: 0; }
    .homeSelect__tit::before, .homeSelect__tit::after {
      content: "";
      display: block;
      background: no-repeat center bottom/contain;
      position: absolute;
      bottom: 0;
      z-index: -1; }
    .homeSelect__tit::before {
      background-image: url("../img/home/bg_select01.svg");
      width: 142px;
      height: 170px;
      left: 0; }
    .homeSelect__tit::after {
      background-image: url("../img/home/bg_select02.svg");
      width: 134px;
      height: 171px;
      right: 20px; }
    .homeSelect__tit-bg {
      display: table;
      margin: 0 auto;
      padding: 9px 35px;
      background: #DFFAE2;
      border: 1px solid; }
      .homeSelect__tit-bg + .homeSelect__tit-bg {
        margin-top: 8px; }
  @media screen and (max-width: 767px) {
    .homeSelect {
      padding: 50px 0; }
      .homeSelect__tit {
        margin-bottom: 10px;
        padding: 25vw 0 0;
        font-size: 5.3vw; }
        .homeSelect__tit::before, .homeSelect__tit::after {
          height: 100%; }
        .homeSelect__tit::before {
          width: 44%;
          left: 5%; }
        .homeSelect__tit::after {
          width: 41%;
          right: 5%; }
        .homeSelect__tit-bg {
          padding: 1vw 4vw; }
          .homeSelect__tit-bg + .homeSelect__tit-bg {
            margin-top: 5px; } }

.homeSelect-box {
  min-height: 270px;
  margin-bottom: 40px;
  padding: 30px 30px 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff url("../img/home/bg_select03_pc.png") repeat-y left center/228px;
  border: 1px solid; }
  .homeSelect-box:nth-of-type(even) .homeSelect-box__tit {
    background: linear-gradient(to bottom, transparent calc(100% - 14px), #F2F2A0 calc(100% - 14px)); }
  .homeSelect-box:last-of-type {
    margin-bottom: 0; }
  .homeSelect-box-icoBox {
    overflow: hidden;
    width: 210px;
    height: 210px;
    background: #FCF9EE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0; }
  .homeSelect-box-txtBox {
    width: calc(100% - 287px); }
  .homeSelect-box__tit, .homeSelect-box__txt, .homeSelect-box__btn {
    position: relative;
    z-index: 2; }
  .homeSelect-box__tit {
    display: table;
    margin-bottom: 23px;
    padding: 8px 10px;
    background: linear-gradient(to bottom, transparent calc(100% - 14px), #F2F2A0 calc(100% - 14px));
    font-weight: 700;
    font-size: 32px;
    line-height: .8; }
  .homeSelect-box__txt {
    line-height: 2;
    letter-spacing: .2em; }
  .homeSelect-box__btn {
    margin-top: 30px;
    color: #F2C085; }
  @media screen and (min-width: 768px) {
    .homeSelect-box.is-four .homeSelect-box-txtBox {
      padding-top: 35px;
      padding-bottom: 45px; }
    .homeSelect-box.is-four .homeSelect-box__tit {
      margin-bottom: 43px; }
    .homeSelect-box.is-four .homeSelect-box__img {
      display: block;
      margin: -70px -20px -130px auto; } }
  @media screen and (max-width: 767px) {
    .homeSelect-box {
      display: block;
      min-height: auto;
      margin-bottom: 20px;
      padding: 30px 20px;
      background: #fff url("../img/home/bg_select03_sp.png") repeat-x center top/auto 110px; }
      .homeSelect-box-icoBox {
        width: 120px;
        height: 120px;
        margin: 0 auto 20px; }
        .homeSelect-box-icoBox img {
          width: 120px; }
      .homeSelect-box-txtBox {
        width: 100%; }
      .homeSelect-box__tit {
        margin: 0 auto 20px;
        padding: 8px;
        font-size: 21px; }
      .homeSelect-box__txt {
        letter-spacing: .1em; }
      .homeSelect-box__btn {
        margin: 10px auto 0; }
      .homeSelect-box.is-four .homeSelect-box__img {
        display: block;
        width: 85%;
        margin: 10px auto 0; } }
  @media screen and (max-width: 374px) {
    .homeSelect-box {
      padding-left: 15px;
      padding-right: 15px; }
      .homeSelect-box__tit {
        padding: 8px 10px;
        font-size: 16px; }
      .homeSelect-box__txt {
        font-size: 14px; } }

/*------------------------------------------
	.homePlan
------------------------------------------*/
.homePlan {
  padding: 75px 10px;
  background: #FCF9EE; }
  .homePlan-inner {
    max-width: 1080px; }
  .homePlan__tit {
    margin-bottom: 30px; }
  .homePlan__lead {
    margin-bottom: 55px; }
  .homePlan-list__item {
    padding: 17px 18px 25px;
    background: #FFFEF2;
    border: 1px solid; }
  .homePlan-list__tit {
    margin-bottom: 23px;
    padding: 10px 5px;
    background: #F2F2A0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0; }
  .homePlan-list__txt {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.75; }
    .homePlan-list__txt-color {
      color: #D38D3A;
      font-weight: 700; }
  .homePlan-list-price__tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
    text-align: center;
    font-size: 14px; }
    .homePlan-list-price__tit-in {
      max-width: 70%;
      flex-shrink: 0; }
    .homePlan-list-price__tit::before, .homePlan-list-price__tit::after {
      content: "";
      height: 1px;
      width: 100%;
      background: #333; }
    .homePlan-list-price__tit::before {
      margin-right: 15px; }
    .homePlan-list-price__tit::after {
      margin-left: 15px; }
  .homePlan-list-price__num {
    color: #868686;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    line-height: 1.3; }
    .homePlan-list-price__num-small {
      font-size: 15px; }
  .homePlan__note {
    margin: 15px auto 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: .2em; }
  @media screen and (min-width: 768px) {
    .homePlan-list {
      display: flex;
      justify-content: space-between; }
      .homePlan-list__item {
        width: calc((100% - 81px) / 4);
        border: 1px solid; } }
  @media screen and (max-width: 767px) {
    .homePlan {
      padding: 50px 0; }
      .homePlan__tit {
        margin-bottom: 20px; }
      .homePlan__lead {
        margin-bottom: 30px; }
      .homePlan-list__item {
        margin-bottom: 20px;
        padding: 15px; }
        .homePlan-list__item:last-of-type {
          margin-bottom: 0; }
      .homePlan-list__tit {
        margin-bottom: 15px; }
      .homePlan-list__txt {
        margin-bottom: 20px; }
      .homePlan-list-price__num {
        font-size: 28px; }
        .homePlan-list-price__num-small {
          font-size: 14px; }
      .homePlan__note {
        font-size: 12px; } }

/*------------------------------------------
	.homePoint
------------------------------------------*/
.homePoint {
  padding: 75px 10px; }
  .homePoint-inner {
    max-width: 1080px; }
  .homePoint__tit {
    margin-bottom: 43px; }
  .homePoint-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .homePoint-list__item {
      display: flex;
      flex-direction: column;
      width: 32%;
      max-width: 340px;
      height: 334px;
      padding: 58px 40px 58px;
      background: url("../img/home/bg_point01.svg") no-repeat center top/contain;
      text-align: center; }
    .homePoint-list__tit {
      position: relative;
      margin-bottom: 15px;
      padding: 0 0 12px;
      color: #D38D3A;
      font-weight: 700;
      font-size: 16px; }
      .homePoint-list__tit::before {
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        background: #333;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
    .homePoint-list__txt {
      margin-bottom: 10px;
      color: #D38D3A;
      font-weight: 700;
      font-size: 22px;
      line-height: 1.55; }
      .homePoint-list__txt.is-small {
        font-size: 15px; }
      .homePoint-list__txt-price {
        display: block;
        color: #333;
        font-size: 15px; }
      .homePoint-list__txt-comp {
        display: block;
        color: #333;
        font-size: 10px;
        font-weight: 500; }
    .homePoint-list__big {
      margin-top: auto;
      text-align: center; }
  .homePoint__btn {
    margin: 37px auto 0; }
  @media screen and (max-width: 767px) {
    .homePoint {
      padding: 50px 0; }
      .homePoint-inner {
        padding: 0 10px; }
      .homePoint__tit {
        margin-bottom: 30px; }
      .homePoint-list {
        display: block; }
        .homePoint-list__item {
          justify-content: center;
          width: 100%;
          max-width: 280px;
          height: 280px;
          margin: 0 auto 20px;
          padding: 30px 20px 40px; }
          .homePoint-list__item:last-of-type {
            margin-bottom: 0; }
        .homePoint-list__tit {
          margin-bottom: 13px;
          padding-bottom: 10px; }
        .homePoint-list__txt {
          margin-bottom: 15px;
          font-size: 18px; }
          .homePoint-list__txt.is-small {
            font-size: 14px; }
          .homePoint-list__txt-price {
            font-size: 13px; }
        .homePoint-list__big {
          width: 50%;
          margin: 0 auto; }
      .homePoint__btn {
        margin-top: 30px; } }

/*------------------------------------------
	.secCheck
------------------------------------------*/
.secCheck {
  padding: 80px 10px;
  background: #FCF9EE; }
  .secCheck-inner {
    max-width: 1080px; }
  .secCheck__tit {
    margin-bottom: 31px; }
  .secCheck__lead {
    margin-bottom: 40px; }
  .secCheck-box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .secCheck-box-imgBox {
      width: 52%; }
      .secCheck-box-imgBox img {
        width: 100%; }
    .secCheck-box-txtBox {
      width: 40%;
      margin-top: -10px; }
      .secCheck-box-txtBox-list {
        margin-bottom: 50px; }
        .secCheck-box-txtBox-list__item {
          position: relative;
          padding: 11px 0 10px 42px;
          background: url("../img/common/ico_check01.svg") no-repeat left top 8px;
          color: #D38D3A;
          font-weight: 700;
          font-size: 14px;
          letter-spacing: .2em; }
          .secCheck-box-txtBox-list__item-line {
            padding: 0 7px 9px;
            background: linear-gradient(to bottom, transparent calc(100% - 12px), #F2F2A0 calc(100% - 12px));
            font-size: 21px;
            letter-spacing: .2em; }
      .secCheck-box-txtBox__btn {
        display: table;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        letter-spacing: .2em; }
        .secCheck-box-txtBox__btn a {
          display: block;
          padding: 0 12px 3px 50px;
          background: url("../img/common/ico_download01.svg") no-repeat left 20px top 10px;
          border-bottom: 2px solid #F2C085; }
  .secCheck__btn {
    margin: 40px auto 0; }
  @media screen and (min-width: 768px) {
    .secCheck-box-txtBox__btn a:hover {
      opacity: 1;
      background-position: left 20px top 13px;
      border-color: #D38D3A;
      color: #D38D3A; } }
  @media screen and (max-width: 767px) {
    .secCheck {
      padding: 50px 0; }
      .secCheck__tit {
        margin-bottom: 20px; }
      .secCheck__lead {
        margin-bottom: 30px; }
      .secCheck-box {
        display: block; }
        .secCheck-box-imgBox {
          width: 100%;
          margin: 0 auto 20px; }
        .secCheck-box-txtBox {
          width: 100%;
          margin: 0 auto; }
          .secCheck-box-txtBox-list {
            margin-bottom: 30px; }
            .secCheck-box-txtBox-list__item {
              overflow: hidden;
              padding: 5px 0 5px 35px;
              background-position: left top 3px;
              background-size: 25px;
              letter-spacing: .1em; }
              .secCheck-box-txtBox-list__item-line {
                padding: 0 5px 4px;
                background: linear-gradient(to bottom, transparent calc(100% - 6px), #F2F2A0 calc(100% - 6px));
                font-size: 18px;
                letter-spacing: .1em; }
              .secCheck-box-txtBox-list__item-sp-right {
                display: table;
                float: right;
                padding: 3px 0; }
          .secCheck-box-txtBox__btn {
            margin: 0 auto;
            font-size: 16px;
            letter-spacing: .1em; }
            .secCheck-box-txtBox__btn a {
              padding: 0 25px 3px 45px;
              background-position: left 15px center; } }
  @media screen and (max-width: 374px) {
    .secCheck-box-txtBox-list__item {
      padding-left: 33px; }
      .secCheck-box-txtBox-list__item-line {
        font-size: 17px; } }

/*------------------------------------------
	.secEvent
------------------------------------------*/
.secEvent {
  overflow: hidden;
  padding: 75px 0 70px; }
  .secEvent__en {
    margin-bottom: 15px;
    color: #D38D3A;
    font-weight: 700;
    font-size: 14px;
    text-align: center; }
  .secEvent__tit {
    margin-bottom: 75px; }
    .secEvent__tit::before, .secEvent__tit::after {
      bottom: -30px; }
    .secEvent__tit::before {
      background-image: url("../img/home/ico_event01.svg");
      width: 200px;
      height: 102px;
      left: -265px; }
    .secEvent__tit::after {
      background-image: url("../img/home/ico_event02.svg");
      width: 237px;
      height: 102px;
      right: -300px; }
  @media screen and (min-width: 768px) {
    .secEvent__tit {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .secEvent {
      padding: 50px 0;
      background: url("../img/home/ico_event01.svg") no-repeat left 2px top 30px/90px, url("../img/home/ico_event02.svg") no-repeat right 5px top 135px/90px; }
      .secEvent__tit {
        margin-bottom: 60px;
        padding-top: 0; }
        .secEvent__tit::before, .secEvent__tit::after {
          content: none; } }

.secEvent-box {
  margin-bottom: 74px; }
  .secEvent-box:last-of-type {
    margin-bottom: 0; }
  .secEvent-box__tit {
    position: relative;
    z-index: 2;
    display: table;
    max-width: calc(100% - 80px);
    margin: 0 auto -34px 40px;
    padding: 7px 56px;
    border: 1px solid;
    background: #DED8D4;
    font-weight: 700;
    font-size: 32px; }
    .secEvent-box__tit-tag {
      margin: 0 0 0 20px;
      padding: 9px 40px;
      vertical-align: middle;
      border-radius: 4px;
      background: #333;
      color: #fff;
      font-size: 17px;
      letter-spacing: .06em; }
  .secEvent-box-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 64px 40px;
    border: 1px solid;
    background: #fff; }
    .secEvent-box-content::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 10px;
      right: -10px;
      border: 1px solid;
      background: #DED8D4;
      pointer-events: none;
      z-index: -1;
      box-sizing: border-box; }
  .secEvent-box-imgBox {
    width: 49%; }
    .secEvent-box-imgBox img {
      width: 100%; }
    .secEvent-box-imgBox.has-ico01 {
      position: relative; }
      .secEvent-box-imgBox.has-ico01::before {
        content: "";
        display: block;
        background: url("../img/home/img_event05_ico01.svg") no-repeat right bottom/contain;
        width: 233px;
        height: 168px;
        position: absolute;
        right: -39px;
        bottom: -64px;
        pointer-events: none; }
  .secEvent-box-txtBox {
    width: 46.6%; }
    .secEvent-box-txtBox__tit {
      display: table;
      margin-bottom: 19px;
      padding: 5px 18px;
      border: 1px solid;
      background: #DFFAE2;
      font-weight: 700;
      font-size: 24px;
      letter-spacing: .06em; }
    .secEvent-box-txtBox__txt {
      margin-bottom: 2em;
      letter-spacing: .06em; }
      .secEvent-box-txtBox__txt span.line {
        padding: 0 7px 9px;
        background: linear-gradient(to bottom, transparent calc(100% - 12px), #F2F2A0 calc(100% - 12px));
        font-size: 1.3em;
        font-weight: 700;
        letter-spacing: .2em; }
      .secEvent-box-txtBox__txt span.fntL {
        font-size: 1.3em;
        font-weight: 700; }
    .secEvent-box-txtBox__btn + .secEvent-box-txtBox__btn {
      margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .secEvent-box {
      margin-bottom: 70px; }
      .secEvent-box__tit {
        max-width: calc(100% - 30px);
        margin: 0 auto -20px 15px;
        padding: 8px 15px;
        font-size: 20px; }
        .secEvent-box__tit-tag {
          display: table;
          margin: 7px auto 0 0;
          padding: 5px 15px;
          font-size: 12px; }
      .secEvent-box-content {
        display: block;
        padding: 35px 15px 30px; }
      .secEvent-box-imgBox {
        width: 100%;
        margin: 0 auto 20px; }
        .secEvent-box-imgBox.has-ico01 {
          padding-bottom: 11%; }
          .secEvent-box-imgBox.has-ico01::before {
            right: -15px;
            bottom: 0;
            width: 47%;
            height: 47%; }
      .secEvent-box-txtBox {
        width: 100%; }
        .secEvent-box-txtBox__tit {
          margin-bottom: 15px;
          padding: 3px 10px;
          font-size: 16px; }
        .secEvent-box-txtBox__txt {
          margin-bottom: 1.5em; }
          .secEvent-box-txtBox__txt span.line {
            font-size: 1.1em; }
          .secEvent-box-txtBox__txt span.fntL {
            font-size: 1.1em; }
        .secEvent-box-txtBox__btn {
          margin: 0 auto; }
          .secEvent-box-txtBox__btn + .secEvent-box-txtBox__btn {
            margin-top: 20px; } }
  @media screen and (max-width: 374px) {
    .secEvent-box__tit {
      font-size: 18px; } }

/*------------------------------------------
	.homeLink-site
------------------------------------------*/
.homeLink-site {
  max-width: 520px;
  margin: 0 auto 120px; }
  @media screen and (max-width: 767px) {
    .homeLink-site {
      max-width: calc(100vw - 40px);
      margin-bottom: 50px; } }

/*	schedule
============================================================================================================*/
/*------------------------------------------
	.scheduleMv
------------------------------------------*/
.scheduleMv-txtBox-in {
  position: relative; }
  .scheduleMv-txtBox-in::before {
    content: "";
    display: block;
    background: url("../img/schedule/txt_mv01.svg") no-repeat center/contain;
    width: 345px;
    height: 102px;
    position: absolute;
    top: -8px;
    right: 15px; }
.scheduleMv__tit {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: .2em; }
  .scheduleMv__tit-small {
    display: table;
    margin-bottom: 15px;
    padding: 4px 40px;
    border-radius: 4px;
    background: #333;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: .06em; }
@media screen and (max-width: 767px) {
  .scheduleMv-imgBox {
    margin-bottom: -10px; }
  .scheduleMv-txtBox-in::before {
    width: 180px;
    height: 60px;
    top: 9px;
    right: -40px; }
  .scheduleMv__tit {
    font-size: 22px;
    letter-spacing: .1em; }
    .scheduleMv__tit-small {
      margin-bottom: 10px;
      padding: 5px 18px;
      font-size: 14px; } }
@media screen and (max-width: 374px) {
  .scheduleMv-txtBox {
    padding-left: 10px;
    padding-right: 10px; }
    .scheduleMv-txtBox-in::before {
      width: 160px;
      height: 50px;
      right: -30px;
      top: 15px; }
  .scheduleMv__tit {
    font-size: 20px; }
    .scheduleMv__tit-small {
      font-size: 12px; } }

/*------------------------------------------
	.secSchedule
------------------------------------------*/
.secSchedule {
  padding: 65px 10px 120px; }
  .secSchedule-inner {
    max-width: 1200px; }
  .secSchedule__lead {
    margin-bottom: 50px; }
  .secSchedule__btn {
    margin: 80px auto 0; }
  @media screen and (max-width: 767px) {
    .secSchedule {
      padding: 50px 0; }
      .secSchedule__lead {
        margin-bottom: 30px; }
      .secSchedule__btn {
        margin-top: 40px; } }

.secSchedule-box {
  width: calc(50% - 20px); }
  .secSchedule-box-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .secSchedule-box__tit {
    padding: 9px 60px 9px 20px;
    background-color: #F2C085 !important;
    border: 1px solid;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .04em; }
  .secSchedule-box-top {
    margin-bottom: 20px;
    padding: 13px 20px;
    border: 1px solid;
    border-top: none;
    background: #FCF9EE; }
    .secSchedule-box-top__txt {
      font-size: 16px; }
  .secSchedule-box-list {
    background: #FCF9EE; }
    .secSchedule-box-list__item {
      margin-bottom: 20px;
      border: 1px solid; }
      .secSchedule-box-list__item:last-of-type {
        margin-bottom: 0; }
    .secSchedule-box-list__parent {
      padding: 7px 60px 7px 20px;
      background-color: #FAE2C5 !important;
      font-weight: 700;
      font-size: 20px;
      letter-spacing: .04em; }
    .secSchedule-box-list-child {
      padding: 10px 20px;
      border-top: 1px solid; }
      .secSchedule-box-list-child__item {
        padding: 7px 0;
        border-bottom: 1px solid #DED8D4;
        font-size: 16px; }
        .secSchedule-box-list-child__item:last-of-type {
          border-bottom: none; }
  @media screen and (min-width: 768px) {
    .secSchedule-box:nth-of-type(n + 3) {
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .secSchedule-box {
      width: 100%;
      margin-bottom: 40px; }
      .secSchedule-box-wrap {
        display: block; }
      .secSchedule-box__tit {
        padding: 10px 40px 10px 15px;
        font-size: 18px; }
      .secSchedule-box-top {
        margin-bottom: 10px;
        padding: 10px 15px; }
        .secSchedule-box-top__txt {
          font-size: 14px; }
      .secSchedule-box-list__item {
        margin-bottom: 10px; }
      .secSchedule-box-list__parent {
        padding: 8px 40px 8px 15px;
        font-size: 15px; }
      .secSchedule-box-list-child {
        padding: 5px 10px; }
        .secSchedule-box-list-child__item {
          font-size: 12px; } }

.js-schedule-btn {
  cursor: pointer;
  background: url("../img/common/ico_arrow04.svg") no-repeat right 30px center;
  transition: all 0.3s ease-in-out; }
  .js-schedule-btn.is-open {
    background-image: url("../img/common/ico_arrow05.svg"); }
  @media screen and (max-width: 767px) {
    .js-schedule-btn {
      background-position: right 15px center;
      background-size: 15px; } }

.js-schedule-content {
  display: none; }
