@charset "utf-8";
/* CSS Document */

/*-----共通設定-----*/
body {
    font-family:"Noto Sans JP",'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
html {
    font-size: 62.5%;
}
p{
    font-size: 1.6rem;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
/*.pc { display: block !important; }*/
.sp { 
    display: none !important;
}
.br-sp{
    display: none;
}
/*-----共通設定ここまで-----*/



/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(FV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*スクロールボタン設定*/
html{
  scroll-behavior: smooth;
}

/* ボタン全体 */
#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #f8e100;
  border-radius: 50%;
  z-index: 1;
  }

  /* Font Awesome */
  #page_top::before {
  position: absolute;
  top:20%;
  left: 25%;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 55px;/*画像の幅*/
  height: 55px;/*画像の高さ*/
  background-image: url(../img/angle-up-solid_white.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  
  }
/*header*/
/******* ヘッダーのスタイル ********/
header {
    position: fixed; /*** ← fixedで固定 ***/
    width: 100%; 
    height: 60px; 
    background: #076e42; 
    padding: 20px 30px 20px 0; 
    box-sizing: border-box;
    top: 0; 
    left: 0; 
    display: flex; 
    align-items: center; 
	z-index: 1;
    justify-content:flex-end;
}
header .nav .menu li a{
   color: #ffffff;
   font-weight:bold;
   text-decoration: none;
   font-size: 2.4rem;
}
/*はじめは非表示*/
.content {
  opacity: 0;
}
.content.inview {
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-delay: .4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    transform: translateY(-40px);/*上から*/
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/*header項目追加*/
ul.menu {
    display: flex;
}

.header-form:before{
	content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/form.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 5px;
}
.header-home:before{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../img/home.png");
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-right: 5px;
}
.header-form,.header-home{
	height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.header-form{
	border-right: 1px solid #ffffff
}
li.header-home {
    padding-left: 20px;
}
li.header-form{
    padding-right: 20px;
}




/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
    position: relative;
}
#first-view .pc{
    width: 100%;
}
#first-view .btn{
    position: absolute;
    top: 79%;
    left: 29%;
    /*width: 30%;*/
    height: auto;
}
#first-view .btn img{
    max-width: 100%;
}
/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr{
}
#pr img{
    max-width: 100%;
    object-fit: contain;
}

.pr-box01{
    text-align: center;
    padding: 10rem 1.5rem 19.5rem 1.5rem;
    background-color:#076e42;
	background-image: linear-gradient(102deg, #076e42, #269a20);
    clip-path: polygon(0 0, 100% 0%, 100% 84%, 50% 100%, 0 84%);
}
.pr-tittle01-img {
    margin-bottom: 7.0rem;
}
.pr-item01.pr-item01-sp {
    margin-bottom: 3rem;
}
img.pr-center-order, img.pc.pr-item01-center{
    margin: 0 4rem;
}
.pr-box02{
    padding: 0 1.5rem;
	max-width: 800px;
	margin:8rem auto 5.5rem auto;
}
.pr-tittle02-img{
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 3.6rem;
}
.pr-item02{
    display: flex;
    justify-content: center;
	background-color: #cde2d9;
	margin-bottom: 9.6rem;
	padding: 5rem 4rem;
	
}
.pr-item02 ul {
    display: flex;
	flex-wrap: wrap;
	margin-left: 3rem;
}
.pr-item02 li{
	display: flex;
	font-size: 2.6rem;
	color:#076e42;
	margin: 0 0.5rem;
	font-weight: bold;
}
.pr-warpper02-img{
    text-align: center;
    margin: 0 auto;
}
img.pr-wpr-img {
    margin-bottom: 2.2rem;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background-color: #cde2d9;
    padding: 0 1.5rem;
}
#targeting img{
    max-width: 100%;
}
.targeting-box{
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 10rem;
}
.targeting-warpper01{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 6rem;
}
.targeting-warpper01 img{
    align-self: center;
}
.targeting-item {
    margin-left: 7rem;
}
.targeting-item img{
    margin: 2.4rem 0 3.6rem 0;
}
.targeting-item h1{
    font-size: 4rem;
    font-weight: bold;
    color: #076e42;
    background-color: #f8e100;
    line-height: 1.5;
    letter-spacing: 0.04em;
	padding-left:2rem;
}
.targeting-item h1:nth-of-type(1){
    margin-bottom: 0.8rem;
}
.targeting-item h1:nth-of-type(2){
    margin-bottom: 2rem;
}
.targeting-item p{
    line-height: 1.8;
}
.targeting-sbtext{
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.04em; 
    margin-left: 8rem;

}
.tr-span-1{
	position: relative;
  display: inline-block;
  margin: 0 2px; /* 文字間のスペース（調整可） */
  font-weight: bold; /* 文字の強調 */
}
.tr-span-1::before{
	content: "•"; /* ドット */
  position: absolute;
  top: -1em; /* 文字の上に表示 */
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7em;
  color: #076e42; /* 色はお好みで */
}
.tr-span-2{
    color: #076e42;
    background-color: #f8e100;  
}
.targeting-warpper02{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 9.5rem 0;
    height: 650px;
}
.targeting-img01, .targeting-img02, .targeting-img03{
    position: absolute;  
}
.targeting-img01{
    top:15%;
    left: 5%;
}
.targeting-img02{
    top:5%;
    left: 35%;
}
.targeting-img03{
    top:-5%;
    left: 66%;
}
.btn-box.btn-tg {
    text-align: center;
    padding-bottom: 70px;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step{
     background-image: linear-gradient(102deg, #076e42, #269a20);
}
.step-tittle-img img {
    margin: 0 auto;
    display: block;
    margin-bottom: 4.7rem;
}
.step-tittle-img {
    margin-bottom: 12rem;
}
.step-box{
    max-width: 1100px;
    margin: 0 auto;
    padding: 10.0rem 1.5rem 8.6rem 1.5rem;    
}
.step-warpper{
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: baseline;
}


.step-area{
    margin: 6rem auto 0 auto;
    max-width: 307px;
}

.step-area h4{
    font-size: 2.1rem;
    font-weight: bold;
    margin: 2.0rem 0 3.0rem 0;
	color:#ffffff;
}
.step-area p{
    line-height: 1.7;
    font-size: 1.6	rem;
	color:#ffffff;
}
.step-message{
    font-size: 2.0rem;
    color: #f8e100;
    text-align: center;
    margin: 4.2rem 0 3.0rem 0;
    line-height: 1.7;
	font-weight: bold;
}
a.btn-step {
    text-align: center;
    display: block;
}

.btn-box.btn-step {
    margin-top: 7.4rem;
	text-align: center;
}
.step-text span {
    color: #f8e100;
	font-weight: bold;
}
.btn-box.btn-pr {
    text-align: center;
    margin-top: 50px;
}
a.step-form-ko {
    border-bottom: 2px solid #f8e100;
	font-weight: bold;
    color: #f8e100;
}
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa{
    background-color: #cde2d9;
}
.qa-box{
    max-width: 1030px;
    margin: 0 auto;
    padding: 10rem 1.5rem 0 1.5rem;
    
}
.qa-tittle-img{
    text-align: right;
    margin-right: 6rem;
}
.qa-warpper{
    padding: 7.7rem 0;
    background-image : linear-gradient(to right, #076e42 2px, transparent 2px);
    background-size: 12px 3px;
    background-repeat: repeat-x; 
    background-position: left bottom;
}
.qa-warpper:nth-of-type(5){/*再下段のボーダー消す*/
    background-image:none;
}
.qa-item{
    display: flex;
    align-items: center;
    padding: 0 9.0rem;
}
.qa-item p{
    line-height: 1.7;
}
.qa-q img{
    margin-right: 6.7rem;
}
.qa-a img{
    margin-left: 4.0rem;
}

img.qa-point {
    display: block;
    margin: 3.0rem auto;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*information<!--IN-->*/
/**/
/**/
/**/
#information{
    background: url("../img/in-bg.jpg");
}
.information-box{
    max-width: 1000px;
    margin: 0 auto ;
    padding: 10rem 1.5rem 7rem 1.5rem;
}
.information-tittle-img{
    text-align: center;
    margin-bottom: 12rem;
}
.information-item{
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 6.0rem;
	align-items: start;
    
}
.information-item-atc {
    align-items: center;
}
.information-area-01{
    display: flex;
    align-items: center;
    width: 250px;
}
.information-area-02{

	max-width: 650px;
}
.information-text-tittle{
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 0 1.1rem;
}
.information-area-01:before{
    content: "";
    display: inline-block;
    width: 1rem;
    height: 5rem;
    position: relative;
    left: 0;
    top: 0;
    background-color: #076e42;
   
}
.information-text{
    line-height: 1.8;
    
}

.information-text-1{
    margin-bottom: 2rem;
    
}
p.information-text.info-text-3 {
    margin-bottom: 1.5rem;
}
.information-row {
  display: flex;
  gap: 1em;
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.information-row .information-name {
  width: 5em; /* 名前の幅を固定。調整可 */
  flex-shrink: 0;
}

.information-row .information-zip {
  width: 5.5em; /* 郵便番号の幅。調整可 */
  flex-shrink: 0;
}
.information-row .information-address {
  width: 16.5em; /* 住所の幅。調整可 */
  flex-shrink: 0;
	
}
.information-row .information-tel {
  flex: 1; /* 残りのスペースを住所に */
}
p.information-text.information-text02-1 {
    margin-bottom: 35px;
}
p.information-text.information-text3-1 {
    margin-bottom: 20px;
}
/**/
/**/
/**/
/*information<!--INここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    padding-bottom: 6.5rem;
    text-align: center;
    background-color: #cde2d9;
    
}
.entry-tittle {
    background-color: #076e42;
    clip-path: polygon(0 0, 100% 0%, 100% 84%, 50% 100%, 0 84%);
    padding: 9rem 1.5rem 9rem 1.5rem;
    text-align: center;
}
.entry-tittle img{
    max-width: 100%;
}
form{
    max-width: 800px;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
}
.entry-text{
    margin: 4rem 0 6.0rem 0;
    font-size: 2rem;
    text-align: center;
    color: #076e42;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 2rem;
}
.entry-text span{
    background-color: #f8e100;
}
.form-wrapper{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0;
}
th{
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
    color: #076e42;
    text-align: left;
}



/* Table */
    th,
    td {
        padding: 1.5rem 1.25rem 1.5rem 0;
        display: table-cell;
    }
    th {
        width: 30%;
        vertical-align: middle;
    }
    td {
        width: 70%;
        text-align: left;
    }
    span.radio-text {
        font-size: 1.8rem;
        margin-right: 2rem;
    }
.input-text{
    border: 2px solid #076e42;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    
    }
textarea{
    border: 2px solid #076e42;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 80px;
    } 

.personal-tittle{
    color: #076e42;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
    
}
h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}
.personal-text span{
    font-size: 1.8rem;
}
.personal-link {
    margin-bottom: 20px;
}
.personal-link a{
    font-size: 1.6rem;
}
input.btn.btn-primary{
    margin: 0 0 6.5rem 0;
    text-align: center;
}

.btn-primary {
    align-items: center;
	text-decoration: none;
	width: 300px;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: bold;
	background: #f8e100;
	color: #076e42;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
    border-radius: 100vh;
    margin-bottom: 3rem;
}

.btn-primary:hover {
	background: #076e42;
	color: #f8e100;
}


.select-01{
    border: 2px solid #076e42;
    background: #fff;
    padding: 1.5rem;
    
}
/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: #076e4269;
}
span.text-Required{
    font-size: 1.4rem;
    color: #c12929;

}

/* scroll */
.scroll-box{
    overflow:scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-color: #cde2d92e;
    margin-bottom: 2.5rem;
    padding: 1rem;
    line-height: 1.5;
}
.scroll-box  p{
    text-align: left;
    font-size: 1.4rem;
}
/* スクロールの幅の設定 */
.scroll-box::-webkit-scrollbar {
 width: 10px;
 height: 10px;
}
 
/* スクロールの背景の設定 */
.scroll-box::-webkit-scrollbar-track {
 border-radius: 5px;
 background: rgba(110, 108, 108, 0.2);
}
 
/* ドラックできるスクロール部の設定 */
.scroll-box::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #076e42;
}
/**/
/*ラジオボタン*/
/**/
.radio-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    margin-left: 15px;
  }
 
  /* ラジオボタンは非表示（透明化 requiredを使用したいため） */
 .radio-btn input[type=radio] {
   position: absolute;
   opacity: 0;
   z-index: -1; 
 }
 
  .radio-text {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 2px #076e42;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .radio-text:after {
    content: "";
    position: absolute;
    background: #076e42;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    opacity: 0;
  }
  
   .radio-btn input:checked + .radio-text:after {
    opacity: 1;
  }
 /**/
 /*チェックボックス*/
 /**/
 .check-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    margin-left: 15px;
  }
 
 
  .check-text {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 2px #076e42;
    box-sizing: border-box;
  }
  
  .check-text:after {
      content: "";
      opacity: 0;
      display: block;
      width: 16px;
      height: 10px;
      border-left-width: 2px;
      border-bottom-width: 2px;
      border-color: #076e42;
      transform: rotate(-45deg);
  }
  
   .check-btn input:checked + .check-text:after {
    opacity: 1;
  }
  /* チェックボックスは非表示（透明化 requiredを使用したいため） */
 .check-btn input[type=checkbox] {
   position: absolute;
   opacity: 0;
   z-index: -1; 
 }
.kinmu {
    display: flex;
    align-items: center;
}
.number-year input.input-text {
    width: 80px;
	margin-right: 5px;
}
td.number-year {
    font-size: 16px;
}
/**/
/**/
/**/
/*エントリーフォームFMここまで*/
/**/
/**/
/**/












/**/
/**/
/**/
/*closing&footer<!--CL-->*/
/**/
/**/
/**/
 /**/
#closing{
    background: url("../img/cl-bg.jpg") no-repeat center center;
    height: 850px;   
}
.closing-box {
    text-align: center;
    padding-top: 6.0rem;
}
.closing-box h2{
    display: inline-block;
    font-size: 3.4rem;
    background-color: #f8e100;
    font-weight: bold;
    color:#076e42;
    margin-bottom: 3.2rem;
}
.footer-box{
    background-color: #076e42;
    clip-path: polygon(0% 0%, 50% 30%, 100% 0, 100% 100%, 0% 100%);
    height: 500px;
    margin-top: -17rem;
    padding-top: 25.0rem;
}

.closing-item-01{
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin:0 auto;
}
.closing-item-02{
    max-width: 900px;
    margin:0 auto;
}

a.closing-btn {
    margin-bottom: 2.0rem;
}
.logo{
    font-size: 7.2rem;
    font-weight: bold;
    color: white;
    margin-bottom: 3.0rem;
}
.tel{
    font-size: 3.6rem;
    font-weight: bold;
    color:white;
    letter-spacing: 0.35rem;
    align-self: end;
}
.tel:before{
    content: url("../img/tel-mark.png");
    vertical-align: middle;
    padding-right: 5px;
    
}
.address{
    font-size: 1.8rem;
    font-weight: bold;
    color:white;
    line-height: 1.5;
    letter-spacing: 0.2rem;
	text-align: center;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#cde2d9;
    height: 80px;
}

.copyright p{
    font-size: 1.4rem;
    text-align: center;
}
/**/
/**/
/**/
/*closing&footer<!--CLここまで-->*/
/**/
/**/
/**/






























/**/
/**/
/**/
/*success*/
/**/
/**/
/**/
#success{
    text-align: center;
}
.success-tittle{
    background-color: #076e42;
    clip-path: polygon(0 0, 100% 0%, 100% 84%, 50% 100%, 0 84%);
    padding: 9.0rem 1.5rem 9.0rem 1.5rem;
}
.success-warpper{
    max-width: 770px;
    margin: 0 auto;
    padding: 6.2rem 0;
}

.success-warpper h1{
    font-size: 4.0rem;
    color: #076e42;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 2.0rem;
    text-align: center;
    color: #076e42;
    font-weight: bold;
    line-height: 1.7;
}
.success-text span{
    background-color: #f8e100;
}
.success-warpper a{
    font-size: 2.0rem;
    color: #076e42;

}


a.success-btn {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 220px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #076e42;
	color: #fff42c;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.success-btn::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff42c;
	border-right: 2px solid #fff42c;
	transform: rotate(230deg);
}
a.success-btn:hover {
	background: #44c6f2;
	color: #fff42c;
}
/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/





/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:640px) and (max-width:959px) {
/*targeting*/
#targeting img {
    max-width: 40%;
    align-self: center;
}
#targeting img {
    max-width: 30%;
}
.targeting-warpper01{
    justify-content: center;
}
/*pr*/
.pr-item01 img {
    max-width: 30%;
    object-fit: contain;
    margin-bottom: 2.0rem;
}
.pr-item02 p {
    margin-left: 0;
}
.pr-warpper02-img img{
        width: 100%;
    }
img.pr-center-order {
    order: 2;
}


/*information*/
.information-box {
    padding: 10rem 1.5rem 20rem 1.5rem;
}
.information-warpper {
    padding: 0 4rem;
}
.information-area-01 {
    width: 200px;
    }
.information-area-02 {
    max-width: 700px;
    }
/*closing*/
.closing-box h2{
    font-size: 3.0rem;
    margin-top: 10rem;
}
.footer-box{
     padding: 25rem 1.5rem 0 1.5rem;   
 }   
.logo {
    font-size: 5.0rem;
    margin-bottom: 0;
}
.tel {
    font-size: 3rem;
}
.address {
    padding-top: 2rem;
}
.copyright {
    height: 30px;
}

/*step*/
.step-warpper {
    display: block;
    justify-content: space-between;
    align-items: center;
}
img.step-point {
    transform: rotate( 90deg );
    display: block;
    margin: 0 auto;
}
.step-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.step-area {
    margin: 6rem auto 0 auto;
    max-width: 500px;
}
.step-img-pic{
    width: 30%;
    }
}

@media screen and (max-width:760px) {
.information-item {
    display: block;
    }
	p.information-text {
    margin-top: 12px;
}
.information-area-01 {
    margin-bottom: 12px;
}
}

