@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*/////////////////////////
common
/////////////////////////*/
html {
  color: #30304E;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  font-size: 62.5%;
  width: 100vw;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.8rem;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 1.5rem;
  }
}

h2 {
  margin: 0;
}

a {
  transition: 0.3s all;
}
a:hover {
  opacity: 0.5;
}

img {
  image-rendering: crisp-edges; /* くっきり表示 */
  image-rendering: -webkit-optimize-contrast; /* Safari用 */
}

section {
  padding: 6rem 5rem;
}
@media screen and (max-width: 768px) {
  section {
    padding: 6rem 1.5rem;
  }
}
section > div {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
}

em {
  font-style: normal;
}

.br-none {
  display: none;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.sp-in {
  display: inline;
}
@media screen and (max-width: 768px) {
  .sp-in {
    display: inline;
  }
}

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

.tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab {
    display: block;
  }
}

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

figure img {
  width: 100%;
  height: 100%;
}

.btn_viewall {
  width: fit-content;
  position: relative;
  line-height: 1;
  transition: 0.3s all;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  font-weight: bold;
  border-radius: 4rem;
  padding: 1rem 3rem;
  background: linear-gradient(90deg, #fb9cbb 0%, #ff86ae 100%);
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.btn_viewall:has(span) {
  padding: 1rem 1.3rem 1rem 3rem;
}
.btn_viewall span {
  background-image: url(../img/lp/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 1.5rem;
  background-color: #fff;
  border-radius: 40rem;
  line-height: 1;
  padding: 1.2rem 7rem 1.2rem 5rem;
  margin-left: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #30304E;
}
.btn_viewall-line {
  background: #18B900;
  justify-content: center;
  color: #fff;
}
.btn_viewall-b {
  background: #00AFCA;
  justify-content: center;
  color: #fff;
}
.btn_viewall--min {
  width: fit-content;
  padding-right: 5rem;
  position: relative;
  background: linear-gradient(90deg, #00afca 0%, #008cca 100%);
}
.btn_viewall--min:after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 3rem;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/lp/btn_arrow-w.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .btn_viewall {
    margin: 0 auto;
    font-size: 1.8rem;
    text-align: center;
    padding: 1rem 2rem;
    height: 5rem;
    max-width: 32rem;
    justify-content: center;
  }
  .btn_viewall span {
    margin-left: 1rem;
    padding: 1rem 3rem 1rem 3rem;
    font-size: 1.5rem;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  }
  .btn_viewall--min {
    width: fit-content;
    padding-right: 5rem;
  }
}

/*/////////////////////////
bgarea
/////////////////////////*/
.bg-area {
  background-color: #E3F4F8;
  padding: 10rem 6rem;
}
.bg-area_box {
  max-width: 110rem;
  display: flex;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.bg-area_box .l-benefit, .bg-area_box .l-infographics {
  flex-basis: calc(50% - 4rem);
}
@media screen and (max-width: 768px) {
  .bg-area {
    padding: 5rem 2rem;
  }
  .bg-area_box {
    display: flex;
    margin-top: 6rem;
  }
}

.c-title {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  position: relative;
}
.c-title-sub {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 1.2;
  color: #00AFCA;
}
.c-title-subpage--main {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  width: fit-content;
  position: relative;
  margin-bottom: 5rem;
  line-height: 1.5;
}
.c-title-subpage--main:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #30304E;
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}
.c-title-subpage--main .c-title__highlight {
  top: -3rem;
}
.c-title-subpage--sub {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.c-title-subpage--sub:before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #00AFCA;
  display: inline-block;
  margin-right: 1rem;
}
.c-title-subpage--box {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.7;
  position: absolute;
  font-family: "Noto Serif JP", serif;
  top: -2.5rem;
}
.c-title-subpage--box:before {
  content: "";
  display: none;
}
.c-title-subpage--line {
  font-size: 2rem;
  font-weight: bold;
  height: 4.8rem;
  border-left: 0.5rem solid #00AFCA;
  line-height: 1.2;
  padding-left: 2rem;
  display: flex;
  align-items: center;
}
.c-title__highlight {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  font-size: 2.5rem;
  color: #00AFCA;
  top: -1em;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2.6rem;
  }
  .c-title-sub {
    font-size: 2.4rem;
  }
  .c-title-subpage--main {
    font-size: 2.5rem;
  }
  .c-title-subpage--main::before {
    bottom: -0.5rem;
  }
  .c-title-subpage--main .c-title__highlight {
    top: -1.5em;
    font-size: 2rem;
  }
  .c-title-subpage--sub {
    font-size: 2rem;
  }
  .c-title-subpage--sub:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-title-subpage--box {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .c-title-subpage--box .c-title__highlight {
    font-size: 2rem;
    top: -1.5em;
  }
  .c-title__highlight {
    font-size: 2rem;
  }
}

.c-flex {
  display: flex;
}

.c-links {
  display: flex;
  gap: 2rem;
}
.c-links--center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-links {
    flex-direction: column;
  }
}

.u-w-100p {
  width: 100%;
}

.u-w-90p {
  width: 90%;
}

.u-w-80p {
  width: 80%;
}

.u-bg-blue {
  background-color: #E3F4F8;
}

.u-bg-gray {
  background-color: #F4F6F8;
}

.u-bg-grd {
  background: linear-gradient(#00afca 0%, #008cca 100%);
}

.u-m-a {
  margin-right: auto;
  margin-left: auto;
}

/*/////////////////////////
header
/////////////////////////*/
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
.header.is-active {
  position: fixed;
  animation: top-in-basic 1 0.4s 0s;
  background-color: #fff;
}
.header .logo {
  font-size: 1.6rem;
  font-weight: 400;
  transition: 0.3s all;
  padding: 0.5rem;
  margin-left: 2rem;
}
.header .logo:hover {
  opacity: 0.3;
  cursor: pointer;
}
.header .logo a {
  display: flex;
  align-items: center;
  color: #333333;
}
.header .logo a img {
  height: 5rem;
  width: 23rem;
  object-fit: contain;
  margin-right: 1rem;
  object-position: left;
  overflow: hidden;
}
.header_right {
  display: flex;
  align-items: center;
  padding: 0.75rem;
}
.header_right .btn-header {
  font-size: 2rem;
  font-weight: bold;
  background-color: #00AFCA;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  margin: 1rem 2rem;
  width: 25rem;
  border-radius: 5rem;
  color: #fff;
  font-size: 2.2rem;
  transition: 0.3s all;
}
.header_right .btn-header:hover {
  opacity: 0.5;
  cursor: pointer;
}
.header_right .btn_viewall {
  height: 5rem;
  margin-left: 2rem;
}
.header_contact {
  height: 5rem;
}
.header_contact img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 0 0 1rem;
    height: 6rem;
    background-color: transparent;
    box-shadow: none;
  }
  .header .logo {
    margin-left: 0;
  }
  .header .logo a {
    height: 5rem;
  }
  .header .logo a img {
    object-fit: contain;
    height: 5rem;
    width: 20rem;
    object-position: left;
  }
  .header .logo h1 {
    white-space: nowrap;
  }
  .header_right {
    display: none;
  }
  .header_contact {
    display: none;
  }
  .header.is-active .logo img {
    height: 100%;
    position: relative;
  }
}

/*/////////////////////////
top
/////////////////////////*/
.l-top {
  position: relative;
  overflow: hidden;
  background-image: url(../img/lp/top_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 12rem;
}
.l-top > div {
  max-width: 130rem;
}
.top {
  position: relative;
  z-index: 2;
}
.top_title {
  position: relative;
  padding: 8vh 0 0 0;
}
.top_title h1 {
  font-size: 5rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1rem;
}
.top_title h1 .grd {
  display: inline-block;
  background: linear-gradient(90deg, #00afca 0%, #008cca 100%);
  color: #fff;
  padding: 0rem 1rem;
  line-height: 1.5;
}
.top_toc {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-left: 1em;
  text-indent: -1em;
}
.top_text {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  padding-left: 0.7rem;
  margin-bottom: 1rem;
}
.top_points {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.top_point {
  width: fit-content;
  display: inline-block;
  border-radius: 3rem;
  background-color: #fff;
  border: 1px solid #00AFCA;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  padding: 0.5rem 4rem 0.5rem 6rem;
  margin-bottom: 1.5rem;
  background-image: url(../img/lp/check.png);
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
  background-position: 2rem center;
}
@media screen and (max-width: 768px) {
  .top h1 {
    font-size: 2.4rem;
  }
  .top h1 .grd {
    background: transparent;
    display: inline-block;
    color: #fff;
    padding: 0;
    line-height: 2;
  }
  .top h1 .grd-sp {
    display: inline-block;
    background: linear-gradient(90deg, #00afca 0%, #008cca 100%);
    color: #fff;
    padding: 0rem 1rem;
    line-height: 1.7;
  }
  .top_toc {
    font-size: 1.2rem;
  }
  .top_title {
    padding: 15vw 0 1rem;
  }
  .top_text {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0;
  }
  .top_text figure {
    width: 60%;
    margin: 4rem 0;
  }
  .top_point {
    font-size: 1.4rem;
    padding-right: 2rem;
    padding-left: 5rem;
    background-position: 1.5rem center;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}

/*/////////////////////////
about
/////////////////////////*/
.l-about {
  background-color: #00AFCA;
  padding-top: 0;
  padding-bottom: 16rem;
}
.about {
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
  padding: 4rem;
  top: -5rem;
}
.about_contents {
  display: flex;
  justify-content: flex-start;
  gap: 5rem;
}
.about_contents figure {
  flex-basis: 45rem;
  border-radius: 2rem;
  overflow: hidden;
}
.about_title {
  font-size: 2.5rem;
}
.about_text {
  margin-top: 2rem;
  font-size: 1.9rem;
  line-height: 1.7;
}
.about_left {
  flex-basis: 35%;
}
.about_right {
  flex-basis: 65%;
}
.about_eng-title {
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  color: #00AFCA;
  line-height: 1;
  margin-bottom: 2rem;
}
.about_link {
  text-align: center;
  margin-top: 2.5rem;
}
.about_link a {
  margin: 0 auto;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 2.5rem;
  }
  .about_eng-title {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .about_title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .about_text {
    font-size: 1.5rem;
  }
  .about_link a {
    font-size: 1.8rem;
    padding: 1rem;
    width: auto;
  }
  .about_contents {
    flex-direction: column;
    gap: 0;
  }
}

/*/////////////////////////
why
/////////////////////////*/
.why_contents {
  display: flex;
  justify-content: flex-start;
  gap: 5rem;
  color: #fff;
}
.why_contents figure {
  flex-basis: 35rem;
  border-radius: 2rem;
  overflow: hidden;
}
.why_title {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
}
.why_text {
  margin-top: 2rem;
  font-size: 1.9rem;
  line-height: 1.7;
}
.why_left {
  flex-basis: 65%;
}
.why_right {
  flex-basis: 35%;
}
.why_eng-title {
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  color: #00AFCA;
  line-height: 1;
  margin-bottom: 2rem;
}
.why_link {
  text-align: center;
  margin-top: 2.5rem;
}
.why_link a {
  margin: 0 auto;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .why {
    padding: 0;
  }
  .why_eng-title {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .why_title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .why_text {
    font-size: 1.5rem;
  }
  .why_link a {
    font-size: 1.8rem;
    padding: 1rem;
    width: auto;
  }
  .why_contents {
    flex-direction: column;
    gap: 2rem;
  }
}

/*/////////////////////////
worries
/////////////////////////*/
.l-worries {
  padding-bottom: 8rem;
  padding-top: 0;
  margin-top: -10rem;
}
@media screen and (max-width: 768px) {
  .l-worries {
    padding-bottom: 5rem;
  }
}

.worries {
  background: linear-gradient(#464653 0%, #0e0e11 100%);
  border-radius: 2rem;
  padding: 4rem 7rem 7rem;
  color: #fff;
  position: relative;
}
.worries_contents {
  display: flex;
  gap: 5rem;
  margin-top: 3rem;
}
.worries_contents figure {
  flex-basis: 40%;
}
.worries_contents figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.worries::after {
  content: "";
  display: block;
  width: 20rem;
  height: 10rem;
  background-image: url(../img/lp/arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  transform: translateX(-50%);
  bottom: -10%;
  left: 50%;
}
.worries_title {
  margin: 0 auto;
  text-align: center;
}
.worries_items {
  flex-basis: 60%;
}
.worries_item {
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 2rem 1rem 2rem 6rem;
  background-image: url(../img/lp/check.png);
  background-size: 4rem 4rem;
  background-repeat: no-repeat;
  background-position: left center;
}
.worries_box {
  padding: 4rem;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  background-color: #E3F4F8;
  margin-top: 5rem;
  border-radius: 2rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .worries {
    padding: 2rem;
  }
  .worries::after {
    width: 15rem;
    height: 10rem;
    bottom: -9%;
  }
  .worries_contents {
    flex-direction: column;
    gap: 0;
  }
  .worries_contents figure {
    height: 20rem;
    flex-basis: auto;
  }
  .worries_contents figure img {
    object-position: top;
  }
  .worries_item {
    font-size: 1.8rem;
    padding-left: 4rem;
    background-size: 2.5rem;
  }
  .worries_box {
    padding: 2rem;
    font-size: 1.8rem;
  }
}

/*/////////////////////////
service
/////////////////////////*/
.l-service {
  background-color: #E3F4F8;
}
@media screen and (max-width: 768px) {
  .l-service {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}

.service_title {
  margin-bottom: 3rem;
}
.service_item {
  background-color: #fff;
  border-radius: 2rem;
  display: flex;
  padding: 2.5rem 3rem;
  margin-bottom: 2rem;
  gap: 3rem;
}
.service_item_title {
  font-size: 2.8rem;
  color: #00AFCA;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.service_item figure {
  border-radius: 1.5rem;
  overflow: hidden;
}
.service_item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_item_left {
  flex-basis: 28rem;
}
.service_item_right {
  flex-basis: calc(100% - 28rem);
}
.service_item_right p {
  font-size: 2rem;
}
.service_item_right p span {
  font-weight: bold;
  text-decoration: underline;
}
.service_link {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .service_item {
    flex-direction: column;
    padding: 1.5rem;
    gap: 2rem;
  }
  .service_item figure {
    height: 15rem;
  }
  .service_item_title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .service_item_left {
    flex-basis: 15rem;
  }
  .service_item_right {
    flex-basis: calc(100% - 15rem);
  }
  .service_item_right p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .service_link {
    margin-top: 3rem;
  }
}

/*/////////////////////////
what
/////////////////////////*/
.l-what {
  background-image: url(../img/lp/gray_bg.jpg);
}
.what_title {
  text-align: center;
}
.what_contents {
  border-radius: 2rem;
  background-color: #E3F4F8;
  margin: 3rem auto;
  padding: 3rem;
  width: 100rem;
}
.what_contents_title {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.what .c-flex {
  gap: 4rem;
}
.what_item {
  background-color: #fff;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 2.2rem;
  padding: 1rem 1rem 1rem 6rem;
  font-family: "Noto Serif JP", serif;
  background-image: url(../img/lp/check.png);
  background-size: 2.5rem 2.5rem;
  background-repeat: no-repeat;
  background-position: 2rem center;
  margin: 2rem 0;
}
.what figure {
  border-radius: 2rem;
  overflow: hidden;
}
.what p {
  font-size: 1.8rem;
}
.what p span {
  background-color: #00AFCA;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .what .c-flex {
    gap: 2rem;
  }
  .what_item {
    font-size: 1.7rem;
    padding: 0.5rem 2rem 0.5rem 4rem;
    background-size: 2rem;
    background-position: 1.2rem;
  }
  .what_contents {
    width: auto;
    padding: 2rem;
  }
  .what_contents_title {
    font-size: 1.8rem;
  }
  .what .c-flex {
    flex-direction: column-reverse;
  }
}

/*/////////////////////////
point
/////////////////////////*/
.l-point {
  background-image: url(../img/lp/blue_bg.jpg);
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-point {
    padding-top: 5rem;
  }
}

.point figure {
  border-radius: 2rem;
  overflow: hidden;
  width: 40rem;
}
.point_contents {
  display: flex;
  margin-bottom: 8rem;
}
.point_contents--02 {
  margin-bottom: 0;
}
.point_contents--02 .point_left {
  z-index: 1;
  position: relative;
}
.point_title {
  position: relative;
}
.point_title span {
  background: linear-gradient(90deg, #00afca 0%, #008cca 100%);
  display: inline-block;
  padding: 0 1rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.point_title::before {
  content: "";
  display: block;
  position: absolute;
  top: -6rem;
  width: 20rem;
  height: 6rem;
  background-image: url(../img/lp/point_no_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.point_title--02::before {
  background-image: url(../img/lp/point_no_02.png);
}
.point_text {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.5rem;
}
.point_right {
  margin-left: -4%;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .point_contents {
    margin-bottom: 10rem;
  }
  .point_contents--02 {
    margin-bottom: 0;
  }
  .point figure {
    position: relative;
    top: -3rem;
    height: 20rem;
    width: auto;
  }
  .point figure img {
    object-fit: cover;
  }
  .point_right {
    margin-left: 0;
  }
  .point_title {
    z-index: 2;
  }
  .point_title span {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .point_text {
    position: relative;
    top: -2rem;
  }
}

/*/////////////////////////
schedule
/////////////////////////*/
.l-schedule {
  background-image: url(../img/lp/schedule_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .l-schedule {
    background-size: auto 50%;
  }
}

.schedule__contents {
  counter-reset: item; /* カウンターを初期化 */
}
.schedule__item {
  margin-bottom: 6rem;
  display: flex;
  width: calc(100% - 20rem);
  margin-left: auto;
  position: relative;
  gap: 2rem;
}
.schedule__item p span {
  font-size: 0.8em;
}
.schedule__item:before {
  content: counter(item) "日目"; /* カウントの値を表示 */
  counter-increment: item; /* カウンターをインクリメント */
  position: absolute;
  left: -16rem;
  font-weight: bold;
  color: #fff;
  font-size: 2.2rem;
  width: 14rem;
  height: 5.5rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #042C68;
}
.schedule__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5rem solid transparent;
  border-left: 5rem solid transparent;
  border-top: 2rem solid #00AFCA;
  border-bottom: 0;
  display: block;
  position: absolute;
  transform: translateX(-120%);
  left: 50%;
  bottom: -3rem;
}
.schedule__item figure {
  width: 25rem;
  height: 14rem;
  border-radius: 2rem;
  overflow: hidden;
}
.schedule__item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.schedule__item__title {
  font-size: 2.6rem;
  font-weight: bold;
}
.schedule__item--sightseeing {
  width: 100%;
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem;
  display: block;
  margin-bottom: 0;
}
.schedule__item--sightseeing::before {
  display: none;
}
.schedule__item--sightseeing::after {
  display: none;
}
.schedule__item--sightseeing .c-flex {
  gap: 3rem;
}
.schedule__item--sightseeing figure {
  width: auto;
  height: auto;
  flex-basis: 40%;
}
.schedule__item--sightseeing .schedule__item__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3rem;
}
.schedule__item--sightseeing .schedule__item__right {
  flex-basis: 60%;
}
@media screen and (max-width: 768px) {
  .schedule h2 {
    text-align: center;
  }
  .schedule__item {
    width: 100%;
    padding-top: 5rem;
  }
  .schedule__item:before {
    top: 0;
    left: 0;
    font-size: 1.5rem;
    height: 4rem;
  }
  .schedule__item::after {
    transform: translateX(-50%);
  }
  .schedule__item__title {
    font-size: 2rem;
  }
  .schedule__item figure {
    width: 15rem;
    height: 10rem;
  }
  .schedule__item__right {
    flex-basis: calc(100% - 15rem);
  }
  .schedule__item__title {
    line-height: 1.5;
  }
  .schedule__item--sightseeing {
    padding: 2rem;
  }
  .schedule__item--sightseeing figure {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin-bottom: 2rem;
  }
  .schedule__item--sightseeing .c-flex {
    flex-direction: column;
  }
}

.included {
  width: 90%;
  border-radius: 2rem;
  border: 1px solid #00AFCA;
  padding: 3rem;
  gap: 4rem;
}
.included__title {
  font-size: 2.8rem;
  font-family: serif;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.included__contents {
  line-height: 2;
}
.included__contents span {
  margin-right: 3rem;
}
.included__contents span::before {
  content: "";
  display: inline-block;
  background-image: url(../img/lp/check.png);
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  position: relative;
  top: 0.3rem;
}
.included__contents--small {
  font-size: 0.8em;
}
.included__contents--small::before {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .included {
    flex-direction: column;
    padding: 2rem;
  }
  .included__title {
    margin-bottom: 1rem;
    font-size: 2.2rem;
  }
  .included__contents--small {
    line-height: 1.3;
  }
}

/*/////////////////////////
plan
/////////////////////////*/
.l-plan {
  background-image: url(../img/lp/gray_bg.jpg);
  padding-top: 7rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-plan {
    padding-bottom: 5rem;
  }
}

.plan__contents {
  gap: 2.5rem;
  margin-top: 10rem;
}
.plan__item {
  flex-basis: 33%;
  text-align: center;
  border-radius: 2rem;
  border: 2px solid #00AFCA;
  padding: 6rem 2rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.plan__item__label {
  background-color: #042C68;
  position: absolute;
  top: -3rem;
  color: #fff;
  padding: 1rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4rem;
  font-size: 2.5rem;
  width: 20rem;
  font-weight: bold;
}
.plan__item__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.plan__item__title span {
  font-size: 4.4rem;
}
.plan__item__dol {
  font-size: 5rem;
  font-weight: 700;
  color: #00AFCA;
  line-height: 1.5;
  width: fit-content;
  border-bottom: 2px solid #30304E;
  margin: 1rem auto;
}
.plan__item__dol span {
  font-size: 2.5rem;
  color: #30304E;
}
.plan__item__yen {
  margin-bottom: 2rem;
  font-weight: bold;
}
.plan__item__text {
  background-color: #E3F4F8;
  padding: 2rem;
  border-radius: 2rem;
  font-size: 1.8rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.plan__item__text--b {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.plan__text {
  text-align: right;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.plan_title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.4;
  text-align: center;
  color: #00AFCA;
  font-family: "Noto Serif JP", serif;
}
.plan_title h2 {
  color: #30304E;
  margin-top: 1rem;
}
.plan_table {
  width: 90%;
  margin: 5rem auto 7rem;
}
.plan_table p {
  text-align: center;
  margin-top: 1.5rem;
}
.plan__item {
  background-color: #fff;
  border-radius: 2rem;
  display: flex;
  margin-bottom: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.plan__item_title {
  font-size: 2.8rem;
  color: #00AFCA;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.plan__item--gold {
  border-color: #CD8F2F;
}
.plan__item--gold .plan__item__label {
  background: linear-gradient(90deg, #c68529 0%, #f5cf48 48.28%, #c8882b 100%);
  color: #552B0A;
}
.plan__item--gold .plan__item__text {
  background-color: #F5ECD1;
}
.plan__item--silver {
  border-color: #042C68;
}
.plan__item--silver .plan__item__label {
  background: linear-gradient(90deg, #909ad0 0%, #dee4ff 49.75%, #909ad0 100%);
  color: #042C68;
}
.plan__item--silver .plan__item__text {
  background-color: #E2E7F3;
}
.plan_left figure {
  border-radius: 2rem;
  overflow: hidden;
}
.plan_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan_contents {
  display: flex;
  gap: 3rem;
}
.plan_contents h2 {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
.plan_contents p {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .plan__contents {
    flex-direction: column;
    gap: 5rem;
    margin-top: 0;
  }
  .plan__item {
    padding: 4rem 2rem 2rem;
  }
  .plan__item__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .plan__item__title span {
    font-size: 3rem;
  }
  .plan__item__dol {
    font-size: 3.5rem !important;
    margin: 0 auto 1rem;
  }
  .plan__item__yen {
    font-size: 1.8rem;
  }
  .plan__item__text {
    font-size: 1.5rem;
    padding: 1.5rem;
  }
  .plan__item__label {
    font-size: 2rem;
    padding: 0.5rem;
    top: -2rem;
  }
  .plan__table {
    width: 100%;
  }
  .plan__left figure {
    height: 15rem;
  }
  .plan__left figure img {
    object-position: center;
  }
  .plan__contents {
    flex-direction: column;
  }
  .plan__contents h2 {
    font-size: 2.4rem;
  }
  .plan__contents p {
    font-size: 1.5rem;
  }
}

/*/////////////////////////
faq
/////////////////////////*/
.l-faq {
  background-color: #E3F4F8;
}

.faq_title {
  margin-bottom: 4rem;
}
.faq_item {
  border-radius: 2rem;
  display: flex;
  margin-bottom: 3rem;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  outline: 4px solid #00AFCA;
  outline-offset: -1px;
}
.faq_item_title {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 2rem;
  line-height: 1.4;
  color: #fff;
  background-color: #00AFCA;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 9rem;
  gap: 2rem;
}
.faq_item_title::before, .faq_item_title::after {
  content: "";
  width: 4rem;
  height: 0.5rem;
  background-color: #fff;
  position: absolute;
  right: 3rem;
  top: 50%;
  transition: 0.3s all;
}
.faq_item_title::after {
  transform: rotate(90deg);
}
.faq_item_title:hover {
  cursor: pointer;
}
.faq_item_title span {
  width: 4rem;
  display: flex;
  height: 4rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #fff;
  color: #30304E;
  line-height: 1;
  aspect-ratio: 1/1;
}
.faq_item.is-active .faq_item_title::after {
  transform: rotate(180deg);
}
.faq_item_text {
  padding: 2rem;
  font-size: 2rem;
  display: flex;
  gap: 1rem;
}
.faq_item_text p {
  flex-basis: calc(100% - 6rem);
}
.faq_item_text span {
  width: 4rem;
  display: flex;
  height: 4rem;
  flex-basis: 4rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  background-color: #E3F4F8;
  color: #30304E;
  line-height: 1;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .faq_item {
    margin-bottom: 2rem;
  }
  .faq_item_title {
    font-size: 1.5rem;
    padding: 1rem;
    padding-right: 5rem;
    gap: 1rem;
  }
  .faq_item_title::before, .faq_item_title::after {
    right: 1rem;
    width: 3rem;
    height: 0.3rem;
  }
  .faq_item_title span {
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
  }
  .faq_item_text {
    padding: 1rem;
  }
  .faq_item_text span {
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    flex-basis: 4rem;
  }
  .faq_item_text p {
    flex-basis: calc(100% - 4rem);
    font-size: 1.4rem;
  }
}

/*/////////////////////////
footer
/////////////////////////*/
footer.l-footer {
  position: relative;
  background-color: #FEFEFE;
}

.footer {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.footer_logo {
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer_logo a {
  margin-right: 1rem;
  display: block;
  vertical-align: middle;
  margin-bottom: 1rem;
  width: 28rem;
}
.footer_logo a img {
  width: 100%;
  max-width: 30rem;
}
.footer_top {
  margin: 0 auto;
  padding: 5rem 2rem 4rem;
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
.footer_top_left {
  width: 20%;
  flex-basis: 20%;
  display: flex;
}
.footer_top_right {
  width: 100%;
  flex-basis: 100%;
}
.footer_btm {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-color: #00AFCA;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
.footer_navs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.footer_nav {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.footer_nav_title {
  font-size: 1.5rem;
  color: #9B9A9A;
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer_nav + .footer_nav {
  margin-left: 6rem;
}
.footer_nav a {
  transition: 0.2s all;
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 1rem;
  padding: 1rem;
}
.footer_nav a img {
  position: relative;
  top: -2px;
  padding-left: 0.5rem;
}
.footer_nav a:hover {
  opacity: 0.5;
  cursor: pointer;
}
.footer_nav_corporate {
  font-size: 1.5rem;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .footer_logo a {
    width: 100%;
    max-width: 20rem;
  }
  .footer_top {
    flex-basis: 100%;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 2rem 1rem;
  }
  .footer_top .footer_navs {
    justify-content: flex-start;
  }
  .footer_top_left {
    width: 100%;
  }
  .footer_top_left a {
    margin-top: 3rem;
  }
  .footer_top_right {
    width: 100%;
    margin-top: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer_top .footer_nav li {
    flex-basis: auto;
    border-bottom: 1px solid #D0D0DE;
  }
  .footer_top .footer_nav li a {
    padding-left: 3rem;
    background-image: url(../img/lp/footer_icon.svg);
    background-position: left 50%;
    background-size: 2rem;
    background-repeat: no-repeat;
  }
  .footer_btm {
    text-align: center;
  }
  .footer_btm .footer_nav {
    text-align: center;
  }
  .footer_btm .footer_nav a {
    margin-bottom: 1rem;
  }
  .footer_navs {
    width: auto;
    justify-content: flex-start;
  }
  .footer_navs ul {
    flex-direction: column;
  }
  .footer_nav {
    display: block;
    width: 100%;
  }
  .footer_nav_corporate {
    margin-top: 0;
  }
  .footer_nav_corporate ul li a {
    font-size: 0.8em;
  }
}

.footer_privacy {
  list-style: none;
  font-size: 1.4rem;
  font-weight: 300;
  margin-right: 2rem;
  color: #676767;
}
@media screen and (max-width: 768px) {
  .footer_privacy {
    margin-right: 0;
    margin-left: 2rem;
  }
}

.footer_recruit-link {
  color: #172E74;
}

.l-f-banner {
  background-image: url(../img/lp/top_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .l-f-banner {
    padding: 3rem 2rem;
  }
}

.f-banner .top_title {
  padding-top: 0;
}
.f-banner_left {
  text-align: center;
  position: relative;
}
.f-banner_right {
  flex-basis: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5rem;
}
.f-banner_title {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .f-banner {
    flex-direction: column;
    padding: 0;
  }
  .f-banner_title h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .f-banner_title h1 .grd {
    background: transparent;
    display: inline-block;
    color: #fff;
    padding: 0;
    line-height: 2;
  }
  .f-banner_title h1 .grd-sp {
    display: inline-block;
    background: linear-gradient(90deg, #00afca 0%, #008cca 100%);
    color: #fff;
    padding: 0rem 1rem;
    line-height: 1.7;
  }
  .f-banner_left {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  .f-banner .btn_viewall:not(.btn_viewall--min) {
    width: 100%;
  }
}

/*/////////////////////////
cta
/////////////////////////*/
.cta {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: fit-content;
  box-shadow: 0 -0.2rem 1rem rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 100;
  overflow: hidden;
  border-radius: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.cta.is-active {
  opacity: 1;
  pointer-events: all;
}
.cta__title {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #00AFCA;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
  padding: 0.5rem;
  border-radius: 2rem 2rem 0 0;
}
.cta__buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0 0 2rem 2rem;
  border: 4px solid #00AFCA;
  background: #fff;
}
.cta__button {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40rem;
  width: 100%;
  white-space: nowrap;
}
.cta__button--line {
  background: #06C755;
}
.cta__button--form {
  background: #00AFCA;
}
.cta .btn_viewall {
  font-size: 1.8rem;
}
.cta .btn_viewall span {
  padding: 1.2rem 5rem 1.2rem 3rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .cta {
    width: 94%;
    right: 3%;
    bottom: 1rem;
    overflow: hidden;
  }
  .cta__title {
    padding: 0.5rem;
  }
  .cta__button {
    padding: 1rem 1.5rem;
  }
  .cta .btn_viewall span {
    padding: 1rem 3rem;
  }
}/*# sourceMappingURL=lp.css.map */