@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%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
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;
}
img{vertical-align: bottom;}
.spview{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;
  -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;
  opacity: .8;
}
.wrapper .inner{
  margin: 0 auto;
  max-width: 970px;
}
.header{
  text-align: center;
}
.header .shoulder01{
  background: linear-gradient(to right, #0068b7 0, #79a2d6 50%, #0068b7 100%);
}
.header .shoulder02{
  background-color: #fff;
  padding: 12px 20px 12px;
}
.header .shoulder02 img{
  max-height: 66px;
}
.mv_wrap{
  background: url(mv.jpg) no-repeat top center;
  background-size: 1920px;
  height: 640px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.mv_inner{
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  max-height: 640px;
}
.mv_inner ul{
  display: flex;
  justify-content: center;
  height: 590px;
  position: relative;
}
.mv_inner li{  
  margin-top: auto;  
}
.mv_inner li img{
  height: auto;
}
.mv_inner li.Introduction01{
  position: absolute;
  left: 10%;
  bottom: 0;
}
.mv_inner li.Introduction02{
  position: absolute;
  right: 15%;
  bottom: 0;
}
.mv_wrap .Introduction04{
  position: absolute;
  right: 1em;
  bottom: 8px;
  color: #fff;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.25;
  text-shadow:black 1px 1px 5px, black 1px 1px 5px;
}
.mv_wrap .Introduction04 .name04{
  font-size: 1.25em;
}
.mv_wrap .Introduction04 .small{
  font-size: 1.2rem;
}
.heading{
  background-color: #e1eaf6;
  padding: 45px 5% 35px;
  text-align: center;
}
.heading h1{
  color: #0068b7;
  font-size: 5rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.2;
}
.heading h1 span{
  color: #000;
  font-size: 3rem;
  display: block;
  margin-bottom: .5em;
}
.main_contents{
  max-width: 940px;
  margin: 45px auto 0;
}
.main_contents .section01{
  padding: 30px 5%;
}
.heading02{
  border-bottom: 2px solid #0068b7;
  position: relative;
  width: calc(100% - 30px);
  margin-left: 30px;
}
.heading02 span{
  font-size: 2.75rem;
  font-feature-settings: "palt";
  font-weight: bold;
  /* letter-spacing: 1px; */
  line-height: 1.25;
  padding: 0 0.25em 0 5px;
  display: inline-block;
}
.heading02:before {
  content: '';
  display: inline-block;
  width: 31px;
  height: 47px;
  background-image: url(heading.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -2.1px;
  left: -29px;
}
.main_contents .inner{
  width: 95%;
  margin: 30px auto 0;
}
.main_contents p{
  margin-bottom: 1em;
}
.figure01{
  display: block;
  margin: 30px auto 0;
}
.figuretitle{
  background-color: #0068b7;
  color: #fff;
  text-align: center;
  max-width: 970px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 5px;
  padding: 5px 0.5em;
}
.figure01 .caption{
  font-size: 1.3rem;
  font-weight: 600;
  margin: 10px 0 0;
}
.image_click{
  font-size: 1.5rem;
  text-align: right;
}

@media screen and (max-width: 1200px){
  .mv_wrap{
    background-size: 155vw;
    height: 49.22307692vw;
  }
  .mv_inner ul{
    height: 47vw;
  }
}
@media screen and (max-width: 999px){
.heading02 span{
  letter-spacing: 1px;
  }
}
@media screen and (max-width: 864px){
  .heading h1 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 819px){
  .mv_wrap {
    background-size: 155vw;
    height: 57vw;
  }
  .mv_inner ul {
    height: 54vw;
  }
  
  /* .mv_inner li.Introduction01{
    position: relative;
    left: 5%;
    bottom: 20px;
  }
  .mv_inner li.Introduction02,
  .mv_inner li.Introduction03{
    position: relative;
    right: auto;
    bottom: 20px;
  } */
  .mv_wrap .Introduction04{
    position: absolute;
    right: 1em;
    bottom: 5px;
    font-size: 1.2rem;
  }
  .mv_wrap .Introduction04 .small{
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px){
  .heading{
    padding: 5% 5% 5%;
  }
  .heading h1{
    font-size: 4.3rem;
  }
  /* .heading h1 .spview{
    display: inline;
    padding-right: 1em;
  } */
  .heading h1 span{
    font-size: 2.6rem;
  }
  .main_contents{
    margin: 5% auto 0;
  }
  .main_contents .section01 {
    padding: 5% 5% 0;
  }
  .main_contents .inner{
    margin: 5% auto 0;
  }
  .heading02 span{
    font-size: 2.2rem;
  }
  .mv_inner ul {
    width: 96%;
    justify-content: space-around;
    gap: 100px;
  }
  .mv_inner li.Introduction01,
  .mv_inner li.Introduction02,
  .mv_inner li.Introduction03{
    position: relative;
    right: auto;
  }
}
@media screen and (max-width: 640px){
  .mv_wrap {
    background-size: 147vw;
    height: 60vw;
  }
  .mv_inner ul {
    height: 58vw;
  }
  .heading h1{
    font-size: 3.4rem;
  }
  .heading h1 span{
    font-size: 2.2rem;
  }
  .header .shoulder01 img{
    max-width: 90%;
  }
  .figuretitle{
    font-size: 1.7rem;
    text-align: left;
  }
}
@media screen and (max-width: 480px){
  .heading h1{
    font-size: 7.083333333vw;
  }
  .heading h1 span {
    font-size: 4.583333333vw;
  }
  .heading02 span{
    font-size: 2rem;
  }
  .mv_inner ul {
    gap: 50px;
  }
  .mv_inner li.Introduction01,
  .mv_inner li.Introduction02,
  .mv_inner li.Introduction03{
    position: relative;
    right: auto;
  }
  .mv_wrap .Introduction04{
    font-size: 1.1rem;
  }
}

/* お問い合わせ
----------------------------------------*/
.aside01{
  background-color: #0068b7;
  margin: 0 auto;
}
aside .inner{
  max-width: 940px;
}
.aside01 .inner{
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
}
.aside01 .inner > div {
  flex-wrap: nowrap;
  width: auto;
  /* flex-basis: 50%; */
}
.aside01 .inner .aside_image{
  width: 42%;
}
.aside01 .inner .aside_text{
  padding: 12px 15px 8px;
  color: #fff;
  font-weight: bold;
  width: 58%;
}
.aside01 .inner .aside_text h5{
  color: #fff;
  font-size: 2.75rem;
  line-height: 1.25;
  margin-bottom: .15em;
}
.aside01 .inner .aside_text p{
  line-height: 1.5;
  margin-bottom: .5em;
}
.address{
  font-weight: 600;
}
.address span{
  background-color: #fff;
  color: #0068b7;
  font-size: 1.5rem;
  display: inline-block;
  width: 110px;
  text-align: center;
  line-height: 1;
  margin-right: 10px;
  padding: 4px 0 4px;
}
.address a{
  color: #fff;
  text-decoration: underline;
}
.aside02{
  text-align: center;
  padding: 30px 30px 0;
}
.aside_link{
  display: block;
  max-width: 280px;
  margin: 0 auto;
  color: #00a0e9;
}
.aside_link p{
  color: #00a0e9;
}
.aside_qr img{
  width: 100px;
  margin-bottom: 30px;
}
.aside_logo img{
  width: 240px;
  margin-bottom: 5px;
}
.aside_info{
  display: inline-block;
  padding-top: 30px;
}
.aside_info dl{
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.6;
  font-weight: 600;
  border-left: #0c92d1 6px solid;
  margin-bottom: 15px;
}
.aside_info dl dt{
  font-size: 2rem;
  margin-left: 1em;
  margin-right: 1em;
}
.aside_info dl dd{
  font-size: 1.5rem;
}
.notes p{
  color: #00a0e9;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.aside02 .notes{
  max-width: 510px;
  margin: 0 auto;
  text-align: left;
  border-top: #0168b7 1px dotted;
  padding: 1em 0 .5em;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px){
  .aside01{
    max-width: 640px;
  }
  .aside01 .inner{
    display: block;
  }
  .aside01 .inner .aside_image{
    width: 100%;
  }
  .aside01 .inner .aside_text{
    padding: 2.5% 5%;
    width: 100%;
  }
  .aside02{
    padding: 5% 5% 0;
  }
  .aside_info dl dt{
    font-size: 1.8rem;
    width: 4.5em;
  }
}
@media screen and (max-width: 480px){
  .aside01 .inner .aside_text h5{
    font-size: 2.4rem;
  }
  .aside_info dl{
    display: block;
  }
  .aside_info dl dt{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .aside_info dl dd{
    margin-left: 10px;
  }
}

@media screen and (max-width: 360px){
  .address span{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

/* images lightbox
----------------------------------------*/
@media screen and (max-width: 767px){
  .imageL,
  .imageR {
    max-width: 100%;
    float: none;
    margin: 15px auto 15px;
    position: relative;
    right: 0px;
  }
  .imageC {
    margin: 15px auto 30px;
    width: 100%;
    max-width: 100%;
  }
  .figure01 a {
    pointer-events: none;
    cursor: default;
  }
  .image_click {
    display: none;
  }
}

/* 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;
  }
}