@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: #1e94bf;
  border-radius: 50%;
  z-index: 1;
  }
#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;
}





/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
    position: relative;
}
#first-view .pc{
    width: 100%;
}
#first-view .btn-top {
        position: absolute;
        width: 18vw;
        height: 18vh;
        bottom: 3%;
        right: 60%;
    }
.top-btn-bg{
  background: url("../img/btn-top.png") no-repeat center center / contain;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -7%;
} 
  
.top-btn-bg:hover{
background: url(../img/btn-tophover.png) no-repeat center center / contain;
}

/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background-color: rgba(30,148,191,0.2);
    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: #1e94bf;
    background-color: rgba(251,255,60,0.7);
    line-height: 1.5;
    letter-spacing: 0.04em;
	padding-left:1.0rem;
}
.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;

}
.targeting-sbtext span{
    color: #1e94bf;
    background-color: rgba(251,255,60,0.7); 
	margin: 0 0.5rem;
}
.targeting-warpper02{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 9.5rem 0;
    height: 650px;
	margin-top: 3.6rem;
}
.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%;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*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:#1e94bf;
    clip-path: polygon(0 0, 100% 0%, 100% 84%, 50% 100%, 0 84%);
}
.pr-item01{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4rem;
}
.pr-item01-center{
    margin: 0 2.3rem;
}
.pr-box02{
    margin-top:1.7rem;
    padding: 0 1.5rem;
}
.pr-tittle02-img{
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 13.0rem;
}
.pr-item02{
    display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
}
.pr-item02:nth-of-type(2){
    margin-bottom: 10.0rem;
}
.pr-item02:nth-of-type(3){
    margin-bottom: 11.0rem;
}
.pr-item02 p{
    font-size: 2.6rem;
    font-weight: bold;
    text-align: left;
    color: #1e94bf;
    margin-left: 10.1rem;
    line-height: 1.5;
}
.pr-warpper02-img{
    text-align: center;
	margin-bottom: 75px;

}
img.pr-center-order {
    margin: 0 4.5rem;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    background-color:rgba(0,113,176,0.2);
    padding: 10rem 1.5rem 7.0rem 1.5rem;
}
.voice-box{
    max-width: 1358px;
    text-align: center;
    margin: 0 auto;
}
.voice-tittle-img{
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 6.0rem;
    text-align: left;
    
}
.voice-box h2{
    display: inline-block;
    font-size: 3.4rem;
    font-weight: bold;
    color: #1e94bf;
    background-color: rgba(251,255,60,0.7);
    line-height: 1.5;
    margin-bottom: 10rem;
}
.voice-box h2:nth-of-type(1){
    margin-bottom: 0.8rem;
}
.voice-warpper{
    display: flex;
    justify-content: center;
    padding: 0 1.5rem;
    
}

.voice-bg-a, .voice-bg-c{
    background: url("../img/vo-line-1.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
.voice-bg-a{
    margin-bottom: 3.5rem;
}
.voice-bg-b{
    background: url("../img/vo-line-2.png");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 3.5rem;
}
.voice-item{
    background-color: white;
    width: 530px;
    padding: 2.5rem 2.7rem;
    align-self: flex-end;
    margin:0 0 6.0rem 6.0rem;
    display: flex;/*textを中央に揃える*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.voice-item-center{
    align-self: center;
    margin:0 6.0rem 6.0rem 0;
}
.voice-item img{
    margin-bottom: 2.5rem;
	max-width: 100%;
}
.voice-item p{
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.7;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/

#gellery{
	background: url("../img/gl-bg.jpg");
	background-size: cover;
  background-repeat: no-repeat;
	padding-bottom: 4.5rem;
}
.gellery-box{
    max-width: 1030px;
    margin: 0 auto;
    padding: 9.8rem 1.5rem 5.0rem 1.5rem;
}
.gellery-warpper{
    position: relative;
    height: 550px;
}
.gellery-img{
    position: absolute;
}

.gellery-img02, .gellery-img05{
    top:18%;
    left: 33%;
}
.gellery-img03, .gellery-img06{
    top:35%;
    right: 0;
}
.gellery-tittle-img{
    margin-bottom: 11.2rem;
    text-align: center;
}
.gellery-warpper:nth-of-type(2){
    margin-bottom: 4rem;
}
.gellery-warpper{
    margin-top: 4rem;
}
.gellery-item{
    transform: rotate(198deg);
    border: 0;
    border-top: 4px solid #1e94bf;
    margin: 0;
    padding: 0;
}
.gl-textmin{
	margin-top:2.0rem;
	text-align: center;
}
.gl-instagram a img{
	max-width: 70px;
}
.gl-instagram {
    text-align: center;
	
}

/**/
/**/
/**/
/*gallery<!--GLここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*information<!--IN-->*/
/**/
/**/
/**/
#information{
	background-size: contain;
  background-repeat: no-repeat;
    background: url("../img/in-bg.jpg");
	padding:10rem 0 10rem 0;
}
.information-box{
    max-width: 1000px;
    margin: 0 auto ;
    padding: 10rem 1.5rem 10rem 1.5rem;
	background-color: #ffffff;
}
.information-tittle-img{
    text-align: center;
    margin-bottom: 15.6rem;
}
.information-item{
    display: flex;
    max-width: 775px;
    margin: 0 auto;
    margin-bottom: 6.0rem;
    
}
.information-area-01{
    display: flex;
    align-items: center;
    width: 350px;
}
.information-area-02{
    display: flex;
    align-items: center;
}
.information-text-tittle{
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 23rem 0 1.1rem;
}
.information-area-01:before{
    content: "";
    display: inline-block;
    width: 1rem;
    height: 5rem;
    position: relative;
    left: 0;
    top: 0;
    background-color: #1e94bf;
   
}
.information-text{
    line-height: 1.7;
    
}
/**/
/**/
/**/
/*information<!--INここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*closing&footer<!--CL-->*/
/**/
/**/
/**/
 /**/
#closing{
    background: url("../img/cl-bg.jpg") no-repeat center center;
    height: 630px;   
}
.closing-box {
    text-align: center;
    padding-top: 17.0rem;
}
.closing-box h2{
    display: inline-block;
    font-size: 3.4rem;
    background-color: rgba(251,255,60,0.7);
    font-weight: bold;
    color:#1e94bf;
    margin-bottom: 3.2rem;
}
.footer-box{
    background-color: #1e94bf;
    clip-path: polygon(0% 0%, 50% 26%, 100% 0, 100% 100%, 0% 100%);
    height: 570px;
    margin-top: -19rem;
    padding-top: 22.0rem;
}

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

.logo{
    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: 2.8rem;
    font-weight: bold;
    color:white;
    line-height: 1.5;
    letter-spacing: 0.2rem;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:rgba(0,113,176,0.2);
    height: 80px;
	margin-top: 6.5rem;
}

.copyright p{
    font-size: 1.4rem;
    text-align: center;
}
.cl-instagram a img{
	max-width: 70px;
}
.cl-instagram {
    text-align: center;
	margin-top: 2.5rem;
}

/**/
/**/
/**/
/*closing&footer<!--CLここまで-->*/
/**/
/**/
/**/





















/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    text-align: center;
    background-color: #c2e7f4;
    
}
.entry-tittle {
    background-color: #1e94bf;
    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: #1e94bf;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 2rem;
}
.entry-text span{
    background-color: rgba(251, 255, 60, 0.7);
}
.form-wrapper{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0;
}
th{
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
    color: #1e94bf;
    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 #1e94bf;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    
    }
textarea{
    border: 2px solid #1e94bf;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 80px;
    } 

.personal-tittle{
    color: #1e94bf;
    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: #fbff3c;
	color: #1e94bf;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
    border-radius: 100vh;
    margin-bottom: 3rem;
}

.btn-primary:hover {
	background: #1e94bf;
	color: #fff42c;
}


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

}

/* scroll */
.scroll-box{
    overflow:scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-color: #f3fcff;
    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: #1e94bf;
}
/**/
/*ラジオボタン*/
/**/
.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 #1e94bf;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .radio-text:after {
    content: "";
    position: absolute;
    background: #1e94bf;
    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 #1e94bf;
    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: #1e94bf;
      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*/
/**/
/**/
/**/
#success{
    text-align: center;
}
.success-tittle{
    background-color: #1e94bf;
    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: #1e94bf;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 2.0rem;
    text-align: center;
    color: #1e94bf;
    font-weight: bold;
    line-height: 1.7;
}
.success-text span{
    background-color: rgba(251,255,60,0.7);
}
.success-warpper a{
    font-size: 2.0rem;
    color: #1e94bf;

}


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: #1e94bf;
	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;
}

/*voice*/
img.voice-human {
    width: 30%;
    align-self: center;
}
	/*gallery*/
.gellery-img {
    width: 32%;
}
.gellery-box {
    max-width: 1030px;
    margin: 0 auto;
    padding: 7rem 1.5rem 9rem 1.5rem;
}
/*information*/
.information-box {
    padding: 10rem 1.5rem 20rem 1.5rem;
}
.information-warpper {
    padding: 0 6rem;
}   
/*closing*/
.closing-box h2{
    font-size: 3.0rem;
    margin-top: 10rem;
}
.footer-box{
     padding: 15rem 1.5rem 0 1.5rem; 
	text-align: center;
 }   
.logo {
    max-width: 60%;
	margin-bottom: 0;
}
.tel {
    font-size: 3rem;
}
.address {
    padding-top: 1rem;
	margin-bottom: 1.0rem;
}
.copyright {
    height: 30px;
}
.pc.closing-item-02 {
    display: block;
    text-align: center;
}
	img.btn-area {
    max-width: 80%;
		margin-top: 1.5rem;
}
}