@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside,figure {margin: 0;padding: 0;}
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;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}


/* base
----------------------------------------*/
html{
	font-size: 62.5%;
	overflow: auto;
}
body{
	width: 100%;
	color: #000;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	box-sizing: border-box;
	word-break: normal;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: border-box
}
/* h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
} */
.mincho{
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}

img{
	vertical-align: bottom;
}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* layout
----------------------------------------*/
.wrapper img{
	width: 100%;
	height: auto;
}
.inner{
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}


/* mv
----------------------------------------*/
.mv{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 20px auto;
}
.mv .image{
  width: 50%;
}
.mv .title{
  width: 50%;
}
.mv .title .main{
  padding: 0 3%;
  font-size: min(3.8vw, 3.8rem);
  font-weight: 700;
  line-height: 1.4;
}
.mv .title .sub{
  margin-bottom: 20px;
  padding: 0 3% 20px;
  border-bottom: solid 1px #070f26;
  font-size: min(3.0vw, 3.0rem);
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 1100px){
  .mv .title .main{
    font-size: min(3.4vw, 3.4rem);
  }
  .mv .title .sub{
    font-size: min(2.8vw, 2.8rem);
  }
}

@media screen and (max-width: 767px){
  .mv{
    margin: 0 auto;
  }
  .mv .image {
    width: 100%;
  }
  .mv .title{
    width: 100%;
    padding: 15px;
  }
  .mv .title .sub{
    padding: 0 0 15px 0;
    font-size: 2.2rem;
  }
  .mv .title .main{
    padding-left: 0;
    font-size: 2.7rem;
  }
}


/* lead
----------------------------------------*/
.lead{
  padding: 40px 0;
  background-color: #070f26;
}

.lead p{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    padding: 30px 0;
  }
}


/* section
----------------------------------------*/
.section{
  padding: 70px 0;
}
.section:nth-child(even){
	background-color: #f7f7f7;
}
.section-heading{
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: solid 3px #bbb;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.6;
}
.section-heading::before{
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10%;
  height: 3px;
  background-color: #0072bc;
  content: "";
}
.section p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section p:last-of-type{
  margin-bottom: 0;
}
.section p.question{
  font-weight: 700;
}
.section p .name{
  color: #0072bc;
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .section{
    padding: 60px 0;
  }
  .section-heading{
    font-size: 2.6rem;
  }
  .section-heading::before{
    width: 20%;
  }
}


/* photo
----------------------------------------*/
.photo{
  width: 80%;
  margin: 50px auto;
}
.photo .caption{
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.photo .caption span{
  font-size: 150%;
}

@media screen and (max-width: 767px){
  .photo{
    width: 100%;
    margin: 30px auto;
  }

}


/* figure
----------------------------------------*/
.figure{
  width: 80%;
  margin: 50px auto;
}
.figure + .figure{
  margin: 50px auto 0;
}

@media screen and (max-width: 767px){
  .figure{
    width: 100%;
    margin: 30px auto;
  }
  .figure + .figure{
    margin: 30px auto 0;
  }
}


/* comment
----------------------------------------*/
.comment{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto;
}
.comment .image{
  position: relative;
  width: 46.25%;
  z-index: 10;
}
.comment.right .image{
  order: 2;
}
.comment .image::before{
  position: absolute;
  bottom: -15px;
  width: 50%;
  height: 50%;
  background-color: #e6f0f7;
  content: "";
  z-index: -10;
}
.comment.left .image::before{
  right: -15px;
}
.comment.right .image::before{
  left: -15px;
}
.comment .caption{
  position: relative;
  width: 51.25%;
  padding: 15px 10px;
  color: #0072bc;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2;
  z-index: 20;
}
.comment .caption::before{
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
  background-color: #e6f0f7;
  content: "";
  z-index: -10;
}
.comment.left .caption::before{
  right: 0px;
}
.comment.right .caption::before{
  left: 0px;
}

@media screen and (max-width: 767px){
  .comment{
    margin: 30px auto;
  }
  .comment .image{
    width: 100%;
  }
  .comment .caption{
    width: 100%;
    margin-top: 15px;
    padding: 15px 0 0;
    line-height: 1.7;
  }
  .comment.right .caption{
    order: 2;
  }
  .comment .caption::before{
    content: none;
  }
}


/* link
----------------------------------------*/
.link{
  padding: 70px 0;
}
.link-heading{
  margin-bottom: 40px;
  padding: 15px 20px;
  background-color: #0072bc;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
.link-list{
  padding: 0 10px;
}
.link-list li{
  position: relative;
  padding-left: 18px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.link-list li + li{
  margin-top: 1.5em;
}
.link-list li::before{
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0072bc;
  border-radius: 50%;
}
.link-list li b{
  display: block;
  margin-bottom: 0.2em;
}
.link-list li a{
  text-decoration: none;
  overflow-wrap: break-word;
}
.link-list li a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .link{
    padding: 60px 0;
  }
  .link-heading{
    margin-bottom: 30px;
    padding: 15px;
    font-size: 2.0rem;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 120px 0;
  background-color: #070f26;
}
.contact .company{
  color: #fff;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}
.contact .url{
  margin-top: 50px;
  text-align: center;
}
.contact .url a{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}
.contact .url a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .contact{
    padding: 90px 0;
  }
  .contact .company{
    font-size: 2.5rem;
  }
  .contact .url{
    margin-top: 30px;
    text-align: center;
  }
  .contact .url a{
    font-size: 1.6rem;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 1em;
	right: 1em;
}
.pagetop img{
	width: 60px;
	height: 60px;
}
.pagetop a {
  display: block;
  transition: 0.5s;
}
.pagetop a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 767px){
	.pagetop{
		position: fixed;
		bottom: 0.5em;
		right: 0.5em;
	}
	.pagetop img{
		width: 50px;
		height: 50px;
	}
}


/* footer
----------------------------------------*/
.footer-bottom{
  background-color: #fff;
  border-top: solid 1px #ccc;
}
div.localFooter{
	padding: 20px;
	text-align: left;
	line-height: 1.6;
}