/* Slider */

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: block;
	position: relative;
	touch-action: pan-y;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 45px;
	line-height: 0px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	display: none !important;
}

.slick-prev:hover,
.slick-next:hover {
	color: transparent;
	opacity: 0.6;
	outline: none;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	content: none;
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
}

.slick-prev {
	background: url(../img/slider_prev@2x.png) no-repeat center/contain;
	height: 49px;
	left: -30px;
	width: 49px;
	z-index: 1;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: 25px;
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slider__num {
	font-size: 24px;
}

.slick-next {
	background: url(../img/slider_next@2x.png) no-repeat center/contain;
	height: 49px;
	right: -30px;
	width: 49px;
}

[dir=rtl] .slick-next {
	left: 25px;
	right: auto;
}

[dir=rtl] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 5px;
	width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	content: "•";
	font-family: "slick";
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

/* iOSでのデフォルトスタイルをリセット */

input[type=submit],
input[type=button] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
	outline-offset: -2px;
}

html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.4;
	padding-top: 82px;
}

body.home {
	padding-top: 0;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video {
	height: auto;
	max-width: 100%;
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	background-color: #2990d0;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

a[href^="tel:"] {
	color: inherit;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.l-container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0px 0px;
	width: 1000px;
}

.l-container::after {
	clear: both;
	content: "";
	display: table;
}

.l-footer {
	background: url(../img/footer_bg@2x.jpg) no-repeat center center/cover;
	color: #fff;
	padding: 50px 20px 20px;
	position: relative;
}

.l-footer__wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}

.l-footer__head {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.l-footer__logo {
	margin-right: 30px;
	padding-left: 60px;
	width: 400px;
}

.l-footer__copy {
	font-size: 10px;
	margin-top: 55px;
	text-align: center;
}

.l-header {
	background: #2990d0;
	color: #000;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}

.home .l-header {
	background: transparent;
	padding-top: 0;
}

.l-header.is_over {
	background: #2990d0;
}

.l-header__wrapper {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 100%;
	padding: 20px 20px;
}

.l-header__content {
	align-items: center;
	display: flex;
}

.l-header__logo {
	margin-right: auto;
	width: 400px;
}

.l-header__logo a {
	display: block;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.l-header__logo a:hover path {
	fill: #0075e8;
}

.l-header__logo svg {
	display: block;
	width: 100%;
}

.l-header__logo path {
	transition: fill 0.2s ease-out;
}

.l-header__gnav {
	margin-left: 15px;
	margin-right: 35px;
}

.c-btn {
	-webkit-appearance: none;
	background-color: #2990d0;
	background-image: none;
	border: 1px solid #2990d0;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 17px;
	font-weight: 700;
	height: 64px;
	line-height: 62px;
	margin: 0;
	max-width: 100%;
	padding: 0 40px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: 0.3s;
	vertical-align: middle;
	width: 300px;
}

.c-btn::after {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #ffffff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 10.3923048454px;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 10px;
}

.c-btn:hover {
	background: #fff;
	color: #2990d0;
}

.c-btn:hover::after {
	background: #2990d0;
}

.c-btn:not(:disabled) {
	cursor: pointer;
}

.c-btn:hover,
.c-btn:focus {
	outline: none;
}

.c-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.c-btn--white {
	background: #fff;
	border: 1px solid #2990d0;
	color: #2990d0;
}

.c-btn--white::after {
	background: #2990d0;
}

.c-btn--white:hover {
	background: #2990d0;
	color: #fff;
}

.c-btn--white:hover::after {
	background: #fff;
}

.c-fnav {
	margin: 0 auto;
	padding: 10px 0px;
}

.c-fnav__list {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-fnav__list > li {
	border: 1px solid #fff;
	display: inline;
	position: relative;
}

.c-fnav__list > li:not(:last-child) {
	border-right: none;
}

.c-fnav__list > li:first-child {
	border-radius: 100px 0 0 100px;
}

.c-fnav__list > li:first-child a {
	border-radius: 100px 0 0 100px;
}

.c-fnav__list > li:last-child {
	border-radius: 0 100px 100px 0;
}

.c-fnav__list > li:last-child a {
	border-radius: 0 100px 100px 0;
}

.c-fnav__list > li > a {
	color: #fff;
	display: inline-block;
	display: inline-block;
	font-size: 13px;
	padding: 0.3em;
	padding: 8px 10px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.c-fnav__list > li > a:hover {
	background: rgba(255, 255, 255, 0.3);
}

.c-fnav__list > li > ul {
	display: none;
}

.c-fnav__list > li > ul.is-open {
	display: flex;
}

.c-fnav__list > li > ul {
	gap: 10px;
	background: #fff;
	border-radius: 5px;
	bottom: calc(100% + 10px);
	flex-direction: column;
	padding: 8px 9px;
	position: absolute;
}

.c-fnav__list > li > ul li a {
	background: #eeefef;
	border-radius: 100px;
	color: #000;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	line-height: 1;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 113px;
}

.c-fnav__list > li > ul li a:hover {
	background: #2990d0;
	color: #fff;
}

.c-fnav__list > li > ul li a {
	background: #fff;
	height: 22px;
	line-height: 1;
	line-height: 22px;
	min-width: 83px;
	width: auto;
}

.c-gnav {
	background-color: #fff;
	border-radius: 100px;
	padding: 8px 8px;
}

.c-gnav ul {
	gap: 5px;
	align-items: center;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-gnav ul li {
	position: relative;
}

.c-gnav ul li a {
	background: #EEEFEF;
	border-radius: 100px;
	color: #000;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 31px;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 113px;
}

.c-gnav ul li a > span {
	display: inline-block;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 8px;
	font-weight: bold;
}

.c-gnav ul li a:hover {
	background: #2990d0;
	color: #fff;
}

.c-gnav ul li > ul {
	display: none;
}

.c-gnav ul li > ul.is-open {
	display: flex;
}

.c-gnav ul li > ul {
	gap: 10px;
	background: #fff;
	border-radius: 5px;
	flex-direction: column;
	padding: 8px 9px;
	position: absolute;
	top: calc(100% + 20px);
}

.c-gnav ul li > ul li a {
	background: #fff;
	height: 22px;
	line-height: 1;
	min-width: 83px;
	padding: 5px 0;
	width: auto;
}

.c-gnav__icon {
	display: none;
}

/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */

* {
	box-sizing: border-box;
}

.container {
	margin: 0 auto;
	max-width: 800px;
}

.clr:after,
.col:after,
.container:after,
.group:after,
.row:after {
	clear: both;
	content: "";
	display: table;
}

.row {
	padding-bottom: 0;
}

.col {
	display: block;
	float: left;
	width: 100%;
}

/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */

.container {
	padding: 0 1%;
}

.container img {
	max-width: 100%;
}

* + .container {
	margin-top: 2em;
}

.row:not(:last-child) {
	margin-bottom: 4%;
}

.col {
	float: none;
}

.col:not(:last-child) {
	margin-bottom: 3%;
}

/* ローディング画面 */

#loading {
	background-color: #fff;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 1s;
	width: 100vw;
	z-index: 100;
}

#loading.is-loaded {
	opacity: 0;
	visibility: hidden;
}

.c-loading__anime {
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	border-radius: 50%;
	color: #808080;
	font-size: 20px;
	height: 1em;
	left: 50%;
	margin: 100px auto;
	position: fixed;
	text-indent: -9999em;
	top: calc(50% - 100px);
	transform: translateZ(0);
	transform: translate(-50%, -50%);
	width: 1em;
}

.c-mv {
	height: 1170px;
	max-height: 100vh;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-mv__img {
	height: 100%;
	position: relative;
}

.c-mv__img video {
	-o-object-fit: cover;
	-o-object-position: 38% 50%;
	height: 100%;
	left: -300%;
	margin: auto;
	max-width: none;
	object-fit: cover;
	object-position: 38% 50%;
	position: absolute;
	right: -300%;
	top: 0;
	width: 100%;
}

.c-mv__inner {
	color: #fff;
	font-size: 41px;
	font-weight: 700;
	left: 0;
	opacity: 0;
	padding: 0 24px;
	position: absolute;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-35%);
	transition: 2s 0.5s;
	width: 100%;
}

.c-mv__inner.is-fadein {
	opacity: 1;
	transform: translateY(-50%);
}

.c-pagenation {
	gap: 20px;
	align-items: center;
	display: flex;
	font-size: 12px;
	justify-content: center;
	margin: 50px 0 100px;
	text-align: center;
}

.c-pagenation .page-numbers {
	border-radius: 50%;
	color: #000;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	width: 22px;
}

.c-pagenation .page-numbers.current {
	background: #2990d0;
	color: #fff;
}

.c-pagenation .page-numbers:not(.current) {
	transition: 0.3s ease;
}

.c-pagenation .page-numbers:not(.current):hover {
	opacity: 0.6;
}

.c-pagenation .page-numbers.prev,
.c-pagenation .page-numbers.next {
	position: relative;
}

.c-pagenation .page-numbers.prev::before,
.c-pagenation .page-numbers.next::before {
	background: #2990d0;
	content: "";
	height: 11.2583302492px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.c-pagenation .page-numbers.prev::before {
	-webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.c-pagenation .page-numbers.next::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.c-scroll-top {
	bottom: 5%;
	opacity: 0;
	position: fixed;
	right: 5%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 2;
}

[data-scroll=true] .c-scroll-top {
	opacity: 0.9;
	visibility: visible;
}

.c-scroll-top a {
	background: #2990d0;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 70px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 70px;
}

.c-scroll-top a::after {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: block;
	height: 10px;
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -20%) rotate(45deg);
	transition: 0.2s;
	width: 10px;
}

#footer.high .c-scroll-top {
	bottom: auto;
	margin: 0;
	position: absolute;
	right: 5%;
	top: 0;
	transform: translateY(-50%);
}

.c-fix-btn {
	gap: 12px;
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.c-fix-btn__item {
	-ms-writing-mode: tb-rl;
	border-radius: 10px 0 0 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 170px;
	line-height: 1;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	writing-mode: vertical-rl;
}

.c-fix-btn__item:hover {
	opacity: 0.8;
}

.c-fix-btn__item--contact {
	background: #000;
}

.c-fix-btn__item--recrute {
	background: #2990d0;
}

.c-headline {
	color: #2990d0;
	color: transparent;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 55px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
	transition: color 0s 0.5s;
}

.c-headline__sub {
	align-items: center;
	color: #000;
	color: transparent;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	transition: color 0s 0.5s;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.c-headline__sub::before {
	background-color: transparent;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.8em;
	margin-right: 0.5em;
	transition: background-color 0s 0.5s;
	width: 0.8em;
}

.c-headline__wrap {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.c-headline__wrap::before {
	background: linear-gradient(220deg, rgb(118, 225, 255) 0%, rgb(0, 120, 232) 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-101%);
	width: 100%;
	z-index: 1;
}

.c-headline.is-scroll {
	color: #2990d0;
}

.c-headline.is-scroll .c-headline__wrap::before {
	-webkit-animation: headingLineAnime 1s;
	animation: headingLineAnime 1s;
}

.c-headline.is-scroll .c-headline__sub {
	color: #000;
}

.c-headline.is-scroll .c-headline__sub::before {
	background-color: #2990d0;
}

.c-headline.is-scroll.c-headline--white {
	color: #fff;
}

.c-headline.is-scroll.c-headline--white .c-headline__sub {
	color: #fff;
}

.c-headline2 {
	color: #2990d0;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
}

.c-headline2__wrap {
	gap: 20px;
	align-items: center;
	background-color: #E5F4FD;
	border-radius: 50px;
	color: #2990d0;
	display: flex;
	padding: 5px 30px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.c-headline2__sub {
	color: #000;
	font-size: 12px;
	padding-left: 15px;
	position: relative;
}

.c-headline2__sub::before {
	background-color: #2990d0;
	border-radius: 50%;
	color: #2990d0;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.p-top-mission {
	background: url(../img/top-mission_bg@2x.jpg) no-repeat center center/cover;
	color: #000;
	color: #fff;
	overflow: hidden;
	padding-bottom: 120px;
	padding-top: 80px;
	position: relative;
	width: 100%;
}

.p-top-mission__inner {
	position: relative;
	width: calc(50vw + 500px);
	z-index: 1;
}

.p-top-mission__wrapper {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.p-top-mission__img {
	flex: 1;
	flex-shrink: 0;
}

.p-top-mission__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-mission__heading {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
}

.p-top-mission__desc {
	font-size: 20px;
	line-height: 2.2;
	margin-left: 50px;
	width: 600px;
}

.p-top-mission__bg-text {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: scroll-anim-RtoL 16s linear infinite;
	animation: scroll-anim-RtoL 16s linear infinite;
	bottom: -0.1em;
	color: #fff;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 135px;
	font-weight: 900;
	left: 50%;
	line-height: 1;
	opacity: 0.15;
	pointer-events: none;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	user-select: none;
	white-space: nowrap;
	width: 100%;
	z-index: 0;
}

.p-top-strength {
	padding: 80px 20px;
}

.p-top-strength__wrap {
	gap: 70px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-top-strength__item {
	padding-top: 60px;
	position: relative;
}

.p-top-strength__num {
	color: #2990d0;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 120px;
	font-weight: 700;
	left: 0;
	line-height: 0.7;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.p-top-strength__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-strength__figcaption {
	color: #2990d0;
	font-size: 25px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}

.p-top-strength__btn {
	margin-top: 50px;
	text-align: center;
}

.p-top-works {
	background: #e5f4fd;
	padding: 80px 20px;
}

.p-top-works__slider {
	margin: 0 -20px 50px;
}

.p-top-works__item {
	color: #000;
	margin: 0 30px;
	text-decoration: none;
	width: 290px;
}

.p-top-works__figcaption {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 35px;
	position: relative;
}

.p-top-works__figcaption::before {
	background: url(../img/arrow1.svg) no-repeat center center/contain;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}

.p-top-works__btn {
	text-align: center;
}

.p-top-nav1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-top-nav1__item {
	display: grid;
	height: 405px;
	place-items: center;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.p-top-nav1__item:hover {
	opacity: 0.8;
}

.p-top-nav1__item--facility {
	background: url(../img/top-nav1_bg01@2x.jpg) no-repeat center center/cover;
}

.p-top-nav1__item--recruit {
	background: url(../img/top-nav1_bg02@2x.jpg) no-repeat center center/cover;
}

.p-top-nav1__text {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.p-top-nav1__text > span {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 55px;
}

.p-top-nav1__arrow img {
	margin: auto;
}

.p-top-news {
	padding: 80px 20px;
}

.p-top-news__wrap {
	margin-bottom: 50px;
}

.p-top-news__item {
	align-items: center;
	border-top: 1px solid #000;
	color: #000;
	display: flex;
	padding: 18px 0;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.p-top-news__item:hover {
	opacity: 0.6;
}

.p-top-news__item::after {
	background: url(../img/arrow1.svg) no-repeat center center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}

.p-top-news__item:last-child {
	border-bottom: 1px solid #000;
}

.p-top-news__time {
	color: #2990d0;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-right: 85px;
}

.p-top-news__title {
	font-size: 17px;
}

.p-top-news__btn {
	text-align: center;
}

.p-top-nav2 {
	background: url(../img/top-nav2_bg01@2x.jpg) no-repeat center center/cover;
	padding: 80px 20px;
}

.p-top-nav2__wrap {
	gap: 35px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: 100%;
	width: 1270px;
}

.p-top-nav2__item {
	background: #fff;
	box-shadow: 12px 12px 0 0 rgba(0, 0, 0, 0.1);
	display: grid;
	height: 245px;
	place-items: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.p-top-nav2__item:hover {
	opacity: 0.8;
}

.p-top-nav2__text {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.p-top-nav2__text > span {
	color: #2990d0;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 50px;
}

.p-top-nav2__arrow img {
	margin: auto;
}

.p-strength-lead {
	padding: 130px 20px;
	position: relative;
}

.p-strength-lead::before {
	background-color: #e5f4fd;
	content: "";
	height: 160px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-strength-lead__headline {
	margin-bottom: 80px;
}

.p-strength-lead__text1 {
	font-size: 41px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;
}

.p-strength-lead__text2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
}

.p-strength-main__item {
	padding: 80px 0;
}

.p-strength-main__item:nth-child(odd) {
	background: #E5F4FD;
}

.p-strength-main__item:nth-child(odd) .p-strength-main__wrap {
	flex-direction: row;
	margin-right: auto;
}

.p-strength-main__item:nth-child(odd) .p-strength-main__btn {
	margin: auto;
	max-width: 1000px;
	text-align: right;
	width: 100%;
}

.p-strength-main__item:nth-child(even) .p-strength-main__wrap {
	flex-direction: row-reverse;
	margin-left: auto;
}

.p-strength-main__item:nth-child(even) .p-strength-main__btn {
	margin: auto;
	max-width: 1000px;
	text-align: left;
	width: 100%;
}

.p-strength-main__wrap {
	gap: 40px;
	display: flex;
	margin-bottom: 50px;
	max-width: 100%;
	width: calc(50% + 500px);
}

.p-strength-main__img {
	flex: 1;
	height: 390px;
}

.p-strength-main__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-strength-main__content {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	width: 530px;
}

.p-strength-main__num {
	color: #2990d0;
	flex: 1;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 150px;
	font-weight: bold;
	line-height: 0.8;
	margin-bottom: 20px;
}

.p-strength-main__heading {
	color: #2990d0;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 10px;
}

.p-strength-main__text {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.9;
}

.p-works-lead {
	padding: 130px 20px;
	position: relative;
}

.p-works-lead::before {
	background-color: #e5f4fd;
	content: "";
	height: 160px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-works-lead__headline {
	margin-bottom: 80px;
}

.p-works-lead__text1 {
	font-size: 41px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 50px;
	text-align: center;
}

.p-works-lead__text2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
	margin-bottom: 100px;
}

.p-works-lead__slider {
	margin: 0 -20px;
}

.p-works-main {
	padding: 120px 20px;
}

.p-works-main:nth-child(even) {
	background-color: #e5f4fd;
}

.p-works-main:nth-child(even) .p-works-main__head {
	flex-direction: row;
}

.p-works-main:nth-child(even) .p-works-main__img {
	margin-left: 0;
	margin-right: -20px;
}

.p-works-main__head {
	gap: 60px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-bottom: 80px;
	margin-right: auto;
}

.p-works-main__img {
	margin-left: -20px;
	width: calc(50vw - 100px);
}

.p-works-main__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-works-main__img figcaption {
	font-size: 16px;
	margin-top: 5px;
}

.p-works-main__img--1 {
	height: 510px;
}

.p-works-main__img--2 {
	height: 480px;
}

.p-works-main__img--3 {
	height: 440px;
}

.p-works-main__img--4 {
	height: 490px;
}

.p-works-main__img--5 {
	height: 480px;
}

.p-works-main__img--6 {
	height: 440px;
}

.p-works-main__img--6 img {
	margin-right: auto;
	max-width: 100%;
	width: 440px;
}

.p-works-main__img--7 {
	height: 480px;
}

.p-works-main__content {
	display: flex;
	flex-direction: column;
	max-width: 50%;
	width: 530px;
}

.p-works-main__headline {
	color: #2990d0;
	font-size: 41px;
	line-height: 1.1;
	margin-bottom: 50px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.p-works-main__headline span {
	border-bottom: 2px solid #2990d0;
	border-top: 2px solid #2990d0;
	display: inline-block;
	font-size: 23px;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.p-works-main__text {
	flex: 1;
	font-size: 16px;
	line-height: 1.8;
}

.p-works-main__label {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.p-works-main__label span {
	background-color: #2990d0;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 2px 5px;
}

.p-works-main__gallery {
	gap: 40px;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	max-width: 100%;
	width: 1000px;
}

.p-works-main__gallery--others {
	-moz-column-gap: 40px;
	row-gap: 0px;
	column-gap: 40px;
	display: grid;
	grid-auto-flow: dense; /* 【重要】行の高さを「10px」という細かい単位にします */
	grid-auto-rows: 10px;
	grid-template-columns: repeat(3, 1fr);
}

.p-works-main__gallery--others .p-works-main__item {
	grid-row: span 30;
	width: 100%;
}

.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 1),
.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 3),
.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 5) {
	grid-column: 1;
}

.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 2),
.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 4),
.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 6) {
	grid-column: 2;
}

.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 7),
.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 8) {
	grid-column: 3;
	width: 230px;
}

.p-works-main__gallery--others .p-works-main__item:nth-child(7) {
	grid-column: 3;
	grid-row: 1/span 46;
}

.p-works-main__gallery--others .p-works-main__item :nth-child(8) {
	grid-column: 3;
	grid-row: 3;
	width: 230px;
}

.p-works-main__item {
	width: calc((100% - 80px) / 3);
}

.p-works-main__item--tower:nth-child(3n) {
	width: 23%;
}

.p-works-main__item--reactor:nth-child(3n-2) {
	width: 23%;
}

.p-works-main__item--tank {
	width: 23%;
}

.p-works-main__item figcaption {
	font-size: 16px;
	margin-top: 5px;
}

.p-works-main__table {
	margin: auto;
	margin-top: 30px;
	max-width: 100%;
	width: 1000px;
}

.p-works-main__table-caption {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.p-works-main__table table {
	background: #fff;
	border: 2px solid #231815;
	font-feature-settings: "palt";
	text-align: center;
}

.p-works-main__table table td,
.p-works-main__table table th {
	padding: 10px 20px;
}

.p-works-main__table table th {
	border: 2px solid #231815;
	text-align: center;
}

.p-works-main__table table th:nth-child(1) {
	width: 19%;
}

.p-works-main__table table th:nth-child(2) {
	width: 18%;
}

.p-works-main__table table th:nth-child(3) {
	width: 12%;
}

.p-works-main__table table th:nth-child(4) {
	width: 17%;
}

.p-works-main__table table th:nth-child(5) {
	width: 14%;
}

.p-works-main__table table th:nth-child(6) {
	width: 20%;
}

.p-works-main__table table td {
	border: 1px solid #231815;
	border-left: 2px solid #231815;
}

.p-works-modal {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.p-works-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.p-works-modal__overlay {
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-works-modal__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-height: 90vh;
	max-width: 90vw;
	position: relative;
	transform: scale(0.8);
	transition: transform 0.3s ease;
	z-index: 1;
}

.p-works-modal.is-open .p-works-modal__content {
	transform: scale(1);
}

.p-works-modal__close {
	align-items: center;
	background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 40px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 0;
	top: -40px;
	transition: opacity 0.3s ease;
	width: 40px;
	z-index: 2;
}

.p-works-modal__close:hover {
	opacity: 0.7;
}

.p-works-modal__img {
	-o-object-fit: contain;
	display: block;
	height: auto;
	max-height: 80vh;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.p-works-modal__caption {
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
}

.p-facility {
	padding: 130px 20px;
	position: relative;
}

.p-facility::before {
	background-color: #e5f4fd;
	content: "";
	height: 160px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-facility__headline {
	margin-bottom: 80px;
}

.p-facility__text1 {
	font-size: 41px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 50px;
	text-align: center;
}

.p-facility__text2 {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
	margin-bottom: 130px;
}

.p-facility figcaption {
	font-size: 16px;
	margin-top: 5px;
}

.p-facility__figcaption {
	font-size: 16px;
	margin-top: 5px;
}

.p-facility__wrap3 {
	display: flex;
	height: 445px;
	justify-content: space-between;
	margin: 0 -20px 0 auto;
	margin-left: auto;
	max-width: 100%;
	width: calc(50vw + 500px);
}

.p-facility__wrap3 figure {
	height: 100%;
	width: 49%;
}

.p-facility__wrap3 figure img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-facility__wrap1 {
	gap: 50px;
	display: flex;
	margin: 80px -20px 80px;
	margin-bottom: 80px;
}

.p-facility__img2 {
	width: 49vw;
}

.p-facility__img2 figcaption {
	text-align: right;
}

.p-facility__img3 {
	margin-bottom: 50px;
}

.p-facility__content {
	max-width: 48%;
	width: 470px;
}

.p-facility__text3 {
	font-size: 20px;
	line-height: 2.1;
}

.p-facility__wrap2 {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.p-facility__img4 {
	width: 48%;
}

.p-facility__img5 {
	width: 48%;
}

.p-news-lead {
	padding: 80px 20px 0px;
	position: relative;
}

.p-news-lead__headline {
	margin-bottom: 80px;
}

.p-news-single {
	padding: 0 20px 80px;
}

.p-news-single__title {
	font-size: 25px;
	margin-bottom: 50px;
}

.p-news-single__content p {
	margin-bottom: 30px;
}

.p-news-single__content .wp-block-image.size-large {
	margin-bottom: 30px;
}

.p-news-single-nav {
	padding: 0 20px 80px;
}

.p-news-single-nav__wrap {
	position: relative;
}

.p-news-single-nav__archive {
	text-align: center;
}

.p-news-single-nav__link {
	color: #000;
	font-size: 13px;
	padding-bottom: 10px;
	position: absolute;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
}

.p-news-single-nav__link:hover {
	opacity: 0.6;
}

.p-news-single-nav__link::before {
	background: #2990d0;
	content: "";
	height: 11.2583302492px;
	position: absolute;
	top: 4px;
	width: 10px;
}

.p-news-single-nav__link::after {
	background-color: #000;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-news-single-nav__link--prev {
	left: 0;
	padding-left: 20px;
}

.p-news-single-nav__link--prev::before {
	-webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	left: 0;
}

.p-news-single-nav__link--next {
	padding-right: 20px;
	right: 0;
}

.p-news-single-nav__link--next::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	right: 0;
}

.p-news-archive {
	padding: 130px 20px 0px;
	position: relative;
}

.p-news-archive::before {
	background-color: #e5f4fd;
	content: "";
	height: 160px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-news-archive__headline {
	margin-bottom: 80px;
}

.p-news-archive__wrap {
	margin-bottom: 80px;
}

.p-news-archive__item {
	align-items: center;
	border-bottom: 1px solid #000;
	display: flex;
	padding: 15px 0;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.p-news-archive__item::after {
	background: url(../img/arrow1.svg) no-repeat center center/contain;
	content: "";
	height: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}

.p-news-archive__item:hover {
	opacity: 0.6;
}

.p-news-archive__time {
	color: #2990d0;
	flex-shrink: 0;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	font-weight: 700;
	width: 175px;
}

.p-news-archive__title {
	color: #000;
	font-size: 17px;
	font-weight: 500;
}

.p-company__headline {
	background: #2990d0;
	color: #fff;
	font-size: 22px;
}

.p-company-lead {
	padding: 130px 20px;
	position: relative;
}

.p-company-lead::before {
	background-color: #e5f4fd;
	content: "";
	height: 160px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-company-lead__headline {
	margin-bottom: 80px;
}

.p-company-lead__text1 {
	font-size: 41px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}

.p-company-lead__text2 {
	font-feature-settings: "palt";
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
}

.p-company-lead__text2 > span {
	color: #2990d0;
}

.p-company-lead__wrap {
	display: flex;
	justify-content: space-between;
}

.p-company-lead__content {
	width: 74%;
}

.p-company-lead__img {
	width: 23%;
}

.p-company-lead__text3 {
	font-feature-settings: "palt";
	font-size: 20px;
	line-height: 2;
	margin-bottom: 40px;
}

.p-company-lead__name {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 900;
	text-align: right;
}

.p-company-lead2 {
	background: #e5f4fd;
	padding: 80px 20px;
	position: relative;
}

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

.p-company-mission__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-company-mission__content {
	width: calc(50% - 20px);
}

.p-company-mission__img {
	width: calc(50% - 20px);
}

.p-company-mission__headline {
	color: #2990d0;
	font-feature-settings: "palt";
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.p-company-mission__headline > span {
	font-size: 19px;
}

.p-company-mission__text {
	font-feature-settings: "palt";
	font-size: 16px;
	line-height: 1.7;
}

.p-company-mission__text:not(:last-child) {
	margin-bottom: 40px;
}

.p-company-info {
	background: #e5f4fd;
	padding: 150px 20px 150px;
	position: relative;
}

.p-company-info__dl {
	margin-bottom: 100px;
}

.p-company-info__dl dl {
	border-bottom: 1px dotted #000;
	display: flex;
	padding: 18px 0;
}

.p-company-info__dl dt {
	color: #2990d0;
	font-size: 18px;
	font-weight: bold;
	width: 270px;
}

.p-company-info__dl dd {
	font-size: 16px;
	line-height: 1.7;
}

.p-company-info__dl dd > span {
	color: #2990d0;
}

.p-company-info__headline2 {
	border-bottom: 1px dotted #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.p-company-info__headline2 > span {
	color: #2990d0;
	font-size: 19px;
}

.p-company-info__wrap {
	display: flex;
	justify-content: space-between;
}

.p-company-info__wrap:not(:last-child) {
	margin-bottom: 60px;
}

.p-company-info__img {
	width: 53%;
}

.p-company-info__map {
	width: 40%;
}

.p-company-info__map iframe {
	aspect-ratio: 16/9;
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}

.p-company-info__text {
	font-size: 16px;
	line-height: 1.5;
}

.p-company-info__text > span {
	color: #2990d0;
	font-size: 18px;
	font-weight: bold;
}

.p-company-area {
	padding: 120px 20px;
}

.p-company-history {
	background: #e5f4fd;
	padding: 120px 20px;
}

.p-histry-lead {
	padding: 130px 20px;
	position: relative;
}

.p-histry-lead::before {
	background-color: #e5f4fd;
	content: "";
	height: 160px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-histry-lead__headline {
	margin-bottom: 80px;
}

.p-histry-lead__slider {
	margin: 0 -20px;
}

.p-histry-timeline {
	padding: 120px 20px;
}

.p-histry-timeline__item {
	gap: 50px;
	display: flex;
}

.p-histry-timeline__item:not(:last-child) {
	margin-bottom: 20px;
}

.p-histry-timeline__item:last-child .p-histry-timeline__month-item:last-child .p-histry-timeline__month::after {
	content: none;
}

.p-histry-timeline__year {
	color: #2990d0;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 48px;
	font-weight: bold;
}

.p-histry-timeline__content {
	display: flex;
	padding-top: 21px;
}

.p-histry-timeline__year-jp {
	color: #2990d0;
	flex-shrink: 0;
	font-size: 17px;
	font-weight: 700;
	margin-right: 20px;
	width: 75px;
}

.p-histry-timeline__month-item {
	display: flex;
}

.p-histry-timeline__month-item:not(:last-child) {
	margin-bottom: 20px;
}

.p-histry-timeline__month-item:not(:last-child) .p-histry-timeline__month::after {
	height: calc(100% + 10px);
}

.p-histry-timeline__month {
	color: #2990d0;
	flex-shrink: 0;
	font-size: 17px;
	font-weight: 700;
	margin-right: 100px;
	position: relative;
	text-align: right;
	width: 40px;
}

.p-histry-timeline__month::before {
	background: #2990d0;
	border-radius: 50%;
	content: "";
	height: 12px;
	position: absolute;
	right: -50px;
	top: 7px;
	width: 12px;
}

.p-histry-timeline__month::after {
	border-right: 2px dotted #2990d0;
	content: "";
	height: calc(100% + 38px);
	position: absolute;
	right: -45px;
	top: 21px;
	width: 1px;
}

.p-histry-timeline__text {
	font-size: 17px;
	font-weight: 700;
	line-height: 2;
}

.p-quality-lead {
	padding: 130px 20px;
	position: relative;
}

.p-quality-lead::before {
	background-color: #e5f4fd;
	content: "";
	height: 160px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-quality-lead__headline {
	margin-bottom: 80px;
}

.p-quality-lead__text1 {
	font-size: 41px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 50px;
	text-align: center;
}

.p-quality-lead__text2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 2.1;
	margin-bottom: 100px;
}

.p-quality-lead__block {
	font-feature-settings: "palt";
}

.p-quality-lead__block:not(:last-child) {
	margin-bottom: 80px;
}

.p-quality-lead__text3 {
	color: #2990d0;
	font-size: 23px;
	font-weight: bold;
}

.p-quality-lead__text4 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.p-quality-lead__text5 {
	font-size: 17px;
	line-height: 2.1;
}

.p-quality-license {
	padding: 50px 20px 130px;
	position: relative;
}

.p-quality-license__block:not(:last-child) {
	border-bottom: 1px dotted #000;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.p-quality-license__wrap {
	gap: 30px;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.p-quality-license__head {
	border: 1px solid #2990d0;
	color: #2990d0;
	flex-shrink: 0;
	font-size: 25px;
	font-weight: bold;
	padding: 10px 20px;
}

.p-quality-license__content {
	display: flex;
	justify-content: space-between;
}

.p-quality-license__col {
	width: 48%;
}

.p-quality-license__headline {
	background: #2990d0;
	color: #fff;
	font-weight: bold;
}

.p-quality-license__headline > span {
	color: #fff;
	font-size: 22px;
}

.p-quality-license__headline > span::before {
	background: #fff;
}

.p-quality-license__headline2 {
	color: #2990d0;
	font-size: 21px;
	font-weight: bold;
}

.p-quality-license__item:not(:last-child) {
	margin-bottom: 30px;
}

.p-quality-license__item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-quality-license__item ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	position: relative;
}

.p-quality-license__item ul li::before {
	content: "・";
}

.p-faq {
	padding: 130px 20px;
	position: relative;
}

.p-faq::before {
	background: url(../img/faq_header@2x.jpg) no-repeat center center/cover;
	content: "";
	height: 160px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-faq__headline {
	margin-bottom: 80px;
}

.p-faq__lead {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 80px;
}

.p-faq__wrap {
	gap: 40px;
	row-gap: 40px;
	-moz-column-gap: 56px;
	column-gap: 56px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.p-faq__item {
	background: #e5f4fd;
	border-radius: 5px;
	padding: 20px 20px;
	width: calc(50% - 28px);
}

.p-faq__q {
	align-items: center;
	border-bottom: 1px dotted #2990d0;
	display: flex;
	padding-bottom: 20px;
}

.p-faq__q-icon {
	color: #2990d0;
	font-size: 54px;
	font-weight: bold;
	line-height: 1;
	margin-right: 15px;
	opacity: 0.2;
}

.p-faq__q-text {
	color: #2990d0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	padding-top: 8px;
}

.p-faq__a {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.7;
	padding-top: 15px;
}

.p-faq__a a {
	color: #000;
}

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

.p-policy {
	padding: 130px 20px;
	position: relative;
}

.p-policy::before {
	background: url(../img/faq_header@2x.jpg) no-repeat center center/cover;
	content: "";
	height: 160px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-policy__headline {
	margin-bottom: 80px;
}

.p-policy__wrap {
	margin-bottom: 80px;
}

.p-policy__item {
	margin-bottom: 30px;
}

.p-policy__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
}

.p-policy__list {
	margin-bottom: 50px;
}

.p-policy__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-policy__list ul li {
	border-top: 1px dotted #000;
	font-size: 16px;
	padding: 17px 0;
}

.p-policy__list ul li:last-child {
	border-bottom: 1px dotted #000;
}

.p-policy__btn-wrap {
	text-align: center;
}

.p-sitemap {
	padding: 130px 20px;
	position: relative;
}

.p-sitemap::before {
	background: url(../img/faq_header@2x.jpg) no-repeat center center/cover;
	content: "";
	height: 160px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-sitemap__headline {
	margin-bottom: 80px;
}

.p-sitemap__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.p-sitemap__col {
	width: 45%;
}

.p-sitemap__list {
	margin-bottom: 50px;
}

.p-sitemap__list > li {
	border-bottom: 1px dotted #000;
	display: flex;
	font-size: 16px;
	justify-content: space-between;
	padding: 25px 0;
	padding-left: 30px;
	position: relative;
}

.p-sitemap__list > li::before {
	background: url(../img/arrow1.svg) no-repeat center center/contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 20px;
}

.p-sitemap__list > li > a {
	color: #000;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.p-sitemap__list > li > a > span {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	margin-left: 10px;
}

.p-sitemap__list > li > a:hover {
	opacity: 0.8;
}

.p-sitemap__list > li.p-sitemap__item-small {
	border-bottom: none;
	padding: 10px 0 10px 30px;
}

.p-sitemap__list > li.p-sitemap__item-small--1 {
	margin-top: 30px;
}

.p-sitemap__list > li.p-sitemap__item-small > a {
	font-size: 20px;
}

.p-sitemap__list > li.p-sitemap__item-small > a > span {
	font-size: 15px;
}

.p-sitemap__list > li.p-sitemap__item-small::before {
	top: 10px;
}

.p-sitemap__sublist > li {
	font-size: 17px;
	padding: 5px 15px 5px 15px;
	position: relative;
}

.p-sitemap__sublist > li::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #2990d0;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 11.2583302492px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.p-sitemap__sublist > li a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.p-sitemap__sublist > li a:hover {
	opacity: 0.8;
}

.p-sitemap__btn-wrap {
	text-align: center;
}

.p-contact {
	padding: 130px 20px;
	position: relative;
}

.p-contact::before {
	background: url(../img/faq_header@2x.jpg) no-repeat center center/cover;
	content: "";
	height: 160px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-contact__headline {
	margin-bottom: 80px;
}

.p-contact__lead {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 80px;
}

.p-contact-form__wrap {
	margin-bottom: 80px;
}

.p-contact-form__item {
	margin-bottom: 30px;
}

.p-contact-form__label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.p-contact-form__label span {
	background: #2990d0;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 300;
	margin-left: 5px;
	padding: 2px 5px;
}

.p-contact-form__btn-wrap {
	gap: 20px;
	display: flex;
	justify-content: center;
}

.p-contact-form--confirm .p-contact-form__label span {
	display: none;
}

.p-contact input:not(.wpcf7-submit,
.wpcf7-spinner),
.p-contact textarea {
	padding: 11px 15px;
	width: 100%;
}

.p-contact .fieldset-cf7mls {
	margin: 0;
	padding: 0;
}

.p-contact .c-btn {
	padding: 0;
}

.p-contact .c-btn--thanks {
	padding: 0 30px;
}

.p-contact input[type=submit],
.p-contact input[type=button] {
	background: transparent;
	color: #fff;
	cursor: pointer;
	padding: 0 30px;
	text-align: left;
	transition: all 0.3s ease;
	width: 100%;
}

.p-contact input[type=submit]:hover,
.p-contact input[type=button]:hover {
	background: transparent;
	color: #2990d0;
}

.p-contact input[type=button] {
	color: #2990d0;
}

.p-contact input[type=button]:hover {
	color: #fff;
}

.js-fadein,
.js-fadein-down,
.js-fadein-up {
	opacity: 0;
	transition: 1s 0.5s;
}

.js-fadein.is-fadein,
.is-fadein.js-fadein-down,
.is-fadein.js-fadein-up {
	opacity: 1;
	transform: translate(0);
}

.js-fadein-up {
	transform: translateY(30px);
}

.js-fadein-down {
	transform: translateY(-30px);
}

.u-fit-aspect,
.u-fit-aspect--100,
.u-fit-aspect--50,
.u-fit-aspect--bottom {
	padding: 66.6% 0 0;
	position: relative;
	width: 100%;
}

.u-fit-aspect > img,
.u-fit-aspect--100 > img,
.u-fit-aspect--50 > img,
.u-fit-aspect--bottom > img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.u-fit-aspect--bottom > img {
	-o-object-position: bottom;
	object-position: bottom;
}

.u-fit-aspect--50 {
	padding: 50% 0 0;
}

.u-fit-aspect--100 {
	padding: 100% 0 0;
}

.u-mbl {
	margin-bottom: 5em;
}

.u-mbm {
	margin-bottom: 3em;
}

.u-mbs {
	margin-bottom: 1em;
}

.u-text-center {
	text-align: center;
}

.u-text-left {
	text-align: left;
}

.u-text-right {
	text-align: right;
}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (min-width: 768px) {

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

#sidebar {
	float: right;
	margin-left: 2%;
	width: 23.5%;
}

.gutters .col {
	margin-left: 2%;
}

.span_1 {
	width: 8.3333333333%;
}

.span_2 {
	width: 16.6666666667%;
}

.span_3 {
	width: 25%;
}

.span_4 {
	width: 33.3333333333%;
}

.span_5 {
	width: 41.6666666667%;
}

.span_6 {
	width: 50%;
}

.span_7 {
	width: 58.3333333333%;
}

.span_8 {
	width: 66.6666666667%;
}

.span_9 {
	width: 75%;
}

.span_10 {
	width: 83.3333333333%;
}

.span_11 {
	width: 91.6666666667%;
}

.span_12 {
	width: 100%;
}

.gutters .span_1 {
	width: 6.5%;
}

.gutters .span_2 {
	width: 15%;
}

.gutters .span_3 {
	width: 23.5%;
}

.gutters .span_4 {
	width: 32%;
}

.gutters .span_5 {
	width: 40.5%;
}

.gutters .span_6 {
	width: 49%;
}

.gutters .span_7 {
	width: 57.5%;
}

.gutters .span_8 {
	width: 66%;
}

.gutters .span_9 {
	width: 74.5%;
}

.gutters .span_10 {
	width: 83%;
}

.gutters .span_11 {
	width: 91.5%;
}

.gutters .span_12 {
	width: 100%;
}

.container {
	margin: auto;
	max-width: 1000px;
	padding: 0 10px;
}

* + .container {
	margin-top: 40px;
}

.col {
	float: left;
}

.reverse > .col {
	float: right;
}

.col:not(:last-child) {
	margin-bottom: 0;
}

.reverse > .col:last-child,
:not(.reverse) > .col:first-child {
	margin-left: 0;
}

.col.offset_1 {
	margin-left: 8.3333333333%;
}

.gutters .col.offset_1 {
	margin-left: 10.5%;
}

.gutters .col.offset_1:first-child {
	margin-left: 8.5%;
}

.col.offset_2 {
	margin-left: 16.6666666667%;
}

.gutters .col.offset_2 {
	margin-left: 19%;
}

.gutters .col.offset_2:first-child {
	margin-left: 17%;
}

.col.offset_3 {
	margin-left: 25%;
}

.gutters .col.offset_3 {
	margin-left: 27.5%;
}

.gutters .col.offset_3:first-child {
	margin-left: 25.5%;
}

.col.offset_4 {
	margin-left: 33.3333333333%;
}

.gutters .col.offset_4 {
	margin-left: 36%;
}

.gutters .col.offset_4:first-child {
	margin-left: 34%;
}

.col.offset_5 {
	margin-left: 41.6666666667%;
}

.gutters .col.offset_5 {
	margin-left: 44.5%;
}

.gutters .col.offset_5:first-child {
	margin-left: 42.5%;
}

.col.offset_6 {
	margin-left: 50%;
}

.gutters .col.offset_6 {
	margin-left: 53%;
}

.gutters .col.offset_6:first-child {
	margin-left: 51%;
}

.col.offset_7 {
	margin-left: 58.3333333333%;
}

.gutters .col.offset_7 {
	margin-left: 61.5%;
}

.gutters .col.offset_7:first-child {
	margin-left: 59.5%;
}

.col.offset_8 {
	margin-left: 66.6666666667%;
}

.gutters .col.offset_8 {
	margin-left: 70%;
}

.gutters .col.offset_8:first-child {
	margin-left: 68%;
}

.col.offset_9 {
	margin-left: 75%;
}

.gutters .col.offset_9 {
	margin-left: 78.5%;
}

.gutters .col.offset_9:first-child {
	margin-left: 76.5%;
}

.col.offset_10 {
	margin-left: 83.3333333333%;
}

.gutters .col.offset_10 {
	margin-left: 87%;
}

.gutters .col.offset_10:first-child {
	margin-left: 85%;
}

.col.offset_11 {
	margin-left: 91.6666666667%;
}

.gutters .col.offset_11 {
	margin-left: 95.5%;
}

.gutters .col.offset_11:first-child {
	margin-left: 93.5%;
}

.col.offset_12 {
	margin-left: 100%;
}

:not(.reverse) > .col.break + .col {
	clear: left;
	margin-left: 0;
}

.reverse > .col.break {
	margin-left: 0;
}

.reverse > .col.break + .col {
	clear: right;
	margin-right: 0;
}

.col.break ~ .col {
	margin-top: 2%;
}

.u-sp {
	display: none;
}

}

@media (min-width: 1024px) {

.container {
	padding: 0;
}

}

@media (max-width: 1300px) {

.l-header__logo {
	width: 270px;
}

.l-header__gnav {
	margin-right: 20px;
}

.c-gnav {
	padding: 8px 8px;
}

.c-gnav ul {
	gap: 5px;
}

.c-gnav ul li a {
	font-size: 10px;
	height: 30px;
}

.c-gnav ul li > ul {
	gap: 10px;
	padding: 8px 9px;
	top: calc(100% + 20px);
}

.c-gnav ul li > ul li a {
	height: 22px;
	line-height: 22px;
	min-width: 80px;
}

}

@media (max-width: 1200px) {

.c-fnav__list > li > a {
	font-size: 10px;
	padding: 8px 5px;
}

.c-fnav__list > li > ul {
	gap: 10px;
	padding: 5px 6px;
}

.c-fnav__list > li > ul li a {
	font-size: 9px;
	height: 18px;
	line-height: 18px;
	min-width: 75px;
	width: 80px;
}

}

@media (max-width: 1100px) {

.c-gnav {
	padding: 5px 5px;
}

.c-gnav ul {
	gap: 2px;
}

.c-gnav ul li a {
	font-size: 8px;
	height: 30px;
	padding: 7px 0;
	width: 75px;
}

.c-gnav ul li > ul {
	gap: 10px;
	padding: 8px 9px;
	top: calc(100% + 20px);
}

.c-gnav ul li > ul li a {
	height: 22px;
	line-height: 22px;
	min-width: 65px;
}

}

@media (max-width: 999px) {

.l-header__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 767px) {

.slick-prev {
	height: 30px;
	left: -15px;
	width: 30px;
}

.slider__num {
	font-size: 14px;
}

.slick-next {
	height: 30px;
	right: -15px;
	width: 30px;
}

body {
	padding-bottom: 68px;
	padding-top: 66px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.l-footer {
	padding: 20px 20px 20px;
}

.l-footer__head {
	justify-content: space-between;
	margin-bottom: 10px;
}

.l-footer__logo {
	margin-right: 20px;
	padding-left: 0px;
}

.l-footer__copy {
	font-size: 10px;
	margin-top: 0px;
}

.l-header__wrapper {
	padding: 20px 15px;
}

.l-header__logo {
	width: 250px;
}

.c-btn {
	height: 51px;
	line-height: 49px;
	width: 100%;
}

.c-gnav {
	padding: 0px;
}

.c-gnav__icon {
	display: block;
}

.c-gnav__logo {
	margin-bottom: 50px;
	max-width: 100%;
}

.c-gnav__logo svg {
	display: block;
	width: 100%;
}

.c-gnav__wrapper {
	background: #2990d0;
	color: #fff;
	height: 100vh;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 65px 45px 80px;
	position: absolute;
	text-align: left;
	top: 0;
	transform: rotateX(90deg);
	transform-origin: center top;
	transition: transform 0.3s;
	width: 100vw;
	z-index: 40;
}

.c-gnav__wrapper.is-open {
	transform: rotate(0deg);
}

.c-gnav__wrapper ul {
	display: initial;
}

.c-gnav__wrapper ul li {
	border-bottom: 1px dashed #fff;
	padding: 9px 0;
}

.c-gnav__wrapper ul li a {
	background: transparent;
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: 500;
	height: auto;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	width: auto;
}

.c-gnav__wrapper ul li a > span {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 21px;
	font-weight: bold;
}

.c-gnav__wrapper .c-gnav__instagram {
	display: block;
	margin-top: 40px;
}

.c-gnav__icon {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.c-gnav__icon::after {
	color: #fff;
	content: "MENU";
	display: none;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.c-gnav__icon.is-open::after {
	content: "CLOSE";
}

.c-gnav__icon a {
	display: block;
	height: 33px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 39px;
}

.c-gnav__icon a:after,
.c-gnav__icon a:before {
	background: #fff;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav__icon a:before {
	top: 0;
}

.c-gnav__icon a:after {
	bottom: 0;
}

.c-gnav__icon a span {
	background: #fff;
	height: 5px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
	width: 100%;
}

.c-gnav__icon a.is-open:not(.fix) {
	background: none;
	margin: auto;
}

.c-gnav__icon a.is-open:not(.fix):before {
	background: #fff;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix):after {
	background: #fff;
	bottom: 50%;
	transform: translate(0, 50%) rotate(-45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix) span {
	transform: translate(100%, -50%);
}

.c-mv__img video {
	height: 100%;
}

.c-mv__inner {
	font-size: 28px;
}

.c-pagenation {
	gap: 10px;
	margin: 50px 0 100px;
}

.c-pagenation .page-numbers.current {
	background: #2990d0;
	color: #fff;
}

.c-pagenation .page-numbers:not(.current) {
	transition: 0.3s ease;
}

.c-pagenation .page-numbers:not(.current):hover {
	opacity: 0.6;
}

.c-pagenation .page-numbers.prev,
.c-pagenation .page-numbers.next {
	position: relative;
}

.c-pagenation .page-numbers.prev::before,
.c-pagenation .page-numbers.next::before {
	background: #2990d0;
	content: "";
	height: 11.2583302492px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.c-fix-btn {
	gap: 0;
	background: #fff;
	bottom: 0;
	flex-direction: row;
	justify-content: space-between;
	left: 0;
	padding: 15px 10px;
	right: 0px;
	top: auto;
	transform: translateY(0);
}

.c-fix-btn__item {
	-ms-writing-mode: lr-tb;
	border-radius: 4px;
	font-size: 14px;
	height: auto;
	padding: 12px 0px;
	width: 49%;
	writing-mode: horizontal-tb;
}

.c-headline {
	font-size: 37px;
	margin-bottom: 20px;
}

.c-headline__sub {
	font-size: 14px;
}

.c-headline__sub::before {
	height: 0.8em;
	margin-right: 0.5em;
	width: 0.8em;
}

.c-headline2 {
	font-size: 23px;
	margin-bottom: 20px;
}

.c-headline2__wrap {
	gap: 20px;
	border-radius: 50px;
	padding: 5px 30px;
}

.c-headline2__sub {
	font-size: 10px;
	padding-left: 12px;
}

.c-headline2__sub::before {
	height: 8px;
	width: 8px;
}

.p-top-mission {
	background: url(../img/top-mission_bg@2x.jpg) no-repeat left center/cover;
	padding-bottom: 40px;
	padding-top: 40px;
}

.p-top-mission__inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

.p-top-mission__wrapper {
	flex-direction: column;
}

.p-top-mission__img {
	flex: 1;
	flex-shrink: 0;
	margin-bottom: 30px;
}

.p-top-mission__heading {
	font-size: 25px;
	margin-bottom: 20px;
}

.p-top-mission__desc {
	font-size: 15px;
	line-height: 1.6;
	margin-left: 0px;
	width: 100%;
}

.p-top-mission__bg-text {
	bottom: -0.1em;
	font-size: 45px;
}

.p-top-strength {
	padding: 35px 20px;
}

.p-top-strength__wrap {
	gap: 30px;
	grid-template-columns: repeat(1, 1fr);
}

.p-top-strength__item {
	padding-top: 35px;
}

.p-top-strength__num {
	font-size: 80px;
}

.p-top-strength__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-strength__figcaption {
	font-size: 23px;
	margin-top: 5px;
}

.p-top-strength__btn {
	margin-top: 50px;
}

.p-top-works {
	padding: 40px 20px;
}

.p-top-works__slider {
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 0px 30px;
}

.p-top-works__item {
	margin: 0;
	width: auto;
}

.p-top-works__figcaption {
	font-size: 14px;
	margin-top: 5px;
	padding-left: 0px;
}

.p-top-works__figcaption::before {
	content: none;
}

.p-top-nav1 {
	grid-template-columns: repeat(1, 1fr);
}

.p-top-nav1__item {
	height: 125px;
	padding: 0 50px;
}

.p-top-nav1__item--facility {
	background: url(../img/top-nav1_bg01@2x.jpg) no-repeat center center/cover;
}

.p-top-nav1__item--recruit {
	background: url(../img/top-nav1_bg02@2x.jpg) no-repeat center center/cover;
}

.p-top-nav1__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-top-nav1__text {
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 0px;
	text-align: left;
}

.p-top-nav1__text > span {
	font-size: 30px;
}

.p-top-nav1__arrow img {
	margin: auto;
	width: 23px;
}

.p-top-news {
	padding: 40px 20px;
}

.p-top-news__wrap {
	margin-bottom: 30px;
}

.p-top-news__item {
	padding: 16px 0;
}

.p-top-news__item::after {
	content: none;
}

.p-top-news__time {
	font-size: 13px;
	margin-right: 45px;
}

.p-top-news__title {
	font-size: 13px;
}

.p-top-nav2 {
	background: url(../img/top-nav2_bg01@2x.jpg) no-repeat center center/cover;
	padding: 40px 20px;
}

.p-top-nav2__wrap {
	gap: 20px;
	grid-template-columns: repeat(1, 1fr);
}

.p-top-nav2__item {
	box-shadow: 9px 9px 0 0 rgba(0, 0, 0, 0.1);
	height: 81px;
}

.p-top-nav2__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	width: 100%;
}

.p-top-nav2__text {
	font-size: 13px;
	margin-bottom: 0px;
	text-align: left;
}

.p-top-nav2__text > span {
	font-size: 30px;
}

.p-top-nav2__arrow {
	width: 23px;
}

.p-strength-lead {
	padding: 50px 20px;
}

.p-strength-lead::before {
	height: 70px;
}

.p-strength-lead__headline {
	margin-bottom: 40px;
}

.p-strength-lead__text1 {
	font-size: 25px;
	text-align: left;
}

.p-strength-lead__text2 {
	font-size: 15px;
}

.p-strength-main__item {
	padding: 60px 20px;
}

.p-strength-main__item:nth-child(odd) .p-strength-main__wrap {
	flex-direction: column;
}

.p-strength-main__item:nth-child(even) .p-strength-main__wrap {
	flex-direction: column;
}

.p-strength-main__wrap {
	gap: 20px;
	position: relative;
}

.p-strength-main__img {
	flex: 1;
	height: auto;
}

.p-strength-main__num {
	font-size: 80px;
	left: 0;
	line-height: 1;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.p-strength-main__heading {
	font-size: 23px;
	margin-bottom: 10px;
	text-align: center;
}

.p-strength-main__text {
	font-size: 15px;
}

.p-works-lead {
	padding: 50px 20px;
}

.p-works-lead::before {
	height: 70px;
}

.p-works-lead__headline {
	margin-bottom: 30px;
}

.p-works-lead__text1 {
	font-size: 23px;
	margin-bottom: 30px;
	text-align: left;
}

.p-works-lead__text2 {
	font-size: 15px;
	margin-bottom: 30px;
}

.p-works-lead__slider {
	margin: 0 -20px 30px;
}

.p-works-main {
	padding: 50px 20px;
}

.p-works-main:nth-child(even) .p-works-main__head {
	flex-direction: column;
}

.p-works-main__head {
	gap: 30px;
	flex-direction: column;
	margin-bottom: 30px;
}

.p-works-main__img {
	width: calc(100% + 20px);
}

.p-works-main__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-works-main__img figcaption {
	font-size: 14px;
	padding-left: 20px;
}

.p-works-main__img--1 {
	height: auto;
}

.p-works-main__img--2 {
	height: auto;
}

.p-works-main__img--3 {
	height: auto;
}

.p-works-main__img--4 {
	height: auto;
}

.p-works-main__img--5 {
	height: auto;
}

.p-works-main__img--6 {
	height: auto;
}

.p-works-main__img--7 {
	height: auto;
}

.p-works-main__content {
	max-width: 100%;
}

.p-works-main__headline {
	font-size: 37px;
	margin: auto;
	margin-bottom: 30px;
	max-width: 100%;
	text-align: center;
}

.p-works-main__headline span {
	font-size: 19px;
	line-height: 1;
	padding: 10px 0;
	width: 100%;
}

.p-works-main__text {
	font-size: 15px;
}

.p-works-main__label {
	gap: 10px;
	margin-top: 30px;
}

.p-works-main__label span {
	font-size: 14px;
	padding: 2px 5px;
}

.p-works-main__gallery {
	gap: 30px;
	flex-direction: column;
}

.p-works-main__gallery--others {
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: flex;
	grid-auto-flow: dense;
	grid-template-columns: repeat(3, 1fr);
}

.p-works-main__gallery--others .p-works-main__item {
	grid-row: span 30;
	width: 100%;
}

.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 1),
.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 3),
.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 5) {
	grid-column: 1;
}

.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 2),
.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 4),
.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 6) {
	grid-column: 2;
}

.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 7),
.p-works-main__gallery--others .p-works-main__item:nth-of-type(8n + 8) {
	grid-column: 3;
	margin: auto;
}

.p-works-main__gallery--others .p-works-main__item:nth-child(7) {
	grid-column: 3;
	grid-row: 1/span 46;
}

.p-works-main__gallery--others .p-works-main__item :nth-child(8) {
	grid-column: 3;
	grid-row: 3;
}

.p-works-main__item {
	width: 100%;
}

.p-works-main__item--tower:nth-child(3n) {
	margin: auto;
	width: 80%;
}

.p-works-main__item--reactor:nth-child(3n-2) {
	margin: auto;
	width: 80%;
}

.p-works-main__item--tank {
	margin: auto;
	width: 80%;
}

.p-works-main__item figcaption {
	font-size: 14px;
	margin-top: 5px;
}

.p-works-main__item img {
	margin: auto;
}

.p-works-main__table-caption {
	font-size: 9px;
}

.p-works-main__table table {
	border: 2px solid #231815;
}

.p-works-main__table table td,
.p-works-main__table table th {
	font-size: 6px;
	padding: 5px 5px;
}

.p-works-main__table table th {
	border: 2px solid #231815;
}

.p-works-main__table table td {
	border: 1px solid #231815;
	border-left: 2px solid #231815;
}

.p-works-modal {
	display: none !important;
}

.p-facility {
	padding: 50px 20px;
}

.p-facility::before {
	height: 70px;
}

.p-facility__headline {
	margin-bottom: 30px;
}

.p-facility__text1 {
	font-size: 23px;
	margin-bottom: 30px;
	text-align: left;
}

.p-facility__text2 {
	font-size: 15px;
	margin-bottom: 30px;
}

.p-facility figcaption {
	font-size: 14px;
	margin-top: 5px;
}

.p-facility__figcaption {
	font-size: 14px;
	margin-top: 5px;
}

.p-facility__wrap3 {
	flex-direction: column;
	height: auto;
	margin: 0 0px 0 0;
}

.p-facility__wrap3 figure {
	margin-bottom: 20px;
	width: 100%;
}

.p-facility__wrap1 {
	flex-direction: column-reverse;
	margin: 30px -20px 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

.p-facility__img2 {
	padding-right: 20px;
	width: 100%;
}

.p-facility__img2 figcaption {
	padding-right: 20px;
	text-align: left;
}

.p-facility__content {
	max-width: 100%;
	padding-right: 20px;
	width: 100%;
}

.p-facility__text3 {
	font-size: 15px;
}

.p-facility__wrap2 {
	margin-top: 30px;
}

.p-news-single {
	padding-bottom: 50px;
}

.p-news-single__title {
	margin-bottom: 30px;
}

.p-news-single__content p {
	font-size: 15px;
}

.p-news-single__content .wp-block-image.size-large {
	margin-bottom: 30px;
}

.p-news-single-nav {
	padding: 0 20px 50px;
}

.p-news-single-nav__wrap {
	padding-top: 60px;
}

.p-news-single-nav__link {
	font-size: 12px;
	padding-bottom: 10px;
	top: 0;
	transform: initial;
}

.p-news-single-nav__link::before {
	height: 11.2583302492px;
	top: 4px;
	width: 10px;
}

.p-news-single-nav__link--prev {
	padding-left: 20px;
}

.p-news-single-nav__link--next {
	padding-right: 20px;
}

.p-news-archive {
	padding: 60px 20px 0px;
	position: relative;
}

.p-news-archive::before {
	height: 100px;
}

.p-news-archive__headline {
	margin-bottom: 50px;
}

.p-news-archive__wrap {
	margin-bottom: 50px;
}

.p-news-archive__item {
	padding: 10px 0;
}

.p-news-archive__item::after {
	content: none;
}

.p-news-archive__time {
	font-size: 13px;
	width: 100px;
}

.p-news-archive__title {
	font-size: 13px;
}

.p-company__headline {
	font-size: 16px;
}

.p-company-lead {
	padding: 50px 20px;
}

.p-company-lead::before {
	height: 70px;
}

.p-company-lead__headline {
	margin-bottom: 40px;
}

.p-company-lead__text1 {
	font-size: 25px;
	text-align: left;
}

.p-company-lead__text2 {
	font-size: 15px;
	margin-bottom: 50px;
}

.p-company-lead__wrap {
	flex-direction: column-reverse;
}

.p-company-lead__content {
	width: 100%;
}

.p-company-lead__img {
	margin-bottom: 20px;
	width: 100%;
}

.p-company-lead__img img {
	margin: auto;
	width: 140px;
}

.p-company-lead__text3 {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.p-company-lead__name {
	font-size: 20px;
}

.p-company-lead2 {
	padding: 50px 20px;
}

.p-company-mission {
	padding: 40px 20px;
}

.p-company-mission__wrap {
	flex-direction: column;
}

.p-company-mission__content {
	width: 100%;
}

.p-company-mission__img {
	margin-bottom: 30px;
	width: 100%;
}

.p-company-mission__headline {
	font-size: 22px;
	margin-bottom: 10px;
}

.p-company-mission__headline > span {
	font-size: 17px;
}

.p-company-mission__text {
	font-size: 15px;
	line-height: 1.7;
}

.p-company-mission__text:not(:last-child) {
	margin-bottom: 30px;
}

.p-company-info {
	padding: 50px 20px 50px;
}

.p-company-info__dl {
	margin-bottom: 100px;
}

.p-company-info__dl dl {
	border-bottom: 1px dotted #000;
	flex-direction: column;
	padding: 10px 0;
}

.p-company-info__dl dt {
	font-size: 15px;
	margin-bottom: 3px;
	width: 100%;
}

.p-company-info__dl dd {
	font-size: 14px;
}

.p-company-info__headline2 {
	font-size: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.p-company-info__headline2 > span {
	font-size: 19px;
}

.p-company-info__wrap {
	flex-direction: column;
}

.p-company-info__wrap:not(:last-child) {
	margin-bottom: 60px;
}

.p-company-info__img {
	width: 100%;
}

.p-company-info__map {
	width: 100%;
}

.p-company-info__map iframe {
	margin-bottom: 20px;
}

.p-company-info__text {
	font-size: 14px;
}

.p-company-info__text > span {
	font-size: 14px;
}

.p-histry-lead {
	padding: 47px 20px;
}

.p-histry-lead::before {
	height: 68px;
}

.p-histry-lead__headline {
	margin-bottom: 60px;
}

.p-histry-lead__slider img {
	width: 150px;
}

.p-histry-timeline {
	padding: 20px 20px 50px;
}

.p-histry-timeline__item {
	gap: 0px;
	flex-direction: column;
}

.p-histry-timeline__item:not(:last-child) {
	margin-bottom: 20px;
}

.p-histry-timeline__year {
	font-size: 30px;
}

.p-histry-timeline__content {
	padding-top: 0px;
}

.p-histry-timeline__year-jp {
	font-size: 15px;
	margin-right: 5px;
	width: 65px;
}

.p-histry-timeline__month-item:not(:last-child) {
	margin-bottom: 10px;
}

.p-histry-timeline__month-item:not(:last-child) .p-histry-timeline__month::after {
	height: calc(100% + 3px);
}

.p-histry-timeline__month {
	font-size: 15px;
	margin-right: 50px;
	width: 40px;
}

.p-histry-timeline__month::before {
	right: -30px;
	top: 7px;
}

.p-histry-timeline__month::after {
	height: calc(100% + 48px);
	right: -25px;
	top: 21px;
}

.p-histry-timeline__text {
	font-size: 14px;
	line-height: 2;
}

.p-quality-lead {
	padding: 50px 20px 50px;
}

.p-quality-lead::before {
	height: 70px;
}

.p-quality-lead__headline {
	margin-bottom: 50px;
}

.p-quality-lead__text1 {
	font-size: 25px;
	margin-bottom: 30px;
	text-align: left;
}

.p-quality-lead__text2 {
	font-size: 15px;
	margin-bottom: 50px;
}

.p-quality-lead__block:not(:last-child) {
	margin-bottom: 50px;
}

.p-quality-lead__text3 {
	font-size: 19px;
}

.p-quality-lead__text4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.p-quality-lead__text5 {
	font-size: 15px;
}

.p-quality-license {
	padding: 50px 20px 50px;
}

.p-quality-license__block:not(:last-child) {
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.p-quality-license__wrap {
	gap: 20px;
	flex-direction: column;
	margin-bottom: 0px;
}

.p-quality-license__head {
	font-size: 20px;
	padding: 12px;
}

.p-quality-license__content {
	flex-direction: column;
	margin-bottom: 30px;
	width: 100%;
}

.p-quality-license__col {
	width: 100%;
}

.p-quality-license__col:not(:last-child) {
	margin-bottom: 30px;
}

.p-quality-license__headline {
	font-size: 22px;
}

.p-quality-license__headline > span {
	font-size: 16px;
}

.p-quality-license__headline2 {
	font-size: 15px;
}

.p-quality-license__item:not(:last-child) {
	margin-bottom: 20px;
}

.p-quality-license__item ul li {
	font-size: 15px;
}

.p-quality-license__item ul li::before {
	height: 15px;
	top: 7px;
	width: 15px;
}

.p-faq {
	padding: 80px 20px;
}

.p-faq::before {
	height: 100px;
}

.p-faq__headline {
	margin-bottom: 30px;
}

.p-faq__lead {
	font-size: 15px;
	margin-bottom: 50px;
}

.p-faq__wrap {
	row-gap: 20px;
	flex-direction: column;
	margin-bottom: 50px;
}

.p-faq__item {
	width: 100%;
}

.p-faq__q {
	padding-bottom: 15px;
}

.p-faq__q-icon {
	font-size: 38px;
	margin-right: 15px;
}

.p-faq__q-text {
	font-size: 13px;
	padding-top: 8px;
}

.p-faq__a {
	font-size: 12px;
	padding-top: 15px;
}

.p-policy {
	padding: 80px 20px;
}

.p-policy::before {
	height: 100px;
}

.p-policy__headline {
	margin-bottom: 50px;
}

.p-policy__wrap {
	margin-bottom: 50px;
}

.p-policy__item {
	margin-bottom: 20px;
}

.p-policy__text {
	font-size: 14px;
}

.p-policy__list {
	margin-bottom: 30px;
}

.p-policy__list ul li {
	font-size: 14px;
	padding: 13px 0;
}

.p-sitemap {
	padding: 80px 20px;
}

.p-sitemap::before {
	height: 100px;
}

.p-sitemap__headline {
	margin-bottom: 30px;
}

.p-sitemap__row {
	flex-direction: column;
	margin-bottom: 50px;
}

.p-sitemap__col {
	width: 100%;
}

.p-sitemap__list > li {
	gap: 10px;
	flex-direction: column;
	padding: 20px 0;
	padding-left: 25px;
}

.p-sitemap__list > li::before {
	height: 18px;
	top: 21px;
	width: 18px;
}

.p-sitemap__list > li > a {
	font-size: 22px;
}

.p-sitemap__list > li > a > span {
	font-size: 13px;
	margin-left: 10px;
}

.p-sitemap__list > li.p-sitemap__item-small {
	border-bottom: 1px dotted #000;
	padding: 20px 0 20px 25px;
}

.p-sitemap__list > li.p-sitemap__item-small--1 {
	margin-top: 0px;
}

.p-sitemap__list > li.p-sitemap__item-small > a {
	font-size: 22px;
}

.p-sitemap__list > li.p-sitemap__item-small > a > span {
	font-size: 13px;
}

.p-sitemap__list > li.p-sitemap__item-small::before {
	top: 20px;
}

.p-sitemap__sublist > li {
	font-size: 15px;
	padding: 5px 15px 5px 15px;
}

.p-sitemap__sublist > li::before {
	height: 11.2583302492px;
	width: 10px;
}

.p-contact {
	padding: 80px 20px;
}

.p-contact::before {
	height: 100px;
}

.p-contact__headline {
	margin-bottom: 30px;
}

.p-contact__lead {
	font-size: 15px;
	margin-bottom: 50px;
}

.p-contact-form__wrap {
	margin-bottom: 50px;
}

.p-contact-form__item {
	margin-bottom: 20px;
}

.p-contact-form__label {
	margin-bottom: 5px;
}

.p-contact-form__label span {
	font-size: 10px;
	padding: 1px 3px;
}

.p-contact input,
.p-contact textarea {
	padding: 7px 15px;
	width: 100%;
}

.p-contact .cf7mls-btns .cf7mls_btn {
	height: 51px;
	line-height: 49px;
	width: 100%;
}

.u-pc {
	display: none;
}

}

@-webkit-keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

@keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

@-webkit-keyframes headingLineAnime {

0% {
	transform: translateX(-100%);
}

50% {
	transform: translateX(0);
}

100% {
	transform: translateX(100%);
}

}

@keyframes headingLineAnime {

0% {
	transform: translateX(-100%);
}

50% {
	transform: translateX(0);
}

100% {
	transform: translateX(100%);
}

}

@-webkit-keyframes scroll-anim-RtoL {

100% {
	transform: translateX(-100%);
}

}

@keyframes scroll-anim-RtoL {

100% {
	transform: translateX(-100%);
}

}

