@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;}
.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;
  max-width: 100%;
}
.wrapper{
  background-image: url(bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.wrapper p{
  font-size: 1.7rem;
}
.wrapper p sup{
  font-weight: bold;
  padding-right: 0.1em;
}
.wrapper img{
  max-width: 100%;
  height: auto;
}
.wrapper p.note{
  font-size: 1.5rem;
  color: #666;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.wrapper p.note a{
  color: #666;
}
.maintitle{
  background-color: #fff;
}
.maintitle_windowed{
  display: none;
}
.maintitle_fullsc{
  text-align: center;
  height: 620px;
  margin: 0 auto;
}
.maintitle_fullsc .maintitle1{
  height: 620px;
  text-align: center;
}
.maintitle_fullsc img{
  height: 100%;
  /* max-width: 1340px; */
  margin: 0 auto;
  object-fit: cover;
}
.wrapper a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper a:hover {
  cursor: pointer;
}
.i_block {  
  display: inline-block;
}
.wrapper .inner{
  margin: 0 auto;
  max-width: 970px;
}
.lead{
  background-color: #e5f1f8;
  color: #0062a3;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 30px 5%;
}

.nav_area{
  background: linear-gradient(to right, #0072bc, #151d34, #0072bc);
  background: linear-gradient(#0072bc, #0062a3);
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.nav_area ul{
  display: flex;
  padding: 15px 0;
  max-width: 1100px;
  margin: auto;
}
.nav_area ul li{
  width: 25%;
  transition-duration: 0.3s;
  line-height: 1.3;
  padding: 15px 10px;
  position: relative;
}
.nav_area ul li:not(:first-child) {
  border-left: 1px solid #fff;
}
.nav_area ul li a{
  color: #fff;
  font-size: 1.6rem;
  height: 100%;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.nav_area ul li a:hover{
  opacity: .8;
}

article{
  display: block;
}
.main_contents{
  padding: 30px 0;
  width: 100%;
  margin: 0 auto;
}
.wrapper section{
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 30px;
}
.section1{
  padding: 10px 90px 15px;
}
.section1 p.lead{
  font-size: 1.9rem;
  color: #0072bc;
  line-height: 1.7;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.section2{
  padding: 0 30px;
}
h2 {
  /* color: #141b31; */
  color: #0072bc;
  text-align: center;
  font-size: 3.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.5;
	position: relative;
	padding: .5em 0 .5em;
  margin-bottom: 1em;
}
h2 span{
  /* color: #0072bc; */
  font-size: 1.5em;
}
h2:before {
	position: absolute;
	content: '';
  bottom: 0;
	left: 50%;
  transform: translateX(-50%);
	width: 12%;
	height: 4px;
  background-color: #ffc400;
}
.bold{
  font-weight: bold;
}
.section_inner{
  padding: 20px 0;
}
.section_inner p{
  margin: 0 auto 1em;
  max-width: 840px;
}
.section_inner p .name1{
  font-weight: bold;
  color: #e6009d;
}
.section_inner p .name2{
  font-weight: bold;
  color: #0062a3;
}

.imgR{
  width: 400px;
  min-height: 420px;
  float: right;
  margin-top: 10px;
  margin-left: 45px;
  margin-bottom: 30px;
}
.imgL{
  width: 400px;
  min-height: 420px;
  float: left;
  margin-top: 10px;
  margin-right: 45px;
  margin-bottom: 30px;
}
.imgC{
  width: 840px;
  max-width: 100%;
  margin: 45px auto;
  text-align: center;
  position: relative;
}
.img_caption p{
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 0 0 0;
  margin-bottom: 5px;
}
.img_caption p:last-of-type{
  border-top: 1px solid #ccc;
}
.img_caption p .name{
  font-size: 1.5em;
}
.wrapper 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;
}
.profile_caption{
  width: 840px;
  background-color: #e5f1f8;
  padding: 0px 30px 10px 15px;
  max-width: 100%;
  margin: 15px auto 0;
  display: flex;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  gap: 20px;
}
.profile_caption .img_caption{
  padding: 10px 0 10px 15px;
}
p.profile_title{
  color: rgba(0, 114, 188, .4);
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 3.5rem;
  font-style: italic;
  border-left: 7px solid rgba(0, 114, 188, .4);
  line-height: 1;
  padding-left: 10px;
  padding-top: 10px;
}

.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: #0072bc;
  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;
}
.linkinfo{
  /* background:linear-gradient(to top, #0072bc 0, #19a3fc 100%); */
  background-color: #0072bc;
  padding: 30px 0;
  margin-bottom: 60px;
}
.linkinfo .inner{
  color: #fff;
  text-align: center;
  max-width: 840px;
}
.linkinfo .inner h3{
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: .5em;
  line-height: 1.4;
}
.link-contents{
  display: inline-block;
  margin: 0 auto;
  border-top: 1px dotted #d8efff;
  padding: 20px 20px 0;
}
.linkinfo .inner p{
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.linkinfo .inner p.mail{
  color: #ffc400;
}
.linkinfo .inner p a{
  color: #ffc400;
  font-weight: 600;
  display: inline-block;
}
.linkinfo .inner p a:hover,.linkinfo .inner p a:active{
  color: #ffc400;
}

@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
  .nav_area ul li a{
    color: #fff;
    font-size: 1.5rem;
  }
  .wrapper section.inner{
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1140px){
  .maintitle_fullsc,
  .maintitle_fullsc .maintitle1{
    height: 54.385964912vw;
  }  
}
@media screen and (max-width: 768px){
  .maintitle_windowed{
    display: block;
  }
  .maintitle_fullsc{
    display: none;
  }
  .maintitle{
    background: none;
    height: max-content;
  }
}
@media screen and (max-width: 768px){
  body .wrapper {
    padding: 0 0;
  }
  .inner{
    padding: 5%;
  }
  .wrapper .lead{
    padding: 0 0;
  }
  .main_contents{
    padding: 0 0;
  }
  .wrapper section.inner {
    padding: 45px 30px 29px;
  }
  h2{
    font-size: 3rem;
  }
  .imgL,
  .imgR {
    max-width: calc(50% - 30px);
    min-height: auto;
  }
  .imgR{
    float: right;
    margin-left: 30px;
  }
  .imgL{
    float: left;
    margin-right: 30px;
  }
}
@media screen and (max-width: 640px){
  .nav_area ul {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
  }
  .nav_area ul li{
    width: 90%;
    padding: 10px 0;
    margin: auto;
  }
  .nav_area ul li:not(:first-child) {
    border-left: none;
    border-top: 1px solid #fff;
  }
  .nav_area ul li a{
    justify-content: start;
    align-items:self-start;
    text-align: left;
    position: relative;
    padding-left: 24px;
  }
  .nav_area ul li a::before {
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-right: 2px solid #ffc400;
    border-bottom: 2px solid #ffc400;
  }
  .wrapper section.inner {
    padding: 30px 15px 14px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .wrapper section.inner p {
    font-size: 1.6rem;
  }
  .linkinfo{
    padding: 0;
  }
  .linkinfo .inner h3{
    font-size: 2.1rem;
  }
  .link-contents {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 480px){
  .nav_area ul li{
    width: 95%;
  }
  .section_inner{
    padding: 0 0;
  }
  h2{
    font-size: 2.6rem;
  }
  h2 span{
    font-size: 1.25em;
  }
  .profile_caption{
    padding: 0px 20px 10px 10px;
    gap: 10px;
  }
  p.profile_title{
    font-size: 2.1rem;
  }
  .profile_caption .img_caption {
    padding: 5px 0 10px 10px;
  }
  .imgL,
  .imgR {
    width: 240px;
    max-width: 100%;
    float: none;
    margin: 0 auto 15px;
    position: relative;
    right: 0px;
  }
  .figure .figure-title p{
    font-size: 1.6rem;
  }
  .linkinfo .inner h3{
    font-size: 1.8rem;
  }
  .linkinfo .inner p{
    font-size: 1.5rem;
  }
}
/* images lightbox
----------------------------------------*/
@media screen and (max-width: 640px){
  .imageC {
    margin-bottom: 15px;
  }
  .imageC {
    margin: 15px auto 30px;
    width: 100%;
    max-width: 100%;
  }
  .figure .figure-img{
    width: 100%;
  }
  .figure a {
    pointer-events: none;
    cursor: default;
  }
  .figure .bpimage_click {
    display: none;
  }
}

/* お問い合わせ
----------------------------------------*/
.aside {
  background-color: #fff;
  border-top: 4px solid #0072bc;
}
.aside_inner{
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 60px 60px;
}
.aside h3{
  border-left: #ffc400 4px solid;
  padding-left: 10px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.aside .link_list{
  margin-left: 2em;
  margin-bottom: 2em;
}
.aside .link_list li{
  list-style: outside disc;
  color: #0072bc;
}
.aside .link_list li a{
  color: #0072bc;
}
.aside p{
  font-size: 1.5rem;
  line-height: 1.5;
  margin-left: 1em;
}
.aside p a{
  color: #0072bc;
}
.aside .information {
  text-align: center;
  padding: 30px 0 0;
  border-top: 1px solid #b0c2ce;
  margin-top: 60px;
}
.aside .information a{
  color: #0072bc;
}
.aside .information .info_txt {
  color: #fff;
  padding: 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 820px){
  .aside_inner{
        padding: 7.5% 5% 5%;
  }
  .aside .information{
    margin-top: 5%;
    padding: 5% 0;
  }
}
@media screen and (max-width: 640px){
  .aside .information{
    padding: 5% 5%;
    text-align: center;
  }
  .aside .information .logo{
    border-right: none;
    padding:0 0;
  }
  .aside .information .info_txt{
    padding: 0 0;
  }
  .aside .link_list{
    margin-bottom: 1em;
  }
}

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