@charset "utf-8";
*{
  margin: 0;
  padding: 0;
  font-family:'Noto Sans JP','Hiragino Sans','Hiragino Kaku Gothic ProN',Meiryo,'sans-serif';
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
#loader{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 9999;
}
a{
  color: #ff2778;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
html,body{
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
body{
  background: url("../img/body_bg.webp") repeat left top;
  background-size: 250px auto;
}
img{
  display: block;
  vertical-align: top;
}
.center{
  text-align: center;
}
.pop{
  position: relative;
}
.green{
  color: #0bac4b;
}
.green_b{
  color: #008778;
}
.italic{
  font-style: italic;
}
.pink{
  color: #ff2778;
}
.serif{
  font-family: "Noto Serif JP", serif;
}
.pop{
  font-family: "Mochiy Pop One",'sans-serif';
  color: #623737;
}
span{
  font-family: inherit;
}
#main_text{
  position: relative;
  z-index: 1;
}
#main_text ul{
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
#main_text li{
  list-style: none;
  margin: 0 10px;
  border-radius: 100%;
  overflow: hidden;
  background: url("../img/circle_bg.webp") no-repeat center center;
  background-size: 100% auto;
  width: 176px;
  height: 176px;
  font-size: 30px;
  text-align: center;
  line-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main_text li .pink{
  font-size: 46px;
}
#panda_top{
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 5px;
  width: 180px;
  z-index: 2;
}
#main_section{
  position: relative;
  width: 100%;
  padding: 80px 0 120px;
  clip-path: inset(0);
  z-index: -1;
}
#main_section:before{
  content:"";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 100svh;
  background: url("../img/bg.webp") repeat left top;
  background-size: 1500px auto;
  animation: roop_balloon 60s linear infinite;
  z-index: -1;
}
#main_section:after{
  content:"";
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100svh;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(bottom left, #ffcfcf 0%, #ffc3ed 25%, #c9e4ff 50%, #bffdc4 75%, #fdddaf 100%);
  background: -o-linear-gradient(bottom left, #ffcfcf 0%, #ffc3ed 25%, #c9e4ff 50%, #bffdc4 75%, #fdddaf 100%);
  background: linear-gradient(to top right, #ffcfcf 0%, #ffc3ed 25%, #c9e4ff 50%, #bffdc4 75%, #fdddaf 100%);
  mix-blend-mode:overlay;
}
#main_text{
  position: relative;
}
#main_section h1{
  position: relative;
  width: 690px;
  margin: 0 auto;
}
#main_section h2{
  text-align: center;
  margin-top: 30px;
  color: #623737;
  font-size: 28px;
  line-height: 48px;
}
#main_section h2 span{
  font-family: inherit;
}
#main_section h2 .big{
  font-size: 34px;
}
header{
  position:fixed;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  z-index: 10;
}
header:before{
  content:"";
  position:absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  left: 0;
  top: -84px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}
.sc_active header:before{
  top: 0;
}
#logo_flex{
  display: flex;
  align-items: center;
}
#logo{
  position: relative;
  width: 170px;
  margin-top: 5px;
  margin-left: 15px;
  cursor: pointer;
}
#logo2{
  position: relative;
  width: 170px;
  margin-top: 5px;
  margin-left: 15px;
  cursor: pointer;
}

#fix_navi{
  position:absolute;
  display: flex;
  right: 0;
  top: 0;
  align-items: center;
}
.fix_btn{
  position: relative;
  width: 160px;
  height: 80px;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.fix_btn:hover{
  opacity: 0.9;
}
.fix_btn img{
  width: 35px;
  padding-top: 14px;
  margin: 0 auto;
}
.nav_set:first-child .fix_btn{
  background: #ff2778;
  border-radius: 0 0 0 10px;
  border-right: 2px solid #FFF;
}
.nav_set:last-child .fix_btn{
  background: #37b669;
}
.nav_set p{
  font-weight: 500;
}
.sub_section{
  position: relative;
}
.sub_section_cn{
  position: relative;
  padding: 120px 60px;
  max-width: 800px;  
  margin: 0 auto;
}
.index_up{
  z-index: 1 !important;
}
#about{
  position: relative;
}
#about:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 40px;
  background: url("../img/about_repeat.webp") repeat-x center top;
  background-size: 100px auto;
  left: 0;
  top: 0;
}
.sub_section h2{
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 52px;
  text-align: center;
}
#about_img{
  position: relative;
  box-sizing: border-box;
  margin: 30px 60px 0;
}
#about_img img{
  border-radius: 20px;
  border: solid 4px #008a78; 
}
#about_img:after{
  content:"";
  position: absolute;
  left: -116px;
  bottom: 10px;
  width: 120px;
  height: 232px;
  background: url("../img/about_panda.webp") no-repeat left top;
  background-size: 120px auto;
}
#worries{
  position: relative;
  clip-path: inset(0);
  z-index: -1;
}
#worries:before{
  content:"";
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("../img/nayami_bg.webp") repeat center center;
  background-size: 1440px auto;
  left: 0;
  top: 0;
}
#worries h2{
  color: #FFF;
  text-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}
#worries h2 span:first-child{
  font-family: inherit;
  text-shadow: none;
  font-size: 62px;
  line-height: 62px;
  padding: 5px 10px 10px;
  margin: 0 5px;
  display: inline-block;
  background: #008778;
}
#worries_img{
  width: 220px;
  margin: 80px auto 0;
  transform:translateX(-10px);
}
#worries_list ul{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 210px;
}
#worries_list li{
  width: 50%;
  list-style: none;
}
#worries_list li img{
  max-width: 280px;
}
#worries_list li:nth-child(odd){
  display: flex;
  justify-content: flex-start;
}
#worries_list li:nth-child(even){
  display: flex;
  justify-content: flex-end;
}
#arrow{
  position: relative;
  margin: -65px auto;
  width: 148px;
  z-index: 2;
}
#solution{
  min-height: 1800px;
  background: url(../img/solution_bg.jpg) no-repeat center top #d9f4e7;
  background-size: 100% auto;
  overflow: hidden;
}
#solution:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/dotted.webp") repeat left top;
  background-size: 6px auto;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
#solution h2 .wg{
  display:inline-block;
  padding: 5px 10px 10px;
  background: #008778;
  color: #FFF;
}
#solution h2 .big_font{
  font-size: 70px;
  line-height: 80px;
}
#solution h2 .green_b{
  margin-left: 5px;
}
#solution_list{
  position: relative;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
  background: url(../img/pattern.webp) repeat left top;
  background-size: 50px auto;
}
#solution_list:before{
  content:"";
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 10px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: solid 1px #f5b4c9;
  box-sizing: border-box;
}
#solution_list:after{
  content:"";
  position: absolute;
  right: -50px;
  bottom: -40px;
  background: url("../img/solutioin_panda.webp") no-repeat left top;
  background-size: 100% auto;
  width: 155px;
  height: 253px;
}
.solution_text{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}
.solution_text:last-child{
  margin-bottom: 0;
}
.solution_text h3{
  font-size: 40px;
  line-height: 62px;
}
.solution_text h3 .big_font{
  font-size: 60px;
  margin-left: 5px;
}
.solution_text p{
  font-weight: 500;
  margin-top: 5px;
  font-size: 18px;
  line-height: 30px;
}
#flow{
  margin-top: 120px;
}
#flow h2{
  line-height: 42px;
  margin-bottom: 60px;
  text-shadow: 0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1);
}
#flow h2 span{
  font-size: 30px;
}
.flow_list{
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
  overflow: hidden;
}
.step_allow{
  margin: 15px auto;
  max-width: 40px;
}
.flow_step{
  width: 120px;
  background: #008778;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flow_step p{
  font-size: 22px;
  line-height: 38px;
  color: #FFF;
}
.flow_step span{
  font-size: 40px;
  color: #FFF;
}

.flow_text{
  width: calc(100% - 180px); 
  background: #FFF;
  padding: 20px 30px;
}
.flow_text h3{
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}
.flow_text p{
  line-height: 28px;
}
.flow_text .green_b{
  color: #008778;
}
#flow_copy{
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  margin-top: 60px;
  margin-bottom: 30px;
  text-shadow: 0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1);
}
.cta{
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}
.cta_btn{
  position: relative;
  padding: 34px 0;
  border-radius: 200px;
  background: #ff2778;
  border: solid 2px #8c0538;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #FFF;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 1;
}
.cta:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #8c0538;
  margin-top: 5px;
  left: 0;
  top:0;
}
.cta_btn:hover{
  transform: translateY(5px);
}
.cta_btn:before{
  content:"";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/cta_arrow.webp") no-repeat center center;
  background-size: 20px auto;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.access_info{
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
  background: #FFF;
}
.acccess_map iframe{
  height: 420px;
  border: solid 1px #dfdfdf;
}
.access_txt{
  padding: 10px 15px;
}
.access_txt p{
  padding: 10px 5px;
  border-bottom: solid 1px #dfdfdf;
}
.access_txt p:last-child{
  border:none;
}
.access_txt span{
  font-weight: 600;
}

#section_bg{
  position: relative;
  width: 100%;
  height: 400px;
  clip-path: inset(0);
  z-index: -1;
}
#section_bg:before{
  content:"";
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100svh;
  left: 0;
  top: 0;
  background: url(../img/form_bg.webp) no-repeat center bottom;
  background-size: cover;
}
#form_area h2{
  margin-bottom: 30px;
}
.pcnone{
  display: none;
}
footer{
  padding: 40px 0;
  background: #FFF;
  text-align: center;
}
address{
  font-style: normal;
  font-size: 14px;
  color: #333;
  text-align: center;
}
#footer_logo{
  max-width: 300px;
  padding: 0 60px;
  margin: 0 auto 30px;
}
#footer_address{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
#flow .form_link{
  color: #ff2778;
  text-decoration: underline;
  cursor: pointer;
}
#flow .form_link:hover{
  text-decoration: none;
}
#conpla{
  border-radius: 10px;
  overflow: auto;
  height: 200px;
  background: #FFF;
  padding: 30px;
  border: solid 1px #ab9494;
  text-align: left;
  word-break: break-all;
}






@keyframes roop_balloon{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1500px -1153.5px; /* 斜め上方向へ移動（下→上） */
  }  
}
@media screen and (max-width: 999px){
  .pcnone{
    display:block;
  }
  #main_section h1 {
    position: relative;
    width: 660px;
    margin: 0 auto;
  }
  #main_section h2 {
    font-size: 20px;
    line-height: 40px;
  }
  #main_section h2 .big {
    font-size: 28px;
  }
  #main_text ul{
    margin-top: 15px;
  }
  #main_text li {
    width: 140px;
    height: 140px;
    font-size: 24px;
    line-height: 32px;
    margin: 0 5px;
  }
  #main_text li .pink {
    font-size: 36px;
  }
  #panda_top {
    margin-left: -370px;
    width: 140px;
    bottom: 0;
  }
}
#support{
  position:relative;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  text-align: center;
  margin-top: 40px;
  z-index: 1;
}
#support a{
  font-weight: 600;
  font-size: inherit;
  color: #00a6ba;
}

@media screen and (max-width: 769px){
  .center{
    text-align: justify;
    align-items: center;
  }
  .center br{
    display: none;
  }
  #logo,#logo2{
    width: 150px;
  }
  #logo{
    margin: -90px 10px 0;
    transition: 0.3s ease;
  }
  #logo2{
    margin: -90px 10px 0;
    transition: 0.3s ease;
  }
  #logo_flex{
    justify-content: center;
  }
  .sc_active #logo{
    margin: 10px 10px 0;
  }
  .sc_active #logo2{
    margin: 10px 10px 0;
  }
  header:before{
    
  }
  #fix_navi {
    position: fixed;
    display: flex;
    top: auto;
    bottom: -84px;
    width: 100%;
    z-index: 10;
    transition: 0.3s ease;
    border-top: solid 2px #FFF;
    box-sizing: border-box;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.1)
  }
  .sc_active #fix_navi{
    bottom: 0;
  }
  
  
  #fix_navi .nav_set{
    width: 50%;
  }
  .fix_btn img {
    width: 30px;
    padding-top: 16px;
    margin: 0 auto;
  }
  .fix_btn:hover{
    opacity: 1;
  }
  
  .nav_set:first-child .fix_btn {
    border-radius: 0;
    border-right: 1px solid #FFF;
  }
  .nav_set:last-child .fix_btn {
    border-left: 1px solid #FFF;
  }
  .fix_btn {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 80px;
    transition: none;
  }
  #main_section h1 {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 580px;
  }
  #main_section {
    padding: 40px 0 80px;
  }
  #panda_top {
    position:relative;
    left:0;
    bottom:auto;
    max-width: 224px;
    width: 34%;
    margin: 30px auto 0;
  }
  #main_section h2 {
    margin-top: 20px;
  }
  .spbr{
    display: block;
  }
  #main_section h2 {
    font-size: 44px;
    line-height: 59px;
  }  
  #main_section h2 .big {
    font-size: 54px;
  }
  #main_text ul {
    max-width: 580px;
    margin: 15px auto 0;
    padding: 0 10px;
  }
  
  #main_text li {
    width: 32%;
    aspect-ratio: 1 / 1;
    height: auto;
    font-size: 28px;
    line-height: 42px;
    margin: 0 5px;
  }
  
  #main_text li .pink {
    font-size: 45px;
  }
  #main_section:before {
    background-size: 1000px auto;
  }
  #worries h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  footer{
    padding: 40px 0 120px;
    background: #FFF;
    text-align: center;
  }  
  #footer_address{
    font-size: 16px;
    line-height: 24px;
  }
  #conpla{
    padding: 10px 20px;
    font-size: 14px;
    line-height: 28px;
  }

}
@media screen and (max-width: 640px){
  html, body {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
  }
  #main_text ul {
    max-width: 580px;
    padding: 0 10px;
  }
  #main_text li {
    width: 32%;
    aspect-ratio:1/1;
    height: auto;
    font-size: 5.2vw;
    line-height: 7.8vw;
    margin: 0 5px;
  }
  #main_text li .pink {
    font-size: 7.8vw;
  }
  /*
  #main_section h2 {
    font-size: 24px;
    line-height: 36px;
  }
  #main_section h2 .big {
    font-size: 32px;
  }
  */
  #main_section h2 {
    font-size: 5.1vw;
    line-height: 8vw;
  }
  #main_section h2 .big {
    font-size: 7vw;
  }
  .sub_section_cn {
    padding: 80px 20px;
  }
  #about:before {
    background-size: 80px auto;
  }
  #about_img img {
    border-radius: 10px;
    border: solid 2px #008a78;
  }
  #about_img {
    margin: 30px 30px 0;
  }
  #about_img:after {
    content: "";
    position: absolute;
    left: -48px;
    bottom: 6px;
    width: 50px;
    height: 97px;
    background-size: 100% auto;
    padding-top: 0;
  }
  #worries{
    position: relative;
    overflow: hidden;
  }
  #worries h2 span:first-child {
    font-family: inherit;
    text-shadow: none;
    font-size: 40px;
    line-height: 40px;
    padding: 3px 5px 8px;
    margin: 0 2px;
    display: inline-block;
    background: #008778;
  }
  .sub_section h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  #worries h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
  }
  #worries h2 span:first-child {
    font-size: 30px;
    line-height: 30px;
  }
  #worries h2 span {
    font-size: 46px;
    line-height: 46px;
    padding: 4px 4px 8px;
    margin: 0px 5px;
  }
  .spbr{
    display: block !important;
    font-family: inherit !important;
  }
  
  
  .sp_text{
    line-height: 10vw;
    font-size: 8vw;
  }
  
  #worries h2{
    margin-bottom:0;
    width: 105%;
    margin-left: -2.5%;    
  }
  #worries_list{
    margin-top: 20px;
    padding-bottom: 30px;
  }
  #worries_list ul {
    position: relative;
    margin-top: 0;
  }
  #worries_img {
    width: 30%;
    margin: 0px auto 0;
    transform: translateX(-10px);
    margin-top: -52%;
  }
  #worries_list li{
    width: 43%;
  }  
  #worries_list li:nth-child(odd) {
    margin-left: -4%;
  }
  #worries_list li:nth-child(even) {
    margin-right: -4%;
  }
  
  #arrow {
    position: relative;
    margin: -50px auto;
    width: 100px;
    z-index: 2;
  }
  #solution h2 .big_font {
    font-size: 42px;
    line-height: 54px;
  }
  #solution_list {
    padding: 40px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  }
  .solution_text h3 {
    font-size: 28px;
    line-height: 48px;
  }
  .solution_text h3 .big_font {
    font-size: 44px;
  }
  .solution_text p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
  }
  .solution_text p br{
    display: none;
  }
  .solution_text {
    margin-bottom: 20px;
  }
  #solution_list:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    background: url(../img/solutioin_panda.webp) no-repeat left top;
    background-size: 100% auto;
    width: 60px;
    height: 99px;
  }
  #flow h2 span {
    font-size: 24px;
  }
  .flow_step,.flow_text{
    width: 100%;
  }
  .flow_step{
    padding: 5px 0;
  }
  .flow_text {
    width: calc(100% - 40px);
    padding: 20px 20px 25px;
    text-align: justify;
  }
  .flow_text br{
    display: none;
  }
  .flow_text h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .flow_step p br{
    display: none;
  }
  .flow_step span {
    font-size: 30px;
    color: #FFF;
  }
  #flow {
    margin-top: 80px;
  }
  #flow h2{
    margin-bottom: 30px;
  }
  #flow_copy {
    text-align: justify;
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #flow_copy br{
    display: none;
  }
  .cta_btn {
    padding: 24px 0;
    font-size: 6vw;
    line-height: 6vw;
  }
  .cta_btn:before {
    width: 15px;
    height: 15px;
    background-size: 15px auto;
    right: 15px;
  }
  .acccess_map iframe{
    height: auto;
    aspect-ratio:1/1;
  }
  .access_info {
    padding: 15px;
  }
  .access_txt{
    padding: 0 0 5px;
  }
  #section_bg {
    height: auto;
    aspect-ratio:2/1;
  }
  .question .question_cn .f_auto{
    width: calc(100% - 40px) !important;
  }
  .question .question_cn .input_preferred_time{
    width: 100% !important;
  }
  .question_cn .f_half {
    width: calc(50% - 47px) !important;
  }
}




