@charset "utf-8";
/* CSS Document */
/*-----フォントの設定-----*/
html body{
    /*font-family: "Noto Serif JP", serif;*/
    font-family: "Noto Sans JP", sans-serif;
}
/*-----フォントの設定ここまで-----*/

/*-----共通設定-----*/
html {
    font-size: 62.5%;
    
}
p{
    font-size: 1.6rem;
    font-weight: 500;
}
img{
    max-width: 100%;
}
.btn-text{
    margin-bottom: 1.8rem;
}
.btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* スマホで見たときは"sp"のclassがついた画像が表示される */
.pc { 
    display: none !important;
}
.br-pc{
    display: none;
}
/*-----共通設定ここまで-----*/

/*-----共通設定ここまで-----*/

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

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

  /* Font Awesome */
  /*#page_top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: '\f106'; 
  font-size: 40px;
  color: rgb(255, 255, 255);
  position: absolute;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  
  }*/
#page_top::before{
  position: absolute;
  top:22%;
  left: 27%;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 35px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  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{/*画像と高さ設定*/
	position: relative;
}

#first-view .btn-area{/*画像と高さ設定*/
	width: 100%;
}
#first-view .btn-bg {
        position: absolute;
        width: 70%;
        bottom: -4%;
        right: 15%;
    }
#first-view .tel-btn{
    width: 100%;
}
#first-view .tel-btn-box{
	position: absolute;
    width: 50%;
	top:2%;
	right: 0%;
}
/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*image2<!--IM-->*/
/**/
/**/
/**/
#image2{
    position: relative;
}
#image2 .sp{
    max-width: 100%;
}
#image2 .image-btn {
    position: absolute;
    width: 70%;
    height: auto;
    bottom: 2%;
    left: 17%;
}
.image-btn img{
    max-width: 100%;
}
/*画像のボタンの処理*/
#image2{/*画像と高さ設定*/
	position: relative;
}

#image2 .btn-area{/*画像と高さ設定*/
	width: 100%;
}
    #image2 .btn-bg {
        position: absolute;
        width: 70%;
        bottom: -3%;
        left: 15%;
    }
/**/
/**/
/**/
/*image<!--IMここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    text-align: center;
    background: url("../img/voice01-bg-sp.png")no-repeat center center / cover;
    padding-bottom: 2.5rem;
}

.voice-wrapper{
    padding: 4.0rem 0rem;
}
.voice-tittle{
    margin-bottom: 3.1rem;
}
.voice-tittle img{
    max-width: 80%;
}
.voice-box img:nth-of-type(-n+4){
    margin-bottom: 7.0rem;
}
.voice-box02 {
    padding: 0 1.5rem;
}
.voice-box img{
    max-width: 80%;
}
.btn-box.voice-btn-box {
    margin-top: 2.5rem;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/
#gallery{
    background: url("../img/voice-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.gallery-wrapper{
    padding: 2.9rem 2.0rem 4.3rem 2.0rem;
}
.gallery-tittle{
    margin-bottom: 3.0rem;
}
.gallery-tittle-box{
    align-self: center;
    text-align: center;
}
.gallery-tittle-box p{
    line-height: 1.5;
}
.gallery-tittle-box span{
    font-weight: bold;
    color: #00286f;
}
p.gl-p-bottom-tittle {
    font-weight: 600;
    color: #d83924;
    font-size: 2.4rem;
    margin: 2.8rem 0 1.5rem 0;
}
p.gl-p-bottom {
    margin-bottom: 20px;
    text-align: left;
}
.gallery-tittle-box img{
    margin-bottom: 1.6rem;
}
.gallery-item01{
    margin-bottom: 3.0rem;
    padding-bottom: 3.0rem;
}
.gallery-item02{
    margin-bottom: 3.0rem;
    padding-bottom: 3.0rem;
}
.gallery-item h2{
    font-size: 2.2rem;
    padding: 4px;
    color:#0053a3;
    font-weight: 500;
    font-weight: bold;
}
.gallery-item img{
    margin-bottom: 1.2rem;
}
.gl-image{
    align-self:center;
	display: none;
}
.tel-btn-area {
    text-align: center;
    margin-top: 2.0rem;
}
/**/
/**/
/**/
/*gallery<!--GLここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image{
    position: relative;
}
#image .sp{
    max-width: 100%;
}
#image .image-btn {
    position: absolute;
    width: 70%;
    height: auto;
    bottom: 2%;
    left: 17%;
}
.image-btn img{
    max-width: 100%;
}
/*画像のボタンの処理*/
#image{/*画像と高さ設定*/
	position: relative;
}

#image .btn-area{/*画像と高さ設定*/
	width: 100%;
}
    #image .btn-bg {
        position: absolute;
        width: 80%;
        bottom: 0%;
        left: 10%;
    }
/**/
/**/
/**/
/*image<!--IMここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr{
    text-align: center;
}
.pr-wrapper{
    padding: 2.5rem 2.0rem 4.0rem 2.0rem;
}
.pr-tittle{
    margin-bottom: 14.9rem;
}
.pr-box-right, .pr-box-left{
    padding: 6.9rem 1.8rem 1.5rem 1.8rem;
    text-align: left;
}
.pr-box-right{
    display: flex;
    flex-direction: column;
}
.pr-item{
    order: 2;
}
.pr-img{
    order: 1;
}
.pr-box-left{
    margin: 12rem 0 5rem 0;
    border: 3px solid #e5e5e5;
}
.pr-box-right{
    border: 3px solid #e5e5e5;
}
.pr-item h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 3.5rem;
    color:rgba(102,132,159,0.6);
}
.pr-img{
    margin-top: -17.5rem;
}

.pr-text-img{
    margin: 0.5rem 0 1.5rem 0;
    text-align: left;
}
.pr-item p{
    text-align: left;
    line-height: 1.5;
}
.pr-btn{
    margin-top: 3.5rem;
}

.btn-bg {
    margin-bottom: 2rem;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
     background: url("../img/tg-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.targeting-wrapper{
    padding: 0 2.0rem 3.0rem;
}
.targeting-tittle{
    position: relative;
    margin-bottom: 3.5rem;
}
.targeting-tittle .sp {
    position: absolute;
    top:0;
    left:40%;
    max-width: 60%;
}
.tittle-img{
    padding-top: 5.0rem;
}
.targeting-box-01{
    margin-bottom: 0.5rem;
}
.targeting-box-02{
    margin: 2.7rem 0 2.2rem 0;
}
.targeting-box-02 p{
    text-align: left;
    margin-top: 1.5rem;
    line-height: 1.5;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list{
    text-align: center;
}
.list-wrapper{
    padding: 3.0rem 2.0rem 3.5rem 2.0rem;
}
.list-tittle p{
    margin: 1.5rem auto 3.2rem;
    border-bottom: 1px solid #0053a3;
    padding-bottom: 1.1rem;
    text-align: center;
    line-height: 1.4;
}
.list-tittle img{
    margin-bottom: 2rem;
}
.list-box{
    padding: 1.5rem;
    margin-bottom: 2.5rem;
    border: 3px solid #e1e7eb;
}
/*.list-box img {
    max-width: 50%;
}*/
.list-item{
    margin-bottom: 2.0rem;
}
/*.list-item img{
    max-width: 50%;
}*/
.list-item p{
    text-align: left;
    line-height: 1.5;
    font-size: 1.4rem;
    
}
.list-col h2{
    font-size: 2.6rem;
    color:#0053a3;
}
.list-col{
    margin-bottom: 1.5rem;
}
.list-text{
    margin-bottom: 2.7rem;
}
/*.list-text h1{
    font-size: 1.9rem;
    margin: 0 auto;
    border-bottom: 2px solid #000000;
    padding-bottom: 1.0rem;
    margin-bottom: 1.5rem;
}*/
.list-text h2{
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 2.0rem;
}
.list-text h2 span{
    font-size: 3.0rem;
    line-height: 1.5;
    
}
.list-text p{
    line-height: 1.4;
    text-align: left;
     color: #ffffff;
    margin: 0 1.5rem;
}
.list-text img{
    margin-bottom: 1.5rem;
}

.list-btn{
    margin: 0 10px;
}
.list-02{
    background: url("../img/list-bg-min.png")no-repeat center center / cover;
    padding: 4.0rem 0;
}
.list-hosyou{
    background: url(../img/list-hosyou-bg-sp.jpg) no-repeat center center / cover;
    text-align: center;
    padding: 50px 1rem;
}
p.list-hosyou-text {
    margin: 30px 0;
    font-size: 1.8rem;
    line-height: 1.5;
}
.hosyouimage-bottom{
	margin-bottom: 1.5rem;
}
/**/
/**/
/**/
/*list<!--LIここまで-->*/
/**/
/**/
/**/

















/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    background: url("../img/closing-bg.png")no-repeat center center / cover;
    text-align: center;
}
.closing-wrapper{
    padding: 2.9rem 2.0rem 1.5rem 2.0rem;
}
.closing-box{
    padding: 1.5rem 1.4rem;
    margin: 3.0rem 0 1.1rem 0;
}
.closing-left {
    text-align: left;
    max-width: 350px;
    margin: 0 auto 2rem auto;
}

.closing-left p{
    
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 2.2rem;
}
p.address {
    margin: 0.7rem 2.rem;
}
.closing-right{
    margin-top: 1.5rem;
    margin: 0 auto;
}
.telarea {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 2px;
    color: #FFF;
    line-height: 1.8;
    background-color: rgba(0, 83, 163, 0.6);
    margin-bottom: 3em;
}
.telgroup{
    display: flex;
    justify-content: center;
}
.kaijotel::before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/phonemark.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


    .closing-area-2 {
        background: url(../img/) no-repeat center center / cover;
        text-align: center;
        padding: 1.2rem 2.0rem;
        color: #ffffff;
        background-color: #0053a3;
    }
.tel-btn-box-min {
    background-color: rgba(0,83,163,0.6);
    padding: 2.3rem 0;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/

























