/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,p,blockquote,pre,address,object,form,fieldset,input,textarea{margin:0;padding:0}h1,h2,h3,h4,h5,h6,table,input,textarea{font-size:100%;font-weight:normal}li{list-style:none;list-style-position:inside}hr{border:none;border-top:#ccc 1px solid}*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%;overflow-y:scroll}

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Noto+Sans+JP:wght@100..900&display=swap');


*, *:before, *:after {
  box-sizing: border-box
}
html {
  font-size: 62.5%;
  overflow-y: scroll
}

body {
  font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #111;
  font-size: 1.5rem;
	line-height: 1.9;
  font-weight: normal;
  word-wrap: break-word;
	animation: scrollStop 0s 3.5s both;
}
a{
  color:#666;
  text-decoration:none;
  transition: all 0.3s;
}
a:hover {
  color: #111;
}
img{
  height: auto;
  max-width: 100%;
}
.bold{
	font-weight:bold;
}
.block{
  display: block;
}
.wrapper{
	width:100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

/*-------------------------------------------------------
 header
-------------------------------------------------------*/
.header{
  width: 100%;
  min-width: 1240px;
  padding: 50px 20px 40px;
	margin:0 auto 65px;
  border-bottom: solid 1px #DEDEDE;
  position: relative;
  display: flex;
  justify-content: center;
}
.header h1{
  max-width: 286px;
}
.nav-lang{
  position: absolute;
  top: 50px;
  right: 30px;
  display: flex;
  align-items: center;
}
.nav-lang li{
  margin-left: 10px;

}
.nav-lang li a{
  display: block;
  line-height: 1;
  padding: 0.3em 0.6em;
  border-radius: 4px;
  border: solid 1px #AAAAAA;
  font-size: 1.5rem;
  color: #222;
  font-weight: 400;
  transition: all 0.3s;
}
.nav-lang li a:hover{
  color: #fff;
  background-color: #aaa;
}



/*-------------------------------------------------------
 contents
-------------------------------------------------------*/
.wrapper{
  margin: 60px auto 120px;
  padding: 0 20px;
  width: 1240px;
  /* width: 100%;
  max-width: 1200px; */
}

.contentTit{
  text-align: center;
}
.contentTit span{
  display: inline-block;
  font-weight: 900;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #F5F4F2;
}

.intro,.sec{
  width: 100%;
  margin-bottom: 120px;
}
.intro__img{
  max-width: 1000px;
  margin: 60px auto 0;
}

.sec .secTit{
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 30px;
}
.sec .secTitCnt{
  font-weight: 900;
  font-size: 3.4rem;
  color: #484848;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.1em;
}

/* photo */
.photo-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.photo-list.col3 li{
  width: 380px;
}
.photo-list.col4 li{
  width: 284px;
}

/* data */
.data-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.data-wrap p{
  width: 66%;
}
.data-list{
  width: 31.6%;
  background: #F5F4F2;
  padding: 30px 20px;
}
.data-list li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #DEDEDE;
  font-size: 1.38rem;
  line-height: 1.3;
}
.data-list li p:nth-child(1){
  width: 9em;
}
.data-list li p:nth-child(2){
  width: calc(100% - 8em);
}

/* block */
.block-wrap{
  display: flex;
  justify-content: space-between;
}
.block-wrap.col2 .block{
  width: 580px;
}
.block-wrap.col3{
  margin-top: 30px;
}
.block-wrap.col3 .block{
  width: 31.6%;
}
.block-wrap .block > h3{
  display: block;
  text-align: center;
  color: #fff;
  background: #3E3E3E;
  margin-bottom: 15px;
  line-height: 1;
}
.block-wrap.col2 .block > h3{
  font-size:2.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: italic; 
  letter-spacing: 0.1em;
  padding: 0.3em 0.5em;
}
.block-wrap.col3 .block > h3{
  font-size:1.6rem;
  font-weight: 400;
  padding: 0.6em 0.8em;
}
.block-wrap .block .block-cont a{
  display: block;
}
.block-wrap.col3 .block .block-cont{
  background: #EFEFEF;
  height: 100%;
  padding: 5px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.video {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.video iframe {
  width: 100%;
  height: 100%;
}
.lang-qr{
  max-width: 126px;
  line-height: 1;
}
.lang-qr-txt{
  text-align: center;
  padding-top: 0.3em;
  font-size: 1.4rem;
  width: 100%;
}
.block-cont__btn{
  width: 100%;
}
.block-cont__btn a{
  display: block;
  border: solid 1px #ccc;
  background: #fff;
  text-align: center;
  text-decoration: none;
  color: #222222;
  font-size: 1.5rem;
  padding: 1.2em 1.5em;
  position: relative;
  transition: all 0.3s;
}
.block-cont__btn a::after{
  content:"" ;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
  transition: all 0.3s;
}
.block-cont__btn a:hover{
  background: #666;
  color: #fff;
}
.block-cont__btn a:hover::after{
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.sns-list{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.map-bnr li a img,
.sns-list li a{
  transition: all 0.3s;
}
.map-bnr li a:hover img,
.sns-list li a:hover{
  opacity: 0.7;
}

.map-wrap{
  display: flex;
  justify-content: space-between;
}
.map-wrap .map{
  width: 890px;
}
.map-wrap .map-bnr{
  width: 280px;
}
.map-bnr li{
  width: 100%;
  line-height: 1;
  margin-bottom: 10px;
}

.cap{
  text-align: center;
  font-size: 1.4rem;
}

/*-------------------------------------------------------
 footer 
-------------------------------------------------------*/
.footer{
  width: 100%;
  min-width: 1240px;
  text-align: center;
  padding: 45px 20px;
  background: #4D4D4D;
}
.copy{
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}

