@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";
}
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{
  position: relative;
}
.wrapper::before{
  position: fixed;
  bottom: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  background: url(bg.jpg) no-repeat center;
  background-size: cover;
  content: "";
  z-index: -1;
}
.wrapper img{
	width: 100%;
	height: auto;
}


/* header_logo
----------------------------------------*/
.header_bg{
  position: relative;
}
.header_xtechlogo {
  display: inline-block;
  background: none;
}
.header_xtechlogo a{
  display: block;
}
.header_xtechlogo img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .header_wrap{
    text-align: left!important;
  }
  .header_wrap .header_logo{
    position: relative;
    left: 10px;
  }
  .header_xtechlogo{
    position: absolute;
    top: 2.9vw;
    left: calc(38.548vw + 25px);
    width: 35vw;
  }
}
@media screen and (min-width: 320px) {
  .header_xtechlogo a{
    padding-top: 0.5vw;
  }
}
@media screen and (min-width: 440px) {
  .header_xtechlogo{
    position: absolute;
    top: 10px;
  }
  .header_xtechlogo{
    position: absolute;
    top: 12px;
    left: 210px;
    width: 155px;
  }
  .header_xtechlogo a {
    padding-top: 0;
  }
}
@media screen and (min-width: 640px) {
  .header_wrap .header_logo{
    position: relative;
    left: -100px;
  }
  .header_xtechlogo{
    position: absolute;
    top: 16px;
    left: 54%;
    width: 190px;
  }
}


/* mv
----------------------------------------*/
.mv{
  background: url(bg-mv02.png);
}
.mv-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: unset;
}
.mv-text{
  width: 65%;
  margin: 8% -43.33333333333333% 0 0;
  padding-left: 8.33333333333333%;
  z-index: 10;
}
.mv-text-inner{
  margin-right: -43.33333333333333%;
}
.mv-logo{
  max-width: 310px;
  width: 39.74358974358974%;
}
.mv-title{
  max-width: 780px;
  margin: 15px 0 0 -10px;
}
.mv-image{
  width: 70%;
}


@media screen and (max-width: 767px){
  .mv{
    background: url(bg-mv-sp.jpg) no-repeat center;
    background-size: cover;
  }
  .mv-inner{
    position: relative;
    height: auto;
    padding: 99.33333333333333% 3% 0;
  }
  .mv-text{
    position: absolute;
    top: 10px;
    width: 94%;
    margin: 0 auto;
    padding-left: 0;
  }
  .mv-text-inner{
    margin-right: 0;
  }
  .mv-logo{
    width: 45%;
  }
  .mv-title{
    margin: 10px 0 0 -5px;
  }
  .mv-image{
    display: none;
  }
}


/* contents
----------------------------------------*/
.contents{
  padding: 50px 3% 100px;
}

@media screen and (max-width: 767px){
  .contents{
    padding: 30px 3% 60px;
  }
}


/* lead
----------------------------------------*/
.lead{
  max-width: 900px;
  margin: 0 auto;
	padding: 0 50px 50px;
  border-bottom: solid 1px #ccc;
}
.lead p{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}

@media screen and (max-width: 767px){
	.lead{
	  padding: 0 4% 30px;
	}
}


/* section
----------------------------------------*/
.section{
	max-width: 900px;
  margin: 80px auto 0;
}
.section:first-of-type{
  margin: 50px auto 0;
}
.section-inner{
  padding: 0 50px;
}
.section-heading{
  position: relative;
	margin-bottom: 50px;
  padding: 50px 10px 30px;
  border-bottom: solid 4px #d5ecf5;
  color: #1a216d;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.5;
  text-align: center;
}
.section-heading::before,
.section-heading::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 4px;
  background-color: #1a216d;
  content: "";
}
.section-heading::before{
  top: 4px;
}
.section-heading::after{
  bottom: -4px;
}
.section p{
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	line-height: 2;
}
.section p:last-of-type{
	margin-bottom: 0;
}
.section p.question{
  color: #0099cb;
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .section{
    margin: 50px auto 0;
  }
  .section:first-of-type{
    margin: 30px auto 0;
  }
  .section-inner{
    padding: 0 4%;
  }
  .section-heading{
    margin-bottom: 40px;
    padding: 40px 10px 20px;
    font-size: 2.5rem;
  }
  .section-heading::before,
  .section-heading::after{
    width: 20%;
  }
}


/* comment
----------------------------------------*/
.comment{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto;
}
.comment-text{
  display: flex;
  align-items: flex-start;
  order: 2;
  width: 18%;
  z-index: 10;
}
.comment-text span{
  display: inline-block;
  padding: 20px;
  background-color: #1a216d;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  writing-mode: vertical-rl;
}
.comment-text span + span{
  margin-right: 10px;
  margin-top: 45px;
}
.comment-text span:first-of-type{
  order: 1;
}
.comment-image{
  width: 80%;
}
.comment-image-caption{
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.comment-image-caption span{
  font-size: 150%;
}

@media screen and (max-width: 767px){
  .comment{
    margin: 30px auto;
  }
  .comment-text{
    display: block;
    width: 100%;
    margin: 0 0 -10px 10px;
    order: 1;
  }
  .comment-text span{
    padding: 10px 15px;
    font-size: 4.8vw;
    writing-mode: horizontal-tb;
  }
    .comment-text span + span{
      margin: 3px 0 0 1.5em;
  }
  .comment-image{
    width: 100%;
    order: 2;
  }
}


/* photo
----------------------------------------*/
.photo{
  margin: 50px auto;
}

@media screen and (max-width: 767px){
  .photo{
    margin: 30px auto;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 120px 3%;
  background-color: #fff;
  border-top: solid 1px #0099cb;
  border-bottom: solid 1px #0099cb;
}
.contact-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 670px;
  margin: 0 auto;
}
.contact-logo:first-child{
  width: 40.29850746268657%;
}
.contact-logo:last-child{
  width: 41.7910447761194%;
}
.contact-logo a{
  transition: 0.5s;
}
.contact-logo a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 767px){
  .contact{
    padding: 60px 5%;
  }
  .contact-logo:first-child{
    width: 80%;
  }
  .contact-logo:last-child{
    width: 85%;
  }
  .contact-logo{
    margin: 0 auto;
  }
  .contact-logo +  .contact-logo{
    margin-top: 50px;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 2em;
	right: 2em;
  z-index: 100;
}
.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: #fff;
}
div.localFooter{
	padding: 20px;
	text-align: left;
	line-height: 1.6;
}