@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}
*::after,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
img {
  width: 100%;
  max-width: 100%;
}
ul li {
  list-style: none;
}
body {
  font-family:'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 1.6em;
  overflow-x: hidden;
}
main {
  display: block;
}
a {
  color: #312927;
  text-decoration: none;
}
em {
  font-style: normal;
}
section {
  /* max-width: 1200px; */
  /* width: 95%; */
  margin: auto;
}

/***********************************:
COMMON
*************************************/
.pc {
  display: block;
}
.pc_inline {
  display: inline;
}

@media screen and (max-width: 820px) {
  .pc, .pc_inline {
    display: none;
  }
}

.tb , .tb_inline, tb_only{
  display: none;
}
@media screen and (max-width: 820px) {
  .tb, .tb_only {
    display: block;
  }
  .tb_inline {
    display: inline;
  }
}
@media screen and (max-width: 640px) {
  .tb_only {
    display: none;
  }
}

.sp , .sp_inline{
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}

.cFix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .cFix {height:1%;}
.cFix {display:block;}

.b {
  font-weight: 700;
}
.marker {
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}
.green {
  color: #098870;
}
.gray {
  color: #232300;
}
.yellow {
  color: #ff0;
}

.l_inner {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  position: relative;
}

.section_ttl {
  font-size: 42px;
  line-height: 1.42;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 1.85em;
}
.section_ttl .big {
  font-size: 1.1428em;
}
.section_ttl .s {
  font-size: .9047em;
}
.section_ttl sup {
  font-size: .6em;
}
.section_ttl + .section_subttl {
  margin-top: -1.85em;
}
.section_subttl {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.66;
  margin-bottom: 1.85em;
}
.section_subttl .s {
  font-size: .88em;
}
@media screen and (max-width: 820px) {
  .section_ttl{
    margin-bottom: 1.0em;
  }
  .section_subttl{
    margin-bottom: 1.0em;
  }
  .section_ttl + .section_subttl{
    margin-top: -1.0em;
  }
}
@media screen and (max-width: 640px) {
  .section_ttl {
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: .025em;
    font-feature-settings: "palt";
    margin-bottom: 1.5em;
  }
  .section_subttl{
    font-size: 20px;
    margin-bottom: 1.5em;
  }
  .section_ttl + .section_subttl{
    margin-top: -1.5em;
  }
}

.bgbox {
  background: #098870;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(77,77,77,.2);
  padding: 40px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: .075em;
  font-feature-settings: "palt";
  position: relative;
}
.bgbox strong {
  color: #ffff00;
}
.bgbox .big {
  font-size: 1.17em;
}
.bgbox .s {
  font-size: .78em;
}
@media screen and (max-width: 640px) {
  .bgbox {
    border-radius: 10px;
    padding: 4%;
    font-size: 16px;
  }
}

.bgbox_w{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(77,77,77,.2);
  padding: 40px;
  position: relative;
}
.bgbox_w .list{
  font-size: 22px;
  color: #232300;
  width: fit-content;
  margin: 0 auto;
}
.bgbox_w .list li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  line-height: 1.45;
}
.bgbox_w .list li + li{
  margin-top: 1em;
}
.bgbox_w .list li::before{
  content: "●";
  color: currentColor;
  margin-right: .5em;
}
@media screen and (max-width: 640px) {
  .bgbox_w {
    border-radius: 10px;
    padding: 6%;
  }
  .bgbox_w .list{
    font-size: 14px;
  }
}

.imgbox{
  position: relative;
}
.imgbox + .imgbox{
  margin-top: 120px;
}
.imgbox:nth-child(odd) .imgbox_img{
  float: left;
}
.imgbox:nth-child(odd) .imgbox_contents{
  float: right;
}
.imgbox_img {
  float: right;
  width: 40%;
  overflow: hidden;
  line-height: 1.0;
}
.imgbox_contents{
  float: left;
  width: 52%;
  font-size: 22px;
  line-height: 1.63;
  font-feature-settings: "palt";
}
.imgbox_contents p {
  text-align: justify;
}
.imgbox_contents .ttl {
  font-size: 30px;
  color: #098870;
  font-weight: 700;
  letter-spacing: .05em;
  border-bottom: 7px dotted currentColor;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.imgbox_contents .note {
  font-size: 14px;
}
.imgbox_contents .note cite{
  font-style: normal;
}

@media screen and (max-width: 640px) {
  .imgbox{
  }
  .imgbox + .imgbox{
    margin-top: 50px;
  }
  .imgbox_img,
  .imgbox_contents,
  .imgbox:nth-child(odd) .imgbox_img,
  .imgbox:nth-child(odd) .imgbox_contents{
    float: none;
    width: 100%;
  }
  .imgbox_img {
    margin-top: 30px;
  }
  .imgbox_contents{
    font-size: 18px;
    line-height: 1.5;
  }
  .imgbox_contents .ttl {
    font-size: 28px;
    border-bottom-width: 5px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.32;
  }
  .imgbox_contents .note {
    font-size: 14px;
  }
  .imgbox_contents .note cite{
    font-style: normal;
  }
}

/***********************************:
HEADER
*************************************/
#l_header {
  background: #fff;
  padding: 30px 0;
}
.header_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
}

.logo {
  line-height: 1.184;
/*  font-size: 28px;*/
/*  font-size: 20px;*/
  font-size: 22px;
  width: 40%;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  font-feature-settings: "palt";
}
.logo a {
  color: #098870;
  text-align: center;
  display: inline-block;
}
.logo a span {
  color: #232300;
/*  font-size: .714em;*/
}
.logo a span.logo_sm {
  color: #098870;
  font-size: .714em;
}
.logo a .l {
  font-weight: 400;
}
.logo a .unei {
  font-size: .614em;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}
.logo a .pos_re {
  position: relative;
}
.logo a .wing_l {
  position: absolute;
  top: 50%;
  left: -7%;
  transform: translateY(-50%);
  font-size: 1.3em;
  color: #098870;
}
.logo a .wing_r {
  position: absolute;
  top: 50%;
  right: -7%;
  transform: translateY(-50%);
  font-size: 1.3em;
  color: #098870;
}

.nav_bt {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  max-width: 600px;
  width: 60%;
}
.nav_bt dt {
  background: #098870;
  color: #fff;
  line-height: 70px;
  font-size: 23px;
  font-weight: 700;
  padding-left: 15px;
  border-radius: 6px 0 0 6px;
  margin-right: 25px;
  position: relative;
  width: calc(33.33% - 20px);
  z-index: 0;
}
.nav_bt dt::after {
  content: "";
  display: block;
  position: absolute;
  right: -19px;
  top:0;
  width: 20px;
  height: 100%;
  clip-path: polygon(0 0, 5% 0, 100% 50%, 5% 100%, 0 100%);
  background: #098870;
  z-index: -1;
}
.nav_bt dd {
  width: 31.66%;/*190px;*/
}
.nav_bt dd + dd{
  margin-left: 5px;
}
.nav_bt dd a {
  border: 1px solid #098870;
  border-radius: 6px;
  display: block;
  line-height: 66px;
  padding: 0 5px 2px;
  transition: background .3s;
}
.nav_bt dd a:hover{
  background-color: #FFFF00;
}
.nav_bt dd img {
  vertical-align: middle;
}
@media screen and (max-width: 1090px) {
  .nav_bt dt {
    font-size: 2.0vw;
    white-space: nowrap;
    margin-right: 25px;
    padding-left: 1.376vw;
  }
}
@media screen and (max-width: 1030px) {
  .header_logo {}
  .logo {
    font-size: 2.2vw;
    margin-left: 16px;
  }
}
@media screen and (max-width: 640px) {
  #l_header{
    padding: 15px 0;
  }
  .header_logo {
    height: 50px;
  }
  .logo {
/*    font-size: 18px;*/
/*    font-size: 13px;*/
/*    font-size: 15px;*/
    font-size: 14px;
    width: calc(100% - 112px);
/*    line-height: 1.05;*/
    line-height: 1.3;
  }
  .logo a .unei {
    margin-bottom: 2px;
  }  
  .logo img {
    height: auto;
  }
  .nav_bt {
    /*flex-wrap: wrap;*/
    width: 102px;
  }
  .nav_bt dt {
    display: none;
  }
  .nav_bt dd {
    width: 46px;
  }
  .nav_bt dd a {
    line-height: 46px;
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: relative;
  }
  .nav_bt dd img{
    position: absolute;
    object-fit: cover;
    object-position: left;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 5px);
    height: 90%;
  }
  .nav_bt dd.nav_bt_mail img{
    height: 65%;
    object-position: 0 17.5%;
  }
}

/***********************************:
FIRST VIEW
*************************************/
.first_view {
  width: 100%;
  position: relative;
  background-image: url('../images/lp3_hero_bg2.jpg');
  background-size: cover;
  background-position: center bottom 120px;
}
/*
.first_view_top {
  position: relative;
  z-index: 0;
  background: #F2F2ED;
}
.first_view_top::after{
  content: "";
  display: block;
  background: #f3faf7;
  width: 60.520833%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 65.23% 100%, 0 100%);
  z-index: 0;
}
*/
.first_view_top .l_inner{
  position: relative;
  z-index: 1;
  padding: 70px 0 70px;
}

.first_view_img {
  position: absolute;
  max-width: 290px;
  width: 29%;
  bottom: 45px;
  right: 0;
  z-index: -1000;
}
.first_view_nintei {
  position: absolute;
  max-width: 200px;
  width: 16%;
  bottom: 380px;
  right: -10%;
/*  z-index: -1000;*/
}
.first_view h1 {
  font-size: 57px;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: center;
/*  text-shadow: #fff 1px 1px 10px;*/
  color: #F2FBFB;
}
.first_view h1 span {
  font-weight: 700;
}
.first_view_baloon {
/*  margin-top: 50px;*/
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 20px;
  padding: 32px 35px;
  text-align: center;
/*  max-width: 660px;*/
  max-width: 800px;
/*  width: 66%;*/
  width: 76%;
  position: relative;
  box-shadow: 0 0 10px rgba(77,77,77,.2);
}
/*
.first_view_baloon::after {
  content: "";
  display: block;
  position: absolute;
  right: -42px;
  top: 22px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #fff;
  width: 45px;
  height: 28px;
}
*/
.first_view_baloon dt {
  border-bottom: dotted 7px #098870;
  font-weight: 700;
  color: #098870;
/*  font-size: 45px;*/
  font-size: 50px;
  letter-spacing: .1em;
  padding-bottom: 20px;
}
.first_view_baloon dt span.sm {
  font-size: 23px;
}
.first_view_baloon dt span.lbl {
  font-size: 22px;
  display: block;
  background-color: #098870;
  color: #ffffff;
}
.first_view_baloon dt span.lbl span.clr {
  color: #ff0;
  font-size: 24px;
/*  color: #f13838;*/
}
.first_view_baloon dd {
  font-size: 32px;
  line-height: 1.56;
  letter-spacing: .05em;
  padding-top: 20px;
}
.first_view_baloon .pos {position: relative;}
.first_view_baloon .mv_awd {
  position: absolute;
  top: 0;
  left: -16px;
  width: 100px;
  transform: translateX(-100%) translateY(-50%);
}


.first_view_btm {
  background: #098870;
  color: #fff;
  font-weight: 700;
  padding: 35px 0;
  font-size: 34px;
  line-height: 1.66;
}
/*.first_view_btm .l_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}*/
.first_view_btm .check_list,
.first_view_btm p{
  line-height: 1.66;
  width: 68%;
  margin: 0 auto;
}
.first_view_btm p{
  font-size: 30px;
  text-align: center;
  margin-top: 1em;
}
.first_view_btm .check_list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.first_view_btm .check_list li::before {
  content: "✓";
  color: #ff0;
  margin-right: .5em;
}



.first_view_btm img {
  width: 20%;
  height: auto;
  display: block;
}
.first_view .subsidy {
  width: 76%;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
  font-feature-settings: "palt";
  margin: auto;
}
.first_view .subsidy em {
  color: #ffff00;
  font-weight: 700;
}
.first_view .subsidy strong {
  font-weight: 700;
}
.first_view .subsidy .big {
  font-size: 1.1875em;
}
.first_view .subsidy .big2 {
  font-size: 1.40625em;
  line-height: 2.0;
}
.first_view .subsidy .border {
  border-bottom: dotted 7px #ffff00;
}

.first_view .br{
  display: none;
}

@media screen and (max-width: 1380px) {
  .first_view_nintei {
    width: 14%;
    bottom: 440px;
    right: -3%;
  }
}

@media screen and (max-width: 930px) {
  .first_view_baloon dt span.sm {
    font-size: 17px;
  }
  .first_view_baloon dt span.lbl {
    font-size: 17px;
  }
  .first_view_baloon dt span.lbl span.clr {
    font-size: 19px;
  }
}

@media screen and (max-width: 820px) {
  .first_view_top .l_inner{
    padding: 50px 0;
  }
  .first_view_img {
    bottom: 50px;
    width: 27%;
  }
  .first_view h1 {
    font-size: 6vw;
  }
  .first_view_baloon dt{
    font-size: 36px;
  }
  .first_view_baloon dt span.sm {
    font-size: 16px;
  }
  .first_view_baloon dt span.lbl {
    font-size: 16px;
  }
  .first_view_baloon dt span.lbl span.clr {
    font-size: 15.6px;
  }
  .first_view_baloon dd{
    font-size: 24px;
  }
  
  .first_view_btm .check_list,
  .first_view_btm p{
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .first_view_top .l_inner{
    padding: 30px 0;
  }
  .first_view h1 {
    font-size: 32px;
  }
/*
  .first_view_top::after{
    width: 73.866%;
    clip-path: polygon(0 0, 100% 0, 73.866% 100%, 0 100%);
  }
*/
  .first_view_img {
    display: block;
    width: 120px;
    right: 0;
    bottom: 0;
  }
  .first_view_nintei {
    width: 87px;
    bottom: auto;
    top: 170px;
    right: 1%;
    max-width: 92px;
  }
  .first_view .br{
    display: block;
  }
  .first_view_baloon{
    padding: 4%;
    margin-top: 10px;
    border-radius: 12px;
    width: 90%;
  }
  .first_view_baloon::after {
    right: -20px;
    top: 18px;
    width: 20px;
    height: 10px;
  }
  .first_view_baloon dt{
    font-size: 22px;
    border-bottom-width: 3px;
    padding-bottom: 10px;
  }
  .first_view_baloon dt span.sm {
    font-size: 15px;
    display: block;
    line-height: 1.4;
    margin: 10px 0 4px;
  }
  .first_view_baloon dt span.lbl {
    font-size: 15px;
    line-height: 1.4;
  }
  .first_view_baloon dd {
    font-size: 17px;
    line-height: 1.29;
    padding-top: 10px;
  }
  
  .first_view_btm {
    font-size: 18px;
  }
  .first_view_btm .check_list,
  .first_view_btm p{
    width: 88%;
  }
  .first_view_btm p{
    text-align: left;
    font-size: 1em;
    margin-top: 0;
  }
  
  
  .first_view .subsidy {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .first_view .subsidy_item {
    padding: 20px 16px 10px;
    margin: 0 10px;
    box-shadow: 4px 4px 0 0 #008e74;
  }
  .first_view .subsidy_item p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .first_view .subsidy_item p:nth-child(2) {
    font-size: 23px;
  }
  .first_view .subsidy_item p span {
    font-size: 30px;
  }
  .first_view .contact_btn {
    margin-bottom: 30px;
    width: 90%;
    line-height: 40px;
    font-size: 16px;
  }
  
  .first_view_baloon .mv_awd {
    position: absolute;
    top: auto;
    bottom: -43px;
    left: -5px;
    width: auto;
    height: 64px;
    transform: translateX(-100%) translateY(0%);
  }
}


/***********************************:
OPEN CALL
*************************************/
.open_call{
  padding: 120px 0;
  text-align: center;
}
.open_call .ttl{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
}
.open_call .ttl span {
  display: inline-block;
  position: relative;
}
.open_call .ttl span::before,
.open_call .ttl span::after {
  content: "";
  width: 1em;
}
.open_call .ttl span::before{
  content: "＼";
}
.open_call .ttl span::after {
  content: "／";
}
.open_call .txt{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.928;
}
.open_call_content {
  margin-top: 75px;
  font-weight: 700;
}
.open_call_content dt {
  font-size: 60px;
  margin-bottom: .5em;
  line-height: 1.5;
}
.open_call_content dt span {
  background-color: #FFFF00;
  padding: 0 .5em;
}
.open_call_content dd {
  font-size: 36px;
}
@media screen and (max-width: 820px) {
  .open_call {
    padding: 80px 0;
  }
  .open_call_content {
    padding: 40px 30px;
    margin-top: 50px;
  }
  .open_call_content dt {
    font-size: 47px;
  }
  .open_call_content dd {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .open_call {
    padding: 50px 0;
  }
  .open_call .ttl {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .open_call .txt{
    font-size: 18px;
    line-height: 1.8;
    font-feature-settings: "palt";
  }
  .open_call_content {
    margin-top: 30px;
    padding: 6% 4%;
  }
  .open_call_content dt {
    font-size: 23px;
  }
  .open_call_content dd {
    font-size: 16px;
  }
}

/************************************
SUPPORT
*************************************/
.support{
  background: #F2FBFB;
  padding: 110px 0;
}
.support .section_ttl {
  margin-bottom: .85em;
}
.support .note_list{
  font-size: 14px;
  color: #7B7B66;
  letter-spacing: .05em;
  margin: 0 auto;
  text-indent: -1em;
  margin-left: 1em;
  width: fit-content;
}
.support .note_list li::before{
  content: "※";
}
.support .bgbox {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 80px 40px;
}

.support .imgbox_img {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(77,77,77,.2);
  background: #fff;
}

@media screen and (max-width: 820px) {
  .support{
    padding: 80px 0;
  }
  .support .bgbox{
    padding: 10% 4%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .support{
    padding: 50px 0;
  }
  .support .note_list {
    font-size: 12px;
    width: 90%;
    margin-left: calc(5% + 1em);
    margin-right: 5%;
  }
  .support .bgbox{
    padding: 8%;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/************************************
CONTACT
*************************************/
.contact {
  background: #098870;
  padding: 80px 0;
}
.contact figcaption {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
.contact_list {
  display: flex;
  justify-content: center;
}
.contact_list li {
  max-width: 440px;
  width: 44%;
}
.contact_list li + li {
  margin-left: 4%;
}
.contact_list li a {
  transition: opacity .3s;
  line-height: 1.0;
}
.contact_list li a:hover {
  opacity: .85;
}
.contact_list img {
  display: block;
}

@media screen and (max-width: 820px) {
  .contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .contact {
    padding: 30px 0;
  }
  .contact figcaption{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .contact_list li {
    width: 100%;
  }
  .contact_list li + li {
    margin-left: 2%;
  }
}

/************************************
INDUSTRY
*************************************/
.industry {
  padding: 120px 0;
}
.industry_table {
  margin-top: 80px;
}

.industry_txt{
  font-size: 24px;
  padding: 0 0 30px;
  text-align: center;
}
.industry .block {
  background-color: #EBF8F3;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
}
.industry .block h4 {
  font-size: 24px;
  color: #008E74;
  line-height: 24px;
  margin: 0 0 10px;
}
.industry .block .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.industry_img{
  text-align: center;
  width: 20%;
  margin: 0 30px 0 0;
}
.industry .block img {
  width: 100%;
  height: auto;
  max-width: 160px;
}
.industry .block p {
  width: 75%;
  font-size: 24px;
}
.industry span{
  display: inline-block;
}
.industry2 span.unline{
  background: linear-gradient(transparent 60%, #F9FF6B 0%);
}
.industry .postscript{
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  padding: 20px 10px;
}

@media screen and (max-width: 820px) {
  .industry {
    padding: 80px 0;
  }
}
@media screen and (max-width: 640px) {
  .industry {
    padding: 50px 0;
  }
  .industry .section_ttl {
    font-size: 24px;
  }
  .industry_table{
    margin-top: 30px;
  }
  
  .industry_txt{
    font-size: 16px;
    text-align: center;
  }
  .industry .block {
    padding: 10px 10px 5px;
  }
  .industry .block h4 {
    font-size: 18px;
    margin: 0;
  }
  .industry .block .flex{
    justify-content: space-evenly;
  }
  .industry_img{
    margin: 0 10px 0 0;
  }
  .industry .block p {
    font-size: 16px;
  }
  .industry .postscript{
    font-size: 20px;
  }
}

/************************************
WORRIES
*************************************/
.worries {
  background: #F2F2ED;
}
.worries_content {
  padding: 120px 0 145px;
  position: relative;
  z-index: 0;
  filter: drop-shadow(0 0 10px rgba(77, 77, 77, .2));
}
.worries_content::after{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 135px), 50% 100%, 0 calc(100% - 135px));  background: #098870;
  z-index: -1;
}
.worries .section_header {
  text-align: center;
}
.worries .section_ttl {
  color: #fff;
  font-size: 36px;
  letter-spacing: .05em;
  line-height: 1.56;
  display: inline-block;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
.worries .section_ttl::before,
.worries .section_ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  width: 20px;
  height: calc(100% + 10px);
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
}
.worries .section_ttl::before{
  left: 0;
  border-right-width: 0;
}
.worries .section_ttl::after{
  right: 0;
  border-left-width: 0;
}
.worries .section_ttl .big {
  font-size: 1.16em;
}
.worries .section_ttl .big2 {
/*  font-size: 1.083em;*/
  font-size: 1em;
}

.worries .bgbox_w .list {
  color: #232300;
}
.worries .bgbox_w .list li::before {
  content: "";
  background: url(../images/ico_check.svg) 0 0 no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -4px;
}
.worries .bgbox_w img{
  position: absolute;
  display: block;
}
.worries .bgbox_w .img01 {
  top: 30px;
  left: 27px;
  max-width: 210px;
  width: 21%;
}
.worries .bgbox_w .img02 {
  bottom: -31px;
  right: 44px;
  max-width: 201px;
  width: 20.1%;
}
@media screen and (max-width: 820px) {
  .worries_content {
    padding: 80px 0 145px;
  }
  .worries .section_ttl{
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 80px;
  }
  .worries .bgbox_w .list{
    margin: 6% 3%;
  }
  .worries .bgbox_w .img01 {
   left: -10px;
    top: -80px;
  }
  .worries .bgbox_w .img02{
    right: -5px;
    bottom: -35px;
  }
}
@media screen and (max-width: 640px) {
  .worries_content {
    padding: 50px 0 120px;
  }
  .worries_content::after{
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
  }
  .worries .section_ttl {
    font-size: 26px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 50px;
  }
  .worries .bgbox_w .list{
    margin: 6% 3%;
  }
  .worries .bgbox_w .img01 {
   left: -10px;
    top: -40px;
  }
  .worries .bgbox_w .img02{
    right: -5px;
    bottom: -35px;
  }
}

/* SOLUTION */

.solution_content {
  padding: 50px 0 110px;
}
.solution_content h3.ttl {
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.solution_content .img03{
  max-width: 567px;
  width: 56.7%;
  margin: 0 auto 40px;
  display: block;
}
.solution_content .bgbox {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.63;
  padding: 30px;
}
.solution_content .mes {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 820px) {
  .solution_content {
    padding: 80px 0 80px;
  }
  .solution_content .mes{
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .solution_content {
    padding: 40px 0 50px;
  }
  .solution_content h3.ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .solution_content .img03{
    width: 80%;
    margin-bottom: 20px;
  }
  .solution_content .bgbox {
    font-size: 16px;
    padding: 4%;
    border-radius: 10px;
  }
  .solution_content .mes {
    font-size: 20px;
    margin-top: 40px;
  }
}

/************************************
FEATURE
*************************************/
.feature_content {
  background-color: #FFFFDA;
  padding: 120px 0 120px;
}
.feature .section_ttl {

}
.feature .section_ttl .s {
  font-size: .66em;
  display: block;
}
.feature .section_ttl .s .sm {
  font-size: .66em;
  display: block;
}
.feature .lead {
  font-size: 13px;
  display: block;
  line-height: 1.4 !important;
  padding: 0 16px;
  margin-top: 7px;
}
.feature_item .br1{
  display: none;
}
.feature_list {
  display: flex;
  justify-content: space-between;
}
.feature_item {
  max-width: 300px;
  min-height: 183px;
  width: 30%;
  padding: 30px 0 15px;
  margin: 0 5% 5% 0;
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 10px rgba(35,35,0,.3);
}
.feature_item h4{
  position: absolute;
  top: -30px;
  left: 10%;
  max-width: 240px;
  width: 80%;
  border-radius: 60px;
  line-height: 1.0;
  padding: 0;
  overflow: hidden;
  padding-top: 20%;
}
.feature_item h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #098870;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: 1;
}
.feature_item h4 img {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.feature_item p{
  font-size: 24px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.feature_item p .green {
  font-weight: 700;
  font-size: 1.25em;
  transform: scaleX(.85);
  display: inline-block;
}
.feature_item p .s {
  font-size: .75em;
}
.feature_item:first-child p {
  line-height: 1.25;
}
.feature_item:first-child p .green{
  transform: scaleX(1);
  
}
.feature_item p .big {
  font-size: 1.26em;
}
.feature_item:last-child{
  margin-right: 0;
}
.feature_item:last-child p .green{
  margin-left: -.25em;
}


@media screen and (max-width: 820px) {
  .feature_content {
    padding: 80px 0 50px;
  }
  .feature .section_ttl{
    margin-bottom: 1.5em;
  }
  
  .feature_list {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 3%;
  }
  .feature_item {
    width: 45%;
    margin: 5% 0;
  }
}
@media screen and (max-width: 640px) {
  .feature_content {
    padding: 50px 0;
  }
  .feature .section_ttl{
    font-size: 26px;
    margin-bottom: 1em;
  }
  .feature .section_ttl#anc_profile{
    font-size: 23px;
    margin-bottom: 1em;
  }
  .feature_item {
    border-radius: 6px;
    min-height: 137px;
  }
  .feature_item h4 {
    top: -15px;
  }
  .feature_item p {
    font-size: 16px;
  }
  .feature .lead {
    font-size: 10px;
    line-height: 1.3 !important;
    padding: 0 9px;
    margin-top: 7px;
  }
}

/* feature_point */
.point_header {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  padding: 80px 40px 60px;
  position: relative;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 80px;
}
.point_header .point_img{
  position: absolute;
  top: -30px;
  left: 38%;
  max-width: 240px;
  width: 24%;
  border-radius: 60px;
  line-height: 1.0;
  padding: 0;
  overflow: hidden;
  padding-top: 6%;
}
.point_header .point_img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #098870;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: 1;
}
.point_header .point_img img {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.point_header .point_ttl {
  border-bottom: 7px dotted #098870;
  padding-bottom: 30px;
/*  max-width: 520px;*/
  max-width: 600px;
  margin: 0 auto;
  font-size: 42px;
  line-height: 1.428;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  font-weight: 400;
}
.point_header .point_ttl .big {
  font-size: 1.16em;
}
.point_header .point_ttl .s {
  font-size: .904em;
}
.point_header .point_ttl .big2 {
  font-size: 1.71em;
  vertical-align: -0.2em;
}
.point_header .point_ttl .big3 {
  font-size: 1.12em;
}
.point_header .point_summary {
  font-size: 22px;
  line-height: 1.63;
  letter-spacing: .075em;
  /*max-width: 550px;*/
  margin: 30px auto 0;
  font-feature-settings: "palt";
  color: #232300;
}
.point_header .point_summary span {
  color: #232300;
}

.feature_point:not(#point-01) .section_ttl {
  font-weight: 400;
  color: #098870;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: .075em;
}
.feature_point .section_ttl .marker {
  background: linear-gradient(transparent 60%, #FFFF00 40%);
}
@media screen and (max-width: 820px) {
  .point_header{
    padding: 60px 30px 40px;
    margin-bottom: 50px;
  }
  .point_header .point_img {
    width: 240px;
    padding-top: 60px;
    top: -30px;
    margin-left: -120px;
    left: 50%;
  }
}
@media screen and (max-width: 640px) {
  .point_header {
    padding: 8%;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .point_header .point_ttl {
    border-bottom: 7px dotted #098870;
    padding-bottom: 1em;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: .05em;
  }
  .point_header .point_img {
    width: 135px;
    padding-top: 34px;
    top: -17px;
    margin-left: -67.5px;
    left: 50%;
  }
  .point_header .point_summary{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
    letter-spacing: 0;
  }
  .feature_point:not(#point-01) .section_ttl{
    font-size: 18px;
    letter-spacing: 0;
  }
}


/* POINT-01 */
#point-01 {
  background: #098870;
}
#point-01 > .l_inner{
  padding: 150px 0 135px;
}
#point-01 .point_header::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/mark_badge.png) 0 0 no-repeat;
  background-size: contain;
  width: 18.3%;
  padding-top: 21.6%;
  top: 40px;
  left: 30px;
  
  width: 22.4%;
  padding-top: 22.4%;
  top: 25px;
  left: 25px;

}
#point-01 .point_header .point_ttl {
  line-height: 1.16;
}
#point-01 .section_ttl {
  color: #fff;
}
#point-01 .profile{
  color: #fff;
  display: flex;
  justify-content: space-between;
}
#point-01 .profile_img {
  max-width: 360px;
  width: 36%;
}
#point-01 .profile_content {
  max-width: 540px;
  width: 54%;
  font-size: 22px;
  letter-spacing: .025em;
  line-height: 1.63;
  font-feature-settings: "palt";
}
#point-01 .profile_en{
  margin-bottom: 40px;
}
#point-01 .profile_name{
  text-align: center;
  font-size: 22px;
  line-height: 1.9;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: .075em;
}
#point-01 .profile_name .big {
  font-size: 1.09em;
}
#point-01 .profile_name .big2 {
  font-size: 1.36em;
  vertical-align: -.1em;
}
#point-01 .profile_content .list li{
  text-indent: -1.25em;
  margin-left: 1.25em;
  white-space: nowrap;
}
#point-01 .profile_content .list li::before {
  content: "●";
  margin-right: .25em;
}
#point-01 .profile_content p{
  margin-bottom: 1em;
  text-align: justify;
}

@media screen and (max-width: 1000px) {
  #point-01 .profile_content .list li{
    white-space: normal;
  }
}
@media screen and (max-width: 640px) {
  #point-01 .profile_img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* 動画 */
.movie {
  padding: 120px 0;
  background-color: #fff;
}
.movie_content {
  max-width: 1125px;
}
.movie .ttl {
  text-align:center;
  font-size: 42px;
  margin-bottom: 75px;
  line-height: 1.428;
  letter-spacing: .05em;
}
.movie .ttl span.pc_inline {
  margin-left: 1em;
}
.movie .ttl span.br {
  display: block;
}
.movie p.outline_txt {
	text-align:center;
	font-size: 28px;
  line-height: 1.71;
  letter-spacing: .075em;
}
.movie iframe{
  max-width: 94vw;
  width: 100%;
  margin: 80px auto 0;
  display: block;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 820px) {
  #point-01 > .l_inner {
    padding: 80px 0;
  }
  #point-01 .point_header::before{
    top: 0;
    left: 0;
  }
  .movie {
    padding: 80px 0;
  }
  .movie .ttl span.pc_inline{
    margin-left: auto;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #point-01 > .l_inner {
    padding: 50px 0;
  }
  #point-01 .point_header::before{
    top: 30px;
    left: 0px;
  }
  #point-01 .profile {
    flex-direction: column;
    justify-content: center;
  }
  #point-01 .profile_img {
    max-width: 500px;
    width: 50%;
  }
  #point-01 .profile_name{
    font-size: 18px;
    line-height: 1.5;
  }
  #point-01 .profile_content {
    max-width: inherit;
    width: 94%;
    margin: auto;
    font-size: 16px;
  }
  
  .movie {
    padding: 50px 0;
  }
  .movie .ttl{
    font-size: 24px;
    margin-bottom: 30px
  }
  .movie p.outline_txt {
    font-size: 18px;
    letter-spacing: 0;
  }
  .movie iframe {
    margin-top: 30px;
  }
}

/* POINT-02 */
#point-02{
  background: #F2F2ED;
  padding: 80px 0 110px;
}

#point-02 .point_contents p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: .05em;
  text-align: justify;
}
#point-02 .point_contents .img{
  max-width: 830px;
  margin: 50px auto 0;
}
@media screen and (max-width:820px) {
  #point-02 {
    padding: 80px 0;
  }
}
@media screen and (max-width:640px) {
  #point-02 {
    padding: 50px 0;
  }
  #point-02 .point_contents {
    margin-left: 2%;
    margin-right: 2%;
  }
  #point-02 .point_contents p {
    font-size: 16px;
  }
  #point-02 .point_contents .img{
    margin-top: 30px;
  }
}

/* POINT-03 */
#point-03{
  padding: 150px 0 80px;
}
#point-03 .imgbox {
  max-width: 920px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
#point-03 .imgbox_contents {
  max-width: 390px;
  width: 42.39%;
  float: left;
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: .05em;
}
#point-03 .imgbox_img{
  float: right;
  max-width: 412px;
  width: 44.78%;
}
@media screen and (max-width: 820px) {
  #point-03 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 640px) {
  #point-03 {
    padding: 50px 0;
  }
  #point-03 .imgbox_img,
  #point-03 .imgbox_contents {
    width: 100%;
    float: none;
  }
  #point-03 .imgbox_contents {
    font-size: 16px;
    margin-top: 20px;
  }
}

/************************************
COMARISON
*************************************/
.comparison {
  background: #F2F2ED;
  padding: 120px 0;
}
.comparison .section_ttl {
  margin-bottom: 1.66em;
}
.comparison .note_list{
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: .05em;
  margin-top: 35px;
  font-feature-settings: "palt";
  margin: 35px 6% 0;
  
}

/*
.comparison .table {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 0;
}
.comparison .table h4 {
  position: relative;
  font-size: 30px;
  padding: 0 0 20px 36px;
}
.comparison .table h4::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #F9FF6B;
  background-size: contain;
  background-repeat: no-repeat;
}
.comparison .table table {
  border-collapse: collapse;
  max-width: 800px;
  margin: 0 auto;
  border-color: #008E74;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  border: 2px solid #008E74;
}
.comparison .table table th {
  font-weight: normal;
  height: 65px;
  border-bottom: #008E74 solid 2px;
  border-right: #008e74 solid 2px;
  background-color: #EBF8F3;
}
.comparison .table table td {
  font-weight: normal;
  height: 65px;
  border-bottom: #008E74 solid 2px;
  border-right: #008e74 solid 2px;
  line-height: 1.2;
}
.comparison .table table td:first-child {
  background-color: #EBF8F3;
}
.comparison .table table td .color {
  color: #008E74;
  font-weight: bold;
  background:linear-gradient(transparent 60%, #F9FF6B 0%) ;
}
.comparison .table table th .color {
  color: #008E74;
  font-weight: bold;
}
.comparison .table table th:first-child {
  width: 320px;
}
.comparison .table table th:not(:first-child) {
  width: 200px;
}
.comparison .table .s_txt{
  font-size: 16px;
  display: block;
}
.comparison .table .br{
  display: none;
}
@media screen and (max-width: 640px) {
  .comparison {
    max-width: 94%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .comparison img {
    right: 0;
    top: 0;
    display: none;
  }
  .comparison .block {
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .comparison .block .left {
    width: 30%;
    font-size: 20px;
  }
  .comparison .block .right {
    font-size: 12px;
    width: 70%;
  }
  .comparison .block .right p:first-child{
    font-size: 14px;
  }
  .comparison .block .right span {
    font-size: 20px;
  }
  .comparison .attention {
    font-size: 14px;
    margin: 0 auto;
  }
  .comparison .table {
    padding: 0;
  }
  .comparison .table h4 {
    position: relative;
    max-width: 94%;
    width: 280px;
    margin: 0 auto;
    font-size: 24px;
    padding: 0 0 20px 28px;
    margin-top: 40px ;
  }
  .comparison .table table {
    font-size: 16px;
  }
  .comparison .table table td,
  .comparison .table table th {
    height: 45px;
  }
  .comparison .table table th:first-child {
    width: 30%;
  }
  .comparison .table .s_txt{
    font-size: 12px;
  }
  .comparison .table .br{
    display: block;
  }
}*/

@media screen and (max-width: 820px) {
  .comparison {
    padding: 80px 0;
  }
}
@media screen and (max-width: 640px) {
  .comparison {
    padding: 50px 0;
  }
  .comparison .section_ttl {
    
  }
  .comparison .note_list{
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .05em;
    margin: 20px 6% 0;
  }
}

/************************************
VOICE
*************************************/
/*
.voice {
  padding: 120px 0;
}
.voice .block {
  position: relative;
  padding-top: 40px;
  z-index: 0;
}
.voice .block + .block {
  margin-top: 80px;
}
.voice .block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position:top right;
  background-color: #EAEFF3;
  padding-top: 40%;
  z-index: -1;
}
.voice .block_header {
  margin: 0 0 30px;
  position: relative;
}
.voice .block_header::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #098870;
  mix-blend-mode: multiply;
  z-index: 0;
}
.voice .amount{
  position: absolute;
  left: 25px;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background: #FFFF00;
  box-shadow: 0 0 10px rgba(77,77,77,.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #444426;
  font-size: 14px;
  z-index: 2;
  transform: translateY(-50%);
}
.voice .amount dt{
  font-weight: 700;
}
.voice .amount dd{
  font-weight: 900;
}
.voice .amount dd .big{
  font-size: 1.71em;
}
.voice .block_header .obi {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: left;
  padding: 15px 0 15px 18%;
  position: relative;
  z-index: 1;
}
.voice .block1::after {
  background-image: url(../images/voice01_bg.jpg);
}
.voice .block2::after {
  background-image: url(../images/voice02_bg.jpg);
}
.voice .block3::after {
  background-image: url(../images/voice03_bg.jpg);
}

.voice_tx {
  font-size: 18px;
  letter-spacing: .075em;
  line-height: 1.77;
  font-feature-settings: "palt";
  color: #232300;
  text-align: left;
  margin-left: 18%;
  margin-bottom: 30px;
  text-shadow: 8px 0 12px rgba(255,255,255,1),
               0 8px 12px rgba(255,255,255,1),
              -8px 0 12px rgba(255,255,255,1),
              0 -8px 12px rgba(255,255,255,1);
}
.voice_company {
  font-weight: 700;
  color: #098870;
}

.voice .bgbox_w {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 920px;
  width: 92%;
}
.voice_img {
  width: 200px;
  margin-right: 40px;
}

.voice_voice{
  color: #232300;
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: .05em;
  text-align: justify;
  font-feature-settings: "palt";
  width: calc(100% - 240px);
}
.voice .section_ttl {
  margin-bottom: 16px;
}
.voice .voice_sm {
  font-size: 13px;
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 820px) {
  .voice {
    padding: 80px 0;
  }
  .voice .l_inner{
    width: 100%;
  }
  .voice .amount {
    left: 2%;
  }
  .voice .block_header .obi {
    padding-left: 19%;
  }
  .voice .voice_img{
    width: 35%;
    float: left;
  }
  .voice .voice_tx{
    margin-left: 4%;
    margin-right: 4%;
  }
  .voice .bgbox_w{
    width: 96%;
    padding: 4%;
  }

  .profile .profile_img{
    width: 100%;
  margin: 0 auto 1em;
  }
}
@media screen and (max-width: 640px) {
  .voice {
    padding: 50px 0;
  }
  .voice .block::after {
    padding-top: 58%;
    background-size: cover;
  }
  .voice .block + .block {
    margin-top: 50px;
  }
  .voice .block_header {
    margin-bottom: 5.5%;
  }
  .voice .amount {
    width: 80px;
    height: 80px;
    font-size: 12px;
    line-height: 1.3;
  }
  .voice .amount dt{
    font-weight: 500;
  }
  .voice .amount dd{
    font-weight: 700;
  }
  .voice .amount .big {
    display: block;
  }
  .voice .block_header .obi {
    font-size: 18px;
    padding: 5px 5px 5px calc(45px + 4%);
    line-height: 1.33;
  }
  .voice_tx {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 5.5%;
  }
  .voice .bgbox_w {
    display: block;
  }
  .voice_txt{
    font-size: 16px;
    text-align: center;
  }
  .voice .voice_voice {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    float: none;
    line-height: 1.5625;
  }
  .voice .voice_img{
    margin: 0 8% 8% 0;
    width: 100px;
  }
  

  .profile_img{
    margin: 0 auto;
  }
  .profile .block p {
    font-size: 16px;
  }
  .profile .postscript{
    font-size: 20px;
  }
}
*/


/************************************
PRICE
*************************************/
.price {
  background: #e7f7f0;
  padding: 100px 0 120px;
}
.price .bgbox {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 30px;
  margin-bottom: 11.5%;
}
.price .bgbox .big {
  font-size: 1.27em;
}
.price .bgbox_w + .bgbox_w {
  margin-top: 10%;
}
.price .bgbox_w .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.bgbox_ttl {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin: -80px auto 5%;
  max-width: 280px;
  width: 30.43%;
  border-radius: 70px;
  line-height: 1.0;
  padding: 0;
  overflow: hidden;
  padding-top: 7.6%;
}
.bgbox_ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #098870;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: 1;
}
.bgbox_ttl img{
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.bgbox_w_ttl{
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .075em;
  font-feature-settings: "palt";
  margin-bottom: 5%;
}

.price_box{
  border-radius: 10px;
  background: #F2F2ED;
  padding: 20px;
  position: relative;
  text-align: center;
}
.price_ttl {
  border: 3px solid currentColor;
  background: #fff;
  color: #098870;
  font-size: 22px;
  letter-spacing: .05em;
  font-weight: 500;
  border-radius: 25px;
  width: 50%;
  max-height: 245px;
  line-height: 44px;
  text-align: center;
  margin: -45px auto 20px;
}
.price_txt{
  margin-bottom: 15px;
  letter-spacing: .05em;
  font-size: 22px;
}
dl.price_txt dt,
dl.price_txt dd {
  display: inline-block;
}
.price_name {
  color: #fff;
  background: #098870;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  padding: 5px;
  border-radius: 5px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.price_num {
  color: #098870;
  font-size: 28px;
  font-weight: 700;
}
.price_num .big {
  font-size: 1.28em;
}
.price_num .s {
  font-size: .78em;
}
.price_box .note {
  font-size: 17px;
  letter-spacing: 0;
}
.price_box .note.has_mark {
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}
.price_box .note .big {
  font-size: 1.117em;
  font-weight: 900;
}

.price_box1 {width: 32.6%;}
.price_box2 {width: 54.34%;}
.price_box1 + .price_box2::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  clip-path: polygon(0 40%, 40% 40%, 40% 0, 60% 0, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0 60%);
  background: #098870;
  right: 100%;
  margin-right: 7.6%;
  top: 50%;
  margin-top: -25px;
}

.price .list_wrap {
  border: 1px solid #7B7B66;
  width: 100%;
  margin-top: 6%;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  
}
.price .list_wrap figcaption {
  border: 1px solid #7B7B66;
  max-width: 245px;
  line-height: 50px;
  margin: -65px auto 15px;
  border-radius: 25px;
  background: #fff;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: .05em;
}
.price .inline_list li{
  background: #919180;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  border-radius: 5px;
  padding: 0 5px;
  margin: 5px 3px;
}
.inline_list li {
  display: inline-block;
}

@media screen and (max-width: 820px) {
  .price{
    padding: 80px 0;
  }
  .bgbox_ttl {
    margin-top: -10.6%;
    width: 50%;
    padding-top: 10.6%;
  }
  .price_box1,
  .price_box2{
    width: calc((100% - 70px) / 2);
  }
  .price_box1 + .price_box2::before {
    margin-right: 10px;
  }
  dl.price_txt dd {
    display: block;
    margin-right: 0;
  }
  .price_num {
    display: block;
  }
  .price .list_wrap {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .price{
    padding: 50px 0;
  }
  .price .bgbox{
    font-size: 15px;
    padding: 4%;
    border-radius: 10px;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  .bgbox_ttl {
    margin-top: -12.6%;
    padding-top: 12.6%;
    margin-bottom: 10%;
  }
  .price_box1,
  .price_box2{
    width: calc((100% - 30px) / 2);
  }
  .price_box{
    padding: 4% 2%;
    border-radius: 5px;
  }
  .price_box1 + .price_box2::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -10px;
  }
  .price_ttl {
    width: 70%;
    font-size: 16px;
    border-width: 2px;
    border-radius: 13px;
    line-height: 26px;
    margin-top: -26px;
    margin-bottom: 10px;
  }
  .price_name{
    font-size: 12px;
    line-height: 14px;
  }
  .price_txt {
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .price_num{
    font-size: 18px;
  }
  .price_box .note {
    font-size:10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .price_box .note.has_mark{
    margin-left: calc(10% + 1em);
  }
  
  .price .list_wrap{
    margin-top: 10%;
    padding: 4%;
    border-radius: 5px;
  }
  .price .list_wrap figcaption{
    font-size: 16px;
    line-height: 26px;
    border-radius: 13px;
    margin-top: -26px;
  }
  .price .inline_list li{
    font-size: 13px;
    line-height: 20px;
    margin: 2px;
  }
  
  .bgbox_w_ttl{
    font-size: 20px;
  }
}

/************************************
WAIT
*************************************/
.wait {
  background: #DEDED9;
  padding: 120px 0;
}
.wait_content{
  
}
.wait .bgbox{
  position: relative;
  overflow: hidden;
}
.wait .bgbox + .bgbox {
  margin-top: 8%;
}
.wait .bgbox p {
  font-weight: 700;
  text-align: left;
  font-feature-settings: "palt";
  float: right;
  clear: right;
  font-weight: 700;
}
.wait .bgbox .txt {
  font-size: 22px;
  line-height: 1.636;
  margin-bottom: 1em;
  letter-spacing: .05em;
}

.wait .bgbox .txt2 {
  color: #FFFF00;
  letter-spacing: .075em;
  font-size: 28px;
  line-height: 1.42;
}
.wait .bgbox .txt3 {
  font-size: 24px;
  margin-bottom: 1em;
}
.wait .bgbox .txt3 .big {
  font-size: 1.09em;
}


.wait_content-1{
  background: rgb(0,179,169);
  background: linear-gradient(45deg, rgba(0,179,169,1) 0%, rgba(51,184,183,1) 50%, rgba(158,214,217,1) 100%);
}
.wait_content-1::after{
  content: "";
  display: block;
  position: absolute;
  width: 80.6%;
  height: 100%;
  background: url(../images/wait01_bg.png) 0 0 no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 0;
}
.wait_content-1 > *{
  z-index: 1;
  position: relative;
}
/*.wait_content-1 .wait_baloon{
    background-image: url(../images/wait01_img_sp.png);
}*/
.wait_content-1 .wait_baloon {
  max-width: 469px;
  width: 46.9%;
  float: right;
  margin-top: -40px;
  margin-right: -40px;
}
.wait_content-1 .txt {
  clear: both;
  margin-top: 3%;
}

.wait_content-2{
  background: rgb(0,177,187);
  background: linear-gradient(90deg, rgba(0,177,187,1) 0%, rgba(0,102,94,1) 100%);
}

.wait_content-2 .wait_baloon {
  margin: -40px 0 -40px -40px;
  float: left;
  max-width: 480px;
  width: 48%;
  z-index: 0;
}
.wait_content-2 .txt,
.wait_content-2 .txt2,
.wait_content-2 .txt3{
  width: 48.6%;
  z-index: 1;
  position: relative;
}
.wait_content-2 .txt3 {
  margin-top: 3%;
}

.wait_baloon {
  line-height: 1.0;
}
.wait_baloon img.pc {
  display: block;
}

@media screen and (max-width: 820px) {
  .wait {
    padding: 80px 0;
  }
  .wait .bgbox {
    padding: 4%;
    padding-top: 40%;
    padding-bottom: 8%;
    border-radius: 10px;
  }
  .wait_baloon img.pc {
    display: none;
  }
  .wait .bgbox .wait_baloon{
    max-width: inherit;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
  }
  .wait .bgbox > *:not(.wait_baloon) {
    z-index: 1;
  }
  .wait .bgbox p {
    float: none;
  }
  
  .wait_content-1 .wait_baloon{
    background-image: url(../images/wait01_img_sp.png);
    margin: 0;
  }
  /*.wait_content-1 .wait_baloon{
    width: 48.9%;
  }*/
  .wait_content-1::after{
    width: 100%;
    content: none;
  }
  
  .wait .bgbox .txt {
    font-size: 4.8vw;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: .5em;
  }
  .wait .bgbox .txt2 {
    letter-spacing: .025em;
    font-size: 5.5vw;
  }
  .wait .bgbox .txt3 {
    font-size: 4.8vw;
    line-height: 1.636;
    letter-spacing: 0;
  }

  
  /*.wait_content-1 .wait_baloon {
    margin-top: -4%;
    margin-right: -4%;
    width: 60%;
  }*/
  .wait_content-1 .txt,
  .wait_content-1 .txt2,
  .wait_content-1 .txt3{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .wait .wait_content-1 .txt {
    margin-top: 1.5%;
  }
  
  .wait .wait_content-2 {
    padding-top: 60%;
  }
  .wait_content-2 .bgbox {
    padding: 4% 2%;
  }
  .wait_content-2 .wait_baloon {
    background-image: url(../images/wait02_bg.png);
    margin: 0;
    max-width: 100%;
    
  }
  /*.wait_content-2 .wait_baloon {
    margin: 0;
    max-width: 480px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/wait02_baloon_sp.png) top left no-repeat;
    background-size: cover;
  }*/
  .wait_content-2 .wait_baloon img {
    display: none;
  }
  .wait_content-2 .txt,
  .wait_content-2 .txt2,
  .wait_content-2 .txt3{
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .wait {
    padding: 50px 0;
  }
}

/************************************
SECRET
*************************************/
.secret{
  padding: 120px 0;
}
.secret .l_inner {
  
}
.secret .section_ttl .big{
  font-size: 1.714em;
}
.secret ol.list{
  max-width: 920px;
  margin: 0 auto 8%;
}
.secret ol.list li {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(35,35,0,.3);
  padding: 17px 17px 17px 96px;
  font-size: 32px;
  list-style: none;
  position: relative;
}
.secret ol.list li + li {
  margin-top: 30px;
}
.secret ol.list li::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.secret ol.list li:nth-child(1)::before {background-image: url(../images/secret_list01.png);}
.secret ol.list li:nth-child(2)::before {background-image: url(../images/secret_list02.png);}
.secret ol.list li:nth-child(3)::before {background-image: url(../images/secret_list03.png);}

.secret_txt {
  width: 57%;
  max-width: 580px;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 10%;
  margin-left: 4%;
}
.secret_txt .big {
  font-size: 1.28em;
}
.secret_txt p + p {
  margin-top: 1em;
}

.secret .bgbox_w::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 4%;
  width: 28%;
  padding-top: 27.5%;
  background: url(../images/secret_img.png) bottom right no-repeat;
  background-size: contain;
  z-index: -1;
}
.secret .bgbox_w_ttl {
  font-size: 42px;
  font-weight: 700;
}
.secret .bgbox_w p {
  font-size: 28px;
  line-height: 2.14;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.secret .bgbox_w p .s{
  font-size: .9285em;
}

@media screen and (max-width: 820px) {
  .secret {
    padding: 80px 0;
  }
  .secret ol.list{
    width: 92%;
  }
  .secret ol.list li {
    border-radius: 5px;
    margin-left: 40px;
  }
  .secret ol.list li::before {
    left: -40px;
    margin-top: -40px;
  }
  
  .secret_txt{
    width: 93%;
    max-width: inherit;
    margin: 0 auto 28%;
    font-size: 21px;
  }
   .secret .bgbox_w p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .secret {
    padding: 50px 0;
  }
  .secret .section_ttl {
    font-size: 30px;
  }
  .secret ol.list{
    width: 92%;
  }
  .secret ol.list li {
    font-size: 16px;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    margin-left: 17px;
  }
  .secret ol.list li + li {
    margin-top: 15px;
  }
  .secret ol.list li::before {
    width: 34px;
    height: 34px;
    left: -17px;
    top: 50%;
    margin-top: -17px;
  }
  
  .secret_txt{
    width: 90%;
    max-width: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 27%;
  }
  
  .secret .bgbox_w_ttl {
    font-size: 22px;
    letter-spacing: .025em;
  }
  .secret .bgbox_w p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/************************************
NGCASE
*************************************/
.ngcase {
  background-color: #DEDED9;
  padding: 120px 0;
}

/* 
.ngcase .section_ttl {
  color: #fff;
}
 */
.ngcase .bgbox_w {
  text-align: center;
  font-size: 22px;
}
.ngcase .bgbox_w .list {
  text-align: left;
  margin-top: 1.5em;
  font-feature-settings: "palt";
}
.ngcase .bgbox_w .list li + li {
  margin-top: .25em;
}
@media screen and (max-width: 820px) {
  .ngcase {
    padding: 80px 0;
  }
}
@media screen and (max-width: 640px) {
  .ngcase {
    padding: 50px 0;
  }
  .ngcase .bgbox_w {
    font-size: 18px;
  }
}

/************************************
FLOW
*************************************/
.flow {
  background: #f2f2ed;
  padding: 95px 0 120px;
}
.flow .section_subttl{
  font-size: 24px;
  margin-bottom: .25em;
  line-height: 1.33;
  letter-spacing: 0;
  font-weight: 400;
}
.flow .bgbox_w {
  padding: 8% 8% 6% 8%;
  text-align: center;
}
.flow img{
  max-width:815px;
  width:97%;
  height:auto;
  margin:0 auto;
}

@media screen and (max-width: 820px) {
  .flow {
    padding: 80px 0;
  }
}
@media screen and (max-width: 640px) {
  .flow {
    padding: 50px 0 50px;
  }
  .flow .bgbox_w {
    padding: 6% 2% 4%;
  }
  .flow .section_subttl{
    font-size: 16px;
  }
  .flow img {
    width: 90%;
  }
}

/************************************
CONTACT FORM
*************************************/
.contact_form{
  background: #f2f2ed;
  padding: 0 0 126px;
}

.contact_form .section_header {
  background: #098870;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(50% + 60px) calc(100% - 70px), 50% 100%, calc(50% - 60px) calc(100% - 70px), 0 calc(100% - 70px));
  color: #fff;
  padding: 40px 0 130px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact_form .section_header::before,
.contact_form .section_header::after {
  content: "";
  display: block;
  bottom: 70px;
  position: absolute;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(100% - 70px);
  font-size: 48px;
  z-index: 0;
}
.contact_form .section_header::before{
  background-image: url(../images/contact_img01.png);
  width: 470px;
  right: 50%;
  margin-right: 15.625%;
  margin-right: 5.5em;
}
.contact_form .section_header::after{
  background-image: url(../images/contact_img02.png);
  width: 580px;
  left: 50%;
  margin-left: 15.625%;
  margin-left: 5.5em;
}
.contact_form .section_header > * {
  z-index: 1;
}
.contact_form .section_header .section_subttl {
  font-size: 30px;
  position: relative;
  width: fit-content;
  padding: 0 1em;
  margin: 0 auto 1em;
  line-height: 1.0;
}
.contact_form .section_header .section_subttl::before,
.contact_form .section_header .section_subttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 2em;
  border-left: 1px solid currentColor;
  position: absolute;
  bottom: 0;
}
.contact_form .section_header .section_subttl::before {
  left: 0;
  transform: rotate(-20deg);
}
.contact_form .section_header .section_subttl::after {
  right: 0;
  transform: rotate(20deg);
}
.contact_form .section_header .section_subttl em{
  display: block;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.75;
}
.contact_form .section_ttl{
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: .8em;
}
.contact_form .section_ttl .s {
  font-size: .875em;
}

.contact_form .outline_txt{
  font-size: 24px;
  letter-spacing: .01em;
  font-weight: 400;
}

.contact_form_content{
  padding-top: 50px;
}
.contact_form_content .ttl {
  font-size: 42px;
  text-align: center;
  position: relative;
  width: fit-content;
  padding: 0 1em;
  margin: 0 auto 1em;
  line-height: 1.0;
  letter-spacing: .05em;
  margin-bottom: 80px;
}
.contact_form_content .ttl::before,
.contact_form_content .ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.3em;
  border-left: 1px solid currentColor;
  position: absolute;
  bottom: 0;
}
.contact_form_content .ttl::before {
  left: 0;
  transform: rotate(-20deg);
}
.contact_form_content .ttl::after {
  right: 0;
  transform: rotate(20deg);
}

.contact_form_content .contact_list{
  margin-bottom: 70px;
}
.contact_list .mail_item,
.contact_list .tel_item {
  background: #098870;
  color: #fff;
  line-height: 80px;
  padding: 0 10px;
  position: relative;
  border-radius: 40px;
  max-width: 460px;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
}
.contact_list .mail_item {
  order: 0;
}
.contact_list .tel_item {
  order: 1;
}
.contact_list .mail_item::after{
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  margin-top: -2px;
  width: 66px;
  height: 52px;
  background: #098870;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  margin-left: -33px;
}
.contact_list .mail_item .big {
  font-size: 1.39em;
}
.contact_list .tel_item {
  margin-left: 2%;
}
.contact_list .tel_item p {
  font-feature-settings: "palt";
}

.contact_list .tel_item a{
  color: currentColor;
  display: flex;
  align-items: center;
  transition: color .3s;
}
.contact_list .tel_item a:hover{
  color: #FFFF00;
}
.contact_list .tel_item .txt{
  font-size: 18px;
  letter-spacing: 0;
}
.contact_list .tel_item .tel{
  font-size: 41px;
  letter-spacing: -.01em;
}
.contact_list .tel_item .open{
  font-size: 10px;
  line-height: 1.35;
}
.contact_list .tel_item .open span {
  font-size: .9em;
  display: block;
}

.contact_form form table {
  border-collapse: collapse;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
  vertical-align: middle;
  text-align: left;
  font-size: 22px;
  width: 80%;
}
.contact_form form select{
  height: calc(1em + 30px);
}
.contact_form form input,
.contact_form form select,
.contact_form form textarea{
  width: 100%;
  padding: 15px 15px;
  background: #e7f7f0;
  border: 0 none;
  border-radius: 5px;
  font-size: 28px;
  font-weight: 500;
}
.contact_form form select,
.contact_form form input::placeholder,
.contact_form form select::placeholder,
.contact_form form textarea::placeholder{
  color: #098870;
  font-weight: 500;
}
.contact_form form input:focus,
.contact_form form select:focus,
.contact_form form textarea:focus {
  box-shadow: inset 0 0 4px #4BD6C8;
}

.contact_form .form-item + .form-item {
  margin-top: 50px;
}
.contact_form form label {
  width: 100%;
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact_form form .confirm_btn {
  max-width: 450px;
  width: 450px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  background-color: #098870;
  color: #fff;
  
  line-height: 100px;
  margin-top: 8%;
  padding: 0 10px 0;
  border-radius: 20px 0 0 20px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  border: 0 none;
  
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
  
  transition: color .3s;
}
.contact_form form .confirm_btn::after {
  display: block;
  position: absolute;
  right: -19px;
  top: 0;
  width: 20px;
  height: 100%;
  clip-path: polygon(0 0, 5% 0, 100% 50%, 5% 100%, 0 100%);
  background: #098870;
  z-index: -1;
}
.contact_form form .confirm_btn:hover{
  color: #FFFF00;
}

.contact_form .text {
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
}
.contact_form .text p {
  font-size: 20px;
}
.contact_form .text p:first-child {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .contact_form .section_header::before,
  .contact_form .section_header::after{
    height: 0;
    padding-top: 24.83%;
  }
  .contact_form .section_header::before{
    width: 34.479166%;
    
  }
  .contact_form .section_header::after{
    width: 30.20833%;
    margin-left: 6em;
  }
}
@media screen and (max-width: 820px) {
  .contact_form {
    padding-bottom: 80px;
  }
  .contact_form .section_header {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 30px) calc(100% - 35px), 50% 100%, calc(50% - 30px) calc(100% - 35px), 0 calc(100% - 35px));
    color: #fff;
    padding: 40px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .contact_form .section_header::before,
  .contact_form .section_header::after{
/*    bottom: 118px;*/
    bottom: 90px;
    width: 45%;
    height: 0;
    padding-top: 34%;
  }
  .contact_form .section_header::before{
    right: inherit;
    margin-right: auto;
    left: 2vw;
    width: 45%;
  }
  .contact_form .section_header::after{
    left: inherit;
    margin-left: auto;
    right: 2vw;
    width: 53%;
  }
  .contact_form .section_header .section_subttl{
    font-size: 24px;
    margin-bottom: .8em;
  }
  .contact_form .section_ttl {
    font-size: 28px;
    margin-bottom:  calc(34% + 15px);
  }
  .contact_form .outline_txt{
    font-size: 16px;
  }


  .contact_form_content {
    padding-top: 30px;
  }
  .contact_form_content .ttl{
    font-size: 22px;
    letter-spacing: .025em;
    margin-bottom: 30px;
  }
  .contact_form_content .contact_list{
    margin-bottom: 10%;
    flex-direction: column;
  }
  .contact_list .mail_item,
  .contact_list .tel_item {
    line-height: 1.5;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    margin: 0 auto;
    width: 100%;
  }
  .contact_list .mail_item {
    order: 1;
  }
  .contact_list .tel_item {
    order: 0;
  }
  .contact_list .mail_item {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .contact_list .mail_item::after{
    width: 10%;
    padding-top: 8%;
    height: 0;
    margin-left: -5%;
  }
  .contact_list .mail_item .big {
    vertical-align: -.1em;
  }
  .contact_list .tel_item{
    margin-left: auto;
    margin-bottom: 2%;
  }
  .contact_list .tel_item a{
    flex-direction: column;
  }
  .contact_list .tel_item .txt{
    font-size: 18px;
  }
  .contact_list .tel_item .tel{
    font-size: 30px;
  }
  .contact_list .tel_item .open{
    font-size: 12px;
  }
  .contact_list .tel_item .open span {
    display: inline-block;
    margin-right: .5em;
  }

  .contact_form .form-item + .form-item {
    margin-top: 30px;
  }
  .contact_form form label {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact_form form input,
  .contact_form form select,
  .contact_form form textarea {
    font-size: 18px;
  }
  .contact_form form .confirm_btn {
    font-size: 24px;
    line-height: 3.5;
  }
}

@media screen and (max-width: 640px) {
  .contact_form .section_header{
    padding: 30px 0 60px;
  }
  .contact_form .form-item + .form-item {
    margin-top: 20px;
  }
  .contact_form form label {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contact_form form input,
  .contact_form form select,
  .contact_form form textarea {
    font-size: 16px;
    padding: 15px 10px;
  }
  .contact_form form .confirm_btn {
    width: 100%;
    font-size: 18px;
    line-height: 3.5;
    border-radius: 10px 0 0 10px;
  }
}







.bigred{
font-size:130%;
color:#ff0000;
font-weight:bold;
  display: inline-block;
}
.summary {
  background-color: #EBF8F3;
  padding: 20px 10px 40px 10px;
}
.summary_content {
  max-width: 600px;
  margin: 0 auto;
}

.summary_block {
border:3px solid #008E74;
border-radius:16px;
padding:1em;
margin-bottom:1em
}

.summary h3 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
margin-bottom:1em;
}
.summary h4 {
  position: relative;
  font-size: 24px;
  margin-top: 0.5em;
text-align:center;
}

.summary p {
  margin-top: 4px;
  margin-left: 60px;
}
.summary .summary_content h3 span{font-size:80%}
/* 
.summary span{
  display: inline-block;
}
.summary .index span{
  width: 190px;
}
.summary .index2 span{
  width: 110px;
}
 */
}

@media screen and (max-width: 640px) {
  .summary_content {
    max-width: 390px;
  }
  .summary h3 {
    font-size: 24px;
    text-align: center;
  }
  .summary h4 {
    font-size: 20px;
text-align:center;
  }
  }
  .summary p {
text-align:center;
    margin-top: 4px;
    margin-left: 0px;
    width:100%;
  }

}
@media screen and (max-width: 400px) {
  .summary p {
    text-align: center;
  }
  .summary .index span,
  .summary .index2 span{
    width: auto;
    display: block;
  }
}

.important{
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 10px 50px;
}
.important_content h3{
  font-size: 36px;
  text-align: center;
}
.important_content h4{
  color: #008E74;
  font-size: 22px;
  margin: 0 0 10px;
}
.important_content span{
  display: inline-block;
}
.important_content .line{
  background: linear-gradient(transparent 60%, #F9FF6B 0%);
}
.important_content p{
  display: inline;
}
.important_box{
  background-color: #EBF8F3;
  padding: 20px 30px;
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .important_content h3 {
    font-size: 24px;
  }
  .important_content h4{
    font-size: 20px;
    margin: 0 0 5px;
  }
  .important_box{
    padding: 15px 20px;
    margin: 10px 0 0;
  }
}

.figure {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 10px 50px;
}
.figure h3 {
  font-size: 36px;
  margin-bottom: 20px;
text-align:center;
}
@media screen and (max-width: 640px) {
  .figure h3 {
    font-size: 24px;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}





















.contact_cta{
  border: 1px solid #008E74;
  box-shadow: 5px 5px 0 #008E74;
  margin: 30px auto 80px;
  max-width: 740px;
}
.contact_cta a{
  display: block;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}
.contact_cta_btn{
  background-color: #008E74;
  width: 150px;
  min-width: 150px;
  height: 150px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  padding: 20px 0;
  border-radius: 50%;
  line-height: 1.3;
}
.contact_cta_btn span{
  font-size: 35px;
  padding: 0 5px;
}
.contact_cta .right{
  max-width: 540px;
  padding: 0 0 0 10px;
}
.contact_cta .right p{
  font-size: 23px;
  line-height: 1.8;
}
.contact_cta .right p span{
  padding: 0 10px;
  background: linear-gradient(transparent 60%, #F9FF6B 0%);
}
@media screen and (max-width: 770px) {
  .contact_cta{
    max-width: 620px;
  }
  .contact_cta a{
    padding: 10px;
  }
  .contact_cta_btn{
    width: 120px;
    min-width: 120px;
    height: 120px;
    font-size: 20px;
    padding: 15px 0;
  }
  .contact_cta_btn span{
    font-size: 30px;
  }
  .contact_cta .right p{
    font-size: 20px;
  }
}
@media screen and (max-width: 655px) {
  .contact_cta{
    max-width: 500px;
  }
  .contact_cta_btn{
    width: 100px;
    min-width: 100px;
    height: 100px;
    font-size: 16px;
  }
  .contact_cta_btn span{
    font-size: 23px;
  }
  .contact_cta .right p{
    font-size: 16px;
  }
  .contact_cta .right p span{
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 540px) {
  .contact_cta{
    margin: 10px 10px 50px;
    max-width: none;
  }
  .contact_cta_btn{
    width: 90px;
    min-width: 90px;
    height: 90px;
    font-size: 14px;
  }
  .contact_cta_btn span{
    font-size: 18px;
  }
  .contact_cta .right p{
    font-size: 14px;
  }
}


.fixed_btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .fixed_btn {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding: 10px 0;
  }
}

/***********************************:
FOOTER
*************************************/
#l_footer {
  background-color: #098870;
  text-align: center;
  padding: 125px 0;
  color: #fff;
}
#l_footer a{
  color: #fff;
  transition: opacity .3s;
  vertical-align: -.1em;
}
#l_footer a:hover{
  opacity: 0.6;
}
.footer_site_name{
  font-size: 32px;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: .5em;
}
.footer_info{
  font-size: 18px;
  letter-spacing: .05em;
}
.footer_info dt {
  font-weight: 700;
}
.footer_info dt a {
  font-size: 1.33em;
  font-weight: 700;
}
.footer_info dd a {
  font-size: 1.22em;;
}
.footer_info dd .s {
  font-size: .77em;
}
.copyright {
  color: #4BD6C8;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .05em;
  margin-top: 50px;
}
.copyright small {
  font-size: 1em;
}
@media screen and (max-width:640px) {
  #l_footer {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .footer_site_name{
    font-size: 20px;
  }
  .footer_info{
    font-size: 12px;
  }
  
  .copyright {
    font-size: 11px;
    margin-top: 30px;
  }
}

/* mail.php */
.formWrap {
  max-width: 100%;
  margin: 0 auto;
}
.formWrap h3 {
  font-size: 36px;
  text-align: center;
  padding: 20px 0;
}
.formTopText {
  text-align: center;
}
.formWrap form table {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 10px;
}
.formWrap form table td {
  border-bottom: #008e74 1px dotted;
  padding: 0 10px;
}
.formWrap form table th {
  text-align: left;
  padding: 14px 8px 14px 10px;
  border-bottom: #008e74 1px dotted;
  color: #008e74;
}
.formWrap .back {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  background-color: #EBF8F3;
  border-radius: 10px;
  padding: 14px 10px;
  border: 1px solid #008E74;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 24px;
}
.formWrap .send {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  background-color: #008E74;
  border-radius: 10px;
  padding: 16px 10px;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
}
.thanks {
  min-height: 80vh;
  background-color: #E6F8F3;
}
.mail_icon2 {
  pointer-events: none;
  cursor: default;
}
.thanxComment {
  margin-top: 60px;
  font-size: 20px;
  text-align: center;
}
.to_top {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  background-color: #008E74;
  border-radius: 10px;
  padding: 12px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .formWrap {
    max-width: 94vw;
  }
  .formWrap h3 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
  }
  .formWrap form table {
    width: 100%;
    font-size: 14px;
  }
  .formWrap form table th {
    text-align: left;
    padding: 14px 4px 14px 0px;
    border-bottom: #008e74 1px dotted;
    color: #008e74;
  }
  input, select, textarea {
    font-size: 16px;
  }
  .thanks {
    max-width: 100vw;
  }
  .thanxComment {
    max-width: 94vw;
    margin: auto;
  }
  .to_top {
    max-width: 94vw;
    text-align: center;
  }
}


.overview {
  padding: 90px 0 0;
}
.overview dl {
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(77,77,77,.2);
}
.overview dl dt {
  background-color: #098870;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 13px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.overview dl dd {
/*  background-color: #fcfcfc;*/
  padding: 24px 24px 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.overview dl dd span.lbl {
  display: block;
/*  font-weight: 700;*/
  margin-bottom: 7px;
}

.d-ib {display: inline-block;}
.sp_only {display: none;}
@media screen and (max-width: 390px) {
  .sp_only {
    display: block;
  }
}

.rjc {
  padding: 80px 0;
}
.rjc.bg {background-color: #F2FBFB;}
.rjc .ctr {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.rjc h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.rjc .lead {
  line-height: 1.7;
  text-align: center;
  margin-bottom: 60px;
}
.rjc h3 {
  color: #008e74;
  font-size: 24px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
}
.rjc h3 .num {
  color: #ffffff;
  background-color: #008e74;
  border-radius: 3px;
  width: 31px;
  height: 31px;
  line-height: 28px;
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  text-align: center;
}
.rjc .txt {
  line-height: 1.7;
  margin-bottom: 40px;
}
.rjc .txt.mb0 {
  margin-bottom: 0px;
}
.rjc dl {
  margin-bottom: 36px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(77,77,77,.2);
  border-radius: 10px;
  padding: 30px;
}
.rjc dt {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px rgba(77,77,77,.1);
}
.rjc .pit {
  display: inline-block;
  color: #008e74;
  font-weight: 700;
  font-size: 18px;
  margin-right: 10px;
}
.rjc .pttl {
  display: inline-block;
  font-weight: 700;
  font-size: 21px;
}
.rjc dd {
  line-height: 1.7;
}
.rjc .udr {
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}
.rjc .info {
  line-height: 1.7;
  text-align: center;
}
.rjc .row_and {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 36px;
}
.rjc .col_a, .rjc .col_b {
  width: 45%;
  background-color: #008e74;
  box-shadow: 0 0 10px rgba(77,77,77,.2);
  border-radius: 10px;
  padding: 16px 4px 30px;
  color: #ffffff;
  font-weight: 700;
  font-size: 19px;
  position: relative;
}
.rjc .col_inr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}
.rjc .col_n {
  width: 10%;
  font-weight: 700;
  padding: 80px 0px;
  position: relative;
}
.rjc .col_n span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.rjc .alb {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 4px;
}
.rjc .row_2w {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.rjc .col_2w {
  width: 48%;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(77,77,77,.2);
  border-radius: 10px;
  padding: 24px;
}
.rjc .wttl {
  background-color: #008e74;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 14px;
  padding: 4px 5px 5px;
}
.rjc .wtxt {
  line-height: 1.7;
  font-weight: 500;
}
.rjc .pick_bg {
  background-color: #F2FBFB;
  display: block;
  padding: 20px 20px 24px;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(77,77,77,.2);
  font-weight: 500;
  font-size: 18px;
}
.rjc .fs17 {
  font-size: 17px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .rjc h2 {
    font-size: 28px;
  }
  .rjc .col_a, .rjc .col_b {
    width: 100%;
    padding: 14px 30px 24px;
  }
  .rjc .col_inr {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0%) translateY(0%);
  }
  .rjc .col_n {
    width: 100%;
    padding: 24px 0px;
  }
  .rjc .row_2w {gap: 20px 0;}
  .rjc .col_2w {
    width: 100%;
  }
}

/* 2025.9.3追加 */
.gr_txt {
  background: linear-gradient(to right, #098870, #31b5ac); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.marker100 {
  background: linear-gradient(transparent 70%, #FFFF00 70%);
}
.mybnr {margin-top: 30px;}
.mybnr a img {max-width:300px}
.open_call_content span.sm {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .mybnr {text-align: center;}
  .open_call_content span.sm {font-size: 14px;}
}

/* お客様の声（voice）　================================================== */

.voice {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 10px;
}
.voice h3 {
  font-size: 38px;
  padding: 0 0 20px;
  text-align: center;
}
.voice .block {
border:1px solid #008E74;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 1.5em;
}

.voice .block:after {
display:block;
content:'';
clear:both;
}


.voice .block h4 {
  font-size: 22px;
  color: #008E74;
  line-height: 24px;
  margin: 0 0 20px;
}
.voice .block h5 {
  font-size: 22px;
  line-height: 1.2em;
  margin: 0.5em 0 0;
}

.voice .block .obi {
background-color:#008E74;
  color: #F9FF6B;
padding:0.5em;
}
.voice .block .obi2 {
background-color:#4cb09d;
  color: #FFF;
padding:0.5em;
margin:1em 0 0;
}

.voice .block1 {
background-image: url(../images/voiceback1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
background-position:top center;
}
.voice .block2 {
background-image: url(../images/voiceback2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
background-position:top center;
}
.voice .block3 {
background-image: url(../images/voiceback3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
background-position:top center;
}


/* .voice .block .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 */
.voice_img{
  text-align: left;
  width: 22%;/* デフォ15% */
  margin: 0 1em 0 0;
  max-width: 300x;
  float: left;
}
.voice_tx{
  text-align: left;
  width: auto;/* デフォ76% */
  margin: 0 30px 0 0;
  float: left;
}
/* .voice .block img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
 */
.voice .block p {
  width: 100%;
  font-size: 19px;
  margin-bottom: 5px;
}
.voice span{
  display: inline-block;
}
.voice .voice_cate{
  background: #008E74;
  padding: 3px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
  width: 130px;
  margin:0 10px 5px 0;
  display: inline-block;
}
.voice .voice_voice{
  font-size: 18px !important;
  padding: 10px 0 0;
  line-height: 3rem;
}

.voice .voice_voice .green{
color: #008E74;
display:inline;
}
.voice .attention {
font-size:10px;
text-align:right;
color:#666;
margin-top:-1em;
}
.block .voice_voice img {
float:left;
padding:0.3em 1em 1em 0;
  max-width: 190px;
}



@media screen and (max-width: 770px) {
  .voice .block .flex {
    justify-content: center;
  }
  .voice .voice_img{
    width: 35%;
    float: left;
  }
  .voice .voice_tx{
    float: right;
    margin: 0;
    width: 60%;
  }
  .voice .voice_voice{
    display: inline-block;
  }
.voice .block .obi {
background-color:#008E74;
  color: #F9FF6B;
padding:0.5em;
margin-bottom:1em;
}
}

@media screen and (max-width: 670px) {
  .voice h3 {
    font-size: 26px;
  }
  .voice_txt{
    font-size: 18px;
    text-align: center;
  }
  .voice .block {
    padding: 10px 10px 5px;
  }
.voice .block h4,
.voice .block h5 {
    font-size: 20px;
    margin: 0;
  }
  .voice .block .flex{
    justify-content: space-evenly;
    display: block;
  }
  .voice_img{
    margin: 0 10px 0 0;
  }
  .voice .block p {
    font-size: 18px;
  }
  .voice .postscript{
    font-size: 22px;
  }
}

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

.voice .block h4,
.voice .block h5 {
    font-size: 18px;
    line-height: 2rem;
    padding: 5px 0 10px;
  }
  .voice .block p {
    font-size: 1.7rem !important;
    line-height: 2.7rem;
  }
  .voice .postscript{
    font-size: 20px;
  }
    .voice .voice_cate{
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 1px 0;
    margin: 0 0 2px;
  }
}

/* 2025.09.12追加*/
.pmgbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 1%;
  margin-top: 6rem;
}
.pmgbox img {
  width: calc(1/10 *94%);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 670px) {
  .pmgbox {margin-top: 3rem;}
  .pmgbox img {width: calc(1/10 *94%);}
}


/*2026.01.26追加*/
.price_info {
  font-size: 24px;
  font-weight: 700;
  border-left: solid 4px #098870;
  padding: 0 0 4px 14px;
  margin-bottom: 30px;
}
.price_lead {
  margin-bottom: 70px;
}
@media screen and (max-width: 670px) {
  .price_info {
    font-size: 18px;
    border-left: solid 3px #098870;
    padding: 0 0 2px 10px;
    margin-bottom: 18px;
  }
  .price_lead {
    font-size: 15px;
    margin-bottom: 40px;
  }
}