@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;}
.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;}
img{vertical-align: bottom;}
.sp_only{display: none;}

@media screen and (max-width: 767px){
  .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;
  border-bottom: #cdcdcd 1px solid;
}
.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-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 880px;
}
.header{
  background: #f0effd url(mvbg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 60px 5%;
}
.header h1{
  max-width: 875px;
  margin: 0 auto;
}
.header .shoulder{
  display: inline-block;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
.header .shoulder-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
}
.header .shoulder-inner p{
  border: 2px solid #00b1b9;
  font-size: 1.8rem;
  font-weight: 600;  
  line-height: 1.4; 
  letter-spacing: 1px;
  padding: .25em .75em;
  text-align: left;
}
.header .shoulder-inner p.item1{
  flex: grow 1;
  background-color: #00b1b9;
  color: #fff;
}
.header .shoulder-inner p.item2{
  background-color: #fff;
  color: #00b1b9;
}
.header .shoulder-sub{
  color: #403c3b;
  /* display: flex;
  align-items: center;
  text-align: center; */
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  margin: 0 auto .5em;
  position: relative;
  letter-spacing: .15em;
}
.wrapper .lead{
  background-color: #F7F6F2;
  padding: 45px 0;
}
.wrapper .lead p{
  font-size: 1.6rem;
  color: #333;
  line-height: 2;
  font-weight: 600;
}
.main-contents{
  background-color: #fff;
  padding: 60px 0;
}
.lead .button-area{
  margin-top: 30px;
}
.button{
  background-color: #F7F6F2;
  padding: 45px 0;
}
.button-area{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.button-area a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  padding: 1em 1.5em 35px;
  position: relative;
}
.button01 a{
  background-color: #403c3b;
  border: 2px solid #403c3b;
}
.button02 a{
  background-color: #ff551d;
  border: 2px solid #ff551d;
}
.button-area a.arrow::before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 16px;
  left: 7px;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  z-index: 2;
}
.button-area a.arrow::after{
  position: absolute;
  /* top: 0; */
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #403c3b;
  z-index: 1;
}
.button-area .button01 a.arrow::before{
  border-left: 8px solid #fff;
}
.button-area .button01 a.arrow::after{
  background: #ff551d;
}
.button-area .button01 a.arrow:hover{
  background-color: #fff;
  color: #403c3b;
}
 .button-area .button02 a.arrow:hover{
  background-color: #fff;
  color: #ff551d;
}
.wrapper section{
  overflow: hidden;
}
.wrapper section .heading{
  border-left: solid 6px #FF551D;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: .75em;
  padding-left: 12px;
}
.wrapper section .heading span{
  font-size: 0.75em;
  display: inline-block;
}
.inner-txt{
  overflow: hidden;
}
.inner-txt p{
  margin-bottom: 1em;
}
.inner-txt .strong{
  color: #403c3b;
  font-weight: 600;
}
.section02{
  background-color: #F7F6F2;
  border-radius: 8px;
  padding: 60px 60px 44px;
  margin-top: 45px;
  display: flex;
}
.section02 .inner-txt{
  flex: 1;
}
.speaker{
  width: 234px;
  margin-left: 45px;
  margin-bottom: 45px;
}
.wrapper p.caption{
  font-size: 1.2rem;
  line-height: 1.5;
  color: #403c3b;
  font-weight: 600;
  border-left: solid 6px #FF551D;
  padding: 6px 5px 7px 10px;
  margin-top: 8px;
}
.wrapper p.caption .name{
  display: block;
  font-weight: 600;
  font-size: 1.25em;
}

@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px){
  .header_mv {
    height: 50%;
  }
  .header {
    padding: 5%;
  }
  .header h1 {
    max-width: 100%;
    padding: 0 0;
  }
  .wrapper .lead{
    padding: 5% 0;
  }
  .lead .button-area{
    margin-top: 5%;
  }
  .main-contents{
    padding: 0 0 5%;
  }
  .wrapper section.inner {
    padding: 7.5% 5% 5%;
    display: block;
  }
  .heading02{
    font-size: 2.2rem;
  }
  .speaker{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    gap: 30px;
  }
  .speaker .photo{
    order: 2;
  }
}
@media screen and (max-width: 640px){
  .header .shoulder-inner p{
    font-size: 3.2vw;
  }
  .wrapper .lead p{
    line-height: 1.8;
  }
  .button-area{
    display: block;
  }
  .button-area .button01{
    margin-bottom: 5%;
  }
  .wrapper section .heading{
    font-size: 1.8rem;
  }
  .speaker{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-left: 0;
  }
  .speaker-text{
    order: 2;
    text-align: left;
    width: 234px;
  }
  .speaker .photo {
    order: 1;
  }
}
@media screen and (max-width: 480px){
  .header .shoulder{
    margin-bottom: 15px;
  }
  .header .shoulder p{
    font-size: 1.2rem;
    padding: .5em 10px;
  }
  .header p.shoulder-sub{
    padding: 0 ;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 360px){
  .header .shoulder p{
    font-size: 1.0rem;
    padding: .5em 10px;
  }
  .header p.shoulder-sub{
    letter-spacing: 0;
  }
}

/* images lightbox
----------------------------------------*/
@media screen and (max-width: 640px){
  .imageC {
    margin-bottom: 15px;
  }
  .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: 767px){
  .pagetop {
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
  }
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 30px;
    height: 30px;
  }
}