/* --------------------------- */
/* ポップアップバナー
/* --------------------------- */
.banner-wrapper {
  position: fixed;
  margin: 15px 20px;
  z-index: 99998;
  bottom: 0;
  left: 0;
}
.banner-img img{
  width: 438px;
  border-radius: 15px;
  border: 5px solid #CD3E2B;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.banner-img:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}
.banner-close {
  font-weight: normal;
  position: absolute;
  top: -2px;
  right: -4px;
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}


@media screen and (max-width: 767px) {
  .banner-wrapper  {
      width: 98%;
      margin: 0 auto;
      margin-bottom: 50px;
  }
  .banner-img img{
    width: 100%;
    border-radius: 15px;
    border: 5px solid #CD3E2B;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  }
  .banner-close {
    top: -1px;
    right: -9px;
  }
  .banner-copy-br {
      display: none;
  }
}
/* --------------------------- */
/* kv
/* --------------------------- */

/* ----- 背景用の動画ファイル ----- */
#bg-video{
  /* position: fixed; */
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: auto;
  z-index: -100;
  background: url('../images/kv_pic.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* --------------------------- */
/* Message
/* --------------------------- */
.flower{
  width: 60px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 80px;
}
.message-title{
  font-weight: lighter;
  font-size: 2rem;
  line-height: 3em;
}
/* --------------------------- */
/* about
/* --------------------------- */
.section-wrapper#about{
  padding-bottom: 0;
}
.about01{
  position: relative;
  height: 500px;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 100px;
}
.about-title01{
  position: absolute;
  top: 5%;
  left: 48%;
  z-index: 2;
  width: 5%;
  max-width: 80px;
  height: auto;
}
.about-img01{
  position: absolute;
  top: 0;
  left:  0;
  width: 50%;
  max-width: 800px;
  height: auto;
  z-index: 1;
}
.about-text-wrapper01{
  position: absolute;
  top: 50%;
  left: 55%;
  z-index: 3;
}
.about02{
  position: relative;
  height: 500px;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 100px;
}
.about-title02{
  position: absolute;
  top: 5%;
  left: 37%;
  z-index: 2;
  width: 5%;
  max-width: 80px;
  height: auto;
}
.about-img02{
  position: absolute;
  top: 0;
  left: 40%;
  width: 50%;
  max-width: 800px;
  height: auto;
  z-index: 1;
}
.about-text-wrapper02{
  position: absolute;
  top: 35%;
  left: 20%;
  z-index: 3;
}
.about03{
  position: relative;
  height: 650px;
  margin: 0 calc(50% - 50vw);
}
.about-title03{
  position: absolute;
  top: 12%;
  left: 22%;
  z-index: 2;
  width: 5%;
  max-width: 80px;
  height: auto;
}
.about-img03{
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  max-width: 800px;
  height: auto;
  z-index: 1;
}
.about-text-wrapper03{
  position: absolute;
  top: 76%;
  left: 28%;
  z-index: 3;
}
/* --------------------------- */
/* service
/* --------------------------- */
.section-inner#service{
  padding-top: 0;
}
.service-title{
  font-size: 2.6rem;
  font-family: stangith;
  margin-bottom: 10px;
}
.service-title-ja{
  font-size: 2.6rem;
  font-weight: lighter;
}
.service-wrapper{
  position: relative;
}
.service-bg{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.service-title-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  letter-spacing: 1rem;
}
.flower02{
  width: 60px;
  margin: 0 auto;
  margin-top: -100px;
  margin-bottom: 80px;
}
.service-dis{
  font-size: 1.8rem;
  margin-bottom: 80px;
}
.service-item{
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: auto;
  cursor: pointer;
  overflow: hidden;
}
.service-item img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}
/*ホバーエフェクト*/
.service-item  img {
  transform: scale(1);
  opacity: 1;
  transition: .5s ease-in-out;
}
.service-item :hover img {
  opacity: .9;
  transform: scale(1.05);
}
.service-name-wrapper{
  position: absolute;
  left: 20%;
  top: 25%;
  border-left: 1px solid #fff;
  padding-left: 15px;
}
.service-name{
  font-size: 2.4rem;
  letter-spacing: 0.6rem;
  font-weight: 100;
  color: #fff;
}
.service-name-en{
  font-size: 1.2rem;
  color: #fff;
  margin-bottom:30px;
}
.service-detail{
  font-weight: 100;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px;
}
.moreinfo{
  color: #000;
  background:rgba(255, 255, 255, 0.664);
  width: 150px;
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
}
.moreinfo::after {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
  width: 30px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
}
/* --------------------------- */
/* fee
/* --------------------------- */
.section-wrapper#fee{
  margin-top: 50px;
}
.section-title{
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.flower03{
  width: 40px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.fee-container{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.fee-wrapper{
  position: relative;
  padding: 3em 4em;
  border: solid 1px #333;
  margin: 2em;
}
.fee-wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border: solid 1px #333;
  z-index: -1;
}
.fee-subname{
  font-size: 1.2rem;
}
.fee-name{
  font-size: 2.4rem;
}
.fee{
  font-size: 3.3rem;
  margin-bottom: 20px;
}
.fee-m{
  font-size: 2.8rem;
}
.fee-s{
  font-size: 1.3rem;
}
.fee-detail{
  font-size: 1.3rem;
  margin-bottom: 30px;
}
/* --------------------------- */
/* flow
/* --------------------------- */
.section-inner.flow{
  width: 800px;
}
.flow-title{
  margin: 0 calc(50% - 50vw);
  height: auto;
  margin-bottom: 50px;
}
.flow-subtitle{
  margin-bottom: 50px;
}
.flow-line01{
  line-height: 40px;
}
.step-number{
  float: left;
  font-family: stangith;
  font-size: 2rem;
  width: 50px;
  margin-right: 20px;
}
.step-title{
  float: left;
  font-size: 2rem;
}
.bank-info-wrapper{
  border: 1px solid #333;
  padding: 20px;
  margin: 10px;
}
.text-bg{
  background-color: #eb574446;
}
.flow-text02{
  font-size: 1.2rem;
  margin-left: 15px;
}
.flower04{
  width: 40px;
  margin: 0 auto;
  float: left;
  margin-right: 20px;
}
.flow-text{
  border-left: 1px solid #333;
  padding: 20px 0px;
  padding-left: 15px;
  margin-left: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.flow-wrapper:last-of-type{
  margin-bottom: 50px;
}
/* --------------------------- */
/* point
/* --------------------------- */
.flower05{
  width: 60px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.point-title{
  font-size: 1.8rem;
  margin-bottom: 50px;
}
.point-list{
  width: 900px;
  margin: 0 auto;
}
.point-item{
  padding: 20px;
}
.point-text{
  width: 670px;
  padding: 20px;
}
.point-img{
  width: 200px;
}
.point{
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
/* --------------------------- */
/* event
/* --------------------------- */
.section-wrapper#event{
  background-image: url(../images/bg04.jpg);
  background-size: cover;
}
.event-wrapper{
  margin-bottom: 30px;
}
.event-title-wrapper{
  background-color: #ffffffb5;
  padding: 40px 60px;
  margin-bottom: 20px;
}
.event-title{
  font-weight: lighter;
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  margin-bottom: 20px;
}
.event-detail{
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.event-img{
  max-width: 50%;
  margin-right: 20px;
}
.event-date-wrapper{
  background-color: #ffffffb5;
  width: 50%;
  padding: 30px;
}
.date-title{
  font-size: 1.8rem;
  margin-bottom: 20px;
  background-image: url(../images/flower02.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 0 0 40px;
}
.event-month01{
  font-size: 1.5rem;
  background: linear-gradient(transparent 50%, #dfaaaa 50%);
}
.event-month02{
  background: linear-gradient(transparent 50%, #c74343 50%);
}
.event-date{
  font-size: 3.6rem;
}
.date-small-b{
  font-size: 1.2rem;
}
.date-big-r{
  color: #CD3E2B;
  font-size: 3.6rem;
}
.date-small-r{
  color: #CD3E2B;
  font-size: 1.2rem;
}
/* --------------------------- */
/* voice
/* --------------------------- */
.voice-item{
  width: 30%;
  margin-right: 5%;
}
.voice-text{
  padding: 10px;
}
.voice-place{
  font-size: 1.2rem;
}
.voice-wrapper{
  margin-bottom: 30px;
}
/* --------------------------- */
/* date-family
/* --------------------------- */
.section-wrapper#date-family{
  background-image: url(../images/bg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.date-family-wrapper{
  background-color: #ffffffb5;
  width: 80%;
  padding: 50px;
  margin: 0 auto;
}
.date-family-title{
  font-weight: 100;
  font-size: 2rem;
}
.date-logo{
  width: 140px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}
.family-wrapper{
  margin-bottom: 50px;
}
.family-photo{
  min-width: 130px;
  max-width: 130px;
  margin-right: 20px;
}
.family-message{
  max-width: 650px;
}
.family-title{
  font-size: 1.2rem;
}
.family-name{
  font-size: 1.6rem;
}
/* --------------------------- */
/* greeting
/* --------------------------- */
.section-wrapper#greeting{
  background-image: url(../images/bg05.jpg);
  background-repeat: repeat;
  background-size: contain;
}
.mio{
  width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.greeting-title{
  font-size: 2rem;
  margin-bottom: 30px;
}
.font-en{
  font-size: 2.2rem;
  letter-spacing: 0.6rem;
  font-family: stangith;
}
.greeting-message{
  margin-bottom: 30px;
}
.ceo-name{
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
/* --------------------------- */
/* last-message
/* --------------------------- */
.last-message{
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 30px;
}
.btn-detail{
  font-size: 1.1rem;
  margin-bottom: 50px;
}
.logo-wrapper{
  width: 300px;
  height: auto;
  margin: 0 auto;
}
/* --------------------------- */
/* iPad
/* --------------------------- */
@media screen and (max-width:1024px){
/* --------------------------- */
/* kv
/* --------------------------- */
.kv-wrapper{
  height: auto;
  }
/* --------------------------- */
/* about
/* --------------------------- */
.about01{
  position: relative;
  height: 500px;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 100px;
}
.about-title01{
  position: absolute;
  top: 5%;
  left: 58%;
  z-index: 2;
  width: 10%;
  max-width: 80px;
  height: auto;
}
.about-img01{
  position: absolute;
  top: 0;
  left:  0;
  width: 60%;
  max-width: 800px;
  height: auto;
  z-index: 1;
}
.about-text-wrapper01{
  position: absolute;
  top: 50%;
  left: 68%;
  z-index: 3;
}
.about02{
  position: relative;
  height: 500px;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 100px;
}
.about-title02{
  position: absolute;
  top: 5%;
  left: 37%;
  z-index: 2;
  width: 10%;
  max-width: 80px;
  height: auto;
}
.about-img02{
  position: absolute;
  top: 0;
  left: 40%;
  width: 60%;
  max-width: 800px;
  height: auto;
  z-index: 1;
}
.about-text-wrapper02{
  position: absolute;
  top: 35%;
  left: 16%;
  z-index: 3;
}
.about03{
  position: relative;
  height: 600px;
  margin: 0 calc(50% - 50vw);
}
.about-title03{
  position: absolute;
  top: 10%;
  left: 21%;
  z-index: 2;
  width: 10%;
  max-width: 80px;
  height: auto;
}
.about-img03{
  position: absolute;
  top: 0;
  left: 25%;
  width: 60%;
  max-width: 800px;
  height: auto;
  z-index: 1;
}
.about-text-wrapper03{
  position: absolute;
  top: 60%;
  left: 31%;
  z-index: 3;
}
/* --------------------------- */
/* service
/* --------------------------- */
}
/* --------------------------- */
/* SP
/* --------------------------- */
@media screen and (max-width:767px){
  /* --------------------------- */
/* kv
/* --------------------------- */
.kv-wrapper{
  height: auto;
  }
/* --------------------------- */
/* Message
/* --------------------------- */
.message-title{
  font-weight: lighter;
  font-size: 1.7rem;
  line-height: 3em;
}
/* --------------------------- */
/* about
/* --------------------------- */
.about01{
  position: relative;
  height: 500px;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 60px;
}
.about-title01{
  position: absolute;
  top: 5%;
  left: 78%;
  z-index: 2;
  width: 15%;
  max-width: 80px;
  height: auto;
}
.about-img01{
  position: absolute;
  top: 0;
  left:  0;
  width: 80%;
  max-width: 800px;
  height: auto;
  z-index: 1;
}
.about-text-wrapper01{
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 3;
}
.about02{
  position: relative;
  height: 500px;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 100px;
}
.about-title02{
  position: absolute;
  top: 5%;
  left: 17%;
  z-index: 2;
  width: 15%;
  max-width: 80px;
  height: auto;
}
.about-img02{
  position: absolute;
  top: 0;
  left: 20%;
  width: 80%;
  max-width: 800px;
  height: auto;
  z-index: 1;
}
.about-text-wrapper02{
  position: absolute;
  top: 45%;
  left: 30%;
  z-index: 3;
}
.about03{
  position: relative;
  height: 450px;
  margin: 0 calc(50% - 50vw);
}
.about-title03{
  position: absolute;
  top: 5%;
  left: 7%;
  z-index: 2;
  width: 15%;
  max-width: 80px;
  height: auto;
}
.about-img03{
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  max-width: 800px;
  height: auto;
  z-index: 1;
}
.about-text-wrapper03{
  position: absolute;
  top: 50%;
  left: 25%;
  z-index: 3;
}
/* --------------------------- */
/* service
/* --------------------------- */
.service-title{
  font-size: 2rem;
  font-family: stangith;
  letter-spacing: .5rem;
  margin-bottom: 10px;
}
.service-title-ja{
  font-size: 2rem;
  font-weight: lighter;
}
.service-title-wrapper{
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  letter-spacing: 1rem;
}
.flower02{
  width: 60px;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 50px;
}
.service-dis{
  font-size: 1.5rem;
  margin-bottom: 50px;
}
.service-item{
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 300px;
  cursor: pointer;
  overflow: hidden;
}
.service-item img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.service-name-wrapper{
  position: absolute;
  left: 12%;
  top: 18%;
  border-left: 1px solid #fff;
  padding-left: 15px;
}
/* --------------------------- */
/* fee
/* --------------------------- */
.section-wrapper#fee{
  margin-top: 0;
}
.section-title{
  font-size: 2rem;
  margin-bottom: 20px;
}
.flower03{
  width: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.fee-container{
  width: 90vw;
  margin: 0 auto;
  margin-bottom: 60px;
}
.fee-wrapper{
  position: relative;
  padding: 3em 2em;
  border: solid 1px #333;
  margin: 2em;
}
.fee-name{
  font-size: 2rem;
}
.fee{
  font-size: 3rem;
  margin-bottom: 20px;
}
.fee-m{
  font-size: 2.4rem;
}
.fee-s{
  font-size: 1.3rem;
}
.fee-detail{
  font-size: 1.2rem;
}
.direction{
  margin-bottom: 20px;
  font-size: 1.2rem;
}
/*ボタン赤*/
.btn-wrapper{
  margin-bottom: 80px;
  padding-top: 10px;
}
a.btn_17 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 300px;
	margin: auto;
	padding: 1rem 2rem;
	font-weight: light;
  letter-spacing: .5em;
	color: #fff;
	background: #CD3E2B;
	transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}
a.btn_17:hover {
	background: #eb5744;
	color: #fff;
}
.send-form{
  font-size: 1.1rem;
}
/* --------------------------- */
/* flow
/* --------------------------- */
.section-inner.flow{
  width: 350px;
}
.flow-title{
  margin: 0 calc(50% - 50vw);
  height: auto;
  margin-bottom: 50px;
}
.flow-subtitle{
  font-size: 1.2rem;
  margin-bottom: 50px;
}
.flow-line01{
  line-height: 40px;
  vertical-align: middle;
}
.step-number{
  float: left;
  font-family: stangith;
  font-size: 1.8rem;
  width: 30px;
  margin-right: 20px;
}
.step-title{
  float: left;
  font-size: 1.6rem;
  max-width: 230px;
  line-break: auto;
  line-height: 2;
}
.flower04{
  width: 35px;
  margin: 0 auto;
  float: left;
  margin-right: 15px;
}
.flow-text{
  border-left: 1px solid #333;
  padding: 20px 0px;
  padding-left: 15px;
  margin-left: 68px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.flow-wrapper:last-of-type{
  margin-bottom: 50px;
}
/* --------------------------- */
/* point
/* --------------------------- */
.flower05{
  width: 50px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.point-title{
  font-size: 1.5rem;
  margin-bottom: 50px;
}
.point-list{
  width: 90%;
  margin: 0 auto;
}
.point-item{
  padding: 20px;
}
.point-text{
  width: 90%;
  padding: 10px;
}
.point-img{
  width: 90%;
}
.point{
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
/* --------------------------- */
/* event
/* --------------------------- */
.section-wrapper#event{
  background-image: url(../images/bg04.jpg);
  background-size: cover;
}
.event-wrapper{
  margin-bottom: 30px;
}
.event-title-wrapper{
  background-color: #ffffffb5;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.event-title{
  font-weight: lighter;
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  margin-bottom: 20px;
}
.event-detail{
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.event-img{
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.event-date-wrapper{
  background-color: #ffffffb5;
  width: 100%;
  padding: 20px;
}
.date-title{
  font-size: 1.8rem;
  margin-bottom: 20px;
  background-image: url(../images/flower02.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 0 0 40px;
}
.event-month01{
  font-size: 1.5rem;
  background: linear-gradient(transparent 50%, #fcb5b5c7 50%);
}
.event-month02{
  background: linear-gradient(transparent 50%, #f83030bf 50%);
}
.event-date{
  font-size: 2.6rem;
}
.date-big-r{
  color: #CD3E2B;
  font-size: 2.6rem;
}
/* --------------------------- */
/* voice
/* --------------------------- */
.voice-item{
  width: 90%;
  margin-right: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}
.voice-text{
  font-size: 1.6rem;
  padding: 10px;
}
.voice-wrapper{
  margin-bottom: 30px;
}
/* --------------------------- */
/* date-family
/* --------------------------- */
.section-wrapper#date-family{
  background-image: url(../images/bg03_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.date-family-wrapper{
  background-color: #ffffffb5;
  width: 80%;
  padding: 30px;
  margin: 0 auto;
}
.date-family-title{
  font-weight: 100;
  font-size: 2rem;
}
.family-wrapper{
  margin-bottom: 50px;
}
.family-photo{
  min-width: 130px;
  max-width: 130px;
  margin-right: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}
.family-message{
  max-width: 650px;
  font-size: 1.3rem;
  letter-spacing: .1rem;
}
.family-title{
  font-size: 1.2rem;
}
.family-name{
  font-size: 1.6rem;
}
/* --------------------------- */
/* greeting
/* --------------------------- */
.section-wrapper#greeting{
  background-image: url(../images/bg05.jpg);
  background-repeat: repeat;
  background-size: contain;
}
.mio{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.greeting-title{
  font-size: 2rem;
  margin-bottom: 30px;
}
.font-en{
  font-size: 2.2rem;
  letter-spacing: 0.6rem;
  font-family: stangith;
}
.greeting-message{
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-align: left;
  padding: 20px;
}
.ceo-name{
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  text-align: right;
  padding: 20px;
}
}
/* --------------------------- */
/* SP_iphoneX
/* --------------------------- */
@media screen and (max-width:375px){
/* --------------------------- */
/* about
/* --------------------------- */
.about01{
  position: relative;
  height: 500px;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 20px;
}
.about-title01{
  position: absolute;
  top: 5%;
  left: 78%;
  z-index: 2;
  width: 15%;
  max-width: 80px;
  height: auto;
}
.about-img01{
  position: absolute;
  top: 0;
  left:  0;
  width: 80%;
  max-width: 800px;
  height: auto;
  z-index: 1;
}
.about-text-wrapper01{
  position: absolute;
  top: 40%;
  left: 10%;
  z-index: 3;
}
.about02{
  position: relative;
  height: 500px;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 80px;
}
.about-title02{
  position: absolute;
  top: 5%;
  left: 10%;
  z-index: 2;
  width: 15%;
  max-width: 80px;
  height: auto;
}
.about-img02{
  position: absolute;
  top: 0;
  left: 20%;
  width: 80%;
  max-width: 800px;
  height: auto;
  z-index: 1;
}
.about-text-wrapper02{
  position: absolute;
  top: 40%;
  left: 30%;
  z-index: 3;
}
.about03{
  position: relative;
  height: 450px;
  margin: 0 calc(50% - 50vw);
}
.about-title03{
  position: absolute;
  top: 5%;
  left: 7%;
  z-index: 2;
  width: 15%;
  max-width: 80px;
  height: auto;
}
.about-img03{
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  max-width: 800px;
  height: auto;
  z-index: 1;
}
.about-text-wrapper03{
  position: absolute;
  top: 45%;
  left: 25%;
  z-index: 3;
}
/* --------------------------- */
/* service
/* --------------------------- */
.service-banner{
  width: 330px;
  margin-bottom: 20px;
}
.service-banner2{
  width: 330px;
  margin-bottom: 40px;
}
/* --------------------------- */
/* fee
/* --------------------------- */
.fee-wrapper{
  position: relative;
  padding: 2.5em 1.5em;
  border: solid 1px #333;
  margin: 2em;
}
a.btn_17 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 320px;
	margin: auto;
	padding: 1rem 1rem;
	font-weight: light;
  letter-spacing: .5em;
	color: #fff;
	background: #CD3E2B;
	transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}
.send-form{
  font-size: 1rem;
}
/* --------------------------- */
/* event
/* --------------------------- */
.event-wrapper{
  background-color: #ffffffae;
  padding: 20px 20px;
}
a.btn_1 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 280px;
	margin: auto;
	padding: 1rem 0rem;
	font-weight: light;
  letter-spacing: .5em;
	color: #fff;
	background: #AA996D;
	transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}
.send-form2{
  font-size: 1rem;
  margin-bottom: 30px;
}
}
