@charset "UTF-8";


/*========================================

  loader

========================================*/
#WrapPage {
	opacity: 0;
	min-width: 1200px;
	background: #fff;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	#WrapPage {
		min-width: 100vw;
	}
}


#loader-bg {
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
}

#loader {
	position: absolute;
	z-index: 10002;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 800px;
	height: 69px;
	display: none;
	margin: auto;
	text-align: center;
	color: #999;
}


#loader img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#loader {
		width: 80vw;
		top: 40vw;
		bottom: auto;
		margin-top: 0;
	}
}



/*========================================

  indexページ

========================================*/

main {
	padding-top: 0 !important;
}


/*===== index =====*/
.video-container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: url(../mov/main.jpg) no-repeat center center/cover;
	z-index: 0;
}

.video-wrap video {
	left: 0;
	right: 0;
	min-width: 100%;
	min-height: 100vh;
	position: absolute;
}



/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9),
(min-aspect-ratio: 16/9) {
	.video-wrap video {
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
	.video-wrap video {
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
}



@media screen and (max-width: 767px) {
	.video-wrap {
		height: 110vw;
	}

	.video-wrap video {
		min-height: 110vw;
	}
}


#player {
	width: 100%;
}


.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}




/* ページ内共通 */
.com_ttl strong {
	color: #fff;
	font-size: 80px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
}

.com_ttl h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: -.2em;
}

.com_sub_ttl {
	position: relative;
	padding-top: 150px;
	padding-bottom: 50px;
}

.com_sub_ttl::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 50px;
	height: 4px;
	background-color: #fff;
}

.com_sub_ttl h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
	.com_ttl strong {
		font-size: 12vw;
	}

	.com_ttl h2 {
		font-size: 5vw;
	}

	.com_sub_ttl {
		padding-top: 15vw;
		padding-bottom: 5vw;
	}

	.com_sub_ttl::after {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: 50px;
		height: 2px;
		background-color: #fff;
	}

	.com_sub_ttl h3 {
		font-size: 6.5vw;
	}
}

table.base_table {
	text-align: left;
}

table.base_table th {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	background-color: #edf1f2;
	border-bottom: 1px solid #026;
	padding-right: 1em;
	padding-left: 1em;
	white-space: nowrap;
}

table.base_table tr:first-child th {
	border-top: 1px solid #026;
}

table.base_table td {
	width: 930px;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #aaa;
	padding: 1.4em 2em;
}

table.base_table td a {
	color: #0092e5;
	text-decoration: underline;
}

table.base_table td a:hover {
	opacity: .7;
	text-decoration: none;
}

table.base_table tr:first-child td {
	border-top: 1px solid #aaa;
}

table.base_table td .pl1 {
	padding-left: 1em;
}

@media screen and (max-width: 767px) {
	table.base_table {
		width: 100%;
	}

	table.base_table th {
		display: block;
		width: 100%;
		font-size: 3.8vw;
		border-bottom: none;
		padding: 1em 0;
	}

	table.base_table tr:first-child th {
		border-top: 1px solid #026;
	}

	table.base_table td {
		display: block;
		width: 100%;
		font-size: 3.4vw;
		padding: 1em 1em;
	}

	table.base_table tr:first-child td {
		border-top: none;
	}
}

/*
.photo_slider {
	margin-top: 150px;
}

.photo_slider ul {
	display: flex;
	justify-content: center;
	padding-bottom: 200px;
}

.photo_slider ul li {
	width: 500px;
	margin: 0 20px;
	list-style: none;
}

.photo_slider ul li:nth-child(even) {
	margin-top: 80px;
}

.photo_slider ul li img {
	box-shadow: 15px 15px 20px 0px rgba(0, 20, 60, 1);
}

@media screen and (max-width: 767px) {
	.photo_slider {
		margin-top: 10vw;
	}

	.photo_slider ul {
		display: flex;
		justify-content: center;
		padding-bottom: 15vw;
	}

	.photo_slider ul li {
		width: 20vw;
		margin: 0 2vw;
		list-style: none;
	}

	.photo_slider ul li:nth-child(even) {
		margin-top: 5vw;
	}

	.photo_slider ul li img {
		box-shadow: 10px 10px 15px 0px rgba(0, 20, 60, 1);
	}
}
*/

.photo_slider {
	width: 100%;
	overflow: hidden;
	margin-top: 150px;
	padding-bottom: 200px;
}

.photo_slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	/* jQueryで left を動かす */
}

.photo_slider li {
	flex: 0 0 auto;
}

.photo_slider li:nth-child(even) {
	margin-top: 5vw;
}

.photo_slider img {
	display: block;
	width: 30vw;
	margin-right: 3vw;
	object-fit: cover;
	box-shadow: 15px 15px 20px 0px rgba(0, 20, 60, 1);
}

@media screen and (max-width: 767px) {
	.photo_slider {
		margin-top: 15vw;
		padding-bottom: 15vw;
	}

	.photo_slider img {
		width: 70vw;
		margin-right: 6vw;
		box-shadow: 5px 5px 10px 0px rgba(0, 20, 60, 1);
	}
}


/* hero */
#hero {
	position: relative;
}

#hero .btn {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	z-index: 10;
}

#hero .btn a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	border-radius: 100vh;
	border: 2px solid #fff;
	background-color: #026;
	padding: .8em 1.5em;
}

#hero .btn a::before {
	content: "\f144";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	margin-right: .3em;
}

#hero .btn a:hover {
	opacity: .7;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	#hero .btn {
		position: absolute;
		bottom: 7vw;
		left: 0;
		right: 0;
	}

	#hero .btn a {
		font-size: 4.5vw;
	}
}



/* sec001 */
#sec001 {
	padding-top: 100px;
	padding-bottom: 150px;
}

#sec001 .copy_main {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1px;
}

#sec001 .copy {
	font-size: 26px;
	font-weight: 500;
	line-height: 2em;
	margin-top: 1em;
}

#sec001 .ill {
	margin-top: 70px;
	padding: 2.5em 0;
	max-width: 1200px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, .15);
}

#sec001 .ill p {
	font-size: 20px;
}

#sec001 .ill img {
	margin-top: 20px;
}

#sec001 .base_box {
	position: relative;
}

#sec001 .base_box .white {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, .15);
	margin-top: 170px;
	padding: 70px 50px 70px 50px;
}

#sec001 .base_box .white .txt {
	width: 500px;
	text-align: left;
}

#sec001 .base_re .white .txt {
	margin-left: 600px;
}

#sec001 .base_box .white .txt .ttl {
	border-left: 3px solid #026;
	padding: 5px 0;
	padding-left: 30px;
}

#sec001 .base_box .white .txt .ttl small {
	color: #026;
	font-size: 16px;
	font-weight: 700;
}

#sec001 .base_box .white .txt .ttl strong {
	display: block;
	color: #026;
	font-size: 70px;
	font-weight: bold;
	margin-top: -.2em;
}

#sec001 .base_box .white .txt .ttl h2 {
	color: #026;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: -.5em;
}

#sec001 .base_box .white .txt p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1em;
}

#sec001 .base_box .ttl_photo {
	position: absolute;
	top: -50px;
	right: 0;
	width: 46vw;
	height: 470px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#sec001 .base_re .ttl_photo {
	right: auto;
	left: 0;
}

#sec001 .base_box.b03 .ttl_photo {
	height: 300px;
}



#sec001 .base_box.b01 .ttl_photo {
	background-image: url(../img/img_01.jpg);
}

#sec001 .base_box.b02 .ttl_photo {
	background-image: url(../img/img_02.jpg);
}

#sec001 .base_box.b03 .ttl_photo {
	background-image: url(../img/img_03.jpg);
}


#sec001 .base_box .ttl_photo_sub {
	position: absolute;
	top: 390px;
	width: 25vw;
	left: 50vw;
	right: auto;
	box-shadow: 5px -5px 10px #fff;
	border: 2px solid #fff;
}

#sec001 .base_re .ttl_photo_sub {
	right: 50vw;
	left: auto;
	box-shadow: -5px -5px 10px #fff;
}

#sec001 .base_re.b03 .ttl_photo_sub {
	top: 200px;
}



@media screen and (min-width: 1920px) {
	#sec001 {
		padding-bottom: 10vw;
	}

	#sec001 .base_box .ttl_photo {
		height: 25vw;
	}

	#sec001 .base_box.b03 .ttl_photo {
		height: 20vw;
	}

	#sec001 .base_box .ttl_photo_sub {
		width: 20vw;
	}
}

@media screen and (min-width: 3200px) {
	#sec001 {
		padding-bottom: 10vw;
	}

	#sec001 .base_box {
		padding-bottom: 5vw;
	}

	#sec001 .base_box .ttl_photo_sub {
		top: 14vw;
	}

	#sec001 .base_re.b03 .ttl_photo_sub {
		top: 12vw;
	}
}


@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 10vw;
		padding-bottom: 15vw;
	}

	#sec001 .copy_main {
		font-size: 6vw;
	}

	#sec001 .copy {
		width: 85%;
		margin: 0 auto;
		font-size: 3.8vw;
		margin-top: 1.5em;
	}

	#sec001 .ill {
		margin-top: 10vw;
		padding: 5vw;
		box-sizing: border-box;
		border-radius: 20px;
		box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .15);
	}

	#sec001 .ill p {
		font-size: 3.4vw;
		text-align: left;
	}

	#sec001 .ill img {
		margin-top: 5vw;
	}


	#sec001 .base_box {
		position: relative;
	}

	#sec001 .base_box .white {
		width: 85%;
		margin: 0 auto;
		box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .15);
		margin-top: 45vw;
		padding: 15vw 5vw 10vw 5vw;
	}

	#sec001 .base_box .white .txt {
		width: 100%;
		text-align: left;
	}

	#sec001 .base_re .white .txt {
		margin-left: 0;
	}

	#sec001 .base_box .white .txt .ttl {
		border-left: 2px solid #026;
		padding: 1vw 0;
		padding-left: 3vw;
	}

	#sec001 .base_box .white .txt .ttl small {
		font-size: 3.4vw;
	}

	#sec001 .base_box .white .txt .ttl strong {
		font-size: 10vw;
	}

	#sec001 .base_box .white .txt .ttl h2 {
		font-size: 4vw;
	}

	#sec001 .base_box .white .txt p {
		font-size: 3.4vw;
	}

	#sec001 .base_box .ttl_photo {
		position: absolute;
		bottom: auto;
		top: -37vw;
		right: 0;
		width: 80vw;
		height: 48vw;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#sec001 .base_box.b03 .ttl_photo {
		height: 48vw;
	}

	#sec001 .base_box .ttl_photo_sub {
		position: relative;
		top: auto;
		width: 50vw;
		left: auto;
		right: auto;
	}

	#sec001 .base_re .ttl_photo_sub {
		right: auto;
		left: auto;
	}

	#sec001 .base_re.b03 .ttl_photo_sub {
		top: auto;
	}

	#sec001 .base_box .ttl_photo_sub {
		margin-top: 5vw;
		width: 100%;
	}
}



/* sec002 */
#sec002 {
	background-color: #026;
	padding-top: 160px;
}

#sec002 .base_box {
	position: relative;
}

#sec002 .base_box.b01 {
	margin-top: 100px;
}

#sec002 .base_box.b02 {
	margin-top: 370px;
}

#sec002 .base_box.b03 {
	margin-top: 300px;
}

#sec002 .base_box .img_1 {
	position: absolute;
	top: 0;
	left: 0;
}

#sec002 .base_box.b02 .img_1 {
	left: auto;
	right: 0;
}

#sec002 .base_box .img_1 img {
	width: calc(50vw + 150px);
	border-radius: 0 15px 15px 0;
	height: 640px;
	object-fit: cover;
}

#sec002 .base_box.b02 .img_1 img {
	border-radius: 15px 0 0 15px;
}

#sec002 .base_box .wrap_white {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	padding-top: 100px;
}

#sec002 .base_box.b02 .wrap_white {
	justify-content: flex-start;
}

#sec002 .base_box .wrap_white .img_2 {
	position: absolute;
	top: 730px;
	left: 0;
}

#sec002 .base_box.b02 .wrap_white .img_2 {
	left: auto;
	right: 0;
}

#sec002 .base_box .wrap_white .img_2 img {
	width: 500px;
	border-radius: 10px;
}

#sec002 .base_box .white {
	position: relative;
	width: 600px;
	border-radius: 15px;
	background-color: #fff;
	padding: 60px;
	z-index: 2;
}

#sec002 .base_box .white .ttl {
	position: relative;
	border-radius: 10px;
	background-color: #026;
	padding: 50px;
}

#sec002 .base_box .white .ttl h3 {
	color: #fff;
	font-size: 28px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
}

#sec002 .base_box.b02 .white .ttl h3 {
	text-align: right;
}

#sec002 .base_box .white .ttl strong {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
}

#sec002 .base_box.b02 .white .ttl strong {
	text-align: right;
}

#sec002 .base_box .white .ttl .img_3 {
	position: absolute;
	top: -160px;
	right: -95px;
	width: 250px;
	border-radius: 100vh;
	overflow: hidden;
}

#sec002 .base_box.b02 .white .ttl .img_3 {
	right: auto;
	left: -95px;
}

#sec002 .base_box .white .ttl .img_3 img {}

#sec002 .base_box .white dl {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-top: 40px;
}

#sec002 .base_box .white dl dt {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #333;
	padding-bottom: .3em;
	margin-bottom: .3em;
}

#sec002 .base_box .white dl dd {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 2em;
}

#sec002 .work {
	flex-wrap: wrap;
	margin-top: 30px;
}

#sec002 .work .item {
	width: 380px;
	background-color: #fff;
	margin-top: 30px;
}

#sec002 .work .item .txt {
	width: 310px;
	margin: 0 auto;
	text-align: left;
	padding: 35px 0;
}

#sec002 .work .item .txt h4 {
	font-size: 22px;
	font-weight: 700;
}

#sec002 .work .item .txt p {
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: .5em;
}

#sec002 .recruit {
	background-color: #fff;
	margin-top: 60px;
	padding: 60px;
}

#sec002 table.base_table td dl {
	margin: 0;
	padding: 0;
}

#sec002 .recruit table.base_table td dl dt {
	font-size: 20px;
	font-weight: 500;
	margin-top: 1em;
}

#sec002 .recruit table.base_table td dl dt:first-child {
	margin-top: 0;
}

#sec002 .recruit table.base_table td dl dd {
	font-size: 20px;
	font-weight: 500;
	margin-left: 1em;
}

table.base_table td ul {
	padding-left: 1.5em;
}

table.base_table td ul li {
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 10vw;
		width: 100vw;
		overflow-x: hidden;
	}

	#sec002 .base_box.b01 {
		margin-top: 10vw;
	}

	#sec002 .base_box.b02 {
		margin-top: 30vw;
	}

	#sec002 .base_box.b03 {
		margin-top: 30vw;
		padding-bottom: 10vw;
	}

	#sec002 .base_box .img_1 {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		text-align: left;
	}

	#sec002 .base_box.b02 .img_1 {
		left: auto;
		right: auto;
		text-align: right;
	}

	#sec002 .base_box .img_1 img {
		width: 90vw;
		border-radius: 0 10px 10px 0;
		height: 70vw;
		object-fit: cover;
	}

	#sec002 .base_box.b02 .img_1 img {
		border-radius: 10px 0 0 10px;
	}

	#sec002 .base_box .wrap_white {
		display: block;
		position: relative;
		width: 85%;
		margin: 0 auto;
		padding-top: 20vw;
	}

	#sec002 .base_box.b02 .wrap_white {
		justify-content: flex-start;
	}

	#sec002 .base_box .wrap_white .img_2 {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		margin-top: 5vw;
		text-align: right;
	}

	#sec002 .base_box.b02 .wrap_white .img_2 {
		left: auto;
		right: auto;
		text-align: left;
	}


	#sec002 .base_box .wrap_white .img_2 img {
		width: 70vw;
		border-radius: 6px;
	}

	#sec002 .base_box .white {
		width: 100%;
		border-radius: 3vw;
		padding: 5vw;
	}

	#sec002 .base_box .white .ttl {
		position: relative;
		border-radius: 3vw;
		padding: 10vw 5vw 5vw 5vw;
	}

	#sec002 .base_box .white .ttl h3 {
		font-size: 4vw;
	}

	#sec002 .base_box.b02 .white .ttl h3 {
		text-align: right;
	}

	#sec002 .base_box .white .ttl strong {
		font-size: 4vw;
	}

	#sec002 .base_box.b02 .white .ttl strong {
		text-align: right;
	}

	#sec002 .base_box .white .ttl .img_3 {
		position: absolute;
		top: -38vw;
		right: -15vw;
		width: 50vw;
	}

	#sec002 .base_box.b02 .white .ttl .img_3 {
		right: auto;
		left: -15vw;
	}

	#sec002 .base_box .white .ttl .img_3 img {}

	#sec002 .base_box .white dl {
		margin: 0;
		padding: 0;
		text-align: left;
		margin-top: 40px;
	}

	#sec002 .base_box .white dl dt {
		font-size: 18px;
		font-weight: 700;
		border-bottom: 1px solid #333;
		padding-bottom: .3em;
		margin-bottom: .3em;
	}

	#sec002 .base_box .white dl dd {
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 2em;
	}

	#sec002 .work {
		margin-top: 5vw;
	}

	#sec002 .work .item {
		width: 90%;
		margin: 0 auto;
		margin-top: 7vw;
	}

	#sec002 .work .item .txt {
		width: 90%;
		margin: 0 auto;
		padding: 5vw 0;
	}

	#sec002 .work .item .txt h4 {
		font-size: 4.5vw;
	}

	#sec002 .work .item .txt p {
		font-size: 3.4vw;
	}

	#sec002 .recruit {
		margin-top: 10vw;
		padding: 7vw;
	}

	#sec002 .recruit table.base_table td dl dt {
		font-size: 3.8vw;
	}

	#sec002 .recruit table.base_table td dl dd {
		font-size: 3.8vw;
	}
}



/* sec003 */
#sec003 {
	padding-top: 160px;
}

#sec003 .com_ttl strong,
#sec003 .com_ttl h2 {
	color: #026;
}

#sec003 .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height: 0;
	margin-top: 80px;
}

#sec003 .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#sec003 .com_sub_ttl::after {
	background-color: #026;
}

#sec003 .com_sub_ttl h3 {
	color: #026;
}

#sec003 .ceo {
	margin-top: 60px;
}

#sec003 .ceo p {
	width: 750px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#sec003 .ceo p strong {
	font-weight: 600;
	font-size: 110%;
}

#sec003 .ceo span {
	display: block;
	width: 400px;
}

#sec003 .philosophy {
	margin-top: 60px;
}

#sec003 .philosophy strong {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 1px;
}

#sec003 .philosophy dl {
	width: 900px;
	margin: 0 auto;
	display: flex;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 50px 0;
}

#sec003 .philosophy dl.top {
	border-top: 1px solid #ccc;
	margin-top: 40px;
}

#sec003 .philosophy dl dt {
	width: 250px;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	padding-left: 50px;
}

#sec003 .philosophy dl dd {
	width: 650px;
	font-size: 20px;
	font-weight: 500;
}

#sec003 .philosophy dl dd ol {
	margin: 0;
	padding: 0;
}

#sec003 .philosophy dl dd ol li {
	font-size: 20px;
	font-weight: 500;
	list-style: none;
}

#sec003 .company {
	margin-top: 60px;
}

#sec003 .company table.base_table td {
	width: 1050px;
}

#sec003 .company table.base_table td dl {
	margin: 0;
	padding: 0;
	display: flex;
	margin-top: 1em;
}

#sec003 .company table.base_table td dl:first-child {
	margin-top: 0;
}

#sec003 .company table.base_table td dl dt {
	width: 130px;
	font-size: 20px;
	font-weight: 700;
}

#sec003 .company table.base_table td dl dd {
	font-size: 20px;
	font-weight: 700;
}

#sec003 .company table.base_table td dl dd ul {
	margin: 0;
	padding: 0;
	margin-top: .5em;
}

#sec003 .company table.base_table td dl dd ul li {
	font-size: 18px;
	font-weight: 500;
	list-style: none;
}

#sec003 .company table.base_table .wak {
	display: flex;
	align-items: center;
	margin-top: .5em;
	gap: 0 5px;
}

#sec003 .company table.base_table .wak span.i02::before,
#sec003 .company table.base_table .wak span.i02::after {
	content: "→";
}



#sec003 .company table.base_table .wak .i01 {
	border: 1px solid #aaa;
	padding: .3em .8em;
}



#sec003 .access {
	margin-top: 4em;
	text-align: left;
}

#sec003 .map {
	margin-top: 20px;
}



#sec003 .photo_slider ul {
	padding-bottom: 30px;
}

#sec003 .photo_slider ul li img {
	box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding-top: 10vw;
	}

	#sec003 .movie {
		margin-top: 10vw;
	}

	#sec003 .ceo {
		flex-direction: column-reverse;
		margin-top: 10vw;
	}

	#sec003 .ceo p {
		width: 100%;
		font-size: 3.6vw;
		margin-top: 1.5em;
	}

	#sec003 .ceo span {
		width: 70%;
		margin: 0 auto;
	}

	#sec003 .philosophy {
		margin-top: 10vw;
	}

	#sec003 .philosophy strong {
		font-size: 5vw;
	}

	#sec003 .philosophy dl {
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
		padding: 5vw 0;
	}

	#sec003 .philosophy dl.top {
		margin-top: 5vw;
	}

	#sec003 .philosophy dl dt {
		width: 100%;
		font-size: 8vw;
		text-align: center;
		padding-left: 0;
	}

	#sec003 .philosophy dl dd {
		width: 85%;
		margin: 0 auto;
		font-size: 3.8vw;
		margin-top: .5em;
	}

	#sec003 .philosophy dl dd ol li {
		font-size: 3.8vw;
		padding-left: 1.2em;
		text-indent: -1.2em;
	}

	#sec003 .company {
		margin-top: 10vw;
	}

	#sec003 .company table.base_table td {
		width: 100%;
	}

	#sec003 .company table.base_table td dl {
		flex-direction: column;
	}

	#sec003 .company table.base_table td dl dt {
		width: 100%;
		font-size: 3.8vw;
	}

	#sec003 .company table.base_table td dl dd {
		font-size: 3.8vw;
	}

	#sec003 .company table.base_table td dl dd ul {
		margin-top: 0;
	}

	#sec003 .company table.base_table td dl dd ul li {
		font-size: 3.6vw;
	}

	#sec003 .company table.base_table .wak {
		display: block;
		text-align: center;
		width: 80%;
	}

	#sec003 .company table.base_table .wak span {
		display: block;
	}

	#sec003 .company table.base_table .wak span.i02::before,
	#sec003 .company table.base_table .wak span.i02::after {
		content: "↓";
	}



	#sec003 .access {
		margin-top: 2em;
		font-size: 3.6vw;
	}



	#sec003 .map {
		position: relative;
		width: 100%;
		padding-top: 100%;
		height: 0;
		margin-top: 5vw;
	}

	#sec003 .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#sec003 .photo_slider ul {
		padding-bottom: 30px;
	}

	#sec003 .photo_slider ul li img {
		box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .2);
	}
}



.zoom-item {
	overflow: hidden;
	display: inline-block;
}

.zoom-item img {
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1.2);
	transform-origin: center center;
	transition: transform .8s ease-out;
}

.zoom-item img.is-shrink {
	transform: scale(1);
}




.text-animation {
	white-space: pre;
}

.text-animation i {
	opacity: 0;
	display: inline-block;
	transform: translateY(15px);
	font-style: normal;
	transition: .5s;
}

.text-animation i.show {
	opacity: 1;
	transform: translateY(0);
}




@keyframes bg-move {
	0% {
		background-position: 30% 0;
	}

	5% {
		background-position: 30% 0;
	}

	10% {
		background-position: 30% 0;
	}

	15% {
		background-position: 30% 0;
	}

	20% {
		background-position: 30% 0;
	}

	25% {
		background-position: 30% 0;
	}

	30% {
		background-position: 30% 0;
	}

	35% {
		background-position: 30% 0;
	}

	40% {
		background-position: right 30% top 0;
	}

	45% {
		background-position: right 30% top 0;
	}

	50% {
		background-position: right 30% top 0;
	}

	55% {
		background-position: right 30% top 0;
	}

	60% {
		background-position: right 30% top 0;
	}

	65% {
		background-position: right 30% top 0;
	}

	70% {
		background-position: 30% 0;
	}

	75% {
		background-position: 30% 0;
	}

	80% {
		background-position: 30% 0;
	}

	85% {
		background-position: 30% 0;
	}

	90% {
		background-position: 30% 0;
	}

	95% {
		background-position: 30% 0;
	}

	100% {
		background-position: 30% 0;
	}
}



.reveal-box {
	position: relative;
	overflow: hidden;
	display: block;
}

/* 画像：最初は左からトリミング（何も見えない状態） */
.reveal-box img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;

	/* 左から右へ「切り開く」ためのクリッピング */
	clip-path: inset(0 100% 0 0);
	/* 上 右 下 左 */
	transition: clip-path .9s ease-out;
}

/* 左から右へ流れる青い帯 */
.reveal-box .reveal-overlay {
	position: absolute;
	inset: 0;
	/* top:0 right:0 bottom:0 left:0 */
	background: rgba(0, 34, 102, .7);
	/* 青色（お好みで変更） */
	transform: translateX(-100%);
	/* 左の外からスタート */
	transition: transform .9s ease-out;
	z-index: 2;
	pointer-events: none;
}

/* アニメ開始時に付くクラス（jQueryから付与） */
.reveal-box.is-animated img {
	clip-path: inset(0 0 0 0);
	/* 全体が見えるようになる */
}

.reveal-box.is-animated .reveal-overlay {
	transform: translateX(100%);
	/* 左→右へ抜けていく */
}