@charset 'UTF-8';

/* サイト全体共通 */
body {
  background-color: #f0ece1;
  color: #414141;
  letter-spacing: .1em;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

/* ホバー */
/* 全体 */
a {
  transition: opacity .4;
}

a:hover {
  opacity: .7;
}

/* --下層ページヘッダーナビ */
.page_header_nav li:hover {
  transform: translateY(-10%);
}

/* --ページボタン01 */
.button01:hover {
  background: #ed7501;
  opacity: 1;
}

/* --ページボタン02 */
.button02:hover {
  box-shadow: 0 0 0 #cfa072;
  transform: translateY(5px);
}

/* --FIXボタン */
.fixed_button01:hover,
.fixed_button02:hover {
  background: #78caa8;
  opacity: 1;
}

/* CTAメールボタン */
.cta_mailbutton:hover {
  background: #ed7501;
  opacity: 1;
}

/* --よくある質問ボタン */
.cta_faqbutton:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .25);
  opacity: 1;
  transform: translateY(-10%);
}

/* --フッターナビ */
.footer_box li a:hover {
  color: #f49132;
  opacity: 1;
  transition: .4s;
}

/* コンテンツ幅 */
/* --1320px*/
.wrapper1320 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
  width: 91%;
}

/* --1240px */
.wrapper1240 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
  width: 86%;
}

/* --1150px*/
.wrapper1150 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  width: 80%;
}

/* --920px*/
.wrapper920 {
  margin-right: auto;
  margin-left: auto;
  max-width: 920px;
  width: 74%;
}

/* --680px*/
.wrapper680 {
  margin-right: auto;
  margin-left: auto;
  max-width: 680px;
  width: 47%;
}

/* 共通セクションボタン */
.button02 {
  position: relative;
  display: inline-block;
  padding: .9em 3em .9em 2em;
  border: 1px solid #606060;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 0 0 #cfa072;
  color: #414141;
  text-align: center;
  transition: all .3s ease 0s;
}

.button02::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 26px;
  width: 17px;
  height: min(.06vw, 1px);
  background-color: #414141;
}

.button02::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 26px;
  display: inline-block;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #414141;
  border-right: 1px solid #414141;
  vertical-align: middle;
  transform: rotate(45deg);
}

/* スマホ対応(共通ボタン) */
@media (max-width: 768px) {
  .button02::after {
    top: 45%;
    width: 10px;
    height: 10px;
  }
}

/* 固定ボタン */
.fixed_button01,
.fixed_button02 {
  position: fixed;
  top: 140px;
  right: 0;
  z-index: 10;
  display: inline-block;
  padding: 0 1.4em;
  width: 70px;
  height: 230px;
  border-radius: 5px 0 0 5px;
  background-color: #70b195;
  color: #fff;
  text-align: center;
  letter-spacing: .5em;
  transition: all .3s ease 0s;

  writing-mode: vertical-rl;
}

.fixed_button02 {
  margin-top: 250px;
}

/* スマホ対応(固定ボタン) */
@media (max-width: 768px) {

  .fixed_button01,
  .fixed_button02 {
    top: auto;
    bottom: 0;
    padding: 4.13vw;
    width: 49%;
    height: auto;
    border-radius: 5px;
    font-size: 3.46vw;

    writing-mode: horizontal-tb;
  }

  .fixed_button02 {
    left: 0;
    margin-top: 0;
  }

  .fixed_button {
    opacity: 1;
    transition: opacity .5s ease;
  }

  .is-hidden {
    display: none;
  }
}

.header_span {
  color: rgb(242, 168, 96);
  font-weight: 400;
  font-size: min(1.06vw, 14px);
  font-family: itim;
}

/* 冒頭文 */
.openingsentece {
  display: block;
  padding-top: min(13.04vw, 104px);
  padding-bottom: min(17.06vw, 174px);
  text-align: center;
  font-size: min(1.72vw, 20px);
}

/* スマホ対応(冒頭文) */
@media (max-width: 768px) {
  .openingsentece {
    width: 98%;
    /* 12px */
    font-size: 3.2vw;
  }
}

/* セクションサブタイトル(左端寄せ) */
.section_subtitleleft {
  display: inline-block;
  text-decoration: solid;
  text-decoration-thickness: 5px;
  text-decoration-color: #f8d3af;
  text-underline-offset: .3em;
  font-weight: 700;
  font-size: min(2.84vw, 41px);

  text-decoration-line: underline;
}

/* セクションサブタイトル(中央寄せ) */
.section_subtitlecenter {
  margin-top: min(8.15vw, 74px);
  text-align: center;
  text-decoration: solid;
  text-decoration-thickness: 5px;
  text-decoration-color: #f8d3af;
  text-underline-offset: .3em;
  font-weight: 700;
  font-size: min(2.84vw, 41px);

  text-decoration-line: underline;
  ;
}

/* セクションサブタイトル(右端寄せ) */
.section_subtitleright {
  text-align: right;
  text-decoration: solid;
  text-decoration-thickness: 5px;
  text-decoration-color: #f8d3af;
  text-underline-offset: .3em;
  font-weight: 700;
  font-size: min(2.84vw, 41px);

  text-decoration-line: underline;
}

/* スマホ対応(セクションサブタイトル(左端寄せ)) */
@media (max-width: 768px) {

  .section_subtitleleft,
  .section_subtitlecenter,
  .section_subtitleright {
    text-decoration: solid;
    text-decoration-thickness: 5px;
    text-decoration-color: #f8d3af;
    font-size: 4vw;

    text-decoration-line: underline;
  }
}

/* 電球アイコン */
.point_icon {
  max-width: 56px;
  width: 100%;
}

.point_text {
  font-size: min(1.80vw, 26px);
  font-family: itim;
}

@media (max-width: 768px) {
  .point_icon {
    width: 10%;
  }

  .point_text {
    font-size: 5vw;
  }
}

/* リンクボタン */
.linkbutton_group {
  display: flex;
  justify-content: space-between;
  margin-top: min(3.80vw, 35px);
}

.linkbutton_group02 {
  display: flex;
  justify-content: center;
  margin-top: min(3.80vw, 35px);
}

.linkbutton {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.linkbutton_text {
  white-space: nowrap;
  font-weight: 400;
  font-size: min(1.73vw, 16px);
}

.arrowright_icon {
  margin-left: 3%;
  width: min(6.25vw, 90px);
  height: min(6.25vw, 90px);
}

/* スマホ対応(リンクボタン) */
@media (max-width: 1199px) {
  .linkbutton_group {
    display: flex;
    flex-direction: column;
  }

  .linkbutton_box {
    margin-top: 2.66vw;
  }

  .linkbutton_text {
    /* 10px */
    font-size: 2.66vw;
  }
}

/* CTA */
.cta {
  position: relative;
  margin-top: min(21.73vw, 200px);
  margin-right: auto;
  margin-left: auto;
  padding-top: min(1.73vw, 16px);
  padding-bottom: min(5.76vw, 83px);
  max-width: 920px;
  width: 100%;
  background-color: #fff;
}

.top_illustration04 {
  position: absolute;
  top: -90px;
  left: calc(50% + -318px);
  display: block;
}

.cta_container.wrapper02 {
  width: 74%;
  text-align: center;
}

.cta_title_container {
  display: flex;
  flex-direction: column;
}

.cta_title {
  display: inline-block;
  margin-top: min(1.08vw, 10px);
  text-align: center;
  font-weight: 700;
  font-size: min(2.17vw, 20px);
}

.cta_title_icon {
  position: relative;
  margin: 0 auto;
  width: min(7.60vw, 70px);
}

.cta_inner {
  margin-top: min(5vw, 46px);
  width: 100%;
}

.cta_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta_item {
  display: flex;
  align-items: center;
}

.cta_item .cta_mailbutton {
  display: flex;
  align-items: center;
}

.cta_icon {
  display: block;
  margin-right: min(.65vw, 6px);
  width: min(2.17vw, 20px);
}

.cta_mailbutton {
  display: inline-block;
  padding-top: min(2.28vw, 21px);
  padding-right: min(7.39vw, 68px);
  padding-bottom: min(2.28vw, 21px);
  padding-left: min(7vw, 68px);
  border-radius: 5px;
  background-color: #70b195;
  color: #fff;
  font-size: min(2.17vw, 20px);
  transition: all .3s ease 0s;
  ;
}

.cta_teltext {
  color: #ed7501;
  font-size: min(3.91vw, 36px);
}

.telicon {
  display: block;
  margin-right: 2.8%;
  width: 6.1%;
  transform: translateY(10%);
}

.cta_text {
  margin-top: min(6.30vw, 58px);
  text-align: center;
  font-size: min(1.73vw, 16px);
}

.faqbutton {
  display: flex;
  justify-content: center;
  margin-top: min(-3.15vw, -29px);
}

.cta_faqbutton {
  position: relative;
  display: inline-block;
  padding-top: min(2.71vw, 25px);
  padding-right: min(12.5vw, 115px);
  padding-bottom: min(2.71vw, 25px);
  padding-left: min(12.5vw, 115px);
  border: 1px solid #70b195;
  border-radius: 30px;
  background-color: #fff;
  color: #70b195;
  font-weight: 700;
  font-size: min(2.82vw, 26px);
  transition: all .3s ease 0s;
}

.cta_faqbutton::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: .3em 0 .3em .3em;
  border-style: solid;
  border-color: transparent transparent transparent #70b195;
  transform: translateY(-50%);
}

/* スマホ対応(CTA) */
@media (max-width: 768px) {
  .cta {
    margin-top: 21.33vw;
  }

  .cta_container {
    width: 80%;
  }

  .cta_title {
    text-align: center;
    /* 12px */
    font-size: 3.2vw;
  }

  .cta_item .cta_mailbutton {
    /* 10px */
    font-size: 2.66vw;
  }

  .cta_icon {
    width: 2.66vw;
  }

  .cta_text {
    /* 10px */
    font-size: 2.66vw;
  }

  .top_illustration04 {
    top: -53px;
    left: calc(50% + -151px);
    width: 12%;
  }

  .faqbutton {
    margin-top: min(-4vw, -15px);
  }
}

/* フッター */
.footer {
  margin-top: min(9.84vw, 130px);
  padding-top: min(10.07vw, 133px);
  padding-bottom: min(1.21vw, 16px);
  width: 100%;
  background-color: #fff;
  background-position: center;
  clip-path: polygon(0 10%, 50% 0%, 100% 10%, 100% 100%, 0 100%);
}

.footer_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: min(1.36vw, 18px);
  line-height: 2.5;
}

.footer_group {
  display: flex;
  justify-content: space-between;
}

.footer_box {
  margin-left: min(11.11vw, 160px);
}

.footer_box:first-child {
  margin-left: 0
}

.footer_logo {
  display: block;
  width: min(14.77vw, 195px);
  object-fit: contain;
}

.footer_box li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.footer_span {
  font-weight: 500;
  font-size: min(1.21vw, 16px);
}

.footertotop_box {
  position: fixed;
  right: 12px;
  bottom: 16px;
  z-index: 20;
  display: inline-block;
}

.footertotop_box a {
  display: block;
}

.footer_totop {
  position: relative;
  z-index: 20;
  width: min(6.25vw, 90px);
}

.footer_copyright {
  display: block;
  margin-top: min(14.01vw, 185px);
  text-align: center;
  font-size: min(1.21vw, 16px);
}

/* スマホ対応(フッター) */
@media (max-width: 768px) {
  .footer_logo {
    width: 35.33vw;
  }

  .footer_box ul {
    display: none;
  }

  .footer_copyright {
    margin-top: 7vw;
    /* 10px */
    font-size: 2.66vw;
  }

  .footertotop_box {
    display: none;
  }
}

/* PCなし */
@media (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}

/* スマホなし */
@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}