@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,figcaption,figure{
	margin: 0;
	padding: 0;
}
section,article,aside,nav,header,footer,hgroup,details,figcaption,figure,menu{
	display: block;
}
li{
	list-style-type: none;
}
a{
	outline: none;
	word-break: break-all;
}
*{
	box-sizing: border-box;
}


/* base
----------------------------------------*/
html {
	font-size: 62.5%;
	overflow: auto;
  scroll-behavior: smooth;
}
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;
}

h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.01em;
}

a:focus {outline:none;}
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;}
sup{font-size: 1.0rem;vertical-align: top !important;}

@media screen and (max-width: 812px){
	body{
		-webkit-text-size-adjust: 100%;
	}
}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* contents
----------------------------------------*/
.contents{
  border-bottom: solid 1px #ccc;
}
.contents img{
	width: 100%;
	height: auto;
}


/* logo
----------------------------------------*/
.logo{
  padding: 50px 5%;
}
.logo-inner{
  max-width: 280px;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .logo{
    padding: 30px 5%;
  }
}


/* title
----------------------------------------*/
.title{
  padding: 40px 0;
  background: linear-gradient(90deg,#c2e8f8,#e0e9fa,#fde2ef);
}
.title-inner{
  padding: 0 3%;
}
.title-text{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.title-text .sub{
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.title-text .main{
  margin-top: 15px;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.title-text .main span{
  display: inline;
  padding: 0 5px;
  background: linear-gradient(transparent 70%, #ffed5f  0%);
}

@media screen and (max-width: 767px){
  .title{
    padding: 30px 0;
  }
  .title-text .sub{
    font-size: 1.9rem;
  }
  .title-text .main{
    font-size: 3.6rem;
  }
}


/* mv
----------------------------------------*/
.mv{
  background: linear-gradient(90deg,#c2e8f8,#e0e9fa,#fde2ef); 
}
.mv-inner{
  position: relative;
  padding: 0 3%;
}
.mv-inner::before{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
  content: "";
}
.mv-image{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 10;
}


/* lead
----------------------------------------*/
.lead{
  padding: 60px 5%;
}
.lead-inner{
  max-width: 800px;
  margin: 0 auto;
}
.lead-inner p{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    padding: 30px 5%;
  }
}

/* section
----------------------------------------*/
.section::before,
.section::after{
	content: "";
	display: block;
	clear: both;
}
.section{
	padding: 70px 5%;
}
.section:nth-child(odd){
  background-color: #fafafa;
}
.section-inner{
	max-width: 1000px;
	margin: 0 auto;
}
.section-text{
  padding: 0 10%;
}
.section-heading{
	margin-bottom: 50px;
	padding-bottom: 25px;
  border-bottom: solid 2px #1088e0;
	color: #1088e0;
	font-size: 2.6rem;
	font-weight: 700;
  line-height: 1.5;
}
.section-text p{
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 2;
}
.section-text p:last-of-type{
  margin-bottom: 0;
}
.section-text p.question{
  color: #5e5e5e;
  font-weight: 700;
}
.section-text p .name{
	color: #1088e0;
  font-weight: 700;
}
.section-text p a{
  font-weight: 700;
}

@media screen and (max-width: 900px){
  .section-text{
    padding: 0 5%;
  }
}

@media screen and (max-width: 767px){
  .section{
    padding: 40px 5%;
  }
	.section-heading{
		margin-bottom: 40px;
    padding-bottom: 15px;
		font-size: 2.4rem;
	}
  .section-text{
    padding: 0;
  }
}


/* photo
----------------------------------------*/
.photo{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto;
}
.photo-image{
  width: 56.25%;
}
.photo-text{
  width: 43.75%;
}
.photo-text .name{
  padding: 0 20px 15px;
  border-bottom: solid 1px #1088e0;
  font-size: 1.4rem;
  line-height: 1.7;
}
.photo-text .name span{
  font-size: 150%;
}
.photo-wide{
  margin: 50px auto 0;
}

@media screen and (max-width: 767px){
  .photo{
    margin: 30px auto;
  }
  .photo-image{
    width: 100%;
  }
  .photo-text{
    width: 100%;
  }
  .photo-text .name{
    padding: 20px 0 10px;
  }
  .section:nth-of-type(1) .photo-text{
    order: 2;
  }
  .photo-wide{
    margin: 30px auto 0;
  }
}


/* catch
----------------------------------------*/
.catch{
  display: flex;
  align-items: center;
  margin: 50px auto;
}
.catch-image{
  width: 90%;
}
.catch-text{
  width: 45%;
  z-index: 10;
}
.catch-text .bg{
  display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
  padding: 10px 20px;
  background: #1088e0;
  color: #fff;
  font-feature-settings: "palt";
	font-size: 2.0rem;
	font-weight: 700;
  letter-spacing: 0.01em;
	line-height: 2.6;
}
.catch.left .catch-text{
  margin-left: -35%;
}
.catch.right .catch-image{
  order: 2;
}
.catch.right .catch-text{
  margin-right: -35%;
}

@media screen and (max-width: 767px){
  .catch{
    flex-wrap: wrap;
    margin: 30px auto;
  }
  .catch-image,
  .catch-text{
    width: 100%;
  }
  .catch.left .catch-text,
  .catch.right .catch-text{
    margin: 5px 0 0;
  }
  .catch-text .bg{
    padding: 10px;
    font-size: 1.5rem;
    line-height: 2.8;
  }
  .catch.right .catch-image{
    order: 1;
  }
  .catch.right .catch-text{
    order: 2;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 0 5%;
}
.contact-inner{
  max-width: 800px;
  margin: 0 auto;
}
.contact-logo,
.contact-text{
  padding: 80px 0;
}
.contact-logo{
  max-width: 400px;
  margin: 0 auto;
}
.contact-logo a{
  transition: 0.5s;
}
.contact-logo a:hover{
  opacity: 0.7;
}
.contact-text{
  border-top: solid 1px #ccc;
  font-size: 4.0rem;
  font-weight: 700;
  text-align: center;
}
.contact-text a{
  text-decoration: none;
  transition: 0.5s;
}
.contact-text a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 767px){
  .contact-logo,
  .contact-text{
    padding: 60px 0;
  }
  .contact-logo{
    width: 90%;
  }
  .contact-text{
    font-size: 3.2rem;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: relative;
}
.pagetop p{
	position: fixed;
	bottom: 1em;
	right: 2em;
	width: 60px;
	height: 60px;
}
.pagetop p img{
	width: 100%;
	height: auto;
}
.pagetop a{
	transition: 0.5s;
}
.pagetop a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px){
  .pagetop p{
    right: 1em;
    width: 40px;
    height: 40px;
  } 
}
