@charset "utf-8";

html,
body {
	background: #fff none;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1;
	height: 100%;
	min-width: 1000px;
	min-height: 865px;
}

a.tdu:hover {
	text-decoration: none;
}

.fz60 {
	font-size: 60px;
}
.fz70 {
	font-size: 70px;
}
.fz80 {
	font-size: 80px;
}
.fz90 {
	font-size: 90px;
}

.mt3 {
	margin-top: 3px;
}

.w262 {
	width: 262px;
}
.w608 {
	width: 608px;
}
.w860 {
	width: 860px;
}
.w900 {
	width: 900px;
}
.w1000 {
	width: 1000px;
}

.color-white {
	color: #fff;
}
.color-black {
	color: #000;
}
.color-blue-01 {
	color: #185caf;
}
.color-blue-02 {
	color: #0084aa;
}
.color-red-01 {
	color: #ff4c00;
}
.color-yellow-01 {
	color: #fff100;
}
.color-green-01 {
	color: #208210;
}
.color-gray-01 {
	color: #a8a8a8;
}

.effect-fade-on-hover {
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}
.effect-fade-on-hover:hover {
	opacity: 0.6;
}

.effect-tdu-on-hover:hover {
	text-decoration: underline;
}

.parallax-box {
	position: relative;
	overflow: hidden;
}

.parallax-box__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}

.parallax-box__bg img {
	width: 100%;
	height: auto;
	min-width: 1500px;
}

.underline-yellow-01 {
	background: linear-gradient(transparent 80%, #fff100 0%);
}

.contact__btn {
	width: 608px;
}
.contact__btn img {
	width: 100%;
}
/* ---------------------------------------------------------------- wrapper ---- */

body::before {
	background: transparent url(../img/bg_01.jpg) no-repeat scroll center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 0;
	content: "";
	display: block;
	width: 100%;
	height: 865px;
	margin-top: -100px;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

#page_top {
	position: fixed;
	right: 45px;
	bottom: 45px;
}

/* ---------------------------------------------------------------- main ---- */

#main {
	line-height: 1.7;
}

#main .box-01 {
	background: transparent url(../img/bg_02.png) no-repeat scroll center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 765px;
}

@media screen and (max-width: 740px) {
	#main .box-01 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
#main .header {
	background: #fff none;
	background-color: rgba(255, 255, 255, 0.95);
	position: static;
	top: 0;
	left: 0;
	z-index: 255;
	width: 100%;
	height: 150px;
	padding: 15px 0 30px;
	transition: height 0.1s ease;
}
#main .header.fixed {
	height: auto;
	padding: 15px 0;
}
#main .header__in {
	display: flex;
	align-items: center;
	transition: transform 0.1s ease;
}
#main .header.fixed .header__in {
	transform: scale(0.95);
}
.header__contact {
	width: 262px;
}
.header__contact img {
	width: 100%;
}
.link-list {
	padding: 25px 0 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.1s ease;
}
#main .header.fixed .link-list {
	transform: scale(0.95);
	padding: 10px 0 0;
}
.link-list__item {
	width: 240px;
}
.link-list__item:not(:last-child) {
	margin-right: 10px;
}
.link-list__link {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #185caf;
	border: 1px solid #185caf;
	display: block;
	padding: 15px 0;
	height: 100%;
	transition:
		background-color 0.25s ease,
		color 0.25s ease;
	position: relative;
	border-radius: 5px;
}
#main .header.fixed .link-list__link {
	padding: 5px 0;
}
.link-list__link:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.7px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.link-list__link:hover {
	color: #185caf;
	background: #fff;
}
.link-list__link:hover:after {
	border-color: #185caf transparent transparent transparent;
}

#main .tri-01 {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 34px solid #0084aa;
	border-right: 30px solid transparent;
	border-bottom: 34px solid transparent;
	border-left: 30px solid transparent;
	margin-left: -30px;
}

#main .tri-01.tri-01--large {
	border-top-width: 55px;
	border-right-width: 60px;
	border-bottom-width: 55px;
	border-left-width: 60px;
	margin-left: -60px;
}

#main .txt-01 {
	background: #0084aa url(../img/bg_03.png) no-repeat scroll center top;
	position: relative;
	font-size: 45px;
	color: #fff;
	line-height: 1.3;
	height: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 35px;
	text-align: center;
}

#main .txt-02 {
	background: transparent url(../img/bg_04.png) no-repeat scroll center bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 45px;
	color: #fff;
	line-height: 1.3;
	width: 100%;
	height: 340px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 224px;
	text-align: center;
}

#main .box-02 {
	background: #fff none;
	position: relative;
	width: 595px;
	border: 2px solid #f00;
	border-radius: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 20px;
	margin-right: auto;
	margin-left: auto;
}

#main .box-03 {
	background: transparent url(../img/bg_05.png);
	width: 1000px;
	height: 212px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#main .txt-03 {
	background: transparent url(../img/bg_06.png) no-repeat scroll center bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 45px;
	color: #fff;
	line-height: 1.4;
	width: 100%;
	height: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 205px;
	text-align: center;
}

#main .box-04 {
	background: transparent url(../img/bg_07.png);
	color: #fff;
	width: 1000px;
	height: 212px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#main .box-05 {
	position: relative;
	font-size: 30px;
	border: 5px solid #f00;
	width: 820px;
	padding: 80px 0 25px 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#main .box-05__h {
	background: #f00 none;
	position: absolute;
	top: -3px;
	left: 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	padding: 10px 0;
}

#main .box-06 {
	background: transparent url(../img/bg_08.png) no-repeat scroll center bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 650px;
}

#main .box-06__inner {
	background: transparent url(../img/20.png) no-repeat scroll left 120px;
	width: 1000px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 225px 0 0 385px;
	margin-right: auto;
	margin-left: auto;
}

#main .box-movie-01 {
	background: transparent url(../img/bg_10.png) no-repeat scroll center bottom;
	width: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 45px 10px 45px;
}

#main .box-movie-01__h {
	background: transparent url(../img/bg_09.png) no-repeat scroll center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	width: 420px;
	height: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 16px;
	margin-left: -5px;
	margin-bottom: 16px;
	text-align: center;
}

#main .box-movie-01__copy {
	background: #dde7f3 none;
	font-size: 20px;
	font-weight: bold;
	color: #185caf;
	padding: 14px 0;
	text-align: center;
}

#main .box-movie-01__sub {
	width: 500px;
	margin: 0 auto;
}

#main .box-07 {
	background: #1568ce url(../img/bg_11.png) repeat scroll center top;
	color: #fff;
}

#main .ico-required {
	background: #e66453 none;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
}

#main .contact-sheet {
	background: #fff none;
	width: 1000px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px 80px 45px 80px;
	margin-right: auto;
	margin-left: auto;
}

#main .contact-form-table {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
#main .contact-form-table__t {
	font-size: 16px;
	font-weight: bold;
	width: 186px;
	/* float: left; */
	padding: 30px 0;
}

#main .contact-form-table__d {
	position: relative;
	font-size: 18px;
	border-bottom: 1px solid #c9c9c9;
	/* margin-left: 252px; */
	padding: 30px 0 30px 66px;
	width: calc(100% - 186px);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#main .contact-form-table__d::before {
	position: absolute;
	bottom: -1px;
	left: -262px;
	content: "";
	display: block;
	width: 262px;
	height: 4px;
	border-bottom: 1px solid #c9c9c9;
}

#main .contact-form-table__d:last-child,
#main .contact-form-table__d:last-child::before {
	border-bottom: none;
}

#main .contact-form-table__d input[type="text"],
#main .contact-form-table__d textarea {
	background: #f0f0f0 none;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 4px;
	margin-top: -3px;
}

#main .h-01 {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}

#main .h-01::after {
	background: #185caf none;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin-left: -30px;
}

#main .box-08 {
	background: #dae4ef url(../img/bg_14.png) repeat scroll left top;
	-webkit-background-size: 64px auto;
	background-size: 64px auto;
}

#main .table-01 {
	width: 819px;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	margin-right: auto;
	margin-left: auto;
}

#main .table-01__h {
	background: #f5f5f5 none;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
	width: 110px;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 20px 20px;
}

#main .table-01__d {
	background: #fff none;
	font-size: 15px;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 20px 25px;
}

#main .table-02 {
	width: 819px;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	margin-right: auto;
	margin-left: auto;
}

#main .table-02__h {
	background: #f5f5f5 none;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 14px 20px;
}

#main .table-02__d {
	background: #fff none;
	font-size: 15px;
	vertical-align: middle;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 14px 20px;
}
