@charset "utf-8";
*{
  margin: 0;
  padding: 0;
  font-family: "Cormorant Garamond", serif;
  color: #333;
}
html,body{
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
img{
  display: block;
  vertical-align: top;
}
.value{
  font-family: "Lato", sans-serif;
  font-weight: 800;
}
.first_anim{
  opacity: 0;
}
.active_anim .first_anim{
  opacity: 1;
  transition: 0.4s linear;
  transition-delay: 0.4s;
}
#loading_fade{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #FFF;
}
#logo{
  position: absolute;
  width: 200px;
  height: auto;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
/*-------------------
TOP
--------------------*/
header{
  position: relative;
  /*
  */
  height: 100vh;
  height: 100svh;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}
header:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 5400px;
  left: 0;
  top: 0;
  background: url("../img/top_repeat.jpg") repeat left top #FFF;
  animation:roop_anim 120s linear infinite;
}
@keyframes roop_anim{
  0%{
   top:0;
  }
  100%{
   top:-2700px;
  }
}
header:after{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 270px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.5;
}
#top_contents{
  position: relative;
  width: 100%;
  /*
  height: 100vsh;
  height: 100vh;
  */
  height: 100%;
  min-height: 600px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_contents:before{
  content:"";
  position: absolute;
  background: url("../img/ef_b.png") no-repeat left bottom;
  width: 353px;
  height: 500px;
  left: -100%;
  bottom: 0;
  transition: 0.6s ease;
}
#top_contents:after{
  content:"";
  position: absolute;
  background: url("../img/ef_t.png") no-repeat left bottom;
  width: 355px;
  height: 516px;
  right: -100%;
  top: 0;
  transition: 0.6s ease;
}
.active_anim #top_contents:before{
  left: 0;
}
.active_anim #top_contents:after{
  right: 0;
}


#top_text{
  position: relative;
  z-index: 1;
}
.color_red{
  color:#ff3a3a;
}
#top_contents h2{
  font-size: 65px;
  line-height: 74px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
#top_contents p{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.link_set{
  display: flex;
  justify-content: center;
}
.contact{
  color: #3c62ad;
  background: #FFF;
  border: solid 1px #3c62ad;
  box-sizing: border-box;
  margin-left: 10px;
  border-radius: 50px;
  text-align: center;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
}
.chat{
  color: #FFF;
  background: #40c351;
  border: solid 1px #40c351;
  box-sizing: border-box;
  margin-right: 10px;
  border-radius: 50px;
  text-align: center;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
}
.contact:before{
  content:"";
  background: url("../img/mailicon.png") no-repeat left top;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.chat:before{
  content:"";
  background: url("../img/chaticon.png") no-repeat left top;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.link_head .chat,.link_head .contact{
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
}
.link_head .chat{
  margin-right: 7.5px;
}
.link_head .contact{
  margin-left: 7.5px;
}
.link_head .chat:before,.link_head .contact:before{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#scroll_info{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.3s;
}
#scroll_info p{
  color: #ba972b;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  margin: 0 auto 10px;
  text-align: center;
}
.scroll_line{
  position:relative;
  margin: 0 auto;
  left:0;
  top: 0;
  width:1px;
  height: 60px;
  overflow: hidden;
  z-index: 2;
  background: #e6e6e6;
}
.line_anim{
  position: absolute;
  left:0;
  top:-60px;
  width:100%;
  height: 100%;
  background: #ba972b;    
  animation: roopanim 3s cubic-bezier(.43,.2,.02,1) 1s infinite;
}
.scroll_name{
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
}
.scroll_icon_remove{
  opacity: 0;
}
@keyframes roopanim {
  0% {
    top:-70px;
  }
  100% {
    top:70px;
  }
}
@media screen and (max-width: 769px){
  header{
    min-height: 0;
  }
  header:before{
    background-size: 67.5px auto;
  }
  #top_text{
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  #top_contents{
    min-height: 0;
  }
  
  #top_contents:before{
    background: url("../img/ef_b.png") no-repeat left bottom;
    background-size: 100% auto;
    width: calc(353px / 2);
    height: calc(500px / 2);
  }
  #top_contents:after{
    background: url("../img/ef_t.png") no-repeat left bottom;
    background-size: 100% auto;
    width: calc(355px / 2);
    height: calc(516px / 2);
  }
  #top_contents h2 {
    font-size: 38px;
    line-height: 42px;
  }
  .link_set{
    display: block;
  }
  .contact{
    margin: 15px 0 0;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 18px;
  }
  .chat{
    font-size: 18px;
    line-height: 18px;
    padding: 15px 20px;
    margin-right: 0;
  }
  .chat:before {
    width: 20px;
    height: 20px;
  }
  .contact:before {
    width: 20px;
    height: 20px;
  }
}


/*---------------
navigation
----------------*/
nav{
  position: fixed;
  left: 0;
  top:0;
  padding: 20px 0;
  z-index: 10;
  width: 100%;
}
nav:before{
  content:"";
  position: absolute;
  left: 0;
  top:-100%;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-bottom: solid 1px #f0f0f0;
  transition: 0.3s ease;
}
body .nav_active:before{
  top: 0;
}
#navi_links{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 210px);
  margin-left: 200px;
}
nav ul{
  position: relative;
  display: flex;
  justify-content: flex-start;
}
nav ul li{
  margin: 0 10px;
  font-size: 16px;
  line-height: 16px;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
}
nav ul li:hover{
  opacity: 0.8;
}

nav h1{
  position:absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: auto;
}
#navi_links .link_set{
  margin-right: 30px;
}

/*------------------
min contents
-------------------*/
#wrapper{
  position: relative;
  width: 100%;
  background: url("../img/patern.jpg") repeat left top;
  overflow: hidden;
}
.contents_wrap{
  position: relative;
  padding: 120px 120px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.contact_area{
  max-width: 100%;
}
@media screen and (max-width: 1099px){
  .contents_wrap{
    padding: 120px 60px 0;
  }
}
@media screen and (max-width: 899px){
  .contents_wrap{
    padding: 120px 30px 0;
  }
}

.contents_wrap h2{
  font-size: 50px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px){
  .sub_nav{
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #e2bc6a;
    z-index: 10;
  }
  #navi_icon{
    position: absolute;
    left: 15px;
    top: 18px;
  }
  .navi_line{
    position: absolute;
    left:0;
    width:30px;
    height: 24px;
    height: 2px;
    background: #FFF;
  }
  .navi_line:nth-child(1){
    top:0;
  }
  .navi_line:nth-child(2){
    top:10px;
  }
  .navi_line:nth-child(3){
    top:20px;
  }

  .navi_open .navi_line{
    transition:0.3s;
    transform-origin: center center;
  }
  .navi_open .navi_line:nth-child(1){
    top:10px;
    transform: rotate(45deg);
  }
  .navi_open .navi_line:nth-child(2){
    top:10px;
    opacity: 0;
  }
  .navi_open .navi_line:nth-child(3){
    top:10px;
    transform: rotate(-45deg);
  }  
  
  nav:before{
    height: 60px;
    top: -61px;
  }
  #wrapper{
    background-size: 667px auto;
  }
  nav h1{
    left: 50%;
    transform: translateX(-50%);
    margin-left: -12px;
    width: 140px;
    margin-top: 2px;
    z-index: 10;
  }
  .contents_wrap{
    padding: 80px 20px 0;
  }
  .contents_wrap h2{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  #navi_links{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    display: block;
    transition: 0.3s ease;
    background: #FFF;
  }
  .navi_open #navi_links{
    height: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: auto;
  }
  nav ul{
    margin: 90px 0;
    display: block;
  }
  nav ul li{
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: dashed 1px #ba972b;
  }
  #navi_links .link_set{
    position: fixed;
    left: 0;
    bottom: -60px;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    transition: 0.3s ease;
  }
  #navi_links .link_set_active{
    bottom:0;
  }
  nav .link_head .chat{
    width: 50%;
    padding: 18px 0;
    margin: 0;
    border-radius: 0;
  }
  nav .link_head .contact{
    width: 50%;
    padding: 18px 0;
    margin: 0;
    border-radius: 0;
    border: none;
  }
  
}


/*------------------
About
-------------------*/
.about{
  background: url("../img/about_bg.png") no-repeat center center;
}
.about_wrap{
  position: relative;
}
.about_wrap:after{
  position: absolute;
  left: 30px;
  bottom: -80px;
  content:"";
  display: block;
  background: url("../img/type_a.png") no-repeat left top;
  width: 282px;
  height: 85px;
}
.contents_txt{
  color: #666666;
  font-size: 18px;
  line-height: 32px;
}
.about_txt{
  margin-left: 40px;
  margin-bottom: 30px;  
}
.flex_cn{
  display: flex;
  justify-content: space-between;
}
.license_info{
  margin-top: 30px;
  padding-top: 30px;
  border-top: dashed 1px #999;
}
.license_info .contents_txt{
  padding-bottom: 0;
}
.license_wrap{
  display: flex;
  margin-top: 20px;
}
.license_wrap:first-child{
  margin-top: 0;
}
.license_img{
  width: 280px;
  height: 82px;
}
.license_img img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.license_txt{
  margin-left: 20px;
}
.more_btn{
  display: none;
}
@media screen and (max-width: 769px){
  .about {
    background: url(../img/about_bg.png) no-repeat center 35%;
    background-size: 100%;
  }
  .flex_cn{
    display: block;
  }
  .about_img{
    width: 60%;
    max-width: 320px;
    margin: 0 auto 15px;
  }
  .about_img img{
    width: 100%;
    height: auto;
  }
  .about_txt{
    margin: 0;
  }
  .license_info {
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 15px;
  }
  .license_wrap {
    display: block;
  }
  .license_img{
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .license_txt{
    margin: 0;
  }
  .about_wrap:after{
    left: 15px;
    bottom: -50px;
    background-size: 100% auto;
    width: 121px;
    height: 42px;
  }
  .contents_txt{
    position: relative;
    padding-bottom: 0;
  }
  .contents_txt_all{
    padding-bottom: 60px;
  }
  .contents_txt span{
    color: transparent;
    display: block;
    height:60px;
    background: linear-gradient( 180deg, #666 0, transparent 110% );
    background-clip: text;
    overflow: hidden;
    transition: 0.3s ease;
  }
  .more_btn{
    position: absolute;
    display: flex;
    text-align: center;
    color: #93722a;
    font-size: 18px;
    line-height: 18px;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    border-radius: 30px;
    width: 100%;
    border: solid 1px #a4823a;
    justify-content: center;
    align-items: center;
    background: #FFF;
  }
  .contents_txt_disp span{
    height: auto;
    background: none;
    background-clip:none;
    color: #333;
  }
  .contents_txt_disp .more_btn{
    display: none;
  }
  .contents_txt_disp{
    padding-bottom: 0;
  }
  
  
}
/*-------------------
Our Business Record
--------------------*/
.businness_record_wrap{
  position: relative;
}
.businness_record_wrap:after{
  content:"";
  position: absolute;
  right: 30px;
  bottom: -90px;
  background: url("../img/type_b.png") no-repeat left top;
  background-size: 100% auto;
  width: 340px;
  height: 85px;
}
#record_list{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.record_img{
  width: 280px;
  height: 100px;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
  margin: 0 10px 20px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.record_img img{
  object-fit: contain;
  height: 80px;
  width: 150px;
  margin: 0 auto;
}
.record_em{
  height: 0;
  border: none;
  margin: 0 10px 0;
}
@media screen and (max-width: 769px){
  #record_list{
    justify-content: space-between;
  }
 .record_img {
    width: 48%;
    height: 60px;
    margin: 0 0 4%;
  } 
  .record_img img {
    object-fit: contain;
    height: 50px;
    width: 120px;
    margin: 0 auto;
  }
  .businness_record_wrap:after{
    right: 15px;
    bottom: -30px;
    background-size: 100% auto;
    width: 140px;
    height: 42px;
  }
  
}
/*-------------------
Our Job
--------------------*/
.our_job_wrap{
  position: relative;
}
.our_job_wrap:after{
  position: absolute;
  content:"";
  background: url("../img/type_b.png") no-repeat left top;
  background-size: 100% auto;
  width: 340px;
  height: 85px;
  left: 30px;
  bottom: -90px;
}
.our_job{
  margin-top:-20px;
}
.job_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.job_info_a{
  width: calc(50% - 15px);
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  margin-bottom: 30px;
}
.job_txt{
  padding: 30px;
}
.job_txt p{
  color: #666;
  margin-top: 5px;
}
.job_img{
  padding: 10px 0;
  background: url("../img/job_bg.jpg") no-repeat center top;
  background-size: cover;
}
.job_info_a .job_img{
  padding: 20px 0;
}

.job_img img{
  margin: 0 auto;
  max-width: 150px;
  width: 100%;
  height: auto;
}
.job_info_b{
  width: calc(calc(100% / 3) - 20px);
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  margin-bottom: 30px;
}
.other_job{
  z-index: 1;
}
.other_job_wrap{
  position: relative;
}
.other_job_wrap:after{
  content:"";
  position: absolute;
  right: 30px;
  top:180px;
  background: url('../img/type_a.png') no-repeat left top;
  background-size: 100% auto;
  width: 282px;
  height: 85px;
}
.other_job_wrap:before{
  content:"";
  position: absolute;
  right: -400px;
  bottom: -400px;
  background: url("../img/pricing_ef2.png") no-repeat left top;
  background-size: 100% auto;
  width: 930px;
  height: 626px;
  display: block;
  opacity: 0.5;
}
.other_job h2{
  margin-bottom: 30px;
}
#otehr_sub{
  text-align: center;
  color: #999;
  margin-bottom: 30px;
}
.other_job_list{
  justify-content: center;
}
.other_job_list .job_info_b:first-child{
  margin-right: 16px;
}
.other_job_list .job_info_b:last-child{
  margin-left: 16px;
}
.other_job{
  margin-top:-60px;
}
.center_txt{
  text-align: center;
  color: #666;
  margin-bottom: 15px;
}
.middle_img{
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  min-width: 1200px;
  height: auto;
}
@media screen and (max-width: 769px){
  .job_info_a .job_img {
    padding: 10px 0;
  }
  .job_list{
    display: block;
  }
  .job_info_a,.job_info_b {
    width: 100%;
    background: #FFF;
    margin-bottom: 20px;
  }
  .job_txt {
    padding: 15px;
  }
  .other_job_list .job_info_b:last-child{
    margin: 0;
  }
  .other_job{
    margin-top: 0;
  }
  .other_job h2{
    margin-bottom: 15px;
  }
  #otehr_sub{
    margin-bottom: 15px;
  }
  .center_txt{
    margin-top: 15px;
  }
  .middle_img {
    min-width: 500px;
  }
  .our_job_wrap:after{
    width: 140px;
    height: 42px;
    left: 15px;
    bottom: -60px;
  }
  .other_job_wrap:after{
    right: 15px;
    top:10px;
    width: 121px;
    height: 42px;
  }
  .other_job_wrap:before{
    right: -120px;
    margin-bottom: -43%;
    width: 340px;
    height: 235px;
    bottom: 0;
  }

  
}

/*-------------------
Pricing
--------------------*/
.pricing_wrap{
  position: relative;
}
.pricing_wrap:after{
  content:"";
  position: absolute;
  left: 30px;
  top: 60px;
  background: url("../img/type_a.png") no-repeat left top;
  background-size: 100% auto;
  width: 282px;
  height: 85px;
}
.middle_img:after{
  content:"";
  position: absolute;
  right: 0;
  bottom: -302px;
  background: url("../img/pricing_ef.png") no-repeat left top;
  background-size: 100% auto;
  width: 929px;
  height: 302px;
}
.pricing_list{
  display: flex;
  justify-content: space-between;
}
.pricing_info {
  width: calc(calc(100% / 3) - 20px);
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}
.pricing_info h3{
  border-radius: 50px;
  font-size: 20px;
  line-height: 20px;
  padding: 5px 60px;
  display: inline-block;
  color: #FFF;
  font-weight:500;
}
@media screen and (max-width: 900px){
  .pricing_info h3{
    display: block;
    padding: 5px 0;
  }
  .pricing_wrap:after{
    left: 5px;
    top: 15px;
    width: 130px;
    height: 42px;
  }
  
}

.plan_price{
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  margin-top: 40px;
}
.plan_price span{
  display: block;
  color: #666;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin-top: 8px;
}
.plan_list{
  position: relative;
  margin-top: 40px;
}
.plan_list li{
  list-style: none;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 16px;
  color: #666;
  text-align: left;
  display: flex;
  align-items: flex-start;
}
.plan_list li span{
  flex:1;
}
.plan_list li:before{
  content:"";
  display: block;
  background: url("../img/icon.png") no-repeat left top;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.plan_list li:last-child{
  margin-bottom: 0;
}
.plan_s{
  border: solid 1px #2991a8;
}
.plan_s h3{
  background: #2991a8;
}
.plan_m{
  border: solid 1px #008bd4;
}
.plan_m h3{
  background: #008bd4;
}
.plan_l{
  border: solid 1px #3c62ad;
}
.plan_l h3{
  background: #3c62ad;
}
.plan_custom{
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  padding: 30px;
  border: solid 1px #1f4287;
}
.plan_custom h3{
  border-radius: 50px;
  font-size: 20px;
  line-height: 20px;
  padding: 5px 20px;
  display: inline-block;
  color: #FFF;
  font-weight:500;
  background: #1f4287;
}
.plan_custom p{
  position: relative;
  font-size: 18px;
  line-height: 32px;
  color: #666;
  display: inline-block;
}
.plan_custom p span{
  position: relative;
  font-size: 18px;
  line-height: 18px;
  display: inline;
  z-index: 1;
  background:linear-gradient(transparent 70%, #f7ee60 0%);
}
.customized_txt{
  margin: 30px 0;
}
.option{
  padding-top: 60px;
}
.option .plan_price{
  margin-top:20px;
}
.option .pricing_info{
  background: none;
}
.option .pricing_info span{
  display: inline;
}
.option .pricing_info h3{
  color: #333;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.option .pricing_list{
  border-top: solid 1px #666;
}
.option h2{
  margin-bottom: 50px;
}
.option_wrap{
  position: relative;
}
.option_wrap:before{
  content:"";
  background: url("../img/option_ef.png") no-repeat left top;
  width: 460px;
  height: 572px;
  position: absolute;
  left: 0;
  top:50%;
}
.option_wrap:after{
  position: absolute;
  content:"";
  background: url("../img/type_a.png") no-repeat left top;
  background-size: 282px auto;
  width: 282px;
  height: 85px;
  right: 30px;
  bottom: -60px;
}
@media screen and (max-width: 769px){
  .pricing_list{
    display: block;
  }
  .pricing_info {
    width:100%;
    padding: 0 20px 30px 20px;
    margin-bottom: 15px;
  }
  .option .pricing_info{
    margin-bottom: 0;
    padding: 15px 20px;
  }
  .plan_price{
    font-size: 34px;
    line-height: 34px;
  }
  .plan_price,.plan_list{
    margin-top: 20px;
  }
  .plan_custom p span,.plan_custom p{
    line-height: 26px;
    text-align: left;
  }
  .pricing_info h3 {
    font-size: 22px;
    line-height: 22px;
    padding: 10px 0;
    font-weight: 600;
    width: calc(100% + 40px);
    margin-left: -20px;
    display: inline-block;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .plan_custom h3{
    font-size: 22px;
    line-height: 22px;
    padding: 10px 0;
    font-weight: 600;
    width: calc(100% + 40px);
    margin-left: -20px;
    display: inline-block;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .plan_custom{
    padding: 0 20px 30px 20px;
  }
  .customized_txt{
    margin: 15px 0;
  }
  .option .plan_price{
    margin-top: 10px;
  }
  .middle_img:after {
    bottom: -101px;
    width: 310px;
    height: 101px;
  }  
  .plan_price span{
    font-size: 16px;
    margin-top: 2px;
  }
  .option .plan_price{
    margin-top: 5px;
  }
  .option_wrap:before{
    background-size: 100% auto;
    width: 180px;
    height: 286px;
    top:80%;
  }
  .option h2{
    margin-bottom: 20px;
  }
  .option_wrap:after{
    background-size: 100% auto;
    width: 100px;
    height: 42px;
    right: 5px;
    bottom: -40px;
  }

}

#services {
  background: #f8f8f8;
  padding: 60px 0;
  opacity:1
}

.service_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  max-width: 1200px; /* 🟢 最大幅を設定 */
  margin: 0 auto; /* 🟢 中央揃え */
  gap:40px;
}

.service_item {
  width: 30%;
  background: #eef;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  flex-grow: 1;
}

.service_item h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.service_item ul {
  list-style-type: disc;
  margin-left: 20px;
}
.service_item:last-child { /* 最後のアイテムにのみ適用 */
  background: #eef !important;
}

#services h2 {
  font-size: 36px; /* 🟢 他のセクションの見出しと同じサイズに */
  font-weight: 600; /* 🟢 太さを統一 */
  text-align: center; /* 🟢 見出しを中央配置 */
  margin-bottom: 40px; /* 🟢 余白を調整 */
}

/*------------------------
FAQ
------------------------*/
.faq{
  z-index: 1;
}
.faq_wrap{
  position: relative;
}
.faq_wrap:after{
  position: absolute;
  content:"";
  background: url("../img/type_b.png") no-repeat left top;
  background-size: 340px auto;
  width: 340px;
  height: 85px;
  right: 90px;
  top: 70px;
}
.faq{
  padding-bottom: 120px;
}
.faq_g{
  position: relative;
  border-bottom: solid 1px #b4c0d7;
  cursor: pointer;
}
.faq_q{
  padding: 20px 30px;
  background: url("../img/open.png") no-repeat calc(100% - 30px) center;
  background-size:26px auto;
}
.faq_open .faq_q{
  background: url("../img/close.png") no-repeat calc(100% - 30px) center;
  background-size:26px auto;
}
.faq_q{
  display: flex;
  align-items:center;
}
.faq_a{
  padding: 0 30px 20px;
  display: none;
}
.faq_txt{
  align-items: flex-start;
  display: flex;
}
.faq_q span{
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #FFF;
  text-align: center;
  background: #3c62ad;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.faq_a span{
  display: flex;
  font-size: 20px;
  line-height: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #3c62ad;
  text-align: center;
  background: #cedcf9;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.faq_q p,.faq_a p{
  flex: 1;
  padding-right: 40px;
}
.faq_q p{
  font-size:22px;
  line-height: 30px;
}
.faq_a a{
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 769px){
  .faq_q {
    padding: 15px 0;
    background: url(../img/open.png) no-repeat calc(100%) center;
    background-size: 18px auto;
    align-items: flex-start;
  }
  .faq_open .faq_q{
    background: url("../img/close.png") no-repeat calc(100%) center;
    background-size:18px auto;
  }
  
  .faq_a {
    padding: 0 0 15px;
  }
  .faq_q p, .faq_a p {
    font-size: 16px;
    line-height: 22px;
  }
  .faq_q span,.faq_a span{
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .faq_q span{
    margin-top: 2px;
  }
  .faq_q p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 20px;
  }
  .faq_wrap:after{
    background-size: 100% auto;
    width: 120px;
    height: 42px;
    right: 10px;
    top: 30px;
  }
  .faq{
    padding-bottom: 80px;
  }

}

/*------------
contact
------------*/
.contact_area{
  border-top: solid 1px #f6f6f6;
  background: #FFF;
  padding-bottom: 180px;
}
#contact_form{
  max-width: 900px;
  margin: 0 auto;
}
.complete{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  display: none;
}
.complete span{
  display: block;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
.f_form input {
  font-size: 16px;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #dfdfdf;
  background: #FFF;
  width: calc(100% - 60px);
}
.f_caution {
  color: #ff574b;
  font-size: 14px;
  display: none;
  font-weight: bold;
  margin-top: -15px;
}
.question_cn{
  margin-top: 30px;
}
.question_cn:first-child{
  margin-top:0;
}
.question_cn .label{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
}
.status_radio{
  margin-top:15px;
}
.form_n{
  display: none;
}
.radio_p {
  position: relative;
  padding-left: 22px;
  padding-right: 25px;
  opacity: 0.5;
}
.radio_p::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #dee1e5;
  border-radius: 50%;
}
.radio_p::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #dee1e5;
  border-radius: 50%;
}
.form_n:checked + .radio_p{
  color: #333 !important;
  opacity: 1;
}
.form_n:checked + .radio_p::before{
  border: 1px solid #3c62ad !important;
}
.form_n:checked + .check_p::after{
  background: #3c62ad !important;
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.form_n:checked + .radio_p::after {
  background: #3c62ad !important;
}
.f_form textarea {
  font-size: 16px;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #dfdfdf;
  background: #FFF;
  width: calc(100% - 30px);
  min-height: 300px;
  resize: none;
}
#submit{
  position: relative;
  margin: 30px auto 0;
  max-width: 175px;
  height: 50px;
  border: solid 1px #3c62ad;
  color: #3c62ad;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}
#submit:hover{
  background: #3c62ad;
  color: #fff;
}
.form_error_active{
  display: block;
}


.sending{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  display: none;
}
.sending p{
  color: #3c62ad;
  font-size: 20px;
  line-height: 20px;
  margin-top: 15px;
}
.spinner-box {
  width: 200px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin: 0 auto;
}
.pulse-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pulse-bubble-1 {
    animation: pulse .4s ease 0s infinite alternate;
}
.pulse-bubble-2 {
    animation: pulse .4s ease .2s infinite alternate;
}
.pulse-bubble-3 {
    animation: pulse .4s ease .4s infinite alternate;
}
.pulse-bubble {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #3c62ad;
}
@keyframes pulse{
  0% {
      opacity: 1;
      transform: scale(1);
  }
  100% {
      opacity: .25;
      transform: scale(.75);
  }
}


/*--------------------
footer
---------------------*/
footer{
  text-align: center;
  background: #FFF;
  border-top: solid 1px #dfdfdf;
}
footer address{
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  color: #999999;
  padding: 30px 0;
}












@media screen and (max-width: 769px){
  .contact_area{
    padding-bottom: 90px;
  }
  .f_form input {
    padding: 10px 15px;
    width: calc(100% - 30px);
  }
  .question_cn .label{
    font-size: 18px;
    line-height: 18px;
  }
  .question_cn {
    margin-top: 30px;
  }
  .status_radio label{
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .status_radio label:last-child{
    margin-bottom: 0;
  }
  .f_form textarea {
    padding: 10px;
    min-height: 180px;
  }
  #submit {
    margin: 15px auto 0;
    height: 40px;
    font-size: 16px;
  }  
  footer address{
    margin: 0 15px;
    font-size: 11px;
    line-height: 20px;
    padding: 15px 0;
  }
  footer{
    padding-bottom: 60px;
  }
}










