@charset "UTF-8";
/* CSS Document */



/*---------------
main-visual
---------------*/

/*-- 共通・sp --*/
.main-visual {
  padding-top: 60px;
  height: 440px;
  width: 100%;
  background: url(../images/top/mainvisual-bg.png) no-repeat center center/cover;
}
.main-visual__content-wrapper {
  top: 24px;
  font-family: "Kaisei Opti", serif;
}
.main-visual__title {
  max-width: 1040px;
  margin: 1.0rem auto 3.0rem;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(2.0rem, 6vw, 6rem);
  text-align: left;
  letter-spacing: 0.1em;
}
.main-visual__img {
  max-width: 50%;
  height: auto;
  object-fit: contain;
}
.main-visual__content-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 280px;
}
.main-visual__content-text {
  font-family: "Kaisei Opti", serif;
  font-size: 1.4rem;
  text-align: left;
  padding: 4px;
  letter-spacing: 0.1em;
  line-height: 2.4rem;
}
/*-- メインビジュアルの枠線 --*/
.main-visual__box-cross {
  position: relative;
  margin: 0 12px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  color: #fff;
  height: 356px;
  padding: 1em 2em;
  font-weight: bold;
}
.main-visual__box-cross:before, .main-visual__box-cross:after {
  position: absolute;
  top: -20px;
  width: 2px;
  height: calc(100% + 40px);
  background-color: #fff;
  content: "";
}
.main-visual__box-cross:before {
  position: absolute;
  left: 20px;
}
.main-visual__box-cross:after {
  position: absolute;
  right: 20px;
}

/*-- pc --*/
@media screen and (min-width: 768px),print {
  .main-visual {
    padding-top: 80px;
    height: 580px;
    width: 100%;
  }
  .main-visual__content-wrapper {
    top: 40px;
  }
  .main-visual__title {
    max-width: 1040px;
    margin: 4.0rem auto;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .main-visual__box-cross {
    margin: 0 20px;
    height: 460px;
  }
  .main-visual__content-inner {
    max-width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
  }
  .main-visual__content-text {
    font-size: 2.4rem;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 4.8rem;
  }
  .main-visual__img {
    width: 236px;
    height: auto;
  }
}

.section__text {
  list-style: none;
}

/*---------------
about
---------------*/

/*-- pc --*/
@media (min-width: 768px) {
  .section-top__image {
    padding-left: 14px;
  }
  .section-about__item {
    display: flex;
  }
  .section-about__item-square { 
    padding-top: 50px;
  }
  .section-about__item-square img {
    width: 400px;
    height: 400px;
    margin-left: 24px;
  }
  .section-about__item-description {
    margin: 0 auto;
  }
  .section-about__item-description p {
    padding-left: 40px; 
  }
}


/*---------------
support
---------------*/

/*-- 共通・sp --*/
.support__img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.support__text {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/*-- pc --*/
@media screen  and (min-width: 768px),print {
  .support__img {
    max-width: 500px;
    height: auto;
  }
  .support__text {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-right: 20px;
  }
}

/*---------------
reason
---------------*/

/*-- 共通・sp --*/

.reason__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason__contents li {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.reason__contents li p {
  text-align: justify;
  padding-bottom: 20px;
}

.reason__contents li img {
  width: 100%;
  height: auto;
}

/*-- pc --*/
@media screen  and (min-width: 768px),print {
  .reason__contents {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .reason__contents li img {
    width: 100%;
    height: auto;
  }
  .reason__contents li {
    width: 31%;
    height: auto;
    max-width: 400px;
  }
  .reason__contents li p {
    text-align: justify;
  }
}

/*---------------
faq
---------------*/

/*-- 共通・sp --*/
.faq__qa {
  font-size: 16px;
}
.faq__q {
  border-bottom: solid;
  border-bottom-color: #fff;
}
.faq__q-q {
  font-size: 2.8rem;
  font-weight: bold;
  color: #006A87;
  padding: 0 20px;
}
.faq__q-text {
  padding-right: 50px;
}
.faq__a-a {
  font-size: 2.8rem;
  font-weight: bold;
  color: #FFAA8D;
  padding: 0 20px;
}


/*-- pc --*/
@media (min-width: 768px) and (max-width: 1199px) {
  .faq__q-q {
    font-size: 2.8rem;
    font-weight: bold;
    color: #006A87;
    padding: 0 60px;
  }
  .faq__a-a {
    font-size: 2.8rem;
    font-weight: bold;
    color: #FFAA8D;
    padding: 0 60px;
  }
}
@media (min-width: 1040px) {
  .faq__qa {
    font-size: 18px;
  }
}

.faq__q {
  height: 80px;
  background: #F4E5DC;
  position: relative;
  cursor: pointer;
}

@media screen  and (min-width: 768px),print {

}

.faq__qa .faq__q:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #595959;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
/*-- ＋の表示 --*/
.faq__q:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #595959;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
/*-- ＋からーの表示 --*/
.faq__qa .faq__q.active:after {
  display: none;
}
.faq__qa-flex {
  display: flex;
  align-items: center;
}
.faq__qa .faq__a {
  background-color: #fff;
  height: auto;
  padding: 25px 0;
  padding-right: 50px;
  margin-bottom: 40px;
}



/*---------------
button
---------------*/

/*-- 共通・sp --*/
.mv-btn__inner {
  position: relative;
  bottom: 60px;
  max-width: 1040px;
  text-align: left;
}
a.mv-btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #FFAF94;
}
a.mv-btn-border-shadow__color {
  border-radius: 3rem;
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.8);
}
a.mv-btn-border-shadow__color:before {
  border-radius: 3rem;
}

.btn__inner {
  text-align: center;
  margin-top: 60px;
}
.btn,
a.btn {
  font-family: 'Noto Sans JP';
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333333;
  border-radius: 2.5rem;

}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #f7f7f7;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #333333;
  border-radius: 3rem;
}
a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}
a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}
a.btn-border-shadow__color {
  border-radius: 3rem;
  background: #FFAF94;
}
a.btn-border-shadow__color:before {
  border-radius: 3rem;
}

/*-- pc --*/
@media screen  and (min-width: 768px),print {
  .btn__inner {
    text-align: right;
    margin-top: 60px;
  }
  .mv-btn__inner {
    position: relative;
    bottom: 60px;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
  }
}
