@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;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
	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;}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* layout
----------------------------------------*/
.container{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.container::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(bg.jpg);
	background-size: cover;
}
.container img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* main
----------------------------------------*/
.main-bg01{
	padding: 50px 5% 60px;
	background: linear-gradient(90deg,#63c4e4,#d467a1,#f1c155);
}
.main-bg02{
	position: relative;
	padding: 60px 5%;
}

@media screen and (max-width: 767px){
	.main-bg01{
		padding: 40px 5%;
	}
	.main-bg02{
		padding: 40px 5%;
	}
}


/* review
----------------------------------------*/
.review{
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 100px;
	background-color: #fff;
}
.review + .review{
	margin-top: 40px;
}
.review > p{
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 2;
}
.review > p:last-of-type{
	margin-bottom: 0;
}
.review-heading{
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: solid 2px #63c4e4;
}
.review-heading .shoulder{
	display: flex;
	flex-wrap: wrap;
  align-items: center;
}
.review-heading .category{
	display: inline-block;
	margin: 0 0.625em 10px 0;
	padding: 10px 15px;
  color: #fff;
  background-color: #63c4e4;
  font-size: 1.8rem;
  font-weight: 700;
}
.review-heading .company{
	margin-bottom: 10px;
	color: #63c4e4;
  font-size: 3.0rem;
  font-weight: 700;
}
.review-heading .title{
	display: block;
	margin-top: 10px;
	font-size: 2.6rem;
  font-weight: 700;
	line-height: 1.4;
}
.review-subheading{
	margin: 40px 0 30px;
	color: #63c4e4;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
}
.review-lead{
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 45px;
}
.review-lead::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg,#63c4e4,#d467a1,#f1c155);
	content: "";
}
.review-lead p{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
}

@media screen and (max-width: 767px){
	.review{
		padding: 30px 5%;
	}
	.review > p{
		font-size: 1.5rem;
	}
	.review-heading{
		margin-bottom: 30px;
	}
	.review-heading .category{
		font-size: 1.6rem;
	}
	.review-heading .company{
		font-size: 2.4rem;
	}
	.review-heading .title{
		margin-top: 10px;
  	font-size: 2.2rem;
	}
	.review-subheading{
		margin: 30px 0 20px;
		font-size: 2.0rem;
	}
	.review-lead{
		margin-bottom: 30px;
	  padding-bottom: 30px;
	}
	.review-lead p{
		font-size: 1.6rem;
	}
}


/* colmun
----------------------------------------*/
.colmun{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
	padding: 30px;
  background-color: #f4f4f4;
}
.colmun-image{
	width: 45.94594594594594%;
}
.colmun-text{
	width: 100%;
}
.colmun-image + .colmun-text{
	width: 51.35135135135135%;
}
.colmun-text-person{
	padding-left: 15px;
	border-left: solid 2px #63c4e4;
	font-size: 1.5rem;
  line-height: 1.5;
}
.colmun-text-person span{
	font-size: 150%;
}
.colmun-text-comment{
	margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px){
	.colmun{
		margin: 30px auto 0;
		padding: 20px;
	}
	.colmun-image{
		width: 100%;
	}
	.colmun-image + .colmun-text{
		width: 100%;
		margin-top: 20px;
	}
	.colmun-text-person{
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.colmun-text-comment{
		font-size: 1.3rem;
	}
}


/* photo
----------------------------------------*/
.photo{
	display: flex;
  flex-wrap: wrap;
	margin: 40px auto;
  padding: 0 50px;
}
.photo + .photo{
	margin-top: -20px;
}
.photo-person{
	display: flex;
  align-items: center;
	width: 45.71428571428571%;
	background-color: #f0f7fa;
}
.photo-person.photo-none{
	width: 100%;
}
.photo-person p{
	padding: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.photo-person p span{
	font-size: 150%;
}
.photo-image{
	width: 54.28571428571429%;
}

@media screen and (max-width: 767px){
	.photo{
		margin: 30px auto;
		padding: 0;
	}
	.photo-person{
		width: 100%;
	  order: 2;
	}
	.photo-person p{
		padding: 10px;
	  font-size: 1.3rem;
	}
	.photo-image{
		width: 100%;
	}
}


/* archive
----------------------------------------*/
.archive{
	padding: 60px 5%;
	background: linear-gradient(90deg,#63c4e4,#d467a1,#f1c155);
}
.archive-btn{
	max-width: 500px;
	margin: 0 auto;
}
.archive-btn a{
	display: block;
	padding: 1.3em 1em;
	border: solid 6px #fff;
	border-radius: 2em;
	background: linear-gradient(90deg,#63c4e4,#d467a1,#f1c155);
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}
.archive-btn a:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	opacity: 0.8;
}

@media screen and (max-width: 767px){
	.archive{
		padding: 50px 5%;
	}
	.archive-btn a{
		border: solid 4px #fff;
		font-size: 1.8rem;
	}
}


/* 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.7;
}

@media screen and (max-width: 767px){
	.pagetop{
		position: fixed;
		bottom: 0.5em;
		right: 0.5em;
	}
	.pagetop img{
		width: 50px;
		height: 50px;
	}
}


/* footer
----------------------------------------*/
.footer{
	background-color: #fff;
}
div.localFooter{
	padding: 20px;
	background: #fff;
	text-align: left;
	line-height: 1.6;
}