@charset "UTF-8";
.my5 {
	margin: 5rem 0;
}

.ta-r {
	text-align: right;
}

body {
	font-family: YakuHanJP, sd-metropolis, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Hiragino Sans W3, ヒラギノ角ゴシック W3, Meiryo, メイリオ, sans-serif;
	line-height: 2.5;
	font-feature-settings: "palt";
	font-size: 16px;
	color: #333;
}

.whole-wrapper {
	position: relative;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 1042px) {
	.whole-wrapper {
		min-width: inherit;
	}
}

header {
	position: absolute;
}

.header__tel {
	margin-left: 40px;
	font-size: 12px;
}
@media screen and (max-width: 1042px) {
	.header__tel {
		display: none;
	}
}
.header__tel span {
	font-size: 18px;
	font-weight: 700;
}

.inner-header {
	margin: 2rem auto;
	position: relative;
}
@media screen and (max-width: 1042px) {
	.inner-header {
		margin: 1rem auto;
	}
}
.inner-header__title {
	font-size: 10px;
	letter-spacing: -1px;
	color: #14557b;
	font-weight: lighter;
}
.inner-header__logo {
	width: auto;
	height: 30px;
}
@media screen and (max-width: 1042px) {
	.inner-header__logo {
		width: 40%;
		height: auto;
	}
}

.header-flex {
	display: flex;
	justify-content: start;
	align-items: center;
	left: 50px;
	position: relative;
	z-index: 5;
	height: 12vh;
}
@media screen and (max-width: 1042px) {
	.header-flex {
		left: 20px;
		margin-right: 20px;
	}
}

.full-width-content {
	position: relative;
	overflow: hidden;
}
.full-width-content--back {
	background: #eee;
	padding: 5rem 0;
}
.full-width-content--photo01 {
	padding: 10vw 0;
}
.full-width-content--photo01 img {
	max-width: inherit;
	width: 100%;
	min-height: 120%;
	top: 0;
}
@media screen and (max-width: 1042px) {
	.full-width-content--photo01 img {
		height: 100%;
		width: auto;
	}
}
.full-width-content--company {
	padding-top: 5rem;
}
.full-width-content--right,
.full-width-content--left {
	position: relative;
}
.full-width-content--right::after,
.full-width-content--left::after {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(238, 238, 238, 0.5);
	z-index: -1;
}
.full-width-content--right::after {
	right: 0;
}
@media screen and (max-width: 1042px) {
	.full-width-content--right::after {
		background-color: #fff;
		background-image: linear-gradient(315deg, #5085a4 0%, #14557b 100%);
		background-size: 100%;
		right: -48%;
		z-index: 9;
	}
}
@media screen and (max-width: 1042px) {
	.full-width-content--left {
		background: rgba(238, 238, 238, 0.4);
	}
}
.full-width-content--left::after {
	left: 0;
}
@media screen and (max-width: 1042px) {
	.full-width-content--left::after {
		background-color: #fff;
		background-image: linear-gradient(315deg, #5085a4 0%, #14557b 100%);
		background-size: 100%;
		left: -48%;
	}
}
.full-width-content--first {
	padding-top: 5rem;
}
@media screen and (max-width: 1042px) {
	.full-width-content--first {
		padding-top: 0rem;
	}
}
.full-width-content--last {
	padding-bottom: 5rem;
}
@media screen and (max-width: 1042px) {
	.full-width-content--last {
		padding-bottom: 0rem;
	}
}

.inner-width-content {
	width: 80%;
	min-width: 1000px;
	margin: 5rem auto;
}
@media screen and (max-width: 1500px) {
	.inner-width-content {
		width: 95%;
		margin: 5rem auto;
		min-width: inherit;
	}
}
.inner-width-content--top {
	margin: 0rem auto 8rem auto;
}
.inner-width-content--tall {
	margin: 10rem auto;
}
.inner-width-content--low {
	margin: 10rem auto;
}
@media screen and (max-width: 1042px) {
	.inner-width-content--low {
		margin: 5rem auto;
	}
}

.flex-between {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1042px) {
	.flex-between {
		flex-direction: column;
	}
	.full-width-content--left .flex-between {
		flex-direction: column-reverse;
	}
}

.text-content {
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 1042px) {
	.text-content {
		width: 85%;
	}
}

.st-btn {
	font-size: 15px;
	padding: 2rem;
}
@media screen and (max-width: 1042px) {
	.st-btn {
		padding: 1rem;
		display: block;
		margin-bottom: 2rem;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}
}
.st-btn--white {
	color: #000;
	background: #fff;
}

.centering {
	text-align: center;
}

.place-middle {
	display: flex;
	align-items: center;
	justify-content: center;
}

.scroll-video {
	width: 100%;
}

.m-image {
	height: 35vw;
}
@media screen and (max-width: 1042px) {
	.m-image {
		height: 50vw;
	}
}

.middle-photo {
	width: 100%;
}

.scroll-in {
	opacity: 0;
	transition: opacity 1s ease, top 1s ease;
}
@media screen and (max-width: 1042px) {
	.scroll-in {
		opacity: 1;
	}
}

@media screen and (max-width: 1042px) {
	.scroll-in--left {
		transform: translate(0, 0);
	}
}

@media screen and (max-width: 1042px) {
	.scroll-in--right {
		transform: translate(0, 0);
	}
}

.scroll-in--top {
	top: -50px;
}
@media screen and (max-width: 1042px) {
	.scroll-in--top {
		opacity: 1;
		top: 0;
		transform: translate(0, 0);
	}
}

.scroll-in--down {
	top: 50px;
}
@media screen and (max-width: 1042px) {
	.scroll-in--down {
		opacity: 1;
		top: 0;
		transform: translate(0, 0);
	}
}

.scroll-in.show {
	top: 0px;
	opacity: 1;
}

a,
a img {
	transition: opacity 1s ease;
}
a:hover,
a img:hover {
	transition: opacity 1s ease;
	opacity: 0.8;
}

a img:hover {
	filter: grayscale(100%);
}

.must {
	display: inline-block;
	background-color: #d24f49;
	color: #fff;
	font-size: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	width: 52px;
	text-align: center;
	line-height: 18px;
	margin-right: 10px;
	vertical-align: middle;
}

input,
textarea {
	padding: 0.5rem;
}

.error_messe {
	color: red;
}

.menu-opener {
	position: fixed;
	z-index: 14;
	top: 30px;
	right: 30px;
	top: calc(6vh - 25px);
}
@media screen and (max-width: 1042px) {
	.menu-opener {
		right: 12px;
		top: calc(6vh - 25px);
	}
}

.global-nav {
	position: fixed;
	top: 0px;
	right: -300px;
	width: 300px;
	height: 100vh;
	background: #000;
	transition: right 1s ease;
	z-index: 12;
	padding-top: 150px;
	padding-left: 50px;
}
.global-nav__link {
	color: #fff;
}
.global-nav__child {
	padding-left: 20px !important;
}
.global-nav__main {
	margin-top: 2rem !important;
}
.global-nav.show {
	right: 0px;
}

.menu-title {
	color: #000;
	background: #fff;
	width: 80%;
	padding-left: 5%;
}

.scroll-image {
	position: absolute;
	z-index: 0;
}

.parenthesis {
	position: relative;
	padding: 15px 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 1042px) {
	.parenthesis {
		padding: 15px;
	}
}

.parenthesis::before,
.parenthesis::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 50px;
	box-sizing: border-box;
}

.parenthesis::before {
	top: 0;
	left: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.parenthesis::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.parenthesis--black::before {
	top: 0;
	left: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.parenthesis--black::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.simple-text-block {
	color: white;
	position: relative;
	z-index: 1;
	text-align: center;
}
@media screen and (max-width: 1042px) {
	.simple-text-block {
		font-size: 14px;
	}
}
.simple-text-block__title {
	margin-bottom: 2rem;
	font-size: 2.61792em;
	font-family: "Noto Serif JP", serif;
	line-height: 1.3;
}
@media screen and (max-width: 1042px) {
	.simple-text-block__title {
		font-size: 5.5vw;
	}
}
.simple-text-block--black {
	color: #253032;
	text-shadow: 1px 1px 1px #ddd;
	font-weight: 900;
}

.sub-content {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1042px) {
	.sub-content {
		flex-direction: column;
	}
}
.sub-content__title {
	width: 30%;
	text-align: center;
	background-color: #fff;
	background-image: linear-gradient(315deg, #5085a4 0%, #14557b 100%);
	color: white;
	position: relative;
}
@media screen and (max-width: 1042px) {
	.sub-content__title {
		width: 100%;
		margin-bottom: 2rem;
	}
}
.sub-content__title .sub-content__title-header {
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	transform: translate(0%, -50%);
}
@media screen and (max-width: 1042px) {
	.sub-content__title .sub-content__title-header {
		position: relative;
		padding: 3rem 0;
		top: 0;
		transform: translate(0, 0);
	}
}
.sub-content__en {
	font-family: "Noto Serif JP", serif;
}
.sub-content__ja {
	font-size: 0.8em;
}
.sub-content__titletext {
	width: 100%;
	text-align: center;
}
.sub-content__content {
	width: 67%;
}
@media screen and (max-width: 1042px) {
	.sub-content__content {
		width: 100%;
	}
}
.sub-content__content--news {
	padding: 5rem;
}
.sub-content__tel {
	width: 30%;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1042px) {
	.sub-content__tel {
		width: 100%;
		padding-top: 5rem;
	}
}
.sub-content__tel-text {
	font-size: 20px;
	border-bottom: 3px solid #6a93cb;
	margin-bottom: 0.5rem;
}
.sub-content__tel-number {
	font-size: 23px;
}
.sub-content__form {
	width: 37%;
	padding: 5rem;
}
.sub-content__form p {
	margin-bottom: 1rem;
}
@media screen and (max-width: 1042px) {
	.sub-content__form {
		width: 100%;
		margin-bottom: 2rem;
		padding: 5rem 1rem;
	}
}
.sub-content__add-line {
	border-top: 1px solid rgba(20, 85, 123, 0.74);
	border-left: 1px solid rgba(20, 85, 123, 0.74);
	position: relative;
	overflow: hidden;
}
.sub-content__add-line::before {
	content: "";
	background: rgba(20, 85, 123, 0.74);
	width: 100px;
	height: 100px;
	position: absolute;
	display: block;
	top: -50px;
	left: -50px;
	transform: rotate(45deg);
}
@media screen and (max-width: 1042px) {
	.sub-content--sp-reverse {
		flex-direction: column-reverse;
	}
}

.ccform input,
.ccform textarea {
	width: 100%;
}

.wpcf7-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #14557b;
	color: #fff;
	border: none;
}

#js-to-top {
	border: none;
	background: none;
	padding-top: 2rem;
}
#js-to-top img {
	width: 50px;
	height: auto;
}
#js-to-top img:hover {
	opacity: 0.8;
	cursor: pointer;
}

.footer {
	text-align: center;
	background: black;
	background-color: #fff;
	background-image: linear-gradient(315deg, #5085a4 0%, #14557b 100%);
	color: white;
	padding-top: 1px;
	font-size: 14px;
}
.footer__logo {
	display: inline-block;
	height: 25px;
	margin-bottom: 30px;
}

.fixed-menu {
	position: fixed;
	z-index: 99;
	top: 50%;
	right: 2.08%;
	transform: translate(0, -50%);
	padding: 0 20px;
	background: #fff;
}
@media screen and (max-width: 1425px) {
	.fixed-menu {
		display: none;
	}
}
.fixed-menu__list {
	margin: 0rem auto 8rem auto;
}
.fixed-menu__elm {
	margin: 50px 0;
}
.fixed-menu__link {
	display: block;
	width: 20px;
}
.fixed-menu__link img {
	width: 100%;
}

.blue_btn {

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #14557b;
    color: #fff;
    border: none;
    text-decoration: none;
    display: block;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
}