@charset "UTF-8";

/* reset */
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, tt, var, u, i, center, dl, ol, ul, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* vertical-align: baseline; */
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
address,caption,cite,code,dfn,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
*, *::before, *::after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
}
body {/* */
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 0;
  text-align: justify;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;/* */
  width: 100%;
  color: #161616;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  font-size: 1.6rem;
}
a {color: #161616; text-decoration: none;}
a:hover {text-decoration: underline;}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active, a:hover {color:#000;text-decoration:underline;}
img{vertical-align: bottom;}
.sp_only{display: none;}

@media screen and (max-width: 768px){
  .pcview{display: none;}
  .spview{display: block;}
}

/* Layout
----------------------------------------*/
body .wrapper {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: start;
  border: 0;
  font-size: 1.6rem;
  line-height: 2;
  word-break: normal;/*English*/
  -webkit-text-size-adjust:100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
  padding: 0;
  color: #000;
}
.wrapper p{
  font-size: 1.6rem;
}
.wrapper img{
  max-width: 100%;
  height: auto;
}
.wrapper a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper a:hover {
  cursor: pointer;
}
.wrapper .inner{
  margin: 0 auto;
  max-width: 970px;
}
.header{
  background-color: #352720;
}
.header .mv{
  background: url(mv.jpg) no-repeat center;
  background-size: auto;
  background-size: cover;
  position: relative;
  height: 550px;
}
.header_title{
  background-color: #0d0400;
  background-image: linear-gradient(to top, #000000, #0d0400);
}
.header_title .header_inner{
  width: 90%;
  max-width: 1600px;
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 30px 5%;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
.header_title .header_inner h1{
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
}
.header_title .header_inner h1 span{
  display: inline-block;
}
.header_title .header_inner h1 span.em{
  font-style: normal;
  font-size: 1.5em;
}
.header_title .header_inner p.subtitle{
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1760px){
  .header .mv{
    background-color: #352720;
    aspect-ratio: 1920 / 600;
    background: url(mv.jpg) no-repeat center;
    background-size: auto;
    background-size: contain;
    position: relative;
    height: auto;
    max-height: 640px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px){
  .header .mv{
    background: url(mvsp.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
    position: relative;
    height: 542px;
    height: 70.5725vw;
  }
  .header_title .header_inner{
    padding: 5% 0;
  }
  .header_title .header_inner h1{
    font-size: 2.3rem;
  }
  .header_title .header_inner p.subtitle{
    font-size: 2.2rem;    
  }
}
@media screen and (max-width: 640px){
  .header_title .header_inner h1{
    font-size: 1.9rem;
  }
  .header_title .header_inner p.subtitle{
    font-size: 1.6rem;    
  }
}
@media screen and (max-width: 480px){
  .header_title .header_inner h1{
    font-size: 1.5rem;
  }
  .header_title .header_inner h1 br{
    display: none;
  }
  .header_title .header_inner p.subtitle{
    font-size: 1.3rem;    
  }
}

.wrapper{
  background-image: url(contents_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.wrapper .lead{
  padding: 30px;
  /* background-color: rgba(0, 110, 253, 0.95);
  background-color: rgba(0, 160, 233, 0.92); */
  background-color: rgba(1, 21, 48, 0.9);
  margin-bottom: 45px;
}
.wrapper .lead p{
  font-size: 1.7rem;
  color: #fff;
  line-height: 2;
  font-weight: bold;
  width: 90%;
  max-width: 940px;
  /* text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.4); */
  margin: 0 auto;
}
.main_contents{
  padding-bottom: 60px;
}
.wrapper .section{
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 15px rgba(0, 70, 152, 0.2);
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 60px 90px;
}
.wrapper .section h2{
  background-color: rgba(233, 242, 247, 0.5);
  box-shadow: 0 2px 1px rgba(0, 70, 152, 0.5);
  position: relative;
  padding: .5em 1em .5em 1.25em;
  margin-top: .5em;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 1em;
  margin-left: -95px;
  background-image: repeating-linear-gradient(to right, #00a0e9, #0098cf) ;
  color: #fff;
}
.section_inner{
  /* padding: 0 30px; */
}
.wrapper p{
  margin-bottom: 1em;
}
.wrapper .strong{
  /* color: #006efd; */
  font-weight: 600;
}
.wrapper .strong > span{
  letter-spacing: -2px;
}
.photoleft{
  width: 440px;
  float: left;
  margin-right: 45px;
  margin-left: -45px;
  margin-bottom: 30px;
  position: relative;
}
.photoRight{
  width: 440px;
  float: right;
  margin-right: -45px;
  margin-left: 45px;
  margin-bottom: 30px;
  position: relative;
}
.image{
  max-width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.photo + .caption{
  font-size: 1.5rem;
  line-height: 1.4;
  color: #002561;
  border-left: 6px solid #00A0E9;
  position: relative;
  left: 20px;
  font-weight: 600;
  padding: 10px 15px 0;
}
.photo + .caption span{
  font-size: 1.5em;
}
p.caption{
  margin-bottom: 0;
}

@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px){
  body .wrapper {
    padding: 0 0;
  }
  .main_contents{
    margin-bottom: 5%;
  }
  .inner{
    padding: 5%;
  }
  .wrapper .lead{
    padding: 5% 0;
  }
  .wrapper .section{
    padding: 5% 5%;
  }
  .wrapper .section h2{
    margin-left: -12.5%;
  }
  .photoleft,.photoRight{
    max-width: 100%;
    float: none;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 640px){
  .wrapper .section h2{
    font-size: 2.2rem;
  }
  .wrapper .section h2 br{
    display: none;
  }
  .main_contents{
    margin-bottom: 0;
  }
  .wrapper .lead p{
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* images lightbox
----------------------------------------*/
.figure{
  text-align: center;
  margin: 30px auto;
  width: 100%;
  max-width: 700px;
}
.figure .figure-img{
  display: inline-block;
  margin: 0 auto;
  max-width: 700px;
  position: relative;
}
.figure .bpimage_click{
  position: relative;
  text-align: right;
  font-size: 13px;
}
.figure .figure-title{
  background-color: #00A0E9;
  text-align: center;
}
.figure .figure-title p{
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px;
}
.figure .figure-caption{
  text-align: center;
}
.figure .img-lightbox{
  max-width: 100%;
  width: 640px;
  margin: 45px auto;
  clear: both;
}
.figure .figure-caption p{
  color: #141b31;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 1em;
}
.img-lightbox a{
  max-width: 600px;
}
.img-lightbox.-box2 a + a{
  margin-left: 5px;
}
@media screen and (max-width: 640px){
  .figure .figure-title p{
    font-size: 1.6rem;
  }
  .linkinfo .inner h3{
    font-size: 1.8rem;
  }
  .linkinfo .inner p{
    font-size: 1.5rem;
  }
  .figure a {
    pointer-events: none;
    cursor: default;
  }
  .image_click,.figure .bpimage_click {
    display: none;
  }
}

/* お問い合わせ
----------------------------------------*/
.footer{
  background-color: #006efd;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
  padding: 30px 5% 60px;
}
.footer_logo {
  width: 357px;
  margin-bottom: 30px;
}
.footer_contact {
  display: block;
  width: 290px;
  height: 70px;
  position: relative;
  text-align: center;
}
a.footer_contact{
  border: 1px solid #fff;
  border-radius: 2em;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2em;
  padding: .5em 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 300px;
}
a.footer_contact:hover{
  background-color: #fff;
  color: #006efd;
  text-decoration: none;
}
.footer .link{
  text-align: center;
  margin: 30px auto 0;
}
.footer .link a{
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;  
  position: relative;
  padding-left: 20px;
}
.footer .link a::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px){
  .footer{
    padding: 2.5% 5% 7.5%;
  }
}
@media screen and (max-width: 640px){
  .footer .link a{
    font-size: 1.6rem;
    padding-left: 11px;
  }
  .footer .link a::before {
    position: absolute;
    top: 11px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
  }
} 

/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 5px;
  width: 60px;
  height: 60px;
}
.pagetop a {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.pagetop a:hover,
.pagetop a:active {
    opacity: .6;
}
@media screen and (max-width: 768px){
  .pagetop {
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
  }
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 30px;
    height: 30px;
  }
}