@charset "utf-8";
/*
Theme Name: Original Theme

*/


:root {
  --theme-color: #0B93A0;
}

html {
  font-style: normal;
  font-size: 62.5%;
  /* font-size: calc(2.5px + (7.5 * (100vw / 1920))); */
  position: relative;
  text-align: justify;
  color: var(--theme-color);
}




body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  overflow-x: hidden;
  display: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: none;
  border: 1px solid var(--theme-color);
  padding: 5px;
}




.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {

}
h1,h2,h3,h4,h5,h6 {

}
h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4,h5,h6 {
  font-size: 1.8rem;
}

p,th,td,li,dt,dd {
  font-size: 1.6rem;
  line-height: 2;
}



a,button {
  cursor: pointer;
}



a {

  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

section {
  position: relative;
}


.yellow_line {
  font-size: 3rem;
  font-weight: 900;
  padding-bottom: 1.4rem;
  
}

.yellow_line span {
  position: relative;
}

.yellow_line span::after {
  bottom: -1.4rem;
  width: 100%;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 0.3rem;

  background: linear-gradient(90deg, #FFFFFF 0%, #FFED62 100%);


}

@media screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }

  h1 {
    font-size: 2.4rem;
  }
  
  h2 {
    font-size: 2.2rem;
  }
  
  h3 {
    font-size: 1.9rem;
  }
  
  
  h4,h5,h6 {
    font-size: 1.7rem;
  }

  p,th,td,li,dt,dd {
    line-height: 1.6;
    font-size: 1.5rem;

  }
  
  .wrapper {
    width: calc(100% - 4rem);
  }


  .yellow_line {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    
  }
  

  
  
  .yellow_line span::after {
    bottom: -1rem;
    height: 0.2rem;  
  }

}

@media screen and (min-width: 501px) {
  .minsp {
    display: none;
  }

}



/***header***/
header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 3rem;
  padding-left: 4rem;
  z-index: 10;
}

.header_logo {
  width: 23.4rem;
  display: block;
}

.header_logo img {
  width: 100%;
}



@media screen and (max-width: 780px) {
  header {
    padding-top: 1.6rem;
    padding-left: 2rem;
  }
  
  .header_logo {
    width: 16.4rem;
  }


}


/***fv***/



.white_text p {
  font-size: 3rem;
  font-weight: 900;
  color: white;
  line-height: 6.9rem
}

.white_text p span {
  color: var(--theme-color);
  background-color: white;
  font-size: 3.9rem;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  margin: 0 0.5rem;
}


.fv_sec .big_text {
  background: linear-gradient(87.76deg, rgba(52, 155, 120, 0.6) 0%, rgba(11, 117, 142, 0.6) 100%);
  padding: 3.7rem 4.5rem;
  position: relative;
}

.fv_sec .big_text::before,
.fv_sec .big_text::after {
  width: 2.5rem;
  height: 4.0rem;
  content: '';
  position: absolute;
  border: 0.25rem solid white;
}

.fv_sec .big_text::before {
  border-right: none;
  border-bottom: none;
  top: 2rem;
  left: 3rem;
}

.fv_sec .big_text::after {
  border-top: none;
  border-left: none;
  bottom: 2rem;
  right: 3rem;
}

.fv_sec .big_text h1 {
  font-size: 4.4rem;
  font-weight: 900;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFED62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  text-align: center;
}


.line-container {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 9rem;
  background-color: white;
  cursor: pointer;
}
.dot {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background-color: white;
  border-radius: 50%;
  left: -0.6rem;
  animation: moveDot 2s infinite linear;
  opacity: 0;
}

@keyframes moveDot {
  0% { 
    top: 0; 
    opacity: 0;
  }
  5% {
    opacity: 1;
    top: 0
  }
  95% {
    opacity: 1;
    top: 100%;
  }
  100% {
     top: 100%; 
     opacity: 0;
    }
}


@media screen and (min-width: 781px) { 
  .fv_sec .text {
    position: absolute;
    top: 18.8rem;
    left: 19.4rem;
  }

  .fv_sec .text .white_text {
    margin-bottom: 6rem;
  }


}

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

  .fv_sec .text {
    padding-top: 18.5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .white_text p {
    font-size: 2rem;
    line-height: 4.6rem;
    text-align: center;

  }
  .white_text p span {
    font-size: 2.6rem;
    padding: 0.3rem;
  }

  .fv_sec .white_text {
    margin-bottom: 4.6rem;
  }

  .fv_sec .big_text {
    width: 100%;
    padding: 2.6rem 1.8rem;
  }
  .fv_sec .big_text::before,
  .fv_sec .big_text::after {
    width: 2rem;
    height: 3rem;
  }
  .fv_sec .big_text::before {
    top: 1.2rem;
    left: 1.7rem;
  }
  
  .fv_sec .big_text::after {
    bottom: 1.2rem;
    right: 1.7rem;
  }
  .fv_sec .big_text h1 {
    font-size: 3.3rem;
  }

  .line-container {
    bottom: 8rem;
    height: 9rem;
  }


}




/***about sec***/
.about_sec {
  padding-top: 9rem;
  padding-bottom: 6rem;
  text-align: center;
  background: url(../lpimg/about_back.jpg) center / cover no-repeat;
}

.about_sec h2 {
  color: white;
  margin-bottom: 8rem;
}

.point_list {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto 1.5rem;
  background-color: rgba(206, 233, 236, 0.7);
  border-radius: 2rem;
  padding: 0 5rem  2rem;
  display: flex;
  justify-content: space-between;
}
.point_list li {
  position: relative;
  width: 14rem;
  height: 16rem;
  top: -2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}
/* .point_list li::before {
  content: '';
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #FFFFFF;
  content: '';
  width: 16rem;
  height: 14rem;
  z-index: -1;
} */


.point_list li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 19rem;
  height: 21rem;
  z-index: -1;

  background: url(../lpimg/six_box_back.svg) center / contain no-repeat;
}


.about_sec .middle {
  text-align: center;
  max-width: 14rem;
  margin: 0 auto 1.5rem;
}

.about_sec .middle img {
  width: 100%;
}


.about_sec .text_banner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 0;
}

.about_sec .text_banner p {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 900;
}

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

  .about_sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: url(../lpimg/about_back_sp.jpg) center / cover no-repeat;
  }
  .about_sec h2 {
    color: white;
    margin-bottom: 4.6rem;
  }

  .point_list {
    flex-wrap: wrap;
    gap: 2rem 1.4rem;
    margin-bottom: 1rem;
    padding: 0 4.5rem  1rem;
    width: 31rem;
  }

  .point_list li {
    width: 10rem;
    height: 11.6rem;
    top: -1.6rem;
    font-size: 1.6rem;
  }
  
  .point_list li::after {
    width: 14rem;
    height: 16rem;
  }
  .about_sec .middle {
    margin-bottom: 2rem;
    width: 10rem;
  }

  .about_sec .text_banner {
    padding: 1.6rem 0;
  }

  .about_sec .text_banner p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    max-width: 31.2rem;
    margin: 0 auto;
  }



}


/***anxiety sec***/
.anxiety_sec {
  background: url(../lpimg/anxiety_back.jpg) center bottom / cover no-repeat;
  padding: 8rem 0 13rem;
  text-align: center;
  z-index: 1;
  margin-bottom: -2px;
}

.anxiety_sec h2 {
  padding: 3rem 7rem;
  display: inline-block;

  margin-bottom: 5rem;
  color: white;
  position: relative;
  z-index: 1;
}

.anxiety_sec h2::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(115, 115, 115, 0) 0%, #737373 19%, #737373 79.5%, rgba(115, 115, 115, 0) 100%);
  opacity: 0.6;
  z-index: -1;
}

.anxiety_list li {

  font-size: 2rem;
  position: relative;
}

.anxiety_list li:not(:last-child) {
  margin-bottom: 4rem;
}

.anxiety_list li::after {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  transform: translateX(-50%);
  background: url(../lpimg/dot.svg) top center / contain no-repeat;
  border-radius: 50%;
}

.anxiety_list li:last-of-type::after {
  height: 4.44rem;
  background: url(../lpimg/dots.svg) top center / contain no-repeat;
  border-radius: 0;
}


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

  .anxiety_sec  {
    padding: 3.5rem 0 11.2rem;
    background: url(../lpimg/anxiety_back_sp.png) top center / cover no-repeat;
    margin-bottom: 0;
  }
  .anxiety_sec h2 {
    padding: 2rem;
    width: 100%;
    display: block;
    margin-bottom: 3rem;
    line-height: 2.8rem;
  }

  .anxiety_list li {
    
    font-size: 1.6rem;
  }
  
  .anxiety_list li:not(:last-child) {
    margin-bottom: 3.6rem;
  }

  .anxiety_list li::after {
    width: 0.4rem;
    height: 0.4rem;
    top: calc(100% + 1.8rem);
  }
  
  .anxiety_list li:last-of-type::after {
    height: 4.44rem;
  }

}

/***important***/
.important_sec {
  padding: 12rem 0 7rem;
  background: url(../lpimg/important_back.jpg) top center / cover no-repeat;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.important_sec::before {
  width: 0;
  height: 0;
  /* border-style: solid;
  border-right: 31.5rem solid transparent;
  border-left: 31.5rem solid transparent;
  border-top: 10rem solid #ffffff;
  border-bottom: 0; */
  content: '';
  position: absolute;
  top: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 63rem;
  height: 10rem;
  background: url(../lpimg/triangle.png) top center / contain no-repeat;
}

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


  .important_sec {
    padding: 7rem 0 4rem;
    background: url(../lpimg/important_back_sp.jpg) top center / cover no-repeat;
  }

  .important_sec::before {
    background: none;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 4.8rem solid #ffffff;
    border-bottom: 0;
    width: 0;
    height: 0;
  }


}



/***simulation sec***/ 

.simulation_sec {
  padding: 8rem 0;
  text-align: center;
  background-color: #E7F4F6;
}

.simulation_sec h2 {
  margin-bottom: 5rem;
}

.simulation_list {
  width: 100%;
  max-width: 81.4rem;
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: stretch;
}

.simulation_list li {
  flex: 1;
  border-radius: 2rem;
  background-color: rgba(11, 147, 160, 0.2);
  padding: 1rem 0 3.6rem;
}


.simulation_list li .num_box {
  position: relative;
  width: 14rem;
  height: 16rem;
  z-index: 0;
  margin: 0 auto 3rem;
  padding-top: 3rem;
}
.simulation_list li .num_box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 19rem;
  height: 21rem;
  z-index: -1;

  background: url(../lpimg/six_box_back.svg) center / contain no-repeat;
}

.simulation_list li .num_box .num {
  font-weight: 800;
  font-size: 2.4rem;
  color: #FFB600;
  margin-bottom: 1.4rem;
  line-height: 1;
}

.simulation_list li .num_box .title {
  font-size: 1.6rem;
  font-weight: 900;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
}

.simulation_list li .icon {
  margin: 0 auto;
  text-align: center;
}

.simulation_list li:nth-of-type(1) .icon img {
  width: 6rem;
}
.simulation_list li:nth-of-type(2) .icon img {
  width: 6.5rem;
}
.simulation_list li:nth-of-type(3) .icon img {
  width: 5rem;
}
.simulation_list li:nth-of-type(4) .icon img {
  width: 6.2rem;
}


.simulation_list li .icon img {
  width: 100%;
}


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


  .simulation_sec {
    padding: 6rem 0;
  }

  .simulation_sec h2 {
    margin-bottom: 3rem;
  }

  .simulation_list {
    flex-direction: column;
    max-width: 32rem;
    margin-bottom: 5rem;
    gap: 2rem;
  }

  .simulation_list li {
    display: flex;
    padding: 1rem 3rem;
    align-items: center;
  }

  .simulation_list li .num_box {
    width: 12rem;
    height: 14rem;
    margin: 0;
  }
  .simulation_list li .num_box::after {
    width: 16rem;
    height: 18rem;
  }

  .simulation_list li .num_box .title {
    font-size: 1.4rem;
  }

  .simulation_list li .icon {
    flex: 1;
  }
  
}

/***cta***/
.cta_box {
  max-width: 84.4rem;
  width: 100%;
  background: url(../lpimg/cta_back.png) center / cover no-repeat;
  margin: 0 auto;
  padding: 4.6rem 0;
  border-radius: 2rem;
  border: 0.3rem solid var(--theme-color);
  text-align: center;
}

.cta_box .cta_label {
  display: flex;
  background-color: white;
  padding-bottom: 1rem;
}

.cta_label .left,
.cta_label .right {
  width: 50%;
}

.cta_label .left .title {
  width: 27.8rem;
  padding: 1rem;
  background: linear-gradient(87.76deg, #349B78 0%, #0B758E 100%);
  margin: -2rem auto 0.5rem;
}

.cta_label .left .title p {
  background: linear-gradient(90deg, #FFFFFF 0%, #FFED62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 900;
}

.cta_label .left .price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.cta_label .left .price dt {
  position: relative;
  width: 6rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items:center;
  font-size: 2rem;
  font-family: 900;
  z-index: 1;
}

.cta_label .left .price dt::before {
  z-index: -1;
  content: '';
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-color: #E7F4F6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 7rem;
  height: 6rem;
}

.cta_label .left .price dd {
  font-size: 2.4rem;
  font-weight: 900;
}

.cta_label .left .price dd span {
  font-size: 4.6rem;
  font-weight: 800;
}


.cta_label .right {
  padding-right: 4.3rem;
}

.cta_label .cta_btn {
  margin-top: 5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.72rem;
  background-color: #FFB600;
  color: white;
  font-size: 2.4rem;
  font-weight: 900;
  width: 100%;
  height: 8.4rem;
  border: 0.48rem solid rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 1.2rem #0B93A0;
}

.cta_label .cta_btn::after {
  content: '';
  width: 4rem;
  height: 5rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../lpimg/cta_arrow.svg) center / contain no-repeat;
}


.cta_label .cta_btn figure {
  max-width: 21.7rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}


.cta_label .cta_btn figure img {
  width: 100%;
}


@media screen and (max-width: 780px) {
  .cta_box {
    max-width: inherit;
    width: calc(100% - 3.6rem);
    padding: 5.3rem 0 3.4rem;
    background: url(../lpimg/cta_back_sp.png) center / cover no-repeat;
    border: 0.2rem solid var(--theme-color);

  }
  .cta_box .cta_label {
    display: block;
    background-color: transparent;
    padding-bottom: 0rem;
  }
  .cta_label .left,
  .cta_label .right {
    width: 100%;
  }

  .cta_label .left {
    background-color: white;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
  }

  .cta_label .left .title {
    width: 32rem;
    padding: 1rem;
    margin: 0rem auto -2rem;
    position: relative;
    top: -3rem;
  }
  .cta_label .left .title p {
    font-size: 2.8rem;
  }


  .cta_label .left .price dt {
    width: 5.7rem;
    height: 6.5rem;
  }
  .cta_label .left .price dt::before {
    width: 6.5rem;
    height: 5.7rem;
  }
  


  .cta_label .right {
    padding-right:0rem;
  }

  .cta_label .cta_btn {
    width: calc(100% - 3.6rem);
    margin: 0 auto;
    font-size: 2rem;
  }


.cta_label .cta_btn::after {
  width: 2.6rem;
  height: 3.4rem;
  right: 3rem;
}



  .cta_label .cta_btn figure {
    width: 18rem;
  }

}



/***data sec***/

.data_sec {
  padding: 13rem 0 8rem;
  background: url(../lpimg/data_back.png) top center/ cover no-repeat;
}

.data_sec .top {
  max-width: 63.7rem;
  margin: 0 auto 4rem;
}

.data_sec .top h2 {
  margin-bottom: 4.6rem;
  line-height: 2.7;
}
.data_sec .top h2 span {
  font-size: 3.2rem;
  color: white;
  font-weight: 900;
  background-color: var(--theme-color);
  padding: 0.8rem;
}

.data_sec .top h3 {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 900;
}

.data_sec .top .box {
  width: 100%;
  max-width: 61.8rem;
  margin: 0 auto;
}

.data_sec .top .box .ex {
  border-left: 0.26rem solid var(--theme-color);
  padding: 1rem 0;
  padding-left: 2.7rem;
  margin-bottom: 3rem;
}

.data_sec .top .box .ex p {
  font-size: 1.6rem;
  font-weight: 600;
}

.quote {
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}

.quote dt {
  font-size: 1.4rem;
  color: #666666;
  width: 11rem;
  text-align: center;
}

.quote dd {
  padding-left: 2.5rem;
  border-left: 0.28rem solid white;
  flex: 1;
}

.quote dd img {
  width: 31rem;
  mix-blend-mode: multiply;
}


.data_sec .middle {
  text-align: center;
  max-width: 14rem;
  margin: 0 auto 3.5rem;
}

.data_sec .middle img {
  width: 100%;
}

.data_sec .bottom h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 4rem;
}

.data_sec .data_table {
  max-width: 67.4rem;
  margin: 0 auto;
  display: flex;
  border: 0.2rem solid #E7F4F6;
}
.data_sec .data_table dt,
.data_sec .data_table dd {
  line-height: 2.1;
  font-size: 1.6rem;
  font-weight: 600;
}
.data_sec .data_table dt {
  padding: 0 3rem;
  background-color: #E7F4F6;
}

.data_sec .data_table dd {
  text-align: center;
  flex: 1;
}


@media screen and (max-width: 780px) {
  .data_sec {
    padding: 5.3rem 0 5.7rem;
    background: url(../lpimg/data_back_sp.png) top center/ cover no-repeat;
  }

  .data_sec .top {
    max-width: inherit;
    width: calc(100% - 3.6rem);
    margin: 0 auto 2rem;
  }


  .data_sec .top h2 {
    margin-bottom: 2rem;
    line-height: 4.6rem;
  }
  .data_sec .top h2 span {
    font-size: 2rem;
    padding: 0.4rem;
  }


  .data_sec .top h3 {
    margin-bottom: 2rem;
    line-height: 2.6rem;
    font-size: 1.6rem;
  }

  .data_sec .top .box {
    width: 100%;
    max-width: inherit;
    margin-left: 1rem;
    padding-right: 1.8rem;
  }

  .data_sec .top .box .ex {
    padding: 0;
    padding-left: 2rem;
    margin-bottom: 2rem;
  }
  .data_sec .top .box .ex p {
    font-size: 1.2rem;
  }

  .quote {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
  }

  .quote dt {
    font-size: 1rem;
    width: 8rem;
  }
  .quote dd {
    padding-left: 1.8rem;
  }
  .quote dd img {
    width: 22.3rem;
  }

  .data_sec .middle {
    max-width: 10rem;
    margin: 0 auto 2.7rem;
  }

  .data_sec .bottom h3 {
    font-size: 1.8rem;
    margin-bottom: 2.6rem;
  }

  .data_sec .data_table {
    display: block;
    max-width: inherit;
    width: calc(100% - 3.6rem);
    text-align: center;
  }
  .data_sec .data_table dt,
  .data_sec .data_table dd {
    line-height: 2.1;
    font-size: 1.2rem;
  }
    
  .data_sec .data_table dt {
    padding: 0.6rem 0;
  }
  .data_sec .data_table dd {
    padding: 0.8rem 0;
  }


}


/***flow sec***/
.flow_sec {
  padding: 7.8rem 0;
  background: url(../lpimg/flow_back.jpg) bottom center / cover no-repeat;
}


.flow_sec h2 {
  margin-bottom: 6rem;
  text-align: center;
}

.flow_list {
  margin-bottom: 6rem;
}
.flow_list li {
  border-radius: 2.4rem;
  padding: 2.4rem;
  min-height: 19.2rem;
  max-width: 62rem;
  margin: 0 auto;
  color: white;
}
.flow_list li:not(:last-of-type) {
  margin-bottom: 3rem;
}

.flow_list li:nth-of-type(1) {
  background: url(../lpimg/flow_1_back.png) center / cover no-repeat;
}
.flow_list li:nth-of-type(2) {
  background: url(../lpimg/flow_2_back.png) center / cover no-repeat;
}
.flow_list li:nth-of-type(3) {
  background: url(../lpimg/flow_3_back.png) center / cover no-repeat;
}

.flow_list li h3 {
  font-size: 1.9rem;
  font-weight: 900;
  margin-bottom: 2.4rem;
  line-height: 1;
}

.flow_list li h3 span {
  margin-right: 1.2rem;
  font-size: 3.8rem;
  font-weight: 800;
}

.flow_list li .text {
  font-size: 1.68rem;
  line-height: 2.4rem;
  max-width: 33.6rem;
  font-weight: 600;
}


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


  .flow_sec {
    padding: 6rem 0;
    background: url(../lpimg/flow_back_sp.jpg) bottom center / cover no-repeat;
  }

  .flow_sec h2 {
    margin-bottom: 3rem;
  }
  .flow_list {
    margin-bottom: 5rem;
  }
  .flow_list li {
    min-height: 1.6rem;
    padding: 2rem;
    width: calc(100% - 7rem);
    max-width: inherit;
    border-radius: 2rem;
  }

  .flow_list li:not(:last-of-type) {
    margin-bottom: 2rem;
  }


  .flow_list li:nth-of-type(1) {
    background: url(../lpimg/flow_1_back_sp.png) center / cover no-repeat;
  }
  .flow_list li:nth-of-type(2) {
    background: url(../lpimg/flow_2_back_sp.png) center / cover no-repeat;
  }
  .flow_list li:nth-of-type(3) {
    background: url(../lpimg/flow_3_back_sp.png) center / cover no-repeat;
  }


  .flow_list li h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  
  .flow_list li h3 span {
    margin-right: 1.6rem;
    font-size: 3.2rem;
  }
  .flow_list li .text {
    font-size: 1.4rem;
    line-height: 2rem;
    max-width: inherit;
  }

}


/***information sec***/
.information_sec {
  padding: 7.8rem 0;
}

.information_sec h2 {
  margin-bottom: 6rem;
  text-align: center;
}

.information_sec .two_column {
  display: flex;
  justify-content: center;
  gap: 8rem;
  margin-bottom: 6rem;
}


.information_sec .two_column .left {
  width: 50rem;
}

.information_sec .left figure {
  margin-bottom: 2.5rem
}

.information_sec .left img {
  width: 100%;
}

.information_sec .left .add {
  font-size: 1.4rem;
  font-weight: 600;
}

.information_sec .right {
  width: 46rem;
}

.information_sec .right .gmap {
  width: 100%;
  height: 27rem;
  position: relative;
  overflow: hidden;
}

.information_sec .right .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information_sec .address {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 2;
}

.information_sec .station {
  width: 22.6rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 4rem;
  background-color: #CEE9EC;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}


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

  .information_sec {
    padding: 6rem 0;
  }
  .information_sec h2 {
    margin-bottom: 3rem;
  }

  .information_sec .two_column {
    display: block;
    margin-bottom: 0rem;
  }

  .information_sec .two_column .left {
    width: calc(100% - 3rem);
    margin: 0 auto 4rem;
  }
  .information_sec .left figure {
    margin-bottom: 1.8rem;
  }


  .information_sec .left .add {
    font-size: 1.2rem;
    margin-bottom: 4rem;
  }

  .information_sec .right {
    width: 100%;
  }

  .information_sec .right .gmap {
    height: 20rem;
  }

  .information_sec .address {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }

  .information_sec .station {
    width: 16.2rem;
    height: 3rem;
    font-size: 1.4rem;
  }

}

/***footer***/
footer {
  height: 25rem;
  width: 100%;
  background: url(../lpimg/footer_back.png) top center / cover no-repeat;
  padding: 5rem 6rem;

}


.footer_logo {
  width: 23.4rem;
  display: block;
}

.footer_logo img {
  width: 100%;
}



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

  footer {
    height: 14rem;
    width: 100%;
    background: url(../lpimg/footer_back_sp.png) top center / cover no-repeat;
    padding: 3rem 2rem;
  
  }
  
  
  .footer_logo {
    width: 16.4rem;
  }


}
