@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 {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  overflow: auto;
  font-size: .625rem;
}
body {/* */
  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;
}
h1,h2,h3,h4,h5,h6{
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
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;}
.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;/*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 sup{
  font-size: 60%;
}
.wrapper sub{
  vertical-align: bottom;
  padding-right: 0.1em;
}
.wrapper span.ib{
  display: inline-block;
}
.shoulder{
  text-align: center;
  margin: 0 auto;
}
.shoulder h1{
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  background-color: #fff;
  display: inline-block;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
  padding: .5em 30px .25em;
  transition: ease .3s;
  width: 820px;
  max-width: 90%;
}
.shoulder h1 span{
  color: #0089d0;
}
.header{  
  background: url(mv.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  height: 600px;
  margin: -110px auto 0;
  max-width: 1920px;
}
.header .inner{
  width: 880px;
  height: 100%;
  max-width: 95%;
  padding: 0 2.5%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.header .heading{
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: 60%;
  right: 10%;
  text-align: left;
  transition: ease .3s;
  padding: 15px 30px;
}
.header .heading p{
  color: #000;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 1.7rem;
  line-height: 1.25;
}
.header .heading p span{
  font-size: 1.5em;
}

.main .inner{
  margin: 0 auto;
  max-width: 850px;
  padding: 30px 20px;
}
.main {
  background-image: url(bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  padding: 10px 0 1px;
}
.wrapper .lead p{
  color: #eb6100;
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
}
.wrapper .lead .inner{
  border-bottom: 1px solid #eb6100;
}
.main_contents{
  background: #f6e5d9 url(contents_bg.png) no-repeat right bottom;
  padding: 30px 0;
}
.wrapper section{
  overflow: hidden;
  padding: 0 0 60px;
}
h2.heading2{
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #0089d0;
  text-align: center;
  line-height: 1.4;
  font-size: 3.3rem;
  padding: .5em 1em;
}
section p{
  font-size: 1.7rem;
  margin-bottom: 1em;
}
p.question{
  color: #8a652b;
  font-weight: 600;
}
.wrapper section .name{
  color: #9d3b32;
  font-weight: bold;
}
p.caption{
  font-size: 1.2rem;
  line-height: 1.6;
  color: #b85b47;
  font-weight: 600;
  border-top: 1px solid #b85b47;
  border-bottom: 1px solid #b85b47;
  padding: 6px 5px 7px;
  margin-top: 8px;
}
p.note{
  font-size: 1.5rem;
  color: #666;
  font-weight: 600;
  line-height: 1.4;
  font-feature-settings: "palt";
  margin-bottom: 0;
}
p.note a{
  font-size: 1.4rem;
  font-weight: 500;
}

section.profile{
  background-color: #050d18;
  padding: 0;
  position: relative;
}
section.profile .inner{
  padding: 0 20px;
}
section.profile p{
  color: #fff;
}
section.profile .contents{
  padding: 0 0px;
  position: relative;
}
section.profile .heading-name{
  position: absolute;
  left: 60px;
  top: -150px;
  line-height: 1.6;
}
.profile-txt{
  border-top: #8a652b 1px dotted;
  padding-top: 1.25em;
  padding: 16px 60px;
}
.photo_center{
  margin: 45px auto;
  position: relative;
  color: #fff;
  background-color: #000;
  padding-bottom: 80px;
}
.photo_center .heading-name{
  text-shadow: #333 1px 1px 10px, #222 -1px 1px 10px;
  position: absolute;
  left: 30px;
  bottom: 200px;
  line-height: 1.6;
  font-weight: bold;
}
.profile{
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,1));
  padding: 1em 30px .5em;
  line-height: 1.5;
}
.box{
  background-color: #d6ecfa;
  margin: 0 auto;
  max-width: 880px;
  padding: 30px 30px;
}
.box .box_lead{
  font-weight: 600;
  margin-bottom: 1.5em;
}
.box h3{
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  padding: 10px 0;
}
.box p{
  margin-bottom: 0;
}
.link{
  border-top: 1px solid #004ea2;
  text-align: center;
  padding: 40px;
}
.link a:hover{
  opacity: .8;
}
.link a p{
  font-weight: 600;
  color: #005aab;
}
.link .inner{
  display: inline-block;
}
.link-logo{
  margin: 40px 20px 30px;
}
.link_list{
  display: flex;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}
.link_list h3 {
  color: #01125e;
  padding: 15px 20px 0px 0px;
  font-size: 1.6rem;
}
.link_list ul {
  border-left: 1px dotted #0089d0;
  padding: 15px 10px 0px 20px;
  flex: 1 1 0%;
}
.link_list ul li{
  color: #01125e;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  margin-bottom: 1em;
  font-weight: bold;
}
.link_list ul li a{
  color: #01125e;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  display: block;
  padding-left: 17px;
}
.link_list ul li a::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin: auto;
  border-right: 2px solid #0089d0;
  border-top: 2px solid #0089d0;
}
.banner{
  max-width: 900px;
  margin: 20px auto 0;
}
.banner p{
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.banner p a{
  color: #0089d0;
  text-decoration: underline;
}
.link_list.list2{
  margin-top: 30px;
}
.link_list.list2 a{
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
  .header .heading {
    display: inline-block;
    position: absolute;
    top: 60%;
    right: 5%;
  }
  .main .inner{
    max-width: 90%;
    padding: 5% 0;
  }
  .box{
    max-width: 90%;
    padding: 5% 5%;
  }
}
@media screen and (max-width: 768px){
  body .wrapper {
    padding: 0 0 5%;
  }
  .header{  
    background: url(mv_sp.jpg) no-repeat top center;
    background-size: cover;
    text-align: center;
    height: 67vw;
  }
  .shoulder h1 {
    font-size: 3.2rem;
    padding: .5em .5em .25em;
  }
  .header .heading {
    padding: 15px 20px;
  }
  .heading-name .strong{
    font-size: 2.8rem;
  }
  .wrapper .lead p{
    font-size: 1.7rem;
  }
  .wrapper section{
    padding: 0 0 5%;
  }
  h2.heading2{
    font-size: 2.9rem;
  }
  .profile-txt{
    padding: 16px 5% 0;
  }
  section.profile .heading-name {
    position: absolute;
    left: 5%;
    top: -120px;
  }
  section.profile p{
    margin-bottom: 0;
  }
  .link{
    margin-bottom: 0;
    padding: 5% 5%;
  }
  .link .inner{
    padding: 0;
    line-height: 1.5;
  }
  .link_list{
    display: block;
    width: 100%;
  }
  .link_list h3{
    padding: 15px 0 0px 0px;
  }
  .link_list ul{
    border-left: none;
    border-top: 1px dotted #008cab;
    padding: 15px 0px 0px 0px;
  }
}
@media screen and (max-width: 640px){
  h2.heading2{
    font-size: 2.7rem;
  }
  .figure_center p.note{
    margin-top: 1em;
    font-size: 1.5rem;
  }
  section.profile .heading-name {
    position: absolute;
    left: 5%;
    top: -100px;
  }
  .photo_center .heading-name{
    position: relative;
  }
  .heading-name .strong{
    font-size: 2.2rem;
  }
  .box h3{
    font-size: 2.4rem;
  }
  .link_list ul li{
    font-size: 1.6rem;
  }
  .banner p{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 540px){
  .header{
    margin-top: -80px;
  }
  .shoulder h1 {
    font-size: 2.8rem;
  }
  .header .heading{
    position: absolute;
    top: 50%;
    right: 0%;
    padding: 15px 15px;
  }
  .header .heading p{
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px){
  .shoulder h1 {
    font-size: 2.2rem;
    font-size: 5.866666666vw;
  }
  .header{
    height: 260px;
  }
  .heading-name .strong {
    font-size: 2.1rem;
  }
  h2.heading2{
    font-size: 2.4rem;
  }
  .photo_center{
    padding-bottom: 10px;
  }
  .photo_center .heading-name{
    position: relative;
    left: 30px;
    bottom: -15px;
  }
  .profile{
    position: relative;
  }
}
@media screen and (max-width: 374px){
  .header .heading p{
    font-size: 1.3rem;
  }
  .heading-name .strong {
    font-size: 1.8rem;
  }
  h2.heading2 br{
    display: none;
  }
  h2.heading2{
    font-size: 2.3rem;
  }
  section.profile .heading-name {
    position: absolute;
    left: 5%;
    top: -65px;
    font-size: 1rem;
  }
  section.profile p,
  .heading-name .rb{
    font-size: 1rem;
  }
}

/* figure
----------------------------------------*/
.figure_center{
  max-width: 680px;
  margin: 30px auto;
}
.figure_center img{
  border: solid 1px #ccc;
  padding: 15px;
}
p.figure_center-title{
  color: #008cab;
  margin-bottom: 0.3em;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
}
p.figure_center-caption{
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  line-height: 1.5;
}
p.figure_center-click{
  margin-top: 0.5em;
  font-size: 1.3rem;
}
.figure_col{
  max-width: 100%;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.figure_col a,
.figure_txt {
  width: calc(50% - 15px);
}
p.figure_ttl{
  color: #01125e;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
}
.figure_col + .figure_col{
  margin-top: 30px;
}
.figure_col .figure_txt.item02{
  order: 2;
}
.figure_col .item01{
  order: 1;
}
@media screen and (max-width: 767px){
  .figure_center{
    margin: 2em auto;
  }
  .figure_center-title{
    font-size: 1.7rem;
  }
  .figure_center-caption{
    font-size: 1.4rem;
  }
	.figure_center-click{
	  font-size: 1.2rem;
	}
}
@media screen and (max-width: 640px){
  .figure_center{
    max-width: 92.5%;
  }
  .figure_col a {
    pointer-events: none;
    cursor: default;
  }
  p.figure_center-click {
    display: none;
  }
  .figure_col{
    display: block;
    text-align: center;
  }
  .figure_col img{
    margin: 0 auto 20px;
    display: block;
    width: 395px;
  }
  .figure_col a, .figure_txt{
    width: 100%;
  }
  .box p{
    text-align: left;
    margin-bottom: .5em;
  }
  p.figure_ttl{
    margin-bottom: .5em;
    text-align: center;
  }
}

/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  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;
  }
}