@charset "utf-8";
/* CSS Document */
/*-----フォントの設定-----*/
html body{
    font-family: 'Zen Maru Gothic', 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;
}
/* パソコンで見たときは"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: #002754;
  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{
    position: relative; 
}
#first-view .pc{
    width: 100%;
}
#first-view .btn-top {
    position: absolute;
    width: 25%;
    height: auto;
    bottom: 15%;
    right: 25%;
  }
.btn-top img{
    max-width: 100%;
}


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





/**/
/**/
/**/
/*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;
}
.targeting-tittle{
    position: relative;
}
.targeting-tittle .pc {
    position: absolute;
    top: 8rem;
    left: 0;
    right: 0;
    margin: auto;
  }
.tittle-img{
    padding-top: 20.0rem;
}
.targeting-box-01{
    margin-bottom: 5.4rem;
}
.targeting-box-02{
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 4.8rem;
}
.targeting-box-02 p{
    text-align: left;
    margin-top: 1.5rem;
    line-height: 1.7;
}

/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/







/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr{
    text-align: center;
    background: url("../img/pr-bg.png")no-repeat center center / cover;
    padding-bottom: 5rem;

}
.pr-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 7.4rem 1.5rem 0;
}
.pr-tittle{
    margin-bottom: 14.6rem;
}
.pr-box-right, .pr-box-left{
    display: flex;
    justify-content: space-between;
    background-color:#e3dfd5;
    padding: 3.7rem 3.5rem 5.4rem 3.5rem;
    text-align: left;
}
.pr-box-left{
     margin: 11.2rem 0;
}
.pr-img{
    margin-top: -9.4rem;
}

.pr-item{
    max-width: 500px;
}
.pr-text-img{
    margin-bottom: 4.0rem;
    text-align: left;
}
.pr-item p{
    text-align: left;
    line-height: 1.7;
}
.pr-btn{
    margin-top: 3.5rem;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step{
    background-color: #e3dfd5;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    padding: 27.0rem 0 0 0;
    text-align: center;
    }
.step-wrapper{
    max-width: 1350px;
    /*width: 100%;*/
    margin: 0 auto;
    padding: 0 1.5rem 25.0rem 1.5rem;
    position: relative;
}
#step .pr-btn {
    position: absolute;
    bottom: 20%;
    right: 25%;
  }
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*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: 3.8rem auto 7.2rem;
    border-bottom: 2px solid #000000;
    padding-bottom: 2.6rem;
}
.list-tittle img{
    margin-left: 10rem;
    max-width: 70%;
}
.list-box{
    display: flex;
    background-color: #e3dfd5;
    max-width: 800px;
    margin: 0 auto 6.5rem;
    padding: 3.4rem 5.0rem 5.3rem 5.0rem
}
.list-item{
    margin-right: 3.7rem;
}

.list-col{
    background-color: #ffffff;
    text-align: left;
    padding: 2.5rem 2.0rem;
    margin: 2.8rem 0 2.8rem 0;
}
.list-item p{
    text-align: left;
    line-height: 1.7;
    
}
.list-text{
    margin-bottom: 5.0rem;
}
.list-text h1{
    font-size: 3.2rem;
    max-width: 673px;
    margin: 0 auto;
    border-bottom: 2px solid #000000;
    padding-bottom: 2.0rem;
    margin-bottom: 3.3rem;
}
.list-text p{
    line-height: 1.7;
}
.list-item {
    text-align: left;
}




/**/
/**/
/**/
/*list<!--LIここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/
#gallery{
    background-color: #ffffff;
    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;
    padding-right: 30px;
}
.gallery-tittle-box p{
    line-height: 1.7;
}
.gallery-tittle-box img{
    margin-bottom: 4.0rem;
}
.gallery-box{
    display: flex;
    justify-content: space-between;
}
.tensen{
    border-bottom: 2px dashed #000000;
    margin: 7rem 0;
}
.gallery-box-01{
    border-bottom: 2px dashed #000000;
    padding-bottom: 6.5rem;
    margin-bottom: 6.5rem;
}
.gallery-item{
    max-width: 280px;
    padding: 0 1rem;
}
.gallery-item p{
    text-align: left;
    line-height: 1.7;
}
.gallery-item img{
    margin-bottom: 2.8rem;
}
/**/
/**/
/**/
/*gallery<!--GLここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    background: url("../img/closing-bg.png")no-repeat center center / cover;
    text-align: center;
    margin-top: -200px;
    padding: 8rem 0;
}
.closing-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 7.4rem 1.5rem 1.9rem 1.5rem;
}
.closing-box{
    background-color: rgba(255,255,255,0.85);
    display: flex;
    padding: 4.2rem 6.0rem 5.0rem 6.0rem;
    margin: 2rem 0 2.6rem 0;
}
.closing-left{
    margin-right: 7.0rem;
    margin-top: 2rem;
}
.closing-left p{
    text-align: left;
    font-size: 2.0rem;
    font-weight: 600;
}
#telnum {
    font-size: 3rem;
    margin-top: 1rem;
  }
.address{
    margin: 1.3rem 0 0.5rem;
}
.closing-right {
    width: 415px;
}
.closing-area-2{
    background: url("../img/closing-bg02.png")no-repeat center center / cover;
    text-align: center;
    padding: 2.8rem 1.5rem;
}


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

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa{
    background: url("../img/qa-bg.png")no-repeat center center / cover;
    text-align: center;
}
.qa-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 5.3rem 1.5rem 1.9rem 1.5rem;
}
.qa-tittle{
    margin-bottom: 8.0rem;
    margin-left: 14rem;
}
.qa-tittle img{
    max-width: 80%;
}
.qa-box{
    margin-bottom: 8.0rem;
    position: relative;
}
.qa-box p{
    text-align: left;
}
.qa-item-Q{
    position: absolute;
    top:-10%;
    left:23%;
    display: flex;
    justify-content: center;
    background: linear-gradient(transparent 10%, #ffff80 10% 90%, transparent 90%);
    width: 60%;
    margin: 0 auto;
    
}

.qa-item-Q p{
    align-self: center;
    font-size: 2.0rem;
    
}
.qa-item-Q img{
    margin-top: -10px;
}
.qa-item-A{
    background-color: #ffffff;
    padding: 5.0rem 3.0rem;
    border:2px solid #000000;
    max-width: 890px;
    margin: 0 auto;
}
.qa-item-A p{
    line-height: 1.7;
    letter-spacing: -0.02em
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    text-align: center;
}
.voice-wrapper{
    max-width: 1092px;
    margin: 7.0rem auto 9.0rem auto;
    
}
.voice-tittle{
    margin-bottom: 12.8rem;
}
.voice-tittle img{
    margin-left: 10rem;
}
.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 6.0rem 1.5rem;
}
.voice-box02 img{
    margin-top: 8px;
}
p.voice-text {
    margin: 4.2rem 0;
    line-height: 1.7;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*merit<!--MR->*/
/**/
/**/
/**/
#merit{
    background-color: #275b81;
    text-align: center;
    
}
.merit-in{
    background: url("../img/merit-bg.png")no-repeat center center / cover;
    clip-path: polygon(50% 0, 100% 30%, 100% 100%, 0 100%, 0 30%);
}
.merit-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 12.7rem 1.5rem 10.3rem 1.5rem;
}
.merit-tittle {
    margin-bottom: 8.5rem;
}
.merit-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.6rem;
}
.merit-item{
    max-width: 447px;
    background-color: rgba(255,255,255,0.76);
    padding: 3.0rem 2.0rem;
    text-align: left;
}
.merit-item h2{
    font-size: 2.8rem;
    font-weight: 500;
    background: linear-gradient(transparent 10%, #ffff80 10% 90%, transparent 90%);
    margin-bottom: 1.9rem;
    letter-spacing: -0.04em;
    display: inline-block;
}
.merit-item p{
    text-align: left;
    line-height: 1.7;
}

.merit-text-box {/*装飾*/
  position: relative;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
}
.merit-text-box>p{
  margin-bottom: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 3px #ffffff;
}
.merit-text-box::before,
.merit-text-box::after,
.merit-text-box > p::before,
.merit-text-box > p::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.merit-text-box::before {
  top: 0;
  left: 15px;
  margin-top: 4px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.merit-text-box::after {
  bottom: 0;
  left: 15px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.merit-text-box > p::before {
  top: 0;
  right: 25px;
  margin-top: 4px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.merit-text-box > p::after {
  bottom: 0;
  right: 25px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*information<!--IN-->*/
/**/
/**/
/**/
#information{
    text-align: center;
}
.information-wrapper{
    max-width: 755px;
    margin: 0 auto;
    padding: 6.6rem 1.5rem 5.9rem 1.5rem;
}
.information-tittle{
    text-align: right;
}
.information-tittle p{
    margin: 4.8rem 0 5.8rem 0;
    line-height: 1.7;
    text-align: center;
}
.information-box img{
    margin-bottom: 2.0rem;
}
.information-box:nth-of-type(-n+3){
    margin-bottom: 9.1rem;
}
.information-box p{
    text-align: left;
    line-height: 1.6;
}
.information-text-bottom{
    margin-bottom: 2.6rem;
    
}
.information-btn{
    margin-top: 6.0rem;
}
/**/
/**/
/**/
/*information<!--IFここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image{
    position: relative;
}
#image .pc{
    max-width: 100%;
}
#image .image-btn {
    position: absolute;
    width: 20%;
    height: auto;
    bottom: 2.5%;
    right: 27%;
}
.image-btn img{
    max-width: 100%;
}
/**/
/**/
/**/
/*image<!--IMここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    padding-bottom: 6.5rem;
    text-align: center;
    background-color: #e2ded4;
    
}
.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 0 0;
    font-size: 2rem;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 2rem;
}
.entry-text span{
    background-color: rgba(206,226,65,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:#002754;
    text-align: left;
}
.mojisize{
    font-size: 16px;
}
p.form-coupon {
    margin-bottom: 6.0rem;
	font-size:2rem;
	font-weight: bold;
}
span.coupon-yen {
    color: #e36b00;
	font-size: 3.1rem;
}
span.coupon-yenonly {
    color: #e36b00;
}
span.coupon-off {
    border-bottom: double 7px #e36b00;
}
/* 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 #275b81;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    
    }
textarea{
    border: 2px solid #002754;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 80px;
    } 

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

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


.select-01{
    border: 2px solid #275b81;
    background: #fff;
    padding: 1.5rem;
    
}
/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: rgba(31,91,129,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: #e2ded4;
    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: #275b81;
}
/**/
/*ラジオボタン*/
/**/
.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 #275b81;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .radio-text:after {
    content: "";
    position: absolute;
    background: #275b81;
    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 #275b81;
    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: #275b81;
      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: #e2ded4;
}
#success{
    text-align: center;
}
.success-tittle{
    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: #275b81;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 2.0rem;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
}
.success-text span{
    background-color: rgba(255,255,128,0.7);
}
.success-warpper a{
    font-size: 2.0rem;
    color: #0071b0;

}


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: #275b81;
	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: #275ba9;
	color: #ffffff;
}
/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/






 
/* 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;
    background-color: #e3dfd5;
    padding: 3.7rem 3.5rem 5.4rem 3.5rem;
    text-align: left;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 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;
}

.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;
}
}