@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%;
}
a.btn-bg.yoyaku-btn {
    margin-bottom: 20px;
    display: block;
}
/* パソコンで見たときは"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: #0053a3;
  border-radius: 50%;
  z-index: 1;
  }

  /* Font Awesome */
  /*#page_top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f106'; 
  font-size: 50px;
  color: rgb(255, 255, 255); 
  position: absolute;
  height: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  
  }
*/
#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{
    width: 100%;
}
#first-view .pc{
    width: 100%;
}

/*画像のボタンの処理*/
#first-view{/*画像と高さ設定*/
	position: relative;
}

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


/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image2{
    position: relative;
}
#image2 .pc{
    max-width: 100%;
}
/*画像のボタンの処理*/
#image2{/*画像と高さ設定*/
	position: relative;
}

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


/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    background: url("../img/voice01-bg.png")no-repeat center center / cover;
    text-align: center;
}
.voice-wrapper{
    max-width: 1092px;
    margin: 0 auto 9.0rem auto;
    
}
.voice-tittle{
    margin-bottom: 8.0rem;
    padding-top: 7.5rem;
}

.voice-box img:nth-of-type(-n+3){
    margin-bottom: 9.0rem;
}

.voice-box02{
    /*background: url("../img/voice-bg.png")no-repeat center center / cover;*/
    text-align: center;
    padding: 1.0rem 1.5rem 8.0rem 1.5rem;
}
.voice-box02 img{
    margin-top: 8px;
}
p.voice-text {
    margin: 4.2rem 0;
    line-height: 1.7;
}
.btn-box.voice-btn-box {
    margin-top: 5.5rem;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/








/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/
#gallery{
    background: url("../img/voice-bg.png")no-repeat center center / cover;
    text-align: center;
}
.gallery-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 6.7rem 1.5rem 5.8rem 1.5rem;
}
.gallery-tittle{
    display: flex;
    margin-bottom: 7.5rem;
}
.gallery-tittle-box{
    align-self: center;
    /*text-align: left;*/
    margin-right: 3.5rem;
    max-width: 50%;
}    
p.gl-p-bottom-tittle {
    font-weight: 600;
    color: #d83924;
    font-size: 2.4rem;
    margin: 2.8rem 0 1.5rem 0;
}
.gl-p-bottom{
    line-height: 1.4;
    font-size: 2.0rem;
}
.gallery-tittle-box span{
    font-weight: bold;
    color: #0053a3;
}
p.gl-p-bottom {
    margin-bottom: 20px;
    text-align: left;
}
.gallery-box{
    display: flex;
    justify-content: space-between;
}
.gallery-box3::after {
    content: "";
    display: block;
    width: 300px;
}
.gallery-box.gallery-box2 {
    margin: 7.5rem 0;
}
.new{
    color:#d83924;
}
.gallery-item{
    max-width: 300px;
    padding: 0 1rem;
}
.gallery-item h2{
    font-size: 2.0rem;
    color:#0053a3;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.gallery-item img{
    margin-bottom: 1.8rem;
}
.gl-image{
    align-self:center;
}
.tel-btn-area {
    text-align: center;
}
#gallery img.tel-btn {
    max-width: 80%;
}
/**/
/**/
/**/
/*gallery<!--GLここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image{
    position: relative;
}
#image .pc{
    max-width: 100%;
}
/*画像のボタンの処理*/
#image{/*画像と高さ設定*/
	position: relative;
}

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

/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr {

    text-align: center;
}
.pr-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 11.0rem 1.5rem 11.0rem;
}
.pr-tittle{
    margin-bottom: 14.6rem;
}
.pr-box-right, .pr-box-left{
    display: flex;
    justify-content: space-between;
    padding: 3.0rem 3.5rem 4.0rem 3.5rem;
    text-align: left;
}
.pr-box-right{
    border: 3px solid #e5e5e5;
    margin-bottom: 10.0rem;
}
.pr-box-left{
     margin: 5.0rem 0;
    border: 3px solid #e5e5e5;
}
.pr-img{
    margin-top: -9.4rem;
}

.pr-item{
    max-width: 500px;
}
.pr-text-img{
    margin-bottom: 1.0rem;
    text-align: left;
}
.pr-item p{
    text-align: left;
    line-height: 1.7;
}
.pr-item-text-fw{
    color:#000000;
}

/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background: url("../img/targeting-bg.png")no-repeat center center / cover;
    text-align: center;
}
.targeting-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 0 1.5rem 6.3rem;
}

.tittle-img{
    padding-top: 10.0rem;
    margin-bottom: 6.0rem;
}
.targeting-box-01{
    margin-bottom: 5.4rem;
}
.targeting-box-02{
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 4.8rem;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list{
    text-align: center;
}
.list-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 11.0rem 1.5rem 8.4rem 1.5rem;
}
.list-tittle p{
    max-width: 670px;
    margin: 5.0rem auto 7.2rem;
    border-bottom: 2px solid #0053a3;
    padding-bottom: 1rem;
    line-height: 1.5;
}
.list-box{
    display: flex;
    max-width: 800px;
    margin: 0 auto 6.5rem;
    padding: 2.8rem 2.8rem;
    border: 3px solid #e1e7eb;
}
.list-item{
    margin-right: 3.7rem;
}
.list-item p{
    text-align: left;
    line-height: 1.7;
    
}
.list-box img{
    align-self: center;
}
.list-col{
    margin: 0rem 0 2.0rem 0;
}
.list-col p{
    font-size: 1.8rem;
}
.list-col h2{
    font-size: 3.2rem;
    color:#0053a3;
}

/*.list-text h1{
    font-size: 2.8rem;
    max-width: 673px;
    margin: 0 auto;
    border-bottom: 3px solid #809f9f;
    padding-bottom: 2.0rem;
    margin-bottom: 3.3rem;
    color: #00286f;
}*/
/*.list-text h1 span{
    font-size: 4.2rem;
    font-weight: 600;
}*/
.list-text h2{
    font-size: 2.8rem;
    font-weight: bold;
    color: #ffffff;
}
.list-text h2 span{
    font-size: 4.2rem;
    
}
.list-text p{
    line-height: 1.7;
    max-width: 600px;
    text-align: left;
    color: #ffffff;
    margin: 4.7rem auto;
}
.list-item {
    text-align: left;
}
h2.list-tittle-sub{
    font-size: 2.6rem;
}
.list-btn-box{
    display: flex;
    justify-content: center;
}
.list-btn{
    margin: 0 10px;
}
.list-02{
    background: url("../img/list-bg-min.png")no-repeat center center / cover;
    padding: 5.7rem 0;
}
.list-hosyou{
    background: url("../img/list-hosyou-bg.jpg")no-repeat center center / cover;
    text-align: center;
	padding: 100px 0;
}
p.list-hosyou-text {
    margin: 50px 0;
    font-size: 1.8rem;
    line-height: 1.5;
}
.list-hosyouimage {
    max-width: 1000px;
    display: flex;
	flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
}
/**/
/**/
/**/
/*list<!--LIここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
/*#step{
    background: url("../img/step-bg.png")no-repeat center center / cover;
    text-align: center;
}
.step-tittle {
    margin-bottom: 10.0rem;
}
.step-wrapper{
    max-width: 1350px;
    margin: 0 auto;
    padding: 12rem 1.5rem 15.0rem 1.5rem;
}
.step-btn-box{
    margin-top: 5.0rem;
}*/
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    background: url("../img/closing-bg.png")no-repeat center center / cover;
    text-align: center;
}
.closing-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 7.4rem 1.5rem 1.9rem 1.5rem;
}
.closing-left{
    margin: 2rem 7.0rem 5.0rem 0;
}

.closing-area-2{
    text-align: center;
    background-color: #0053a3;
    padding: 2.0rem 1.5rem;
}
.closing-area-2 small{
    color:#ffffff;
}
.closing-btn .btn-top:hover{
    opacity: 0.8;
}
#closing .tel-btn-box {
    display: flex;
    justify-content: center;
    margin: -1.0rem 0 2.0rem 0;
}
.tel-btn-box-min {
    background-color: rgba(0,83,163,0.6);
    padding: 2.3rem 0;
}
img.tel-text-cl {
    align-self: center;
}
img.tel-min-img {
    margin-bottom: 1.5rem;
}
img.cl-tel-rg {
    margin: 1rem;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/







 
/* 640px〜959px：タブレット
------------------------------ */
@media screen and (min-width:640px) and (max-width:959px) {
.tb { 
    display: none !important;
}
/*pr*/
.pr-tittle{
    margin-bottom: 7.0rem;
}
.pr-img{
    margin-top: auto;
}
.pr-item {
    margin:0 2.5rem;
}
.pr-box-right, .pr-box-left {
    display: flex;
    justify-content: center;
    padding: 3.7rem 3.5rem 5.4rem 3.5rem;
    text-align: left;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto 2.0rem auto;
}

/*.pr-box-left {
    margin: 6rem 0 6rem 0;
}*/
.pr-item p{
    margin-bottom: 3.0rem;    
    }
img.pc.pr-img {
    order: 2;
}
/*list*/
.list-wrapper {
    padding: 0rem 1.5rem 8.4rem 1.5rem;
}
/*merit*/
.merit-in {
    clip-path: polygon(50% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);
}
.merit-tittle {
    margin-bottom: 3.5rem;
}
.merit-wrapper {
    padding: 12.7rem 1.5rem 4rem 1.5rem;
}
.merit-box {
    display: block;
    margin-bottom: 0;
}
.merit-item {
    max-width: 600px;
    margin: 0 auto 2.5rem auto;
}
.voice-wrapper{
    margin: 4.0rem 3.4rem 4.0rem 2.8rem;
}
/*step*/
#step{
    padding: 20.0rem 0 0 0;
}
/*gallery*/
.gallery-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.gallery-item{
    margin-bottom: 3.0rem;
}

.closing-right {
    max-width: 270px;
}

iframe {
    max-width: 270px;
}
/* voice */
.voice-tittle{
    margin-bottom: 6.0rem;
}
}


