﻿@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');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');

/* 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%;}
dt,dd,tr,td,li { line-height:1.6em; letter-spacing:1px;}
iframe { border: none; outline: none;}

body {
	font-family: 'M PLUS 1p', sans-serif!important;
	background-color:#000;
	width:100%;
	text-align:center;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 400!important;
}

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


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;}
a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )";}
a img { transition-property: all; transition: 0.2s linear;}
a:hover div{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )"; 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; }

.switch {visibility: hidden;}

#container{
	width:100%;
	margin:0 auto;
	text-align:center;
}


h2 {
	/*font-family: 'Poppins', sans-serif;
	font-size: 2em;
	font-style: italic;
	font-weight: 700;
	letter-spacing: -0.001em;
	line-height: 1.4em;
	color: #004987;*/
}

.sdw {
	-webkit-filter: drop-shadow(0px 8px 0px rgba(0,0,0,.1));
    filter: drop-shadow(0px 8px 0px rgba(0,0,0,.1));
}

.ribbon01 {
box-sizing: border-box;
height: 45px;
position: relative;
text-align: center;
	margin-bottom: 0px;
vertical-align: middle;
width: auto;
	display: inline-block;
}

.ribbon01::before,
.ribbon01::after {
border-color: #ffe9e9;
border-style: solid;
bottom: -23px;
content: '';
position: absolute;
width: 0;
z-index: -2;
}

.ribbon01::before {
border-left-color: transparent;
border-width: 30px 15px 30px 15px;
left: -20px;
}

.ribbon01::after {
border-right-color: transparent;
border-width: 30px 15px 30px 15px;
right: -20px;
}

h2.ribbon {
	font-size: 1.4em;
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	line-height: 1.4em;
}

h2.ribbon span {
	display: inline-block;
}

.ribbon {
background: #fff;
color: #00aad1;
padding: 15px 35px;
position: relative;
}

.ribbon::before,
.ribbon::after {
border: none;
border-bottom: solid 10px transparent;
content: '';
position: absolute;  
top: 100%;
}

.ribbon::before {
left: 0;
border-right: solid 10px #ffbdbd;
}

.ribbon::after {
right: 0;
border-left: solid 10px #ffbdbd;
}

@media (max-width:600px){
	
	.ribbon01 {
		width: 260px;
		margin: 0 0 30px 0;
	}
	
	h2.ribbon {
		font-size: 1.4em;
	}
	
	.ribbon {
		padding: 15px 25px;
	}
	
	.ribbon01::before,
	.ribbon01::after {
		bottom: -47px;
		border-width: 40px 15px 40px 15px;
	}

}

@media (max-width:350px){
	
	.ribbon01 {
		width: 240px;
		margin: 0 0 20px 0;
	}
	
	h2.ribbon {
		font-size: 1.2em;
	}
	
	.ribbon {
		padding: 10px 25px;
	}
	
	.ribbon01::before,
	.ribbon01::after {
		bottom: -29px;
		border-width: 25px 15px 25px 15px;
	}

}



h3 {
	font-size: 1.7em;
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	line-height: 1.4em;
	color: #f24646;
}

p {
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 0.3em;
}


.h2-center {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.h2-contact {
	text-align: center;
}

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

.h2-contact dd {
	font-size: 0.3em;
	letter-spacing: 0.15em;
	line-height: 1.4em;
	font-family: 'M PLUS 1p', sans-serif!important;
	margin-bottom: 0.25em;
}


#loader{
	width: 100%;
	height: 100hv!important;
	display: none;
	position: fixed;
	font-family: 'Poppins', sans-serif;
	color: #bbb;
	font-size: 0.6em;
	letter-spacing: 0.1em;
	line-height: 0;
	font-weight: 500;
	text-align: center!important;
	white-space: nowrap;
	background-color: #000;
	z-index: 130!important;
}

#loader p{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -55px;
	margin-left: -70px;
	z-index: 130!important;
	background-color: #000;
	padding: 0 30px 30px 30px;
}

@media (max-width:600px){
	
	#loader p{
		margin-top: -57px;
	}

}

#fade{
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 125!important;
}

.ftr-wrap {
	width: 100%;
	position: relative;
	z-index: 11;
	padding-bottom: 3%;
	margin-bottom: 50px;
}

.ftr-01-bg {
	position: absolute;
	background-color: #f24646;
	height: 95%;
	width: 65%;
	left: 0;
	bottom: 0;
}

.ftr-02-bg {
	position: absolute;
	background-color: #f24646;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.ftr-03-bg {
	position: absolute;
	background-color: #f24646;
	height: 95%;
	width: 65%;
	right: 0;
	bottom: 0;
}

.ftr-01,
.ftr-03 {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	position: relative;
	z-index: 12;
}

.ftr-02 {
	width: 100%;
	max-width: 1200px;
	padding: 2% 3% 0 3%;
	box-sizing: border-box;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 12;
}

.ftr-03 {
	flex-direction: row-reverse;
}

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

.ftr-txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ftr-img-01 {
	box-shadow: -15px 15px 0px 0px rgba(0,0,0,0.1);
}

.ftr-img-03 {
	box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.1);
}

.ftr-txt p {
	width: 100%;
	margin: 3% 0 0 0;
	font-weight: 400;
}

.ftr-txt dd {
	position: relative;
	width: 90px;
	height: 90px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center!important;
	flex-wrap: wrap;
	color: #00aad1;
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
	z-index: 2;
}

.ftr-txt dd dl {
	width: 100%;
	text-align: center;
	font-size: 0.6em;
	margin: 0;
	line-height: 1.6em;
}

.ftr-txt dd dl p {
	width: 100%;
	text-align: center;
	font-size: 3.4em;
	margin: 0;
	line-height: 1.2em;
}

.ftr-txt dd img {
	position: absolute;
	right: -10px;
	bottom: 0;
	width: 37%;
	z-index: -1;
}

.ftr-txt dt {
	width: calc(100% - 110px)!important;
	text-align: left;
	font-size: 1.6em;
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	line-height: 1.4em;
}

.camp-txt {
	position:relative;
	font-size: 0.6em;
	letter-spacing: 0.1em;
	font-family: 'M PLUS 1p', sans-serif!important;
	background-color: #00aad1;
	display: inline-block;
	padding: 5px 15px 0 15px;
	line-height: 1em;
	height: 28px;
}

.camp-txt:after{
  content: "";
  position:absolute;
  top:0;
  right:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 15px 10px 15px 0;
}

.camp-tit {
display: inline-block;
position: relative;
height: 26px;
line-height: 26px;
vertical-align: middle;
text-align: center;
padding: 0 12px 0 7px;
	font-family: 'M PLUS 1p', sans-serif!important;
font-size: 0.55em;
background-color: #00aad1;
color: #fff;
box-sizing: border-box;
}

.camp-tit::after {
position: absolute;
content: '';
width: 0px;
height: 0px;
z-index: 1;
}

.camp-tit::after {
top: 0;
right: 0;
border-width: 13px 7px 13px 0px;
border-color: transparent #e0544e transparent transparent;
border-style: solid;
}

.cmp-img {
	width: 100%;
	max-width: 700px;
}

.ftr-txt span {
	display: inline-block;
}

#ccccccc{display: none;}

@media (max-width:1450px){
	
	.ftr-01 {
		width: 97%;
		padding-left: 3%;
	}
	
	.ftr-03 {
		width: 97%;
		padding-right: 3%;
	}
}

@media (max-width:768px){
	
	.ftr-01,
	.ftr-02,
	.ftr-03 {
		width: 100%;
		display: block;
		padding: 0 4%;
		box-sizing: border-box;
	}
	
	.ftr-txt,
	.ftr-pic {
		width: 100%;
	}
	
	.ftr-wrap {
		padding: 5% 0  7% 0;
		margin-bottom: 30px;
	}
	
	.ftr-01-bg,
	.ftr-02-bg,
	.ftr-03-bg {
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
	}
	
	.ftr-pic img {
		margin-top: 1.5em;
		box-shadow: none;
	}
	
}

@media (max-width:450px){
	
	.ftr-txt dd {
		width: 60px;
		height: 60px;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		margin-bottom: 5px;
	}
	
	.ftr-txt dd dl {
		font-size: 0.5em;
		line-height: 1.6em;
	}
	
	.ftr-txt dd dl p {
		font-size: 3em;
		line-height: 1.2em;
	}
	
	.ftr-txt dd img {
		right: -10px;
		width: 37%;
	}
	
	.ftr-txt dt {
		width: calc(100% - 80px)!important;
		font-size: 1.3em;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.4em;
		margin-bottom: 5px;
	}
	
}

@media (max-width:350px){
	
	.ftr-txt dd {
		width: 50px;
		height: 50px;
		border-radius: 25px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		margin-bottom: 5px;
	}
	
	.ftr-txt dd dl {
		font-size: 0.4em;
		line-height: 1.6em;
	}
	
	.ftr-txt dd dl p {
		font-size: 3.4em;
		line-height: 1.2em;
	}
	
	
	.ftr-txt dd img {
		right: -5px;
		width: 37%;
	}
	
	.ftr-txt dt {
		width: calc(100% - 60px)!important;
		font-size: 1.1em;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.4em;
		margin-bottom: 5px;
	}
}


.gallery-box-outer{
	width:100%;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0;
	position: relative;
}

.gallery-box-outer p{
	font-family: 'Poppins', sans-serif;
	font-size: 0.85em;
	letter-spacing: 0.2em!important;
	text-align: right;
	margin-bottom: 5px;
}

.gallery-box {
	width: 100%;
}

.gallery-box ul {
	width: 100%;
}


.gallery-box ul {
	width: 100%;
}

.gallery-box img{

}

.gallery-box li{
	margin-right: 20px;
}

.gallery-box p{
	position: absolute;
	font-family: 'Poppins', sans-serif;
	font-size: 0.75em;
	letter-spacing: 0.2em;
	bottom: -35px;
	left: 0;
	width: 100%;
	height: 35px;
	color: #fff;
	padding: 20px 0!important;
	text-align: center;
}

@media (max-width:500px){
	
	.gallery-box p{
		width: 90%;
		left: 5%;
		font-size: 0.75em;
	}
	
}

.accordion{
	width: 100%;
	position: relative;
	z-index: 2;
}


.accordion-container .accordion-title {
  position: relative;
	display: block;
	letter-spacing: 0.2em;
	font-family: 'Poppins', sans-serif;
  font-size: 0.8em;
  width: 100%;
  
	margin-bottom: 0.5em;
	margin: 0 0 0 auto;
	text-align: right;
	margin-bottom: 10px;
	
}

.accordion-title label {
	color: #f24646;
	display: inline-block!important;
	font-weight: 400;
	padding: 2px 10px 2px 13px;
	border: solid 1px #fff;
	color: #fff;
	transition: .3s;
}

.accordion-title label:hover {
	background-color: #d12525;
}


.accordion-container .accordion-title a {
	margin-right: 1.2em;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  color: #fff;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 47%;
  right: 10px;
  width: 9px;
  height: 1px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 10px;
  /*横線*/
  width: 9px;
  height: 1px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
	width: 100%!important;
	padding: 0;
	margin: 0;
	display: block;
}

.bf-af-none.open::after {
	display: none;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 0 auto;
}


/* チェックボックスを非表示にする */
.accordion-hidden{
	display: none;
}

.accordion-open {
  display: block;
  padding: 10px;
  background: #52a261;
  cursor: pointer!important;
  margin: 5px 0;
  font-weight: 700;
}

/* Answer部分は最初は表示しない */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;/* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示 */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 1px;
  background: #55acee;
  font-weight: 700;
}

.dropdown{
  display:block;
}

input[type="checkbox"]{
 display:none;
}
label[for="bx-menu"]{
  display:block;
	cursor: pointer!important;
}

#bx-menu:checked + .dropdown{
  display:none;
}

.bt-lsn {
    display:inline-block;
    width: 100%;
	max-width: 350px;
    padding:15px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	border: solid 2px #fff;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin: auto;
	transition: .3s!important;
}

.bt-lsn::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-lsn:hover::after{
    right: 7px;
}

.bt-lsn:hover{
	background-color: #d12525;
}

@media (max-width:500px){
	
	.bt-lsn {
		width: 240px;
		font-size: 0.95em;
	}
	
}

.bt-lsn-ca {
    display:inline-block;
    padding:8px 20px;
    text-align:center;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	background-color: #fff;
	border: solid 2px #fff;
	color: #e0544e!important;
	font-size: 0.85em;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: auto;
	margin-top: 20px!important;
	transition: .3s!important;
	white-space: nowrap;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.bt-lsn-rvw {
    display:inline-block;
    padding:15px 25px;
    text-align:center;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	background-color: #e0544e;
	border: solid 2px #fff;
	color: #fff!important;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: auto;
	margin-top: 20px!important;
	transition: .3s!important;
	white-space: nowrap;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}


.balloon_1,.balloon_2 {
	position: relative;
	display: flex;
	padding: 15px 25px 15px 20px;
	margin: 0;
	margin-bottom: 25px;
	width: 97%;
	justify-content: space-between;
	align-items:center;
	font-weight: 400;
	color: #fff;
	background: #f24646;
	box-sizing: border-box;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	align-content:top;
	flex-wrap:wrap;
}


.balloon_1:after{
	content: "";
	position: absolute;
	bottom: -25px;
	left: 15%;
	margin-left: -22px;
	border: solid transparent;
	border-top: solid #f24646;
	border-width:25px 0px 3px 25px;
	z-index: 1;
}

.balloon_2:after{
	content: "";
	position: absolute;
	bottom: -25px;
	left: 85%;
	margin-left: -22px;
	border: solid transparent;
	border-top: solid #f24646;
	border-width:25px 25px 3px 0px;
	z-index: 1;
}

.ml-3{
	margin-left: 3%!important;
}

.balloon_1 dd,
.balloon_2 dd {
	width: 70px;
	margin-right: 15px;
}

.balloon_1 p,
.balloon_2 p {
	width: calc(100% - 85px);
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin: 0;
}

.balloon_1 p span,
.balloon_2 p span {
	font-weight: 500;
	display: inline-block;
}

@media (max-width:768px){
	
	.balloon_1,.balloon_2 {
		padding: 15px 20px 15px 20px;
	}
	
	.balloon_1 dd,
	.balloon_2 dd {
		width: 60px;
		margin-right: 10px;
	}
	
	.balloon_1 p,
	.balloon_2 p {
		width: calc(100% - 70px);
	}
	
}

@media (max-width:480px){
	
	.balloon_1 dd,
	.balloon_2 dd {
		width: 45px;
		margin-right: 10px;
	}
	
	.balloon_1 p,
	.balloon_2 p {
		width: calc(100% - 55px);
	}
	
}

@media (max-width:350px){
	
	.balloon_1,.balloon_2 {
		width: 100%;
		box-sizing: border-box;
	}
	
	.balloon_1 dd,
	.balloon_2 dd {
		display: none;
	}
	
	.balloon_1 p,
	.balloon_2 p {
		width: 100%;
		letter-spacing: 0.1em;
		line-height: 1.6em;
		margin: 0;
	}
	
	.ml-3{
	margin-left: 0!important;
	}
	
}


.pay-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
}

.pay-box h4 {
	position:relative;
	box-sizing: border-box;
	background-color: #f24646;
	color:#fff;
	width: 100%;
	padding: 20px 10px;
	font-size: 1.2em;
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.pay-box h4:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(106, 90, 205, 0);
    border-top-width:20px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#f24646;
    top:100%;
    left:50%;
}

.pay-box h5 {
	position:relative;
	box-sizing: border-box;
	border: solid 1px #f24646;
	color: #f24646;
	width: 100%;
	padding: 10px 13px;
	text-align: left;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	line-height: 1.4em;
	margin: 10px 0;
}

.pay-graph,
.pay-txt {
	width: 47%!important;
	display: block;
	position: relative;
	margin: 0;
}

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


.pay-case {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 120px;
}

.pay-case dd {
	width: 90px;
	margin: 0;
}

.pay-case dt {
	width: calc(100% - 90px);
	display: block;
	margin: 0;
}

.pay-case-date dd {
	width: 90px;
	height: 90px;
	background-color: #f24646;
	display: flex;
	justify-content: center;
	align-items: center!important;
	flex-wrap: wrap;
	color: #fff;
	font-family: 'Kiwi Maru', serif;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
	position: relative;
	z-index: 1;
}

.pay-case-date dl {
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center!important;
	flex-wrap: wrap;
	color: #fff;
	font-family: 'Kiwi Maru', serif;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
	position: relative;
	z-index: 1;
}

#n1a,
#n1c,
#n1d,
#n2a,
#n3a,
#n4a {
	margin: 0 -0.3em;
}

.bg-bbb {
	background-color: #bbb!important;
}

.date-line,
.date-line-g,
.date-line-end {
	display: block;
	width: 4px;
	height: 100%;
	background-color: #f24646;
	position: absolute;
	top: 0;
	left: 43px;
	z-index: 0;
}


.date-line-g {
	background: -moz-linear-gradient(top, transparent, #bbb 20%, #bbb 90%, #f24646);
  background: -webkit-linear-gradient(top, transparent, #bbb 20%, #bbb 90%, #f24646);
  background: linear-gradient(to bottom, transparent, #bbb 20%, #bbb 90%, #f24646);
}

.date-line-end {
	background: -moz-linear-gradient(top, #f24646, #f24646 90%, transparent);
  background: -webkit-linear-gradient(top, #f24646, #f24646 90%, transparent);
  background: linear-gradient(to bottom, #f24646, #f24646 90%, transparent);
}



.pay-balloon {
  position: relative;
  display: block;
	text-align: left;
  margin: 1.5em 0 1.5em 15px;
  padding: 10px 20px;
	width: calc(100% - 40px);
  color: #fff;
  background-color: #f24646;
	margin: 0 0 0 20px;
	
}

.pay-balloon:before {
      border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:20px;
    margin-top: -10px;
    border-right-color:#f24646;
    right:100%;
    top:50%;
}

.pay-balloon p {
	font-size: 1.1em;
	line-height: 2em;
	letter-spacing: 0.15em;
	margin: 0;
}

.pay-balloon span {
	font-weight: 600!important;
}

.pay-balloon dl {
	font-size: 1em;
	letter-spacing: 0.1em!important;
	text-indent: -0.4em;
}

.pay-balloon-n {
  position: relative;
  display: block;
	text-align: center;
  margin: 0 0 10px 0;
  padding: 10px 20px;
	width: 100%;
  color: #f24646;
	border: solid 2px #f24646;
}

.pay-balloon-n p {
	font-size: 1.1em;
	line-height: 2em;
	letter-spacing: 0.15em;
	margin: 0;text-align: center;
}

.pay-balloon-n span {
	font-weight: 600!important;
}

.pay-balloon-n dl {
	font-size: 1em;
	letter-spacing: 0.1em!important;
	text-indent: -0.4em;
}




.price {
	font-size: 1.8em;
	font-weight: 500;
	font-family: 'Kiwi Maru', serif;
}

.pay-blanc {
	width: 100%;
	height: 32px;
	background-image:url("../images/pay_line_bg.png");
	background-repeat: repeat-y;
	background-position: left 43px top;
	background-size: 4px;
}

.pay-txt img {
	width: 90%;
	max-width: 400px;
	margin-bottom: 15px;
}

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

.notice dd {
	width: 1.5em;
}

.notice p {
	width: calc(100% - 1.5em);
}

@media (max-width:768px){
	
	.pay-box {
		display: block;
	}
	
	.pay-graph,
	.pay-txt {
		width: 100%!important;
		margin: auto;
		margin-bottom: 30px;
	}
	
	.pay-graph {
		max-width: 470px;
	}

}

@media (max-width:480px){
	
	.pay-box h4 {
		padding: 12px 10px 15px 10px;
	}
	
	.pay-case {
		min-height: 0;
		padding: 3px 0;
	}
	
	.pay-case-date dd {
		width: 50px;
		height: 50px;
		font-size: 1.1em;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
	}
	
	.pay-balloon {
		margin: 0 0 0 10px;
	}
	
	.pay-balloon:before {
		border-top-width:5px;
		border-bottom-width:5px;
		border-left-width:30px;
		border-right-width:10px;
		margin-top: -5px;
	}
	
	.date-line,
	.date-line-g,
	.date-line-end {
		left: 23px;
	}
	
	.pay-blanc {
		background-position: left 23px top;
	}

}

@media (max-width:350px){
	
	.pay-balloon p {
		font-size: 1em;
		letter-spacing: 0.05em;
	}
	
	.pay-balloon span {
		font-weight: 600!important;
	}
	
	.pay-balloon dl {
		font-size: 0.9em;
		letter-spacing: 0.04em!important;
		text-indent: -0.4em;
	}

	
}


.faq-q,
.faq-a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 10px;
	box-sizing: border-box;
}

.faq-q {
	background-color: #f24646;
	color: #fff;
}

.faq-a {
	border-bottom: solid 1px #f24646;
	margin-bottom: 20px;
}


.faq-q dd,
.faq-a dd {
	width: 2em;
	font-size: 2em;
	font-weight: 500;
	font-family: 'Kiwi Maru', serif;
}

.faq-q p,
.faq-a p,
.faq-a dt {
	width: calc(100% - 60px);
}

.faq-q p {
	font-size: 1.2em;
	font-weight: 500;
	margin-top: 0.7em;
}

.faq-a p {
	margin-top: 1em;
}

.faq-a p a {
	display: inline-block;
	font-size: 0.9em;
	color: #00aad1;
	border-bottom: dotted 1px #00aad1;
}

.faq-a dt {
	text-align: left;
	margin-bottom: 0.5em;
}

.notice-num ol {
	list-style-type: none;
	counter-reset: number;
}
.notice-num li{
	margin-top: 4px;
    padding-left: 1.5em;
    text-indent: -1.2em;
  }
.notice-num ol li:before {
	display: inline;
	counter-increment: number;
	content: counter(number);
	font-size: 1.1em;
	vertical-align:bottom;
	margin-right: 0.1em;
	font-weight: 600;
	color: #444;
}

@media (max-width:768px){
	
	.faq-q dd,
	.faq-a dd {
		width: 1.6em;
		font-size: 1.6em;
	}
	
	.faq-q p,
	.faq-a p,
	.faq-a dt {
		width: calc(100% - 40px);
	}
	
	.faq-a p {
		margin-top: 0.6em;
	}
	
	.faq-q {
		padding: 5px 10px 7px 10px;
	}
	
	.faq-q p {
		margin-top: 0.5em;
	}

}

.bt-comp {
    display:inline-block;
    width: 100%;
	max-width: 350px;
    padding:15px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	border: solid 2px #fff;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin: auto;
	background: rgba(0,0,0,.5)
	transition: .3s!important;
}

.bt-comp::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-comp:hover::after{
    right: 7px;
}

.bt-comp:hover{
	background: rgba(0,0,0,.8)
}

@media (max-width:500px){
	
	.bt-comp {
		width: 240px;
		font-size: 0.95em;
	}
	
}



#foot-section {
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
    z-index: 100;
    width: 100%;
	box-sizing: border-box;
	min-width: 1000px;
	padding: 30px 2% 100px 2%;
	color: #fff;
	background-color: #f24646;
	pointer-events:auto;
}

#foot-section p {
	margin: auto;
	text-align: center;
}


.foot-logo {
	width: 200px;
	margin: auto;
	margin-bottom: 10px;
}


.foot-btm {
	font-family: 'Poppins', sans-serif;
	font-size: 0.85em;
	letter-spacing: 0.2em;
}

.foot-sns {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 30px;
}

.foot-sns img {
	width: 30px;
	margin: 0 5px;
}

@media (max-width:768px){
	
	#foot-section {
		min-width: 0;
	}
	
}

@media (max-width:600px){
	
	#foot-section {
		padding: 5% 4% 100px 4%;
	}
	
	.foot-logo {
		margin-bottom: 30px;
	}


}


.fix-button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
	position: fixed;
	padding: 15px 5px 13px 5px;
	z-index: 900;
	background: rgba(255,255,255,0.75);
	border-top: solid 1px #eee;
	margin: 0;
}

.fix-bt {
	position: relative;
    display:block;
	white-space: nowrap;
	box-sizing: border-box;
	background:#00aad1;
	width: 100%;
	height: 60px;
	max-width: 300px;
    padding: 20px 25px;
	margin: auto;
    text-align:center;
    color:#fff;
    border:none;
    cursor:pointer!important;
    position: relative;
    text-decoration: none;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	z-index: 1000!important;
	transition: .3s;
}

.fix-bt:hover{
	background:#f24646!important;
	opacity: 1!important;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 6px;
    right: 12px;
	line-height: 0;
	margin-bottom: 92px;
	z-index: 1000;
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}

.pagetop a {
	width: 30px;
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


@media (max-width:768px){
	
	.fix-button {
		min-width: 0;
	}
	
}

@media (max-width:580px){
	
	.fix-button {
		padding: 8px 5px 15px 5px;
		z-index: 900;
	}
	
	.fix-bt-ent {
		padding: 5px 3px;
		font-size: 0.9em;
		letter-spacing: 0.2em;
	}
	
	.fix-bt {
		height: 50px;
		font-size: 1em;
		max-width: 250px;
		padding: 15px 15px;
	}
	
	.pagetop {
		margin-bottom: 78px;
	}

}

.inst-box {
}

.inst-box ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.inst-box ul li {
	width: 16%;
	position: relative;
	margin-bottom: 15px;
}

.inst-box ul li dl {
	width: 100%;
	position: relative;
	margin-bottom: 6%;
	overflow: hidden;
	background: #ccc;
}

.inst-box ul li dl:before {
  content: "";
  display: block;
  padding-top: 96%;
}

.child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.inst-info {
	width: 100%;
	text-align: center;
	
}

.inst-info p {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 0.7em!important;
	letter-spacing: 0.2em!important;
	margin-bottom: 5%;
}

.inst-info dd {
	text-align: center;
	width: 100px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 0.7em;
	letter-spacing: 0.1em!important;
	height: 24px;
	border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	border: solid 1px #fff;
	
}

@media (max-width:1200px){
	
	.inst-box ul li {
		width: 18%;
	}

}

@media (max-width:1000px){
	
	.inst-box ul li {
		width: 23%;
	}

}

@media (max-width:768px){
	
	.inst-box ul li {
		width: 31.3%;
	}

}

@media (max-width:600px){
	
	.inst-box ul li {
		width: 48%;
	}

}






.project-box {
	position: relative;
	background-color: #fff;
	display: block;
	width: calc(100% - 60px);
	padding: 35px 30px 0 30px;
	box-shadow: 0px -30px 40px -30px #000;
	border-top: solid 3px #ccc;
}


.project-pic {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.project-pic img {
	width: 20%;
	margin: 0;
}

@media (max-width:600px){
	
	.project-box {
		width: calc(100% - 40px);
		padding: 30px 20px 0 20px;
	}
	
	.project-pic {
		flex-wrap: wrap;
	}
	
	.project-pic img {
		width: 49.8%;
		margin-bottom: 0.4%;
	}
	
}


.movie-list {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: 0!important;
}

.movie-width {
	width: 45%;
	margin-bottom: 1.4em;
}

.movie-width dt {
	font-size: 1.3em;
}

.movie-width dt dl {
	font-size: 0.7em;
}

.movie-thum {
	position: relative;
	overflow: hidden;
	margin-bottom: 5%;
	border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
	background-color: #000;
	z-index: 2;
}

.movie-thum p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	width: 22%;
}

.movie-thum span {
	position: absolute;
	bottom: 5px;
	right: 12px;
	pointer-events: none;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.15em;
	font-weight: 500;
	padding-left: 20px;
	background-image:url("../images/movie_icon_up.png");
	background-repeat: no-repeat;
	background-position: left 0 top 5px;
	background-size: 11px;
	
}

.movie-thum dd img {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.movie-thum dd span {
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-indent: 0.1em;
	color: #fff;
	width: 100%;
}

.movie-thum dd span:hover {
	opacity: 1;
}


.movie-thum dd {
	width: 100%;
	height: auto;
	line-height: 0;
	pointer-events:auto;
}

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

.movie-thum img:hover {
	transform: scale(1.2);
	filter: blur(4px);
	opacity: 0.4;
}

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

.movie-tit {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: auto;
}

.movie-tit dd {
	width: 8%;
	margin-right: 3%;
}

.movie-tit dt {
	width: ;
	max-width: 89%;
	text-align: left;
	color: #004987;
	font-weight: 600;
	line-height: 1.4em;
	margin-right: -5%;
}

.movie-tit dt:after {
  content: ".";
        width: 0;
        font-size: 0.1em;
        color: transparent;
        margin-right: 1px;
	
}


.movie-txt-block p {
	width: 100%;
	text-align: left;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.4em;
	margin-top: 0.5em;
}

.movie-width-3 {
	width: 31%;
	margin-bottom: 3em;
}

.movie-width-3 dt {
	font-size: 1.05em;
}

.movie-width-3 dt dl {
	font-size: 0.8em;
}

@media (max-width:768px){
	
	.movie-width,
	.movie-width-3 {
		width: 48%;
	}
	
	.movie-width-3 dt {
		font-size: 1.3em;
	}
	
	.movie-width-3 dt dl {
		font-size: 0.7em;
	}

}

@media (max-width:600px){
	
	.movie-width,
	.movie-width-3 {
		width: 100%;
	}	
}





/*
.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 {
	width: 30%!important;
	overflow: hidden;
	border-radius: 7%;
    -webkit-border-radius: 7%;
    -moz-border-radius: 7%;
	margin-bottom: 5%;
	z-index: 2;
}

.top-conte-head {
	background: #00a7d3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-conte-head img {
	max-width: 170px;
	margin: 5px 0; 
}

.top-conte-head p {
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}

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

.top-conte-thum p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Poppins', sans-serif;
	font-size: 1.6em;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	pointer-events: none;
}

.top-conte-thum dd span {
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-indent: 0.1em;
	color: #fff;
	width: 100%;
}

.top-conte-thum dd span:hover {
	opacity: 1;
}


.top-conte-thum dd {
	width: 100%;
	height: auto;
	line-height: 0;
	pointer-events:auto;
}

.top-conte-thum img {
	transition: 0.8s;
}

.top-conte-thum img:hover {
	transform: scale(1.2);
	opacity: 0.4;
}

/*
.top-conte-thum dd img {
	transition: 0.8s;
}

.top-conte-thum dd img:hover {
	transform: scale(1.2);
	opacity: 0.5;
}
*/

















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

.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;
	}
	
}


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

.contact-txt,
.contact-bt-wrap {
	width: 47%;
}

.contact-txt {
	margin-bottom: 2em;
}

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

@media (max-width:767px){
	
	.contact-block {
		display: block;
		max-width: 450px;
		margin: auto;
	}
	
	.contact-txt,
	.contact-bt-wrap {
		width: 100%;
	}
	
}

.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;
	}
	
}

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

.comp-list-block dd {
	width: 150px;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}

.comp-list-block dl {
	width: 20px;
	text-align: left;
	border: solid #002e5b;
	border-width: 0 2px;
}

.comp-list-block p {
	width: calc(100% - 170px);
	padding-left: 1em;
	padding-right: 1em;
}

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

.comp-list-block dd,
.comp-list-block dl,
.comp-list-block p {
	display: inline-block;
	background-color: #002e5b;
	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-block dd {
		width: 100%;
		padding-top: 0.7em;
		padding-bottom: 0.7em;
		margin-bottom: 0;
		border-bottom: solid 3px #001a28;
	}
	
	.comp-list-block dl {
		display: none;
	}
	
	.comp-list-block p {
		width: 100%;
	}
	
}

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

#map iframe {
  width: 100%;
  height: 800px;
  margin-top: -180px;
	filter: brightness(80%) sepia(10%);
}

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

.center {
	text-align: center;
}

.map-bt {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	color: #00bedd;
	border: 2px solid #00bedd;
	text-align: center;
	padding: 10px;
	background-color: #001a28;
	letter-spacing: 0.2em;
	transition: .5s;
}

.map-bt:hover {
	background: rgba(255,255,255, 1)!important;
	border: 2px solid #fff;
	color: #000;
	opacity: 1;
}

.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: 98;
}

.scr-anime-box dd{
	color: #eee;
	font-family:'Poppins', sans-serif;
	font-weight: 400;
	font-size: 8px;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	margin-bottom: 23px;
	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: -moz-linear-gradient(top, #FFF, #2b728e, #2b728e, #FFF);
	background: -webkit-linear-gradient(top, #FFF, #2b728e, #2b728e, #FFF);
	background: linear-gradient(to bottom, #FFF, #2b728e, #2b728e, #FFF);
	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-left {
	opacity: 0;
	transform: translateX(300px);
	transition: all 0.7s;
}
.right-to-left.scrollin {
	opacity: 1;
	transform: translate(0);
}
.down-to-top {
	opacity: 0;
	transform: translateY(100px);
	transition: all 1s;
}
.down-to-top.scrollin {
	opacity: 1;
	transform: translateY(0);
}

.top-to-down {
	opacity: 0;
	transform: translateY(-100px);
	transition: all 1s;
}
.top-to-down.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;
}

