@charset "UTF-8";

/* reset */
html, body, div, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, tt, var, 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-style: normal;
	font-size: 100%;
	font-weight: 400;
	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,em,strong,th,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;}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
}
body {
  width: 100%;
  color: #000;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  font-size: 1.6rem;
}
.clearfix::after {
  /* content: ""; */
  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){
  .pc_only{display: none;}
  .sp_only{display: block;}
}

/* header
----------------------------------------*/
.nbo_header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(bg-header.png) no-repeat top center;
}
.nbo_header img{
  min-width: 1000px;
  text-align: left;
}
.sp_nbo_header{
  display: none;
}

@media screen and (max-width: 767px){
  .nbo_header{
    display: none;
  }
  .sp_nbo_header{
    display: block;
    width: 100%;
    z-index: 1;
    background: #000;
    text-align: center;
  }
  .sp_nbo_header img{
    width: auto;
    height: 50px;
  }
}

/* Layout
----------------------------------------*/
body .wrapper {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: break-all;
  -webkit-text-size-adjust:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
  position: relative;
}
.wrapper::before {
  position: fixed;
  top: 0;
  left: 0;
  background: url(bg.jpg) no-repeat bottom center;
    background-size: auto;
  width: 100%;
  height: 100vh;
  background-size: cover;
  content: "";
  z-index: -1;
}
.wrapper p{
  font-size: 1.6rem;
}
.wrapper .inner{
  margin: 0 auto;
  max-width: 1000px;
}
.header{
  background: linear-gradient( #3ccefe, #bafeae );
}
.header.inner{
  position: relative;
  overflow: hidden;
}
.maincontent{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
  width: 860px;
  position: relative;
  margin: -30px auto 60px;
  padding: 60px 60px 30px;
}
.wrapper .lead{
  padding-bottom: 1em;
  border-bottom: 3px solid #333;
  margin-bottom: 30px;
}
.wrapper .lead p{
  font-size: 1.9rem;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
  font-style: italic;
  font-feature-settings: "palt";
}
.section{
  overflow: hidden;
  padding: 0 0;
}
.heading2{
  font-size: 2.4rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  border-left: 8px solid #02bba3;
  padding: 0.25em 0 0.25em 0.5em;
  margin-bottom: 0.75em;
}
.heading3 {
  color: #02bca4;
	position: relative;
	font-size: 2.2rem;
  font-feature-settings: "palt";
}
.heading3::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 10px;
	color: #02bca4;
	font-size: 3.3rem;
	position: relative;
  top: 3px;
}
.heading4{
  background: #0060ab;
}
.heading5{
  border-bottom: 6px solid #0060ab;
  background: #6896cb;
  color: #fff;
  line-height: 1.3;
  padding: 0.5em 1em 0.25em;
  font-size: 1.9rem;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
}
.i-block{
  display: inline-block;
}
.section p{
  margin-bottom: 1em;
}
.imageL{
  width: 380px;
  float: left;
  margin-right: 30px;
}
.imageR{
  width: 330px;
  float: right;
  margin-left: 30px;
}
.imageC{
  max-width: 100%;
  margin: 30px auto;
  text-align: center;
}
.profile .photo{
  background: linear-gradient( to right, #3ccefe, #bafeae );
  padding-bottom: 5px;
}
.profile .profile-box{
  background: #f1f1f1;
  overflow: hidden;
  padding: 20px;
  color: #425d7d;
}
.profile .profile-box .name{
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #425d7d;
  padding-bottom: 0.75em;
}
.profile .profile-box .profile-text{
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0;
}
.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;
}
.box{
  background-color: #d0daee;
  border-radius: 10px;
  padding: 30px 30px 15px;
  margin: 30px auto 30px;
}
.box p{
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
  .maincontent{
    width: 90%;
    padding: 60px 5% 30px;
  }
}
@media screen and (max-width: 768px){
  .imageL,
  .imageR {
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px){
  .maincontent {
    padding: 7.5% 5% 2.5%;
    margin: -5% auto 2.5%;
  }
  .wrapper .lead p{
    font-size: 1.7rem;
  }
  .heading2{
    font-size: 2.1rem;
  }
  .heading5{
    text-align: left;
  }
  .imageL,
  .imageR {
    max-width: 100%;
    float: none;
    margin: 15px auto 15px;
  }
  .imageC {
    margin-bottom: 15px;
  }
  .wrapper section.inner p {
    font-size: 1.6rem;
  }
  .box{
    padding: 5% 5% 2.5%;
    margin: 5% auto 5%;
  }
}

/* お問い合わせ
----------------------------------------*/

.aside{
  width: 90%;
  max-width: 860px;
  margin: 60px auto;
}
#errorMessage {
  font-size: 12px;
  color: #999999;
  line-height: 1.4em;
  margin-bottom: 30px;
}
#note_text{
  line-height: 1.5;
}
.link_btn{
  margin-bottom: 15px;
}
.link_btn a{
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.link_btn_inner {
  position: relative;
  display: block;
  background: #253c89;
  border-radius: 6px;
  padding: 1em 1em;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.link_btn_inner::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 50px;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  transform: rotate(-45deg);
  transition: 0.5s;
}
.link_btn a.link_btn_inner:hover{
  opacity: 0.9;
}
.link_btn a.link_btn_inner:hover::before{
  position: absolute;
  top: calc(50% - 8px);
  right: 25px;
  content: "";
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.link_btn_inner span{
  color: #7090fc;
  font-weight: normal;
}
@media screen and (max-width: 860px){
  .link_btn_inner{
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px){
  .link_btn_inner{
    text-align: left;
    padding: 15px 45px 15px 100px;
    font-size: 1.7rem;
    line-height: 1.3;
    text-indent: -72px;
  }
}

/* pagenation
----------------------------------------*/
.pagenation{
	margin: 40px 0;
}
.page-list{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-list li:first-child{
	margin-right: 20px;
}
.page-list li.current{
	display: flex;
	align-items: center;
	padding: 0.5em .75em;
	background: #02bca4;
	border: solid 1px #02bca4;
  border-radius: 3px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
}
.page-list li a{
	display: flex;
	align-items: center;
	padding: 0.5em .75em;
	background: #fff;
	border: solid 1px #02bca4;
  border-radius: 3px;
	color: #02bca4;
	font-size: 2.0rem;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
}
.page-list li a:hover{
	background: #02bca4;
	color: #fff;
}

@media screen and (max-width: 767px){
	.page-list li.current{
		font-size: 1.8rem;
	}
	.page-list li a{
		font-size: 1.8rem;
	}
}

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


footer{
  background-color: #fff;
  padding-top: 30px;
}