body {
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
}
main {
    position: relative;
    padding-top: 115px;
}
.color_blue {
	color: #1798C1;
}
@media screen and (max-width: 1500px) {
    main {
        padding-top: 112px;
    }
}
@media screen and (max-width: 1200px) {
    main {
        padding-top: 90px;
    }
}
@media screen and (max-width: 980px) {
    main {
        padding-top: 102px;
    }
}
@media screen and (max-width: 680px) {
    main {
        padding-top: 70px;
    }
}
.section_inner {
    max-width: 1240px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 1700px) {
    .section_inner {
        padding: 0 20px;
    }
}
.fade_in,.fade_in_section {
    opacity: 0
}

.fade_in {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fadeInAnime
}

@keyframes fadeInAnime {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
img {
    width: 100%;
}
.pc {
    display: block;
}
.pc_only {
	display: inline;
}
.pc_tab {
    display: block;
}
.sp,
.sp_only {
    display: none;
}

@media screen and (max-width: 980px) {
    .pc {
        display: none;
    }
	.pc_only {
	  display: none;
	}
    .sp {
        display: block;
    }
}
@media screen and (max-width: 680px) {
    .pc_tab {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .sp_none {
        display: none;
    }
}
/* タイトル */
.section_title_container {
  text-align: center;
  margin-bottom: 40px;
}

.section_sub_title {
  color: #1798C1;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.section_main_title {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}



.section_text {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
.body_container {
    position: relative;
    /* width: calc(100% - 425px); */
    width: 75%;
}
.sidebar_meeting {
    box-shadow: 0 4px 8px 0 rgba(84, 84, 84, 0.25);
    box-sizing: border-box;
    height: 100vh;
    overflow-y: auto;
    padding: 55px 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 25%;
    z-index: 1000;
}
.sidebar_meeting_inner {
    max-width: 345px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 1600px) {
    /* .body_container {
        width: calc(100% - 380px);
    }
    .sidebar_meeting {
        width: 380px;
    } */
}
@media only screen and (max-width: 980px) {
    .sidebar_meeting {
        display: none;
    }
    .body_container {
        width: 100%;
    }

}
@media only screen and (max-width: 680px) {
    .section_sub_title {
        font-size: 20px;
    }
    .section_main_title {
        font-size: 28px;
    }
    .section_text {
        margin-top: 20px;
        font-size: 16px;
    }
}
.section_inner {
  max-width: 1180px;
  width: 100%;
  margin: auto;
}

/* KV */
.lp_hero {
  position: relative;
  padding: 45px 0 85px;
}
.lp_hero_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lp_hero_bg img {
  height: 100%;
  object-fit: cover;
}
.lp_hero_inner {
  position: relative;
  max-width: 1220px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.lp_hero_container {
  max-width: 820px;
  width: 70%;
}
.lp_hero_title_container {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.lp_hero_label {
  display: inline-block;
  background-color: #1798C1;
  color: #fff;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.lp_hero_title {
  padding-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 30px;
  color: #222222;
  font-weight: bold;
}
/*.lp_hero_title,
.lp_hero_sub_title_2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: #222222;
}
.lp_hero_sub_title_2 {
  margin-top: 10px;
}*/
.lp_hero_title span {
  position: relative;
  font-weight: bold;
}
/*.lp_hero_title span::before {
  position: absolute;
  content: "・";
  top: -20px;
  left: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 0.8;
}*/

.lp_hero_lead{
  font-size:20px;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.05em;
}

.lp_hero_sub_title_container {
  
}
.lp_hero_sub_title_1 {
  /* font-size: 32px; */
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.lp_hero_sub_title_1 span {
  color: #1798C1;
  font-size: 36px;
  font-weight: bold;
}
.lp_hero_cta {
  text-align: center;
  max-width: 375px;
  width: 100%;
  padding-left: 20px;
}
.lp_hero_note {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 15px;
}
.lp_hero_cta_btn {
  text-align: center;
  width: 100%;
  background-color: #fff;
}
.lp_hero_cta_btn_link {
  display: block;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, #E89636 0%, #E03962 53.8%);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
.lp_hero_cta_btn_link:hover {
  opacity: 0.6;
}
.lp_hero_img {
    position: absolute;
    display: flex;
    align-items: center;
    max-width: 455px;
    width: 30%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

@media only screen and (max-width: 1700px) {
  .lp_hero_img {
    right: 20px;
  }
  .lp_hero_bg img {
    object-position: left;
  }
}
@media only screen and (max-width: 1500px) {
  .lp_hero_inner {
    padding: 0 20px;
  }
  .hero_img_pc {
    display: none;
  }
  .hero_img_sp {
    position: static;
    display: block;
    margin-bottom: 30px;
  }
  .lp_hero_container {
    max-width: unset;
    width: 100%;
  }
  .lp_hero_title_container {
    /* max-width: 750px; */
    max-width: 765px;
    margin: auto;
  }
  .lp_hero_title,
  .lp_hero_sub_title_container {
    text-align: left;
  }
  .lp_hero_cta {
    padding-left: 0;
    margin: auto;
  }
  .lp_hero_label {
    font-size: 18px;
  }
  .lp_hero_title {
    font-size: 28px;
    padding-top: 15px;
  }
  .lp_hero_title span::before {
    font-size: 28px;
  }
  .lp_hero_sub_title_1 {
    font-size: 32px;
  }
  .lp_hero_sub_title_1 .highlight {
    font-size: 32px;
    font-weight: bold;
  }
  .lp_hero_sub_title_2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 980px) {
  .lp_hero_bg img {
    object-position: center;
  }
  .lp_hero_label {
    font-size: 16px;
  }
  .lp_hero_sub_title_1 {
    font-size: 28px;
  }
  .lp_hero_sub_title_1 .highlight {
    display: inline;
    font-size: 30px;
    color: #1798C1;
    background: linear-gradient(transparent 55%, rgba(23, 152, 193, 0.21) 55%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .lp_hero_sub_title_2 {
    font-size: 28px;
  }

}
@media only screen and (max-width: 680px) {
  .lp_hero {
    padding: 20px 0;
  }
  .lp_hero_title_container {
    padding: 0;
    margin-bottom: 25px;
  }
  .lp_hero_label {
    text-align: left;
    font-size: 14px;
  }
  .lp_hero_title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .lp_hero_title span::before {
    font-size: 16px;
    top: -10px;
  }
  .lp_hero_sub_title_container {
    margin-bottom: 25px;
  }
  .lp_hero_sub_title_1 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .lp_hero_sub_title_1 .highlight {
    font-size: 28px;
  }
  .lp_hero_sub_title_2 {
    font-size: 24px;
    margin-top: 25px;
  }
  .lp_hero_img {
    max-width: 280px;
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
  }
  .lp_hero_cta_btn_link {
    font-size: 16px;
    max-width: 315px;
    margin: auto;
  }
  .lp_hero_note {
    position: relative;
    font-size: 14px;
  }
  .lp_hero_lead{
  font-size:16px;
  }
}

.logo_wall {
    padding: 30px 0;
}
.slider, .slider2 {
    display: none;
}
.slider2 {
  transform: scaleX(-1);
}
.slider2 .slick-slide {
  transform: scaleX(-1); /* 中身は元に戻す */
}
/* 悩み */
.problem {
  background-color: #F1FBFE;
  padding: 80px 0;
}
.problem_title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.problem_title span {
  font-weight: bold;
}
.problem_title .problem_title_blue {
  color: #1798C1;
  font-size: 32px;
  font-weight: bold;
}
.problem_img {
  margin-bottom: 60px;
}
.problem_text_container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  border: 5px solid #1798C1;
  border-radius: 30px;
}
.problem_text_container_inner {
  padding: 15px;
  text-align: center;
}
.problem_text {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.problem_text span {
  font-size: 24px;
  font-weight: bold;
}
.problem_text .problem_text_red {
  color: #C33;
  text-decoration: underline;
}
@media only screen and (max-width: 1500px) {
  
}
@media only screen and (max-width: 980px) {
  .problem_title {
    font-size: 20px;
  }
  .problem_title .problem_title_blue {
    font-size: 30px;
  }
  .problem_text {
    font-size: 18px;
  }
  .problem_text span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .problem {
    padding: 50px 0;
  }
  .problem_title {
    font-size: 18px;
  }
  .problem_title .problem_title_blue {
    font-size: 24px;
  }
  .problem_text {
    font-size: 14px;
  }
  .problem_text span {
    font-size: 16px;
  }
}

/* 感じる理由 */
.reason_feel {
  text-align: center;
  background-color: #F1FBFE;
  padding: 80px 0;
}
.reason_feel_container {
  padding: 60px 0;
  background-color: #fff;
  border-radius: 30px;
}
.reason_feel_inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.reason_feel_title {
  display: block;
  color: #222;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.reason_feel_title span {
  color: #1798C1;
  font-weight: bold;
}
.reason_feel_lead {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.reason_feel_cards {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
}
.reason_feel_card {
  max-width: 250px;
  width: calc(100% / 4 - 20px);
}
.reason_feel_text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.reason_feel_text span {

}
.reason_feel_text strong {
  font-weight: bold;
  background: linear-gradient(transparent 55%, rgba(23, 152, 193, 0.21) 55%);
}
.reason_feel_list {
  color: #1798C1;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.reason_feel_list li {
  font-weight: bold;
}
.reason_feel_message {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.reason_feel_footer {
  color: #1798C1;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1600px) {
  .reason_feel_inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 980px) {
  .reason_feel_cards {
    flex-wrap: wrap;
  }
  .reason_feel_title {
    font-size: 28px;
  }
  .reason_feel_lead {
    font-size: 18px;
  }
  .reason_feel_card {
    max-width: unset;
    width: calc(100% / 2 - 20px);
  }
  .reason_feel_footer,
  .reason_feel_message {
    font-size: 20px;
  }

}
@media only screen and (max-width: 680px) {
  .reason_feel {
    display: none;
  }
}

/* CTA */
.cta {
  text-align: center;
  background-color: #1798C1;
  padding: 60px 0;
}
.cta_title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.cta_lead {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.cta_box {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  max-width: 665px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}
.cta_box_inner {
  padding: 25px 20px;
  display: flex;
  justify-content: center;
}
.cta_box_list {
  list-style: none;
  padding-left: 50px;
}
.cta_box_list li {
  position: relative;
  padding-left: 35px;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.cta_box_list li:last-child {
  margin-bottom: 0;
}
.cta_box_list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/flyke/img/lp/lp-01-af/check_circle_blue.webp");
  background-size: cover;
}
.cta_box_img {
  position: absolute;
  content: "";
  left: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 115px;
  height: 87px;
}
.cta_btn_sec {
  color: #fff;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
.cta_btn_sec p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cta_btn {
  background-color: #fff;
  border-radius: 50px;
}
.cta_btn_link {
  display: block;
  border-radius: 50px;
  background: linear-gradient(90deg, #E89636 0%, #E03962 53.8%);
  padding: 25px 0;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 980px) {
  .cta_title {
    font-size: 30px;
    line-height: 1.6;
  }
  .cta_lead {
    font-size: 18px;
  }
  .cta_btn_link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .cta_title {
    font-size: 22px;
  }
  .cta_lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .cta_box {
    margin-bottom: 55px;
  }
  .cta_box_inner {
    padding: 30px 25px;
  }
  .cta_box_list {
    padding-left: 0;
  }
  .cta_box_list li {
    margin-bottom: 10px;
    letter-spacing: 0;
    padding-left: 33px;
  }
  .cta_box_img {
    top: unset;
    left: unset;
    bottom: -33px;
    right: 12px;
    width: 105px;
    transform: scale(-1, 1);
  }
  .cta_btn_link {
    font-size: 18px;
    padding: 22px 0;
  }
}
@media only screen and (max-width: 400px) {
  .cta_lead {
    font-size: 15px;
  }
}
.select {
  background: #F1FBFE;
  padding: 80px 0;
}

.select_eyebrow {
  text-align: center;
  color: #1798C1;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.select_title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.select_lead {
  text-align: center;
  color: #555;
  margin-bottom: 60px;
}

/* カード */
.select_card {
  background: #fff;
  border: 3px solid #1798C1;
  border-radius: 30px;
  margin-bottom: 40px;
}
.select_card:last-child {
  margin-bottom: 0;
}
.select_card_inner {
  padding: 40px 0;
  max-width: 1040px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.select_card_text_container {
  max-width: 685px;
  width: 66%;
}

.select_card_title_container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}


/* バッジ */
.select_badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #1798C1;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.select_badge span {
  font-size: 40px;
  font-weight: bold;
  display: block;
}

/* テキスト */
.select_card_title {
  font-size: 32px;
  font-weight: bold;
}

.select_card_title span {
  font-weight: bold;
  color: #1798C1;
}
.select_card_text_box {
  padding-left: 15px;
}
.select_card_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.select_list {
}

.select_list li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  color: #1798C1;
}
.select_list li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  font-size: 1em;
}
.select_note {
  font-size: 14px;
  color: #555;
}

.select_card_image {
  max-width: 345px;
  width: 34%;
  display: flex;
  align-items: center;
}

.select_card_image img {
  max-width: 100%;
  height: auto;
}
/* SP対応 */
@media only screen and (max-width: 1600px) {
  .select_card_inner {
    padding: 30px 20px;
  }
  .select_card_title_container {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .select_card_text_container {
    max-width: unset;
    width: 100%;
  }
  .select_card_title {
    text-align: left;
  }
}
@media only screen and (max-width: 1200px) {
  .select_card_title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 980px) {
  .select_card_container {
    margin-top: 85px;
  }
  .select_card_inner {
    padding: 0;
    flex-direction: column;
    gap: 20px;
  }
  .select_card {
    position: relative;
    width: 80%;
    margin: auto;
    padding: 75px 35px 35px;
    margin-bottom: 80px;
  }
  .select_card_text_container {
    max-width: unset;
    width: 100%;
  }
  .select_badge {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: #1798C1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    z-index: 10;
  }
  .select_card_image {
    max-width: unset;
    width: 80%;
  }
  .select_card_text_box {
    padding-left: 0;
  }
  .select_card_title_container {
    flex-direction: column;
    text-align: center;
  }
  .select_card_title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 680px) {
  .select {
    padding: 50px 0 65px;
  }
  .select_card {
    width: 100%;
    padding: 60px 20px 35px;
  }
  .select_card_title_container {
    margin-bottom: 25px;
  }
  .select_card_title {
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    margin: auto;
  }
  .select_card_image {
    max-width: 280px;
    width: 95%;
  }
}
.change {
    text-align: center;
    padding: 90px 0 120px;
}
.change_title {
    display: inline;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    background: linear-gradient(transparent 55%, rgba(23, 152, 193, 0.4) 50%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.change_img {
    max-width: 1060px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
}
@media only screen and (max-width: 680px) {
    .change {
        display: none;
    }
}
.reason {
    text-align: center;
    background-color: #F1FBFE;
    padding: 80px 0;
}
.reason_title {
    position: relative;
    display: inline-block;
    padding: 0 70px 20px;
    text-align: center;
    margin-bottom: 60px;
}
.reason_title::before,
.reason_title::after {
    position: absolute;
    content: "";
    top: 0;
    width: 3px;
    height: 100px;
    background: #1798C1;
}
.reason_title::before {
    left: 20px;
    transform: rotate(-40deg);
}
.reason_title::after {
    right: 20px;
    transform: rotate(40deg);
}
.reason_title_en {
    font-size: 24px;
    font-weight: bold;
    color: #1798C1;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.reason_title_jp {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
}

.reason_card {
    text-align: left;
    border: 3px solid #1798C1;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 60px;
}
.reason_card:last-child {
    margin-bottom: 0;
}
.reason_card_inner {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reason_card.reverce .reason_card_inner {
    flex-direction: row-reverse;
}
.reason_card_text_container {
    max-width: 680px;
    width: 65%;
}
.reason_card_title_container {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
}
.reason_badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #1798C1;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.reason_badge span {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
.reason_card_title {
    display: block;
    width: calc(100% - 95px);
    color: #1798C1;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.reason_card_text_box {
    padding-left: 85px;
}
.reason_card_text {
    padding: 20px;
    border-radius: 10px;
    background-color: #F1FBFE;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.reason_card_text span {
  font-weight: 500;
    color: #C33;
}
.reason_card_img {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reason_card_sp {
    display: none;
}
.reason_card_img img {
    max-width: 320px;
}
@media only screen and (max-width: 1600px) {
    .reason_card.reverce .reason_card_inner,
    .reason_card_inner {
        flex-direction: column;
        gap: 20px;
    }
    .reason_card_text_box {
        padding-left: 0;
    }
    .reason_card_img {
        width: 100%;
    }
    .reason_card_text_container {
        max-width: unset;
        width: 100%;
    }
}
@media only screen and (max-width: 980px) {
    .reason {
        padding: 60px 0;
    }
    .reason_card {
      position: relative;
      width: 80%;
      margin: auto;
      margin-bottom: 60px;
    }
    .reason_card_inner {
        padding: 55px 30px 30px;
    }
    .reason_card_title_container {
        margin-bottom: 20px;
    }
    .reason_card_title {
      width: 100%;
      font-size: 22px;
      line-height: 1.4;
      text-align: center;
    }
    .reason_badge {
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 680px) {
    .reason {
        display: none;
    }
}

.strategy_section {
  background: #1798C1;
  padding: 60px 0;
  text-align: center;
}
.strategy_container {
  background: #F1FBFE;
  padding: 60px 0;
  max-width: 880px;
  width: 100%;
  margin: auto;
  border-radius: 30px;
}
.strategy_container_inner {
  max-width: 700px;
  width: 100%;
    margin: auto;
}
.strategy_main_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.strategy_sub_title {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 35px;
}
.strategy_sub_title span {
  color: #C33;
  font-weight: bold;
  font-size: 30px;
}


/* 白いサブボックス */
.strategy_box {
  background: #ffffff;
  padding: 40px 20px;
  border-radius: 30px;
  width: 100%;
  margin: auto;
  margin-bottom: 35px;
}

/* 箇条書き */
.strategy_list {
  list-style: none;
  text-align: left;
  max-width: 560px;
  width: 100%;
  margin: auto;
}

.strategy_list li {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 35px;
}
.strategy_list li:last-child {
  margin-bottom: 0;
}
/* チェックアイコン */
.strategy_list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/flyke/img/lp/lp-01-af/check_circle_blue.webp");
  background-size: cover;
}
.strategy_list li span {
    font-weight: bold;
}
/* 下の赤テキスト */
.strategy_bottom {
    text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #C33;
  line-height: 1.6;
}
@media only screen and (max-width: 1600px) {
    .strategy_section,
    .strategy_container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .strategy_main_title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 680px) {
    .strategy_section {
        display: none;
    }
}
.reservation {
    text-align: center;
    padding: 80px 0;
}
.reservation_title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 980px) {

}
@media only screen and (max-width: 680px) {
    .reservation {
        padding: 50px 0 65px;
    }
    .reservation_title {
        line-height: 1.4;
        margin-bottom: 35px;
    }
}
.faq {
    padding: 80px 0;
    background-color: #fff;
}
.faq_title_container {
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 70px;
}
.faq_item_title_container.close {
    border-radius: 15px 15px 0 0;
}
/* アコーディオンここから */
.faq_accordion{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}
.faq_accordion_item {
    margin-bottom: 35px;
	border: 3px solid #1798C1;
    border-radius: 20px;
    background-color: #fff;
}
.faq_item_title_container {
    position: relative;
    background-color: #1798C1;
    border-radius: 15px;
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 30px 100px 30px 0;
    transition: all .5s ease;
}
.faq_item_title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-left: 110px;
}
.faq_item_title::before {
    position: absolute;
    content: "Q";
    font-size: 32px;
    font-weight: bold;
    height: 40px;
    left: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.faq_item_title_container::before,
.faq_item_title_container::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    right: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
    transition: opacity 0.25s;
}
/* 縦線 */
.faq_item_title_container::before{
    
}
/* 横線 */
.faq_item_title_container::after{
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.25s;

}
.faq_item_title_container.close::before{
    opacity: 0;
}
.faq_item_title_container.close::after{
	transform: translateY(-50%) rotate(180deg);
}

.faq_item_text {
    display: none;
    padding: 30px 110px 30px 110px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #222;
}
.faq_item_text p {
  font-weight: 500;
}
/* アコーディオンここまで */
@media only screen and (max-width: 980px) {
    .faq {
        padding: 60px 0 100px;
    }
    .faq_title_container {
        margin-bottom: 60px;
    }
    .faq_jp_title {
        font-size: 40px;
    }
    .faq_item_title_container {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 80px;
    }
    .faq_item_title {
        padding-left: 80px;
    }
    .faq_item_title::before {
        height: 40px;
    }
    .faq_item_text {
        padding-left: 80px;
        padding-right: 80px;
    }
    .faq_item_title::before {
        font-size: 28px;
        left: 30px;
    }
  .faq_accordion_item {
    margin-bottom: 25px;
}
}
@media only screen and (max-width: 680px) {
    .faq {
        display: none;
        padding: 50px 0 60px;
    }
    .faq_title_container {
        margin-bottom: 50px;
    }
    .faq_en_title {
        font-size: 24px;
        line-height: 1.5;
    }
    .faq_jp_title {
        font-size: 32px;
        line-height: 1.5;
    }
    .faq_item_title_container {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 50px;
    }
    .faq_item_title_container::before,
    .faq_item_title_container::after {
        right: 15px;
    }
    .faq_item_title {
        font-size: 16px;
        padding-left: 50px;
    }
    .faq_item_title::before {
        height: 32px;
    }
    .faq_item_text {
        font-size: 16px;
        line-height: 1.6;
        padding: 18px 25px 18px 35px;
    }
    .faq_item_title::before {
        font-size: 24px;
        left: 15px;
    }
  .faq_accordion_item {
    margin-bottom: 12px;
}
}
/* ヘッダー */
#header {
    color: #000;
    background-color: #fff;
    position: fixed;
    top: 0;
    transition: background-color .3s;
    width: 75%;
    z-index: 999;
}
.header_inner {
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 15px 30px 10px 20px;
}
.header_logo {
    margin-right: auto;
    max-width: 120px;
    width: 20%;
}
.header_logo_img {
}
.header_logo_img,
.header_nav {
    align-items: center;
    display: flex;
}
.header_nav {
    justify-content: flex-end;
    max-width: 900px;
    width: 75%;
}
.header_nav_menu {
    align-items: center;
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
    max-width: 650px;
}
.header_nav_menu_item_link {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    padding: 15px 2px;
    position: relative;
}
.header_nav_menu_item_link:hover {
    opacity: .6;
}
.navi_current {
    text-align: center;
    width: 16%;
}
.navi_current:nth-child(4) {
    width: 20%;
}
.navi_current:last-child {
    width: 22%;
}
.navi_current_head {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
}
.header_contact {
    margin-left: 45px;
    max-width: 160px;
    width: 100%;
    background-color: #fff;
}
.header_contact_link {
  background: linear-gradient(90deg, #E89636 0%, #E03962 53.8%);
  color: #fff;
    border-radius: 30px;
    padding: 11px 0;
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
.header_contact_link:hover {
    opacity: 0.6;
}
@media only screen and (max-width: 1500px) {
    .header_logo {
        width: 15%;
    }
    .header_nav {
        width: 80%;
    }
    .header_nav_menu {
        gap: 0 10px;
    }
    .header_nav_menu_item_link {
        font-size: 14px;
    }
    .header_contact {
        margin-left: 30px;
        max-width: 170px;
    }
}
@media only screen and (max-width: 1300px) {
    .header_nav_menu_item_link {
        font-size:14px;
    }
    .header_contact_link p {
        font-size: 15px;
    }
    .header_contact_link {
        width: 140px;
    }
}
@media only screen and (max-width: 1200px) {
    .header_inner {
        padding:15px 20px 0 20px;
    }
    .header_right {
        width: 80%;
    }
    .header_nav_menu_item_link {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }
    .header_contact {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 980px) {
    #header {
        width: 100%;
        box-shadow:0 4px 20px 0 rgba(0,0,0,.1);
    }
    .header_inner {
        padding: 20px ;
    }
    .header_nav {
        display: none;
    }
    .header_nav_menu {
        width: 100%;
    }
    .header_nav_menu_item_link {
        font-size: 20px;
    }
    .header_logo {
        width: 67px;
    }
    .header_contact {
        color: #fff;
        margin: auto;
        width: 230px;
        max-width: unset;
    }
    .header_contact_link {
        max-width: unset;
        width: 100%;
        padding: 20px 0;
        font-weight: bold;
        margin: auto;
        margin-top: 20px;
    }
}
/*@media only screen and (max-width: 767px) {
    .header_logo {
        width: 67px;
    }
}*/
@media only screen and (max-width: 680px) {
	.header_inner {
        padding: 16px ;
    }
    .header_right_bottom {
        margin-right:0;
    }
    .header_contact_link {
    }
}
.footer {
  background: #252B41;
  padding: 60px 0 20px;
  text-align: center;
  color: #fff;
}
.footer_logo {
    margin-bottom: 45px;
}
.footer_logo img {
  width: 120px;
}
.footer_nav {
  margin-bottom: 60px;
}
.footer_nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0;
  list-style: none;
}

.footer_nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.footer_nav a:hover {
  opacity: 0.7;
}

/* コピーライト */
.footer_copy {
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 680px) {
    .footer {
        padding: 25px 0;
    }
    .footer_logo {
        margin-bottom: 30px;
    }
    .footer_nav ul {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 65px;
    }
}
/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
    left: 0;
	width:100%;
    height: 100vh;
}

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

.circle-bg.circleactive{
	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%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
}

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

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




/*========= ボタンのためのCSS ===============*/
.openbtn {
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:25px;
	right: 10px;
	cursor: pointer;
    width: 60px;
    height:60px;
    display: none;
}
	
/*×に変化*/	
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #000;
  	width: 50%;
}
.page .openbtn span,
.scrolled .openbtn span {
    background-color: #000;
}
.home .openbtn span {
    background-color: #fff;
}
.home .scrolled .openbtn span {
    background-color: #000
}
.openbtn.openbtn.active span {
    background-color: #000;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

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

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}
@media only screen and (max-width: 980px) {
    .openbtn {
        top: 22px;
        display: block;
    }
}
/*@media only screen and (max-width: 680px) {
    .openbtn {
        top: 18px;
    }
}*/