@charset "UTF-8";

body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 2;
	overflow-x: hidden;
}

h1 {
	font-size: 60px;
	font-size: 6rem;
	font-weight: bold;
}

h2 {
	font-size: 50px;
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: 0.5rem;
	color: #fff;
	line-height: 1.5;
}

h3 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
}

.section_logo {
	width: 100px;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.font_big {
	font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 1.6rem;
		line-height: 1.5;
		overflow-x: hidden;
	}

	h1 {
		font-size: 40px;
		font-size: 4rem;
	}

	h2 {
		font-size: 30px;
		font-size: 3rem;
		font-weight: bold;
		margin-bottom: 20px;
	}

	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.section_logo {
		width: 60px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

img {
	width: 100%;
}

.btn {
	background: #fff;
	border-radius: 20px;
	color: #005B97;
	padding: 20px 40px;
	margin-top: 60px;
	display: inline-block;
	text-decoration: none;
	outline: none;
	transition: all .3s;
	font-weight: bold;
	width: 400px;
}

.btn:hover {
	background: #FCEE21;
	color: #333;
}

@media only screen and (max-width: 768px) {
	.btn {
		width: 100%;
		margin-top: 30px;
	}
}


.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 9999;
}

.header_inner {
	position: relative;
	padding: 15px;
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px
}

.title {
	font-size: 2rem;
	font-weight: bold;
}

/* header固定のため余白をつける。メニューのCSSには関係ない */
.main {
	margin-top: 60px;
}

@media only screen and (max-width: 768px) {
	.nav {
		position: fixed;
		right: -320px;
		/* 右から出てくる */
		top: 0;
		width: 300px;
		/* スマホに収まるサイズ */
		height: 100vh;
		padding-top: 60px;
		background-color: #fff;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto;
		/* メニューが多くなったらスクロールできるように */
	}

	.hamburger {
		position: absolute;
		right: 15px;
		top: 8px;
		width: 50px;
		/* クリックしやすい幅 */
		height: 50px;
		/* クリックしやすい高さ */
		cursor: pointer;
		z-index: 300;
	}

	.nav_list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.nav_item {
		text-align: center;
		padding: 0 14px;
	}

	.nav_item a {
		display: block;
		padding: 8px 0;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		color: #333;
	}

	.nav_item a:hover {
		background-color: #eee;
	}

	.hamburger_border {
		position: absolute;
		left: 11px;
		width: 30px;
		height: 2px;
		background-color: #fff;
		transition: all .6s;
	}

	.hamburger_border_top {
		top: 14px;
	}

	.hamburger_border_center {
		top: 24px;
	}

	.hamburger_border_bottom {
		top: 34px;
	}

	.black_bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #333;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}

	/* 表示された時用のCSS */
	.nav-open .nav {
		right: 0;
	}

	.nav-open .black_bg {
		opacity: .8;
		visibility: visible;
	}

	.nav-open .hamburger_border_top {
		transform: rotate(45deg);
		top: 20px;
		background: #333;
	}

	.nav-open .hamburger_border_center {
		width: 0;
		left: 50%;
	}

	.nav-open .hamburger_border_bottom {
		transform: rotate(-45deg);
		top: 20px;
		background: #333;
	}

	.logo .title {
		width: 100px;
	}
}

/* sp */

@media only screen and (min-width: 769px) {
	.header_inner {
		width: 100%;
		padding: 15px 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.logo {
		padding: 12px 30px;
	}

	.nav_list {
		text-align: right;
	}

	.nav_list li {
		display: inline-block;
		text-align: right;
		margin-left: 20px;
	}

	.nav_item_button {
		border: 1px solid #0071BC;
		border-radius: 20px;
		padding: 4px 16px;
		transition: all .3s;
	}

	.nav_item_button:hover {
		border: 1px solid #FCEE21;
		background: #FCEE21;
		border-radius: 20px;
		padding: 4px 16px;
	}

	.nav_list li a {
		font-size: 1.6rem;
		color: #0071BC;
	}
}

/* pc */


/* kv */
.kv {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.kv .main-copy {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: .2em;
}

.kv .sub-copy {
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.kv .catch-copy h1 {
	position: absolute;
	z-index: 2;
	top: 45%;
	left: 80%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.kv .catch-copy .kv_lead {
	position: absolute;
	z-index: 2;
	font-size: 4.8rem;
	top: 65%;
	left: 80%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}


/* video */
.video {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

.video video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 768px) {

	/* kv */
	.kv {
		min-width: 960px;
	}

	.kv .main-copy {
		font-size: 60px;
	}

	.kv .sub-copy {
		font-size: 30px;
	}

	/* video */
	.video {
		min-width: 960px;
	}

}

.p-about {
	background: url(../images/about_bg.jpg) no-repeat;
	background-size: cover;
	margin: 110px 0;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
}

.p-about::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
}

.p-about_logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
}

.p-about_inner {
	z-index: 1;
	padding: 120px 0 150px;
	color: #fff;
}

.p-about_description {
	max-width: 980px;
	margin: auto;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}

.p-about_subtitle {
	font-size: 2.4rem;
	background: #fff;
	color: #333;
	display: inline-block;
	padding: 0 40px;
	margin: 40px 0;
}

.p-about_text {
	font-size: 2rem;
}

@media only screen and (max-width: 768px) {
	.p-about {
		background: url(../images/about_bg_sp.jpg) no-repeat;
		background-size: cover;
		height: auto;
	}

	.p-about_inner {
		padding: 80px 20px;
		position: relative;
	}

	.p-about_description {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		-webkit- transform: none;
	}

	.p-about_logo {
		width: 60px;
	}

	.p-about_title {
		font-size: 3.2rem;
		letter-spacing: normal;
	}

	.p-about_subtitle {
		font-size: 1.8rem;
		font-weight: bold;
		margin: 0 0 20px 0;
		display: block;
		padding: 0;
	}

	.p-about_text {
		text-align: left;
		font-size: 1.8rem;
	}

	.kv .catch-copy h1 {
		position: absolute;
		z-index: 2;
		top: 30%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}

	.kv .catch-copy .kv_lead {
		color: #fff;
		font-weight: bold;
		font-size: 3rem;
		top: 42%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}

	.kv_bg {
		display: none;
	}
}

section {
	position: relative;
}

.slick-current {
	padding: 0 30px;
}

.slick-current {
	padding: 0 30px;
}

@media screen and (max-width: 768px) {

	.slick-current {
		padding: 0 0px;
	}

}





.p-jobList {
	background: url(../images/joblist_bg.jpg) no-repeat;
	background-size: cover;
	margin: 110px 0;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;

}

.p-jobList::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
}

.p-jobList_description {
	max-width: 980px;
	margin: auto;
	text-align: center;
	display: flex;
}

.p-jobList_inner {
	max-width: 980px;
	margin: auto;
	position: relative;
	z-index: 1;
	padding: 150px 0;
	color: #fff;
}




.p-jobList_title h2 {
	writing-mode: vertical-rl;
	margin-right: 100px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 9rem;
	font-weight: bold;
}

.p-jobList_subtitle {
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.p-jobList table {
	margin-bottom: 40px;
}

.p-jobList table th {
	width: 130px;
	padding: 10px 20px;
}

.p-jobList table td {
	text-align: left;
	padding: 10px 20px;
}

.p-jobList p {
	margin-bottom: 20px;
	text-align: left;
}

.p-jobList table td.border_r {
	border-right: 1px solid #fff;
}


@media only screen and (max-width: 768px) {
	.p-jobList {
		position: relative;
		overflow: hidden;
		background: none;
	}

	.p-jobList .p-jobList_sp_bk {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		clip: rect(0, auto, auto, 0);
		z-index: -1;
	}

	.p-jobList .p-jobList_sp_bk::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: url(../images/joblist_bg.jpg) center / cover no-repeat;
	}

	.p-jobList_inner {
		width: 100%;
	}

	.p-jobList_description {
		display: block;
	}

	.p-jobList_title h2 {
		writing-mode: horizontal-tb;
		margin-right: 0;
		font-size: 5rem;
	}

	.p-jobList_subtitle {
		font-size: 2rem;
		font-weight: bold;
		margin-bottom: 20px;
		text-align: left;
	}


	.p-jobList_inner {
		padding: 80px 20px;
		/* text-align: center; */
	}


	.p-jobList table {
		width: 100%;
		margin-bottom: 0;
	}

	.p-jobList table th,
	.p-jobList table td {
		display: block;
		width: 100%;
		/* text-align: center; */
		padding: 0 0 10px;
	}

	.p-jobList table th {
		/* text-align: center; */
		padding: 10px 0 5px;
		font-size: 1.8rem;
	}

	.p-jobList table td.border_r {
		border-right: none;
	}

}






.p-interview01 {
	background: url(../images/interview01_bg.jpg) no-repeat;
	background-size: cover;
	margin: 80px 0;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
}

.p-interview01::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
}

.p-interview01_inner {
	z-index: 1;
	color: #fff;
	width: 80%;
	position: relative;
	margin: auto;
	padding: 150px 0;
}

.p-interview01_description {
	max-width: 980px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.p-interview01_title h2 {
	writing-mode: vertical-rl;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 9rem;
	font-weight: bold;
}

.p-interview01_subtitle {
	font-size: 2rem;
}

.p-interview01_subtitle span {
	font-size: 2.8rem;
	font-weight: bold;
	margin-left: 20px;
}

.p-interview01_textBox {
	width: 600px;
	margin-left: auto;
}

.interview01_video {
	width: 600px;
	margin-top: 20px;
}


@media only screen and (max-width: 768px) {
	.p-interview01 {
		background: url(../images/interview01_bg_sp.jpg) no-repeat;
		background-size: cover;
		height: auto;
	}

	.p-interview01_inner {
		z-index: 1;
		color: #fff;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		-webkit- transform: none;
	}

	.p-interview01_description {
		display: block;
	}

	.p-interview01_title h2 {
		writing-mode: horizontal-tb;
		font-size: 5rem;
		text-align: center;
	}

	.p-interview01_textBox {
		text-align: left;
		width: 100%;
	}

	.interview01_video {
		width: 100%;
	}

	.p-interview01_inner {
		padding: 80px 20px;
		color: #fff;
		/* text-align: center; */
	}

	.p-interview01_subtitle {
		font-size: 2.6rem;
		margin-bottom: 20px;
		/* text-align: center; */
	}

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


.p-interview02 {
	background: url(../images/interview02_bg.jpg) no-repeat;
	background-size: cover;
	margin: 80px 0;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.p-interview02::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
}

.p-interview02_description {
	max-width: 980px;
	margin: auto;
	text-align: center;
}

.p-interview02_title h2 {
	writing-mode: vertical-rl;
	text-align: left;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 9rem;
	font-weight: bold;
}

.p-interview02_subtitle {
	font-size: 2.8rem;
}

.p-interview02_box01 {
	display: flex;
	align-items: flex-end;
	padding-top: 100px;
}

.p-interview02_box01.flex_reverse {
	flex-direction: row-reverse
}

.p-interview02_box01_textBox.text_left {
	margin-right: auto;
	margin-left: 10px;
	width: 60%;
}

.p-interview02_box01_textBox.text_right {
	margin-left: auto;
	margin-right: 10px;
	text-align: right;
	width: 60%;
}

.p-interview02_box01_textBox.text_left h3 {
	font-size: 5rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.5;
}

.p-interview02_box01_textBox.text_right h3 {
	font-size: 5rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.5;
}

.p-interview02_box02 {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	gap: 40px;
}

.p-interview02_box02_textBox {
	width: 50%;
}

.p-interview02_box02_textBox p {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.p-interview02_box01_title {
	font-size: 2.4rem;
}

.p-interview02_box01_text {
	font-size: 2rem;
}

.p-interview02_boxinner {
	max-width: 980px;
	margin: auto;
	position: relative;
	z-index: 1;
	padding: 150px 0;
	color: #fff;
}

@media only screen and (max-width: 768px) {



	.p-interview02 {
		position: relative;
		overflow: hidden;
		background: none;
	}

	.p-interview02 .p-interview02_sp_bk {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		clip: rect(0, auto, auto, 0);
		z-index: -1;
	}

	.p-interview02 .p-interview02_sp_bk::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: url(../images/interview02_bg.jpg) center / cover no-repeat;
	}





	/* .p-interview02 {
    position: relative;
    background: none;
}
.p-interview02::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-image:url(../images/interview02_bg_sp.jpg);
    background-size: cover;
} */









	/* 



  .p-interview02{
    background: url(../images/interview02_bg_sp.jpg) no-repeat;
    background-size: cover;
  } */
	.p-interview02_title_inner {
		/* text-align: center; */
	}

	.p-interview02_box01 {
		display: block;
		padding: 40px 10px 0;
	}

	.p-interview02_box02 {
		display: block;
		padding: 20px 10px 0;

	}

	.p-interview02_title h2 {
		writing-mode: horizontal-tb;
		text-align: center;
		font-size: 5rem;
	}

	.p-interview02_box01_textBox {
		margin: 0;
		padding-top: 20px;
	}

	.p-interview02_boxinner {
		max-width: 980px;
		padding: 80px 10px;
	}

	.p-interview02_box02_textBox {
		width: 100%;
	}

	.p-interview02_box01_textBox.text_left {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}

	.p-interview02_box01_textBox.text_right {
		margin-left: 0;
		margin-right: 0;
		text-align: left;
		width: 100%;
	}

	.p-interview02_box01_textBox.text_left h3 {
		font-size: 2.8rem;
		margin-bottom: 20px;
	}

	.p-interview02_box01_textBox.text_right h3 {
		font-size: 2.8rem;
		margin-bottom: 20px;
	}

	.p-interview02_box01_title {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}

	.p-interview02_box01_text {
		font-size: 1.6rem;
		font-weight: bold;
	}

	.p-interview02_box02_textBox p {
		font-size: 1.6rem;
	}
}

.p-corporate {
	text-align: center;
	margin: 80px 0;
}

.p-corporate_inner {
	max-width: 980px;
	margin: auto;
}

.p-corporate_title {
	color: #00bfff;
}

.p-corporate .btn {
	background: #FCEE21;
	color: #333;
}

.p-corporate .btn:hover {
	background: #00bfff;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.p-corporate {
		margin: 40px 0;
	}

	.p-corporate_inner {
		padding: 80px 10px;
		/* text-align: center; */
	}
}


.p-form {
	background: url(../images/form_bg.jpg) no-repeat;
	background-size: cover;
	margin: 80px 0;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;

}

.p-form::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
}

.p-form_inner {
	position: relative;
	z-index: 1;
	padding: 150px 0;
	color: #fff;
	max-width: 980px;
	margin: auto;
}

.p-form_title {
	text-align: center;
}

#contact_box .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#contact_box .text {
	margin-bottom: 20px;
}

#contact_box .caution {
	font-size: 10px;
	color: #ff0000;
	vertical-align: super;
}

#contact_box .caution_text {
	font-size: 14px;
	color: #ff0000;
	margin-top: 10px;
}

#contact_box #privacy {
	overflow-y: scroll;
	font-size: 14px;
	height: 100px;
	border: solid 1px #ccc;
	margin-bottom: 20px;
	padding: 30px;
}

input[type="text"] {
	width: 98%;
	padding: 12px 1%;
	background: #fff;
	border-radius: 5px;
}

textarea {
	width: 98%;
	height: 100px;
	padding: 12px 1%;
	border: solid 1px #ccc;
	border-radius: 5px;
}

.form_button {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

/*ボタンの形状*/
.submit {
	background: #fff;
	border-radius: 20px;
	color: #333;
	padding: 20px 40px;
	margin-top: 60px;
	display: inline-block;
	text-decoration: none;
	outline: none;
	/*アニメーションの指定*/
	transition: all .3s;
	font-weight: bold;
	width: 400px;
}

/*hoverをしたらボックスに影がつく*/
.submit:hover {
	background: #333;
	color: #fff;
}

.form_button.top .submit {
	float: none;
}


@media screen and (max-width:768px) {
	.p-form_inner {
		padding: 80px 10px;
	}
}



.footer {
	text-align: center;
	margin: 80px 0 0;
	background-image: linear-gradient(to right top, #1e9cd7, #1595d3, #0b8ece, #0486ca, #007fc5, #0079bf, #0074ba, #006eb4, #0069ad, #0064a5, #00609e, #005b97);
}

.footer_inner {
	padding: 100px 0 40px;
	color: #fff;
	max-width: 980px;
	margin: auto;

}

.footer_copyright {
	padding-top: 40px;
}

.footer_company_inner {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	gap: 40px;
}

.footer_company_inner img {
	width: 160px;
}

.footer_company_text {
	text-align: left;
}

.footer_company_text .companyName {
	font-size: 2.8rem;
}

.footer-contact p {
	margin-top: 40px;
	font-size: 2.8rem;
}

.kv_box {
	position: absolute;
	top: 0;
	right: 0;
	height: 100vh;
}




.form .form_inner {
	width: 980px;
	margin: 0 auto;
}

.form .contents {
	text-align: center;
}

.form .head_inner {
	margin: 60px 0;
}

.form .contents h2 {
	font-size: 4.8rem;
	text-align: center;
	color: #005b97;
}

.form .contents h3 {
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px #005b97;
	text-align: left;
}


.form .caution {
	font-size: 1.8rem;
	text-align: left;
}

.form .head_text {
	font-size: 1.8rem;
	text-align: center;
}

.form table {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #f0f0f5;
}

.form table th {
	width: 340px;
	background-color: #eeeeee;
	padding: 25px 25px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	text-align: left;
	vertical-align: top;
	font-size: 1.8rem;
	font-weight: 500;
}

.form table td {
	background-color: #f8f8f8;
	padding: 25px 45px;
	border-bottom: 3px solid #fff;
	font-size: 1.6rem;
	text-align: left;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="tel"],
.form textarea {
	background-color: #fff;
	border: 1px solid #d0d0d0;
	padding: 8px 10px;
	font-size: 1.6rem;
	width: 100%;
}

/* 20250822 <s>
.form input[type="button"] {
20250822 <e> */
.form input[type="button"],
.form button[type="submit"] {
	margin-top: 40px;
	margin-bottom: 60px;
	width: 260px;
	padding: 20px 0;
	background: #FCEE21;
	border: 1px solid #FCEE21;
	border-radius: 70px;
	line-height: 1;
	color: #333333;
	letter-spacing: .1em;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	transition: all .6s;
}

/* 20250822 <s>
.form input[type="button"]:hover {
20250822 <e> */
.form input[type="button"]:hover,
.form button[type="submit"]:hover {
	background: #00bfff;
	color: #ffffff;
	border: 1px solid #00bfff;
	transition: all .6s;
}

.form .l-header_logo {
	position: absolute;
}


@media screen and (max-width:768px) {


	.form .container {
		padding: 0 2rem;
	}


	.form .form_inner {
		width: 100%;
		margin: 0 auto;
	}

	.footer_company_inner img {
		width: auto;
	}

	.form .head_text {
		text-align: left;
	}

	.form table th {
		display: block;
		width: 100%;
		padding: 4vw;
		border-right: none;
		border-bottom: 2px solid #fff;
		font-size: 4.53333vw;
	}

	.form table td {
		display: block;
		width: 100%;
		padding: 4vw;
		font-size: 4.26667vw;
	}

	/* 20250822 <s>
	.form input[type="button"] {
	20250822 <e> */
	.form input[type="button"],	
	.form button[type="submit"] {
		margin: 20px 0;
	}

	.form_button {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.submit {
		width: 100%;
	}

	.footer_company_inner {
		display: block;
	}

	.footer_company_img img {
		width: 100px;
	}

	.footer_inner {
		padding: 80px 10px 20px;
	}

	.footer_company_inner {
		margin-top: 40px;
	}

	.footer_company_text {
		text-align: center;
		margin-top: 40px;
	}

	.footer-contact p {
		font-size: 2rem;
		font-weight: bold;
	}

	.footer_company_text .companyName {
		font-size: 2rem;
		font-weight: bold;
		margin-bottom: 20px;
	}

}



.layer_logo {
	z-index: 100;
	width: 100%;
	height: auto;
	position: absolute;
	background: url("../images/logo_header.png") no-repeat;
	height: 110px;
	display: none;
}

@media screen and (max-width:768px) {
	.layer_logo {
		background: url("../images/logo_header_sp.png") no-repeat;
		height: 61px;
	}
}


.layer_fixed .layer_cityscape {
	z-index: 100;
	width: 100%;
	height: auto;
	position: absolute;
	background: url("../images/line.png");
	height: 100px;
	display: none;
}

.layer_fixed.fixed .layer_logo {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: +100;
}

.layer_fixed.fixed .layer_cityscape {
	position: fixed;
	bottom: -2px;
	left: auto;
	z-index: +100;
	display: block;
}

.layer_fixed.fixed.none {
	opacity: 0;
	transition: all 0.3s ease;
	z-index: -1;
}






.nav_logo {
	display: none;
}



.nav_logo.fixed {
	display: block;
	width: 180px;
	position: absolute;
	top: 30px;
	left: 20px;
}


#nav_outer {
	width: 98%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 30px 2% 30px 0;
	z-index: 99999;
}

#nav_outer.bg_white {
	padding: 8px 2% 8px 0;
	background-color: #fff;
	transition: .10s;
}

#nav_outer.bg_white #nav ul a {
	font-size: 14px;
	color: #0071bc;
}

#nav_outer.bg_white #nav ul a:hover {
	color: #00bfff;
}

#nav {
	font-size: 14px;
	font-weight: bold;
	float: right;
}

#nav ul {
	float: left;
	/* padding-top: 5px; */
	background: rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	/* margin: 0 20px; */
	padding: 5px;
	margin-right: 10px;
}

#nav ul li {
	list-style-type: none;
	float: left;
	margin: 0 10px;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a {
	color: #333333;
}

#nav a:hover {
	color: #00bfff;
}

#nav .bt_download {
	float: left;
}

#nav .bt_download a {
	display: block;
	border-radius: 10px;
	color: #333;
	background: #FCEE21;
	padding: 5px 25px;
	position: relative;
	transition: all .6s;
}

#nav .bt_download a:hover {
	color: #fff;
	background-color: #00bfff;
}

.hamburger-menu {
	width: 80px;
	height: 80px;
	position: fixed;
	top: 10px;
	right: 0;
	border: none;
	background: transparent;
	appearance: none;
	padding: 0;
	cursor: pointer;
	z-index: 999;
}

.hamburger-menu__bar {
	display: inline-block;
	width: 44%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
}

.hamburger-menu__bar:first-child {
	top: 16px;
}

.hamburger-menu__bar:nth-child(2) {
	top: 28px;
}

.hamburger-menu__bar:last-child {
	top: 40px;
}

.hamburger-menu--open .hamburger-menu__bar {
	top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
	display: none;
}

.navigation {
	font-size: 20px;
	display: none;
	background: rgba(0, 191, 255, 0.8);
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 998;
	padding: 60px 0;
}

.navigation__list {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.navigation__link {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 18px 0;
	transition: .5s;
}


.navigation .bt {
	display: block;
}

.navigation .bt a {
	font-weight: bold;
	width: 80%;
	display: block;
	padding: 20px 5%;
	margin: 0 auto;
	color: #1e90ff;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.navigation .bt a:hover {
	color: #fff;
	background-color: #0071bc;
}

nav.navigation.sp ul li a::after {
	color: #fff;
}

.form .l-header_logo img {
	width: 100px;
	margin: 20px;
}

.form .l-footer_inner {
	text-align: center;
	color: #fff;
	background: #333;
}

@media screen and (max-width:768px) {
	.nav_logo.fixed {
		display: block;
		position: fixed;
		top: 22px;
		left: 20px;
	}

	.form .l-header_logo img {
		width: 60px;
	}
}