@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;
  scroll-behavior: smooth;
}
html *{
  box-sizing: border-box;
}
body {
  width: 100%;
  color: #000;
  font-family: Helvetica,"Helvetica Neue","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}

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{width: 100%;height: auto;vertical-align: bottom;}

.spview{display: none;}

@media screen and (max-width: 767px){
  .pcview{display: none;}
  .spview{display: block;}
}


/* wrapper
----------------------------------------*/
.wrapper{
  position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper::before{
  position: fixed;
  top: 0;
  left: 0;
  background: url(bg-contents.jpg) no-repeat center top;
  width: 100%;
  height: 100vh;
  background-size: cover;
  content: "";
  z-index: -1;
}
.wrapper img{
	width: 100%;
	height: auto;
}
.wrapper a{
  color: #0071ce;
  text-decoration: underline;
}


/* header
----------------------------------------*/
.header-media{
	background: linear-gradient(90deg,#000 0%,#000 45%,#fff 45%,#fff 100%);
}
.header-media > .inner{
	max-width: 1000px;
	margin: 0 auto;
}


/* special_header
----------------------------------------*/
.header_bg{
	background: #EFEFEF;
	box-sizing: border-box;
}
.header_wrap{
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 945px;
	padding: 3.035vw 0 2.335vw;
	box-sizing: border-box;
}
.header_wrap .logo_inner{
	max-width: 420px;
	margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_wrap .logo_inner.single{
  max-width: 190px;
}
.header_wrap .logo_inner img{
	/* width: 100%; */
  max-width: 100%;
  height: auto;
}
.header_pr{
	display: inline-block;
	font-size: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 8.585%;
}
.header_pr img{
	width: 100%;
}
.header_bg img{
	vertical-align: initial;
}

@media screen and (max-width: 767px){
	.header_wrap .logo_inner{
		width: 65%;
	}
  .header_wrap .logo_inner.single{
    width: 40%;
  }
  .header_wrap .logo_inner img{
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
}

@media screen and (min-width: 440px){
	.header_wrap{
			padding: 14px 0 10px;
	}
	.header_pr{
			width: 40px;
	}
}

@media screen and (min-width: 640px){
  .header_wrap{
      padding: 15.79px 0 11.74px;
  }
}


/* mv
----------------------------------------*/
.mv-image{
  padding: 10px 3%;
  background-color: #0071ce;
}
.mv-image-inner{
  max-width: 1100px;
  margin: 0 auto;
}
.mv-title{
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 3% 15px;
  text-align: center;
}
.mv-title span{
  display: block;
}
.mv-title .sub{
  color: #0071ce;
  font-size: min(2.6vw, 2.6rem);
  font-weight: 700;
  line-height: 1.4;
}
.mv-title .main{
  margin-top: 20px;
  font-size: min(4.2vw, 4.2rem);
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px){
  .mv-title{
    padding: 10px 3% 5px;
  }
  .mv-title .sub{
    font-size: min(5.0vw, 5.0rem);
  }
  .mv-title .main{
    margin-top: 10px;
    font-size: min(7.0vw, 7.0rem);
  }
}


/* lead
----------------------------------------*/
.lead{
  padding: 30px 5%;
  border-bottom: solid 2px #0071ce;
}
.lead-inner{
  max-width: 800px;
  margin: 0 auto;
}
.lead-inner p{
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    padding: 20px 5%;
  }
}


/* section
----------------------------------------*/
.section{
  padding: 70px 5%;
}
.section:nth-of-type(even){
  background-color: #f4f3f2;
}
.section-inner{
  max-width: 900px;
  margin: 0 auto;
}
.section-heading{
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.section-heading::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg,#0071ce 50%,#ccc 50%);
  content: "";
}
.section-text{
  max-width: 800px;
  margin: 0 auto;
}
.section-text p{
  font-size: 1.6rem;
  line-height: 2;
}
.section-text p + p{
  margin-top: 1em;
}
.section-list{
  margin: 2em 0;
  padding: 5px 0 5px 2em;
  border-left: solid 2px #0071ce;
}
.section-list li{
  font-size: 1.6rem;
  line-height: 1.8;
  list-style-type: disc;
}
.section-list li + li{
  margin-top: 0.3em;
}

@media screen and (max-width: 767px){
  .section{
    padding: 50px 5%;
  }
  .section-heading{
    margin-bottom: 40px;
    padding-bottom: 30px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
  .section-heading::before{
    width: 25%;
  }
}


/* photo
----------------------------------------*/
.photo01{
  max-width: 900px;
  margin: 50px auto;
}
.photo01-caption{
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.section-column{
  display: flex;
  justify-content: flex-start;
  max-width: 900px;
  margin: 30px auto 0;
}
.section-column-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 850px;
}
.section-column-inner .section-text{
  width: 56.47058823529412%;
  margin: 0;
}
.photo02{
  width: 37.64705882352941%;
  margin-top: 10px;
}
.photo02-image{
  margin-bottom: 15px;
}
.photo03{
  display: flex;
  justify-content: flex-end;
  max-width: 900px;
  margin: 50px auto 0;
}
.photo03-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 850px;
}
.photo03-image{
  width: 47.05882352941176%;
  order: 2;
}
.photo03-text{
  width: 47.05882352941176%;
}
.photo-text-name{
  font-size: 1.4rem;
  line-height: 2;
}
.photo-text-name span{
  font-size: 130%;
  font-weight: 700;
}
.photo-text-profile{
  margin-top: 10px;
  padding-top: 15px;
  border-top: solid 1px #ccc;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .photo01{
    margin: 30px auto;
  }
  .section-column-inner .section-text{
    width: 100%;
    margin: 0;
  }
  .photo02{
    width: 80%;
    margin: 0 auto 30px;
  }
  .photo03{
    margin: 30px auto 0;
  }
  .photo03-image{
    width: 90%;
    margin: 0 auto 15px;
  }
  .photo03-text{
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
}


/* voice
----------------------------------------*/
.voice{
  padding: 110px 5%;
  background: url(bg-voice.jpg) no-repeat center;
  background-size: cover;
}
.voice-inner{
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 44px;
  background-color: #fff;
  border: solid 6px #0071ce;
  border-radius: 1em;
}
.voice-heading{
  width: 90%;
  margin: -100px auto 0;
  padding: 5px;
  background-color: #0071ce;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.voice-colmun{
  padding-top: 50px;
}
.voice-colmun + .voice-colmun{
  margin-top: 50px;
  border-top: solid 1px #0071ce;
}
.voice-colmun-heading{
  color: #0071ce;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.voice-colmun-name{
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.voice-colmun-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.voice-colmun-image{
  width: 31.7258883248731%;
  margin-top: 10px;
  order: 2
}
.voice-colmun-text{
  width: 63.19796954314721%;
}
.voice-colmun-text p{
  font-size: 1.6;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .voice{
    padding: 80px 5% 50px;
  }
  .voice-inner{
    padding: 50px 20px 20px;
    border: solid 4px #0071ce;
  }
  .voice-heading{
    margin: -80px auto 0;
    font-size: 2.5rem;
  }
  .voice-colmun{
    padding-top: 30px;
  }
  .voice-colmun + .voice-colmun{
    margin-top: 30px;
  }
  .voice-colmun-heading{
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .voice-colmun-name{
    font-size: 1.8rem;
  }
  .voice-colmun-inner{
    margin-top: 20px;
  }
  .voice-colmun-image{
    width: 80%;
    margin: 0 auto 20px;
    order: 1;
  }
  .voice-colmun-text{
    width: 100%;
    order: 1;
  }
}



/* apply
----------------------------------------*/
.apply{
  background-color: #f7f7f7;
}
.apply-inner{
  max-width: 800px;
  margin: 0 auto;
}
.apply-heading{
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 2px #000;
  font-size: 2.4rem;
  font-weight: 700;
}
.apply-subheading{
  margin: 40px 0 20px;
  padding: 8px 0 8px 20px;
  border-left: solid 3px #0071ce;
  font-size: 2.0rem;
  font-weight: 700;
}
.apply-inner p{
  font-size: 1.6rem;
  line-height: 1.8;
}
.apply-table{
  border: solid 1px #ccc;
}
.apply-table tr{
  border-bottom: solid 1px #ccc;
}
.apply-table tr:last-of-type{
  border-bottom: none;
}
.apply-table th,.apply-table td{
  padding: 15px 20px;
}
.apply-table th{
  width: 25%;
  background-color: #666;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
}
.apply-table td{
  width: 75%;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.7;
}
.apply-table td .note{
  margin-top: 0.3em;
}
.apply-table td .note li{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 86%;
}
.apply-list{
  padding-left: 1em;
}
.apply-list li{
  list-style-type: disc;
}
.apply-list li + li{
  margin-top: 0.3em;
}
.apply p + p{
  margin-top: 1em;
}
.briefing{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  padding: 30px;
  background-color: #fff;
  border: solid 1px #ccc;
}
.briefing-heading span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  padding-top: 5px;
  background-color: #0071ce;
  border-radius: 50%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.briefing-text{
  width: calc(100% - 120px - 30px);
}
.briefing-sibheading{
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.6;
}
.briefing-text p{
  font-size: 1.6rem;
  line-height: 2;
}
.briefing-text p + .briefing-sibheading{
  margin-top: 30px;
}

@media screen and (max-width: 767px){
  .apply-heading{
    font-size: 2.2rem;
  }
  .apply-subheading{
    margin: 30px 0 20px;
  }
  .apply-table th,.apply-table td{
    display: block;
    width: 100%;
  }
  .briefing{
    padding: 20px;
  }
  .briefing-heading{
    margin: 0 auto 20px;
  }
  .briefing-text{
    width: 100%;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 70px 5%;
  background-color: #fff;
}
.contact-inner{
  max-width: 800px;
  margin: 0 auto;
}
.contact-heading{
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 2px #000;
  font-size: 2.4rem;
  font-weight: 700;
}
.contact-subcontact{
  font-size: 1.8rem;
  font-weight: 700;
}
.contact-text{
  margin-top: 20px;
  font-size: 1.8rem;
}
.contact-logo{
  max-width: 600px;
  margin: 70px auto 0;
}
.contact-logo a{
  transition: 0.5s;
}
.contact-logo a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 767px){
  .contact{
    padding: 50px 5%;
  }
  .contact-heading{
    font-size: 2.2rem;
  }
  .contact-logo{
    margin: 40px auto 0;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
	z-index: 999;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
}
.pagetop img{
	width: 100%;
	height: auto;
}
.pagetop a{
  display: block;
  transition: 0.5s;
}
.pagetop a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 767px){
	.pagetop{
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
	}
}


/* localFooter
----------------------------------------*/
footer{
  background: #fff;
  border-top: solid 1px #ccc;
}
div.localFooter{
  max-width: 900px;
  margin: 30px auto 0;
  padding: 20px 10px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6;
}
.footer-pr{
	font-size: 12px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 10px 0 10px;
}