@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&family=Kiwi+Maru:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;500;700&family=Varela+Round&display=swap");
body {
  font-family: 'Kiwi Maru', serif;
  color: #262626;
  background: #F4F0EC;
  font-size: 18px;
  overflow-x: hidden;
}

@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #262626;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .tab {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tab {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .tab_sp {
    display: none !important;
  }
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact_nav {
  width: 328px;
  border: 2px solid #EE7800;
  border-top: none;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_nav {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .contact_nav {
    width: 95%;
  }
}

.contact_nav:hover {
  opacity: 0.7;
}

.contact_nav .text_1 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 1.45;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_nav .text_1 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .contact_nav .text_1 {
    font-size: 16px;
  }
}

.contact_nav .tel_num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #EE7800;
  gap: 0 10px;
}

.contact_nav .tel_num i {
  font-size: 35px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_nav .tel_num i {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .contact_nav .tel_num i {
    font-size: 20px;
  }
}

.contact_nav .tel_num p {
  font-size: 32px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_nav .tel_num p {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .contact_nav .tel_num p {
    font-size: 20px;
  }
}

.line_nav {
  width: 230px;
  background: #06C755;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .line_nav {
    width: 200px;
  }
}

.line_nav:hover {
  opacity: 0.7;
}

.line_nav .text_1 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 2px;
  font-size: 20px;
  line-height: 1.45;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .line_nav .text_1 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .line_nav .text_1 {
    font-size: 16px;
  }
}

.line_nav .line_img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 28px;
  padding-right: 38px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .line_nav .line_img_wrap {
    padding: 0;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 0 10px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .line_nav .line_img_wrap {
    padding: 0;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 0 10px;
    padding-left: 30px;
  }
}

.line_nav .line_img_wrap img {
  width: 45px;
  height: auto;
}

.line_nav .line_img_wrap p {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 45px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .line_nav .line_img_wrap p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .line_nav .line_img_wrap p {
    font-size: 20px;
  }
}

.btn {
  width: 100%;
  text-align: center;
}

.btn a {
  padding: 16px 72px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FFBD4E), to(#EE7800));
  background: -webkit-linear-gradient(left, #FFBD4E 0%, #EE7800 100%);
  background: linear-gradient(90deg, #FFBD4E 0%, #EE7800 100%);
  border-radius: 55px 80px 46px 65px;
  position: relative;
  outline: none;
  overflow: hidden;
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

@media (max-width: 767px) {
  .btn a {
    padding: 8px 36px;
  }
}

.btn a::after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../img/icon/btn_icon.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: -15px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .btn a::after {
    width: 30px;
    height: 30px;
    right: 0;
  }
}

.btn a:hover {
  background-position: 90% 50%;
}

.btn a:hover::after {
  right: -30px;
}

@media (max-width: 767px) {
  .btn a:hover::after {
    right: -10px;
  }
}

.btn button {
  padding: 16px 72px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FFBD4E), to(#EE7800));
  background: -webkit-linear-gradient(left, #FFBD4E 0%, #EE7800 100%);
  background: linear-gradient(90deg, #FFBD4E 0%, #EE7800 100%);
  border-radius: 55px 80px 46px 65px;
  position: relative;
  cursor: pointer;
  font-size: 25px;
  outline: none;
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .btn button {
    padding: 8px 36px;
  }
}

.btn button::after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../img/icon/btn_icon.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: -15px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .btn button::after {
    width: 30px;
    height: 30px;
    right: 0;
  }
}

.btn button:hover {
  background-position: 90% 50%;
}

.btn button:hover::after {
  right: -30px;
}

@media (max-width: 767px) {
  .btn button:hover::after {
    right: -10px;
  }
}

.section_title_wrap {
  text-align: center;
  padding-top: 120px;
}

@media (max-width: 767px) {
  .section_title_wrap {
    padding-top: 90px;
  }
}

.section_title_wrap .section_title {
  font-size: 45px;
  padding-bottom: 90px;
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section_title_wrap .section_title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .section_title_wrap .section_title {
    font-size: 23px;
    padding-bottom: 60px;
  }
}

.section_title_wrap .section_title span {
  color: #EE7800;
  font-size: 85px;
  font-family: 'Varela Round', sans-serif;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section_title_wrap .section_title span {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .section_title_wrap .section_title span {
    font-size: 45px;
  }
}

.section_title_wrap .section_title::before {
  content: "";
  background-image: url(../img/head_part/section_title.png);
  background-size: cover;
  background-position: center center;
  width: 110%;
  height: 14px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .section_title_wrap .section_title::before {
    bottom: 40px;
  }
}

.section_title_wrap .section_title::after {
  content: attr(data-en);
  font-size: 50px;
  font-family: 'Cabin Sketch', cursive;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .section_title_wrap .section_title::after {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .qa_section_title::after {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .qa_section_title::after {
    width: 100%;
  }
}

.header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

@media (max-width: 767px) {
  .header {
    height: 80px;
  }
}

.header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .header_inner {
    height: 80px;
  }
}

.header_logo {
  font-size: 28px;
  line-height: 1.4;
  padding-left: 40px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .header_logo {
    padding-left: 10px;
    font-size: 18px;
  }
}

.header_right_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0 35px;
  height: 90px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header_right_wrap {
    gap: 0 20px;
  }
}

@media (max-width: 767px) {
  .header_right_wrap {
    height: 80px;
  }
}

.header_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}

@media screen and (max-width: 1100px) {
  .header_right {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header_right {
    gap: 0 20px;
  }
}

.header_right .line_nav {
  border-radius: 0px 0px 20px 20px;
}

.header_right .contact_nav {
  border-radius: 0px 0px 20px 20px;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.ham_btn {
  position: relative;
  background: #EE7800;
  cursor: pointer;
  width: 90px;
  height: 100%;
  border-radius: 0 0 0 20px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media screen and (min-width: 1441px) {
  .ham_btn {
    border-radius: 0 0 20px 20px;
  }
}

.ham_btn:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .ham_btn {
    height: 70px;
    width: 70px;
  }
}

/*ボタン内側*/
.ham_btn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #fff;
}

@media (max-width: 767px) {
  .ham_btn span {
    height: 2px;
  }
}

.ham_btn span:nth-of-type(1) {
  top: 22px;
  width: 55%;
}

@media (max-width: 767px) {
  .ham_btn span:nth-of-type(1) {
    top: 16px;
  }
}

.ham_btn span:nth-of-type(2) {
  top: 33px;
  width: 40%;
}

@media (max-width: 767px) {
  .ham_btn span:nth-of-type(2) {
    top: 27px;
  }
}

.ham_btn span:nth-of-type(3) {
  top: 44px;
  width: 22%;
}

@media (max-width: 767px) {
  .ham_btn span:nth-of-type(3) {
    top: 38px;
  }
}

.ham_btn span:nth-of-type(3)::after {
  content: "Menu";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .ham_btn span:nth-of-type(3)::after {
    font-size: 12px;
    top: 10px;
  }
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.ham_btn.active span:nth-of-type(1) {
  top: 23px;
  width: 50%;
  left: 24px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

@media (max-width: 767px) {
  .ham_btn.active span:nth-of-type(1) {
    left: 18px;
    top: 18px;
  }
}

.ham_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.ham_btn.active span:nth-of-type(3) {
  top: 35px;
  left: 24px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

@media (max-width: 767px) {
  .ham_btn.active span:nth-of-type(3) {
    left: 18px;
    top: 30px;
  }
}

.ham_btn.active span:nth-of-type(3)::after {
  content: "Close";
  /*3つ目の要素のafterにClose表示を指定*/
  left: 15px;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  top: 18px;
}

@media (max-width: 767px) {
  .ham_btn.active span:nth-of-type(3)::after {
    font-size: 12px;
    top: 13px;
    left: 15px;
  }
}

.main_visual {
  position: relative;
  padding-top: 100px;
  width: 100vw;
  margin: 0;
}

@media screen and (min-width: 1440px) {
  .main_visual {
    max-height: 850px;
    padding-top: 150px;
  }
}

.main_visual::after {
  content: "";
  width: 100%;
  padding-top: 60.03%;
  background-image: url(../img/main_visual/pc/2.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 1440px) {
  .main_visual::after {
    height: 850px;
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual::after {
    background-image: url(../img/main_visual/tab/2.png);
    padding-top: 98%;
  }
}

@media (max-width: 767px) {
  .main_visual::after {
    background-image: url(../img/main_visual/sp/2.png);
    padding-top: 178%;
  }
}

.main_visual .catch_copy_wrap {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap {
    padding-top: 10px;
  }
}

.main_visual .catch_copy_wrap .part_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 35px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_1 {
    gap: 0 20px;
    margin-bottom: 15px;
  }
}

.main_visual .catch_copy_wrap .part_1 p:first-child {
  font-size: 42px;
  color: #fff;
  background: #EE7800;
  padding: 5px 16px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .catch_copy_wrap .part_1 p:first-child {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_1 p:first-child {
    font-size: 16px;
  }
}

.main_visual .catch_copy_wrap .part_1 p:last-child {
  font-size: 35px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .catch_copy_wrap .part_1 p:last-child {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_1 p:last-child {
    font-size: 12px;
    line-height: 1.4;
  }
}

.main_visual .catch_copy_wrap .part_2 p {
  text-align: center;
  font-size: 42px;
  margin-bottom: 48px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .catch_copy_wrap .part_2 p {
    font-size: 32px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_2 p {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.main_visual .catch_copy_wrap .part_2 p span {
  font-size: 45px;
  color: #EE7800;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .catch_copy_wrap .part_2 p span {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_2 p span {
    font-size: 26px;
  }
}

.main_visual .catch_copy_wrap .part_3 {
  background: rgba(255, 255, 255, 0.7);
  width: 76.38%;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #EE7800;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .catch_copy_wrap .part_3 {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_3 {
    width: 95%;
  }
}

.main_visual .catch_copy_wrap .part_3 .text_1 {
  font-size: 42px;
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .catch_copy_wrap .part_3 .text_1 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_3 .text_1 {
    font-size: 20px;
  }
}

.main_visual .catch_copy_wrap .part_3 .main_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_3 .main_text {
    display: block;
    text-align: center;
  }
}

.main_visual .catch_copy_wrap .part_3 .main_text .text_2 {
  font-size: 58px;
  padding-top: 52px;
  color: #EE7800;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .catch_copy_wrap .part_3 .main_text .text_2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_3 .main_text .text_2 {
    font-size: 30px;
    padding-top: 20px;
  }
}

.main_visual .catch_copy_wrap .part_3 .main_text .main_text_part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #EE7800;
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_3 .main_text .main_text_part {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
}

.main_visual .catch_copy_wrap .part_3 .main_text .main_text_part p:nth-child(1) {
  font-size: 170px;
  font-family: 'Varela Round', sans-serif;
  color: #EE7800;
  padding: 0 9px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .catch_copy_wrap .part_3 .main_text .main_text_part p:nth-child(1) {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_3 .main_text .main_text_part p:nth-child(1) {
    font-size: 100px;
    padding: 0;
  }
}

.main_visual .catch_copy_wrap .part_3 .main_text .main_text_part p:nth-child(2) {
  font-size: 30px;
  width: 30px;
  padding-top: 43px;
  line-height: 1.4;
  margin-right: 9px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .catch_copy_wrap .part_3 .main_text .main_text_part p:nth-child(2) {
    font-size: 25px;
    padding-top: 25px;
    width: 25px;
  }
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_3 .main_text .main_text_part p:nth-child(2) {
    font-size: 16px;
    height: 13px;
    padding-top: 40px;
    margin-right: 0;
  }
}

.main_visual .catch_copy_wrap .part_3 .main_text .main_text_part p:nth-child(3) {
  font-size: 58px;
  padding-top: 52px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .catch_copy_wrap .part_3 .main_text .main_text_part p:nth-child(3) {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_3 .main_text .main_text_part p:nth-child(3) {
    font-size: 30px;
    padding-top: 49px;
  }
}

.main_visual .catch_copy_wrap .part_3 .main_text .text_3 {
  font-size: 42px;
  padding-top: 67px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .catch_copy_wrap .part_3 .main_text .text_3 {
    font-size: 30px;
    padding-top: 58px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_3 .main_text .text_3 {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.main_visual .catch_copy_wrap .part_4 {
  padding-top: 35px;
  font-size: 35px;
  text-align: center;
  padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .catch_copy_wrap .part_4 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .main_visual .catch_copy_wrap .part_4 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.main_visual .main_visual_btn {
  font-size: 42px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_visual .main_visual_btn {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_btn {
    font-size: 16px;
    bottom: -27px;
  }
}

.swiper {
  width: 100%;
  max-height: 850px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.swiper .swiper-slide {
  width: 100% !important;
}

.swiper .swiper-slide img {
  width: 100%;
}

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

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

.swiper-slide-active .slide_img,
.swiper-slide-duplicate-active .slide_img,
.swiper-slide-prev .slide_img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.message {
  margin-top: 120px;
  height: 560px;
}

@media (max-width: 767px) {
  .message {
    margin-top: 70px;
    height: 600px;
  }
}

.message_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1900px;
  margin: 0 auto;
}

.message_inner .message_left {
  width: 58.3%;
  background: -webkit-gradient(linear, left top, right top, from(#F4F0EC), color-stop(60.94%, #FCFCFC));
  background: -webkit-linear-gradient(left, #F4F0EC 0%, #FCFCFC 60.94%);
  background: linear-gradient(90deg, #F4F0EC 0%, #FCFCFC 60.94%);
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .message_inner .message_left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .message_inner .message_left {
    width: 100%;
  }
}

.message_inner .message_left .message_content {
  width: 95.2%;
  background: #fff;
  border: 2px solid #EE7800;
  border-radius: 20px;
  padding: 35px 95px 50px 60px;
  position: absolute;
  top: 60px;
  left: 70px;
  z-index: 1;
}

@media screen and (min-width: 1440px) {
  .message_inner .message_left .message_content {
    max-width: 900px;
  }
}

@media screen and (min-width: 1800px) {
  .message_inner .message_left .message_content {
    left: 20%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .message_inner .message_left .message_content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 35px 60px 50px;
  }
}

@media (max-width: 767px) {
  .message_inner .message_left .message_content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 25px 15px 30px;
  }
}

.message_inner .message_left .message_content .message_head {
  font-family: 'Cabin Sketch', cursive;
  font-size: 40px;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .message_inner .message_left .message_content .message_head {
    font-size: 25px;
  }
}

.message_inner .message_left .message_content .message_head::after {
  content: "";
  width: 120%;
  height: 14px;
  background-image: url(../img/head_part/message.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.message_inner .message_left .message_content .text_wrap p {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.1rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .message_inner .message_left .message_content .text_wrap p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .message_inner .message_left .message_content .text_wrap p {
    font-size: 16px;
  }
}

.message_inner .message_left .message_content .text_wrap p:nth-child(1) {
  padding-bottom: 27px;
}

.message_inner .message_left .message_content .text_wrap p:nth-child(1) span {
  color: #EE7800;
}

.message_inner .message_right {
  width: 41.67%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .message_inner .message_right {
    display: none;
  }
}

@media (max-width: 767px) {
  .message_inner .message_right {
    display: none;
  }
}

.message_inner .message_right::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/message/message_bg.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.message_inner .message_right::before {
  content: "";
  width: 120%;
  background: -webkit-gradient(linear, right top, left top, color-stop(15.83%, rgba(244, 240, 236, 0.6)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, rgba(244, 240, 236, 0.6) 15.83%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, rgba(244, 240, 236, 0.6) 15.83%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

.message_inner .message_right .message_right_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 95px;
}

.message_inner .message_right .img_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.message_inner .message_right .img_wrap::after {
  content: "";
  width: 92%;
  height: 1px;
  background: #262626;
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(34deg);
          transform: translate(-50%, -50%) rotate(34deg);
}

.message_inner .message_right .message_img_1 {
  margin-left: 62.8%;
  margin-bottom: 50px;
  z-index: 1;
}

.message_inner .message_right .message_img_1 img {
  width: 175px;
}

.message_inner .message_right .message_img_2 {
  margin-left: 13%;
  z-index: 0;
}

.message_inner .message_right .message_img_2 img {
  width: 250px;
}

.worry .worry_part_1 {
  background: -webkit-gradient(linear, right top, left top, from(#F4F0EC), color-stop(27.66%, #FFFFFF));
  background: -webkit-linear-gradient(right, #F4F0EC 0%, #FFFFFF 27.66%);
  background: linear-gradient(270deg, #F4F0EC 0%, #FFFFFF 27.66%);
}

.worry .worry_part_1 .worry_head_wrap {
  text-align: center;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .worry .worry_part_1 .worry_head_wrap {
    padding: 80px 0 40px;
  }
}

.worry .worry_part_1 .worry_head {
  font-size: 45px;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .worry .worry_part_1 .worry_head {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .worry .worry_part_1 .worry_head {
    font-size: 23px;
  }
}

.worry .worry_part_1 .worry_head::after {
  content: "";
  width: 114%;
  height: 14px;
  background-image: url(../img/head_part/worry_head.png);
  background-size: cover;
  background-position: center  center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.worry .worry_part_1 .worry_part_1_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
}

@media screen and (min-width: 1440px) {
  .worry .worry_part_1 .worry_part_1_contents {
    max-width: 1440px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .worry .worry_part_1 .worry_part_1_contents {
    display: block;
  }
}

.worry .worry_part_1 .worry_part_1_contents .contents_left {
  width: 25.3%;
  margin-left: 4%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .worry .worry_part_1 .worry_part_1_contents .contents_left {
    display: none;
  }
}

@media (max-width: 767px) {
  .worry .worry_part_1 .worry_part_1_contents .contents_left {
    display: none;
  }
}

.worry .worry_part_1 .worry_part_1_contents .contents_left img {
  width: 100%;
}

.worry .worry_part_1 .worry_part_1_contents .contents_right {
  width: 52%;
  max-width: 800px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .worry .worry_part_1 .worry_part_1_contents .contents_right {
    width: 80%;
    margin-left: auto;
    margin-right: 50px;
    position: relative;
    margin-bottom: 80px;
  }
  .worry .worry_part_1 .worry_part_1_contents .contents_right::after {
    content: "";
    background-image: url(../img/worry/1.png);
    background-size: cover;
    background-position: center center;
    width: 32%;
    padding-top: 30%;
    position: absolute;
    left: -150px;
    bottom: -30px;
  }
}

@media (max-width: 767px) {
  .worry .worry_part_1 .worry_part_1_contents .contents_right {
    width: 90%;
    margin-left: auto;
    margin-right: 10px;
    padding-bottom: 100px;
    position: relative;
  }
  .worry .worry_part_1 .worry_part_1_contents .contents_right::after {
    content: "";
    background-image: url(../img/worry/1.png);
    background-size: cover;
    background-position: center center;
    width: 187px;
    height: 163px;
    position: absolute;
    left: -100px;
    bottom: -30px;
  }
}

.worry .worry_part_1 .worry_part_1_contents .contents_right .worry_list {
  background: #fff;
  width: 100%;
  border: 2px solid #EE7800;
  padding: 50px 65px;
}

@media (max-width: 767px) {
  .worry .worry_part_1 .worry_part_1_contents .contents_right .worry_list {
    padding: 30px 20px;
  }
}

.worry .worry_part_1 .worry_part_1_contents .contents_right .worry_list .worry_item {
  font-size: 25px;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  position: relative;
  padding-left: 80px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .worry .worry_part_1 .worry_part_1_contents .contents_right .worry_list .worry_item {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .worry .worry_part_1 .worry_part_1_contents .contents_right .worry_list .worry_item {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 40px;
  }
}

.worry .worry_part_1 .worry_part_1_contents .contents_right .worry_list .worry_item:nth-child(3) {
  margin-bottom: 0;
}

.worry .worry_part_1 .worry_part_1_contents .contents_right .worry_list .worry_item::before {
  content: "";
  width: 35px;
  height: 35px;
  border: 2px solid #262626;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .worry .worry_part_1 .worry_part_1_contents .contents_right .worry_list .worry_item::before {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 767px) {
  .worry .worry_part_1 .worry_part_1_contents .contents_right .worry_list .worry_item::before {
    width: 20px;
    height: 20px;
  }
}

.worry .worry_part_1 .worry_part_1_contents .contents_right .worry_list .worry_item::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 40px;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .worry .worry_part_1 .worry_part_1_contents .contents_right .worry_list .worry_item::after {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .worry .worry_part_1 .worry_part_1_contents .contents_right .worry_list .worry_item::after {
    font-size: 18px;
  }
}

.worry .worry_part_2 {
  position: relative;
}

.worry .worry_part_2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/worry/worry_bg.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}

.worry .worry_part_2::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #FFFFFF), to(rgba(255, 255, 255, 0.7)));
  background: -webkit-linear-gradient(top, #FFFFFF 25%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(180deg, #FFFFFF 25%, rgba(255, 255, 255, 0.7) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.worry .worry_part_2 .text_wrap p {
  font-size: 35px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .worry .worry_part_2 .text_wrap p {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .worry .worry_part_2 .text_wrap p {
    font-size: 14px;
  }
}

.worry .worry_part_2 .text_wrap p:nth-child(1) {
  padding-bottom: 25px;
  padding-top: 90px;
}

@media (max-width: 767px) {
  .worry .worry_part_2 .text_wrap p:nth-child(1) {
    padding-top: 50px;
  }
}

.worry .worry_part_2 .text_wrap p:nth-child(2) {
  padding-bottom: 33px;
}

.worry .worry_part_2 .text_wrap p:nth-child(3) {
  font-size: 42px;
  padding-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .worry .worry_part_2 .text_wrap p:nth-child(3) {
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .worry .worry_part_2 .text_wrap p:nth-child(3) {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 45px;
  }
}

.worry .worry_part_2 .text_wrap p:nth-child(3) span {
  color: #EE7800;
  font-size: 45px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .worry .worry_part_2 .text_wrap p:nth-child(3) span {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .worry .worry_part_2 .text_wrap p:nth-child(3) span {
    font-size: 18px;
  }
}

.question {
  background: -webkit-gradient(linear, left top, right top, from(#F4F0EC), color-stop(27.66%, #FFFFFF));
  background: -webkit-linear-gradient(left, #F4F0EC 0%, #FFFFFF 27.66%);
  background: linear-gradient(90deg, #F4F0EC 0%, #FFFFFF 27.66%);
  padding-top: 100px;
}

.question .question_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}

@media (max-width: 767px) {
  .question .question_inner {
    display: block;
  }
}

.question .question_left {
  width: 60.4%;
  max-width: 900px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .question .question_left {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .question .question_left {
    width: 95%;
    margin: 0 auto;
  }
}

.question .question_right {
  width: 31.25%;
  max-width: 460px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .question .question_right {
    width: 36.25%;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .question .question_right {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.question .question_right img {
  width: 100%;
}

.question .question_head_wrap_tab_sp {
  margin-left: 5%;
}

@media (max-width: 767px) {
  .question .question_head_wrap_tab_sp {
    width: 95%;
    margin: 0 auto;
  }
}

.question .question_head {
  font-size: 45px;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .question .question_head {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .question .question_head {
    font-size: 23px;
  }
}

.question .question_head::after {
  content: "";
  width: 105%;
  height: 14px;
  background-image: url(../img/head_part/question.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .question .question_head::after {
    width: 95%;
  }
}

.question .question_text .text_1 {
  padding-top: 50px;
  font-size: 30px;
  padding-bottom: 90px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .question .question_text .text_1 {
    font-size: 22px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .question .question_text .text_1 {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.question .question_text .text_1 p:first-child {
  padding-bottom: 30px;
}

.question .question_text .text_1 p:first-child span {
  font-size: 60px;
  font-family: 'Varela Round', sans-serif;
  color: #EE7800;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .question .question_text .text_1 p:first-child span {
    font-size: 40px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .question .question_text .text_1 p:first-child span {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .question .question_text .text_2_wrap {
    text-align: center;
  }
}

.question .question_text .text_2 {
  color: #fff;
  background: #EE7800;
  font-size: 42px;
  padding: 10px 19px;
  display: inline-block;
  margin-bottom: 110px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .question .question_text .text_2 {
    font-size: 22px;
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .question .question_text .text_2 {
    font-size: 18px;
    margin-bottom: 50px;
    padding: 10px 15px;
  }
}

.separate_1 {
  width: 100vw;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, color-stop(66.15%, rgba(255, 189, 78, 0.9)), to(rgba(238, 120, 0, 0.8)));
  background: -webkit-linear-gradient(left, rgba(255, 189, 78, 0.9) 66.15%, rgba(238, 120, 0, 0.8) 100%);
  background: linear-gradient(90deg, rgba(255, 189, 78, 0.9) 66.15%, rgba(238, 120, 0, 0.8) 100%);
}

.reason {
  background: #fff;
}

.reason_header {
  background: rgba(244, 240, 236, 0.3);
  position: relative;
}

.reason_header::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: rgba(244, 240, 236, 0.3) transparent transparent transparent;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .reason_header::after {
    border-width: 30px 50px 0 50px;
    bottom: -30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_nav_wrap {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .reason_nav_wrap {
    padding-bottom: 50px;
  }
}

.reason_nav_wrap .reason_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 95px;
  width: 100%;
  margin-top: 150px;
  padding-bottom: 100px;
  max-width: 1400px;
  margin: 150px auto 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_nav_wrap .reason_list {
    display: none;
  }
}

@media (max-width: 767px) {
  .reason_nav_wrap .reason_list {
    display: none;
  }
}

.reason_nav_wrap .reason_list .reason_item {
  width: 25%;
  padding-top: 50px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_nav_wrap .reason_list .reason_item {
    width: 40%;
    display: block;
    margin-left: 10%;
  }
  .reason_nav_wrap .reason_list .reason_item:nth-child(2) {
    margin-left: auto;
    margin-right: 10%;
  }
}

.reason_nav_wrap .reason_list .reason_item:hover .img_wrap {
  border: 3px solid #EE7800;
}

.reason_nav_wrap .reason_list .reason_item:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.reason_nav_wrap .reason_list .reason_item:hover i {
  -webkit-transform: translateX(-50%) scale(1.5);
          transform: translateX(-50%) scale(1.5);
  bottom: -10px;
}

.reason_nav_wrap .reason_list .reason_item .reason_item_head {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  width: 100%;
}

.reason_nav_wrap .reason_list .reason_item .reason_item_head .reason_num {
  font-size: 70px;
  color: #EE7800;
  font-family: 'Varela Round', sans-serif;
}

.reason_nav_wrap .reason_list .reason_item .reason_item_head .reason_item_name {
  font-size: 25px;
  padding: 13px 20px;
  background: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1rem;
  line-height: 1.4;
  z-index: 2;
}

.reason_nav_wrap .reason_list .reason_item .img_wrap {
  overflow: hidden;
  width: 100%;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.reason_nav_wrap .reason_list .reason_item img {
  width: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.reason_nav_wrap .reason_list .reason_item i {
  font-size: 50px;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.reason_contents {
  padding-top: 140px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .reason_contents {
    padding-top: 20px;
  }
}

.reason_contents_part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .reason_contents_part {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}

.reason_contents_part:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.reason_contents_part .reason_contents_part_head {
  font-size: 40px;
  padding-left: 110px;
  padding-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part .reason_contents_part_head {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .reason_contents_part .reason_contents_part_head {
    font-size: 21px;
    padding-left: 20px;
  }
}

.reason_contents_part .reason_contents_part_head::before {
  content: attr(data-num);
  font-size: 70px;
  color: #EE7800;
  font-family: 'Varela Round', sans-serif;
  position: absolute;
  top: -10px;
  left: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part .reason_contents_part_head::before {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .reason_contents_part .reason_contents_part_head::before {
    font-size: 40px;
    top: -50px;
  }
}

.reason_contents_part .reason_contents_part_head::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #262626;
  position: absolute;
  right: -55px;
  bottom: 13px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media (max-width: 767px) {
  .reason_contents_part .reason_contents_part_head::after {
    width: 30px;
    right: -1px !important;
    bottom: 8px !important;
  }
}

.reason_contents_part .reason_contents_part_head span {
  width: 100%;
  height: 1px;
  background: #262626;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}

.reason_contents_part .main_text {
  font-size: 30px;
  line-height: 1.4;
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part .main_text {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .reason_contents_part .main_text {
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part .sub_text {
    width: 65%;
  }
}

.reason_contents_part .sub_text li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}

.reason_contents_part .end_text {
  font-size: 25px;
  padding-top: 40px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .reason_contents_part .end_text {
    font-size: 18px;
  }
}

.reason_contents_part:nth-child(1) {
  gap: 0 130px;
  padding-bottom: 90px;
  position: relative;
}

.reason_contents_part:nth-child(1)::after {
  content: "";
  width: 90.2%;
  height: 1px;
  background: #262626;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-10deg);
          transform: translateX(-50%) rotate(-10deg);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(1)::after {
    width: 100%;
    -webkit-transform: translateX(-50%) rotate(-8deg);
            transform: translateX(-50%) rotate(-8deg);
  }
}

.reason_contents_part:nth-child(1) .reason_contents_part_text {
  width: 43.75%;
  max-width: 630px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(1) .reason_contents_part_text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(1) .reason_contents_part_text {
    width: 100%;
  }
}

.reason_contents_part:nth-child(1) .reason_contents_part_img {
  width: 25%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(1) .reason_contents_part_img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(1) .reason_contents_part_img {
    width: 100%;
  }
}

.reason_contents_part:nth-child(1) .reason_contents_part_img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(1) .reason_contents_part_img img {
    width: 26%;
    left: auto;
    right: 0;
    top: -150px;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(1) .reason_contents_part_img img {
    width: 25%;
    left: auto;
    right: 0;
  }
}

.reason_contents_part:nth-child(1) .reason_contents_part_img::after {
  width: 90%;
  padding-top: 90%;
  content: "";
  background: #FFBD4E;
  position: absolute;
  top: 70px;
  left: 70px;
  z-index: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(1) .reason_contents_part_img::after {
    width: 21%;
    padding-top: 21%;
    max-width: 200px;
    max-height: 200px;
    left: auto;
    top: -80px;
    right: -20px;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(1) .reason_contents_part_img::after {
    width: 25%;
    padding-top: 25%;
    left: auto;
    right: -10px;
    top: 13px;
  }
}

.reason_contents_part:nth-child(1) .reason_contents_part_head::after {
  right: -4px;
  bottom: 13px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.reason_contents_part:nth-child(1) .sub_text .text_1 {
  padding-bottom: 24px;
}

.reason_contents_part:nth-child(1) .sub_text li {
  padding-bottom: 5px;
}

.reason_contents_part:nth-child(2) {
  gap: 0 180px;
  padding-bottom: 30px;
  position: relative;
}

.reason_contents_part:nth-child(2)::before {
  content: "";
  width: 90.2%;
  height: 1px;
  background: #262626;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(7deg);
          transform: translateX(-50%) rotate(7deg);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(2)::before {
    width: 100%;
  }
}

.reason_contents_part:nth-child(2) .reason_contents_part_text {
  width: 47%;
  max-width: 700px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(2) .reason_contents_part_text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(2) .reason_contents_part_text {
    width: 100%;
  }
}

.reason_contents_part:nth-child(2) .sub_text p {
  padding-bottom: 20px;
  line-height: 1.4;
}

.reason_contents_part:nth-child(2) .sub_text p:last-child {
  padding-bottom: 150px;
}

.reason_contents_part:nth-child(2) .reason_contents_part_head::after {
  right: -3px;
  bottom: 13px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.reason_contents_part:nth-child(2) .reason_contents_part_img {
  width: 30.5%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(2) .reason_contents_part_img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(2) .reason_contents_part_img {
    width: 100%;
  }
}

.reason_contents_part:nth-child(2) .reason_contents_part_img::before {
  content: "";
  width: 60%;
  padding-top: 60%;
  background: #FFBD4E;
  position: absolute;
  bottom: 40px;
  left: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(2) .reason_contents_part_img::before {
    width: 23%;
    padding-top: 23%;
    right: 60px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(2) .reason_contents_part_img::before {
    width: 25%;
    padding-top: 25%;
    right: 60px;
    left: auto;
    bottom: 20px;
  }
}

.reason_contents_part:nth-child(2) .reason_contents_part_img img {
  width: 68%;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(2) .reason_contents_part_img img {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(2) .reason_contents_part_img img {
    width: 30%;
  }
}

.reason_contents_part:nth-child(2) .reason_contents_part_img img:nth-child(1) {
  top: 0;
  left: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(2) .reason_contents_part_img img:nth-child(1) {
    left: auto;
    right: 0;
    bottom: -50px;
    top: auto;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(2) .reason_contents_part_img img:nth-child(1) {
    left: auto;
    right: 0;
    bottom: -50px;
    top: auto;
  }
}

.reason_contents_part:nth-child(2) .reason_contents_part_img img:nth-child(2) {
  bottom: 0;
  right: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(2) .reason_contents_part_img img:nth-child(2) {
    right: 10%;
    bottom: -70px;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(2) .reason_contents_part_img img:nth-child(2) {
    right: 10%;
    bottom: -70px;
  }
}

.reason_contents_part:nth-child(3) {
  padding-bottom: 100px;
}

.reason_contents_part:nth-child(3) .reason_contents_part_head::after {
  right: -3px;
  bottom: 13px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.reason_contents_part:nth-child(3) .reason_contents_part_text {
  width: 53%;
  max-width: 800px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(3) .reason_contents_part_text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(3) .reason_contents_part_text {
    width: 100%;
  }
}

.reason_contents_part:nth-child(3) .sub_text .text_1 {
  padding-bottom: 20px;
}

.reason_contents_part:nth-child(3) .sub_text .text_2 {
  line-height: 1.4;
  padding-bottom: 25px;
}

.reason_contents_part:nth-child(3) .sub_text li {
  padding-bottom: 100px;
}

.reason_contents_part:nth-child(3) .reason_contents_part_img {
  width: 34%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(3) .reason_contents_part_img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(3) .reason_contents_part_img {
    width: 100%;
  }
}

.reason_contents_part:nth-child(3) .reason_contents_part_img img {
  width: 100%;
  position: absolute;
  left: -10%;
  top: 35%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(3) .reason_contents_part_img img {
    width: 35%;
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(3) .reason_contents_part_img img {
    width: 35%;
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
  }
}

.reason_contents_part:nth-child(3) .reason_contents_part_img::before {
  content: "";
  width: 90%;
  padding-top: 45%;
  background: #FFBD4E;
  position: absolute;
  bottom: 20px;
  right: 0px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason_contents_part:nth-child(3) .reason_contents_part_img::before {
    width: 35%;
    padding-top: 20%;
    right: -20px;
    bottom: -20px;
  }
}

@media (max-width: 767px) {
  .reason_contents_part:nth-child(3) .reason_contents_part_img::before {
    width: 35%;
    padding-top: 20%;
    right: -20px;
    bottom: -20px;
  }
}

.voice {
  background: #fff;
}

.voice .voice_inner {
  background: rgba(244, 240, 236, 0.2);
}

.voice .voice_message {
  text-align: center;
  font-size: 35px;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voice .voice_message {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .voice .voice_message {
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.voice_list .voice_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 140px;
  padding-bottom: 100px;
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .voice_list .voice_item {
    display: block;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voice_list .voice_item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 95%;
    margin: 0 auto;
  }
}

.voice_list .voice_item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.voice_list .voice_item:nth-child(2) .customer_voice {
  position: relative;
}

.voice_list .voice_item:nth-child(2) .customer_voice::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #EE7800;
  border-radius: 100%;
  position: absolute;
  top: 80px;
  left: calc(100% + 40px);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voice_list .voice_item:nth-child(2) .customer_voice::before {
    width: 30px;
    height: 30px;
    top: 50px;
    left: calc(100% + 20px);
  }
}

.voice_list .voice_item:nth-child(2) .customer_voice::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #EE7800;
  border-radius: 100%;
  position: absolute;
  top: 150px;
  left: calc(100% + 100px);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voice_list .voice_item:nth-child(2) .customer_voice::after {
    width: 20px;
    height: 20px;
    top: 90px;
    left: calc(100% + 60px);
  }
}

.voice_list .voice_item .customer_icon {
  width: 18.75%;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voice_list .voice_item .customer_icon {
    width: 24%;
  }
}

@media (max-width: 767px) {
  .voice_list .voice_item .customer_icon {
    width: 95%;
    margin: 0 auto;
  }
}

.voice_list .voice_item .customer_icon img {
  width: 74%;
}

@media (max-width: 767px) {
  .voice_list .voice_item .customer_icon img {
    width: 25%;
  }
}

.voice_list .voice_item .customer_icon .customer_name {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voice_list .voice_item .customer_icon .customer_name {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .voice_list .voice_item .customer_icon .customer_name {
    font-size: 16px;
  }
}

.voice_list .voice_item .customer_voice {
  width: 46%;
  padding-top: 20px;
  position: relative;
  max-width: 680px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voice_list .voice_item .customer_voice {
    width: 67%;
  }
}

@media (max-width: 767px) {
  .voice_list .voice_item .customer_voice {
    width: 95%;
    margin: 0 auto;
  }
}

.voice_list .voice_item .customer_voice::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #EE7800;
  border-radius: 100%;
  position: absolute;
  top: 80px;
  left: -80px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voice_list .voice_item .customer_voice::before {
    width: 30px;
    height: 30px;
    top: 60px;
    left: -50px;
  }
}

@media (max-width: 767px) {
  .voice_list .voice_item .customer_voice::before {
    display: none;
  }
}

.voice_list .voice_item .customer_voice::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #EE7800;
  border-radius: 100%;
  position: absolute;
  top: 150px;
  left: -120px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voice_list .voice_item .customer_voice::after {
    width: 20px;
    height: 20px;
    top: 100px;
    left: -80px;
  }
}

@media (max-width: 767px) {
  .voice_list .voice_item .customer_voice::after {
    display: none;
  }
}

.voice_list .voice_item .customer_voice .voice_text {
  background: #fff;
  border: 1px solid #EE7800;
  border-radius: 20px;
  padding: 20px 30px;
  font-size: 22px;
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voice_list .voice_item .customer_voice .voice_text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .voice_list .voice_item .customer_voice .voice_text {
    font-size: 14px;
    padding: 15px 20px;
  }
}

.satisfaction {
  padding-top: 80px;
  padding-bottom: 130px;
  background-image: url(../img/satisfaction/bg.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.satisfaction .satisfaction_content {
  width: 83%;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  text-align: center;
  padding: 65px 0;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .satisfaction .satisfaction_content {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .satisfaction .satisfaction_content {
    width: 95%;
  }
}

.satisfaction .satisfaction_content::after {
  content: "";
  width: 24%;
  padding-top: 23.3%;
  background-image: url(../img/satisfaction/graph.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: -30px;
  left: -30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .satisfaction .satisfaction_content::after {
    bottom: -110px;
    left: -50px;
  }
}

@media (max-width: 767px) {
  .satisfaction .satisfaction_content::after {
    background-image: url(../img/satisfaction/graph_2.png);
    width: 24%;
    padding-top: 24%;
  }
}

.satisfaction .satisfaction_tag {
  font-size: 42px;
  color: #fff;
  padding: 5px 20px;
  background: #EE7800;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .satisfaction .satisfaction_tag {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .satisfaction .satisfaction_tag {
    font-size: 25px;
  }
}

.satisfaction .main_text {
  font-size: 70px;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .satisfaction .main_text {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .satisfaction .main_text {
    font-size: 30px;
  }
}

.satisfaction .main_text span {
  font-family: 'Varela Round', sans-serif;
  font-size: 170px;
  color: #EE7800;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .satisfaction .main_text span {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .satisfaction .main_text span {
    font-size: 60px;
  }
}

.satisfaction .sub_text {
  font-size: 35px;
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .satisfaction .sub_text {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .satisfaction .sub_text {
    font-size: 20px;
  }
}

.flow {
  background: #fff;
}

.flow_graph {
  margin-top: 80px;
  margin-bottom: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_graph {
    width: 95%;
    margin: 80px auto;
  }
}

@media (max-width: 767px) {
  .flow_graph {
    display: none;
  }
}

.flow_graph .flow_graph_item {
  width: 13%;
  color: #fff;
  padding: 32px 0;
  padding-left: 70px;
  line-height: 36px;
  font-size: 25px;
  height: 100px;
  position: relative;
  max-width: 190px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_graph .flow_graph_item {
    width: 17%;
    max-width: 120px;
    font-size: 18px;
  }
}

.flow_graph .flow_graph_item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_graph .flow_graph_item:not(:last-child)::after {
    border-width: 50px 0 50px 30px;
    right: -30px;
  }
}

.flow_graph .flow_graph_item:nth-child(1) {
  background: #EE7800;
  padding-left: 55px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_graph .flow_graph_item:nth-child(1) {
    padding-left: 40px;
  }
}

.flow_graph .flow_graph_item:nth-child(1)::after {
  border-color: transparent transparent transparent #EE7800;
}

.flow_graph .flow_graph_item:nth-child(2) {
  background: #F28711;
  padding-left: 80px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_graph .flow_graph_item:nth-child(2) {
    padding-left: 50px;
  }
}

.flow_graph .flow_graph_item:nth-child(2)::after {
  border-color: transparent transparent transparent #F28711;
}

.flow_graph .flow_graph_item:nth-child(3) {
  background: #F69723;
  padding-left: 80px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_graph .flow_graph_item:nth-child(3) {
    padding-left: 50px;
  }
}

.flow_graph .flow_graph_item:nth-child(3)::after {
  border-color: transparent transparent transparent #F69723;
}

.flow_graph .flow_graph_item:nth-child(4) {
  background: #F9A634;
  padding-left: 80px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_graph .flow_graph_item:nth-child(4) {
    padding-left: 50px;
  }
}

.flow_graph .flow_graph_item:nth-child(4)::after {
  border-color: transparent transparent transparent #F9A634;
}

.flow_graph .flow_graph_item:nth-child(5) {
  background: #FDB545;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_graph .flow_graph_item:nth-child(5) {
    padding-left: 40px;
  }
}

.flow_graph .flow_graph_item:nth-child(5)::after {
  border-color: transparent transparent transparent #FDB545;
}

.flow_graph .flow_graph_item:nth-child(6) {
  background: #FFBD4E;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_graph .flow_graph_item:nth-child(6) {
    padding-left: 40px;
  }
}

.flow_graph .flow_graph_item:nth-child(6)::after {
  border-color: transparent transparent transparent #FFBD4E;
}

.flow_info_list {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .flow_info_list {
    padding-bottom: 50px;
  }
}

.flow_info_list .flow_info_item {
  width: 79.86%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_info_list .flow_info_item {
    width: 90%;
    padding-bottom: 70px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .flow_info_list .flow_info_item {
    width: 95%;
    margin: 60px auto;
  }
}

.flow_info_list .flow_info_item::before {
  content: "";
  width: 100%;
  height: 14px;
  background-image: url(../img/flow/part.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow_info_list .flow_info_item .flow_img_wrap {
  width: 34.7%;
  position: absolute;
  right: 0;
  bottom: -50px;
}

@media (max-width: 767px) {
  .flow_info_list .flow_info_item .flow_img_wrap {
    width: 40%;
    bottom: -10px;
  }
}

.flow_info_list .flow_info_item .flow_img_wrap img {
  width: 100%;
}

.flow_info_list .flow_info_item .flow_btn {
  font-size: 35px;
  position: absolute;
  right: 0;
  bottom: -70px;
  text-align: right;
}

@media (max-width: 767px) {
  .flow_info_list .flow_info_item .flow_btn {
    font-size: 20px;
    text-align: center;
    bottom: 10px;
  }
}

.flow_info_list .flow_info_item .main_text {
  margin-left: 140px;
  font-size: 22px;
  line-height: 1.4;
  width: 52%;
  max-width: 600px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_info_list .flow_info_item .main_text {
    width: 60%;
    margin-left: 20px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .flow_info_list .flow_info_item .main_text {
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
}

.flow_info_list .flow_info_item .flow_info_item_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_info_list .flow_info_item .flow_info_item_head {
    gap: 0 20px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .flow_info_list .flow_info_item .flow_info_item_head {
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .flow_info_list .flow_info_item .flow_info_item_head {
    display: block;
    margin-bottom: 25px;
  }
}

.flow_info_list .flow_info_item .flow_info_item_head p:last-child {
  font-size: 35px;
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_info_list .flow_info_item .flow_info_item_head p:last-child {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .flow_info_list .flow_info_item .flow_info_item_head p:last-child {
    font-size: 18px;
  }
}

.flow_info_list .flow_info_item .flow_info_item_head .flow_info_icon {
  width: 120px;
  height: 120px;
  background: #EE7800;
  border-radius: 100%;
  text-align: center;
  font-size: 70px;
  color: #fff;
  font-family: 'Varela Round', sans-serif;
  padding-top: 25px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flow_info_list .flow_info_item .flow_info_item_head .flow_info_icon {
    width: 100px;
    height: 100px;
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .flow_info_list .flow_info_item .flow_info_item_head .flow_info_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    font-size: 30px;
    padding-top: 15px;
    margin-bottom: 20px;
  }
}

.flow_info_list .flow_info_item .flow_info_item_head .flow_info_icon::after {
  content: "Step";
  font-size: 30px;
  font-family: 'Cabin Sketch', cursive;
  color: #262626;
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .flow_info_list .flow_info_item .flow_info_item_head .flow_info_icon::after {
    font-size: 20px;
  }
}

.contact {
  background: #fff;
  padding-bottom: 130px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .contact {
    padding-bottom: 80px;
  }
}

.contact .contact_inner {
  background: rgba(244, 240, 236, 0.2);
}

.contact .contact_inner .contact_info {
  margin-top: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 85px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact .contact_inner .contact_info {
    display: block;
  }
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info {
    display: block;
  }
}

.contact .contact_inner .contact_info .contact_tell {
  width: 41.6%;
  max-width: 700px;
  background: #fff;
  border: 1px solid #EE7800;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact .contact_inner .contact_info .contact_tell {
    width: 90%;
    margin: 0 auto 80px;
  }
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_tell {
    width: 95%;
    margin: 0 auto 80px;
  }
}

.contact .contact_inner .contact_info .contact_tell::after {
  content: attr(data-ja);
  font-size: 30px;
  color: #fff;
  background: #EE7800;
  padding: 5px 16px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 45%;
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_tell::after {
    font-size: 16px;
  }
}

.contact .contact_inner .contact_info .contact_tell .main_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 100px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact .contact_inner .contact_info .contact_tell .main_text {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_tell .main_text {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}

.contact .contact_inner .contact_info .contact_tell .main_text i {
  font-size: 60px;
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_tell .main_text i {
    font-size: 30px;
  }
}

.contact .contact_inner .contact_info .contact_tell .main_text p {
  font-size: 60px;
  font-family: 'Varela Round', sans-serif;
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_tell .main_text p {
    font-size: 38px;
    padding-top: 20px;
  }
}

.contact .contact_inner .contact_info .contact_tell .text_1 {
  text-align: center;
  padding-top: 18px;
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_tell .text_1 {
    padding-top: 10px;
  }
}

.contact .contact_inner .contact_info .contact_tell .sub_text {
  font-size: 25px;
  padding-top: 45px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact .contact_inner .contact_info .contact_tell .sub_text {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_tell .sub_text {
    font-size: 16px;
    padding-bottom: 50px;
  }
}

.contact .contact_inner .contact_info .contact_line {
  width: 41.6%;
  max-width: 700px;
  background: #fff;
  border: 1px solid #EE7800;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact .contact_inner .contact_info .contact_line {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_line {
    width: 95%;
    margin: 0 auto;
  }
}

.contact .contact_inner .contact_info .contact_line .contact_line_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_line .contact_line_inner {
    display: block;
    text-align: center;
    padding-top: 40px;
  }
}

.contact .contact_inner .contact_info .contact_line .contact_line_inner .contact_line_left {
  width: 33%;
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_line .contact_line_inner .contact_line_left {
    width: 50%;
    margin: 0 auto;
  }
}

.contact .contact_inner .contact_info .contact_line .contact_line_inner .contact_line_left img {
  width: 100%;
}

.contact .contact_inner .contact_info .contact_line .contact_line_inner .contact_line_left .line_link {
  text-align: center;
}

.contact .contact_inner .contact_info .contact_line .contact_line_inner .contact_line_left .line_link a {
  color: #262626;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.contact .contact_inner .contact_info .contact_line .contact_line_inner .contact_line_left .line_link a:hover {
  color: #EE7800;
}

.contact .contact_inner .contact_info .contact_line .contact_line_inner .contact_line_right {
  width: 45%;
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_line .contact_line_inner .contact_line_right {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
}

.contact .contact_inner .contact_info .contact_line .contact_line_inner .contact_line_right ul {
  list-style-type: decimal;
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_line .contact_line_inner .contact_line_right ul {
    padding-top: 20px;
  }
}

.contact .contact_inner .contact_info .contact_line .contact_line_inner .contact_line_right ul li {
  font-size: 20px;
  line-height: 2.6;
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_line .contact_line_inner .contact_line_right ul li {
    font-size: 16px;
  }
}

.contact .contact_inner .contact_info .contact_line::after {
  text-align: center;
  width: 55%;
  content: attr(data-ja);
  font-size: 30px;
  color: #fff;
  background: #EE7800;
  padding: 5px 16px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .contact .contact_inner .contact_info .contact_line::after {
    font-size: 16px;
    width: 60%;
  }
}

.contact_form_wrap {
  margin: 0 auto;
  margin-top: 130px;
  width: 89.23%;
  background: #fff;
  border: 1px solid #EE7800;
  position: relative;
  padding-top: 130px;
  padding-bottom: 90px;
  max-width: 1485px;
}

@media (max-width: 767px) {
  .contact_form_wrap {
    padding-top: 75px;
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_form_wrap {
    width: 90%;
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .contact_form_wrap {
    width: 95%;
  }
}

.contact_form_wrap::after {
  content: attr(data-ja);
  font-size: 30px;
  color: #fff;
  background: #EE7800;
  padding: 10px 16px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 30%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_form_wrap::after {
    width: initial;
  }
}

@media (max-width: 767px) {
  .contact_form_wrap::after {
    width: 60%;
    font-size: 18px;
  }
}

.contact_form_wrap label {
  padding-left: 45px;
  position: relative;
  line-height: 30px;
  margin-bottom: 45px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .contact_form_wrap label {
    padding-left: 27px;
    margin-bottom: 30px;
  }
}

.contact_form_wrap label .required {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 14px;
  color: #EE7800;
  padding-top: 10px;
}

.contact_form_wrap label::before {
  content: "";
  width: 35px;
  height: 30px;
  background-image: url(../img/form/label/icon.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .contact_form_wrap label::before {
    width: 17px;
    height: 15px;
  }
}

.contact_form_wrap label::after {
  content: "";
  width: 105%;
  height: 14px;
  background-image: url(../img/head_part/section_title.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: -22px;
  left: 0;
}

.contact_form_wrap .form_rol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 80px;
  margin-bottom: 35px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_form_wrap .form_rol {
    display: block;
  }
}

@media (max-width: 767px) {
  .contact_form_wrap .form_rol {
    display: block;
    margin-bottom: 0;
  }
}

.contact_form_wrap .form_item {
  width: 31.25%;
  max-width: 500px;
  font-size: 25px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_form_wrap .form_item {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .contact_form_wrap .form_item {
    width: 90%;
    font-size: 16px;
    margin: 0 auto;
  }
}

.contact_form_wrap .form_item label {
  display: inline-block;
}

.contact_form_wrap .form_item input {
  width: 100%;
  height: 50px;
  font-size: 20px;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 2px solid  #D9D9D9;
}

.contact_form_wrap .form_item input:focus-visible {
  outline: #EE7800 auto 1px;
}

.contact_form_wrap .form_item input:focus {
  outline: #EE7800 auto 1px !important;
  border: #EE7800 auto 1px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_form_wrap .form_item input {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .contact_form_wrap .form_item input {
    font-size: 16px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.contact_form_wrap .form_url input {
  margin-bottom: 20px;
}

.contact_form_wrap .form_textarea_item {
  width: 68.75%;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 25px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_form_wrap .form_textarea_item {
    width: 90%;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .contact_form_wrap .form_textarea_item {
    width: 90%;
    font-size: 16px;
  }
}

.contact_form_wrap .form_textarea_item label {
  display: inline-block;
}

.contact_form_wrap .form_textarea_item textarea {
  width: 100%;
  height: 370px;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 2px solid  #D9D9D9;
}

.contact_form_wrap .form_textarea_item textarea:focus-visible {
  outline: #EE7800 auto 1px;
}

.contact_form_wrap .form_textarea_item textarea:focus {
  outline: #EE7800 auto 1px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_form_wrap .form_textarea_item textarea {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .contact_form_wrap .form_textarea_item textarea {
    font-size: 16px;
  }
}

.contact_form_wrap input::-webkit-input-placeholder {
  font-family: 'Kiwi Maru', serif;
  letter-spacing: 0.1em;
}

.contact_form_wrap input:-ms-input-placeholder {
  font-family: 'Kiwi Maru', serif;
  letter-spacing: 0.1em;
}

.contact_form_wrap input::-ms-input-placeholder {
  font-family: 'Kiwi Maru', serif;
  letter-spacing: 0.1em;
}

.contact_form_wrap input::placeholder {
  font-family: 'Kiwi Maru', serif;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_form_wrap input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .contact_form_wrap input:-ms-input-placeholder {
    font-size: 18px;
  }
  .contact_form_wrap input::-ms-input-placeholder {
    font-size: 18px;
  }
  .contact_form_wrap input::placeholder {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .contact_form_wrap input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact_form_wrap input:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact_form_wrap input::-ms-input-placeholder {
    font-size: 16px;
  }
  .contact_form_wrap input::placeholder {
    font-size: 16px;
  }
}

.contact_form_wrap input[type=date] {
  color: #262626;
  padding-right: 20px;
  font-family: 'Kiwi Maru', serif;
}

.contact_form_wrap input[type="date"]::-webkit-calendar-picker-indicator {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f073";
  font-size: 20px;
  color: #999;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.contact_form_wrap input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.contact_form_wrap input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

.contact_form_wrap textarea::-webkit-input-placeholder {
  font-family: 'Kiwi Maru', serif;
  letter-spacing: 0.1em;
}

.contact_form_wrap textarea:-ms-input-placeholder {
  font-family: 'Kiwi Maru', serif;
  letter-spacing: 0.1em;
}

.contact_form_wrap textarea::-ms-input-placeholder {
  font-family: 'Kiwi Maru', serif;
  letter-spacing: 0.1em;
}

.contact_form_wrap textarea::placeholder {
  font-family: 'Kiwi Maru', serif;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_form_wrap textarea::-webkit-input-placeholder {
    font-size: 18px;
  }
  .contact_form_wrap textarea:-ms-input-placeholder {
    font-size: 18px;
  }
  .contact_form_wrap textarea::-ms-input-placeholder {
    font-size: 18px;
  }
  .contact_form_wrap textarea::placeholder {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .contact_form_wrap textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact_form_wrap textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact_form_wrap textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .contact_form_wrap textarea::placeholder {
    font-size: 16px;
  }
}

.contact_form_wrap .submit_wrap {
  margin-top: 100px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_form_wrap .submit_wrap {
    margin-top: 50px;
  }
  .contact_form_wrap .submit_wrap button {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .contact_form_wrap .submit_wrap {
    margin-top: 50px;
  }
  .contact_form_wrap .submit_wrap button {
    font-size: 18px;
  }
}

.end-message_wrap, .false_message_wrap {
  text-align: center;
  display: none;
  margin-top: 100px;
}

.end-message_wrap p, .false_message_wrap p {
  padding: 16px 72px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FFBD4E), to(#EE7800));
  background: -webkit-linear-gradient(left, #FFBD4E 0%, #EE7800 100%);
  background: linear-gradient(90deg, #FFBD4E 0%, #EE7800 100%);
  border-radius: 55px 80px 46px 65px;
  display: inline-block;
  font-size: 25px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .end-message_wrap p, .false_message_wrap p {
    padding: 8px 36px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .end-message_wrap, .false_message_wrap {
    margin-top: 50px;
  }
  .end-message_wrap p, .false_message_wrap p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .end-message_wrap, .false_message_wrap {
    margin-top: 50px;
  }
  .end-message_wrap p, .false_message_wrap p {
    font-size: 16px;
  }
}

.qa {
  background-image: url(../img/qa/qa_bg.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.qa::before {
  content: "";
  width: 69.4%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  z-index: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .qa::before {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .qa::before {
    width: 100%;
  }
}

.qa .qa_contents {
  position: relative;
  width: 56%;
  margin: 0 auto;
  margin-top: 130px;
  padding-bottom: 250px;
  height: 700px;
  max-width: 1200px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .qa .qa_contents {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .qa .qa_contents {
    width: 93%;
  }
}

.qa .qa_contents .qa_item {
  font-size: 25px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .qa .qa_contents .qa_item {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .qa .qa_contents .qa_item {
    font-size: 16px;
  }
}

.qa .qa_contents .qa_item .qa_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  color: #fff;
  padding: 15px 25px;
  background: #EE7800;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
}

@media (max-width: 767px) {
  .qa .qa_contents .qa_item .qa_title {
    gap: 0 10px;
    padding: 15px 10px;
    padding-right: 30px;
  }
}

.qa .qa_contents .qa_item .qa_title::before, .qa .qa_contents .qa_item .qa_title::after {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #FFF;
}

@media (max-width: 767px) {
  .qa .qa_contents .qa_item .qa_title::before, .qa .qa_contents .qa_item .qa_title::after {
    width: 20px;
    height: 3px;
  }
}

.qa .qa_contents .qa_item .qa_title::before {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.qa .qa_contents .qa_item .qa_title::after {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qa .qa_contents .qa_item .qa_title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.qa .qa_contents .qa_item .qa_title.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.qa .qa_contents .qa_item .a_box {
  display: none;
  padding: 15px 25px;
  background: #fff;
  border: 1px solid #262626;
  margin-bottom: 50px;
}

.qa .qa_contents .qa_item .a_box .a_box_inner {
  gap: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .qa .qa_contents .qa_item .a_box .a_box_inner {
    gap: 0 10px;
  }
}

.qa .qa_contents .qa_item .a_box p {
  line-height: 1.4;
}

.manager_info {
  background-image: url(../img/manager_info/bg.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.manager_info::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(42.34%, #F4F0EC), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(left, #F4F0EC 42.34%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(90deg, #F4F0EC 42.34%, rgba(255, 255, 255, 0.5) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.manager_info .manager_message_tab {
  width: 100%;
  font-size: 28px;
  position: relative;
  text-align: center;
  line-height: 1.4;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .manager_info .manager_message_tab {
    font-size: 14px;
    text-align: left;
  }
}

.manager_info .manager_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  position: relative;
  padding-bottom: 110px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .manager_info .manager_contents {
    width: 90%;
    margin: 70px auto;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media (max-width: 767px) {
  .manager_info .manager_contents {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
}

.manager_info .manager_contents .manager_contents_left {
  width: 54%;
  max-width: 900px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .manager_info .manager_contents .manager_contents_left {
    width: 60%;
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .manager_info .manager_contents .manager_contents_left {
    width: 100%;
  }
}

.manager_info .manager_contents .manager_contents_left .manager_message {
  font-size: 27px;
  line-height: 1.4;
  padding-bottom: 70px;
}

.manager_info .manager_contents .manager_contents_left .manager_address {
  font-size: 22px;
  line-height: 1.4;
  padding-left: 20px;
  padding-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .manager_info .manager_contents .manager_contents_left .manager_address {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .manager_info .manager_contents .manager_contents_left .manager_address {
    font-size: 14px;
    padding-left: 0;
  }
}

.manager_info .manager_contents .manager_contents_left .manager_name {
  font-size: 22px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .manager_info .manager_contents .manager_contents_left .manager_name {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .manager_info .manager_contents .manager_contents_left .manager_name {
    font-size: 14px;
    gap: 0 15px;
    padding-left: 0;
  }
}

.manager_info .manager_contents .manager_contents_right {
  width: 28%;
  position: relative;
  max-width: 450px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .manager_info .manager_contents .manager_contents_right {
    width: 32%;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .manager_info .manager_contents .manager_contents_right {
    width: 60%;
    margin: 130px auto 0;
    padding-bottom: 30px;
  }
}

.manager_info .manager_contents .manager_contents_right::before {
  content: "";
  width: 100%;
  padding-top: 90%;
  background: #EE7800;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.manager_info .manager_contents .manager_contents_right img {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer {
  background: #0F3668;
}

.footer .footer_inner {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .footer .footer_inner {
    padding: 40px 0;
  }
}

.footer .footer_inner .footer_logo {
  color: #fff;
  font-size: 35px;
  line-height: 1.4;
  margin-left: 45px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer_inner .footer_logo {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .footer .footer_inner .footer_logo {
    font-size: 20px;
    margin-left: 0;
  }
}

.footer .footer_inner .footer_right {
  margin-right: 45px;
  width: 95%;
  margin: 0 auto;
}

.footer .footer_inner .footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .footer .footer_inner .footer_nav {
    gap: 20px;
    padding-top: 40px;
  }
}

.footer .footer_inner .footer_nav a {
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
}

.footer .footer_inner .footer_nav a:hover {
  color: #EE7800;
}

@media (max-width: 767px) {
  .footer .footer_inner .footer_nav a {
    font-size: 14px;
    margin-right: 20px;
  }
}

.footer .footer_inner .footer_nav a::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}

.footer .footer_inner .footer_contact_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .footer .footer_inner .footer_contact_label {
    display: block;
    text-align: center;
  }
}

.footer .footer_inner .footer_contact_label .contact_nav {
  border-top: 2px solid #EE7800;
  border-radius: 20px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .footer .footer_inner .footer_contact_label .contact_nav {
    display: inline-block;
    margin-bottom: 30px;
  }
}

.footer .footer_inner .footer_contact_label .line_nav {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .footer .footer_inner .footer_contact_label .line_nav {
    display: inline-block;
  }
}

/*========= ナビゲーションのためのCSS ===============*/
/*アクティブになったエリア*/
#g-nav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 100px;
  width: 100%;
  height: calc(100vh - 100px);
}

@media (max-width: 767px) {
  #g-nav.panelactive {
    top: 80px;
  }
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FFBD4E;
  /*丸のスタート位置と形状*/
  -webkit-transform: scale(0);
          transform: scale(0);
  /*scaleをはじめは0に*/
  right: -50px;
  top: calc(50% - 50px);
  /*50%から円の半径を引いた値*/
  -webkit-transition: all .6s;
  transition: all .6s;
  /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
  -webkit-transform: scale(50);
          transform: scale(50);
  /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
  display: none;
  /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list {
  display: block;
  /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0;
  /*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
  opacity: 1;
}

@media (max-width: 767px) {
  #g-nav.panelactive ul {
    width: 90%;
    height: 90%;
  }
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*リストのレイアウト設定*/
#g-nav li {
  text-align: center;
  list-style: none;
}

#g-nav li a {
  color: #262626;
  line-height: 1.4;
  font-size: 25px;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: 'Kiwi Maru', serif;
  margin-bottom: 20px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
  /*現在地とhoverの設定*/
}

@media (max-width: 767px) {
  #g-nav li a {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
  }
}

#g-nav li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background: #EE7800;
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
          transform-origin: center top;
  /*上部中央基点*/
}

#g-nav li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}

@media (max-width: 767px) {
  #page-top {
    bottom: 10px;
  }
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}

/*画像の切り替えと動き*/
#page-top a {
  /*aタグの形状*/
  display: block;
  width: 100px;
  height: 100px;
  color: #262626;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  /*背景画像の指定*/
  background: #fff;
  border: 2px solid #EE7800;
  border-radius: 100%;
}

@media (max-width: 767px) {
  #page-top a {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
}

#page-top.floatAnime a {
  width: 100px;
  height: 100px;
  /*背景画像の指定*/
  background: #fff;
  border-radius: 100%;
  border: 2px solid #EE7800;
  /*アニメーションの指定*/
  -webkit-animation: floatAnime 2s linear infinite;
          animation: floatAnime 2s linear infinite;
  opacity: 0;
}

@media (max-width: 767px) {
  #page-top.floatAnime a {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
}

@-webkit-keyframes floatAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
    opacity: 1;
  }
}

@keyframes floatAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
    opacity: 1;
  }
}

/*Page Topと書かれたテキストの位置*/
#page-top span {
  color: #262626;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.4;
  font-family: 'Cabin Sketch', cursive;
}
/*# sourceMappingURL=style.css.map */