@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside,figure {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}


/* base
----------------------------------------*/
html {
  font-size: 62.5%;
  overflow: auto;
  /* scroll-behavior: smooth; */
}
html *{
  box-sizing: border-box;
}
body {
  width: 100%;
  color: #000;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}

a:focus {outline:none;}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}
img{width: 100%;height: auto;vertical-align: bottom;}

.spview{display: none;}
.tbview{display: none;}

@media screen and (max-width: 900px){
  .pcview{display: none;}
}

@media screen and (max-width: 767px){
  .spview{display: block;}
}


/* wrapper
----------------------------------------*/
.wrapper{
  position: relative;
	width: 100%;
	margin: 0 auto;
  border-bottom: solid 1px #ccc;
	overflow: hidden;
}
.wrapper img{
	width: 100%;
	height: auto;
}
.wrapper::before{
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100vh;
  background: url(bg.jpg) no-repeat center top;
  background-size: cover;
  content: "";
  z-index: -100;
}


/* mv
----------------------------------------*/
.title{
  position: relative;
  padding: 55px 3%;
  background-color: #000;
}
.logo{
  max-width: 140px;
  margin: 0 auto 25px;
}
h1{
  max-width: 800px;
  margin: 0 auto;
}
.mv{
  position: relative;
  background: linear-gradient(0deg,#fbfbfb,#fbfbfb 50%,#f5f4f6 75%,#e2e5e4);
}
.mv-inner{
  max-width: 1600px;
  height: 600px;
  margin: 0 auto;
  background: url(mv.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px){
  .title{
    padding: 30px 3%;
  }
  .logo{
    width: 30%;
    margin: 0 auto 15px;
  }
  .mv-inner{
    height: auto;
    padding-top: 73.33333333333333%;
  }
}


/* lead
----------------------------------------*/
.lead{
  position: relative;
  max-width: 1000px;
  margin: -100px auto 0;
  padding: 30px 0;
  background-color: rgba(0,0,0,0.85);
  z-index: 10;
}
.lead p{
  max-width: 860px;
  width: 94%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    margin: -50px auto 0;
    padding: 15px 0;
  }
  .lead p{
    font-size: 1.4rem;
  }
}


/* contents
----------------------------------------*/
.contents{
  padding: 40px 0 120px;
}
.contents-inner{
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  padding-top: 70px;
  background-color: #fff;
}

@media screen and (max-width: 767px){
  .contents{
    padding: 30px 0 50px;
  }
  .contents-inner{
    padding-top: 50px;
  }
}


/* section
----------------------------------------*/
.section::before,
.section::after{
	content: "";
	display: block;
	clear: both;
}
.section{
  padding: 0 2.5%;
}
.section-text{
  max-width: 860px;
  width: 94%;
  margin: 0 auto;
}
.section-text > p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section-text > p:last-of-type{
  margin-bottom: 0;
}
.section-text > p.clear{
  clear: both;
}
.section-heading{
  position: relative;
  margin: 90px 0 50px;
  border-top: solid 2px #c2c2c2;
  padding-top: 50px;
  color: #e01409;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.section-heading::before{
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 4px;
  background-color: #e01409;
  content: "";
}

@media screen and (max-width: 767px){
  .section-heading{
    margin: 70px 0 40px;
    padding-top: 40px;
    font-size: 2.4rem;
  }
  .section-heading::before{
    width: 20%;
  }
}


/* box
----------------------------------------*/
.section-box{
  width: 90.52631578947368%;
  margin: 50px auto;
  padding: 30px;
  background-color: #f0f0f0;
}
.section-box.full{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 860px;
  width: 94%;
}
.section-box.full01 .image{
  width: 52.5%;
}
.section-box.full02 .image{
  width: 43.75%;
}
.section-box .caption{
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2;
}
.section-box.full01 .caption{
  width: calc(100% - 52.5% - 30px);
  margin-top: 0;
}
.section-box.full02 .caption{
  width: calc(100% - 43.75% - 30px);
  margin-top: 0;
}
.section-box.half{
  width: 46.51162790697674%;
}
.section-box.half.left{
  float: left;
  margin: 0 40px 40px 0;
}
.section-box.half.right{
  float: right;
  margin: 0 0 40px 40px;
}
.section-box.half .caption{
  line-height: 1.8;
}
.section-box.half .caption .name{
  font-size: 150%;
}

@media screen and (max-width: 767px){
  .section-box{
    margin: 40px auto;
    padding: 15px;
  }
  .section-box.full01 .image,
  .section-box.full02 .image{
    width: 100%;
  }
  .section-box.full01 .caption,
  .section-box.full02 .caption{
    width: 100%;
    margin-top: 20px;
  }
  .section-box.half.left,
  .section-box.half.right{
    float: none;
    width: 100%;
    margin: 40px auto;
  }
}


/* photo
----------------------------------------*/
.photo{
  margin-top: 70px;
}

@media screen and (max-width: 767px){
  .photo{
    margin-top: 50px;
  }
}


/* contect
----------------------------------------*/
.contect{
  padding: 70px 0;
  background-color: #fff;
}
.contect-inner{
  display: flex;
  flex-wrap: wrap;
  max-width: 860px;
  width: 94%;
  margin: 0 auto;
}
.contect-heading{
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #e01409;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}
.contect-list{
  padding: 30px 0 30px 20px;
}
.contect-list li{
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.contect-list li::before{
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #e01409;
  border-radius: 50%;
  content: "";
}
.contect-list li + li{
  margin-top: 20px;
}
.contect-list li b{
  display: block;
}
.contect-list li a{
  overflow-wrap: anywhere;
}
.contect-list li a:hover{
  text-decoration: none;
}

@media screen and (max-width: 767px){
  .contect{
    padding: 50px 0;
  }
  .contect-heading{
    width: 100%;
    padding: 10px 15px;
  }
  .contect-list{
    padding: 30px 10px 0 10px;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: relative;
      z-index: 100;
}
.pagetop p{
	position: fixed;
	bottom: 1em;
	right: 2em;
	width: 60px;
	height: 60px;
}
.pagetop p img{
	width: 100%;
	height: auto;
}
.pagetop a{
	transition: 0.5s;
}
.pagetop a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px){
  .pagetop p{
    right: 1em;
    width: 40px;
    height: 40px;
  } 
}


/* footer
----------------------------------------*/
footer{
  background-color: #fff;
}
