@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #292624;
  font-family: "TikTok Sans", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  background: #F0EFEC;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #292624;
  text-decoration: none;
}
a:link,
a:visited {
  color: #292624;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "TikTok Sans", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 818px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.42;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.6;
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 818px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* ---------------------------------------------
*   js_fadein_up
--------------------------------------------- */
.js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up.is-active {
  transform: translateY(0);
  animation-delay: 0.5s;
  opacity: 1;
  transition: transform 0.8s, opacity 0.5s;
}
.js_fadein_up_d {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up_d.is-active_d {
  transform: translateY(0);
  animation-delay: 2s;
  opacity: 1;
  transition: transform 2.8s, opacity 4.5s;
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
  background: #F0EFEC;
}
#header .inner {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 100%;
  display: flex;
}
@media screen and (max-width: 818px) {
  #header .inner {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  padding: 0 0 0 10px;
  height: 70px;
}
@media screen and (max-width: 818px) {
  #header .header_item {
    padding: 0 0 0 0;
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 60px;
    width: 100%;
  }
}
#header .header_item .logo {
  display: flex;
}
#header .header_item .logo .logo_img {
  display: flex;
  align-items: center;
}
#header .header_item .logo img {
  max-width: 100px;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo img {
    max-width: 80px;
  }
}
#header .h_line {
  width: 210px;
  display: block;
  margin: auto;
  margin-right: 0;
  line-height: 50px;
  border-radius: 50px;
  background: #06C755;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 818px) {
  #header .h_line {
    max-width: 196px;
    line-height: 44px;
    font-size: 16px;
  }
}
#header .h_line:hover {
  opacity: 1;
  background: #B9F76C;
}
#wrapper {
  margin: auto;
}
.mv {
  margin-top: 70px;
}
@media screen and (max-width: 818px) {
  .mv {
    margin-top: 60px;
  }
}
.mv .inner {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 100%;
}
@media screen and (max-width: 818px) {
  .mv .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mv .mv_box {
  background: #B9F76C;
  display: flex;
  position: relative;
}
@media screen and (max-width: 818px) {
  .mv .mv_box {
    display: block;
  }
}
.mv .mv_box .mv_img {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .mv .mv_box .mv_img {
    width: 55%;
  }
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_img {
    width: 100%;
    padding-left: 15px;
    margin-top: 5px;
  }
}
.mv .mv_box .mv_txt {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .mv .mv_box .mv_txt {
    width: 45%;
  }
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_txt {
    width: 100%;
  }
}
.mv .mv_box .mv_txt .mv_txt_t .mv_txt_t_img {
  width: 100%;
  padding-top: 20px;
  padding-left: 15px;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_txt .mv_txt_t .mv_txt_t_img {
    padding-left: 5px;
    padding-right: 13px;
  }
}
.mv .mv_box .mv_txt .mv_ul {
  padding-left: 42px;
  padding-right: 7px;
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_txt .mv_ul {
    gap: 6px;
    column-gap: 9px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 9px;
  }
}
.mv .mv_box .mv_txt .mv_ul li {
  width: calc(25% - 9px);
  background: #ffffff;
  color: #009A6B;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 10px 0;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .mv .mv_box .mv_txt .mv_ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_txt .mv_ul li {
    width: calc(50% - 4.5px);
    font-size: 14px;
    padding: 5px 0;
  }
}
.mv .mv_box .mv_txt .mv_line_btn {
  padding-right: 8px;
  padding-left: 40px;
  display: block;
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_txt .mv_line_btn {
    position: absolute;
    z-index: 10;
    bottom: 12px;
    left: 0;
    padding: 0 20px;
  }
}
.mv .mv_box .mv_txt .mv_line_btn .mv_btn_span {
  background: #FF751F;
  color: #ffffff;
  width: 100%;
  max-width: 437px;
  margin: auto;
  display: block;
  line-height: 1.2;
  text-align: center;
  position: relative;
  padding: 9px 0;
  border-radius: 100px;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_txt .mv_line_btn .mv_btn_span {
    padding: 8px 0;
    width: calc(100% - 30px);
  }
}
.mv .mv_box .mv_txt .mv_line_btn .mv_btn_span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 25px;
  left: calc(50% - 14px);
  bottom: -8px;
  background: url(../img/mv_btn_after.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_txt .mv_line_btn .mv_btn_span::after {
    bottom: -7px;
  }
}
.mv .mv_box .mv_txt .mv_line_btn .mv_btn_span span {
  position: relative;
  z-index: 5;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_txt .mv_line_btn .mv_btn_span span {
    font-size: 13px;
  }
}
.mv .mv_box .mv_txt .mv_line_btn .a_txt {
  background: #06C755;
  color: #ffffff;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  border-radius: 60px;
  font-weight: bold;
  margin-top: -8px;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_txt .mv_line_btn .a_txt {
    line-height: 47px;
    font-size: 18px;
    margin-top: -4px;
  }
}
.cta .inner {
  max-width: 1040px;
  padding-top: 120px;
  padding-bottom: 70px;
}
@media screen and (max-width: 818px) {
  .cta .inner {
    padding-bottom: 51px;
    padding-top: 80px;
  }
}
.cta .cta_ttl {
  text-align: left;
  margin-bottom: 40px;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .cta .cta_ttl {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.cta .cta_ul {
  display: flex;
  column-gap: 40px;
}
@media screen and (max-width: 818px) {
  .cta .cta_ul {
    display: block;
  }
}
.cta .cta_ul li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 818px) {
  .cta .cta_ul li {
    width: 100%;
  }
  .cta .cta_ul li + li {
    margin-top: 10px;
  }
}
.cta .cta_ul li a {
  display: block;
  background: #ffffff;
  width: 100%;
  padding: 25px;
}
@media screen and (max-width: 818px) {
  .cta .cta_ul li a {
    padding: 15px;
  }
}
.cta .cta_ul li a .a_small {
  padding-left: 24px;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 818px) {
  .cta .cta_ul li a .a_small {
    padding-left: 22px;
    font-size: 20px;
  }
}
.cta .cta_ul li a .a_small::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #B9F76C;
}
.cta .cta_ul li a .tel {
  text-align: left;
  font-size: 50px;
  line-height: 1.01;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-left: 24px;
}
@media screen and (max-width: 818px) {
  .cta .cta_ul li a .tel {
    font-size: 40px;
    padding-left: 22px;
  }
}
.cta .cta_ul li a .time {
  text-align: left;
  color: #B3B3B3;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.01;
  letter-spacing: 0.05em;
  padding-left: 24px;
}
@media screen and (max-width: 818px) {
  .cta .cta_ul li a .time {
    font-size: 14px;
    padding-left: 22px;
  }
}
.cta .cta_line_btn {
  padding-right: 8px;
  padding-left: 40px;
  display: block;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 818px) {
  .cta .cta_line_btn {
    padding: 0 20px;
  }
}
.cta .cta_line_btn .mv_btn_span {
  background: #FF751F;
  color: #ffffff;
  width: 100%;
  max-width: 437px;
  margin: auto;
  display: block;
  line-height: 1.2;
  text-align: center;
  position: relative;
  padding: 9px 0;
  border-radius: 100px;
}
@media screen and (max-width: 818px) {
  .cta .cta_line_btn .mv_btn_span {
    padding: 8px 0;
    width: calc(100% - 30px);
  }
}
.cta .cta_line_btn .mv_btn_span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 25px;
  left: calc(50% - 14px);
  bottom: -8px;
  background: url(../img/mv_btn_after.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .cta .cta_line_btn .mv_btn_span::after {
    bottom: -7px;
  }
}
.cta .cta_line_btn .mv_btn_span span {
  position: relative;
  z-index: 5;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 818px) {
  .cta .cta_line_btn .mv_btn_span span {
    font-size: 13px;
  }
}
.cta .cta_line_btn .a_txt {
  background: #06C755;
  color: #ffffff;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  border-radius: 60px;
  font-weight: bold;
  margin-top: -5px;
}
@media screen and (max-width: 818px) {
  .cta .cta_line_btn .a_txt {
    line-height: 47px;
    font-size: 16px;
    margin-top: -3px;
  }
}
.point {
  background: #009A6B;
}
.point .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .point .inner {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.point .p_ttl {
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 818px) {
  .point .p_ttl {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.point .p_ttl span {
  color: #B9F76C;
}
@media screen and (max-width: 818px) {
  .point .p_ttl span {
    font-size: 28px;
  }
}
.point .sogo_img_flex {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
@media screen and (max-width: 818px) {
  .point .sogo_img_flex {
    gap: 5px;
    column-gap: 5px;
    margin-top: 25px;
  }
}
.point .sogo_img_flex li {
  width: calc(33.3333% - 20px);
}
@media screen and (max-width: 818px) {
  .point .sogo_img_flex li:nth-child(1) {
    width: 100%;
  }
  .point .sogo_img_flex li:nth-child(2),
  .point .sogo_img_flex li:nth-child(3) {
    width: calc(50% - 2.5px);
  }
}
.point .point_box {
  display: flex;
}
@media screen and (max-width: 818px) {
  .point .point_box {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
.point .point_box .img_box {
  width: 50%;
  padding-left: 50px;
}
@media screen and (max-width: 818px) {
  .point .point_box .img_box {
    width: 100%;
    padding-left: 0;
  }
}
.point .point_box .txt_box {
  width: 50%;
  text-align: left;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  .point .point_box .txt_box {
    padding-top: 40px;
  }
}
@media screen and (max-width: 818px) {
  .point .point_box .txt_box {
    width: 100%;
    padding-top: 65px;
    margin-bottom: 25px;
  }
}
.point .point_box .txt_box .ttl {
  color: #B9F76C;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .point .point_box .txt_box .ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 818px) {
  .point .point_box .txt_box .ttl {
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.point .point_box .txt_box .txt {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 818px) {
  .point .point_box .txt_box .txt {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
.point .point_box .txt_box .num {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.01;
  width: fit-content;
  font-weight: 900;
  font-size: 200px;
  letter-spacing: 0.05em;
  color: #B9F76C;
  opacity: 0.2;
}
@media screen and (max-width: 818px) {
  .point .point_box .txt_box .num {
    left: 10px;
  }
}
.point .point_box .txt_box .img_flex {
  margin-top: 20px;
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 818px) {
  .point .point_box .txt_box .img_flex {
    margin-top: 25px;
    column-gap: 5px;
  }
}
.point .point_box .txt_box .img_flex img {
  width: calc(50% - 10px);
}
@media screen and (max-width: 818px) {
  .point .point_box .txt_box .img_flex img {
    width: calc(50% - 2.5px);
  }
}
.point .point_box_r {
  flex-direction: row-reverse;
}
.point .point_box_r .img_box {
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (max-width: 818px) {
  .point .point_box_r .img_box {
    padding-right: 0;
  }
}
@media screen and (max-width: 818px) {
  .point .point_box_r .img_box_sp_pa {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.point .m_t_85 {
  margin-top: 85px;
}
@media screen and (max-width: 818px) {
  .point .m_t_85 {
    margin-top: 30px;
  }
}
.point .m_t_85 .txt_box {
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .point .m_t_85 .txt_box {
    padding-top: 40px;
  }
}
@media screen and (max-width: 818px) {
  .point .m_t_85 .txt_box {
    margin-bottom: 5px;
  }
}
.point .m_t_50 {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .point .m_t_50 {
    margin-top: 30px;
  }
}
.camp {
  background: url(../img/camp_bg.webp) no-repeat center top / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .camp {
    background: url(../img/camp_bg_sp.webp) no-repeat center top / contain;
    background-size: cover;
  }
}
.camp .inner {
  padding-top: 57px;
  padding-bottom: 63px;
}
@media screen and (max-width: 818px) {
  .camp .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.camp .img {
  box-shadow: 10px 20px 40px 0 rgba(46, 58, 54, 0.15);
  border-radius: 8px;
}
.camp .img img {
  border-radius: 8px;
}
.h2_ttl {
  text-align: left;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .h2_ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 818px) {
  .h2_ttl {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.choose .inner {
  padding-top: 100px;
}
@media screen and (max-width: 818px) {
  .choose .inner {
    padding-top: 80px;
  }
}
.choose .c_ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
@media screen and (max-width: 818px) {
  .choose .c_ul {
    gap: 5px;
  }
}
.choose .c_ul li {
  width: calc(33.3333% - 20px);
  background: #ffffff;
  padding: 15px 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .choose .c_ul li {
    width: 100%;
    padding: 10px 20px;
  }
}
.choose .c_ul li .icon {
  width: 90px;
  padding-right: 30px;
}
.choose .c_ul li .txt {
  width: calc(100% - 90px);
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.campain .inner {
  padding-top: 150px;
}
@media screen and (max-width: 1200px) {
  .campain .inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 818px) {
  .campain .inner {
    padding-top: 100px;
  }
}
.campain .campain_inner {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .campain .campain_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.campain .swiper-pagination-campain {
  display: flex;
  column-gap: 8px;
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .campain .swiper-pagination-campain {
    column-gap: 4px;
    margin-top: 10px;
  }
}
.campain .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0;
}
.campain .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #009A6B;
  background: #F0EFEC;
  opacity: 1;
}
@media screen and (max-width: 818px) {
  .campain .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.campain .swiper-pagination-bullet-active {
  background: #009A6B;
}
.price .inner {
  padding-top: 150px;
}
@media screen and (max-width: 1200px) {
  .price .inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 818px) {
  .price .inner {
    padding-top: 100px;
  }
}
.price .price_box {
  background: #ffffff;
}
.price .price_box .price_inner {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 818px) {
  .price .price_box .price_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.price .price_box .price_inner .ttl {
  opacity: 0.5;
  color: #F0EFEC;
  text-align: left;
  font-weight: bold;
  font-size: 100px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 818px) {
  .price .price_box .price_inner .ttl {
    font-size: 70px;
    left: 15px;
  }
}
.price .price_box .price_slide {
  padding-bottom: 50px;
  padding-top: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .price .price_box .price_slide {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
.price .price_box .price_slide .slide_btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
  top: 210px;
}
@media screen and (max-width: 818px) {
  .price .price_box .price_slide .slide_btn {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 15px;
    width: fit-content;
    column-gap: 5px;
    padding-left: 15px;
  }
}
.price .price_box .price_slide .slide_btn .swiper-button-prev-price01,
.price .price_box .price_slide .slide_btn .swiper-button-prev-price02 {
  width: 80px;
}
@media screen and (max-width: 818px) {
  .price .price_box .price_slide .slide_btn .swiper-button-prev-price01,
  .price .price_box .price_slide .slide_btn .swiper-button-prev-price02 {
    width: 50px;
  }
}
.price .price_box .price_slide .slide_btn .swiper-button-next-price01,
.price .price_box .price_slide .slide_btn .swiper-button-next-price02 {
  width: 80px;
}
@media screen and (max-width: 818px) {
  .price .price_box .price_slide .slide_btn .swiper-button-next-price01,
  .price .price_box .price_slide .slide_btn .swiper-button-next-price02 {
    width: 50px;
  }
}
.price .price_box .price_slide .p_slide_box .img {
  position: relative;
}
.price .price_box .price_slide .p_slide_box .img .icon {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #ffffff;
  background: #B3B3B3;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 1px 10px;
  width: fit-content;
}
.price .price_box .price_slide .p_slide_box .s_ttl {
  text-align: left;
  margin-top: 10px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.price .price_box .price_slide .p_slide_box .s_sub {
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #B3B3B3;
  margin-top: 5px;
  margin-bottom: 5px;
}
.price .price_box .price_slide .p_slide_box .s_p_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price .price_box .price_slide .p_slide_box .s_p_box .sp_org {
  border: 1px solid #FF751F;
  color: #FF751F;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 500;
  width: fit-content;
  padding: 4px 5px 3px 5px;
  height: fit-content;
}
.price .price_box .price_slide .p_slide_box .s_p_box .sp_r {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  width: fit-content;
}
.price .price_box .price_slide .p_slide_box .s_p_box .sp_r span {
  color: #FF751F;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  padding-right: 2px;
}
.price .price_box02 {
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .price .price_box02 {
    margin-top: 15px;
  }
}
.footer {
  background: #2C3C37;
}
.footer .inner {
  padding-top: 50px;
  padding-bottom: 185px;
}
@media screen and (max-width: 818px) {
  .footer .inner {
    padding-bottom: 80px;
  }
}
.footer .footer_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 818px) {
  .footer .footer_box {
    display: block;
  }
}
.footer .footer_box .footer_l {
  width: fit-content;
}
@media screen and (max-width: 818px) {
  .footer .footer_box .footer_l {
    margin: auto;
  }
}
.footer .footer_box .footer_l .footer_logo {
  margin-bottom: 20px;
  max-width: 132px;
}
@media screen and (max-width: 818px) {
  .footer .footer_box .footer_l .footer_logo {
    margin: auto;
    margin-bottom: 15px;
    max-width: 125px;
  }
}
.footer .footer_box .footer_l p {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  .footer .footer_box .footer_l p {
    font-size: 12px;
  }
}
.footer .footer_box .footer_l p + p {
  margin-top: 5px;
}
.footer .footer_box .footer_r {
  width: fit-content;
}
@media screen and (max-width: 818px) {
  .footer .footer_box .footer_r {
    margin: auto;
    margin-top: 30px;
  }
}
.footer .footer_box .footer_r .f_link {
  display: flex;
  column-gap: 30px;
  justify-content: right;
}
.footer .footer_box .footer_r .f_link a {
  color: #ffffff;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.footer .footer_box .footer_r .copy {
  text-align: right;
  color: #ffffff;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 90px;
}
@media screen and (max-width: 818px) {
  .footer .footer_box .footer_r .copy {
    margin-top: 35px;
    text-align: center;
  }
}
.case .inner {
  padding-top: 150px;
}
@media screen and (max-width: 1200px) {
  .case .inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 818px) {
  .case .inner {
    padding-top: 100px;
  }
}
.case .case_ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
@media screen and (max-width: 818px) {
  .case .case_ul {
    gap: 20px;
  }
}
.case .case_ul li {
  width: calc(33.3333% - 20px);
  background: #ffffff;
  padding: 15px 15px 10px 15px;
}
@media screen and (max-width: 818px) {
  .case .case_ul li {
    width: 100%;
    padding: 15px;
  }
}
.case .case_ul li .list_box {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  min-height: 442px;
}
@media screen and (max-width: 818px) {
  .case .case_ul li .list_box {
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    column-gap: 5px;
    margin-bottom: 10px;
  }
}
.case .case_ul li .list {
  width: 100%;
}
@media screen and (max-width: 818px) {
  .case .case_ul li .list {
    width: calc(50% - 2.5px);
  }
}
.case .case_ul li .list + .list {
  margin-top: 12px;
}
@media screen and (max-width: 818px) {
  .case .case_ul li .list + .list {
    margin-top: 0;
  }
}
.case .case_ul li .list .list_ttl {
  text-align: left;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #009A6B;
  margin-bottom: 5px;
}
.case .case_ul li .list .list_txt {
  text-align: left;
  color: #B3B3B3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 9px;
  position: relative;
}
.case .case_ul li .list .list_txt::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100px;
  left: 0;
  top: 8px;
  background: #B3B3B3;
}
.case .case_ul li .list .list_txt + .list_txt {
  margin-top: 2px;
}
.case .case_ul li .case_p_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  width: fit-content;
  margin: auto;
  margin-right: 0;
}
.case .case_ul li .case_p_box .sp_org {
  border: 1px solid #FF751F;
  color: #FF751F;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 500;
  width: fit-content;
  padding: 4px 5px 3px 5px;
  height: fit-content;
}
.case .case_ul li .case_p_box .sp_r {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  width: fit-content;
}
.case .case_ul li .case_p_box .sp_r span {
  color: #FF751F;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding-right: 2px;
}
.brand .inner {
  padding-top: 150px;
}
@media screen and (max-width: 1200px) {
  .brand .inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 818px) {
  .brand .inner {
    padding-top: 100px;
  }
}
.brand .b_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  column-gap: 20px;
}
@media screen and (max-width: 818px) {
  .brand .b_ul {
    column-gap: 13px;
  }
}
.brand .b_ul li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 818px) {
  .brand .b_ul li {
    width: calc(50% - 6.5px);
  }
}
.brand .b_ul li .name_box {
  background: #292624;
  color: #ffffff;
  text-align: center;
  padding: 4px 0 5px 0;
}
.brand .b_ul li .name_box .en {
  text-align: center;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: block;
}
.brand .b_ul li .name_box .jp {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: -1px;
  display: block;
}
.voice .inner {
  padding-top: 150px;
}
@media screen and (max-width: 1200px) {
  .voice .inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 818px) {
  .voice .inner {
    padding-top: 100px;
  }
}
.voice .swiper-slide {
  padding-bottom: 18px;
}
@media screen and (max-width: 818px) {
  .voice .swiper-slide {
    padding-bottom: 14px;
  }
}
.voice .voice_slide_box {
  border-radius: 8px;
  background: #ffffff;
  padding: 25px 25px 20px 35px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide_box {
    padding: 25px 15px 10px 15px;
  }
}
.voice .voice_slide_box::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 25px;
  left: 40px;
  bottom: -18px;
  background: url(../img/voice_after.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide_box::after {
    bottom: -14px;
    left: 15px;
  }
}
.voice .voice_slide_box .vo_ttl {
  text-align: left;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 5px;
}
.voice .voice_slide_box .vo_star {
  display: flex;
  width: fit-content;
  column-gap: 3.5px;
}
.voice .voice_slide_box .vo_star span {
  max-width: 16px;
  width: fit-content;
}
.voice .voice_slide_box .vo_txt {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide_box .vo_txt {
    margin-top: 10px;
  }
}
.voice .voice_slide_box .vo_name {
  text-align: right;
  color: #B3B3B3;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.voice .slide_btn {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  display: flex;
  justify-content: left;
  width: 100%;
  position: relative;
  margin-top: 22px;
  column-gap: 5px;
}
@media screen and (max-width: 818px) {
  .voice .slide_btn {
    margin-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.voice .slide_btn .swiper-button-prev-voice {
  width: 80px;
}
@media screen and (max-width: 818px) {
  .voice .slide_btn .swiper-button-prev-voice {
    width: 50px;
  }
}
.voice .slide_btn .swiper-button-next-voice {
  width: 80px;
}
@media screen and (max-width: 818px) {
  .voice .slide_btn .swiper-button-next-voice {
    width: 50px;
  }
}
.faq .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .faq .inner {
    padding-bottom: 80px;
  }
}
.faq .h2_ttl {
  text-align: center;
}
.faq .faq_list {
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin: auto;
}
.faq .faq_list .list li {
  background: #ffffff;
}
.faq .faq_list .list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li + li {
    margin-top: 8px;
  }
}
.faq .faq_list .list li .q_txt {
  position: relative;
  text-align: justify;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.5;
  letter-spacing: 0.02em;
  min-height: 68px;
  align-items: center;
  display: flex;
  padding: 20px 50px 20px 51px;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li .q_txt {
    font-size: 16px;
    padding: 15px 40px 20px 40px;
  }
}
.faq .faq_list .list li .q_txt::before {
  width: 27px;
  height: fit-content;
  line-height: 1.3;
  content: "Q";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  color: #009A6B;
  display: flex;
  align-items: center;
  justify-content: left;
  top: 20px;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li .q_txt::before {
    left: 15px;
    top: 15px;
  }
}
.faq .faq_list .list li .q_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/add.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 13px;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li .q_txt:after {
    background: url(../img/add_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
    right: 0;
    top: 5px;
  }
}
.faq .faq_list .list li .faqactive:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/mai.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 13px;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li .faqactive:after {
    background: url(../img/mai_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
    right: 0;
    top: 5px;
  }
}
.faq .faq_list .list li .a_txt {
  display: none;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #545150;
  line-height: 1.65;
  letter-spacing: 0.02em;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 51px;
  padding-right: 90px;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li .a_txt {
    padding: 0 40px 20px 40px;
  }
}
.faq .faq_list .list li .a_txt a {
  color: #FF751F;
  display: block;
  font-weight: bold;
}
.faq .faq_list .list li .a_txt::after {
  display: none;
}
.faq .faq_list .list li .a_txt::before {
  width: 27px;
  height: fit-content;
  line-height: 1.3;
  content: "A";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  color: #FF751F;
  display: flex;
  align-items: center;
  justify-content: left;
  top: 0;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li .a_txt::before {
    left: 15px;
  }
}
.info {
  background: #ffffff;
}
.info .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .info .inner {
    padding-top: 80px;
  }
}
.info .info_box {
  background: #009A6B;
  color: #ffffff;
  display: flex;
}
@media screen and (max-width: 818px) {
  .info .info_box {
    display: block;
    padding: 25px 15px 15px 15px;
  }
}
.info .info_box .info_txt {
  width: 50%;
  padding: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .info .info_box .info_txt {
    width: 100%;
    padding: 0;
  }
}
.info .info_box .info_txt .info_ttl {
  text-align: left;
  color: #B9F76C;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 22px;
  margin-bottom: 25px;
}
@media screen and (max-width: 818px) {
  .info .info_box .info_txt .info_ttl {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.info .info_box .info_txt .info_ttl::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #B9F76C;
}
@media screen and (max-width: 818px) {
  .info .info_box .info_txt .info_ttl::after {
    width: 12px;
    height: 12px;
  }
}
.info .info_box .info_txt dl {
  display: flex;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.info .info_box .info_txt dl + dl {
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .info .info_box .info_txt dl + dl {
    margin-top: 8px;
  }
}
.info .info_box .info_txt dl a {
  display: block;
  color: #ffffff;
}
.info .info_box .info_txt dl dt {
  width: 120px;
}
.info .info_box .info_txt dl dd {
  width: calc(100% - 120px);
}
.info .info_box .info_txt dl dd span {
  font-size: 14px;
  opacity: 0.8;
  display: block;
  letter-spacing: 0;
  margin-top: 4px;
}
.info .info_box .info_txt dl dd .flex_box {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 818px) {
  .info .info_box .info_txt dl dd .flex_box {
    display: block;
  }
}
.info .info_box .info_txt dl dd .flex_box p {
  width: fit-content;
}
@media screen and (max-width: 818px) {
  .info .info_box .info_txt dl dd .flex_box p {
    width: 100%;
  }
}
.info .info_box .info_txt .info_line {
  display: block;
  width: 100%;
  margin-top: 25px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 55px;
  border-radius: 55px;
  font-weight: bold;
  background: #06C755;
}
@media screen and (max-width: 818px) {
  .info .info_box .info_txt .info_line {
    line-height: 44px;
    margin-top: 15px;
    font-size: 18px;
  }
}
.info .info_box .info_map {
  width: 50%;
}
@media screen and (max-width: 818px) {
  .info .info_box .info_map {
    width: 100%;
    margin-top: 15px;
  }
}
.info .info_box .info_map .map {
  height: 275px;
}
@media screen and (max-width: 818px) {
  .info .info_box .info_map .map {
    height: 160px;
    margin-bottom: 10px;
  }
}
.info .info_box .info_map .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.info .m_t_20 {
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .info .m_t_20 {
    margin-top: 22px;
  }
}
#flex_banner {
  position: fixed;
  bottom: -135px;
  right: 40px;
  width: 100%;
  max-width: 970px;
  height: 135px;
  transition: transform 0.3s ease;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  #flex_banner {
    right: 27px;
  }
}
@media screen and (max-width: 818px) {
  #flex_banner {
    max-width: 100%;
    right: 0;
    bottom: -45px;
    height: 45px;
  }
}
#flex_banner.is-hidden {
  transform: translateY(-110%);
}
@media screen and (max-width: 818px) {
  #flex_banner.is-hidden {
    transform: translateY(-100%);
  }
}
.sp_flex_banner {
  display: none;
}
@media screen and (max-width: 818px) {
  .sp_flex_banner {
    width: 100%;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 90;
    height: 45px;
    display: flex;
    column-gap: 5px;
  }
  .sp_flex_banner li {
    width: calc(50% - 2.5px);
    display: flex;
  }
  .sp_flex_banner li .flex_a {
    width: calc(100% - 90px);
    display: flex;
    align-items: center;
    background: #ffffff;
    padding-left: 10px;
  }
  .sp_flex_banner li .flex_a .flex_a_box .flex_a_box_top {
    position: relative;
    text-align: left;
    padding-left: 13px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .sp_flex_banner li .flex_a .flex_a_box .flex_a_box_top::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #009A6B;
  }
  .sp_flex_banner li .flex_a .flex_a_box_b {
    text-align: left;
    padding-left: 13px;
    color: #B3B3B3;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.01;
  }
  .sp_flex_banner li .flex_tel {
    background: #FF751F;
    display: block;
    width: 45px;
  }
  .sp_flex_banner li .flex_map {
    display: block;
    width: 45px;
    background: #009A6B;
  }
}
.pc_flex_banner {
  column-gap: 10px;
  display: flex;
  height: 135px;
}
@media screen and (max-width: 818px) {
  .pc_flex_banner {
    display: none;
  }
}
.pc_flex_banner li {
  width: calc(50% - 5px);
  display: flex;
  filter: drop-shadow(0 4px 40px rgba(27, 58, 40, 0.25));
}
.pc_flex_banner li .f_l_box {
  width: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pc_flex_banner li .f_l_box .fl_tel {
  display: block;
  width: fit-content;
}
.pc_flex_banner li .f_l_box .fl_num {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 5%;
  line-height: 1.01;
  color: #292624;
  margin-bottom: 5px;
}
.pc_flex_banner li .f_l_box .fl_time {
  text-align: left;
  color: #B3B3B3;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.01;
  letter-spacing: 5%;
}
.pc_flex_banner li .f_l_box .fl_ttl {
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 5%;
  margin-bottom: 5px;
  padding-left: 26px;
  position: relative;
}
.pc_flex_banner li .f_l_box .fl_ttl::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #009A6B;
}
.pc_flex_banner li .map {
  width: 50%;
  position: relative;
}
.pc_flex_banner li .map iframe {
  width: 100%;
  height: 135px;
  border: none;
}
.pc_flex_banner li .map .map_btn {
  position: absolute;
  right: 7px;
  bottom: 5px;
  line-height: 33px;
  width: fit-content;
  background: #009A6B;
  color: #ffffff;
  padding: 10px 20px 9px 20px;
  border-radius: 33px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.01;
  display: block;
}
.sb01_box {
  position: relative;
  min-height: 716px;
  max-height: 716px;
  overflow: hidden;
  background: url(../img/sb01_bg.webp) no-repeat center bottom / contain;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .sb01_box {
    background: url(../img/sb01_bg_sp.webp) no-repeat center bottom / contain #9DA490;
    background-size: 100% auto;
    min-height: auto;
    max-height: fit-content;
  }
}
.sb01_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  right: 0;
  bottom: 0;
  background: url(../img/sb01_after.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .sb01_box::after {
    background: url(../img/sb01_after_sp.webp) no-repeat center / contain;
    transition: 0.3s ease-in-out;
    background-size: 100% 100%;
    height: 50px;
  }
}
.sb01_box .inner {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .sb01_box .inner {
    padding-top: 50px;
    padding-bottom: 300px;
  }
}
.sb01_box .sb01_box_bg {
  display: flex;
  align-items: end;
}
.sb01_box .sb01_box_txt {
  width: fit-content;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 818px) {
  .sb01_box .sb01_box_txt {
    width: 100%;
  }
}
.sb01_box .sb01_ttl {
  text-align: left;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 5%;
}
@media screen and (max-width: 818px) {
  .sb01_box .sb01_ttl {
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
  }
}
.sb01_box .sb01_ttl span {
  color: #B9F76C;
}
.sb01_box ul {
  width: fit-content;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 818px) {
  .sb01_box ul {
    max-width: 345px;
    margin: auto;
    width: 100%;
  }
}
.sb01_box ul li {
  padding-bottom: 29px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .sb01_box ul li {
    padding-bottom: 24px;
  }
}
.sb01_box ul li::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 27px;
  right: 0;
  bottom: 0;
  background: url(../img/sb01_after01.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .sb01_box ul li::after {
    background: url(../img/sb01_after02.png) no-repeat center / contain;
    transition: 0.3s ease-in-out;
    width: 30px;
    height: 22px;
  }
}
.sb01_box ul li .li_txt {
  background: #3F423B;
  padding: 17px 40px;
  width: fit-content;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 5%;
  border-radius: 100px;
  color: #ffffff;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 818px) {
  .sb01_box ul li .li_txt {
    padding: 12px 25px;
    font-size: 18px;
    text-align: left;
  }
}
.sb01_box ul li .li_txt span {
  color: #B9F76C;
}
.sb01_box ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .sb01_box ul li + li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 818px) {
  .sb01_box ul li:nth-child(even) {
    margin-right: auto;
    margin-left: 0;
  }
  .sb01_box ul li:nth-child(even)::after {
    right: auto;
    left: 0;
    background: url(../img/sb01_after03.png) no-repeat center / contain;
    transition: 0.3s ease-in-out;
  }
  .sb01_box ul li:nth-child(even) .li_txt {
    margin-right: auto;
    margin-left: 0;
  }
}
.sb_sogo {
  position: relative;
  margin-top: -1px;
}
.sb_sogo::after {
  position: absolute;
  content: "";
  width: 192px;
  height: 406px;
  left: -50px;
  bottom: 0;
  background: url(../img/sb02_after_l.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .sb_sogo::after {
    background: url(../img/sb02_after_l_sp.png) no-repeat center / contain;
    transition: 0.3s ease-in-out;
    width: 46px;
    height: 168px;
    left: 0;
    bottom: auto;
    top: -18px;
  }
}
.sb_sogo::before {
  position: absolute;
  content: "";
  width: 121px;
  height: 209px;
  z-index: 5;
  right: 0;
  top: 130px;
  background: url(../img/sb02_after_r.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .sb_sogo::before {
    background: url(../img/sb02_after_r_sp.png) no-repeat center / contain;
    transition: 0.3s ease-in-out;
    width: 34px;
    height: 64px;
    right: 0;
    top: 54px;
  }
}
.sb02_box {
  position: relative;
  min-height: 419px;
  max-height: 419px;
  background: #B9F76C;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .sb02_box {
    min-height: auto;
    max-height: fit-content;
  }
}
.sb02_box .sb02_box_item {
  width: 100%;
  z-index: 10;
  position: relative;
}
.sb02_box .sb02_box_item .sb02_box_item_txt {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt {
    width: 100%;
  }
}
.sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l {
  padding-top: 70px;
  padding-bottom: 60px;
  width: calc(100% - 367px);
  position: relative;
  z-index: 25;
}
@media screen and (max-width: 1050px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1020px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l {
    padding-left: 0;
  }
}
@media screen and (max-width: 818px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l {
    padding-top: 35px;
    padding-bottom: 40px;
    width: 100%;
  }
}
.sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt_t01 {
  margin-bottom: 6px;
  text-align: left;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 5%;
  line-height: 1.2;
  position: relative;
  width: 100%;
}
.sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt_t01::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 39px;
  z-index: 5;
  right: 0;
  top: 0;
  background: url(../img/sb02_ttl_after.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt_t01::before {
    display: none;
  }
}
@media screen and (max-width: 818px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt_t01 {
    margin-bottom: 0;
    font-size: 24px;
  }
}
.sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt_t02 {
  text-align: left;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 3%;
  line-height: 1.2;
  margin-bottom: 25px;
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt_t02 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt_t02 {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt_t02 {
    font-size: 40px;
  }
}
@media screen and (max-width: 818px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt_t02 {
    margin-bottom: 30px;
    height: fit-content;
  }
}
.sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt_t02 .span01 {
  color: #FF751F;
}
@media screen and (max-width: 818px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt_t02 .span01 {
    display: block;
    font-size: 45px;
  }
}
@media screen and (max-width: 818px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt_t02 .span02 {
    display: block;
    text-align: right;
    font-size: 20px;
    margin-top: 3px;
  }
}
.sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt01 {
  text-align: left;
  display: flex;
  column-gap: 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  align-items: baseline;
  letter-spacing: 5%;
}
@media screen and (max-width: 1050px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt01 {
    font-size: 14px;
  }
}
@media screen and (max-width: 818px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt01 {
    column-gap: 3px;
    font-size: 14px;
  }
}
.sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt01 .span01 {
  background: #ffffff;
  padding: 2px 10px;
  color: #FF751F;
  width: fit-content;
  line-height: 1.5;
  font-size: 30px;
}
@media screen and (max-width: 1050px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt01 .span01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 818px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt01 .span01 {
    font-size: 17px;
    padding: 1px 6px;
  }
}
@media screen and (max-width: 818px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .sb02_txt01 .span02 {
    color: #ffffff;
  }
}
.sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_l .mt10 {
    margin-top: 3px;
  }
}
.sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_r {
  width: 367px;
}
@media screen and (max-width: 818px) {
  .sb02_box .sb02_box_item .sb02_box_item_txt .sb02_box_item_txt_r {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 216px;
  }
}
