﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@font-face {
  font-family: 'din1451';
  src: url('../font/din1451.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'din1451';
  src: url('../font/din1451-G.ttf') format('truetype');
  font-weight: 600;
}



/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,#header,.header,hgroup,menu,nav,output,ruby,.section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:10px;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,#header,.header,hgroup,menu,nav,.section,.row{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0;}

img{ margin:0 auto; max-width:100%; vertical-align: bottom;}
dt,dd,tr,td,li { line-height:1.6em; letter-spacing:1px;}
iframe { border: none; outline: none;}

html {
	overflow-x: hidden!important;
}


body {
	font-family: 'M PLUS 1p', sans-serif!important;
	background-color:#fff;
	width: 100%;
	max-width:100%;
	margin: auto;
	text-align:center;
	font-size: 14px;
	letter-spacing: 0.07em;
	line-height: 1.8em!important;
	overflow: hidden!important;
	-webkit-text-size-adjust: 100%;
}

@media (max-width: 768px){
	
	body {
		font-size: 12px!important;
		line-height: 2em;
		min-width: 0!important;
	}
	
}

@media (max-width: 768px){
	
	body {
		font-size: 11px!important;
	}
	
}



/*
a { text-decoration:none; transition-property: all; transition: 0.2s linear;}
input { text-decoration:none; transition-property: all; transition: 0.2s linear;}
a:hover { opacity: 0.7!important; text-decoration:none!important; transition: 0.2s linear;}
input:hover { opacity: 0.7;  text-decoration:none!important;}
body a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )";}
body a img { transition-property: all; transition: 0.2s linear;}*/
a:hover { cursor:pointer!important;}
a:hover div{opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha( opacity=100 )"; text-decoration:none!important;}
a div{ transition-property: all; transition: 0.2s linear;}
a:focus { outline:none;}
button:focus { border:none; outline:none !important;}
a:link { color:inherit; text-decoration:none;}
a:visited { color:inherit; text-decoration:none;}
i {display: inline-block;}

.switch {visibility: hidden;}

#container{
	width: 100%;
	max-width:100%;
	margin: auto;
	text-align:center;
	overflow: hidden!important;
}

h2 {
	
}

}

@media (max-width:600px){
	

}

.wrapper {
  background-color: #ccc;
  padding: 300px;
  height: 200vh;
  width: 200vw;
}
.sticky {
  background-color: #009688;
  width: 50vw;
  height: 50vh;
  position: -webkit-sticky; /* Safariに対応する */
  position: sticky; /* 要素を固定/解除する */
  top: 0; /* 縦方向の閾値 */
  left: 0; /* 横方向の閾値 */
}

.h2-tit {
	position: relative;
	padding: 1.6em 2em;
	border: 3px solid #00a7d3;
	display: inline-block;
	background-color: #fff;
	line-height: 2em;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.h2-tit:before {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	content: '';
	border: 2px dotted #c2e5f3;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-sizing: border-box;
}

.h2-tit p {
	color: #fff;
	font-size: 1.8em;
	font-weight: 900;
	text-shadow:
		1px 1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		-1px -1px 0 #000;

	 -webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #262626;
	filter: drop-shadow(1px 1px 0px #262626);
}

.h2-tit p ::before {
  content: attr(data-text);
    position: absolute;
    z-index: -1;
    text-shadow: 4px 4px #333;
    -webkit-text-stroke: 4px #333;
}

.h2-s {
	padding: 1.2em 2em;
	border: 2px solid #00a7d3;
}

.h2-s P {
	font-size: 1.5em;
}

.emphasis_design31 {
  color: #bde4f7;
  display: inline-block;
  text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
}
.emphasis_design31::before {
  content: attr(data-text);
    position: absolute;
    z-index: -1;
    text-shadow: 4px 4px #333;
    -webkit-text-stroke: 4px #333;
}

@media (max-width:600px){
	
	.h2-tit {
		padding: 1.2em 2em;
		border: 2px solid #00a7d3;
		margin-bottom: 25px;
	}
	
	.h2-tit p {
		font-size: 1.6em;
	}
	
	.h2-tit:before {
		top: 3px;
		left: 3px;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
	}
	
}

@media (max-width:350px){
	
	.h2-tit {
		margin-bottom: 15px;
	}
	
}

h3 {
	font-size: 1.6em;
	font-weight: 500;
	color: #00a7d3;
	margin-bottom: 40px;
	box-sizing: border-box;
}


.Intro-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}

.Intro-problem {
	position: relative;
	width: 67%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.Intro-problem-item {
	position: relative;
	display: block;
	width: 31%;
	padding-top: 35%;
	margin: 0 1%;
	color: #fff;
	font-size: 1em;
	background-image:url("../images/bg_problem_item.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 99% auto;
}

.item-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.item-txt div {
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 22% 2% 0 2%;
	letter-spacing: 0.03em;
}

.item-txt div dd {
	font-size: 1.6em;
	font-weight: 500;
	margin-bottom: 0.2em;
}

.-mt {
	margin-top: -2em;
}

.arw-dwn {
	width: 100%;
	text-align: center;
	margin-top: -10px;
}

.arw-dwn img {
	width: 90px;
	margin-bottom: 15px;
}

.problem-answer {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1.6em;
	color: #262626;
	font-size: 1.6em;
	font-weight: 600;
}

.problem-answer p {
	margin-bottom: 15px;
}

.problem-answer::before,
.problem-answer::after {
	width: 1px;
	height: 45px;
	content: "";
	background-color: #00a7d3;
}

.problem-answer::before {
	margin-right: 1em;
	transform: rotate(-30deg);
}

.problem-answer::after {
	margin-left: 1em;
	transform: rotate(30deg);
}

.Intro-pic {
	width: 33%;
}


.Intro-pic img {
	width: 100%;
	flex: 1;
    margin-left: calc(5% - 5vw);
    margin-right: 0;
}

@media (max-width:768px){
	
	.Intro-block {
		max-width: 600px;
	}

}

@media (max-width:600px){
	
	.Intro-block {
		display: block;
	}
	
	.Intro-problem {
		width: 100%;
	}
	
	.item-txt div {
		font-size: 0.85em;
		padding: 25% 2% 0 2%;
		line-height: 1.4em;
	}
	
	.item-txt div dd {
		font-size: 1.4em;
		font-weight: 500;
		margin-bottom: 0.2em;
	}
	
	.arw-dwn img {
		width: 70px;
		margin-bottom: 10px;
	}
	
	.problem-answer {
		font-size: 1.4em;
	}
	
	.Intro-pic {
		width: 100%;
	}
	
	.Intro-pic img {
		width: 40%;
		margin-right: 5%;
		margin-bottom: -13%;
	}

}

@media (max-width:380px){
	
	.item-txt div {
		padding: 20% 2% 0 2%;
	}
	
}

@media (max-width:350px){
	
	.Intro-problem-item {
		width: 48%;
		padding-top: 60%;
	}
	
	.mts {
		margin-top: -1.5em!important;
	}
	
	.mtm {
		margin-top: -3em!important;
	}
	
	.item-txt div {
		padding: 30% 2% 0 2%;
		font-size: 0.95em;
	}
	
	.arw-dwn {
		margin-top: 0;
	}
	
	.problem-answer {
		width: 230px;
	}

}



.reason-section {
	width: 100%;
	padding: 35px 55px 30px 55px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.reason-h3 {
	margin-bottom: 20px;
}

.reason-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-bottom: 1em;
}

.reason-item {
	position: relative;
	display: block;
	width: 33.3333%;
	padding-top:34%;
	margin: 0;
	color: #fff;
	font-size: 1em;
	background-image:url("../images/bg_reason_item.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 99% auto;
	box-sizing: border-box;
}

.reason-txt {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
}

.reason-txt p,
.reason-txt dd {
	height: 2.4em;
	font-size: 0.9em;
	line-height: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.2em;
}

.reason-txt span {
	font-family:'Oswald', sans-serif;
	font-size: 3em;
	font-weight: 600;
	letter-spacing: 0.01em!important;
}

.reason-txt span i {
	font-size: 0.4em;
	font-weight: 500;
	margin-left: 0.1em;
}

.reason-p {
	text-align: left;
}

@media (max-width:768px){
	
	.reason-section {
		max-width: 600px;
		margin: auto;
	}
	
}

@media (max-width:600px){
	
	.reason-section {
		padding: 25px 20px 20px 20px;
	}
	
	.reason-h3 {
		font-size: 1.4em;
		line-height: 1.4em;
		margin-bottom: 15px;
	}
	
	.reason-txt p {
		font-size: 0.85em;
		line-height: 1.2em;
		letter-spacing: 0.01em;
		margin-bottom: 0.4em;
	}

	.reason-txt span {
		font-size: 2.2em;
	}
	
	.reason-txt dd {
		height: 1.4em;
	}

}

@media (max-width:350px){
	
	.reason-section {
		padding: 20px 10px 15px 10px;
	}
	
	.reason-txt {
		margin-top: -0.4em;
	}
	
	.reason-txt p {
		font-size: 0.8em!important;
	}
	
	.reason-txt span {
		font-size: 2em;
	}
	
	.reason-txt span i {
		font-size: 0.5em;
	}
	
	
}


.featre-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.featre-item {
	width: 47.5%;
	margin-bottom: 5%;
}

.featre-tit {
	width: 100%;
	margin-top: -1em;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-align: left;
	margin-bottom: 0.5em;
}

.featre-tit img {
	width: 18%;
}

.featre-tit p {
	width: 82%;
	padding-left: 4%;
	font-size: 1.15em;
	line-height: 1.4em;
	font-weight: 500;
	padding-bottom: 0.8em;
}

.featre-txt {
	margin-top: 1em;
	text-align: left;
}

@media (max-width:600px){
	
	.featre-block {
		display: block;
		max-width: 330px;
		margin: auto;
	}
	
	.featre-item {
		width: 100%;
		margin-bottom: 3em;
	}
	
	.featre-tit p {
	width: 82%;
	padding-left: 4%;
	font-size: 1.15em;
	line-height: 1.4em;
	font-weight: 500;
	padding-bottom: 0.1em;
}
	
}

@media (max-width:350px){
	
	.featre-tit {
		margin-top: 0.5em;}
	
	.featre-tit img {
	width: 15%;
}

	
	.featre-tit p {
	width: 85%;
	padding-left: 3%;
	font-size: 1.03em;
		padding-bottom: 0.3em;
	
	}
}


.category-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.category-item {
	width: 47.5%;
	margin-bottom: 5%;
	background-color: #fff;
	padding: 30px 25px;
	box-shadow: 4px 4px 6px 1px rgb(0, 0, 0, 0.1);
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-sizing: border-box;
}

.cate-tit {
	display: inline-block;
	position: relative;
	color: #00a7d3;
	padding: 0.1em 0.3em 0.1em 0.4em;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 1em;
	 background: linear-gradient(transparent 50%, #fcf65e 50%);
}


.category-pic {
	position: relative;
	margin-bottom: 1.5em;
}

.cate-badge {
	position: absolute;
	left: -4px;
	bottom: -4px;
}

.cate-badge img {
	height: 30px;
}

.category-item p {
	text-align: left;
}

.bg-category {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image:url("../images/bg_cate.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 180%;
	opacity: 0.9;
}

@media (max-width:600px){
	
	.category-block {
		display: block;
		max-width: 330px;
		margin: auto;
	}
	
	.category-item {
		width: 100%;
		padding: 20px 15px;
	}
	
	.cate-badge img {
		height: 26px;
	}
	
	.bg-category {
		background-size: 1000%;
	}
	
}


.achieve-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 3em;
}

.achieve-item {
	width: 32.5%;
	background-color: #fff;
	padding: 30px 20px;
	box-shadow: 4px 8px 0px 1px #eee;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	box-sizing: border-box;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
	border: solid 4px #eee;
}

.achieve-tit {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.2em;
	font-size: 1.15em;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.achieve-pic {
	position: relative;
	margin-bottom: 1.5em;
}

/*

.achieve-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,36,46,.1);
}

.achieve-icon img {
	width: 60%;
}
*/


.achieve-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end!important;
	align-items: flex-end;
	background: rgba(0,36,46,.03);
}

.achieve-icon img {
	width: 35%;
	margin: 0 2% 2% auto;
}

.achieve-txt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
	margin-bottom: 2em;
}

.achieve-txt dd {
	width: 5.5em;
	font-weight: 500;
	line-height: 1.8em;
}

.achieve-txt p {
	width: calc(100% - 6em);
	line-height: 1.8em;
}

.achieve-txt p span {
	color: #00a7d3;
	font-weight: 500;
}

.achieve-bt {
	display: block;
	background-color: #00a7d3;
	padding: 10px 35px;
	color: #fff;
	font-size: 0.95em;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-indent: 0.5em;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	border: solid 2px #fce74b;
	margin-top: auto;
}

.achieve-item a:hover {
	opacity: 0.8;
}

.achieve-item a {
	margin-top: auto;
}

.bt-achieve-top {
	width: 240px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00a7d3;
	border: solid 2px #fce74b;
	color: #fff;
	font-size: 1.15em;
	letter-spacing: 0.1em;
	text-indent: 0.5em;
	transition: .2s;
	box-sizing: border-box;
	margin: auto;
	margin-bottom: 3em;
}

.bt-achieve-top:hover {
	background-color: #fce74b;
	color: #00a7d3;
	border: solid 2px #00a7d3;
}

@media (max-width:1050px){
	
	.achieve-txt dd {
		width: 100%;
	}
	
	.achieve-txt p {
		width: 100%;
	}	
}

@media (max-width:950px){
	
	.achieve-block {
		justify-content: center;
		max-width: 800px;
		margin: auto;
		margin-bottom: 
	}
	
	.achieve-item {
		width: 46%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 2em;
	}
	
	.achieve-txt dd {
		width: 5.5em;
	}
	
	.achieve-txt p {
		width: calc(100% - 6em);
	}
}


@media (max-width:600px){


	.achieve-block {
		display: block;
		max-width: 300px;
		margin: auto;
		margin-bottom: 3em;
	}
	
	.achieve-item {
		width: 100%;
		padding: 20px 15px;
		margin-left: 0;
		margin-right: 0;
	}

	.bt-achieve-top {
		width: 190px;
		height: 60px;
	}
	
	.achieve-bt {
		padding: 14px 35px;
	}
	
}


.contents-box {
	position: relative!important;
	display: block;
	width: 100%;
	padding-right: calc(50vw - 50%)!important;
	overflow-x: scroll;
}

.contents-box::-webkit-scrollbar{
   width: 10px;
}
.contents-box::-webkit-scrollbar-track{
	background-color: #eee;
   /*background-color: #ffebf4;*/
}
.contents-box::-webkit-scrollbar-thumb{
   background-color: #00a7d3;
}

.contents-box::-webkit-scrollbar {
    height: 5px!important;
}

.contents-box-mask {
	position: fixed;
	top: 0;
	right: 0;
	width: 7%;
	height: 100%;
	pointer-events: none;
	background: -moz-linear-gradient(left, #rgba(255, 255, 255, 0), rgba(255, 255, 0255, 0.95));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95));
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95));
	z-index: 3;
}


.contents-view {
	position: relative!important;
	width: 2500px;
	display: flex;
	justify-content: space-between;
	padding: 0 8% 2em 0;
}

.contents-arw {
	width: 1.1%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.contents-item {
	width: 12.5%;
	box-shadow: 4px 4px 6px 1px rgb(0, 0, 0, 0.1);
}

.contents-pic {
	width: 100%;
	height: 260px;
	background-position: center;
	background-size: cover;
	background-color: #f7f7f7;
}

.contents-tit {
	position: relative;
	width: 100%;
	min-height: 100px;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	box-sizing: border-box;
	margin: auto;
	margin-top: -14%;
	margin-bottom: 10px;
	color: #00a7d3;
}

.contents-step {
	width: 34%;
	padding: 0 3%;
	box-sizing: border-box;
	line-height: 0;
}

.contents-name {
	width: 78%;
	text-align: left;
	padding: 0 10px 0 20px;
	align-items: center;
	box-sizing: border-box;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.2em;
	font-weight: 500;
}

.contents-name p {
	width: 80%;
	text-align: left;
	box-sizing: border-box;
	font-size: 0.6em;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #aaa;
	margin-bottom: 0.2em;
}

.contents-txt {
	padding: 2% 20px 50px 20px;
	text-align: left
}

.txt-tit {
	font-size: 1.05em;
	font-weight: 500;
	width: 100%;
	height: 3.7em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.contents-txt p {
	line-height: 1.4em;
}

.contents-txt p span {
	display: inline-block;
}

.contents-txt-blank {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url("../images/contents_blank.png");
	background-position: center bottom 10%;
	background-repeat: no-repeat;
	background-size: 60%;
	z-index: -1;
}

@media (max-width:767px){
	
	.contents-view {
		width: 1700px;
	}
	
	.contents-item {
		width: 16%;
	}
	
	.contents-pic {
		height: 150px;
	}
	
	.contents-tit {
		min-height: 75px;
	}
	
	.contents-lsn {
		width: 26%;
		padding: 0 4%;
	}
	
	.contents-name {
		width: 74%;
		padding: 0 4% 0 4%;
	}
	
	.contents-txt {
		padding: 2% 4% 13% 4%;
		line-height: 1.8em;
	}
	
	.contents-arw {
		margin: 0 5px;
	}

}


.contact-h3 {
	color: #fff;
	font-size: 2.2em;
	margin-bottom: 20px;
}

.contact-h4 {
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 50px;
}

.contact-section {
	width: 100%;
	padding: 35px 45px 35px 45px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	border: solid 3px #fce74b;
	box-shadow: 0px 0px 0px 10px #fff;
}

.contact-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.contact-head {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00a7d3;
}

.contact-head-txt {
	color: #00a7d3;
	font-size: 1.3em;
	font-weight: 500;
}

.contact-head-txt img {
	width: 35px;
	margin-right: 1em;
	vertical-align:text-top;
}

.contact-block a {
	width: 50%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00a7d3;
	border: solid 2px #fce74b;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-indent: 0.5em;
	transition: .2s;
	box-sizing: border-box;
}

.contact-block a:hover {
	background-color: #fce74b;
	color: #00a7d3;
	border: solid 2px #00a7d3;
}

.contact-pic-section {
	position: relative;
	width: 100%;
	height: 200px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.contact-pic {
	width: 180px;
	margin: -20px 4% 0 0;
}


@media (max-width:767px){
	
	.contact-section {
		max-width: 600px;
		padding: 35px 25px 35px 25px;
		margin: auto;
	}
	
	.contact-block a {
		font-size: 1.4em;
	}
	
}

@media (max-width:600px){
	
	.contact-h3 {
		font-size: 1.8em;
		margin-bottom: 10px;
	}
	
	.contact-h4 {
		font-size: 1.1em;
		margin-bottom: 25px;
	}
	
	.contact-section {
		padding: 20px 10px 20px 10px;
		box-shadow: 0px 0px 0px 7px #fff;
	}
	
	.contact-block {
		display: block;
		padding: 0;
	}
	
	.contact-head {
		width: 80%;
		margin: auto;
		font-size: 0.9em!important;
		margin-bottom: 15px;
	}
	
	.contact-head-txt img {
		width: 25px;
		margin-right: 0.5em;
	}
	
	.contact-block a {
		width: 80%;
		height: 70px;
		margin: auto;
	}
	
	.contact-pic-section {
		height: 150px;
	}
	
	.contact-pic {
		width: 130px;
		margin: -20px 4% 0 0;
	}

}

@media (max-width:350px){
	
	.contact-head {
		width: 90%;
	}
	
	.contact-block a {
		width: 90%;
	}

}


.option-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.option-item {
	width: 31%;
}

.option-item img {
	margin-bottom: 1em;
}

.option-tit {
	width: 100%;
	height: 2.5em;
	font-size: 1.03em;
	font-weight: 500;
	line-height: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.5em;
}

.option-txt {
	display: inline-block;
	margin: auto;
	text-align: left;
}

.option_list ul {
	list-style-type: none;
	font-size: 1em;
	margin: 0;
}
.option_list li {
	margin: 5px 0;
	line-height: 1.5em;
    padding-left: 1.25em;
    text-indent: -1.25em;
 }
.option_list ul li:before {
	color: #00a7d3;
	display: inline;
	content: "●";
	margin-right: -0.2em;
}

@media (max-width:600px){
	
	.option-block {
		display: block;
		max-width: 240px;
		margin: auto;
	}
	
	.option-item {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.option-tit {
		font-size: 1.1em;
		height: 2em;
	}
	
	.option_list li {
		margin: 3px 0;
	}
	
}

.game-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.game-item {
	width: 24%;
}

.game-item img {
	margin-bottom: 1em;
}

.game-item p {
	color: #00a7d3;
	font-weight: 500;
}

@media (max-width:600px){
	
	.game-block {
		flex-wrap: wrap;
	}
	
	.game-item {
		width: 48%;
		margin-bottom: 20px;
	}
}



.color-blue {
	color: #00a7d3;
}

.contact-bubble {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 2.8em;
	color: #262626;
	font-size: 1.2em;
	font-weight: 600;
	left: 0.2em;
	margin-bottom: 20px;
	margin-top: -20px;
}

.contact-bubble dd {
	color: #00a7d3;
	margin-left: 1em;
	margin-bottom: 5px;
}

.contact-bubble::before,
.contact-bubble::after {
	width: 1px;
	height: 25px;
	content: "";
	background-color: #00a7d3;
}

.contact-bubble::before {
	margin-right: 1em;
	transform: rotate(-30deg);
}

.contact-bubble::after {
	margin-left: 1em;
	transform: rotate(30deg);
}

@media (max-width:600px){
	
	.contact-bubble {
		margin-bottom: 15px;
		margin-top: -10px;
	}
	
}


.topBtn {
  position:fixed; /*固定*/
  bottom:10px; /*場所を右下に移動*/
  right:5px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  color:#fff;
	background-color: #00a7d3;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:40px;
  height:40px;
  text-align:center;
  line-height:22px;
	padding: 5px;
  box-sizing:border-box;
	z-index: 50;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	transition: .3s;
	cursor: pointer!important;
	
}

.topBtn:hover {
  /*opacity:0.7;*/
	background-color: #007695;
}


footer {
	position: relative;
}

#foot-section {
    z-index: 100!important;
    width: 100%;
	padding: 4% 4% 1% 4%;
	color: #262626;
	background-color: #fff;
	margin-top: -1px;
	box-sizing: border-box;
}

#foot-section a {
	transition: 0.3s linear;
}

#foot-section a:hover {
	opacity: 0.6;
}

.foot-inner {
	width: 100%;
	text-align: center;
}

.foot-logo {
	width: 80px;
	margin: auto;
}

.foot-link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 750px;
	margin: auto;
	font-size: 0.9em;
	margin-bottom: 2em;
	line-height: 2.2em;
}

.foot-pro {
	width: 8em;
	text-align: right;
	font-weight: 600;
}

.foot-val {
	width: calc(100% - 9em);
	text-align: left;
	margin-bottom: 1em;
}

.foot-val a {
	display: inline-block;
	margin: 0 1em;
}


.foot-copy {
	width: 100%;
	font-family: 'Poppins', sans-serif;
	background-color: #fff;
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-align: center;
	padding-bottom: 40px;
}


@media (max-width:768px){
	
	.foot-link {
		max-width: 600px;
	}
	
}

@media (max-width:600px){
	
	#foot-section {
		padding: 9% 4% 1% 4%;
	}
	

}

.pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0!important;
	line-height: 0;
	margin-bottom: 450px;
	z-index: 90;

}

.pagetop a {
	width: 40px;
    display: block;
}
.pagetop a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

@media (max-width:600px){
	
	.pagetop {
		margin-bottom: 280px;
	}
	
	.pagetop a {
		width: 35px;
	}
	
}

@media (max-width:350px){
	
	.pagetop {
		margin-bottom: 300px;
	}
	
	.pagetop a {
		width: 30px;
	}

}


.achi-list {
}

.achi-list dd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.7em;
	border-bottom: solid 1px #c2e5f3;
	padding: 10px 0!important;
}

.achi-list-date {
	width: 22%;
	text-align: left;
	font-weight: 500;
	color: #00a7d3;
}

.achi-list-loc {
	width: 63%;
	text-align: left;
}

.achi-list-count {
	width: 15%;
	text-align: right;
}

.list-date {
	width: 22%;
	text-align: left;
	font-weight: 500;
	color: #00a7d3;
	text-indent: 4em;
	font-size: 0.9em;
}

.list-loc {
	width: 63%;
	text-align: center;
	font-size: 0.9em;
}

.list-count {
	width: 15%;
	text-align: right;
	font-size: 0.9em;
}

@media (max-width:600px){
	
	
	.achi-list-date {
		width: 100%;
	}
	
	.achi-list-loc {
		width: 73%;
	}
	
	.achi-list-count {
		width: 27%;
	}
	
	.list-date {
		width: 15%;
		text-indent: 0;
	}
	
	.list-loc {
		text-align: left;
		width: 64%;
	}
	
	.list-count {
		width: 20%;
	}
	
}


.sub-inteview-logo-case {
	position: absolute;
	top: -35px;
	left: -20px;
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	box-shadow: 4px 4px 6px 1px rgb(0, 0, 0, 0.1);
	z-index: 3;
}

.sub-inteview-logo {
	width: 85%;
	height: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	overflow: hidden;
	/*border: solid 7px #eee;*/
	box-shadow: inset 3px 5px 5px rgba(0,0,0,.1);
	overflow: hidden;
}

.sub-inteview-logo img {
	width: auto;
}

.sub-inteview-top-pic {
	position: relative;
	width: 100%;
	padding-top: 70%;
	margin: 10px 0 0 0;
	overflow: hidden;
	border-radius: 30% 30% 0 0;
    -webkit-border-radius: 30% 30% 0 0;
    -moz-border-radius: 30% 30% 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sub-data-wrap {
	position: relative;
	z-index: 3;
	width: 85%;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 10px;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	box-shadow: 4px 4px 6px 1px rgb(0, 0, 0, 0.1);
}

.sub-interview-data {
	padding: 12px 15px 7px 15px;
	background-color: #f7f7f7;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	/*border: solid 5px #eee;*/
	box-shadow: inset 3px 5px 5px rgba(0,0,0,.1);
}

.event-data {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0.9em;
}

.event-data dd {
	width: 4.5em;
	color: #00a7d3;
}

.event-data dt {
	width: 1.5em;
	color: #00a7d3;
}

.event-data p {
	width: calc(50% - 6em);
}

.event-data dd,
.event-data dt,
.event-data p {
	text-align: left;
	line-height: 2em;
}


.h3-sub {
	display: inline-block;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.6em;
	color: #00a7d3;
	position: relative;
	padding: 0.8em 0;
	margin-bottom: 10px;
}

.h3-sub:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #00a7d3, #00a7d3 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #00a7d3, #00a7d3 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sub-inteview-head {
	display: inline-block;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	border: solid 3px #c2e5f3;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-sizing: border-box;
	padding: 15px 15px 15px 13px;
	margin: 30px 0;
}

.sub-inteview-head img {
	width: 50px;
	margin-left: 0;
}


.sub-inteview-head p {
	width: calc(100% - 68px);
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
}

.sub-inteview-top-pic-top-wrap {
	position: relative;
}

.interview-balloon {
	width: 80%;
	padding: 23px 25px;
	text-align: left;
	background-color: #fff;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-shadow: 3px 3px 8px 2px rgb(0,0,0,0.07);
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.interview-balloon p {
	font-size: 1.05em;
	font-weight: 600;
	margin-bottom: 0.4em;
}

.interview-balloon span {
	display: block;
	margin-bottom: 0.4em;
}

.interview-balloon p b {
	font-weight: 400;
	transform: scale(1.5, 1)!important;
	display: inline-block;
	margin: 0 0.7em 0 0.5em;
}

.interview-pic {
	width: 80%;
	position: relative;
	margin-bottom: 30px;
	z-index: 0;
}

.interview-pic p {
	text-align: center;
	margin: 10px 0 20px 0;
}

.on-right {
	margin: 0 0 30px auto;
}

@media (max-width:768px){
	
	.sub-inteview-logo-case {
		top: -20px;
		left: -15px;
		width: 160px;
		height: 160px;
	}
	
	.sub-inteview-head {
		padding: 10px 20px 10px 15px;
	}
	
	.sub-inteview-head img {
		width: 40px;
	}
	
	.sub-inteview-head p {
		width: calc(100% - 55px);
	}
	
}

@media (max-width:600px){
	
	.sub-inteview-logo-case {
		top: -15px;
		left: -10px;
		width: 100px;
		height: 100px;
	}
		
	.sub-inteview-top-pic {
		margin: 15px 0 0 0;
		padding-top: 90%;
	}

	
	.sub-data-wrap {
		width: 80%;
		margin-top: -50px;
		margin-bottom: 20px;
		padding: 7px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		box-shadow: 2px 2px 4px 1px rgb(0, 0, 0, 0.1);
	}
	
	.sub-interview-data {
		padding: 12px 20px 7px 20px;
		border-radius: 9px;
		-webkit-border-radius: 9px;
		-moz-border-radius: 9px;
		box-shadow: inset 3px 5px 5px rgba(0,0,0,.1);
	}

	.event-data p {
		width: calc(100% - 6em);
	}


	.sub-inteview-head {
		padding: 10px 10px 10px 10px;
	}
	
	.sub-inteview-head img {
		width: 45px;
	}
	
	.sub-inteview-head p {
		width: calc(100% - 58px);
	}
	
	.sub-interview-data {
		padding: 5px 10px;
		bottom: -7px;
		right: -7px;
		line-height: 1.6em;
	}
	
	.h3-sub {
		font-size: 1.6em;
		line-height: 1.5em;
	}

	
}

.process-h3-tit {
	display: inline-block;
	text-align: center;
	font-size: 1.5em;
	font-weight: 500;
	padding: 0;
	padding-bottom: 0.3em;
	border-bottom: dotted 2px #c2e5f3;
	margin-bottom: 30px;
}

.process-label {
	position: absolute;
	top: -50px;
	right: -10px;
	width: 70px;
	height: 140px;
	background-color: #fce74b;
	transform:rotate(-45deg);
}

.process-label p {
	width: 100%;
	height: 100%;
	margin-top: 8px;
	margin-left: -8px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform:rotate(45deg);
	color: #00a7d3;
	font-weight: 500;
}

.process-wrap {
	position: relative;
	display: block;
	border: solid 3px #c2e5f3;
	padding: 25px 25px  20px 25px;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
}

.free:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 75px 0 0;
    border-color: #fce74b transparent transparent transparent;
}
.free:after {
    position: absolute;
    content: "無料";
    transform: rotate(315deg);
    display: block;
    font-size: 1.1em;
    white-space: pre;
    color: #00a7d3;
	font-weight: 500;
    top: 15px;
    left: 8px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}

.process-eng-tit {
	position: absolute;
	top: 15px;
	right: 0;
	background-color: #fce74b;
	color: #00a7d3;
	font-family: 'Poppins', sans-serif;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0 10px 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25px;
}

.process-eng-tit::after {
	position: absolute;
	display: block;
	content: "";
	border-right: 5px solid #fce74b;
	border-bottom: 25px solid transparent;
	width: 0px;
	height: 0px;
	left: -5px;
}


.process-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.process-pic {
	position: relative;
	width: 40%;
	padding-top: 30%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.process-step {
	position: absolute;
	top: -14px;
	left: -7px;
	width: 20%;
}

.process-txt {
	width: 53%;
	text-align: left;
}

.process-tit {
	width: 100%;
	margin: 0 0 1em 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.process-tit img {
	width: 10%;
	margin-right: 3%;
}

.process-tit p {
	width: 87%;
	font-size: 1.1em;
	font-weight: 500;
}

.process-arw {
	width: 100%;
	text-align: center;
	margin: 20px 0 15px 0;
}

.process-arw img {
	width: 70px;
	opacity: 0.5;
}

@media (max-width:768px){
	
	.process-label {
		top: -60px;
		right: -15px;
		width: 70px;
		height: 140px;
	}
	
	.process-label p {
		font-size: 1.1em;
		margin-top: 11px;
		margin-left: -12px;
	}
	
}


@media (max-width:600px){	

	.process-h3-tit {
		font-size: 1.4em;
		padding: 10px 15px;
		margin-bottom: 15px;
	}
	
	.process-wrap {
		padding: 15px 20px 15px 20px;
	}
	
	.free:before {
		left: -5px;
		top: -5px;
	}
	
	.free:after {
		font-size: 1.2em;
	}
	
	.process-eng-tit {
		top: 0;
		padding: 0 7px 0 10px;
		height: 22px;
	}
	
	.process-block {
		display: block;
	}
	
	.process-pic {
		width: 100%;
		padding-top: 65%;
		margin-bottom: 20px;
	}
	
	.process-txt {
		width: 100%;
	}
	
	.process-arw img {
		width: 60px;
	}
	
}

@media (max-width:350px){
	
	.process-wrap {
		padding: 10px 10px 10px 10px;
	}
	
}


.compe-h3-tit {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 60px;
	border: solid 3px #00a7d3;
	font-size: 1.5em;
	padding: 0 20px;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 30px;
	z-index: 2;
}

.compe-sub-tit {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: auto;
	max-width: 40%;
	background-color: #fcf65e;
	color: #00a7d3;
	font-family: 'Poppins', sans-serif;
	font-size: 0.7em;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.3em;
	padding: 0 10px 0  15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	z-index: -1;
}

.compe-sub-tit p {
	text-align: right;
	margin-bottom: 0.3em;
}

.compe-sub-tit::after {
	position: absolute;
	display: block;
	content: "";
	border-right: 15px solid #fcf65e;
	border-top: 60px solid transparent;
	width: 0px;
	height: 0px;
	left: -15px;
}

.compe-block {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.compe-item {
	position: relative;
	overflow: hidden;
	width: 24%;
	height: 70px;
	margin: 0.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.4em;
	background-color: #f7f7f7;
	border: solid 2px #c2e5f3;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-sizing: border-box;
}

.compe-item p {
	position: relative;
	z-index: 2;
}

.pop:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #fcf65e transparent transparent transparent;
	z-index: 0;
}
.pop:after {
    position: absolute;
    content: "人気";
    transform: rotate(315deg);
    display: block;
    font-size: 0.7em;
    white-space: pre;
    color: #00a7d3;
	font-weight: 700;
    top: 10px;
    left: 4px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}

.pops:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #fcf65e transparent transparent transparent;
	z-index: 0;
}
.pops:after {
    position: absolute;
    content: "人気";
    transform: rotate(315deg);
    display: block;
    font-size: 0.9em;
    white-space: pre;
    color: #00a7d3;
	font-weight: 800;
    top: 13px;
    left: 5px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}


@media (max-width:600px){
	
	.compe-h3-tit {
		padding: 0 15px;
		height: 50px;
		font-size: 1.4em;
	}
	
	.compe-sub-tit {
		height: 50px;
	}
	
	.compe-sub-tit::after {
		border-top: 50px solid transparent;
	}
	
	.compe-item {
		width: 32.3333%;
		height: 85px;
		margin: 0.5%;
	}
	
	.compe-sub-tit p {
		font-size: 0.95em;
	}
	
	.pop:before {
		border-width: 40px 40px 0 0;
	}
	
	.pop:after {
		font-size: 0.8em;
		top: 7px;
		left: 2px;
	}
	
	.pops:before {
		border-width: 50px 50px 0 0;
	}
	
	.pops:after {
		font-size: 0.9em;
		top: 10px;
		left: 4px;
	}
	
}

@media (max-width:350px){

	.pop:before {
		border-width: 35px 35px 0 0;
	}
	
	.pop:after {
		font-size: 0.8em;
		top: 5px;
		left: 0px;
	}
	
	.pops:before {
		border-width: 35px 35px 0 0;
	}
	
	.pops:after {
		font-size: 0.8em;
		top: 5px;
		left: 0px;
	}
	
}


.head-yellow::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background-color: #fcf65e;
}

.ac {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.ac > li {
	list-style: none;
}
.ac-label {
	width: 100%;
	min-height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
	cursor: pointer;
	text-align: center;
	position: relative;
	color: #fff!important;
	background-color: #00a7d3!important;
	transition: .3s;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-sizing: border-box;
	margin-bottom: 1px;
	z-index: 2;
}

.ac-label:hover {
	background-color: #007695!important;
}

.ac-label p {
	text-align: left;
	width: 95%;
	margin-right: 5%;
	font-size: 1.1em;
	font-weight: 400;
	z-index: 2;
	display: flex;
}

.ac-label p span {
	margin-right: 0.3em;
	color: #c2e5f3;
	font-size: 1.5em;
	font-weight: 600;
	font-family:'Poppins', sans-serif;
}

.ac-content {
	display: none;
	background-color: #fff;
	color: #262626;
	border-bottom: solid 2px #fff;
}

.icon-wrap {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	white-space: nowrap;
	height: 100%;
	color: #c2e5f3;
	font-size: 0.9em;
	font-weight: 500;
	z-index: 2;
}
.icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
	margin-bottom: 0.1em;
}
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #c2e5f3;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*＋、－切り替え*/
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.ac-comment {
	width: 100%;
	text-align: left;
	padding: 10px 0 10px 0;
}

.ac-comment p {
	margin-bottom: 0.5em;
}

.ac-comment dd {
	font-weight: 700!important;
}

.ac-content-inner {
	padding: 20px 15px;
	text-align: left;
	line-height: 1.8em;
	display: flex;
	font-size: 1.1em;
	border-bottom: solid 1px #00a7d3;
	margin-bottom: 10px;
}

.ac-content-inner span {
	margin-right: 0.3em;
	color: #84c3b7;
	font-size: 1.6em;
	font-weight: 600;
	color: #00a7d3;
	font-family:'Poppins', sans-serif;
}

.faq-vertical-space {
	margin-bottom: 30px;
}

@media (max-width:600px){
	
	.ac {
		margin-bottom: 20px;
	}
	
	.ac-label {
		min-height: 50px;
		padding: 10px 10px 10px 10px;
	}
	
	.ac-label p {
		font-size: 1.1em;
	}
	
	.ac-label-bg {
		background-position: left -50% center;
		background-size: 150px;
	}
	
	.icon-wrap {
		font-size: 0.8em;
		letter-spacing: 0.03em;
	}
	
	.icon-wrap b {
		display: none;
	}
	
	.ac-content-inner {
		padding: 15px 10px;
	}
}


.compe-pic-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.compe-pic-item {
	position: relative;
	overflow: hidden;
	width: 32.3333%;
	margin-bottom: 1.5%;
	padding: 0 0 10px 0;
	background-color: #fff;
	border: solid 3px #c2e5f3;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-sizing: border-box;
}

.compe-pic-item img {
	width:100%;
	background-color: #fff;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-bottom: 10px;
}

.compe-pic-txt {
	width: 90%;
	margin: auto;
	position: relative;
	background-color: #00a7d3;
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.2em;
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	z-index: 2;
}

.bt-compe {
	display: inline-block;
	width: 90%;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	border: solid 2px #c2e5f3;
	padding: 2px;
	color: #00a7d3;
	font-size: 0.9em;
	font-weight: 500;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-sizing: border-box;
}

.bt-compe:hover {
	background-color: #c2e5f3;
}



@media (max-width:600px){
	
	.compe-pic-block {
		justify-content: space-between;
	}
	
	.compe-pic-item {
		width: 49%;
		margin: 0 0 2% 0;
		padding: 0 0 5px 0;
		border: solid 2px #c2e5f3;
	}
	
	.compe-pic-txt {
		font-size: 1em;
	}
	
	.compe-pic-item img {
		margin-bottom: 5px;
	}
	
	.bt-compe {
		margin-top: 5px;
		border: solid 1px #c2e5f3;
		padding: 0px;
	}
		
}



































.bg-pnk-01 {
	background-color: #ff80b1;
}

.bg-pnk-02 {
	background-color: #ffa6c4;
}

.bg-pnk-03 {
	background-color: #ffd7e6;
}

.bg-pnk-04 {
	background-color: #ffebf4;
}

.bg-blue {
	background-color: #4dc3f0;
}

.fc-pnk-01 {
	color: #ff80b1;
}

.fc-pnk-02 {
	color: #ffa6c4;
}

.fc-pnk-03 {
	color: #ffd7e6;
}

.fc-pnk-04 {
	color: #ffebf4;
}


.prize-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3em;
}

.prize-left {
	width: 50%;
	box-sizing: border-box;
}

.prize-left-txt {
	width: 100%;
	background-color: #fff6cf;
	padding: 6% 4% 6% 18%;
	box-sizing: border-box;
}

.prize-left-txt p {
	text-align: left;
}

.prize-notice {
	width: 100%;
	padding: 3% 4% 4% 18%;
	box-sizing: border-box;
}

.prize-right {
	position: relative;
	width: 44%;
	margin-top: 5%;
	padding: 0 15% 3% 0;
	box-sizing: border-box;
}

.prize-right img {
	position: relative;
	z-index: 2;
}

.prize-right-bg {
	position: absolute;
	width: 90%;
	height: 80%;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image:url("../images/bg_stripe.png");
	background-position: left 30px;
	background-repeat: repeat;
	background-size: 100px
}

@media (max-width:768px){
	
	.prize-left-txt {
		padding: 6% 4% 6% 10%;
	}
	
	.prize-notice {
		padding: 3% 4% 4% 10%;
	}

	.prize-right {
		width: 44%;
		margin-top: 0;
		padding: 0 5% 3% 0;
	}
}

@media (max-width:600px){
	
	.prize-box {
		display: block;
	}
	
	.prize-left {
		width: 100%;
	}
	
	.prize-left-txt {
		padding: 3% 7%;
	}
	
	.prize-notice {
		padding: 3% 7%;
	}
	
	.prize-right {
		width: 100%;
		margin-top: 0;
		padding: 3% 7% 5% 7%;
	}
	
	.prize-right-bg {
		background-size: 70px
	}
	
}

.s-prize-box {
	width: 1500px;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 0 3% 3% 0.5%;
}

.s-prize-item {
	width: 30%;
	box-shadow: 4px 4px 6px 1px rgb(0, 0, 0, 0.1);
	display: flex;
	background-color: #fff;
	flex-direction: column;
	text-align: left;
	margin-right: 2%;
}

.s-prize-img {
	position: relative;
	vertical-align: bottom;
}

.s-prize-img img {
	vertical-align: bottom;
	overflow: hidden;
}

.s-prize-img img:hover{
	filter: opacity(50%);
	transition:0.5s all;
	cursor: pointer;
}

.s-prize-comment-p,
.s-prize-comment-b {
	position: absolute;
	bottom: -2.5%;
	left: -1.5%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 2.8em;
	padding: 0 4%  0 4%;
	/*border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;*/
	color: #fff;
	font-size: 0.85em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 0;
	z-index: 5;
}

.s-prize-comment-p {
	background-color: #ff80b1;
}

.s-prize-comment-b {
	background-color: #4dc3f0;
}

.s-prize-comment-p::after,
.s-prize-comment-b::after {
  position: absolute;
  display: block;
  content: "";
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 2.8em solid transparent;
  width: 0px;
  height: 0px;
  right: -5px;
}


.s-prize-comment-p::after{
  border-left: 5px solid #ff80b1;
}
.s-prize-comment-b::after{
  border-left: 5px solid #4dc3f0;
}

.s-prize-tit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4.7em;
	margin-top: 0.7em;
	padding: 1.5% 5% 0 5%;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	box-sizing: border-box;
}

.s-prize-tit p {
	width: 100%;
	line-height: 1.4em;
	margin: 0;
}

.s-prize-tit span {
	display: inline-block;
}


.s-prize-item p {
	padding: 0 5%;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}

.s-prize-spec {
	margin-top: auto!important;
	padding: 0 5% 7% 5%;
	font-size: 0.9em;
	letter-spacing: 0.07em;
}

.inner-prize {
	width:94%;
	max-width: 1200px;
	margin: auto;
	text-align:center;
	position: relative;
	pointer-events:all;
	z-index: 4;
}

@media (max-width:1200px){
	
	.inner-prize {
		width:97%;
		margin-left: 3%;
		overflow-x: scroll;
		padding-bottom: 2em;
	}
	
	.inner-prize::-webkit-scrollbar{
		width: 10px;
	}
	
	.inner-prize::-webkit-scrollbar-track{
		background-color: #eee;
	}
	
	.inner-prize::-webkit-scrollbar-thumb{
		background-color: #ffd7e6;
	}
	
	.inner-prize::-webkit-scrollbar {
		height: 5px!important;
	}
	
	
}

@media (max-width:768px){
	
	.s-prize-box {
		width: 1450px;
		padding: 0 2% 3% 1%;
	}
	
}

@media (max-width:600px){
	
	.s-prize-box {
		width: 1250px;
		padding: 0 3% 3% 2%;
	}
	
	.s-prize-item {
		margin-right: 1.5%;
	}
	
}


@media (max-width:350px){
	
	.s-prize-box {
		width: 1100px;
	}
	
}

/*
.s-prize-box {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.s-prize-item {
	width: 30%;
	box-shadow: 4px 4px 6px 1px rgb(0, 0, 0, 0.1);
	display: flex;
	background-color: #fff;
	flex-direction: column;
}

.s-prize-txt {
	padding: 3% 4% 7% 4%;
	text-align: left;
	letter-spacing: 0.05em;
	display: flex;
	flex-direction: column;
}

.s-prize-tit {
	font-weight: 500;
	margin-bottom: 0.5em;
}

.s-prize-spec {
	margin-top: auto!important;
}
*/


.instructor-sec {
	width: 100%;
	max-width: 900px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: auto;
	box-sizing: border-box;
	margin-bottom: -3em;
}

.instructor-item {
	position: relative!important;
	display: block;
	width: 30%;
	margin-bottom: 3em;
}

.instructor-bg {
	display: block;
	padding: 3.5%!important;
	box-sizing: border-box;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background-image:url("../images/bg_stripe.png");
	background-repeat: repeat;
	background-size: 100px;
	margin-bottom: 1em;
}

.instructor-sec-img {
	display: block;
	position: relative!important;
	line-height: 0;
	overflow: hidden!important;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	z-index: 1;
}

.shutter {
	position:absolute;
	left:-100%;
	top:0;
	width: 100%;
	height: 100%;
	z-index:100;
}

.lsn-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 24%;
	z-index: 2;
}

.instructor-name {
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin-bottom: 0.3em;
}

.instructor-name p {
	font-size: 0.5em;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

.icn-instructor-sns {
	display: flex;
	justify-content: center;
}

.icn-instructor-sns a {
	width: 14%;
	margin: 0 2%;
	transition: all 0.2s ease-out;
}

.icn-instructor-sns a:hover {
	transform: scale(1.1);
}




@media (max-width:600px){
	
	.instructor-item {
		width: 45%;
		margin-bottom: 3em;
	}
	
	.icn-instructor-sns a {
		width: 18%;
		margin: 0 2%;
	}
	
	.instructor-bg {
		background-size: 70px;
	}
}

@media (max-width:600px){
	
	.instructor-item {
		width: 48%;
		margin-bottom: 2em;
	}
	
	.instructor-name {
		font-size: 1.3em;
	}
	
	.icn-instructor-sns a {
		width: 20%;
		margin: 0 2%;
	}
}





.sche-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 60px 2% 0 2%;
	border: solid #ffd7e6;
	border-width: 0 0 6px 0;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
}

.sche-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	color: #ff8db9;
	display: flex;
	justify-content: space-between;
}

.sche-date p{
	text-align: left;
	padding: 0 2%;
	font-family:'Oswald', sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: 0.03em;
}

.sche-date dd{
	text-align: right;
	padding: 0 2%;
}


.sche-item {
	position: relative;
	width: 15.5%;
	padding: 1.8% 1.5% 1.5% 2%;
	background-color: #ff8db9;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	line-height: 1.6em;
	margin-bottom: 35px;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,.15));
	border-radius: 7px 7px 7px 0;
    -webkit-border-radius: 10px 10px 10px 0;
    -moz-border-radius: 10px 10px 10px 0;
	background-image:url("../images/bg_petal.png");
	background-repeat: no-repeat;
	background-size: 27px;
	background-position: right 8% bottom 15%;
}

.sche-item::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  bottom: -40px;
  margin: 0 auto;
  border-top: 40px solid #ff8db9;
  border-right: 20px solid transparent;
  border-left: 0 solid transparent;
}

.sche-time {
	color: #ffeea6;
	font-family:'Oswald', sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-align: left;
	margin-bottom: 0.2em;
}

.sche-time span {
	font-size: 0.65em;
}

.sche-contents {
	text-align: left;
	color: #fff;
}

.sche-lsn {
	font-size: 0.8em;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.2em;
	font-weight: 500;
}
	
.sche-inst {
	font-size: 1.3em;
}

.arw-bottom {display: none;}

.arw-right {
	position: absolute;
	width: 30px;
	right: -7px;
	bottom: -6px;;
	line-height: 0;
}

@media (max-width:980px){
	
	.sche-item {
		padding: 6% 5% 6% 5%;
	}
	
	.sche-time {
		margin-bottom: -0.1em;
	}
	
	.sche-time span {
		display: block;
	}
	
	.sche-contents {
		font-size: 0.8em;
	}
	
}


@media (max-width:768px){
	
	.sche-box {
		display: block;
		width: 80%;
		padding: 65px 0 3% 0;
		margin: auto;
		border-width: 0 0 0 6px;
	}
	
	.sche-date p {
		font-size: 2.4em;
		padding: 0 4%;
	}
	
	.sche-date dd {
		display: none;
	}
	
	.sche-item {
		width: calc(100% - 30px);
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 6% 5% 6% 7%;
		margin: 0 0 4% 30px;
		-webkit-box-sizing: border-box!important;
		box-sizing: border-box!important;
		background-position: right 5% bottom 20%;
	}
	
	.sche-item::before{
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		left: -30px;
		bottom: 0;
		margin-top: -30px;
		border-right: 30px solid #ff8db9;
		border-top: 15px solid transparent;
		border-bottom: 0 solid transparent;
	}
	
	.sche-time {
		font-size: 3em;
		display: flex;
		align-items: center;
		margin-right: 0.5em;
	}
	
	.sche-time span {
		margin: 0.2em 0 0 0.3em;
	}
	
	.sche-contents {
		display: flex;
		box-sizing: border-box;
		font-size: 1.6em;
		margin-top: 0.3em;
	}
	
	.sche-lsn {
		font-size: 0.9em;
		white-space: nowrap;
		margin: 0.2em 0.5em 0 0;
	}
	
	.sche-inst {
		white-space: nowrap;
	}

	.arw-bottom {
		display: block;
		position: absolute;
		width: 26px;
		left: -16px;
		bottom: -6px;
		line-height: 0;
	}
	
	.arw-right {display: none;}
	
}

@media (max-width:600px){
	
	.sche-box {
		width: 85%!important;
		padding: 50px 0 8% 0;
	}
	
	.sche-item {
		background-size: 25px;
	}
	
	.sche-date {
		font-size: 0.9em;
	}
	
	.sche-time {
		font-size: 2em;
	}
	
	.sche-contents {
		display: block;
		font-size: 1.1em;
		margin-top: -0.2em;;
	}
	
}

@media (max-width:380px){
	
	.sche-box {
		width: 100%!important;
	}
	
}

@media (max-width:350px){
	
	.sche-time {
		display: block;
		text-align: right;
		margin-right: 0.5em;
	}
	
	.sche-time span {
		margin: 0.2em 0 0 0.3em;
		display: block;
	}
	
	
	.sche-item {
		width: calc(100% - 30px);
		padding: 7% 7%;
		margin: 0 0 7% 25px;
	}
	
	.sche-item::before{
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		left: -30px;
		bottom: 0;
		margin-top: -30px;
		border-right: 30px solid #ff8db9;
		border-top: 15px solid transparent;
		border-bottom: 0 solid transparent;
	}
	
	.sche-contents {
		margin-top: -0.5em;;
	}
	
}

.zoom-map {
	width: 100%;
	margin-bottom: 0;
	background-color: #fff;
}

.zoom-map img {
	width: 100%;
	vertical-align: bottom;
}


.dual-block {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.dual-block-item {
	width: 48%;
	text-align: left;
}

@media (max-width:600px){
	
	.dual-block {
		display: block;
	}
	
	.dual-block-item {
		width: 100%;
	}
	
}

.ev_pro {
	position: relative;
	max-width:100%;
	padding: 0 15px 0.7em 0;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin-bottom: 0.5em;
}

.ev_pro::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0.5em;
	width: 15px;
	height: 2px;
	background-color: #ffd7e6;
}

.ev_pro:before {
	content:'■';
	color: #ff80b1;
	font-size: 1.6em;
	vertical-align: sub;
}


.ev_val{
	max-width:100%;
	text-align: left;
	padding: 0 0 2em 0;
}

.ev_val span {
	font-weight: 500;
}

.ev_list ul {
	list-style-type: none;
	font-size: 1em;
	margin: 0;
}
.ev_list li{
	margin: 5px 0;
	line-height: 1.5em;
    padding-left: 1.25em;
    text-indent: -1.25em;
 }
.ev_list ul li:before {
	color: #ffd7e6;
	display: inline;
	content: "●";
	margin-right: -0.2em;
}

.ev_list li p{
    text-indent: 0;
	text-align: left!important;
	font-weight: 400;
 }

.ev_list li p span{
	font-weight: 500;
 }

.map {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

@media (max-width:600px){
	
	.map {
		height: 300px;
	}
	
}

.category-disc {
	position: relative;
	display: block;
	width: 100%;
	padding: 3% 4%;
	border: solid 3px #eee;
	box-sizing: border-box;
	border-radius: 10px;
}

.category-disc-bt {
	display: inline-block;
	width: 20em;
	text-align: center;
	background-color: #ff80b1;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.03em;
	padding: 1% 2.2%;
	box-sizing: border-box!important;
	border-radius: 5px;
}

.category-disc-bt:hover {
	background-color: #f6639c;
	
}


.category-disc-comment {
	position: absolute;
	top: -15%;
	left: -1%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 2.4em;
	padding: 0 1%  0 1.5%;
	background-color: #4dc3f0;
	/*border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;*/
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 0;
	z-index: 5;
}

.category-disc-comment::after {
  position: absolute;
  display: block;
  content: "";
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 2.4em solid transparent;
  width: 0;
  height: 0;
  right: -5px;
}

.category-disc-comment::after{
  border-left: 5px solid #4dc3f0;
}

.category-mt {
	margin-top: 1em;
}

@media (max-width:600px){
	
	
.category-disc-comment {
	position: absolute;
	top: -10%;
	left: -2%;}
	
}

.lsn-tit {
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 0.3em;
}

.lsn-tit:before {
	color: #ffa6c4;
	display: inline;
	content: "II";
	letter-spacing: -0.05em;
	margin-right: 0.4em;
	font-size: 1.4em;
	font-weight: 700;
	vertical-align:bottom;
}


/*
.entry-bt {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
	overflow: visible;
}

.entry-bt a{
	width: 49.5%!important;
	max-width: 350px;
	padding: 25px 10px 35px 10px!important;
	line-height: 2.5em;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	color: #fff;
	background-color: #1ea0d2;
	background: -moz-linear-gradient(top, #4dc3f0, #1ea0d2);
	background: -webkit-linear-gradient(top, #4dc3f0, #1ea0d2);
	background: linear-gradient(to bottom, #44cde6, #31b5cd);
	box-sizing: border-box!important;
	transition: all 0.2s ease-out;
	cursor: pointer!important;
	overflow: visible;
}

.entry-bt a p {
	letter-spacing: 0.15em;
	margin-bottom: 5px;
}

.entry-bt a img {
	width: 50%;
	min-width: 120px;
	margin: 0;
}



.entry-bt a:hover {
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
	background: -moz-linear-gradient(top, #2eb3e6, #1194c6);
	background: -webkit-linear-gradient(top, #2eb3e6, #1194c6);
	background: linear-gradient(to bottom, #2eb3e6, #1194c6);
	border: solid 1px #fff;
	opacity: 1!important;
	transform: scale(1.03);
}
*/

.inner-bt {
	width:94%;
	max-width: 350px;
	margin: auto;
	text-align:center;
	position: relative;
	pointer-events:all;
	z-index: 4;
}

.ent-bt {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.03em;
	padding: 10% 2.2%;
	box-sizing: border-box!important;
	background-color: #1ea0d2;
	background: -moz-linear-gradient(top, #4dc3f0, #1ea0d2);
	background: -webkit-linear-gradient(top, #4dc3f0, #1ea0d2);
	background: linear-gradient(to bottom, #4dc3f0, #1ea0d2);
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	transition: all 0.2s ease-out!important;
	margin-bottom: 1em;
}

.ent-bt:hover {
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
	background: -moz-linear-gradient(top, #2eb3e6, #1194c6);
	background: -webkit-linear-gradient(top, #2eb3e6, #1194c6);
	background: linear-gradient(to bottom, #2eb3e6, #1194c6);
	border: solid 1px #fff;
	opacity: 1!important;
	transform: scale(1.03);
}

.ent-bt img {
	width: 50%;
	display: block;
}

.kotoku-bt {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #ff80b1;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.03em;
	padding: 4% 2.2%;
	box-sizing: border-box!important;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	transition: all 0.2s ease-out!important;
}

.kotoku-bt:hover {
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
	background-color: #f6639c;
	border: solid 1px #fff;
	opacity: 1!important;
	transform: scale(1.03);
}


@media (max-width:600px){
	
	.entry-bt {
		display: block;
	}
	.entry-bt a{
		display: block;
		width: 100%!important;
		max-width: 400px;
		padding: 30px 10px 40px 10px!important;
		margin: auto;
		margin-bottom: 10px;
	}
	
	.kotoku-bt {
		padding: 3% 2%;
	}

}

.sponsor-block {
	width: 100%;
	max-width: 450px;
	display: flex;
	justify-content: center;
	margin: auto;
}

.sponsor-block a {
	width: 48%;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

.sponsor-block a:hover {
	/*box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);*/
	opacity: 1!important;
	transform: scale(1.1);
}

.sns-window {
	padding: 1%;
	background-image:url("../images/bg_stripe.png");
	background-repeat: repeat;
	background-size: 100px;
}

.sns-window iframe {
	vertical-align: bottom!important;
	line-height: 0;
	margin-bottom: -2px;
}

@media (max-width:600px){
	
	.sns-window {
		padding: 2%;
		background-size: 50px;
	}

	
}








.movie-start{
	display: inline-block;
	width: 100%;
	max-width: 800px;
	position: relative;
	box-sizing: border-box;
	margin: auto;
	overflow: hidden;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	z-index: 2;
	background: #000;
	border: solid 1px #ccc;
}

.movie-start img:hover {
	transform: scale(1.1);
	opacity: 0.5;
	filter: blur(2px);
}


.movie-start img {
	vertical-align: bottom;
	transition: 1s;
}
.movie-btn{
	vertical-align: middle;
	position: absolute;
	top: 45%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 10%;
	z-index: 3;
	pointer-events: none;
}

.movie-btn img{
	border: 0;
	pointer-events: none;
}

.movie-cap {
	font-size: 0.85em;
	font-weight: 300;
	letter-spacing: 0.3em;
	font-family: 'Poppins', sans-serif;
	margin-top: 0.7em;
}

.movie-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url("../images/mainvisual.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.5;
}

@media (max-width:600px){
	
	.movie-btn{
		top: 36.5%;
		width: 17%;
	}
	
}


/*===========================================================================================*/


.h2-center {
	text-align: center;
	position: relative;
	margin-bottom: 2.2em;
}
.h2-center::before {
  content: '';
  width: 25px;
  height: 0.5px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -1.1em;
}

.h2-left {
	text-align: left;
	position: relative;
	margin-bottom: 2.2em;
}
.h2-left::before {
  content: '';
  width: 25px;
  height: 0.5px;
  position: absolute;
  left: 0.4em;
  bottom: -1.1em;
}

@media (max-width:768px){
	
	.h2-left {
		text-align: center;
	}
	
	.h2-left::before {
		left: 0;
		right: 0;
		margin: 0 auto!important;
	}
	
}

.bg-fff::before {
	background-color: #fff;
}

.bg-26::before {
	background-color: #262626;
}



.h3-variable {
	margin-bottom: 20px;
}

@media (max-width:768px){
	
	.h3-variable {
		margin-bottom:4em!important;
		text-align: center;
		margin: auto;
	}
	
}

@media (max-width:600px){
	
}

@media (max-width:350px){
	
	
}


#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
	overflow: hidden;
  background: #00a7d3;
	/*background-image:url("../images/test.jpg");
	background-position: bottom 30% center;
	background-repeat: no-repeat;
	background-size: cover;*/
  z-index: 9999;
}
#loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
	padding-left: 5px;
  margin-top: -130px;
  margin-left: -100px;
  text-align: center;
  color: #ddd;
  z-index: 2;
	overflow: hidden;
}

#loader img {
	width: 170px;
	margin-bottom: -80px;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #fff!important;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.2em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.2em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.goods-preview {
	width: 100%;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 3%;
	margin: auto;
	box-sizing: border-box;
}

.goods-preview-img {
	display: block;
	position: relative!important;
	width: 17.5%;
	margin: 0 3%;
	line-height: 0;
	overflow: hidden;
}
/*
.shutter {
	position:absolute;
	top:-100%;
	left:0;
	width: 100%;
	height: 100%;
	background-color:#fff;
	z-index:100;
}*/

@media (max-width:768px){
	
	.goods-preview {
		padding: 0 2%;
	}
	
	.goods-preview-img {
		width: 20%;
		margin: 0 2%;
	}
	
}



@media (max-width:600px){
	
	.goods-preview {
		padding: 0 3%;
	}
	
	.goods-preview-img {
		width: 44%;
		margin: 3%;
	}
	
}

.feature-section {
	width: 100%;
	display: flex;	
	justify-content: space-between;
	margin-bottom: 10%;
}

.feat-pic {
	width: 42%;
	position: relative;
	overflow: hidden;
}

.feat-conte {
	width: 58%;
	height: auto;
	display: flex;
	margin-top: 2%;
}

.feat-txt {
	width: auto;
	margin: 0 10%;
	text-align: left;
}

.feat-txt dd {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 1.4em;
	font-weight: 800;
	line-height: 2em;
	letter-spacing: 0.3em;
	margin-bottom: 1em;
}

.feat-txt dd span {
	display: inline-block;
}

.feat-txt-p {
	position: relative;
}

.feat-txt-p::after{
	content: '';
	width: 30px;
	height: 0.5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3em;
	background-color: #262626;
}

.feat-vertical {
	display: flex;
	margin-left: 7%;
}

.feat-ver-line {
	width: 10px;
	height: 80%!important;
	margin: 0 10px!important;
	overflow: hidden;
	background: linear-gradient(rgba(245,245,240,1),rgba(245,245,240,0));
}

.feat-ver-line p {
	width: 10px;
	height: 100%!important;
	background-color: #c00;
	animation: ft 6s linear;
	-webkit-animation: ft 6s linear;
	animation-iteration-count: infinite;
	background: linear-gradient(rgba(240,240,235,0),rgba(240,240,235,1),rgba(240,240,235,0));
}

@keyframes ft {
	  0% {transform:translateY(-100%);}
	100% {transform:translateY(100%);}
}

.feat-ver-tit {
	margin: 0 15px!important;
	background-color: #444;
	display: block;
	width: 0;
}

.feat-ver-tit p{
	color: #262626;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.4em;
	text-indent: -0.4em;
	line-height: 1em;
	transform:rotate(90deg);
	transform-origin:left top 50%;
}

.feat-ver-tit {
	margin: 0 10px!important;
	background-color: #444;
	display: block;
	width: 0;
}

.feat-ver-tit p {
	color: #262626;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.4em;
	text-indent: -0.4em;
	line-height: 1em;
	transform:rotate(90deg);
	transform-origin:left top 50%;
}

.feat-space {
	width: 10%;
}

.flex-rev {
	flex-flow: row-reverse;
}

.notice ul {
	list-style-type: none;
	font-size: 0.9em!important;
	text-align: left;
}
.notice li{
	margin: 3px 0;
    padding-left: 1.3em;
    text-indent: -1.15em;
	line-height: 1.5em;
 }
.notice ul li:before {
	font-size: 1em;
	display: inline;
	content: "※";
	margin-right: -0.33em;
}

@media (max-width:768px){
	
	.feature-section {
		max-width: 550px;
		display: block;
		margin: auto;
		margin-bottom: 80px;
	}
	
	.feat-pic {
		width: 100%;
	}
	
	.feat-conte {
		width: 100%;
		margin-top: 5%;
		margin-bottom: 15%
	}
	
	.feat-txt {
		margin: -1% 3% 0 3%;
	}
	
	.feat-ver-line {
		width: 12px;
		height: 200px!important;
		margin: 0 3px 0 10px!important;
	}
	
	.feat-txt-p::after{
		bottom: -2em;
	}
	
	.feat-space {
		width: 0;
	}
	
	.flex-rev {
		flex-flow: row;
	}

}

@media (max-width:600px){
	
	.feat-txt dd {
		font-size: 1.3em;
		line-height: 2em;
		letter-spacing: 0.3em;
	}

}

@media (max-width:350px){
	
	.feat-txt dd {
		font-size: 1.2em;
		line-height: 2em;
		letter-spacing: 0.2em;
	}

}


.aroma-section {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.aroma-conte {
	width: 35%;
	text-align: left;
}

.aroma-conte p {
	line-height: 2em;
	margin-bottom: 3em;
	position: relative;
}

.aroma-conte p::after{
	content: '';
	width: 30px;
	height: 0.5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1.5em;
	background-color: #262626;
}


.aroma-conte dd {
	line-height: 1.9em;
	font-size: 0.9em;
}

.aroma-pic {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.aroma-pic img {
	width: 26%;
}

@media (max-width:768px){
	
	.aroma-section {
		display: block;
		max-width: 550px;
		margin: auto;
	}
	
	.aroma-conte {
		width: 100%;
		margin-bottom: 4em;
	}
	
	.aroma-pic {
		width: 100%;
	}
	
	.aroma-pic img {
		width: 28%;
	}
	
}

@media (max-width:768px){
	
	.aroma-pic img {
		width: 30%;
	}

}

.product-section {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.product-case {
	position: relative;
	display: block;
	width: 45%;
}

.product-item {
	position: relative;
	width: 100%;
	padding: 6% 8% 3% 8%;
	background: linear-gradient(rgba(234,218,197,1),rgba(239,225,206,1),rgba(246,233,217,1));
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 2em;
}

.product-item img {
	width: 60%;
}

.product-head {
	text-align: left;
	margin-bottom: 0.3em;
}

.product-head dd {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 1.4em;
	font-weight: 900;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	margin-bottom: 0.6em;
}

.product-head dd span {
	display: inline-block;
}

.product-head dt {
	display: inline-block;
	padding: 1.2% 3% 1% 3%;
	font-family: 'Poppins', sans-serif;
	font-size: 0.85em;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	border: solid 1px #262626;
	margin-bottom: 0.7em;
}

.pro-comment {
  height:3.5em;
  display:table;
  text-align:left;
	line-height: 1.6em;
	margin-bottom: 0.3em;
}

.pro-comment p {
  display:table-cell;
  vertical-align:middle;
}

.pro-comment p span {
  display:inline-block;
}



.product-head div {
	/*display: flex;
	justify-content: flex-start;
	align-items: center;*/
	vertical-align: middle;
	height: 3.5em;
	line-height: 1.8em;
	margin-bottom: 0.3em;
}

.product-head dl {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 1.6em;
	font-weight: 900;
	line-height: 1.2em;
	letter-spacing: 0.15em;
}

.product-head dl span {
	font-size: 0.55em;
	letter-spacing: 0.2em;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	display: inline-block;
}

.pro-tag {
	position: absolute;
	top: -45px;
	right: -45px;
	width: 70px;
	height: 70px;
	background-color: #262626;
	transform:rotate(45deg);
	transform-origin: center;
	background: linear-gradient(rgba(50,50,50,1),rgba(50,50,50,1),rgba(38,38,38,1));
	-webkit-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    -ms-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media (max-width:768px){
	
	.product-section {
		display: block;
		
	}
	
	.product-case {
		width: 100%;
		max-width: 600px;margin: auto;
		
	}
	
	.product-item {
		padding: 4% 7%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		background: linear-gradient(rgba(234,218,197,1),rgba(239,225,206,1),rgba(247,235,223,1));
		margin-bottom: 30px;
	}
	
	.product-btm {
		margin-bottom: 3em!important;
	}
	
	.product-head {
		width: 60%;
	}
	
	.product-item img {
		width: 40%;
	}

}

@media (max-width:600px){
	
	.product-case {
		max-width: 350px;
		margin: auto;
	}
	
	.product-item {
		display: block;
		padding: 8% 10% 4% 10%;
	}
	
	.product-head {
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	.product-head dl span {
		line-height: 1em;
	}
	
	.product-item img {
		width: 60%;
	}
	
}

.btnarrow {
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  border: 2px solid #262626;
    padding: 6px 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #262626;
    outline: none;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 1.1em;
	font-weight: 900;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
    /*アニメーションの指定*/
    transition: all .4s linear;
}

.btnarrow:hover{
  background:#262626;
  color:#fff;
	cursor: pointer;
}

/*矢印と下線の形状*/
.btnarrow::before{
  content:"";
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  top:50%;
  right:-17px;
    /*下線の形状*/
  width:30px;
  height:0.5px;
  background:#262626;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow::after{
  content:"";
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top: 21%;
    right: -21px;
    /*矢印の形状*/
 /* width:1px;
  height:12px;
  background:#262626;
    transform:skewX(45deg);*/
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow:hover::before{
  right:-30px;
}

.btnarrow:hover::after{
  right:-25px;
}

.brand-section {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 6% 2%;
	box-sizing: border-box;
	margin-bottom: 5%;
}

.brand-logo {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand-logo dl {
	width: 35%;
}

.brand-logo dl img {
	margin-bottom: 0.5em;
}

.brand-logo dl p {
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}


.brand-txt {
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	margin-top: 6%;
}

.brand-txt dd {
	font-family: 'Poppins', sans-serif;
	font-size: 1.15em;
	font-weight: 500;
	letter-spacing: 0.3em;
	margin-bottom: 1em;
}

.brand-txt p {
	margin-bottom: 1.5em;
}

.b-line-lt,
.b-line-rt,
.b-line-lb,
.b-line-rb {
	position: absolute;
	width: 25px;
	height: 1px;
	background-color: #fff;
}

.b-line-lt {
	left: 0;
	top: 0;
}

.b-line-rt {
	right: 0;
	top: 0;
}

.b-line-lb {
	left: 0;
	bottom: 0;
}

.b-line-rb {
	right: 0;
	bottom: 0;
}

.signeture {
	margin-top: 30px;
	text-align: right;
}

.signeture img {
	width: 90px;
	margin-right: 15px;
}

@media (max-width:768px){
	
	.brand-section {
		display: block;
		padding: 6% 2%;
		margin-bottom: 50px;
		max-width: 600px;
		margin: auto;
	}
	
	.brand-logo,
	.brand-txt {
		width: 100%;
	}
	
	.brand-logo dl {
		width: 30%;
	}
	
	.brand-logo {
		padding: 10% 0 15% 0;
	}
		
	.brand-txt {
		margin-top: 0;
	}
	
}


@media (max-width:600px){
	
	.brand-logo dl {
		width: 40%;
	}

}

.contact-section {
	width: 100%;
}

.contact-section p {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 1.15em;
	font-weight: 900;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

.arrow-down {
	width: 18px;
	height: 18px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform:rotate(45deg);
	transform-origin: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 25px;
}

.btn-contact {
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  border: 1px solid #fff;
    padding: 13px 60px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #262626;
    outline: none;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: 900;
	line-height: 1.8em;
	letter-spacing: 0.4em;
	text-indent: 0.2em;
    /*アニメーションの指定*/
    transition: all .4s linear;
	background: rgba(0,0,0,.7);
}

.btn-contact:hover{
  background: rgba(255,255,255,.6);
  color:#262626;
	cursor: pointer;
}

/*矢印と下線の形状*/
.btn-contact::before{
  content:"";
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  top:50%;
  right:-17px;
    /*下線の形状*/
  width:30px;
  height:0.5px;
  background:#fff;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btn-contact::after{
  content:"";
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top: 21%;
    right: -21px;
    /*矢印の形状*/
 /* width:1px;
  height:12px;
  background:#262626;
    transform:skewX(45deg);*/
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btn-contact:hover::before{
  right:-30px;
}

.btn-contact:hover::after{
  right:-25px;
}




/*==============================================================================*/

/*
.top-conte-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 5%;
}

.top-conte-list dt {
	width: 30%;
	
}

.top-conte-thum {
	overflow: hidden!important;
	border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
	margin-bottom: 5%;
}
*/

.top-conte-list {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin: 5%;
	margin-bottom: 0!important;
}

.top-conte-head,
.top-conte-thum {
	position: relative;
	width: 48%;
    padding-top: 24%;
	overflow: hidden;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-bottom: 4%;
	z-index: 2;
}

.top-conte-head {
	
}

.top-conte-head dd {
	width: 100%;
	height: 100%;
	pointer-events:auto;
	position: absolute;
	top: 0;
	left: 0;
	background: #00a7d3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.top-conte-head dd p {
	padding: 0;
	text-align: center;
}

.top-conte-head img {
	max-width: 170px;
	margin-bottom: 3px; 
}

.top-conte-head dd p span {
	font-size: 0.95em;
	letter-spacing: 0.34em;
}

.top-conte-thum {
	position: relative;
}

.conte-tit{
	width: 100%;
	text-align: left;
	position: absolute;
	top: 9%;
	left: 5%;
	pointer-events: none!important;
}

.conte-tit-eng {
	display: inline-block;
	font-family: 'din1451';
	font-family: 'Poppins', sans-serif;
	font-size: 1.3em!important;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.conte-tit-eng:before {
  content: '';
  width: 25px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -11px;
  background-color: #fff;
}

.conte-tit-jp {
	position: absolute;
	width: auto;
	text-align: left;
	font-size: 0.9em!important;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	color: #fff;
	margin-top: 23px;
}

.conte-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: 0.8s;
}

/*
.conte-bt {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	position: absolute;
	width: auto;
	bottom: 7%;
	right: 3%;
	color: #00a7d3;
	pointer-events: none;
	height: 36px;
	padding: 0 15px 0 20px;
	background: #fff;
	border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}*/

.conte-bt {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	position: absolute;
	width: auto;
	bottom: 7%;
	right: 3%;
	color: #00a7d3;
	pointer-events: none;
	height: 32px;
	padding: 0 13px 0 17px;
	background: #fff;
	border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

.conte-bt span {
	font-size: 0.8em!important;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	text-indent: 0.15em; 
	white-space: nowrap;
	margin-right: 10px;
}

.conte-bt img {
	width: 5px;
}

.arrrr {
	display: block;
	margin: auto;
	margin-top: 10px;
	width: 35%;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	transform: skew(45deg)!important;
}

.conte-inner {
	width: 100%;
	height: 100%;
	line-height: 0;
	pointer-events:auto;
	position: absolute;
	top: 0;
	left: 0;
}

.top-conte-thum img {
	transition: 0.8s;
	filter: blur(0);
}

.top-conte-thum img:hover {
	transform: scale(1.05);
	filter: blur(4px);
	opacity: 0.4;
}

.conte-txt:hover {
	opacity: 1;
}

@media (max-width:768px){
	
	.top-conte-head,
	.top-conte-thum {
		width: 100%;
		padding-top: 40%;
	}
	
}



@media (max-width:600px){
	
	.top-conte-head,
	.top-conte-thum {
		width: 100%;
		padding-top: 50%;
	}
	
	.top-conte-head img {
	max-width: 130px;
	margin-bottom: 0; 
}

.top-conte-head dd p span {
	font-size: 0.8em;
	letter-spacing: 0.3em;
}

	
	.conte-tit-eng {
		font-size: 1.25em!important;
	}
	
	.conte-tit-eng:before {
		width: 12px;
		bottom: -5px;
	}
	
	.conte-tit-jp {
		margin-top: 15px;
	}

	.conte-bt {
		bottom: 5%;
		right: 2%;
		height: 26px;
		padding: 0 12px 0 15px;
		border-radius: 13px;
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
	}
	
	.conte-bt span {
		font-size: 0.7em!important;
		margin-right: 5px;
	}
	
}

@media (max-width:650px){
	
}

@media (max-width:350px){
	


}

.client-pro {
	width: 50%;
	position: relative;
	background-color: #00a7d3;
	text-align: left;
	z-index: 5;
	display: flex;
	align-items: center;
}

.client-tit {
	margin: 0 10% 10% 10%;
}

.client-tit p {
	font-weight: 300;
}

.client-tit h2{
	text-indent: 0;
	position: relative;
}

.arw-wrap {
		margin-bottom: 20px;
	}

.one-arw {
	display: block;
	margin: auto;
	width: 120%;
	height: 8px;
	margin: 0 0 15px -5px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	transform: skew(45deg)!important;
}


.sps-box {
	position: relative;
	width: 50%;
	height:500px;
	z-index: 3;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	/*animation-name: loop;
	/*animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;*/
	will-change: animation;
	background: rgba(0,0,0,.4);
	opacity: 1;
	pointer-events: none;
}

.sps-box:hover{
	opacity: 1!important;
}

.sps-box span {
	width: 100%;
	text-align: left;
	margin: 0 5% 0 10%;
	padding: 0;
}


.sps-box span >a >img {
	width: 20%;
	height: auto;
	margin: 5.5% 5% 0 0;
	padding: 0;
	opacity: 1!important;
	background: #000;
	transition: 0.3s;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

@keyframes loop {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}

.sps-box span:first-child {
  animation: loop 40s -20s linear infinite;
}

.sps-box span:last-child {
  animation: loop2 40s linear infinite;
}

.sps-box:hover span {
  animation-play-state: paused;
}

.sps-box span img:hover {
	transform: scale(1.1, 1.1);
	opacity: 1;
	0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-13%);
  }
}

@media (max-width:768px){
	
	.sps-box {
		height: 300px;
	}

	
	.client-tit h2 {
		margin-bottom: 30px;
	}
	
	.client-tit h2:before {
		content: '';
		width: 14px;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -9px;
		background-color: #fff;
	}
	

	.client-tit p {
		
	}
	
	.client-pro {
		width: 100%;
	}
	
	.client-tit {
		margin: 10% 5%;
	}

	.sps-box {
		width: 100%;
		height: 300px;
	}
	
	.sps-box span {
		margin: 0 0 0 5%;
	}
	
	.sps-box span >a >img {
		margin: 5.5% 5% 0 0;
	}
	
	.client-tit p {margin: ;
	}

	.arw-wrap {
		/*margin-top: 10px;
		width: 80px!important;
		transform:rotate(90deg); 
		transform-origin:14% center;*/
		display: none;
	}

}

@media (max-width:450px){
	
	.sps-box span >a >img {
		width: 28.3%;
	}
	
}

.conte-wrap {
	width: 100%;
	display: flex;
	margin-bottom: 30px;
}


.conte-side-tit {
	width: 70px;
	margin: 0.3%;
	display: flex;
	line-height: 0;
	position: relative;
	border-right: dotted 1px #00a7d3;
	margin-right: 2%;
}

.conte-side-tit p {
	display: block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 10px 0 30px;
	text-align: left;
}


.conte-side-tit span{
	display: block;
	transform-origin: top left 0; 
	transform: rotate(90deg);
	font-family: 'din1451';
	font-size: 1.2em;
	line-height: 2em;
	letter-spacing: 0.17em;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 1.5em;

}



.conte-right {
    width: 100%;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	position: relative;
}

.conte-block-center {
    width: 100%;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}


.conte-block {
    width: 100%;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
/*
.conte-box-head {
    width: 100%;
	text-align: center;
	margin: 0.3%;
    padding: 2% 2% 1% 2%;
	color: #fff;
	position: relative;
	transition: 0.3s;
	background-color: #00a7d3;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}*/

.conte-box-head {
    width: 100%;
	text-align: center;
	margin: 0.3%;
    padding: 3% 0 1% 0;
	position: relative;
	color: #00a7d3;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: nowrap;
	margin-bottom: 1%;
}

.conte-box-head p {
    font-size: 1.2em;
	line-height: 1em;
	display: block;
	white-space: nowrap;
	display: flex;
	align-items: center;
	width: 100%;
}

.conte-box-head p:after {
	content: "";
	flex-grow: 1;
	height: 0.5px;
	display: block;

}

.conte-box-head p:after {
	margin-left: 20px;
	background: #00a7d3;
}

.conte-box-head span {
    font-size: 0.65em;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.2em;
	white-space: nowrap;
	padding: 1px 9px 1px 12px;
	border: solid 0.5px #00a7d3;
}

@media (max-width:600px){
	
	.conte-box-head p {
		margin-right: 0;
	}
	
	.conte-box-head p:after {
		margin-left: 10px;
	}

	.conte-box-head span {
		display: none;
	}
	
}

.conte-box-tit {
    width: 39.4%;
    padding-top: 18%!important;
	margin: 0.3%;
    background-color: #fff;
	position: relative;
	transition: 0.3s;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.conte-box-one {
    width: 100%;
    padding-top: 44%;
	margin: 0.3%;
    background-color: #fff;
	position: relative;
	transition: 0.3s;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.conte-box-wrap p {
	margin: 3% 2%;
	text-align: left;
	font-size: 0.9em;
}
.conte-box-one img,
.conte-box-tit img {
    height: 70%;
}

.conte-box-wrap {
	width: 38%;
}

.conte-box {
    width: 19.4%;
    padding-top: 18%!important;
	margin: 0.3%;
    background-color: #fff;
	position: relative;
	transition: 0.3s;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.conte-box a {
    display: block;
}

.conte-box a img {
    opacity: 1!important;
}

.conte-box-one:hover,
.conte-box-tit:hover,
.conte-box:hover {
	animation: transform 0.7s;
	opacity: 1!important;
	z-index: 100;
	cursor: pointer!important;
	cursor: hand!important;
}

@keyframes transform {
	0% {
		transform: scale(1, 1);
		opacity: 1!important;
	}
	 20% {
		 transform: scale(0.9, 0.9);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}

.conte-inner {
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #00a7d3;
}

.conte-box img {
    width: 80%;
}

@media (max-width:768px){
	
	.conte-box-tit {
		width: 49.4%;
		padding-top: 22%!important;
	}
	
	.conte-box {
		width: 24.4%;
		padding-top: 22%!important;
	}
}

@media (max-width:600px){
	
	.conte-box-head {
		padding: 4% 2% 2% 2%;
	}
	
	.conte-box-head p {
    font-size: 1em;
	line-height: 1em;
}
	
	.conte-box-tit {
		width: 65.433333333%;
		padding-top: 30%!important;
	}
	
	.conte-box {
		width: 32.433333333%;
		padding-top: 30%!important;
	}
	
	.conte-box img {
		width: 80%;
}

}


.top-circle {
	width: 100%;
	max-width: 350px;
	margin: auto;
}

.top-circle img {
	width: 80%;
	margin-bottom: 20px;
}

.top-circle p {
	width: 100%;
	max-width: 350px;
	margin: auto;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	margin-left: 0.2em; 
}


.bt-cm-top {
    display:inline-block;
    background:#00a7d3;
    width: 100%;
	max-width: 350px;
    padding:15px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0.2em;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	transition: .3s!important;
}

.bt-cm-top::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    width: 6px;
	height: 20px;
	background-image: url("../images/bt-arrow.png");
	background-repeat: no-repeat;
	background-size: 6px;
    transition: .3s;
}

.bt-cm-top:hover::after{
    right: 7px;
}

.bt-cm-top:hover{
	background:#007897;
}

@media (max-width:600px){
	
	.top-circle img {
		width: 60%;
	}
	
}

.news-topic {
	width: 100%;
	transition: .3s;
}

.news-topic a {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	text-align: left;
	width: 100%;
	border-bottom: solid 1px #ddd;
	padding: 10px 0;
	transition: .3s;
}

.news-topic a:first-child{
	border-top: solid 1px #ddd;
}

.news-topic a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #00a7d3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 1s;
}
.news-topic a:hover::after {
  transform: scale(1, 1);
}

.news-topic a:hover {
	background-color: #f9f9f9;
}

.news-topic a img {
	width: 100px;
	margin-right: 25px;
}

.news-topic a p {
  width: calc(100% - 130px);
	margin-right: 50px;
	margin-bottom: 1em;
}

.news-topic a p span{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 0.85em;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: #00a7d3;
	margin-bottom: 7px;
}

.news-arw {
	content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2.5px);
    right: 10px;
    width: 30px;
	height: 8px;
    border-bottom: 1px solid #262626;
	border-right: 1px solid #262626;
	transform: skew(45deg)!important;
    transition: .3s;
}

@media (max-width:600px){
	
	.news-topic a img {
		display: none;
	}
	
	.news-topic a p {
		width: calc(100% - 50px);
		margin-right: 0;
		margin-left: 10px;
	}
	
	.news-arw {
	content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2.5px);
    right: 10px;
    width: 20px;
	height: 5px;
    border-bottom: 1px solid #262626;
	border-right: 1px solid #262626;
	transform: skew(45deg)!important;
    transition: .3s;
}
}


.comp-list-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.comp-list-left {
	width: 150px;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
}

.comp-list-mid {
	width: 20px;
	text-align: left;
	border: solid #fff;
	border-width: 0 2px;
	font-weight: 500;
	color: #00a7d3!important;
}

.comp-list-right {
	width: calc(100% - 170px);
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
	border-radius: 3px 0 0 3px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 3px 0 0 3px;
}

.comp-mb {
	display: block;
	margin-bottom: 1em;
}

.comp-list-left,
.comp-list-mid,
.comp-list-right {
	display: block;
	background-color: #fff;
	color: #262626;
	margin-bottom: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}


@media (max-width:600px){
	
	.comp-list-block {
		display: block;
	}
	
	.comp-list-left {
		width: 100%;
		padding-top: 0.7em;
		padding-bottom: 0.7em;
		margin-bottom: 0;
		border-bottom: solid 1px #00a7d3;
		border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
	}
	
	.comp-list-mid {
		display: none;
	}
	
	.comp-list-right {
		width: 100%;
		border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
	}
	
}

.list-comp {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	line-height: 1.6em;
}

.list-comp dd {
	width: 1.3em;
	color: #00a7d3;
}

.list-comp p {
	width: calc(100% - 1.3em);
	margin-bottom: 3px;
}

.bt-comp {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	background-color: #00a7d3;
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
	padding: 1px 10px 1px 13px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-top: 7px;
}

.bt-comp img {
	width: 5px;
	margin-left: 3px;
}

#map {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	border: solid 10px #fff;
}

#map iframe {
	width: 100%;
	height: 800px;
	margin-top: -180px;
	filter: brightness(95%) grayscale(20%);
}

.map-bt-wrap {
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0.5em 1em 1em 1em;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}

.map-bt {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	color: #00a7d3;
	border: 1px solid #00a7d3;
	background-color: #fff;
	text-align: center;
	padding: 8px;
	letter-spacing: 0.2em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: .3s;
}

.map-bt:hover {
	background-color: #00a7d3!important;
	color: #fff;
	opacity: 1;
}

@media (max-width:768px){
	
	#map {
		height: 300px;
	}
	
	#map iframe {
		margin-top: -230px;
	}
}

.develop-section {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.develop-blok {
	width: 27%;
}

.develop-blok img {
	margin-bottom: 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


.develop-blok dd {
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 700;
	font-size: 1.15em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin-bottom: 13px;
}

.develop-blok p {
	text-align: left;
}


.develop-link {
	display: flex;
	justify-content: center;
	margin: 0;
	margin-bottom: 3px;
}

.develop-link img {
	width: 27px;
	margin: 5px;
}

@media (max-width:768px){
	
	.develop-section {
		max-width: 600px;
		margin: auto;
		margin-bottom: -10%;
	}
	
	.develop-blok {
		width: 45%;
		margin-bottom: 10%;
	}
	
}

@media (max-width:600px){
	
	.develop-section {
		display: block;
		max-width: 300px;
	}
	
	.develop-blok {
		width: 100%;
	}
	

}


/*=========================================================================*/

.top-h2-title {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	border-bottom: solid 1px #00bedd;
	margin-bottom: 25px;
}


.top-txt {
	display: block;
	font-size: 1.05em;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	width: 60%;
}

.top-catch {
	width: 70%;
	position: absolute;
	bottom: 12%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	filter:alpha(opacity=2);
    -moz-opacity: 0.2;
    opacity: 0.2;
	animation-name: catch;
	animation-iteration-count: infinite;
	animation-duration:15s;
	animation-delay:1s;
	animation-timing-function:ease-out;
}

@keyframes catch {
	  0% {filter: blur(0px);}
     76% {filter: blur(0px); transform: translateY(0px);}
  76.25% {filter: blur(0px); transform: translateY(2px);}
   76.5% {filter: blur(3px); transform: translateY(0px);}
	 77% {filter: blur(0px);}
	 87% {filter: blur(3px);}
   90.5% {filter: blur(0px); transform: translateX(0px);}
   91.5% {filter: blur(8px); transform: translateX(2px);}
     92% {transform: translateY(3px);}
   92.5% {filter: blur(3px); transform: translateY(-7px);}
     93% {filter: blur(5px); transform: translateX(1px);}
   93.5% {filter: blur(0px); transform: translateY(-1px),translateX(-3px);}
	 95% {filter: blur(8px); transform: translateY(2px);}
	100% {filter: blur(0px);}
}


@media (max-width:550px){
	
	.top-txt {
		width: 100%;
	}
	
	.top-catch {
		width: 90%;
	}
	
}

.bt-wrap-top {
	position: absolute;
	bottom: 0;
	right: 0;	
}

.bt-wrap-center {
	width: 100%;
	background-color: #c00;
	text-align: center!important;
}

.bt-common {
	position: relative;
	display: inline-block;
	width: 240px;
	padding: 1em 0.88em;
	margin: auto;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 50%, rgba(0, 0, 0, 0.5) 50%);
	background-size: 200% 100.5%;
	background-position: right bottom;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.15em;
	border: none;
	border: solid 1px #fff;
	border-color: none;
	transition: all 0.4s ease-out;
}
.bt-common:hover {
  background-position: left bottom;
  color: #000;
	filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.arrow-wrap {
	position: absolute;
	top: 1.1em;
	right: 13px;
	background-color: #2b728e;
	width: 17px;
	height: 18px;
}

.bt-arrow{
	position: relative;
	display: inline-block;
	padding-left: 12px;
}

.bt-arrow::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -11px;
}

@media (max-width:600px){
	
	.bt-common {
		width: 180px;
		padding: 0.8em 0.8em;
		font-size: 1em;
	}
	
	.arrow-wrap {
		top: 0.9em;
		right: 10px;
		width: 15px;
		height: 16px;
	}
	
	.bt-arrow {
		padding-left: 10px;
	}
	
	.bt-arrow::before{
		width: 7px;
		height: 7px;
		margin-top: -9.5px;
	}
	
}

a.anchor {
    display: block;
    padding-top: 63px;
    margin-top: -63px;
}

.ex2-bt-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	text-align: center;
	margin: auto;
}

.wtc {
	width: 49.5%!important;
	display: flex;
	align-items: center;
}

.bt-service {
	display: inline-block;
	width: 100%;
	padding: 32px 15px 50px 15px;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 0.3em;
	position: relative;
	text-align: center;
	background-size: 10px;
	background: -moz-linear-gradient(top, #005688, #002e5b);
	background: -webkit-linear-gradient(top, #005688, #002e5b);
	background: linear-gradient(to bottom, #005688, #002e5b);
}

.bt-service p {
	font-size: 0.5em;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1.6em;
	margin: 10px 0;
}

#button-2{
	border: 0px solid #fff;
	position: relative;
	z-index: 2;
	color: #fff;
	background-color: #002e5b;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: solid 1px #2b728e;
}

#button-2:before{
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1!important;
}

#button-2:hover{
	color: #000;
	background: rgba(0,0,0,.1)!important;
	opacity: 1!important;
}

hover {
	opacity: 1!important;
	background: rgba(255,255,255,.1)!important;
}

#button-2:hover:before{
  top: 0;
}

.six { width: 49.2%; }

.col {
	display: block;
	float:left;
}

.col:first-of-type {
	margin-left: 0;
}

.arrow-svc-wrap {
	position: absolute;
	bottom: 25px;
	left: calc(50% - 10px);
	background-color: #2b728e;
	width: 20px;
	height: 18px;
}

.bt-arrow-dw{
	position: relative;
	display: inline-block;
	padding-left: 8px;
}

.bt-arrow-dw::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
}

@media (max-width:500px){
	
	.ex2-bt-wrap {
		display: block!important;
	}
	
	.wtc {
		width: 100%!important;
		margin-bottom: 5%;
	}
	
}


.service-head {
	display: flex;
	height: 430px;
	position: relative;
	z-index: 3;
	background-color: #002e5b;
	border-top: solid 1px #fff;
	background: -moz-linear-gradient(left, #001a28, #002e5b, #005b8f);
	background: -webkit-linear-gradient(left, #001a28, #002e5b, #005b8f);
	background: linear-gradient(to right, #001a28, #002e5b, #005b8f);
}

.service-head-tit {
	position: absolute;
	top:0;
	width: 96%;
	margin: 3% 0 0 4%;
	text-align: left;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #00bedd;
	z-index: 10!important;
}

.service-head p{
	width: 96%;
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	margin: 0;
	padding-left: 0.1em;
}

.service-head dd{
	color: #002e5b;
	font-size: 0.9em;
	font-weight: 500!important;
	background-color: #00bedd;
	display: inline-block;
	padding: 0.2em 0.6em;
	margin-bottom: 0.5em;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.service-head-txt,
.service-head-pic {
	display: block;
	width: 50%;
	height: 100%;
}

.service-head-pic {
	z-index: 4;
	position: relative;
	overflow: hidden!important;
	background-color: #000;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

.service-head-bg {
	width:100%;
	height:100%;
	display: block;
	overflow: hidden;
	padding: 0;
	top:0;
	line-height: 0;
	position: absolute;
	background-position: right -3% top -7%;
	background-repeat: no-repeat;
	background-size: 350px;
	filter:alpha(opacity=0.04);
    -moz-opacity: 0.04;
    opacity: 0.04;
 }

.service-head-layer {
	width: 100%;
	display: block;
	height: 100%;
	z-index: 8!important;
	position: absolute;
	top: 0;
	left: 0;
	overflow:auto!important;
}

.service-screen {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left: 0;
	background: rgba(0,0,0,0.3)!important;
	z-index: 3;
}

.service-head-txt {
	padding: 3%;
	display: flex;
	align-items: center;
}

.service-head-txt span {
	color: #fff;
	font-size: 1.1em!important;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	text-align: left;
}

@media (max-width:700px){
	
	.service-head {
		display: block;
		height: 100%;
	}
	
	.service-head-layer,
	.service-head-pic {
		width: 100%;
		height: 300px;
	}
	
	.service-head-tit {
		top: auto;
		bottom: 30px;
	}
	
	.service-head p {
		font-size: 1.7em;
	}
	
	.service-head-txt {
		width: 100%;
		min-height: 150px;
		padding: 5%;
	}
	
	.service-head-txt span {
		font-size: 1.05em!important;
	}
	
	.service-head-bg {
		background-position: right -4% bottom -10%;
		background-size: 250px;
	}
}

.srv-flow-block{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction:row-reverse;
	line-height: 0;
}

.srv-flow-txt,
.srv-flow-pic,
.srv-flow-arw,
.srv-flow-space {
	width: 47%;
}

.srv-flow-txt {
	border-bottom: dashed 1px #2b728e;
}

.srv-flow-txt p {
	font-size: 1.05em;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	margin-bottom: 2em;
}

.srv-list-f {
	display: flex!important;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 1.05em;
	margin-bottom: 0.4em;
	
}

.srv-list-f dt {
	width: 1.3em;
	font-weight: 600;
}

.srv-list-f dd {
	width: 100%;letter-spacing: 0.15em!important;
}

.srv-flow-tit{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	border: solid 2px #2b728e;
	margin-bottom: 20px;
}

.srv-flow-tit dt,
.srv-flow-tit dd {
	min-height: 55px;
	padding: 0 13px;
}

.srv-flow-tit dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	background-color: #00bedd;
	font-family:'Oswald', sans-serif;
	color: #fff;
	font-size: 1.8em;
	font-weight: 900;
	border-right: solid 2px #2b728e;
}

.srv-flow-tit dd {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #002e5b;
	color: #fff;
	font-size: 1.15em;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: -moz-linear-gradient(left, #002e5b, #005b8f);
	background: -webkit-linear-gradient(left, #002e5b, #005b8f);
	background: linear-gradient(to right, #002e5b, #005b8f);
}

.srv-flow-arw {
	display: block;
	text-align: center;
	padding: 30px 0 40px 0;
}

.srv-arrow {
	position: relative;
	display: inline-block;
	padding-left: 8px;
}

.srv-arrow::before{
	content: '';
	width: 20px;
	height: 20px;
	border: 0px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
}

@media (max-width:767px){
	
	.srv-flow-block{
		display: block;
		max-width: 450px;
		margin: auto;
	}
	
	.srv-flow-txt,
	.srv-flow-pic,
	.srv-flow-arw {
		width: 100%;
	}
	
	.srv-flow-pic {
		border: solid #2b728e;
		border-width: 2px 2px 0 2px;
	}
	
	.srv-flow-space {
		display: none;
	}
}

.srv-awd-block{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 0;
}

.srv-awd-txt,
.srv-awd-pic {
	width: 47%;
}

.srv-awd-txt dt {
	font-size: 1.1em;
	letter-spacing: 0.15em;
	font-weight: 500;
	line-height: 1.8em;
	margin-left: 1em;
	margin-bottom: 0.2em;
}

.srv-awd-txt dt span{
	color: #00bedd;
	margin-right: 0.2em;
}

.srv-awd-txt p {
	text-align: left;
	font-size: 1.05em;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	margin-left: 1em;
	margin-bottom: 1em;
}

.srv-awd-txt p img{
	width: 220px;
	display: inline-block;
	margin: 1em 0 0 0;
}

.list-awd {
	display: inline-block;
	font-size: 1.05em;
	line-height: 1.8em;
	margin: 0 0 1em 1em;
}

.list-awd ul{
	list-style-type: none;
	text-align: left;
}

.list-awd li{
	margin: 0 0 10px 0;
    padding-left: 1.15em;
    text-indent: -1.15em;
	letter-spacing: 0.15em;
	line-height: 1.5em;
 }

.list-awd li span {
	font-weight: 500;
 }

.list-awd ul li:before {
	display: inline;
	content: "・";
	color: #00bedd;
	font-weight: 900;
	margin-right: -0.4em;
}

.srv-awd-tit{
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

.srv-awd-tit img{
	position: absolute;
	width: 80px;
	-webkit-filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5));
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5));
}

.srv-awd-tit dd{
	width: 100%;
	margin-left: 40px;
	padding: 8px 0;
	display: flex;
	align-items: center!important;
	font-size: 1.3em;
	letter-spacing: 0.15em;
	background: -moz-linear-gradient(left, #002e5b, #2b728e, #002e5b);
	background: -webkit-linear-gradient(left, #002e5b, #2b728e, #002e5b);
	background: linear-gradient(to right, #002e5b, #2b728e, #002e5b);
}

.srv-awd-tit dd dl{
	width: 100%;
	padding: 0.5em 0.3em 0.5em 55px;
	border: solid #00bedd;
	border-width: 2px 0;
	
}

@media (max-width:767px){
	
	.srv-awd-block{
		display: block;
		max-width: 600px;
		margin: auto;
	}
	
	.srv-awd-txt {
		width: 100%;
	}
	
	.srv-awd-pic {
		width: calc(100% - 2em);
		margin: 0 1em;
	}
	
}

.srv-table {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.row-1 {
	width: 70%;
}

.row-2 {
	width: 30%;
}

.row-1 th,
.row-1 td {
	border: solid #001a28;
	border-width: 4px 2px;
	vertical-align: middle;
	text-align: center;
}

.row-1 th {
	width: 50%;
	height: 45px!important;
	background-color: #002e5b;
	color: #fff;
	font-size: 0.95em;
	letter-spacing: 0.2em;
	background: -moz-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: -webkit-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: linear-gradient(to right, #002e5b, #005b8f, #002e5b);
}

.row-1 td {
	background-color: #eee;
	color: #000;
	font-size: 0.95em;
	padding: 14px 10px;
	background: rgba(255,255,255,.9)
}

.row-1 td p {
	font-size: 1em;
	font-weight: 600;
}

.row-2 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.row-2 dl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px!important;
	background-color: #002e5b;	
	width: 100%;
	font-size: 0.95em;
	letter-spacing: 0.2em;
	border: solid #001a28;
	border-width: 4px 2px 0 0;
	background: -moz-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: -webkit-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: linear-gradient(to right, #002e5b, #005b8f, #002e5b);
}

.row-2 dt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
	font-size: 0.95em;
	line-height: 1.4em;
	color: #000;
	background-color: #eee;
	width: 100%;
	height: calc(100% - 45px);
	min-height: 80px;
	padding: 10px;
	border: solid #001a28;
	border-width: 4px 2px 4px 0;
	background: rgba(255,255,255,.9)
}

.row-2 p {
	display: none;
}

.row-2 span {
	width: 100%;
}

@media (max-width:768px){
	
	.srv-table {
		display: block;
	}
	
	.row-1 {
		width: 100%;
	}
	
	.row-2 {
		width: 100%;
	}
	
	.row-2 dl {
		display: none;
	}
	
	.row-2 p {
		display: block;
		width: 100%;
		font-weight: 500;
		margin: 0;
	}
	
	.row-2 dt {
		border-width: 0 2px 2px 2px;
	}
	
}


.bt-tel {
	position: relative;
	width: 100%!important;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.15em;
	background-color: #2b728e;
	border: solid 1px #00bedd;
	border-color: none;
	background: -moz-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: -webkit-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: linear-gradient(to right, #002e5b, #005b8f, #002e5b);
	pointer-events: all;
}

.bt-tel p {
	line-height: 2em;
	margin-bottom: 0.7em;
}

.bt-tel span {
	display: block;
	font-family:'Oswald', sans-serif;
	font-weight: 700;
	font-size: 2.2em;
	letter-spacing: 0.05em;
	width: 100%;
	background-image:url("../images/icon_tel.png");
	background-repeat: no-repeat;
	background-position: left 0 top 3px;
	background-size: 27px;
	padding: 0 30px 5px 33px;
}

.bt-tel p dl {
	display: block;
	width: 100%!important;
	margin-bottom: 0.7em;
}

.bt-tel-contact {
	position: relative;
	width: 100%!important;
	max-width: 400px;
	padding: 30px 10px 20px 10px; 
	display: block;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.15em;
	background-color: #2b728e;
	border: solid 1px #00bedd;
	border-color: none;
	background: -moz-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: -webkit-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: linear-gradient(to right, #002e5b, #005b8f, #002e5b);
}

.bt-tel-contact p {
	line-height: 2em;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}

.bt-tel-contact span {
	display: inline-block;;
	font-family:'Oswald', sans-serif;
	font-weight: 700;
	font-size: 2.4em;
	letter-spacing: 0.05em;
	background-image:url("../images/icon_tel.png");
	background-repeat: no-repeat;
	background-position: left 0 top 1px;
	background-size: 27px;
	padding: 0 10px 5px 33px;
}

.bt-tel-contact p dl {
	display: block;
	width: 100%!important;
	margin-bottom: 0.7em;
}


@media (max-width:600px){
	
	.bt-tel span {
		font-size: 2em;
		background-size: 22px;
		padding: 0 15px 5px 30px;
	}
	
}


.bt-mail {
	position: relative;
	display: block;
	width: 100%!important;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	text-align: center;
	color: #fff;
	line-height: 1.7em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 50%, rgba(0, 0, 0, 0.7) 50%);
	background-size: 200% 100.5%;
	background-position: right bottom;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.15em;
	border: solid 1px #00bedd;
	border-color: none;
	transition: all 0.4s ease-out;
	pointer-events: all;
}

.bt-mail:hover {
	background-position: left bottom;
	color: #000;
	filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.bt-mail p{
	background-image:url("../images/icon_mail.png");
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: left 0 top 5px;
	text-indent: 43px;
}

.arrow-wrap-mail {
	position: absolute;
	top: 37px;
	display: block;
	padding: 6px 8px 0 8px;
	right: 15px;
	background-color: #2b728e;

}

.bt-arrow-mail {
	position: relative;
	display: inline-block;
	padding-left: 11px;
}

.bt-arrow-mail::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	margin-top: -13px;
}

.works-pic {
	width: 100%;
	width: 100wv;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: solid 3px #00bedd;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.works-pic img{
	width: 16.666666%;
}

@media (max-width:900px){
	
	.works-pic img{
		width: 20%;
	}
	
	.wp-1st{
		display: none;
	}
	
}

@media (max-width:600px){
	
	.works-pic img{
		width: 33.33333%;
	}
	
	.wp-2nd{
		display: none;
	}
	
}

.flow-step {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	border: solid 2px #2b728e;
	border-right: solid 2px #000;
	margin-bottom: 20px;
	background: rgba(0,0,0,0.6);
}

.flow-case {
	width: auto;
	margin-right: calc((100vw - 100%));
}

.flow-case th {
	width: 30px;
	padding: 9px!important;
	background-color: #00bedd;
	border-right: solid 2px #2b728e;
}

.flow-case th img{
	display: block;
	margin-top: 20%!important;
}

.flow-case td {
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.flow-case th, .flow-case td{
	vertical-align: middle!important;
}

.flow-icon {
	width: 70px;
	padding: 10px 0px 10px 20px;
}

.flow-conte {
	display: flex;
	align-items: center!important;
	align-content: center;	
}

.flow-conte dd{
	display: flex;
	align-items: center!important;
	justify-content: center;
	white-space: nowrap;
	width: 180px;
	height: 50px;
	font-size: 1.05em;
	font-weight: 500;
	border-right: solid 2px #2b728e;
	margin-right: 25px;
	letter-spacing: 0.2em;
}

.flow-conte dd img{
	display: none;
}

.flow-conte p{
	font-weight: 300;
	letter-spacing: 0.15em;
	width: 100%!important;
}

@media (max-width:768px){
	
	.flow-case th {
		width: 23px;
		padding: 5px!important;
	}
	
	.flow-conte {
		display: block;
		margin-left: 15px;
	}
	
	.flow-icon {
		display: none;
	}
	
	.flow-conte {
		width: 97%!important;
	}
	
	.flow-conte dd{
		justify-content: flex-start;
		width: 97%!important;
		height: auto;
		font-size: 1.1em;
		letter-spacing: 0.1em;
		border: solid #2b728e;
		border-width: 0 0 2px 0;
		padding-bottom: 7px;
		margin-bottom: 7px;
		vertical-align:bottom;
	}
	
	.flow-conte dd img{
		display: block;
		width: 25px;
		margin-right: 12px;
	}

	
	.flow-conte p{
		width: 97%!important;
	}

}

.news-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 17px;
	border-bottom: solid 1px #777;
	margin-bottom: 23px;
}

.news-pic {
	width: 25%!important;
	margin-right: 5%;
}

.news-txt {
	width: 70%;
	padding-top: 0.3em;
}

.news-txt dd{
	color: #00bedd;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	margin-bottom: 15px;
	display: inline-block;
}

.news-txt dd span{
	color: #fff;
	background-color: #ff407b; 
	font-size: 0.7em;
	letter-spacing: 0.05em;
	padding: 1px 4px 1px 5px;
	margin-left: 1em;
	line-height: 1.4em;
	vertical-align:top;
}

.news-txt dt{
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	display: inline-block;
	
}

.news-txt p{
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 15px;
	display: inline-block;
}


.news-txt p span{
	color: #00bedd;
	margin-left: 1em;
	display: inline-block;
}

@media (max-width:600px){
	
	.news-list {
		max-width: 450px;
		display: block;
		margin: auto;
		margin-bottom: 30px;
	}
	
	.news-pic {
		width: 100%!important;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.news-txt {
		width: 100%;
	}

}

@media (max-width:450px){
	
	.news-list {
		max-width: 300px;
	}

}

.blog-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog-block {
	background: #002e5b;
	margin-bottom: 2%;
	background: -moz-linear-gradient(top, #002e5b, #002e5b, #003d79);
	background: -webkit-linear-gradient(top, #002e5b, #002e5b, #003d79);
	background: linear-gradient(to bottom, #002e5b, #002e5b, #003d79);
}

.w-news {
	width: 32%;
}

.w-works {
	width: 49%;
}

.blog-block img {
	width: 100%;
	border-bottom: solid 1px #fff;
}

.blog-txt {
	width: 100%;
	padding: 10px 15px 15px 15px;
}

.blog-txt dd{
	color: #00bedd;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	margin-bottom: 10px;
	display: inline-block;
}

.blog-txt dd span{
	color: #fff;
	background-color: #ff407b; 
	font-size: 0.7em;
	letter-spacing: 0.05em;
	padding: 1px 4px 1px 5px;
	margin-left: 1em;
	line-height: 1.4em;
	display: inline-block;
	vertical-align:top;
}

.blog-txt dt{
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	display: inline-block;
}

.blog-txt p{
	font-size: 0.95em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 15px;
	display: inline-block;
}

.blog-txt p span{
	color: #00bedd;
	margin-left: 1em;
	display: inline-block;
}


.blog-tag {
	display: flex;
	flex-wrap: wrap;
}

.blog-tag dl{
	color: #fff;
	background-color: #2b728e; 
	font-size: 0.7em;
	letter-spacing: 0.1em;
	padding: 4px 7px 4px 8px;
	line-height: 1.4em;
	display: inline;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	white-space: nowrap;
}

@media (max-width:768px){
	
	.w-news {
		width: 49%;
		margin-bottom: 2%;	
	}
	
	.blog-tag dl{
		font-size: 0.85em;
	}
}

@media (max-width:600px){
	
	.w-news,
	.w-works {
		width: 100%;
		max-width: 450px;
		margin: auto;
		margin-bottom: 5%;	
	}
}

.blog-head {
	position: relative;
	width: 100%;
	max-width: 800px!important;
	margin: auto;
	background: #c00;
	margin-top: 65px;
	margin-bottom: 30px;
	border: solid 1px #fff;
}

.blog-head img {
	width: 100%;
	vertical-align: bottom;
}

.blog-head-txt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px;
	text-align: left;
	background: rgba(0,0,0,0.5);
	z-index: 10;
	pointer-events: all;
}

.blog-head-txt dd{
	color: #00bedd;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.blog-head-txt dd span{
	color: #fff;
	background-color: #ff407b; 
	font-size: 0.7em;
	letter-spacing: 0.05em;
	padding: 1px 4px 1px 5px;
	margin-left: 1em;
	line-height: 1.4em;
	display: inline-block;
	vertical-align:top;
}

.blog-head-txt p{
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 0.7em;
}

@media (max-width:800px){
	
	.blog-head {
		margin-top: 25px;
		border: none;
	}
	
	.blog-head-txt {
		border: solid #fff;
		border-width: 1px 0 0 0;
	}
	
}

@media (max-width:768px){
	
	.blog-head-txt {
		padding: 10px;
	}

	.blog-head-txt dd {
		font-size: 0.9em;
		margin-bottom: 0.5em;
	}
	
	.blog-head-txt p {
		font-size: 1.2em;
		margin-bottom: 0.5em;
	}
}

@media (max-width:450px){
	
	.blog-head-txt {
		position: relative;
		padding: 15px;
		background-color: #002e5b;
	}

}

.blog-field {
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

.field-news {
	width: 100%;
	background-color: #fff;
	color: #000;
	padding: 4% 4% 7% 4%;
	margin-bottom: 3em;
}

.field-works {
	width: 100%;
	margin-bottom: 3em;
}

.blog-field dd {
	font-size: 1.05em;
	font-weight: 500;
	margin-bottom: 0.7em;
}

.blog-field p {
	font-weight: 300;
	margin-bottom: 3em;
}

.blog-field-img {
	text-align: center;
	margin: 0 2em 3em 2em;
	padding: 0;
	table-layout: fixed;
    word-wrap: break-word;
}

.blog-field-img img {
	width: 100%;
	margin-bottom: 0.3em;
}

.blog-field-img p {
	display: block;
	text-align: left;
	font-size: 0.9em;
}

.list-blog {
	display: inline-block;
	font-weight: 300;
	margin: 0 2em 3em 2em;
}

.list-blog  ul{
	list-style-type: none;
	text-align: left;
}

.list-blog  li{
	margin: 0 0 10px 0;
    padding-left: 1.15em;
    text-indent: -1.15em;
	line-height: 1.5em;
 }

.list-blog  ul li:before {
	display: inline;
	content: "■";
	margin-right: -0.2em;
}

.works-before {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 3% 5% 5% 5%;
	background-color: #002e5b;
	margin-bottom: 3em;
	z-index: 1;
	background: -moz-linear-gradient(top, #002e5b, #002e5b, #003d79);
	background: -webkit-linear-gradient(top, #002e5b, #002e5b, #003d79);
	background: linear-gradient(to bottom, #002e5b, #002e5b, #003d79);
}

.works-before dd {
	width: 100%;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 1.7em;
	font-weight: 600;
	text-align: center;
}

.works-before dt {
	width: 100%;
	display: block;
	font-size: 0.8em;
	text-align: center;
	color: #00bedd;
	margin-bottom: 0.8em;
}

.works-before p {
	font-family: 'Playball', cursive;
	font-size: 2.8em;
	letter-spacing: -0.001em;
	line-height: 1.4em;
	color: #fff;
	border-bottom: solid 1px #00bedd;
	margin-bottom: 0.2em;
}

.works-before p span{
	font-size: 0.38em;
	letter-spacing: 0.15em;
	line-height: 1.4em;
	padding-left: 1em;
}

.works-before img {
	width: 100%;
	border: solid 1px #fff;
	margin-bottom: 2%;
}

.list-before {
	display: inline-block;
	width: 100%;
	margin: 1em 0 0 0;
	font-size: 1.05em;
}

.list-before  ul{
	list-style-type: none;
	text-align: left;
	margin-bottom: -0.7em;
	font-weight: 400;
}

.list-before  li{
	margin: 0 0 0.7em 0;
    padding-left: 1.1em;
    text-indent: -1.1em;
	letter-spacing: 0.2em;
	line-height: 1.7em;
 }

.list-before  ul li:before {
	display: inline;
	content: "■";
	color: #00bedd;
	margin-right: -0.55em;
}

.list-before-bg{
	width:100%;
	height:100%;
	display: block;
	overflow: hidden;
	padding: 0;
	top:0;
	line-height: 0;
	z-index: -1;
	position: absolute;
	background:url("../images/bg_icon_01.png");
	background-position: right -5% bottom -1%;
	background-repeat: no-repeat;
	background-size: 40%;
	filter:alpha(opacity=4);
    -moz-opacity: 0.04;
    opacity: 0.04;
 }

@media (max-width:450px){
	
	.works-before {
		padding: 4% 3% 5% 3%;
	}
	
	.works-before dd {
		font-size: 1.4em;
	}
	
	.works-before p {
		font-size: 2em;
	}
	
	.works-before p span{
		font-size: 0.48em;
	}
	
	.list-before {
		font-size: 0.95em;
	}

}

.customer-block {
	position: relative;
	border: solid 2px #fff;
	padding: 3%;
	display: flex;
	align-items: center;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background:url("../images/bg_stripe.png");
	background-size: 15px;
	background-color: rgba(0,46,91,.6);
	margin-bottom: 3em;
}

.customer-block img {
	width: 15%;
	margin-right: 3%
	
}

.customer-block p {
	width: 82%;
	margin: 0;
}

@media (max-width:450px){
	
	.customer-block {
		align-items:flex-start;
		padding: 4%;
		font-size: 0.95em;
	}

	.customer-block img {
		width: 18%;
		margin-right: 5%
	}
	
	.customer-block p {
		width: 77%;
		margin: 0;
	}
	
}


.works-data {
	width: 100%;
	display: flex;
	letter-spacing: 0.1em;
	position: relative;
}

.works-data-pro,
.works-data-val {
	padding: 1.5% 2%;
	margin: 0.2%;
}

.works-data-pro {
	width: 29.6%;
	background-color: #002e5b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: -moz-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: -webkit-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: linear-gradient(to right, #002e5b, #005b8f, #002e5b);
}

.works-data-val {
	width: 69.6%;
	background-color: #fff;
	color: #000;
	text-align: left;
	background: rgba(255,255,255,.9)
}

@media (max-width:767px){
	
	.works-data {
		display: block;
	}
	
	.works-data-pro,
	.works-data-val {
		width: 100%;
		padding: 3% 4%;
		margin: 0;
	}
}

.staff-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.staff-block {
	width: 49.8%;
	background: #002e5b;
	margin-bottom: 0.5%;
	background: -moz-linear-gradient(top, #002e5b, #002e5b, #003d79);
	background: -webkit-linear-gradient(top, #002e5b, #002e5b, #003d79);
	background: linear-gradient(to bottom, #002e5b, #002e5b, #003d79);
}


.staff-block img {
	width: 100%;
	border-bottom: solid 1px #00bedd;
}

.staff-txt {
	width: 100%;
	padding: 1em 1.3em 15px 1.3em;
}

.staff-txt dl {
	font-size: 1.5em;
	letter-spacing: 0.25em;
	margin-bottom: 0.2em;
}

.staff-txt dd{
	color: #00bedd;
	font-family: 'Poppins', sans-serif;
	font-size: 0.75em;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1.2em;
	margin-bottom: 1em;
	display: inline-block;
}

.staff-txt dt{
	font-weight: 500;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
}

.staff-txt dt span {
	font-weight: 900;
	color: #00bedd;
	margin-right: 0.2em;
}

.staff-txt p {
	width: 100%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: 0.4em;
	font-weight: 400;
}

.staff-txt p span{
	color: #00bedd;
	margin-left: 1em;
	display: inline-block;
}

.ceo-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.ceo-img {
	width: 49.8%;
}

.ceo-txt {
	width: 46%;
	padding: 1em 0 15px 0;
}

.ceo-txt dl {
	font-size: 1.5em;
	letter-spacing: 0.25em;
	width: 100%;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #00bedd;
	margin-bottom: 0.2em;
}

.ceo-txt dd{
	color: #00bedd;
	font-family: 'Poppins', sans-serif;
	font-size: 0.75em;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1.2em;
	margin-bottom: 1em;
	display: inline-block;
}

.ceo-txt dt{
	font-weight: 500;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
}

.ceo-txt dt span {
	font-weight: 900;
	color: #00bedd;
	margin-right: 0.2em;
}

.ceo-txt p {
	width: 100%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: 0.4em;
	font-weight: 400;
}

.ceo-txt p span{
	color: #00bedd;
	margin-left: 1em;
	display: inline-block;
}

@media (max-width:600px){
	
	.staff-list {
		display: block;
	}
	
	.staff-block {
		width: 100%;
		margin-bottom: 0;
		margin-bottom: 20px;
	}
	
	.ceo-block {
		display: block;
		background: #002e5b;
		background: -moz-linear-gradient(top, #002e5b, #002e5b, #005b8f);
		background: -webkit-linear-gradient(top, #002e5b, #002e5b, #005b8f);
		background: linear-gradient(to bottom, #002e5b, #002e5b, #005b8f);
	}
	
	.ceo-img {
		width: 100%;
	}
	
	.ceo-img img {
		border-bottom: solid 1px #00bedd;
	}
	
	.ceo-txt {
		width: 100%;
		padding: 1em 1.3em 15px 1.3em;
	}
	
	.ceo-txt dl {
		margin-bottom: 0.2em;
		border: 0;
		padding: 0;
	}

}

.comp-mess-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap; 
	margin-bottom: 40px;
}

.comp-mess-txt {
	width: 55%;
	margin-right: 5%;
}

.comp-mess-pic {
	width: 40%;
	height: auto;
	background-image:url("../images/comp_ceo.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}

.comp-mess-txt p {
	letter-spacing: 0.2em;
	line-height: 1.8em;
	margin-bottom: 1.6em;
}

.comp-mess-txt dd {
	font-size: 0.9em;
	letter-spacing: 0.2em;
	line-height: 2em;
	text-align: right;
}

.comp-mess-txt dd dl {
	margin-top: 0.2em;
	font-size: 1.3em!important;
}

@media (max-width:767px){
	
	.comp-mess-block {
		display: block;
	}
	
	.comp-mess-txt {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.comp-mess-pic {
		width: 100%;
		height: 250px;
		margin: auto;
	}
	
}



.center {
	text-align: center;
}

.map-adds {
	font-size: 1em;
}

.map-adds p {
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 0.5em;
}

.map-adds dd{
	font-weight: 300;
	font-size: 0.9em;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}

.map-adds dt{
	font-weight: 500;
	font-size: 0.9em;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.3em;
}

.map-adds dt span{
	letter-spacing: 0.2em;
}

.partner-block {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #002e5b;
	margin-bottom: 15px;
	padding: 30px 20px;
}

.partner-block a {
	width: 250px;
	background-color: #fff;
	padding: 10px 20px;
	margin: 0 10px;
}

@media (max-width:650px){
	
	.partner-block {
		padding: 25px 20px 15px 20px;
	}
	
	.partner-block a {
		margin-bottom: 10px;
		
	}
}

@media (max-width:350px){
	
	.partner-block {
		padding: 20px 10px 10px 10px;
	}
}

.recruit-notice {
	text-align: center;
	line-height: 3em!important;
	margin-bottom: 50px;
}

.recruit-notice p {
	font-size: 1.5em;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
}

.recruit-notice dd {
	font-size: 1em;
	letter-spacing: 0.2em;
	margin-bottom: 50px;
}

.recruit-notice img {
	width: 120px;
}





.scr-anime-box {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 5%;
	text-align: center;
	margin: auto;
	z-index: 2;
}

.scr-anime-box dd{
	color: #eee;
	font-family:'Poppins', sans-serif;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	margin-bottom: 28px;
	transform:rotate(90deg);
}

.scr-anime{
	width: 1px;
	height: 70px;
	position: relative;
	overflow: hidden;
	background-color: #eee;
	margin: auto;
}

.scr-anime p{
	width: 10px;
	height: 50px;
	background-color: #6c97a8;
	animation: bl 3s linear;
	-webkit-animation: bl 2.5s linear;
	animation-iteration-count: infinite;
}

@keyframes bl {
	  0% {transform:translateY(-70px);}
	100% {transform:translateY(100px);}
}

@media (max-width:550px){
	
	.scr-anime-box {
		display: none;
	}
}


.pagination{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 30px 0;	
}

.pagination dd,
.pagination p {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #001a28;
	color: #fff;
	height: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	transition: 0.3s;
}

.current{
	background-color: #00bedd;
}

.pagination a {
	background-color: #002e5b;
}

.pagination p {
	width: 40px;
	font-size: 0.9em;
}

.pagination dd {
	width: 80px;
	font-size: 0.8em;
}

.pagination dd:hover,
.pagination p:hover {
	background-color: #00bedd;
    opacity: 1!important;
}

@media (max-width:550px){
	
	.pagination p {
		display: none;
	}
}

.pan {
	width:100%;
	padding: 10px 15px;
	margin: auto;
	text-align:left;
	pointer-events:all;
	z-index: 11120;
}

.abs {
	position: absolute;
	top:0;
	left: 0;
}

.breadcrumbs {
	width: 100%;
	font-weight: 500;
	color: #ccc;
}

.breadcrumbs ul {
	display: table;
}

.breadcrumbs ul li {
	margin: 0 7px 0 0!important;
	float: left;
	letter-spacing: 0.15em;
	font-size: 12px!important;
	line-height: 1.8em!important;
}

.breadcrumbs ul li:first-child::before {
	padding: 0 3px 0 0;
	content: "\f015";
	font-family: "FontAwesome";
	font-size: 14px;
}

.breadcrumbs ul li::before {
	padding: 0 7px 0 0!important;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
}

@media (max-width:450px){
	
	.breadcrumbs ul li {
		font-size: 11px!important;
	}
}



/*スクロールフェードイン*/
.left-to-right {
	opacity: 0;
	transform: translateX(-300px);
	transition: all 0.7s;
}
.left-to-right.scrollin {
	opacity: 1;
	transform: translate(0);
}
.right-to-left1 {
	opacity: 0;
	transform: translateX(300px);
	transition: all 0.7s;
}
.right-to-left1.scrollin {
	opacity: 1;
	transform: translate(0);
}
.right-to-left2 {
	opacity: 0;
	transform: translateX(300px);
	transition: all 0.8s;
}
.right-to-left2.scrollin {
	opacity: 1;
	transform: translate(0);
}
.right-to-left3 {
	opacity: 0;
	transform: translateX(300px);
	transition: all 0.92s;
}
.right-to-left3.scrollin {
	opacity: 1;
	transform: translate(0);
}
.right-to-left4 {
	opacity: 0;
	transform: translateX(300px);
	transition: all 1.06s;
}
.right-to-left4.scrollin {
	opacity: 1;
	transform: translate(0);
}
.right-to-left5 {
	opacity: 0;
	transform: translateX(300px);
	transition: all 1.22s;
}
.right-to-left5.scrollin {
	opacity: 1;
	transform: translate(0);
}
.right-to-left6 {
	opacity: 0;
	transform: translateX(300px);
	transition: all 1.3s;
}
.right-to-left6.scrollin {
	opacity: 1;
	transform: translate(0);
}
.down-to-top1 {
	opacity: 0;
	transform: translateY(100px);
	transition: all 1s;
}
.down-to-top1.scrollin {
	opacity: 1;
	transform: translateY(0);
}
.down-to-top2 {
	opacity: 0;
	transform: translateY(100px);
	transition: all 2s;
}
.down-to-top2.scrollin {
	opacity: 1;
	transform: translateY(0);
}
.down-to-top3 {
	opacity: 0;
	transform: translateY(100px);
	transition: all 3s;
}
.down-to-top3.scrollin {
	opacity: 1;
	transform: translateY(0);
}


.blurin1 {
	opacity: 0;
	transition: all 1s ease-out;
	filter: blur(30px) grayscale(100%);
	overflow: hidden;
	transform: scale(1.5);
	
}
.blurin1.scrollin {
	opacity: 1;
	filter: blur(0px) grayscale(0%);
	transform: scale(1);
}

.blurin2 {
	opacity: 0;
	transition: all 1s .3s;
	filter: blur(30px) grayscale(100%);
	overflow: hidden;
	transform: scale(1.5);
	
}
.blurin2.scrollin {
	opacity: 1;
	filter: blur(0px) grayscale(0%);
	transform: scale(1);
}

.blurin3 {
	opacity: 0;
	transition: all 1s .6s;
	filter: blur(30px) grayscale(100%);
	overflow: hidden;
	transform: scale(1.5);
	
}
.blurin3.scrollin {
	opacity: 1;
	filter: blur(0px) grayscale(0%);
	transform: scale(1);
}

.blurin4 {
	opacity: 0;
	transition: all 1s .9s;
	filter: blur(30px) grayscale(100%);
	overflow: hidden;
	transform: scale(1.5);
	
}
.blurin4.scrollin {
	opacity: 1;
	filter: blur(0px) grayscale(0%);
	transform: scale(1);
}

.float {
	opacity: 0;
	transition: all 1s ease-out;
	filter: blur(30px) grayscale(100%);
	overflow: hidden;
}

.float.scrollin {
	opacity: 0.2;
	filter: blur(0px) grayscale(0%);
}

.go-out {
	opacity: 1;
	transition: all 1s ease-out;
}
.go-out.scrollin {
	opacity: 0;
}

.shutter-up {
	transform: translateY(100%);
	transition: all 2s;
}
.shutter-up.scrollin {
	transform: translateY(0);
}

.shutter-slide {
	transform: translateX(100%);
	transition: all 2s;
}
.shutter-slide.scrollin {
	transform: translateX(0);
}






/*
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
}



.shutter::before {
  -webkit-animation: shutterOpen 2.6s forwards;
          animation: shutterOpen 2.6s forwards;
}

.content {
  -webkit-animation: contentScale 2.6s forwards;
          animation: contentScale 2.6s forwards;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes contentScale {
  70% {
    -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
            transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1) rotateX(0);
            transform: perspective(800px) scale(1) rotateX(0);
  }
}
*/
@keyframes shutterop {
  0% {
  transform: translateX(0%);
  }

  100% {
  transform: translateX(100%);
  }
}

/*========================================テスト*/



/*layout*/





