@charset "utf-8";
body {
	font-family: "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
header {
	position: relative;
	z-index: 4;
}
header div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
h1 img {
	max-width: 134px;
	max-height: 142px;
	width: 100%;
}
.sp {
	display: block;
}
@media screen and (min-width: 767px) {
	.sp {
		display: none;
	}
	h2.h_border {
		font-size: 2.5rem;
	}
}
.pc_menu {
	display: none;
}
/*#nav-modal {
	position: fixed;
	top: -100%;
	right: 0;
	transition: all .5s ease;
	width: 100%;
	height: 100vh;
	padding: 20px;
	background: #000000;
	overflow-y: auto;
	z-index: 2;
}*/
#nav-modal {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	padding: 20px;
	background: #000;
	overflow-y: auto;
	z-index: 2;

	transform: translateY(-100%);
	transition: transform 0.5s ease;
}

/* 表示時 */
/*#nav-modal.active {
	transform: translateY(0);
}*/

#nav-modal a {
	display: block;
	margin: 20px 10px 20px 0;
	color: #FFFFFF;
}
#nav-modal li {
	border-bottom: solid 1px #333333;
}
#nav-modal[aria-hidden="false"] {
	transform: translateY(97px);
}
@media screen and (min-width: 767px) {
	#nav-modal[aria-hidden="true"] {
		transform: translateY(0);
	}
}
.btn_menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 40px;
	margin-right: 20px;
	padding: 10px;
	border: solid 2px #3F659E;
	border-radius: 10px;
}
.btn_menu span:first-child {
	position: relative;
	display: block;
	width: 25px;
	height: 2px;
	background: #3F659E;
}
.btn_menu span:first-child::before {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 25px;
	height: 2px;
	background: #3F659E;
	content: "";
}
.btn_menu span:first-child::after {
	position: absolute;
	top: -5px;
	left: 0px;
	width: 25px;
	height: 2px;
	background: #3F659E;
	content: "";
}
.btn_menu span {
	color: #3F659E;
	font-weight: bold;
}
.btn_menu span.nav-active {
	background: transparent;
}
.btn_menu span.nav-active::before {
	transform: rotate(-45deg);
	top: 0;
}
.btn_menu span.nav-active::after {
	transform: rotate(45deg);
	top: 0;
}
.swiper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.swiper-slide img {
	width: 100%;
	display: block;
}
@media screen and (min-width: 767px) {
	header {
		height: 130px;
	}
	h1 {
		margin-top: 50px;
	}
	h1 img {
		max-height: 60px;
	}
	#nav-modal {
		position: relative;
		top: 0;
		right: 0;
		transition: all .5s ease;
		width: 630px;
		height: auto;
		padding: 20px;
		background: transparent;
		overflow-y: auto;
		z-index: 2;
	}
	#nav-modal ul {
		display: flex;
		flex-wrap: wrap;
		align-items: end;
		height: 80px;
	}
	#nav-modal a {
		display: block;
		color: #000000;
		text-align: center;
	}
	#nav-modal a span {
		color: #3F659E;
		font-size: 1.2rem;
	}
	#nav-modal li {
		padding: 0px 20px;
		height: 60px;
		border-bottom: none;
		border-left: solid 1px #cccccc;
	}
	#nav-modal li:last-child {
		border-right: solid 1px #cccccc;
	}
	.slid {
		position: absolute;
		top: 0;
		left: 0;
	}
	.nav-modal a {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		text-decoration: none;
	}
	.nav-modal a span {
		position: relative;
		display: inline-block;
		margin-top: 2px;
	}
	.nav-modal a span::after {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 2px;
		background-color: #57A;
		transition: width 0.3s ease, left 0.3s ease;
		content: "";
	}
	#nav-modal a:hover {
		color: #57A;
	}
	.nav-modal a:hover span::after {
		width: 100%;
		left: 0;
	}
}
.btn_menu span:last-child {
	padding-left: 15px;
}
@media screen and (min-width: 767px) {
	.btn_menu {
		display: none;
	}
	.pc_menu {
		display: block;
	}
}
.slid {
	width: 100%;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .swiper {
    width: 100%;
    height: 600px;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
	.swiper {
		width: 100%;
		height: 400px;
	}
	.swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
.swiper-container-wrapper {
	position: relative;
}
.main_copy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translateY(20px);
	max-width: 681px;
	width: 90%;
	z-index: 10;
	pointer-events: none;
	opacity: 0;
	transition: opacity 1.2s ease, transform 1.2s ease;
}
.swiper.slid {
	width: 100%;
	height: 600px;
}
.main_copy.visible {
    opacity: 1;
}
@media screen and (min-width: 767px) {
	.main_copy {
		width: 100%;
	}
}
/*.parallax {
	position: relative;
	height: 900px;
	background-image: url('../img/parallax_bg.jpg');
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #FFFFFF;
}*/
.parallax::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(57, 92, 144, 0.8);
	z-index: 0;
	content: "";
}
.parallax {
	height: 900px;
	position: relative;
	background-image: url('../img/parallax_bg.jpg');
	background-size: cover;
	background-position: center center;
	color: #fff;
}
@media (min-width: 768px) {
	.parallax {
		background-attachment: fixed;
	}
}
@media (max-width: 767px) {
	.parallax {
		background-attachment: scroll;
	}
}
.parallax-content {
	position: relative;
	padding: 200px 15px 0;
	color: #FFFFFF;
	line-height: 1.8;
	text-align: center;
	z-index: 2;
}
.parallax span {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.parallax span:first-child {
	margin-top: 20px;
}
.parallax span:last-child {
	margin-bottom: 20px;
}
.contact_btn {
	max-width: 250px;
	width: 250px;
	margin: 0 auto;
}
.contact_btn a,
.contact_btn button {
	display: block;
	position: relative;
	max-width: 250px;
	width: 100%;
	padding: 10px 0;
	background: rgba(57, 92, 144, 1);
	border: solid 1px #FFFFFF;
	border-radius: 20px;
	color: #FFFFFF;
	text-align: center;
}
.contact_btn a::after,
.contact_btn button::after {
	display: block;
	position: absolute;
	top: 19px;
	right: 25px;
	width: 5px;
	height: 5px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	transform: rotate(45deg);
	transition: right 0.3s ease;
	content: "";
}
.contact_btn a:hover::after,
.contact_btn button::after {
	right: 15px;
	border-top: solid 1px #3F659E;
	border-right: solid 1px #3F659E;
}
.contact_btn a:hover,
.contact_btn button:hover {
	background: #FFFFFF;
	color: #3F659E;
	border: solid 1px #3F659E;
}
.info {
	margin-top: 20px;
}
.info > div {
	margin-bottom: 40px;
}
.info > div p {
	text-align: center;
}
.h_border {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 1.8rem;
	text-align: center;
}
.h_border::after {
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translate(-50%);
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	background: #333333;
	content: "";
}
.ht_info p {
	margin: 20px 5px;
	text-align: center;
}
.ht_info li {
	margin: 20px 15px;
}
.ht_info li a {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.ht_info img {
	margin-bottom: 10px;
}
.ht_info span {
	text-align: center;
	border-bottom: solid 1px #3F659E;
}
@media screen and (min-width: 767px) {
	.ht_info ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	.ht_info li {
		width: 32.3%;
		margin: 20px 0px;
	}
}
.company_prof {
	position: relative;
	padding-bottom: 40px;
	background: url(../img/bg_img001.jpg) no-repeat;
}
.company_prof::after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 0;
	content: "";
}
.company_content {
	position: relative;
	padding: 20px 15px 0;
	color: #000000;
	line-height: 1.8;
	z-index: 2;
}
.company_content p {
	margin: 20px 0;
	text-align: center;
}
.company_content img {
	display: block;
	margin: 10px auto;
}
@media screen and (min-width: 767px) {
	.company_content div:first-of-type {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		max-width: 1000px;
		width: 100%;
		margin: 20px auto;
	}
	.company_content div:first-of-type img {
		max-width: 320px;
		width: 33.3%;
	}
}
.list {
	margin: 10px 5px;
	border: solid 1px #CCCCCC;
}
.list dt {
	padding: 10px;
	background: #395C90;
	color: #FFFFFF;
	text-align: center;
}
.list dd {
	padding: 10px;
}
.list ul {
	padding-left: 20px;
}
.list ul li {
	list-style: disc;
	margin-left: 20px;
}
@media screen and (min-width: 767px) {
	.list {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		width: 100%;
		margin: 40px auto;
	}
	.list dt {
		width: 30%;
		border-bottom: solid 1px #CCCCCC;
	}
	.list dd {
		width: 70%;
		border-bottom: solid 1px #CCCCCC;
	}
	.list dt:last-of-type,
	.list dd:last-of-type {
		border-bottom: none;
	}
}
.bread ol {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 20px auto;
	padding-left: 5px;
}
.bread li {
	padding-right: 10px;
}
.bread ol li:first-child::after {
	display: inline-block;
	content: ">";
}
.bread li a {
	color: #395C90;
	text-decoration: underline;
}
.h2_contener {
	padding-bottom: 10px;
	background: #3F659E;
	text-align: center;
}
.h2_contener h2 {
	position: relative;
	margin-bottom: 4px;
	padding: 20px 10px 15px;
	color: #FFFFFF;
	font-size: 2.4rem;
}
.h2_contener h2::after {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%);
	width: 60px;
	height: 2px;
	background: #FFFFFF;
	content: "";
}
@media screen and (min-width: 767px) {
	.h2_contener {
		position: relative;
		padding: 40px 10px;
	}
	.h2_contener h2 {
		font-size: 3rem;
	}
	.h2_contener h2::after {
		width: 50px;
		height: 3px;
	}
}
h3.h_border {
	margin-top: 20px;
}
.map h3 {
	font-size: 1.7rem;
}
@media screen and (min-width: 767px) {
	h3.h_border {
		font-size: 2.5rem;
	}
}
.company img {
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.greetings {
	margin: 5px 5px 20px;
}
.greetings p {
	margin: 10px 0;
	line-height: 1.8;
}
@media screen and (min-width: 767px) {
	.greetings {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		margin: 0 auto 40px;
	}
	.greetings img {
		width: 50%;
	}
	.greetings div {
		width: 47%;
	}
}
.text_blue {
	color: #395C90;
}
.text_red {
	color: #CC0000;
}
.com_company_prf {
	padding: 20px 5px;
	background: #F5F7FB;
	color: #333333;
}
.map_contener {
	position: relative;
	max-width: 1000px;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 70%;
}
.map_contener iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map_contener + p {
	margin: 20px 35px;
}
.share_btn {
	display: flex;
	align-items: center;
	margin: 40px 10px 40px 5px;
}
.share_btn > iframe:first-of-type {
	margin: 0 10px;
}
@media screen and (min-width: 767px) {
	.share_btn {
		max-width: 1000px;
		margin: 40px auto;
	}
}
.share_btn > div {
	display: inline-block;
}
.business img {
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.for_investment {
}
@media screen and (min-width: 767px) {
	.for_investment {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		margin: 0 auto 40px;
	}
.for_investment img {
	width: 50%;
}
.for_investment div {
	width: 48%;
}
}
.for_investment p {
	margin: 10px 4px;
	line-height: 1.8;
}
.list_dot li {
	list-style: disc;
	margin-left: 20px;
}
.bg_blue {
	padding: 5px 0 10px 0;
	background: #F5F7FB;
}
#b_02 > div {
	max-width: 1010px;
	margin: 0 auto;
}
.h4_border {
	position: relative;
	margin: 10px 4px;
	padding-left: 15px;
	border-bottom: solid 1px #000000;
	font-size: 1.8rem;
}
.h4_border::before {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 5px;
	height: 14px;
	background: #3F659E;
	content: "";
}
.h4_border + p {
	margin-bottom: 20px;
	padding-left: 4px;
	line-height: 1.8;
}
#b_03 > div {
	margin: 5px 4px;
}
#b_03 > div p {
	margin-top: 10px;
	line-height: 1.8;
}
.parallax02 {
	background: url(../img/parallax_bg2.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
	height: 410px;
	color: #FFFFFF;
	background: #617DA6;
}
.parallax02_contner h3 {
	padding: 40px 0;
	font-size: 1.8rem;
	text-align: center;
}
.parallax02_contner p {
	margin-bottom: 20px;
	text-align: center;
}
.parallax02_contner span {
	display: block;
	font-size: 1.8rem;
	text-align: center;
}
.parallax02_contner span:last-of-type {
	margin-bottom: 20px;
}
.parallax02_contner .contact_btn a {
	border: none;
	border-radius: 0;
}
@media screen and (min-width: 767px) {
	#b_03 div div {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		max-width: 1000px;
		margin: 0 auto 40px;
	}
	#b_03 img {
		width: 50%;
	}
	#b_03 p {
		width: 48%;
		margin-right: 15px;
	}
	.parallax02_contner h3 {
		font-size: 2rem;
	}
	.parallax02_contner span {
		font-size: 3.0rem;
	}
}
.recruit p {
	max-width: 1000px;
	width: 100%;
	margin: 0 4px 40px;
}
@media screen and (min-width: 767px) {
	.recruit p {
		margin: 0 auto 40px;
	}
}
.r_list dt {
	display: flex;
	justify-content: center;
	align-items: center;
}
.f_contener {
	display: flex;
	flex-wrap: wrap;
	margin: 0 4px;
}
.f_contener div {
	width: 70%;
}
.f_contener > div:last-child {
	margin-left: 20px;
}
div.step {
	position: relative;
	width: 80px;
	margin-bottom: 20px;
	padding: 20px 0;
	background: #3F659E;
	color: #FFFFFF;
}
.step span {
	display: block;
	font-size: 3rem;
	text-align: center;
	line-height: 1;
}
.step small {
	display: block;
	margin-top: 34px;
	text-align: center;
}
.step::before {
	position: absolute;
	right: 0;
	top: -1px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 40px 0 40px;
	border-color: #ffffff transparent transparent transparent;
	content: "";
}
.step::after {
	position: absolute;
	right: 0;
	bottom: -11px;
	width: 0;
	left: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 40px 0 40px;
	border-color: #3F659E transparent transparent transparent;
	content: "";
}
.f_contener .text_blue {
	display: block;
	margin: 6px 0 10px;
	font-size: 2.0rem;
}
.f_contener {
	height: 150px;
}
.f_contener a,
.line {
	color: #3F659E;
	text-decoration: underline;
}
.recruit img {
	display: block;
	margin: 0 auto;
}
@media screen and (min-width: 767px) {
	.r_flow {
		max-width: 1000px;
		margin: 0 auto;
	}
	div.step {
		width: 150px;
	}
	.step::before {
		border-width: 20px 75px 0 75px;
	}
	.step::after {
		bottom: -20px;
		border-width: 20px 75px 0 75px;
	}
}
.contact p {
	line-height: 1.8;
}
.form_contener {
	margin-top: 20px;
}
.form_contener dl {
	padding: 20px;
}
.form02,
.form03,
.form04,
.form05 {
	margin-top: 15px;
}
.form01 + dd label {
	display: block;
	margin: 10px 0;
}
.form02 + dd input,
.form03 + dd input,
.form04 + dd input {
	width: 100%;
	background: #FFFFFF;
	border: solid 1px #767676;
	line-height: 1.8;
}
.form05 + dd textarea {
	width: 100%;
	padding: 5px;
	height: 150px;
	background: #FFFFFF;
	border: solid 1px #767676;
	line-height: 1.8;
}
.form_contener div {
	margin-top: 20px;
}
@media screen and (min-width: 767px) {
	.contact p {
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
	}
	.form_contener {
		max-width: 800px;
		width: 100%;
		margin: 20px auto;
	}
	.form_contener dl {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.form_contener dl dt {
		width: 30%;
	}
	.form_contener dl dd {
		width: 70%;
		margin-bottom: 20px;
	}
	.form01 + dd {
		display: flex;
		flex-wrap: wrap;
	}
	.form01 + dd label {
		margin: 15px 20px 0 0;
	}
	.form01,
	.form02,
	.form03,
	.form04,
	.form05 {
		margin-top: 0;
	}
	.form02 + dd input {
		width: 70%;
	}
}
.privacy_contener {
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.privacy_contener span {
	display: block;
	margin-top: 20px;
}
.privacy_contener p {
	line-height: 1.8;
}
footer {
	position: relative;
	padding: 25px 10px;
	background: rgba(63, 101, 158, 0.9);
	color: #FFFFFF;
}
footer div span {
	display: block;
	margin-bottom: 5px;
	font-size: 2.0rem;
	text-align: center;
}
footer ul li {
	padding: 15px 10px;
	border-bottom: 1px solid #666666;
}
footer ul li:last-child {
	border-bottom: none;
}
footer a {
	display: block;
	color: #FFFFFF;
}
footer > span {
	display: block;
	text-align: center;
	line-height: 1.8;
}
.s_btn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: block;
	width: 50px;
	height: 50px;
	background: #395C90;
	border-radius: 100%;
}
.s_btn span {
	position: absolute;
	top: 19px;
	left: 17px;
	width: 15px;
	height: 15px;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	transform: rotate(-135deg);
}
@media screen and (min-width: 767px) {
	footer div span {
		font-size: 3rem;
	}
	footer ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		max-width: 822px;
		margin: 20px auto;
	}
	footer ul li {
		padding: 0px 10px;
		border-right: solid 1px #FFFFFF;
		border-bottom: none;
	}
	footer ul li:last-child {
		border-right: none;
	}
}