@charset "UTF-8";
/*
 * layout.css
 * 
 */
html{
	scroll-behavior: smooth;
}

body.home.blog {
  overflow: hidden;
}
/* !wrapper
---------------------------------------------------------- */
#wrapper { 
	overflow:hidden;
	position: relative; 
	width:100%; 
	min-height:100vh;
  /*min-width: 1024px;*/

}

@media screen and (max-width: 767px) {
  #wrapper{
    min-width: auto;
  }
}
/* !header
---------------------------------------------------------- */
.brand {
  font-weight: bold;
  font-size: 20px; }

.site-header {
  background-color: #FFF;
  position: fixed;
  width: 100%;
  z-index: 999999999;
  box-shadow: 0px 4px 10px #00000039;
}

.wrapper {
    max-width: 1140px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.site-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem; }

ul.nav__wrapper > li {
    background: #FFF;
    border-radius:64px;
}

ul.nav__wrapper > li:first-child > a {
  /*background-color: #CC0000;*/
}

ul.nav__wrapper > li > a {
  color: #333;
  text-decoration: none;
  text-align: center;
}

  @media (min-width: 630px) {
    .site-header__wrapper {
      justify-content: initial; } }
@media (min-width: 630px) {
  .site-header__middle {
    margin-left: auto; } }

@media (max-width: 629px) {
  .site-header__end {
    padding-right: 4rem; } }

@media (min-width: 630px) {
  .nav__wrapper {
    display: flex; 
    gap: 1rem;
  }

}

@media (max-width: 629px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #d9f0f7;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); } }

.nav__item a {
  display: block;
  padding: 1rem;
  width: 100%;
}

.nav__toggle {
  display: none; 
}
  @media (max-width: 629px) {
    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1rem; 
    } 
  }

	

/* !contents
---------------------------------------------------------- */
#contents{
  position: relative;
  z-index: 4;
  background: #fff;
}

#main {
	
} 
@media screen and (min-width: 768px) {
.inner {
	margin:auto;
	padding:0 50px;
	/*max-width:1200px;*/
}
}

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {
	.inner {padding:0 30px;}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.inner {
    margin:auto;
    padding:0 50px;
    padding:0 15px;
  }
}
 
/* !footer
---------------------------------------------------------- */
#footer {
  background: #fff;
  position: relative;
  z-index: 3;
} 
#copyright{
	padding: 20px;
	text-align: center;
  background: #fff;
}
#copyright .logo{
	display:inline-block;
	margin:0 25px;
}
#copyright .logo img{ height:33px; width: 148px;}

#footerlink .link_box{
	display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 1rem;
	font-size: 14px;
  line-height: 1;
	color: #3E3A39 !important;
}
#footerlink .link_box li:first-child{
	border-right: 1px black solid;
    margin-right: 15px;
    padding-right: 15px;
}
#footerlink .link_box li+li{
	border-right: 1px black solid;
    margin: 0 15px 0 0;
    padding-right: 15px;
}
#footerlink .link_box li:last-child{
	border-right: none;
	padding-right: 0;
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	#copyright{padding:15px 10px;} 
	#copyright img,
	#copyright .logo img{ height:18px;}
  #copyright .logo img{
    width: auto;
  }
	#copyright .logo{
    margin: 0;
  }
  #copyright .first{
    display: block;
    margin: 0 auto.5rem;
  }
}
	


 
/* !news
---------------------------------------------------------- */

.news-list{
	
  list-style: none outside;
  margin: 0 auto;
  max-width: 800px;
}
.news-list .category{
	background: #898989;
    color: white;
    width: 12rem;
    min-width: 12rem;
    font-size: 1.1rem;
}
.news-list .category a{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 1px;
}
.newsBtn 
{text-align: center;
    margin-top: 3rem;}

.newsBtn a{
	    text-align: center;
    background: #38A1DB;
    margin: 0 auto;
    color: white;
    padding: .5rem 2rem;
    font-size: 1.3rem;
    min-width: 10rem;
    display: inline-block;
}
.news-list .titleLink{
  flex-wrap: wrap;
  flex-wrap: nowrap;
justify-content: space-between;
  width: 67%;
}
.news-list .item{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #000000;
  padding: 1.5rem .8rem;
}
.news-list .item:first-child{
  border-top: 1px solid #000000;
}
.news-list .item .date{
  margin: 0;
  min-width: 10rem;
  font-size: 1.4rem;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin-left: 1.2em;
  font-size: 1.4rem;
  font-weight: bold;
  /*width: 73%;*/
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .item a:hover .title{
  opacity: 0.7;
}
.categoryList{
	    display: flex;
    max-width: 800px;
    text-align: right;
    justify-content: flex-end;
    margin: 0 auto 1.3rem;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
}
.categoryList li{
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid;
}
.categoryList li:nth-child(1){
	border-left: none;
}

.container{
	max-width: 800px;
    margin: 0 auto;
}
.time-cate{
	color: #898989;
    display: flex;
}

.time-cate li{
	padding: 0 10px;
}

.time-cate li:nth-child(1){
	border-right: 1px solid #898989;
	padding-left: 0;
}
.container .title-post{
	font-size: 26px;
    margin-bottom: 1.5em;
    font-weight: 600;
	margin-top: 10px;
}
.container .footer-post{
	padding: 20px 2em;
    border: 2px solid #898989;
    border-radius: 40px;
    width: fit-content;
    margin: 5em auto 0;
}
.arrow_s_b {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #898989;
  text-decoration: none;
}
.arrow_s_b:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #898989;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
.arrow_s_b:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -4px;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi span.current{
	    border-color: #898989;
    background: #DCDDDD;
	font-weight: 100!important;
}
.wp-pagenavi a, .wp-pagenavi span{
	color: #898989;
	border: 2px solid #898989!important;
	padding: 3px 8px!important;
    margin: -1px!important;
}
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 3em;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	    padding: 3px 13px!important;
	 position: relative;
}
.wp-pagenavi .nextpostslink::before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 39%;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-left: 8px solid #898989;   /* 好みで色を変えてください */  
}

.wp-pagenavi .previouspostslink::before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 15%;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-right: 8px solid #898989;   /* 好みで色を変えてください */  
}
.property_listTop{
	justify-content: center!important;
}
.property_listTop li{
	width: 21vw!important;
}
.propertyBtn a{
	display: flex;
    align-items: center;
    justify-content: center;
    margin:-2vw auto 0;
    height: 96px;
    max-width: 350px;
    background: url(../img/ico_link.svg)no-repeat 92.5% center #38A1DB;
    background-size: 23px;
    border-radius: 100px;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 100;
}
@media screen and (min-width: 1600px){
	.news-list{
	max-width: 50vw;
	}
	.categoryList{
		max-width: 50vw;
	}
}
@media screen and (max-width: 768px){
	.categoryList{
    text-align: center;
}
.categoryList li{
	padding: 0 8px;
}
	.container{
    margin: 0 15px;
}
.news-list .item {
  display: block;
}
	.news-list .category{
		    width: 130px;
    display: inline-block;
	}
.news-list .item .date{
  min-width: 100px;
display: inline-block;
}
.news-list .item .title{
  margin-top: 10px;
margin-left: 0;
}
	.categoryList{
    justify-content:center;
}
}

@media screen and (max-width: 767px){
	.propertyBtn a{
		height: 55px;
    font-size: 1.8rem;
    width: 67%;
}
	.property_listTop{
		display: block!important;
		text-align: center!important;
		padding-left: 0!important;
	}
	.property_listTop li{
	width: 80%!important;
	margin: 4vw auto!important;
}
}



/*contact----------------------------------------------*/
.contactWrap .email img{
	display: inline-block;
    width: 50px;
    vertical-align:baseline!important;
	margin-right: 8px;
}
.contactWrap .email span{
	font-size: 22px;
}
.contactWrap{
	padding-top: 190px;
}
.contactWrap .inner{
	max-width: 794px;
}
.contactWrap .comTitle{
	margin-top: 10px;
}
.contactForm table{
	width: 100%;
}
.contactForm th,
.contactForm td{
	display: block;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: normal;
}
.contactForm th{
	padding-bottom: 0;
}
.contactForm th .required{
	font-size: 18px;
	display: inline-flex;
	justify-content: center;
	border-radius: 3px;
	color: #E60012;
	margin-left: 20px;
}
.contactForm th .notrequired{
	font-size: 18px;
	display: inline-flex;
	justify-content: center;
	border-radius: 3px;
	color: #898989;
	margin-left: 20px;
}
.contactForm select,
.contactForm input[type='text'],
.contactForm input[type='number'],
.contactForm input[type='tel'],
.contactForm input[type='email'],
.contactForm textarea{
   border: 2px solid #898989;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    height: 60px;
    padding: 0px 58px 0px 10px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    font-family: inherit;
}
.contactForm .agreeCheck{
	border: 2px solid #898989;
    border-radius: 10px;
    width: 100%;
    background: #fff;
	padding: 20px;
	margin: 2em auto;
	line-height:2;
}
.contactPolicy{
	color: #38A1DB;
	text-decoration: underline;
}
.contactForm textarea{
	display: block;
  	padding: 10px 15px;
    resize: none;
    min-height: 160px;
}
.contactBtn{
	display: flex;
	justify-content: center;
	margin-top: 45px;
}

.contactForm .contactBtn li{
	/*margin: 0 15px;*/
	
	max-width: 100%;
}
.contactForm .contactBtn input,
.contactForm .contactBtn a{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: -2vw auto 0;
    height: 80px;
    max-width: 500px;
    background: url(../img/ico_linkGrey.svg)no-repeat 91.5% center #898989;
    background-size: 23px;
    border-radius: 100px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 100;
    border: none;
    padding: 0 3em 0 2em;
}
.contactForm .contactBtn input:hover{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: -2vw auto 0;
    height: 80px;
    max-width: 500px;
    border-radius: 100px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 100;
    border: none;
    padding: 0 3em 0 2em;
	background: url(../img/ico_link.svg)no-repeat 91.5% center #38A1DB;
    background-size: 23px!important;
}
.contactForm .contactBtn a:hover{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: -2vw auto 0;
    height: 80px;
    max-width: 500px;
    background-size: 23px;
    border-radius: 100px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 100;
    border: none;
    padding: 0 3em;
	background: url("../img/ico_link.svg")no-repeat 92.5% center #38A1DB;
}


.contactBox{
	max-width: 718px;
    margin: 0 auto;
    padding: 0 10px 5em;
}

.contactForm .dropdown{
	position: relative;
}
.contactForm .dropdown input{
	color: black!important;
}
.contactForm .dropdown select{
	color: black!important;
}
.contactForm .dropdown::before{
	 content: "";
	height: 60px;
	width: 2px;
	background: #898989;
	position: absolute;
	right: 3.1em;
}
.contactForm .dropdown::after {
  content: "";
  position: absolute;
  width: 16px;
    height: 12px;
  top: 50%;
  right: 1.15em;
  margin-top:-4px;
  z-index: 2;
	 background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(102,102,102)' points='8,12 0,0 16,0'/%3E%3C/svg%3E") 0 0 no-repeat;  
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events:none;
}
select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}


.contactForm input[type='checkbox']{
	 border: 1px solid #898989;
	width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.agreeCheck label{
	display: inline-block;
    vertical-align: inherit;
}





/*確認画面*/

.contactWrap{
	padding-top: 190px;
}
.contactWrap .inner{
	max-width: 794px;
}
.contactWrap .comTitle{
	margin-top: 10px;
}
.contactForm table{
	width: 100%;
}
.contactConfirm th,
.contactConfirm td{
	display: block;
	padding: 10px 0 25px;
	font-size: 18px;
	font-weight: 500;
}
.contactConfirm td{
	color: #727171;
}
.contactConfirm th{
	padding-bottom: 0;
}
.contactConfirm th .required{
	font-size: 18px;
	display: inline-flex;
	justify-content: center;
	border-radius: 3px;
	color: #E60012;
	margin-left: 20px;
}
.contactConfirm th .notrequired{
	font-size: 18px;
	display: inline-flex;
	justify-content: center;
	border-radius: 3px;
	color: #898989;
	margin-left: 20px;
}
.contactConfirm .agreeCheck{
	display: none;
}
.contactSub{
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.4px;
}

.contactConfirm .contactBtn li{
	margin: 0 20px;
}

.contactConfirm .contactBtn li{
	margin: 0 20px;
}

.contactConfirm .contactBtn li:nth-child(1) input{
	width: 140px;
    padding: 10px;
    background: white;
    border: 2px solid #38A1DB;
    color: #38A1DB;
    font-size: 18px;
    font-weight: 600;
}


.contactConfirm .contactBtn li:nth-child(2) input{
	    width: 140px;
    padding: 10px;
    background: #38A1DB;
    border: 2px solid #38A1DB;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.thanksHeight{
	height: 78vh
}

.thanksBtn a{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: -2vw auto 0;
    height: 80px;
    max-width: 300px;
    background: url(../img/ico_linkWhite.svg)no-repeat 91.5% center #F6F5F5;
    background-size: 23px;
    border-radius: 100px;
    border: 2px solid #898989;
    color: #898989;
    font-size: 2.5rem;
    font-weight: 100;
    padding: 0 3em;
	margin-top: 1em;
}

.spContactBtn{
	position: fixed;
    bottom: 0;
    z-index: 999;
	width: 100%;
}
.spContactBtn ul{
	/*display: flex;*/
	justify-content: space-around;
}
.spContactBtn li{
	width: 100%;
	text-align: center;
}
.spContactBtn li a{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-size: 30px!important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal;
}

/*.spContactBtn li:nth-child(1) a{
	
    background: url(../img/spPhoneNumber.svg)no-repeat 16% center #38A1DB;
    border: 2px solid white;
    color: white;
}*/
.spContactBtn li:nth-child(1) a{

    background: url(../img/spContact.svg)no-repeat 21% center white;
    border: 2px solid #38A1DB;
    color: #38A1DB;
	padding-left: 6vw;
}

@media screen and (max-width: 767px){
	.contactForm .dropdown input{
	color: black!important;
		font-size: 14px;
}
.contactForm .dropdown select{
	color: black!important;
	font-size: 14px;
}
	.contactForm select,
.contactForm input[type='text'],
.contactForm input[type='number'],
.contactForm input[type='tel'],
.contactForm input[type='email'],
.contactForm textarea{
    font-size: 14px;
}
}




/*0920*/
.enFt{
  font-family: 'D-DIN';
  font-weight: bold;
}

/*common*/
.new_inner,
.new_inner02{
  padding: 0 2rem;
  max-width: 114rem;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.new_inner02{
  max-width: 104rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .new_inner,
  .new_inner02{
    padding: 0 1.5rem;
  }
} 

.imgBox {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
}
.imgBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    transition: all .2s linear;
}
a:hover .imgBox img{
  transform: scale(1.05);
}

.iframeP {
    position: relative;
    width: 100%;
    padding-top: 56%;
}

.iframeP iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* !header
---------------------------------------------------------- */
@media screen and (min-width: 768px){
  #header .inner{
    padding: 0 1.71vw;
  }
}
#headerLogo img{
  width: auto;
}

/* !footer
---------------------------------------------------------- */
.footerDownload{
  background: #D8ECEF;
  overflow: hidden;
  padding-top: 1.4rem;
}
.footerDownload .new_inner{
  max-width: 80rem;
}
.footerDownload dl{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footerDownload dt{
  padding: 6.3rem 0 4.3rem;
  width: calc(100% - 21.6rem);
}
.footerDownload dd{
  width: 17.6rem;
  height: 24rem;
  margin-left: 4rem;
}
.footerDownload .txtP{
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.33;
  font-weight: bold;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .footerDownload{
    background: #D8ECEF;
    overflow: hidden;
    padding-top: 1.4rem;
  }
  .footerDownload .new_inner{
    max-width: 80rem;
  }
  .footerDownload dl{
    display: flex;
    justify-content: space-between;
    align-items:center;
  }
  .footerDownload dt{
    padding: 3rem 0 2rem;
    width: auto;
	  margin-left: -1em;
  }
  .footerDownload dd{
    width: auto;
    height: 19rem;
    margin-left: 0;
    text-align: center;
  }
  .footerDownload dd img{
    width: 14rem;
  }
  .footerDownload .txtP{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.33;
    font-weight: bold;
  }
}
/* !mainVisual
---------------------------------------------------------- */
#mainVisual{
  position: relative;
  padding-top: 250px;
  padding-bottom: 80px;
  background: #f7f7f7;
}
#mainVisual .imgBox{
  padding-top: 0;
  height: 100vh;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #mainVisual {
      padding-top: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #mainVisual .imgBox img{
    object-position: 40% center;
  }
}
.isTablet #mainVisual .imgBox{
  max-height: 768px;
}

.mvMovie{
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.mvMovie a{
  background: #fff;
  display: block;
}
.mvMovie a:hover{
  opacity: 1;
}
.mvMovie a:hover dd:after{
  width: 2rem;
  height: 2rem;
}
.mvMovie dl{
  display: flex;
}
.mvMovie dt{
  width: 13rem;
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #38A1DB;
  font-weight: bold;
}
.mvMovie dd{
  position: relative;
}
.mvMovie dd:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
  width: 2.7rem;
  height: 2.7rem;
  background: url(../img/icon_play.svg)no-repeat;
  background-size: 100% auto;
  transition: all .3s;
}
.mvMovie dd img{
  height: 13rem;
}

/*fancy*/
.hide_event{
  display: none;
}
.fancybox-slide--html{
  padding: 0;
}
.fancybox-content {
  padding: 0;
  background: none;
  overflow: unset;
  width: 690px;
  /*max-height: calc(100vh - 32px);*/
  max-width: calc(100% - 32px);
  color: #121212;
}
.fancybox_cont{
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #mainVisual .imgBox img{
    object-position: top center;
  }
  #mainVisual .imgBox{
    height: calc(100vh - 18.6vw);
    z-index: 1;
  }
  .mvMovie{
    bottom: 5rem;
  }
  .mvMovie a:hover dd:after{
    width: 2rem;
    height: 2rem;
  }
  .mvMovie dl{
    display: flex;
  }
  .mvMovie dt{
    width: 6.5rem;
    height: 6.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #38A1DB;
    font-weight: bold;
  }
  .mvMovie dd{
    position: relative;
  }
  .mvMovie dd:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    width: 2rem;
    height: 2rem;
    background: url(../img/icon_play.svg)no-repeat;
    background-size: 100% auto;
    transition: all .3s;
  }
  .mvMovie dd img{
    height: 6.5rem;
  }
} 


/* !teaser
---------------------------------------------------------- */
#teaser {
  
}
.teaserHd{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 23.8rem;
  font-size: 4.4rem;
  font-weight: 900;
  letter-spacing: .1em;
  color: #389FD9;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .teaserHd{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 120px;
    font-size: 2.4rem;
    line-height: 1.33;
    font-weight: 900;
    letter-spacing: .1em;
    color: #389FD9;
  }
}