@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/* ---------------------------------------------------------
 _function
--------------------------------------------------------- */
/*%iconfont {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: top;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ---------------------------------------------------------
 _base
--------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
*:focus {
  outline: none;
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 37.5%;
  }
}
body {
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  background-color: #fff;
  color: #000;
}
main {
  width: 100%;
}
li {
  list-style: none;
}
.section-heading {
  width: 100%;
  text-align: center;
  font-size: 5.6rem;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Noto Sans JP", sans-serif;
  color: #EF5600;
}
.section-heading .sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .section-heading .sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 4.8rem;
  }
}
.section-heading__underline {
  width: 30rem;
  height: 1px;
  margin: 0 auto;
  margin-top: 2rem;
  border-bottom: 4px solid #EF5600;
}
@media screen and (max-width: 740px) {
  .section-heading__underline {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 740px) {
  .section-heading__underline {
    border-bottom: 2px solid #EF5600;
  }
}
.triangle {
  width: 40rem;
  margin: 0 auto;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .triangle {
    width: 35rem;
  }
}
@media screen and (max-width: 420px) {
  .triangle {
    width: 54vw;
  }
}
.to-pagetop {
  position: fixed;
  right: 10rem;
  bottom: -60px;
  width: 10vw;
  height: 10vw;
  max-width: 60px;
  max-height: 60px;
  font-weight: 100;
  color: #fff;
  z-index: 10;
  overflow: hidden;
  transition: all 1s;
}
@media screen and (max-width: 420px) {
  .to-pagetop {
    right: 12vw;
  }
}
.to-pagetop a {
  position: relative;
  display: block;
  width: 100%;
}
.to-pagetop a img {
  width: 100%;
}
.heading-mark {
  width: 6.8rem;
  margin: 0 auto;
  text-align: center;
}
.speech-balloon {
  width: 33.2rem;
  margin: 0 auto;
  margin-top: 9rem;
}
@media screen and (max-width: 555px) {
  .speech-balloon {
    margin-top: 5rem;
  }
}
.speech-balloon img {
  width: 100%;
}
.line-color {
  color: #37B53D;
}
/*————————————–
蛍光ペンのような下線を引く↓
————————————–*/
/*イエロー（太め）*/
.yellow_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFED73 0%) repeat scroll 0 0;
}
/* アニメーション前のスタイル */
.marker-animation.active {
  background-position: -100% .5em;
}
.c-marker {
  background: linear-gradient(to right, #FFED73 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 100% .5em;
  transition: 2s;
}
.c-marker.is-active {
  background-position: 0% .8em;
}
@media screen and (max-width: 555px) {
  .c-marker.is-active {
    background-position: 0% .6em;
  }
}
/* ---------------------------------------------------------
 _vender
--------------------------------------------------------- */
.youtube-wrap {
  width: 90rem;
  margin: 0 auto;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .youtube-wrap {
    width: 100%;
    margin-top: 4rem;
  }
}
.youtube-content {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* ---------------------------------------------------------
 _style
--------------------------------------------------------- */
.global-header {
  position: fixed;
  top: 0;
  z-index: 80;
  width: 100%;
  height: 12rem;
  padding-top: 1rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border-bottom: 11px solid #333333;
  box-sizing: border-box;
}
@media screen and (max-width: 1158px) {
  .global-header {
    border-bottom: 8px solid #333333;
    height: auto;
  }
}
@media screen and (max-width: 1010px) {
  .global-header {
    justify-content: space-between;
    padding-top: 0;
  }
}
.global-header .global-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 4rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .global-header .global-header__inner {
    padding: 0 33px;
  }
}
@media screen and (max-width: 1158px) {
  .global-header .global-header__inner {
    align-items: center;
    padding: 0;
  }
}
.global-header .global-header__inner .global-header__logo {
  width: auto;
  height: 100%;
  z-index: 100;
}
@media screen and (max-width: 1158px) {
  .global-header .global-header__inner .global-header__logo {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .global-header .global-header__inner .global-header__logo {
    padding-left: 20px;
  }
}
@media screen and (max-width: 450px) {
  .global-header .global-header__inner .global-header__logo {
    width: 100%;
    padding-left: 0;
  }
}
.global-header .global-header__inner .global-header__logo a {
  color: #333;
}
.global-header .global-header__inner .global-header__logo .header__logo--first {
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.5s;
}
@media screen and (max-width: 1158px) {
  .global-header .global-header__inner .global-header__logo .header__logo--first {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 450px) {
  .global-header .global-header__inner .global-header__logo .header__logo--first {
    display: none;
  }
}
.global-header .global-header__inner .global-header__logo .header__logo--second {
  width: 21rem;
  height: auto;
  transition: all 0.5s;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 1158px) {
  .global-header .global-header__inner .global-header__logo .header__logo--second {
    margin-top: 0;
    width: 141px;
  }
}
@media screen and (max-width: 1080px) {
  .global-header .global-header__inner .global-header__logo .header__logo--second {
    margin-top: 8px;
  }
}
@media screen and (max-width: 555px) {
  .global-header .global-header__inner .global-header__logo .header__logo--second {
    margin-top: .5vw;
    width: 100px;
    height: 100%;
  }
}
@media screen and (max-width: 450px) {
  .global-header .global-header__inner .global-header__logo .header__logo--second {
    margin-top: 0;
  }
}
.global-header .global-header__inner .global-header__logo .header__logo--second img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 555px) {
  .global-header .global-header__inner .global-header__logo .header__logo--second img {
    height: 100%;
    transform: translateY(0.5rem);
  }
}
.global-header .global-header__inner .global-header__nav {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1158px) {
  .global-header .global-header__inner .global-header__nav {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1010px) {
  .global-header .global-header__inner .global-header__nav {
    width: 100vw;
    height: calc(100vh - 85px);
  }
}
@media screen and (max-width: 555px) {
  .global-header .global-header__inner .global-header__nav {
    height: calc(100vh - 60px);
  }
}
.global-header .global-header__inner .global-header__nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1010px) {
  .global-header .global-header__inner .global-header__nav ul {
    display: block;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.global-header .global-header__inner .global-header__nav ul li {
  transition: all 0.5s;
  height: 100%;
  min-width: 92px;
}
@media screen and (max-width: 1010px) {
  .global-header .global-header__inner .global-header__nav ul li {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 2.4rem;
    font-weight: bold;
  }
}
.global-header .global-header__inner .global-header__nav ul li:hover {
  background-color: #FCD4AA;
}
.global-header .global-header__inner .global-header__nav ul li a {
  display: block;
  color: black;
  height: 100%;
  transition: all 0.5s;
  padding: 4.1rem 2rem 2rem 2rem;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 1176px) {
  .global-header .global-header__inner .global-header__nav ul li a {
    padding: 4.1rem 1rem 2rem 1rem;
  }
}
@media screen and (max-width: 1158px) {
  .global-header .global-header__inner .global-header__nav ul li a {
    padding: 4.5rem 1rem 3rem 1rem;
    font-size: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .global-header .global-header__inner .global-header__nav ul li a {
    padding: 4.5rem 1rem 4rem 1rem;
  }
}
@media screen and (max-width: 555px) {
  .global-header .global-header__inner .global-header__nav ul li a {
    padding: 2.5rem 1rem 2.5rem 1rem;
  }
}
.global-header .global-header__inner .global-header__nav ul li a:last-child {
  padding-right: 2rem;
}
.global-header .global-header__inner .global-header__nav ul li .global__nav-title {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s;
}
.global-header .global-header__inner .global-header__nav ul li:first-child {
  margin-left: 0;
}
.global-header .global-header__inner .global-header__nav ul .global_nav_contact {
  width: 198px;
  height: 85px;
  transform: translateY(-7.5px);
}
@media screen and (max-width: 1159px) {
  .global-header .global-header__inner .global-header__nav ul .global_nav_contact {
    width: 166px;
    height: 60px;
    transform: translateY(-6.5px);
  }
}
@media screen and (max-width: 1080px) {
  .global-header .global-header__inner .global-header__nav ul .global_nav_contact {
    width: 162px;
    height: 77px;
    transform: translateY(0.5px);
  }
}
@media screen and (max-width: 1010px) {
  .global-header .global-header__inner .global-header__nav ul .global_nav_contact {
    display: none;
  }
}
.global-header .global-header__inner .global-header__nav ul .global_nav_contact a {
  display: block;
}
.global-header .global-header__inner .global-header__nav ul .global_nav_contact a img {
  width: auto;
  height: 100%;
}
.global-header .global-header__inner .global-header--sp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
  height: 100%;
}
@media screen and (max-width: 1010px) {
  .global-header .global-header__inner .global-header--sp {
    display: flex;
  }
}
.global-header .global-header__inner .global_nav_contact-line {
  height: 85px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1010px) {
  .global-header .global-header__inner .global_nav_contact-line {
    display: block;
  }
}
@media screen and (max-width: 555px) {
  .global-header .global-header__inner .global_nav_contact-line {
    height: 60px;
    width: 141px;
  }
}
@media screen and (max-width: 320px) {
  .global-header .global-header__inner .global_nav_contact-line {
    display: none;
  }
}
.global-header .global-header__inner .global_nav_contact-line img {
  width: 100%;
  height: 100%;
}
.global-header .global-header--separator {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1010px) {
  .global-header__nav {
    position: fixed;
    top: 85px;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background: #FCEEDB;
    color: #ffffff;
    /* 上からスライド */
    transition: left 0.5s;
    display: block;
  }
  .global-header__nav ul {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* ナビゲーションボタン（開く） */
  #navbtn {
    display: block;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    width: 78px;
    height: 85px;
    background-color: #333;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
}
@media screen and (max-width: 1010px) and (max-width: 555px) {
  #navbtn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1010px) {
  #navbtn::before,
  #navbtn::after {
    content: '';
    display: block;
    width: 50%;
    margin: 0 auto;
    height: .2rem;
    background-color: #CBCBCB;
    transform: translateY(0px);
    transition: 0.3s ease-in-out;
    z-index: 99;
  }
  #navbtn::before {
    transform: translateY(-0.6rem);
  }
  #navbtn::after {
    transform: translateY(0.6rem);
  }
  /* ナビゲーションボタン（閉じる） */
  .open #navbtn {
    z-index: 100;
  }
  .open #navbtn::before {
    transform: rotate(-45deg) translateX(-1px);
    box-shadow: none;
  }
  .open #navbtn::after {
    transform: rotate(45deg) translateX(-1px);
    box-shadow: none;
  }
  /* ナビゲーションメニュー 開いた時*/
  .open .global-header__nav {
    left: 0;
    z-index: 99;
  }
}
@media (min-width: 1011px) {
  /* PCではボタン非表示 */
  #navbtn {
    display: none;
  }
}
@media (max-width: 555px) {
  .global-header__nav {
    top: 60px;
  }
}
.hero {
  width: 100%;
  margin-top: 12rem;
  text-align: center;
  background-color: #FCEEDB;
}
@media screen and (max-width: 1158px) {
  .hero {
    margin-top: 110px;
  }
}
@media screen and (max-width: 1080px) {
  .hero {
    margin-top: 92px;
  }
}
@media screen and (max-width: 555px) {
  .hero {
    margin-top: 68px;
  }
}
.hero img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero .pc {
    display: none;
  }
}
.hero .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero .sp {
    display: block;
  }
}
.review {
  width: 100%;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .review {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 555px) {
  .review {
    margin-top: 4rem;
    padding-top: 0;
  }
}
.review .review__slider {
  margin-top: 8rem;
  padding: 3rem 0;
  background-color: #F2F2F2;
}
@media screen and (max-width: 555px) {
  .review .review__slider {
    margin-top: 4rem;
  }
}
.review .review__slider .review__item {
  width: 34.5rem;
  height: 30rem;
  margin: 1rem 2rem;
  box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.6);
  overflow: hidden;
}
.review .review__slider .review__item .review__item-content {
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: white;
}
.review .review__slider .review__item .review__item-content .review__item-name {
  font-size: 1.8rem;
  color: #333;
}
@media screen and (max-width: 555px) {
  .review .review__slider .review__item .review__item-content .review__item-name {
    font-size: 16px;
  }
}
.review .review__slider .review__item .review__item-content .review__item-star {
  width: 9.3rem;
}
.review .review__slider .review__item .review__item-content .review__item-star img {
  width: 100%;
}
.review .review__slider .review__item .review__item-content .review__item-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 555px) {
  .review .review__slider .review__item .review__item-content .review__item-title {
    font-size: 16.5px;
  }
}
.review .review__slider .review__item .review__item-content .review__item-txt {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: 'Noto Sans JP',sans-serif;
}
@media screen and (max-width: 555px) {
  .review .review__slider .review__item .review__item-content .review__item-txt {
    font-size: 16px;
  }
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.section__about {
  width: 100%;
  padding: 0 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(0deg, transparent 4.9rem, rgba(0, 0, 0, 0.17) 5rem), linear-gradient(90deg, transparent 4.9rem, rgba(0, 0, 0, 0.17) 5rem);
  background-size: 5rem 5rem;
}
@media screen and (max-width: 768px) {
  .section__about {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 555px) {
  .section__about {
    padding-bottom: 2vw;
  }
}
.section__about .about-discri {
  max-width: 97rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 8rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section__about .about-discri {
    display: block;
    padding-top: 2rem;
  }
}
.section__about .about-discri .about-discri--left {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .section__about .about-discri .about-discri--left {
    width: 100%;
    max-width: 300px;
    padding: 0 2rem;
    margin: 0 auto;
  }
}
.section__about .about-discri .about-discri--left .about-heading {
  width: 100%;
  font-size: 2rem;
  color: #EF5600;
  padding-bottom: 1rem;
  border-bottom: 2px solid #EF5600;
}
@media screen and (max-width: 768px) {
  .section__about .about-discri .about-discri--left .about-heading {
    text-align: center;
  }
}
@media screen and (max-width: 555px) {
  .section__about .about-discri .about-discri--left .about-heading {
    font-size: 16.5px;
  }
}
.section__about .about-discri .about-discri--left .about-discri-heading__img {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .section__about .about-discri .about-discri--left .about-discri-heading__img {
    margin-top: 2rem;
  }
}
.section__about .about-discri .about-discri--left .about-discri-heading__img img {
  width: 100%;
}
.section__about .about-discri .about-discri--left .about-discri-heading__img-under {
  width: 100%;
  margin-top: 2rem;
}
.section__about .about-discri .about-discri--left .about-discri-heading__img-under img {
  width: 100%;
}
.section__about .about-discri .about-discri--right {
  width: 69%;
  margin: 4rem 0 0 3rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section__about .about-discri .about-discri--right {
    width: 100%;
    font-size: 2.6rem;
    margin: 0 auto;
  }
}
.section__about .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.section__about .youtube .sample {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.section__about .about-question {
  width: 100%;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .section__about .about-question {
    margin-top: 5rem;
  }
}
.section__about .about-question .about-question__img {
  width: 33.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__about .about-question .about-question__img {
    width: 55vw;
  }
}
.section__about .about-question .about-question__img img {
  width: 100%;
}
.section__about .about-question .about-question__content {
  max-width: 150rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .section__about .about-question .about-question__content {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 2.5rem;
  }
}
.section__about .about-question .about-question__content .about-question__content-img {
  width: 33rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .section__about .about-question .about-question__content .about-question__content-img {
    height: 100%;
    position: absolute;
    left: 25%;
    top: 0;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.section__about .about-question .about-question__content .about-question__content-img .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .section__about .about-question .about-question__content .about-question__content-img .pc {
    display: none;
  }
}
.section__about .about-question .about-question__content .about-question__content-img .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__about .about-question .about-question__content .about-question__content-img .sp {
    display: block;
  }
}
.section__about .about-question .about-question__content .about-question__content-img img {
  width: 100%;
  transform: translate(5rem, -1.5rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .section__about .about-question .about-question__content .about-question__content-img img {
    max-height: 100%;
    transform: translate(0, 0);
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.section__about .about-question .about-question__content .about-question__lists {
  width: 90.7rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 2rem;
  padding: .5rem 2rem 2rem 2rem;
  background-color: rgba(255, 255, 255, 0.74);
  box-shadow: 2px 2px 2px 2px rgba(125, 125, 125, 0.2);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .section__about .about-question .about-question__content .about-question__lists {
    margin-left: 0;
    width: 100%;
  }
}
.section__about .about-question .about-question__content .about-question__lists .about-question__wrapper {
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px dashed rgba(125, 125, 125, 0.5);
  display: flex;
}
.section__about .about-question .about-question__content .about-question__lists .about-question__wrapper .about-question-icon {
  width: 2.3rem;
  height: 2.3rem;
  margin-right: 8px;
  margin-top: calc( 1 * 0.5em);
}
@media screen and (max-width: 900px) {
  .section__about .about-question .about-question__content .about-question__lists .about-question__wrapper .about-question-icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .section__about .about-question .about-question__content .about-question__lists .about-question__wrapper .about-question-icon {
    width: 4.8vw;
    margin-top: calc( .8 * 0.5em);
  }
}
.section__about .about-question .about-question__content .about-question__lists .about-question__wrapper .about-question-txt {
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .section__about .about-question .about-question__content .about-question__lists .about-question__wrapper .about-question-txt {
    font-size: 4vw;
  }
}
.section__about .about-question .about-question__message {
  width: 100%;
  text-align: center;
  font-size: 5.6rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Noto Sans JP", sans-serif;
  margin-top: 5.5rem;
}
@media screen and (max-width: 940px) {
  .section__about .about-question .about-question__message {
    font-size: 5rem;
    line-height: 1.2;
  }
}
.section__about .about-question .about-question__message .sp {
  display: none;
}
@media screen and (max-width: 940px) {
  .section__about .about-question .about-question__message .sp {
    display: block;
  }
}
.section__example {
  width: 100%;
  padding: 2rem 0 9.5rem 0;
  background-color: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .section__example {
    padding: 2rem 0 4rem 0;
  }
}
.section__example .example__title {
  width: 58.6rem;
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .section__example .example__title {
    width: 90%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 555px) {
  .section__example .example__title {
    margin-top: 2rem;
  }
}
.section__example .example__title img {
  width: 100%;
}
.section__example .example__cards {
  width: 100%;
  margin: 0 auto;
  margin-top: 4rem;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .section__example .example__cards {
    padding: 0 2rem;
  }
}
.section__example .example__cards .example__cards__item {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  background-color: #fff;
  padding: 2rem;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .section__example .example__cards .example__cards__item {
    display: block;
  }
}
.section__example .example__cards .example__cards__item .example__cards__item__img {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section__example .example__cards .example__cards__item .example__cards__item__img .pc {
    display: none;
  }
}
.section__example .example__cards .example__cards__item .example__cards__item__img img {
  width: 70%;
}
.section__example .example__cards .example__cards__item .example__cards__item__discri {
  width: 80%;
  margin-left: 4rem;
}
.section__example .example__cards .example__cards__item .example__cards__item__discri .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__example .example__cards .example__cards__item .example__cards__item__discri .sp {
    display: block;
    max-width: 16.8rem;
    margin: 2rem auto;
  }
}
@media screen and (max-width: 768px) {
  .section__example .example__cards .example__cards__item .example__cards__item__discri {
    width: 100%;
    margin: 0;
  }
}
.section__example .example__cards .example__cards__item .example__cards__item__discri__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  font-weight: bold;
  padding: 0 .5rem 1rem .5rem;
  color: #333;
  border-bottom: 4px solid #EF5600;
}
@media screen and (max-width: 768px) {
  .section__example .example__cards .example__cards__item .example__cards__item__discri__heading {
    width: 100%;
    font-size: 5.5vw;
    text-align: center;
  }
}
@media screen and (max-width: 555px) {
  .section__example .example__cards .example__cards__item .example__cards__item__discri__heading {
    font-size: 5.3vw;
    padding: 0 0 1rem 0;
  }
}
.section__example .example__cards .example__cards__item .example__cards__item__discri__lists {
  width: 100%;
}
.section__example .example__cards .example__cards__item .example__cards__item__discri__lists .example__cards__item__discri__txt {
  margin-top: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  align-items: top;
  color: #333;
}
@media screen and (max-width: 768px) {
  .section__example .example__cards .example__cards__item .example__cards__item__discri__lists .example__cards__item__discri__txt {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .section__example .example__cards .example__cards__item .example__cards__item__discri__lists .example__cards__item__discri__txt {
    font-size: 4vw;
  }
}
.section__example .example__cards .example__cards__item .example__cards__item__discri__lists .example__cards__item__discri__txt:before {
  content: "";
  display: inline-block;
  min-width: 2.4rem;
  min-height: 2.4rem;
  background: url(../img/check.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
  margin-top: calc((0.8) * 0.5em);
}
@media screen and (max-width: 768px) {
  .section__example .example__cards .example__cards__item .example__cards__item__discri__lists .example__cards__item__discri__txt:before {
    margin-top: calc((.8) * 0.5em);
  }
}
@media screen and (max-width: 640px) {
  .section__example .example__cards .example__cards__item .example__cards__item__discri__lists .example__cards__item__discri__txt:before {
    min-width: 4.8vw;
    min-height: 4.8vw;
  }
}
@media screen and (max-width: 555px) {
  .section__example .example__cards .example__cards__item .example__cards__item__discri__lists .example__cards__item__discri__txt:before {
    margin-top: calc((.6) * 0.5em);
  }
}
.section__experience {
  width: 100%;
  padding: 9.6rem 4rem;
}
@media screen and (max-width: 768px) {
  .section__experience {
    padding: 9rem 2rem;
  }
}
@media screen and (max-width: 555px) {
  .section__experience {
    padding: 2rem 2rem;
    padding-top: 0;
  }
}
.section__experience .experience__title {
  width: 90rem;
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .section__experience .experience__title {
    width: 100%;
  }
}
@media screen and (max-width: 555px) {
  .section__experience .experience__title {
    margin-top: 3rem;
  }
}
.section__experience .experience__title img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section__experience .experience__title .pc {
    display: none;
  }
}
.section__experience .experience__title .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__experience .experience__title .sp {
    display: block;
  }
}
.section__experience .experience__statement {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  margin-top: 4.5rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .section__experience .experience__statement {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 555px) {
  .section__experience .experience__statement {
    font-size: 3.8vw;
    margin-top: 2rem;
  }
}
.section__experience .experience__sentence {
  width: 90rem;
  margin: 0 auto;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .section__experience .experience__sentence {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 555px) {
  .section__experience .experience__sentence {
    width: 100%;
    margin-top: 1rem;
  }
}
.section__experience .experience__sentence img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section__experience .experience__sentence .pc {
    display: none;
  }
}
.section__experience .experience__sentence .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__experience .experience__sentence .sp {
    display: block;
  }
}
.section__experience .example__caution {
  width: 78.5rem;
  margin: 0 auto;
  padding: 2.7rem;
  background-color: #F0F0F0;
  font-size: 2.45rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section__experience .example__caution {
    width: 100%;
    padding: 2rem;
  }
}
.section__promise {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 4rem;
  background: linear-gradient(0deg, transparent 4.9rem, rgba(0, 0, 0, 0.17) 5rem), linear-gradient(90deg, transparent 4.9rem, rgba(0, 0, 0, 0.17) 5rem);
  background-size: 5rem 5rem;
}
@media screen and (max-width: 768px) {
  .section__promise {
    padding: 8rem 2rem;
  }
}
@media screen and (max-width: 555px) {
  .section__promise {
    padding: 2rem 2rem;
    padding-bottom: 4rem;
  }
}
.section__promise .promise-title {
  width: 78.3rem;
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .section__promise .promise-title {
    width: 100%;
    margin-top: 0rem;
  }
}
.section__promise .promise__content {
  width: 78.5rem;
  margin: 0 auto;
  margin-top: 2rem;
  background-color: white;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .section__promise .promise__content {
    width: 100%;
    padding: 2rem 2rem;
  }
}
.section__promise .promise__content .promise__content-img {
  width: 100%;
}
.section__promise .promise__content .promise__content-img img {
  width: 100%;
}
.section__promise .promise__content .promise__content-txt {
  width: 100%;
  font-size: 2.4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .section__promise .promise__content .promise__content-txt {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 555px) {
  .section__promise .promise__content .promise__content-txt {
    font-size: 16px;
  }
}
.sectiton__service {
  width: 100%;
  padding: 6.5rem 0;
  margin: 0 auto;
  background-color: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .sectiton__service {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 555px) {
  .sectiton__service {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}
.sectiton__service .service__cards {
  width: 134.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1380px) {
  .sectiton__service .service__cards {
    width: 100%;
    padding: 0 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sectiton__service .service__cards {
    display: block;
    width: 100%;
    padding: 0 2rem;
  }
}
.sectiton__service .service__cards .service__card__item {
  width: 32%;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .sectiton__service .service__cards .service__card__item {
    width: 100%;
  }
}
@media screen and (max-width: 555px) {
  .sectiton__service .service__cards .service__card__item {
    margin-top: 15px;
  }
}
.sectiton__service .service__cards .service__card__item .service__img {
  width: 100%;
}
.sectiton__service .service__cards .service__card__item .service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sectiton__service .service__cards .service__card__item .service__card__content {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 555px) {
  .sectiton__service .service__cards .service__card__item .service__card__content {
    font-size: 18px;
  }
}
.section__present {
  width: 100%;
  padding: 8rem 4rem;
  background: linear-gradient(0deg, transparent 4.9rem, rgba(0, 0, 0, 0.17) 5rem), linear-gradient(90deg, transparent 4.9rem, rgba(0, 0, 0, 0.17) 5rem);
  background-size: 5rem 5rem;
}
@media screen and (max-width: 768px) {
  .section__present {
    padding: 8rem 2rem;
  }
}
@media screen and (max-width: 555px) {
  .section__present {
    padding: 4rem 2rem;
    padding-bottom: 17vw;
  }
}
.section__present .present-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Noto Sans JP", sans-serif;
}
.section__present .present-title .present-title-first {
  font-size: 5.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section__present .present-title .present-title-first {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 420px) {
  .section__present .present-title .present-title-first {
    font-size: 6.7vw;
  }
}
.section__present .present-title .present-title-first .sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .section__present .present-title .present-title-first .sp {
    display: block;
  }
}
.section__present .present-title .present-title-second {
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .section__present .present-title .present-title-second {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 480px) {
  .section__present .present-title .present-title-second {
    font-size: 5.2vw;
  }
}
.section__present .present-title .present-title-second span {
  color: #EF5600;
}
.section__present .present-img {
  max-width: 100%;
  width: 90rem;
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  .section__present .present-img .pc {
    display: none;
  }
}
.section__present .present-img .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .section__present .present-img .sp {
    display: block;
  }
}
.section__present .present-img img {
  width: 100%;
}
.section__present .present-txt {
  max-width: 100%;
  width: 90rem;
  margin: 0 auto;
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 555px) {
  .section__present .present-txt {
    font-size: 16px;
  }
}
.section__present .preparation__wrap {
  width: 78.5rem;
  margin: 0 auto;
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .section__present .preparation__wrap {
    width: 100%;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .section__present .preparation__wrap .pc {
    display: none;
  }
}
.section__present .preparation__wrap .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__present .preparation__wrap .sp {
    display: block;
  }
}
.section__present .cta_message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 8rem;
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Noto Sans JP", sans-serif;
  padding-bottom: .5rem;
  line-height: 1.24;
}
@media screen and (max-width: 420px) {
  .section__present .cta_message {
    font-size: 7vw;
    white-space: nowrap;
    margin-top: 4rem;
  }
}
.section__present .cta_message .border-bottom {
  border-bottom: 0.4rem solid #EF5600;
}
.section__present-three {
  width: 100%;
  background-color: #F0F0F0;
  position: relative;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 555px) {
  .section__present-three {
    padding-bottom: 0;
  }
}
.section__present-three .section__present-three-img {
  width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .section__present-three .section__present-three-img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section__present-three .section__present-three-img .pc {
    display: none;
  }
}
.section__present-three .section__present-three-img .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__present-three .section__present-three-img .sp {
    display: block;
  }
}
.section__present-three .section__present-three-img img {
  width: 100%;
}
.section__present-three .present__cards {
  max-width: 100rem;
  margin: 0 auto;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .section__present-three .present__cards {
    margin-top: 6rem;
    padding: 0 2rem 8rem 2rem;
  }
}
@media screen and (max-width: 555px) {
  .section__present-three .present__cards {
    margin-top: 3rem;
    padding-bottom: 4rem;
  }
}
.section__present-three .present__cards .present__cards__item {
  background-color: white;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .section__present-three .present__cards .present__cards__item {
    display: block;
    margin-top: 2.5rem;
  }
}
.section__present-three .present__cards .present__cards__item:first-child {
  margin-top: 0;
}
.section__present-three .present__cards .present__cards__item .present__item-img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .section__present-three .present__cards .present__cards__item .present__item-img {
    display: none;
  }
}
.section__present-three .present__cards .present__cards__item .present__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section__present-three .present__cards .present__cards__item .present__item-content {
  width: 65%;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .section__present-three .present__cards .present__cards__item .present__item-content {
    width: 100%;
  }
}
.section__present-three .present__cards .present__cards__item .present__item-content .present__item-title {
  width: 100%;
  font-size: 3.4rem;
  color: #EF5600;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Noto Sans JP", sans-serif;
  padding-bottom: .5rem;
  border-bottom: 1px solid #EF5600;
  display: flex;
  line-height: 1.15;
}
.section__present-three .present__cards .present__cards__item .present__item-content .present__item-title h3 {
  font-size: 3.4rem;
  padding-left: 1.6rem;
}
.section__present-three .present__cards .present__cards__item .present__item-content .present__item-img-sp {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .section__present-three .present__cards .present__cards__item .present__item-content .present__item-img-sp {
    max-width: 34.5rem;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 1.2rem;
  }
  .section__present-three .present__cards .present__cards__item .present__item-content .present__item-img-sp img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.section__present-three .present__cards .present__cards__item .present__item-content .present__item-txt {
  font-size: 1.9rem;
  padding-top: 1.5rem;
  color: #333;
}
@media screen and (max-width: 555px) {
  .section__present-three .present__cards .present__cards__item .present__item-content .present__item-txt {
    font-size: 15px;
  }
}
.section__reason {
  max-width: 100%;
  width: 90rem;
  margin: 0 auto;
  padding: 8rem 4rem;
  color: black;
}
@media screen and (max-width: 768px) {
  .section__reason {
    width: 100%;
    padding: 8rem 2rem;
  }
}
@media screen and (max-width: 555px) {
  .section__reason {
    width: 100%;
    padding: 8vw 2rem;
  }
}
.section__reason .section__wrapper-reason1 {
  margin-top: 6rem;
  max-width: 710px;
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason1 {
    max-width: 65.2rem;
    margin: 0 auto;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason1 .pc {
    display: none;
    max-width: 65.2rem;
  }
}
.section__reason .section__wrapper-reason1 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason1 .sp {
    display: block;
  }
}
.section__reason .section__wrapper-reason1 .reason1__item--sp {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason1 .reason1__item--sp {
    display: block;
  }
}
.section__reason .section__wrapper-reason1 .reason1__item--sp .reason1__item-num {
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason1 .reason1__item--sp .reason1__item-num {
    width: 7.6rem;
    height: 7.6rem;
  }
}
@media screen and (max-width: 640px) {
  .section__reason .section__wrapper-reason1 .reason1__item--sp .reason1__item-num {
    width: 11.25vw;
    height: 11.25vw;
  }
}
.section__reason .section__wrapper-reason1 .reason1__item--sp .reason1__item-num img {
  width: 100%;
}
.section__reason .section__wrapper-reason1 .reason1__item--sp .reason-title {
  margin-left: 1rem;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason1 .reason1__item--sp .reason-title {
    margin: 1rem auto;
    font-size: 4rem;
  }
}
@media screen and (max-width: 555px) {
  .section__reason .section__wrapper-reason1 .reason1__item--sp .reason-title {
    margin: 1rem auto;
  }
}
.section__reason .section__wrapper-reason-others {
  width: 100%;
}
.section__reason .section__wrapper-reason-others .reason__cards {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid gray;
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason-others .reason__cards {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
.section__reason .section__wrapper-reason-others .reason__cards .reason__item {
  width: 45%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason-others .reason__cards .reason__item {
    width: 100%;
    border-bottom: 1px solid gray;
  }
}
.section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-title {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-title {
    display: block;
    text-align: center;
  }
}
.section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-title .reason__item-title-number {
  color: white;
  font-size: 3rem;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-title .reason__item-title-number {
    text-align: center;
    margin: 0 auto;
    width: 7.6rem;
    height: 7.6rem;
  }
}
@media screen and (max-width: 640px) {
  .section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-title .reason__item-title-number {
    width: 11.25vw;
    height: 11.25vw;
  }
}
.section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-title .reason__item-title-number img {
  width: 100%;
}
.section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-title .reason-title {
  margin-left: 1rem;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Noto Sans JP", sans-serif;
  width: 30rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-title .reason-title {
    width: 100%;
    margin: 1rem auto;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-under--sp {
    display: flex;
    flex-direction: column-reverse;
  }
}
.section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-discri {
  margin-left: 6.6rem;
  margin-top: 1.7rem;
  min-height: 7.2rem;
  color: #333;
}
@media screen and (max-width: 1080px) {
  .section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-discri {
    margin-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-discri {
    max-width: 65.2rem;
    margin: 0 auto;
    font-size: 2.4rem;
    margin-bottom: 5.5rem;
    min-height: auto;
  }
}
@media screen and (max-width: 555px) {
  .section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__item-discri {
    max-width: 65.2rem;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 3rem;
    min-height: auto;
  }
}
.section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__wrapper-img {
  width: 100%;
  height: 20rem;
  margin: 2.5rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__reason .section__wrapper-reason-others .reason__cards .reason__item .reason__wrapper-img img {
  max-height: 100%;
}
.section__flow {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .section__flow {
    padding-top: 2rem;
  }
}
.section__flow .flow__cards {
  width: 100%;
  background: linear-gradient(0deg, transparent 4.9rem, rgba(0, 0, 0, 0.17) 5rem), linear-gradient(90deg, transparent 4.9rem, rgba(0, 0, 0, 0.17) 5rem);
  background-size: 5rem 5rem;
  padding: 4rem;
  padding-bottom: 12rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .section__flow .flow__cards {
    padding: 7rem 2rem;
  }
}
@media screen and (max-width: 555px) {
  .section__flow .flow__cards {
    padding: 1vw 2rem;
  }
}
.section__flow .flow__cards .flow__item {
  max-width: 97rem;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 1rem 1rem 2.2rem 1rem;
  background-color: white;
  box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.25);
}
.section__flow .flow__cards .flow__item .flow__item-title {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #603813;
  color: white;
  padding: .8rem .8rem .8rem 1.2rem;
}
.section__flow .flow__cards .flow__item .flow__item-title .flow_item-title-number {
  width: 3.3rem;
  height: 3.3rem;
}
.section__flow .flow__cards .flow__item .flow__item-title h3 {
  margin-left: 1.2rem;
  font-size: 2.7rem;
}
.section__flow .flow__cards .flow__item .flow__item-center {
  width: 100%;
  margin-top: 1rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section__flow .flow__cards .flow__item .flow__item-center {
    display: block;
  }
}
.section__flow .flow__cards .flow__item .flow__item-center .flow__item-center-img {
  width: 25%;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .section__flow .flow__cards .flow__item .flow__item-center .flow__item-center-img {
    width: 100%;
    height: auto;
  }
}
.section__flow .flow__cards .flow__item .flow__item-center .flow__item-center-img img {
  width: 100%;
}
.section__flow .flow__cards .flow__item .flow__item-center .flow__item-center-content {
  width: 75%;
  margin-left: 1rem;
  font-size: 1.9rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .section__flow .flow__cards .flow__item .flow__item-center .flow__item-center-content {
    width: 100%;
    margin-left: 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 555px) {
  .section__flow .flow__cards .flow__item .flow__item-center .flow__item-center-content {
    font-size: 15px;
  }
}
.section__flow .flow__cards .flow__item .flow__item-center .flow__item-center-content .flow__item-center-title {
  font-weight: bold;
  border-bottom: .3rem solid #B2B2B2;
  line-height: 1.8;
}
.section__flow .flow__cards .flow__item .flow__item-center .flow__item-center-content .flow__item-center-discri {
  line-height: 1.6;
}
.section__flow .flow__cards .flow__item .flow__item-center .flow__item-center-content .flow__item-center-discri span {
  color: #EF5600;
  font-weight: bold;
}
.section__flow .flow__cards .flow__item .flow__item-under {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .section__flow .flow__cards .flow__item .flow__item-under {
    padding: 0 2rem;
  }
}
.section__flow .flow__cards .flow__item .flow__item-under a {
  display: block;
  background-color: #37B53D;
  padding: 1.8rem 10rem;
  color: white;
  font-weight: bold;
  font-size: 2.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section__flow .flow__cards .flow__item .flow__item-under a {
    font-size: 2.8rem;
    padding: 3.2rem 3.4rem;
  }
}
@media screen and (max-width: 420px) {
  .section__flow .flow__cards .flow__item .flow__item-under a {
    font-size: 4vw;
  }
}
.section__flow .flow__cards .triangle {
  width: 13.6rem;
}
.section__flow .flow__cards .triangle img {
  width: 100%;
}
.section__review-message {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .section__review-message {
    padding: 8rem 2rem;
  }
}
@media screen and (max-width: 555px) {
  .section__review-message {
    padding: 4rem 2rem;
  }
}
.section__review-message .section-heading {
  font-size: 4.3rem;
}
@media screen and (max-width: 420px) {
  .section__review-message .section-heading {
    font-size: 7vw;
  }
}
.section__review-message .section-heading .sp {
  display: none;
}
@media screen and (max-width: 860px) {
  .section__review-message .section-heading .sp {
    display: block;
  }
}
.section__review-message .review-message-titel {
  width: 60rem;
  margin: 0 auto;
}
.section__review-message .review-message-titel img {
  width: 100%;
}
.section__review-message .section__review-message-heading {
  font-weight: bold;
  font-size: 2.4rem;
  width: 100%;
  text-align: center;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .section__review-message .section__review-message-heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 420px) {
  .section__review-message .section__review-message-heading {
    font-size: 4.7vw;
  }
}
.section__review-message .section__review-message-heading .sp {
  display: none;
}
@media screen and (max-width: 860px) {
  .section__review-message .section__review-message-heading .sp {
    display: block;
  }
}
.section__review-message .review-message__cards {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 420px) {
  .section__review-message .review-message__cards {
    display: block;
  }
}
.section__review-message .review-message__cards .review-message__item {
  width: 45%;
  max-width: 38rem;
  min-height: 33rem;
  padding: 2rem;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin: 2rem 1.3rem;
}
@media screen and (max-width: 420px) {
  .section__review-message .review-message__cards .review-message__item {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 0 auto;
  }
}
.section__review-message .review-message__cards .review-message__item .review__item-name {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section__review-message .review-message__cards .review-message__item .review__item-name {
    font-size: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .section__review-message .review-message__cards .review-message__item .review__item-name {
    font-size: 4.2vw;
  }
}
.section__review-message .review-message__cards .review-message__item .review__item-star {
  max-width: 10rem;
  margin-top: .5rem;
}
.section__review-message .review-message__cards .review-message__item .review__item-star img {
  width: 100%;
}
.section__review-message .review-message__cards .review-message__item .review__item-message {
  margin-top: 1rem;
  font-family: 'Noto Sans JP',sans-serif;
}
@media screen and (max-width: 768px) {
  .section__review-message .review-message__cards .review-message__item .review__item-message {
    font-size: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .section__review-message .review-message__cards .review-message__item .review__item-message {
    font-size: 4.2vw;
  }
}
.section__faq {
  width: 100%;
  padding: 8rem 4rem;
  background-color: #EEEBE9;
}
@media screen and (max-width: 768px) {
  .section__faq {
    padding: 8rem 2rem;
  }
}
@media screen and (max-width: 555px) {
  .section__faq {
    padding: 2rem 2rem;
  }
}
.section__faq .section__faq-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 4rem;
  color: #42210B;
  padding-bottom: 1rem;
  border-bottom: 4px solid #EF5600;
}
@media screen and (max-width: 768px) {
  .section__faq .section__faq-title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .section__faq .section__faq-title {
    border-bottom: 2px solid #EF5600;
  }
}
@media screen and (max-width: 550px) {
  .section__faq .section__faq-title {
    font-size: 7vw;
    padding-bottom: .5rem;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
.section-faq__list {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 5rem 4rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .section-faq__list {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 555px) {
  .section-faq__list {
    padding: 2rem 0;
  }
}
.section-faq__item {
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 5;
  cursor: pointer;
  border: 2px solid #42210B;
  border-bottom: none;
}
.section-faq__item:last-child {
  border-bottom: 2px solid #42210B;
}
.section-faq--icon {
  color: #393939;
  font-weight: 500;
  margin-right: 2.5rem;
  margin-top: calc((0.2) * 0.5em);
  font-size: 2.8rem;
  line-height: 1;
  width: 3.3rem;
  height: 3.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-faq--icon {
    margin-top: calc((0.5) * 0.5em);
  }
}
@media screen and (max-width: 555px) {
  .section-faq--icon {
    margin-top: calc((0.4) * 0.5em);
  }
}
.section-faq--icon img {
  width: 100%;
}
.section-faq__title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: cener;
  padding: 2rem;
}
.section-faq__title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1.5rem;
  height: .2rem;
  /*縦線に*/
  transform: rotate(90deg);
  background: #000;
  transition: all .3s ease-in-out;
}
.section-faq__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  /*横線*/
  width: 1.5rem;
  height: .2rem;
  background: #000;
  transition: all .2s ease-in-out;
}
.section-faq__title.faq__item--open:after {
  transform: rotate(-45deg);
}
.section-faq__title.faq__item--open:before {
  transform: rotate(45deg);
}
.section-faq__title h3 {
  font-weight: bold;
  font-size: 2.3rem;
  padding-right: 3.2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-faq__title h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 420px) {
  .section-faq__title h3 {
    font-size: 4vw;
  }
}
.section-faq__wrap {
  display: none;
  font-size: 2rem;
  width: 100%;
  padding: 2rem 2rem;
  background-color: #EEEBE9;
}
.section-faq__content {
  font-size: 2rem;
  width: 100%;
  display: flex;
}
.section-faq__answer {
  width: 100%;
  padding-right: 3.2rem;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .section-faq__answer {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 420px) {
  .section-faq__answer {
    font-size: 3.3vw;
  }
}
.c-btn {
  width: 29rem;
  margin: 10rem auto;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.1);
}
.c-btn:hover .c-btn__arrow {
  transform: translate(15px) skew(50deg);
}
@media screen and (max-width: 768px) {
  .c-btn {
    margin: 8rem auto;
  }
}
.global__footer {
  width: 100%;
  background-color: #393939;
  padding: 4rem 0;
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  .global__footer {
    padding: 7.2rem 0;
    margin-bottom: 12vw;
  }
}
.global__footer .footer__inner {
  width: 90rem;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .global__footer .footer__inner {
    width: 100%;
    display: block;
  }
}
.global__footer .footer__inner .footer__logo {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .global__footer .footer__inner .footer__logo {
    margin: 0 auto;
  }
}
.global__footer .footer__inner .footer__logo img {
  width: 100%;
}
.global__footer .footer__inner .global__nav-wrapper {
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.global__footer .footer__inner .global__nav-wrapper .global__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .global__footer .footer__inner .global__nav-wrapper .global__nav {
    margin: 3.3rem 2rem;
  }
}
.global__footer .footer__inner .global__nav-wrapper .global__nav .global__nav-menu {
  margin-bottom: 2rem;
}
.global__footer .footer__inner .global__nav-wrapper .global__nav .global__nav-menu a {
  color: white;
}
.global__footer .footer__inner .global__nav-contant {
  width: 30rem;
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .global__footer .footer__inner .global__nav-contant {
    margin: 0 auto;
  }
}
.global__footer .footer__inner .global__nav-contant img {
  width: 100%;
}
.footer__line-induction {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  transition: all 1s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .footer__line-induction {
    height: 13vw;
  }
}
@media screen and (max-width: 420px) {
  .footer__line-induction {
    height: 18vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__line-induction .pc {
    display: none;
  }
}
.footer__line-induction .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__line-induction .sp {
    display: block;
  }
}
.footer__line-induction img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 99;
}
