@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:400,700);

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.6em;
	background: #FBFAF5;
	color: #003C59;
	line-height: 1.5;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #003C59;
	-moz-transition: ease-in-out 0.1s;
	-o-transition: ease-in-out 0.1s;
	-webkit-transition: ease-in-out 0.1s;
	transition: ease-in-out 0.1s;
}

a:hover {
	opacity: .8;
}

.sp {
	display: none;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	overflow-x: hidden;
}

section {
	padding: 70px 0;
}

.c_blue{color: #0085CA;}

.logo_area {
	display: block;
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background: url('../img/company_logo.png') no-repeat left top;
	background-size: contain;
	width: 250px;
	height: 85px;
}

.logo_area a {
	display: block;
	height: 100%;
}

h2 {
	font-size: 4.5rem;
	margin-bottom: 30px;
}

h3 {
	width: 628px;
	text-align: center;
	border: 1px solid #0085CA;
	color: #0085CA;
	font-size: 3.0rem;
	font-weight: bold;
	background: #fff;
	padding: 10px 0;
	margin-bottom: 50px;
}

h4 {
	font-size: 2.8rem;
	color: #0085CA;
	border-left: 5px solid #0085CA;
	margin-bottom: 80px;
	padding-left: 10px;
	position: relative;
}

h4:after {
	content: "";
	border-bottom: 2px solid #0085CA;
	width: 100%;
	display: block;
	position: absolute;
	bottom: -20px;
	left: -5px;
}

p {
	font-size: 1.8rem;
	font-weight: bold;
}

.left_box {
	float: left;
	max-width: 50%;
}

.right_box {
	float: right;
	max-width: 50%;
}

/** -----------------
	HEADER
----------------- **/
header {
	background: url('../img/header_bg.png') no-repeat bottom;
	background-size: auto 100%;
	position: fixed;
	z-index: 99;
	width: 100%;
	color: #FBFAF5;
	padding-bottom: 175px;
}

header .inner {
	width: 1080px;
	padding-top: 25px;
}

header .left_box h1 {
	font-size: 1.2rem;
	font-weight: normal;
	color: #FFFFFF;
}

header .left_box ul {
	margin-bottom: 30px;
}

header .left_box li {
	display: inline-block;
	margin-right: 50px;
}

header .left_box li:before {
	content: "";
	background: #FFFFFF;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	display: block;
	margin: 0 auto 5px;
}

header .left_box li a {
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
}

header .right_box .time {
	font-size: 1.7rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #FBFAF5;
	text-align: center;
}

header .right_box .tel {
	font-family: "Roboto", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 4.1rem;
}
header .right_box .tel a{color: #fff;}
header .right_box .tel:before {
	content: "";
	background: url('../img/ico_tel.png') no-repeat center;
	background-size: cover;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 15px;
}

/** -----------------
	MAIN
----------------- **/
#main_img {
	height: 730px;
	background: url('../img/main_img.jpg') no-repeat center;
	background-size: auto 100%;;
	color: #FBFAF5;
	text-align: center;
	position: relative;
}

#main_img:before{
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

#main_img .wrapper {
	position: absolute;
	top: 32.4%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1236px;
}

#main_img p {
	font-size: 3.9rem;
	font-weight: bold;
	margin-top: -35px;
	margin-left: -65px;
    display: inline-block;
}

#point ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#point li {
	flex: 0 1 33%;
	box-sizing: border-box;
}

#about {
	background: #16B3EE;
}

#about * {
	color: #fff;
}

#contents .tile {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 90px auto;
}

#contents .tile li {
	flex: 0 1 32%;
	box-sizing: border-box;
	margin-bottom: 1%;
	position: relative;
}
#contents .tile li .blue_text{
	flex: 0 1 32%;
	box-sizing: border-box;
	margin-bottom: 1%;
}

.blue_text {
    color: #16B3EE;
    font-size: 22px;
    position: absolute;
    margin-top: -137px;
    margin-left: 24px;
    letter-spacing: -0.1em;
    font-weight: 100;
}

#contents .tile li:nth-child(1) .blue_text{

}

#contents .wrapper {
	position: relative;
	overflow: hidden;
}

#contents .bg1 {
	margin: -200px 0 0;
	padding: 200px 0 0;
}

#contents .bg_img {
	position: absolute;
	top: 0;
	z-index: -10;
}

#contents .bg1 .bg_img {
	left: 60%;
	width: 731px;
}

#contents .bg2 .inner {
	position: relative;
	overflow: unset;
	padding: 45px 0 160px 300px;
}

#contents .bg2 .bg_img {
	position: absolute;
	z-index: -99;
	left: -32%;
	width: 563px;
}

#contents .sub {
	font-weight: normal;
	font-size: 1.6rem;
	margin-bottom: 25px;
	width: 628px;
}

#contents .menu {
	margin-bottom: 50px;
}

#contents .menu li {
	font-weight: bold;
	font-size: 2.2rem;
}

#contents dt {
	font-weight: bold;
	font-size: 2.2rem;
	margin-bottom: 17px;
}

#contents dd {
	font-size: 1.6rem;
	margin-bottom: 60px;
}

#contents dd:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 22px 0 22px;
	border-color: #fce303 transparent transparent transparent;
	display: block;
    margin: 60px auto 0;
}

#contents dd.no_arrow:after {
	border: none;
	margin-bottom: 120px;
}

#contents table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}

#contents table caption {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}

#contents table tr {
	height: 40px;
}

#contents table .col1 {
	width: 200px;
}

#contents table .col2 {
	width: 172px;
}

#contents table .col3 {
	width: 125px;
}

#contents table th {
	font-weight: bold;
	vertical-align: middle;
	color: #FBFAF5;
	font-size: 1.6rem;
}

#contents table thead th {
	background: #6FA2BC;
}

#contents table tbody th {
	background: #16B3EE;
}

#contents table td {
	background: #D1EAF4;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #0085CA;
}

#contents table tbody .type {
	background: #0085CA;
}

#contents table th.burden1 {
	background: #EAB1DF;
}

#contents table th.burden2 {
	background: #E095D1;
}

#contents table th.burden3 {
	background: #EA7BD4;
}

#contents table td.burden1 {
	background: #EDE1EB;
	color: #F25BD4;
}

#contents table td.burden2 {
	background: #F5D7F0;
	color: #F25BD4;
}

#contents table td.burden3 {
	background: #F8C5F0;
	color: #F25BD4;
}

#company {
	background: #16B3EE;
	color: #FBFAF5;
}

#company .logo {
	width: 34.3%;
	margin: 0 auto;
}

#company p {
	font-size: 4.5rem;
	text-align: center;
	margin-bottom: 35px;
}

#company dl {
	font-size: 1.8rem;
	padding: 0 50px;
}

#company dt {
	font-weight: bold;
	float: left;
}

#company dd {
	margin: 0 0 50px 165px;
}

/** -----------------
	FOOTER
----------------- **/
footer {
	background: url('../img/footer_bg.png') no-repeat top, #16B3EE;
	background-size: cover;
	
	padding: 300px 0 70px;
	margin-top: -200px;
	color: #FBFAF5;
}

footer .wrapper {
	overflow: hidden;
}

footer .left_box .logo {
	width: 31.0%;
}

footer .left_box p {
	font-size: 1.8rem;
}

footer .right_box .time {
	text-align: center;
	border-bottom: 1px solid #FBFAF5;
	font-size: 1.8rem;
	padding-bottom: 10px;
}

footer .right_box .tel {
	font-family: "Roboto", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 4.4rem;
}

footer .right_box .tel:before {
	content: "";
	background: url('../img/ico_tel.png') no-repeat center;
	background-size: auto 100%;
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 15px;
}

footer ul {
	border-top: 1px solid #FBFAF5;
	border-bottom: 1px solid #FBFAF5;
	margin: 60px 0 40px;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	font-size: 1.6rem;
}

footer li {
	display: inline-block;
	margin: 0 30px;
}

footer li:before {
	content: "";
	background: #FFFFFF;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	display: block;
	margin: 0 auto 5px;
}

footer li a {
	color: #FFFFFF;
}

footer .copy {
	text-align: center;
	font-family: "Roboto", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
}

footer #pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(154, 215, 247, .5);
	text-align: center;
}

footer #pagetop a {
	color: #fff;
	font-size: 2.0rem;
	line-height: 50px;
	opacity: .5;
	display: block;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

footer #pagetop a:hover {
	opacity: .8;
}

@media (max-width: 767px) {

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
	
	.inner {
		width: auto;
		margin: 0 20px;
	}
	
	section {
		padding: 40px 0;
	}
	
	.logo_area {
		width: 113%;
	}
	
	h2 {
		font-size: 2.5rem;
	}
	
	h3 {
		width: 100%;
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	
	h4 {
		font-size: 2.0rem;
		margin-bottom: 40px;
	}
	
	p {
		font-size: 1.4rem;
	}
	
	/** -----------------
		HEADER
	----------------- **/
	header {
		background: url('../img/header_bg_sp.png') no-repeat bottom;
		background-size: cover;
		padding-bottom: 0;
	}
	
	header .inner {
		width: auto;
		padding-top: 10px;
	}
	
	header .left_box h1 {
		font-size: 0.6rem;
		margin-bottom: 10px;
	}
	
	header .right_box .tel {
    font-size: 1.5rem;
    margin-right: 16px;
}
	
	header .right_box .tel:before {
		width: 11px;
		height: 11px;
		margin-right: 5.5px;
	}
	.right_box {
    margin-top: 6px;
}
	.side-menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 20px;
		height: 15px;
		cursor: pointer;
		z-index: 99;
		margin-top: 6px;
	}
	
	.menu-trigger {
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #FFFFFF;
		border-radius: 2px;
	}
	
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	
	.menu-trigger span:nth-of-type(2) {
		top: 6.5px;
	}
	
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	
	.menu-trigger, .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(6.5px) rotate(-45deg);
		-moz-transform: translateY(6.5px) rotate(-45deg);
		-ms-transform: translateY(6.5px) rotate(-45deg);
		-o-transform: translateY(6.5px) rotate(-45deg);
		transform: translateY(6.5px) rotate(-45deg);
	}
	
	.menu-trigger.active span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 0.8s forwards;
		-moz-animation: active-menu-bar02 0.8s forwards;
		animation: active-menu-bar02 0.8s forwards;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-6.5px) rotate(45deg);
		-moz-transform: translateY(-6.5px) rotate(45deg);
		-ms-transform: translateY(-6.5px) rotate(45deg);
		-o-transform: translateY(-6.5px) rotate(45deg);
		transform: translateY(-6.5px) rotate(45deg);
	}
	
	.overlay {
		content: '';
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: transparent;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		z-index: 98;
	}
	
	.side-open .overlay {
		visibility: visible;
		cursor: pointer;
		background: rgba(255, 255, 255, 0.7);
	}
	
	.side-open .overlay::after {
		visibility: visible;
		color: rgba(255, 255, 255, 0.8);
	}
	
	.side-menu {
		position: fixed;
		top: 0;
		right: -200px;
		width: 200px;
		height: 100%;
		text-align: left;
		background: #0085CA;
		z-index: 97;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	
	.side-menu .side-menu_in {
		height: 100%;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	
	.side-menu .side-menu_in li {
		width: 100%;
	}
	
	.side-menu .side-menu_in li:last-child {
		border-bottom: none;
	}
	
	.side-menu .side-menu_in li a {
		font-size: 1.4rem;
		padding: 16px 40px 16px 10px;
		display: block;
		position: relative;
		color: #FBFAF5;
	}
	
	.side-menu .side-menu_in li a::before {
		content: "";
		display: block;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -8px;
		width: 16px;
		height: 16px;
		border-top: 1px solid #FBFAF5;
		border-right: 1px solid #FBFAF5;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.side-open .side-menu, .side-open .overlay {
		-webkit-transform: translate3d(-200px, 0, 0);
		-moz-transform: translate3d(-200px, 0, 0);
		-ms-transform: translate3d(-200px, 0, 0);
		-o-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
	
	.tel a{
    color: #fff;
}
	
	/** -----------------
		MAIN
	----------------- **/
	#main_img {
		height: 100vh;
		background: url('../img/main_img_sp.jpg') no-repeat center;
		background-size: cover;
	}
	
	#main_img p {
		font-size: 2.4rem;
		margin: 0 auto;
	}
	
	#point {
		padding: 20px 0;
	}
	
	#contents .tile {
		margin: 60px auto;
	}
	
	#contents .tile li {
		flex: 0 1 70%;
	}
	
	#contents .bg_img_sp {
		margin-bottom: 20px;
	}
	
	#contents .sub {
		font-size: 1.4rem;
		width: auto;
	}
	
	#contents .menu {
		margin-bottom: 20px;
	}
	
	#contents .menu li {
		font-size: 1.8rem;
		padding-left: 1em;
		text-indent: -1em;
		margin-bottom: 10px;
	}
	
	#contents .bg2 .inner {
		padding: 0;
	}
	
	#contents dt {
		font-size: 1.8rem;
	}
	
	#contents dd {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	
	#contents dd:after {
		margin-top: 40px;
	}
	
	#contents dd.no_arrow:after {
		margin-bottom: 20px;
	}
	
	#contents table caption {
		font-size: 1.8rem;
	}
	
	#contents table th, #contents table td {
		width: 14%;
	}
	
	#contents table .type span {
		writing-mode: vertical-rl;
		white-space: nowrap;
		text-orientation: upright;
	}
	
	#company .logo {
		width: 57%;
	}
	
	#company p {
		font-size: 2.5rem;
	}
	
	#company dl {
		font-size: 1.4rem;
		padding: 0;
	}
	
	#company dt {
		float: none;
	}
	
	#company dd {
		margin: 0 0 20px;
	}
	
	/** -----------------
		FOOTER
	----------------- **/
	footer {
		padding: 50px 0 20px;
		margin-top: -50px;
	}
	
	footer .left_box,
	footer .right_box {
		float: none;
		max-width: none;
	}
	
	footer .left_box .logo {
		width: 30%;
		margin-left: auto;
	}
	
	footer .right_box {
		width: 60%;
		margin: 0 auto;
	}
	
	footer .right_box .time {
		font-size: 0.8rem;
		padding-bottom: 5px;
	}
	
	footer .right_box .tel {
		font-size: 2.1rem;
		text-align: center;
	}
	
	footer .right_box .tel:before {
		width: 18px;
		height: 18px;
		margin-right: 9px;
	}
	
	footer .copy {
		font-size: 1.0rem;
	}
}

/** スマホ横向き **/
@media screen and (min-width: 481px) and (max-width: 767px) {
	header {
		padding-bottom: 20px;
	}
h2 {
    font-size: 3.5rem;
}
	#main_img {
		height: 200vh;
	}
	
	#contents table th {
		padding: 0 1em;
	}
	
	footer .right_box {
		width: 35%;
	}
	
}
