@charset "utf-8";
/* CSS Document */
/*-----フォントの設定-----*/

/*-----フォントの設定ここまで-----*/

/*-----共通設定-----*/
html{
	font-size: 62.5%;
    /*font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
    font-weight: bold;*/
    /*notosanで代用*/
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
p{
    font-size: 1.6rem;
}
img{
    max-width: 100%;
}
h1,h2{
    font-weight: 700;
}
.btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* パソコンで見たときは"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: #dcb400;
  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: #DCB400; 
    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-tel:before{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../img/tel.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 5px;
}
.header-form: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-tel,.header-form{
	height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.header-tel{
	border-right: 1px solid #ffffff
}
li.header-form {
    padding-left: 20px;
}
li.header-tel {
    padding-right: 20px;
}





/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
    position: relative;
}
#first-view .pc{
    max-width: 100%;
}
#first-view .btn-first-view {
    position: absolute;
    width: 50%;
    height: auto;
    bottom: 4%;
    right: 21%;
}
.btn-first-view img{
    max-width: 100%;
}

/**/
/**/
/**/
/*<!--FV-01~FV-06ここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    text-align: center;
}
.targeting-tittle{
    margin-bottom: 3.0rem;
}
.targeting-wrapper{
    max-width: 926px;
    padding: 6.0rem 1.5rem 6.0rem 1.5rem;
    margin:  0 auto;
}
.targeting-box{
    display: flex;
    justify-content:center; 
    flex-wrap: wrap;
}
.targeting-item{
    max-width: 395px;
    margin-bottom: 3.0rem;
    text-align: left;
}

.targeting-item-left{
    margin-right: 6.0rem;
}
.targeting-item h2{
    color:#a40000;
    font-size: 3.8rem;
    text-align: left;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding: 0 1.3rem 0.8rem 1.3rem;
    margin-bottom: 1.3rem;
}
.targeting-item p{
    font-size: 3.4rem;
    text-align: left;
    margin-bottom: 1.3rem;
    letter-spacing: -0.07em;
}
.targeting-item p span{
    font-size: 2.2rem;
    
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image{
    background: url("../img/image-bg.png")no-repeat center center / cover;
    text-align: center;
}
.image-tittle-main {
    background:linear-gradient(#a40000,#780000);
    padding: 3.7rem 1.5rem;
    
}
.image-tittle-main h1{
    font-size: 6.2rem;
    color:#ffffff;
}
.image-wrapper{
    max-width: 1000px;
    margin: 0 auto;
    padding: 8.0rem 1.5rem 8.9rem 1.5rem;
}
.image-tittle{
    margin-bottom: 6.5rem;
}
.image-tittle-sb{
    margin-bottom: 3.8rem;
    font-size: 3.8rem;
    color:#a40000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding: 0 1.3rem 0.8rem 1.3rem;
}
.image-box{
    display: flex;
    margin-bottom: 6.0rem;
}
.image-item{
    margin-right: 4.4rem;
    text-align: left;
}
.image-item p{
    line-height: 1.7;
    font-size: 1.8rem;
}
.image-wrapper h3{
    font-size: 7.6rem;
    color:#a40000;
    margin-bottom: 3.0rem;
    font-weight: 800;
}
.image-wrapper h3 span{
    font-size: 10.0rem;
    
}
/**/
/**/
/**/
/*image<!--IM05まで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr{
    background: url("../img/pr-bg.png")no-repeat center center / cover;
    text-align: center;
}
.pr-wrapper{
    padding: 14.5rem 1.5rem;
}
.pr-area{
    max-width: 1000px;
    margin: 0 auto;
    padding: 7.4rem 0 9.6rem 0;
    background-color:#ffffff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.pr-tittle{
    margin-bottom: 9.0rem;
}
.pr-box{
    max-width: 700px;
    margin: 0 auto;
}
.pr-item:nth-of-type(-n+2){
    margin-bottom: 8.4rem;
}
.pr-item h2{
    font-size: 3.8rem;
    color:#a40000;
    margin-bottom: 3.0rem;
}
.pr-col {
    display: flex;
    margin: 0 4.8rem;
}
.pr-col p{
    text-align: left;
    margin-left: 4.0rem;
    line-height: 1.7;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*merit<!--MR-->*/
/**/
/**/
/**/
#merit{
    background-color: #a40000;
}
.merit-wrapper{
    max-width: 1000px;
    margin: 0 auto;
    padding: 5.6rem 1.5rem;
}
.merit-wrapper h3{
    font-size: 7.0rem;
    text-align: center;
    color:#ffffff;
    margin-bottom: 4.8rem;
    font-weight: 800;
}
.merit-wrapper h3 span{
    font-size: 9.0rem;
    letter-spacing: -0.1em;
}
.merit-tittle{
    margin-bottom: 8.3rem;
}
.merit-item{
    display: flex;
    margin-bottom: 7.6rem;
}
.merit-col{
    margin:4.0rem 0 0 5.7rem;
    position: relative;
}
.merit-col01::before{
    content: url(../img/merit01.png);
    position: absolute;
    top:-10%;
    right: 0;
    
}
.merit-col02::before{
    content: url(../img/merit02.png);
    position: absolute;
    top:-10%;
    right: 0;
    
}
.merit-col03::before{
    content: url(../img/merit03.png);
    position: absolute;
    top:-10%;
    right: -2rem;
    
}
.merit-col h2{
    font-size: 4.2rem;
    color:#ffffff;
    margin-bottom: 4.4rem;
    letter-spacing: 0.1rem;
}
.merit-col p{
    color:#ffffff;
    line-height: 1.7;
	padding-right:6.4rem;	
}
.btn-box.merit-btn {
    text-align: center;
}
/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*list<!--LI+備考-->*/
/**/
/**/
/**/
#list{
    background: url("../img/list-bg.png")no-repeat center center / cover;
    text-align: center;
}
.list-wrapper{
    padding: 11.0rem 1.5rem 12.6rem 1.5rem;
}
.list-area{
    max-width: 1000px;
    margin: 0 auto;
    padding: 7.2rem 11.2rem;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    background-color: #ffffff;
}
.list-tittle{
    margin-bottom: 4.4rem;
}
.list-tittle img{
    margin-bottom: 4.4rem;
}
.list-tittle p{
    line-height: 1.7;
    text-align: left;
    max-width: 653px;
    margin: 0 auto;
}
.list-box{
    text-align: left;
    margin-bottom: 5.4rem;
}
.list-box h2{
    font-size: 3.8rem;
    color:#a40000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding: 0 1.3rem 0.8rem 1.3rem;
    margin-bottom: 4.0rem;
}
.list-box span{
    font-size: 1.6rem;
    color:#000000;
    margin-left: 1.6rem;
}

.list-item-01{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.8rem;
}
.list-item-02{
    display: flex;
    justify-content: center;
    
}
.list-item-02 .list-col{
    margin: 0 2.0rem;
}
.list-col{
    background-color: #f4dcdc;
    max-width: 235px;
    padding: 1.7rem;
    margin: 0 1rem;
    position: relative;
}
.list-col p{
    margin-bottom: 1.6rem;
    text-align: center;
    line-height: 2.0rem;
}
.list-name{
    font-size: 2.1rem;
    color:#a40000;
}
.list-year{
    border: 1px solid #a40000;
    display: inline-block;
    padding: 1.3rem 3.0rem;
}
.list-col ul{
    background-color: #ffffff;
    padding: 2.1rem 3.6rem;
    font-size: 1.6rem;
}

.list-col li:nth-of-type(-n+2){
    margin-bottom: 1.2rem;
}
.list-text{
    max-width: 653px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.7;
}


.list-col-item01:before{
    position: absolute;
    content:"オススメ";
    border-radius: 100% ;
    width: 75px;
    height: 75px;
    top: -10%;
    left: -11%;
    background-color: #a40000;
    color:#ffffff;
    display: inline-block;
    line-height: 4.5;
    text-align: center;
    font-size: 1.7rem;
}
.list-col-item02:before{
    position: absolute;
    content:"長持ち";
    border-radius: 100% ;
    width: 75px;
    height: 75px;
    top: -10%;
    left: -9%;
    background-color: #a40000;
    color:#ffffff;
    display: inline-block;
    line-height: 4.5;
    text-align: center;
    font-size: 1.7rem;
}
/**/
/**/
/**/
/*list<!--LI-01~LI-05+備考-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    background: url("../img/closing-bg.png")no-repeat center center / cover;
    text-align: center;
}
.closing-wrapper{
    padding: 5.0rem 1.5rem 0;
}
.closing-wrapper h1{
    font-size: 7.3rem;
    color: #a40000;
    margin-bottom: 4.2rem;
    font-weight: 800;
}
.closing-btn{
    margin-bottom: 3.0rem;
}
.closing-btn p{
    font-size: 2.7rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}
.closing-box-01{
    display: flex;
    justify-content: center;
    color:#ffffff;
    margin-bottom: 3.3rem;
}
.tel-text{
    font-size: 1.9rem;
    align-self: center;
    border-right: 1px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    padding: 0 1.3rem 0.8rem 1.3rem;
    font-weight: 700;
}
.tel{
    font-size: 6.3rem;
    margin: 0 1.7rem;
    font-weight: 700;
}
.time{
    font-size: 1.8rem;
    align-self: center;
}
.closing-box-02{
    background-color: #ffffff;
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    padding: 1.0rem 4.3rem 1.6rem 4.3rem;
}
.logo{
    font-size: 4.0rem;
    font-weight: 800;
}
.logo span{
    font-size: 5.8rem;
}
.address{
    align-self: center;
    text-align: left;
    margin-left: 3.2rem;
}
.copyright{
    color:#ffffff;
    padding: 2.4rem 0;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step{
    background-color: #eaeaea;
    text-align: center;
}
.step-wrapper{
    padding: 12.8rem 1.5rem 7.2rem 1.5rem;
}
.step-tittle{
    margin-bottom: 7.3rem;
}
.step-box h2{
    font-size: 7.2rem;
    color: #a40000;
    margin: 9.4rem 5.0rem;
    letter-spacing: -0.05em;
    font-weight: 800;
}
.step-box h2 span{
    font-size: 9.0rem;
}
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    background: url("../img/voice-bg.png")no-repeat center center / cover;
    text-align: center;
}
.voice-wrapper{
    padding: 9.2rem 1.5rem 8.8rem 1.5rem;
}
.voice-tittle{
    margin-bottom: 6.8rem;
}
.voice-box{
    display: flex;
    max-width: 835px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    padding: 4.2rem 5.3rem;
}
.voice-box img{
    align-self: center;
}
.voice-box:nth-of-type(-n+3){
    margin-bottom: 5.8rem;
}
.voice-item{
    margin-left: 5.2rem;
    text-align: left;
}
.voice-text{
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
}
.voice-text span{
    color: #a40000;
}
.voice-name{
    text-align: right;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*information<!--IN-->*/
/**/
/**/
/**/
.information-wrapper{
    max-width: 1000px;
    margin: 0 auto;
    padding: 11.7rem 12.8rem;
}
.information-tittle{
    margin-bottom: 6.0rem;
}
.information-tittle h1{
    font-size: 3.8rem;
    color: #a40000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding: 0 3.8rem 0.8rem 1.3rem;
}
.information-table{
    font-size: 1.8rem;
    max-width: 773px;
    margin: 0 auto;
    background-color: #f4dcdc;
}
.information-table tr:nth-of-type(-n+7){
    border-bottom: 3px solid #ffffff;
}
.information-table td{
    padding: 3.5rem 7.5rem;
}
.info-name{
    text-align: center;
	vertical-align: middle;
	margin:2rem;
}
.information-text{
    line-height: 2.0;
}
/**/
/**/
/**/
/*information<!--INここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/
#gallery{
    background: url("../img/gallery-bg.png")no-repeat center center / cover;
    text-align: center;
}
.gallery-wrapper{
    padding: 10.4rem 1.5rem 17.8rem 1.5rem;
}
.gallery-tittle{
    margin-bottom: 9.7rem;
}
.gallery-box{
    display: flex;
    justify-content: center;
}
.gallery-box img{
    align-self: center;
}
.gallery-box:nth-of-type(-n+2){
    margin-bottom: 9.7rem;
}
.gallery-box p{
    font-size: 3.8rem;
    color: #a40000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    /*display: inline-block;*/
    padding: 0 3.8rem 0.8rem 1.3rem;
    margin-bottom: 2.4rem;
    font-weight: 700;
	text-align: left;
	width: fit-content;
}
.gallery-point{
    margin: 8.0rem 3.2rem 0 3.2rem;
}
/**/
/**/
/**/
/*gallery<!--GLここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa{
    background-color: #eaeaea;
    text-align: center;
}
.qa-wrapper{
    padding: 12.8rem 1.5rem;
    max-width: 685px;
    margin: 0 auto;
}
.qa-tittle{
    margin-bottom: 6.5rem;
}
.qa-box:nth-of-type(-n+5){
    margin-bottom: 6.0rem;
}
.qa-item-Q{
    display: flex;
    color: #a40000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 0 3.5rem 1.0rem 1.3rem;
    margin-bottom: 2.4rem;
    
}
.qa-item-Q p{
    font-size: 3.0rem;
}
.qa-item-Q h2{
    letter-spacing: -0.05em;
    font-size: 3.0rem;
}
.qa-item-A{
    display: flex;
    padding-left: 1.3rem;
}
.qa-item-A p{
    line-height: 1.7;
    text-align: left;
}
.qa-Q{
    margin-right: 2.1rem;
}
.qa-A{
    font-size: 3.0rem;
    color: #a40000;
    margin-right: 2.1rem;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    padding-bottom: 6.5rem;
    text-align: center;
    background-color: #f4dcdc;
    
}
.entry-tittle {
    padding: 9rem 1.5rem 0 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: #a40000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 2rem;
}
.entry-text span{
    background-color: rgba(255,244,44,0.7);
}
.form-wrapper{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0;
}
.form-table th{
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
    color: #a40000;
    text-align: left;
}



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

.personal-tittle{
    color: #a40000;
    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: #00286e;
	color: #ffffff;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
    margin-bottom: 3rem;
}

.btn-primary:hover {
	background: #a40000;
	color: #ffffff;
}


.select-01{
    border: 2px solid #a40000;
    background: #fff;
    padding: 1.5rem;
    
}
/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: rgba(164,0,0,0.5);
}
span.text-Required{
    font-size: 1.4rem;
    color: #00286e;

}

/* scroll */
.scroll-box{
    overflow:scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-color: #f4dcdc;
    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: #a40000;
}
/**/
/*ラジオボタン*/
/**/
.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 #a40000;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .radio-text:after {
    content: "";
    position: absolute;
    background: #a40000;
    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 #a40000;
    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: #a40000;
      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; 
 }
/**/
/**/
/**/
/*エントリーフォームFMここまで*/
/**/
/**/
/**/



/**/
/**/
/**/
/*success*/
/**/
/**/
/**/
.body_success{
    background-color: #f4dcdc;
}
#success{
    text-align: center;
}
.success-tittle{
    padding: 9.0rem 1.5rem 0 1.5rem;
}
.success-warpper{
    max-width: 770px;
    margin: 0 auto;
    padding: 6.2rem 0;
}

.success-warpper h1{
    font-size: 4.0rem;
    color: #a40000;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 2.0rem;
    text-align: center;
    color: #a40000;
    font-weight: bold;
    line-height: 1.7;
}
.success-text span{
    background-color: rgba(255,244,44,0.7);
}
a.success-btn {
	display: flex;
    font-size: 2.0rem;
    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: #00286e;
	color: #ffffff;
	position: relative;
	transition: 0.5s;
}
a.success-btn::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(230deg);
}
a.success-btn:hover {
	background: #a40000;
	color: #ffffff;
}
/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/

































 
/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:640px) and (max-width:959px) {
/*targeting*/
.targeting-item-left {
    margin-right: 0;
}
.targeting-item img{
    max-width: 90%;
}
.image-box img{
    align-self: center;
    }
    
.image-tittle-sb {
    font-size: 3.4rem;
}
.merit-item img{
    align-self: end;
}
.merit-wrapper h3{
    letter-spacing: -0.05em;
}
.merit-wrapper h3 span {
    font-size: 7.2rem;
}
.merit-col03::before {
    right: 0%;
}
    
.list-area {
    padding: 7.2rem 5rem;
}
.closing-wrapper h1 {
    font-size: 6.0rem;
    letter-spacing: -0.05em;
}
.logo span {
    font-size: 5.3rem;
}
.step-box h2 span {
    font-size: 8.0rem;
}
.step-box h2 {
    font-size: 5.8rem;
    margin: 5rem 7rem;
    line-height: 1.3;
    
}
td {
    padding: 3.5rem 3rem;
}
}


.block{
    background-color:gray;
    height: 100vh;
    position: relative;
}
.block h1{
    font-size: 6.0rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
}
