@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {display:none!important}
.pc {}

html {
scroll-behavior: smooth;
}



body {
font-family: 'Noto Sans JP', sans-serif;
color: white;
overflow: hidden;
}

img {
	vertical-align: bottom;
}

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

header.header {
	position: fixed;
	top: 0;
	z-index: 10;
	transition: 0.3s;
	width: 100%;
	padding-left: 40px;
	box-sizing: border-box;
}

header.header nav {
	display: flex;
	align-items: flex-end;
}

header.header nav .nav-list {
	display: flex;
	flex-direction: column;
	margin: 0 44px 0 auto;
	width: 100%;
	align-items: flex-end;
	height: 80px;
	justify-content: space-between;
}

header.header nav .lag {
	display: flex;
	font-family: 'Cormorant Garamond', serif;
	gap:20px;
	margin-top: 10px;
}

header.header nav .lag a {
	color: white;
	font-size: 16px;
}

header.header nav .lag a.active {
	border-bottom: 1px solid white;
}

header.header nav .main {
	display: flex;
}

header.header nav .main li {
	padding: 0 24px;
	border-right: 1px solid white;
	display: flex;
	align-items: center;
}

header.header nav .main li:last-child {
	padding: 0 0 0 24px;
	border: none;
}

header.header nav .main a {
	color: white;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
header.header nav .main .active a::before {
	width: 100%;
	height: 2px;
	bottom: -4px;
	border-radius: 10px;
}

header.header nav .main a::before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: white;
	transition: 0.3s;
}

header.header nav .main a:hover::before {
	width: 100%;
	transition: 0.3s;
}


header.header nav .contact {
	background-color: #1C4388;
	min-width: 220px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Cormorant Garamond', serif;
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 auto;
	transition: 0.2s;
}

header.header nav .contact:hover {
	background-color: #E6C312;
	transition: 0.2s;
}
header.header .top .h-t02 {
	display: none;
}

header.header.HeightMin .top .h-t {
	display: none;
}
header.header.HeightMin .top .h-t02 {
	display: block;
}

header.header.HeightMin {
	background-color: white;
}

header.header.HeightMin nav {
	align-items: center;
}

header.header.HeightMin nav .main a {
	color: #001733;
}

header.header.HeightMin nav .main li {
	border-right: 1px solid #001733;
}

header.header.HeightMin nav .main li:last-child {
	border-right: none;
}

header.header.HeightMin .nav-list .lag {
	display: none;
}

header.header.HeightMin nav .nav-list {
	justify-content: center;
}

header.header.HeightMin nav .main a::before {
	background-color: #001733;
}


.top__video {
	width: 100%;
	height: calc(100vh - 55px);
	position: relative;
	background-color: #1C4388;
}

.top__video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	animation: img-active 4000ms  forwards;
}


.top__video .bg_black {
	background: #000000 0% 0% no-repeat padding-box;
	opacity: 0.34;
	width: 100%;
	height: calc(100vh - 55px);
	position: absolute;
	top: 0;
	left: 0;
}

.top__video .left-frame {
	position: absolute;
	top: 0;
	left: 0;
	height: 55vh;
}
.top__video .right-frame {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 55vh;
}

.top__video .right-frame img, .top__video .left-frame img{
	height: 100%;
}

.top-icon {
	position: absolute;
    top: 40%;
    left: 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFF;
	width: 666px;
	z-index: 2;
}

.top-news {
	background-color: #0D2C62;
	max-width: 820px;
	width: 90%;
	height: 110px;
	margin: -55px 0 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	right: -100%;
	
}
.top-news.active {
	animation: news-active 2000ms  forwards;
	animation-delay: 1s;
}
@keyframes news-active {
  0% {
    opacity: 0;
	right: -100%;
  }
  100% {
   opacity: 1;
   right: 0;
  }
}


.top-news a {
	color: white;
	font-size: 16px;
	font-weight: normal;
	display: flex;
}

.top-news .bx-wrapper {
	background-color: #0D2C62;
	border: none;
	box-shadow: none;
	margin: 0;
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
}
@media screen and (max-width:890px) {
.top-news .bx-wrapper {
	padding-left: 20px;
	width: auto;
}
}

.top-news .bx-controls-direction {
	display: none;
}

.top-news a .category {
	font-family: 'Cormorant Garamond', serif;
	font-weight: bold;
	font-size: 18px;
	margin-right: 50px;
}

.top-news a .day {
	font-size: 16px;
	font-weight: normal;
	margin-right: 30px;
}

.about {
	padding-top: 180px;
	padding-bottom: 130px;
	background-color: #1C4388;
	margin-top: -55px;
}

h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 64px;
	color: white;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 35px;
	gap:38px;
	margin-left: 10%;
}

h2::before {
	content: "";
	background-image: url("../images/h2-label.png");
	width: 15px;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

h2 span {
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: normal;
}

.top-contents {
	margin-top: 60px;
	display: flex;
	gap:5%;
}

.top-contents .img-box {
	width: 50%;
	height: 645px;
	position: relative;
}

.top-contents .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	opacity: 0;
}
.top-contents .img-box img.is-animate {
	animation: img-active 2000ms  forwards;
}

@keyframes img-active {
  0% {
    opacity: 0;
  }
  100% {
   opacity: 1;
   filter: grayscale(0%);
  }
}


.top-contents .text-box {
	width: 40%;
	text-align: left;
	display: flex;
	flex-direction: column;
}

.top-contents .text-box h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 75px;
}

.top-contents .text-box h3 span {
	display: inline-block;
}

.top-contents .text-box .text {
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 2;
}

.top-contents .text-box .more {
	margin:50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 16px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: bold;
	width: 220px;
	height: 54px;
	border: 1px solid white;
	position: relative;
}

.top-contents .text-box .more .arrow {
	position: absolute;
	width: 36px;
	height: 1px;
	background-color: white;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
}

.top-contents .text-box .more .arrow::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 13px;
	right:0;
	top: -5px;
	transform: rotate(40deg);
	background-color: white;
}

.top-contents .text-box .more:hover {
	background-color: #E6C312;
	border: 1px solid #E6C312;
	color: white;
}

.top-contents .text-box .more:hover .arrow {
	animation: arrow 500ms ease 0ms forwards;
}

@-webkit-keyframes arrow {
  0% {
   opacity: 1;
  }
  100% {
    opacity: 0;
	right: -25px;
  }
}

.top-contents.type02 {
	margin-top: 0;
	justify-content: flex-end;
}
.top-contents.type02 h2 {
	color: #1C4388;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap:0;
	margin-left: 0;
	margin-bottom: 50px;
	margin-top: 140px;
}


.top-contents.type02 h2::before {
	background-image: url("../images/h2-label-b.png");
	top: 14px;
	transform: none;
}

h4 {
	font-family: 'Noto Serif JP', serif;
	color: #1C4388;
	font-size: 24px;
	font-weight: normal;
	margin-left: 35px;
	margin-bottom: 30px;
}

.top-contents.type02 .text-box .text {
	color: #001733;
	margin-left: 35px;
}

.top-contents.type02 .img-box {
	height: 736px;
}

.top-contents.type02 .text-box .more {
	border: 1px solid #1C4388;
	color: #1C4388;
	margin: auto 0 100px 35px;
}

.top-contents.type02 .text-box .more:hover {
	border: 1px solid #E6C312;
	color: white;
}


.top-contents.type02 .text-box .more .arrow  {
	background-color: #1C4388;
}

.top-contents.type02 .text-box .more .arrow::after {
	background-color: #1C4388;
}

.top-contents.type02.img-left {
	justify-content: flex-start;
}

.quality-assurance {
	padding-top: 140px;
	padding-bottom: 180px;
	background: #E3E9F1 0% 0% no-repeat padding-box;
}

.quality-assurance h2 {
	color: #1C4388;
}

.quality-assurance h2::before {
	background-image: url("../images/h2-label-b.png");
}

.top-contents.type03 {
	max-width: 1280px;
	width: 90%;
	margin: 60px auto 0;
	display: flex;
	align-items: center;
}

.top-contents.type03 .text-box {
	color: #222222;
}

.top-contents.type03 .img-box {
	height: auto;
	position: relative;
}

.top-contents.type03 .img-box::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #1C4388;
	bottom: -6px;
	right: -6px;
}
.top-contents.type03 .img-box img {
	position: relative;
}

.top-contents.type03 .text-box .more {
	margin-top: 60px;
	border: 1px solid #1C4388;
	color: #1C4388;
}

.top-contents.type03 .text-box .more:hover {
	border: 1px solid #E6C312;
	color: white;
}

.top-contents.type03 .text-box .more .arrow  {
	background-color: #1C4388;
}

.top-contents.type03 .text-box .more .arrow::after {
	background-color: #1C4388;
}

.top-link-flex {
	width: 100%;
	height: 400px;
	display: flex;
}

.top-link-flex a{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.top-link-flex a.sustainability {
	background-image: url("../images/top-sustainability.jpg");
}
.top-link-flex a.recruit {
	background-image: url("../images/top-recruit.jpg");
}

.top-link-flex a h2 {
	display: flex;
	flex-direction: column;
	gap:0;
	margin: 120px auto 0;
	padding: 0;
	font-size: 56px;
}

.top-link-flex a h2::before {
	display: none;
}

.type-arrow {
	width: 36px;
	height: 1px;
	background-color: white;
	display: block;
	margin-top: 100px;
	position: relative;
}

.type-arrow::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 13px;
	right:0;
	top: -5px;
	transform: rotate(40deg);
	background-color: white;
}

.type-box {
	display: block;
	position: relative;
	width: 20px;
	height:20px;
	border: 1px solid white;
	margin-top: 80px;
}

.type-box::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	left: -6px;
	bottom: -6px;
}

.top-news-list {
	padding-top: 140px;
	background-color: #E3E9F1;
	padding-bottom: 140px;
}

.top-news-list h2 {
	color: #1C4388;
	font-size: 64px;
	display: flex;
	flex-direction: column;
	gap:0;
	align-items: center;
	margin: 0;
	padding: 0;
}

.topic-slider {
	max-width: 1280px;
	width: 90%;
	margin: 40px auto;
}

.topic-slider .list {
	margin: 0 20px;
	background-color: white;	
}

.topic-slider .list .img-box {
	height: 247px;
	position: relative;
}
.topic-slider .list .img-box .hover-g {
	width: 100%;
	height: 100%;
	background-color:hsla(0,0%,0%,0.00);
	position: absolute;
	top: 0;
	left: 0;
}

.topic-slider .list a:hover .hover-g{
	background-color:hsla(218,66%,32%,0.45) ;
	transition: 0.3s;
}

.topic-slider .list .img-box .hover-box {
	width: 100%;
	height: 100%;
}

.topic-slider .list .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topic-slider .list .text-box {
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}
.topic-slider .list .title {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 500;
	color: #1C4388;
	min-height: 4rem;
}

.topic-slider .list .day {
	color: #888888;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	font-weight: 500;
}

.slick-arrow {
	width: 45px;
	height: 45px;
	background-color: #1C4388;
	border: none;
	position: absolute;
	display: inline-block;
	padding: 0;
}

.slick__prev {
	top: 50%;
	left: -8px;
	transform: translateY(-50%);
	z-index: 1;
}
.slick__next {
	top: 50%;
	right: -8px;
	transform: translateY(-50%);
	z-index: 1;
}

.slick-arrow span {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.slick-arrow span::before {
	position: absolute;
}

.slick__prev span::before {
	width: 15px;
	height: 15px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	display: block;
	transform: rotate(135deg);
	content: "";
	top: 14px;
	left: 18px;
}
.slick__next span::before {
	width: 15px;
	height: 15px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	display: block;
	transform: rotate(-45deg);
	content: "";
	top: 14px;
	left: 10px;
}

.top-news-list .more {
    border: 1px solid #1C4388;
    color: #1C4388;
	margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 16px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    width: 220px;
    height: 54px;
	position: relative;
}


.top-news-list .more:hover {
	border: 1px solid #E6C312;
	color: white;
	background-color: #E6C312;
}

.top-news-list .more .arrow  {
	background-color: #1C4388;
	position: absolute;
    width: 36px;
    height: 1px;
	content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
}

.top-news-list .more .arrow::after {
	background-color: #1C4388;
	content: "";
    position: absolute;
    height: 1px;
    width: 13px;
    right: 0;
    top: -5px;
    transform: rotate(40deg);
}

.top-news-list .more:hover .arrow {
	animation: arrow 500ms ease 0ms forwards;
}

.top-contact {
	background-color: #1C4388;
	padding: 80px 0;
}

.top-contact .contact-flex {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: flex;
}

.top-contact .contact-flex h2 {
	margin-left: 0;
}

.top-contact .contact-flex .left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 70px;
	min-width: 476px;
}

.top-contact .contact-flex .left p {
	text-align: left;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 35px;
	line-height: 2;
}

.top-contact .contact-flex .right {
	display: flex;
	margin:auto 0 0 0;
	justify-content: space-between;
	width: 100%;
}

.top-contact .contact-flex .right a.mail {
	width: 47%;
	height: 98px;
	border: 1px solid white;
	display: flex;
	color: white;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	font-family: 'Cormorant Garamond', serif;
	font-weight: bold;
	gap:6px;
}

.top-contact .contact-flex .right a.mail:hover {
	background-color: #E6C312;
	border: 1px solid #E6C312;
}

.top-contact .contact-flex .right .tel {
	width: 47%;
	height: 98px;
	border: 1px solid white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 30px;
	box-sizing: border-box;
	text-align: right;
	gap:14px;
}



.top-contact .contact-flex .right .tel p {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	align-items: center;
}

.top-contact .contact-flex .right .tel p span {
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	padding-right: 12px;
	border-right: 1px solid white;
	height: 15px;
	display: flex;
	align-items: center;
}

.top-contact .contact-flex .right .tel p a {
	font-size: 15px;
	font-family: 'Times New Roman';
	color: white;
	padding-left: 12px;
}

.banner-area {
	padding: 70px 0;
}

.banner-area .banner-slider {
	max-width: 1050px;
	margin: 0 auto;
	width: 90%;
}

.banner-area .banner-slider .slick-slide {
	margin: 0 40px;
}

.banner-area .banner-slider .slick-slide img {
	width: 100%;
}

.banner-area .banner-slider .slick__prev {
	left: -50px;
}
.banner-area .banner-slider .slick__next {
	right: -50px;
}

footer {
	background-color: #001733;
	padding: 70px 0 20px;
}

footer .footer-flex {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
	justify-content: space-between;
}

footer .footer-flex .left {
	width: 430px;
}

footer .footer-flex .left .name {
	display: flex;
	gap:15px;
}

footer .footer-flex .left p {
	margin-top: 45px;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.8;
	color: #B3B3B3;
}

footer .footer-flex .left p span {
	color: white;
	font-size: 16px;
}

footer .footer-flex .right {
	margin-top: 50px;
}

footer .footer-flex .right ul {
	display: flex;
	width: 500px;
	flex-wrap: wrap;
}
footer .footer-flex .right ul li {
	width: 50%;
	margin-bottom: 20px;
}

footer .footer-flex .right ul li a {
	color: white;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}

footer .footer-flex .right ul li a::before {
	content: "";
	width: 0;
	height: 1px;
	background-color: white;
	transition: 0.2s;
	position: absolute;
	bottom: -3px;
	left: 0;
}
footer .footer-flex .right ul li a:hover::before {
	width: 100%;
	transition: 0.2s;
}


footer .footer-bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 1200px;
	margin: 35px auto 0;
	width: 90%;
}

footer .footer-bottom a {
	font-size: 12px;
	color: #B3B3B3;
	margin-bottom: 35px;;
}

footer .footer-bottom p {
	font-size: 11px;
	color: #B3B3B3;
}

header.header nav.sp-nav {
	display: none;
}

.sp-name {
	display: none;
}
.top-link-flex a.sustainability:hover span.type-arrow {
	opacity: 0;
	transition: 0.4s;
	left: 10px;
}
.top-link-flex a.recruit:hover .type-box {
	opacity: 0;
	transition: 0.8s;
}

.top-link-flex a.recruit:hover .type-box::before{
	left: -10px;
    bottom: -10px;
	transition: 0.3s;
	opacity: 0;
}


@media screen and (max-width:1140px) {
	.menu {
		display: flex;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		position: fixed;
		top: 40px;
		right: 40px;
		z-index: 100;
		
	}
	header.header nav.pc-nav {
		display: none;
	}
.menu__wrap {
    height: 50px;
	width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	background-color: #1C4388;
	border-radius: 50%;
}

.menu_open .menu__wrap {
	background-color: white;
}

.menu_open .menu__wrap div {
	background-color: #001733;
}


.menu__wrap div {
    height: 2px;
    display: block;
    background-color: #004ff1;
    border-radius: 1px;
    overflow: hidden;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform-origin: center;
    transform-origin: center;
}


.wt-head .menu__wrap div, .scroll .menu__wrap div {
    background-color: white;
}


.menu_close .menu__wrap div:first-child {
    -webkit-animation: close_line_1 500ms ease 0ms forwards;
    animation: close_line_1 500ms ease 0ms forwards;
}

.menu__wrap div:nth-child(2) {
	width: 45px;
	opacity: 1;
}


.menu__wrap div:first-child{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
	width: 30px;
}

.menu__wrap div:last-child {
	-webkit-transform: translateY(10px);
    transform: translateY(10px);
	width: 30px;
}


.menu_close .menu__wrap div:last-child {
    -webkit-animation: close_line_2 500ms ease 0ms forwards;
    animation: close_line_2 500ms ease 0ms forwards;
}

.menu_open .menu__wrap div:last-child {
    -webkit-animation: open_line_2 500ms ease 0ms forwards;
    animation: open_line_2 500ms ease 0ms forwards;
}


.menu_open .menu__wrap div:first-child {
    -webkit-animation: open_line_1 500ms ease 0ms forwards;
    animation: open_line_1 500ms ease 0ms forwards;
}
header.header nav.sp-nav {
	display: flex;
	position: fixed;
	top: 0;
	right: -100%;
	width: 85%;
	height: 100vh;
	background-color: white;
	justify-content: flex-start;
	align-items: center;
	padding: 3.75rem;
	box-sizing: border-box;
	transition: 0.6s;
}
.sp-nav-bg {
	width: 85%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -100%;
	background-color: #1C4388;
	transition: 0.6s;
}
.menu_open header.header nav.sp-nav {
	right: 0;
	transition: 0.8s;
}
.menu_open .sp-nav-bg {
	right: 0;
	transition: 0.6s;
}

header.header nav.sp-nav  .main a {
	color: #001733;
	width: auto;
	transition: 0.3s;
	position: relative;
	text-align: left;
}
header.header nav.sp-nav  .main a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background-color: #001733;;
	transition: 0.3s;
}

header.header nav.sp-nav  .main a:hover::before {
	width: 100%;
	transition: 0.3s;
}


header.header nav.sp-nav .main {
	flex-direction: column;
	gap: 1.5rem;
}
header.header  nav.sp-nav .main li {
	border: none;
	padding: 0;
}
header.header nav.sp-nav  .main li.contact-link a{
	border: 1px solid #001733;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: bold;
	margin-top: 20px;
	background-color: #001733;
	color: white;
	width: 220px;
}
header.header nav.sp-nav  .main li.contact-link a:hover {
	background-color:  #E6C312;
	border: none;
}
header.header nav.sp-nav  .main li.contact-link a:hover::before {
	display: none;
}


header.header nav.sp-nav .rerative {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 50px;
}
header.header nav.sp-nav .lag {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
header.header nav.sp-nav .lag a {
	color: #001733;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 3px;
}
header.header nav.sp-nav .lag a.active {
	border-bottom: 2px solid #001733;
}
.sp-name {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
}
.sp-name img {
	width: 180px;
}
.top-contents {
	flex-direction: column;
	align-items: center;
}
.top-contents .img-box,.top-contents.type02 .img-box {
	width: 95%;
	height: 400px;
	margin-left: 0;
	margin-right: auto;
}
.top-contents .text-box {
	width:90%;
}
.top-contents .text-box h3 {
	margin-bottom: 40px;
}
.top-contents .text-box .more {
	margin-top: 40px;
}
.top-contents.type02 .text-box .more {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 0;
}
.top-contents.type02.img-left {
	flex-direction: column-reverse;
	padding-bottom: 80px;
}
.top-contents .img-box, .top-contents.type02.img-left .img-box {
	margin-left: auto;
	margin-right: 0;
}
.top-contents.type02 h2 {
	margin-top: 80px;
}
h2 {
	flex-direction: column;
	align-items: flex-start;
	width: 90%;
	margin: 0 auto;
	gap:0;
	box-sizing: border-box;
}
h2::before {
	top: 42%;
}
h4 {
	margin-left: 0;
}
.top-contents.type02 .text-box .text {
	margin-left: 0;
}
.top-link-flex {
	flex-direction: column;
	height: auto;
}
.top-link-flex a {
	width: 100%;
	padding-bottom: 50px;
}
.top-link-flex a h2 {
	align-items: center;
}
.top-contact .contact-flex .right {
	flex-direction: column;
	gap:20px;
}
.top-contact .contact-flex .right a.mail {
	width: 100%;
}
.top-contact .contact-flex .right .tel {
	width: 100%;
}
.quality-assurance h2 span {
	margin-top: 10px;
}
}


@media screen and (max-width:1300px) {
header.header {
	padding-left: 20px;
}
header.header nav .contact {
	min-width: 150px;
}
header.header .top .h-t {
	width: 180px;
}
header.header nav .nav-list {
	margin: 0 20px 0 auto;
}
}
@media screen and (max-width:1020px) {
footer .footer-flex {
	flex-direction: column-reverse;
}
footer .footer-flex .right ul {
	width: 90%;
	margin-bottom: 50px;
	margin: 0 auto
}
footer .footer-flex .right{
	margin-top: 0;
}
}
@media screen and (max-width:890px) {
.top-icon  {
	width: 90%;
	left: 5%;
}
.top-icon img {
	width: 100%;
}
.top-news a {
	display: flex;
}
.top-news {
	padding-left: 10px;
	box-sizing: border-box;
	height: auto;
	min-height: 110px;
	width: 100%;
}
h2 {
	font-size: 36px;
}
h2 span {
	font-size: 14px;
}
h2::before {
	height: 40px;
	background-size: contain;
	top: 35%;
}
.top-contents .img-box, .top-contents.type02 .img-box {
	height: 250px;
}
.top-contents .text-box h3 {
	font-size: 26px;
}
.top-contents .text-box .text {
	font-size: 14px;
}
.top-link-flex a h2 {
	font-size: 36px;
	margin-top: 50px;
}
.top-link-flex a.sustainability {
	height: 200px;
}
.type-arrow {
	margin-top: 80px;
}
.top-news-list h2 {
	font-size: 36px;
}
.topic-slider .list .img-box {
	height: 150px;
}
.topic-slider .list {
	margin: 0 10px;
}
.topic-slider .list .title {
	font-size: 16px;
}
.top-contact .contact-flex {
	flex-direction: column;
}
.top-contact .contact-flex .left {
	min-width: auto;
}
.top-contact .contact-flex .right {
	max-width: 500px;
	margin:  0 auto;
}
.top-contact .contact-flex .right .tel {
	align-items:  center;
	text-align: center;
	padding-right: 0;
}
.top-contact .contact-flex .right .tel p {
	justify-content: center;
}
.banner-area .banner-slider .slick-slide {
	margin: 0 10px;
}
.banner-area .banner-slider {
	width: 95%;
}
.banner-area .banner-slider .slick__prev {
	left: 0;
}
.banner-area .banner-slider .slick__next {
	right: 0;
}
footer .footer-flex .right ul li a {
	font-size: 14px;
}

footer .footer-flex .left .name {
	align-items: center;
	margin-top: 30px;
}
footer .footer-flex .left .name img:first-child{
	width: 120px;
}
footer .footer-flex .left p {
	font-size: 13px;
}
.menu {
	top: 20px;
	right: 20px;
}
}

@media screen and (max-width:730px) {
.top-news a p {
	width: 100%;
}
.top-news a {
	flex-wrap: wrap;
}
}
@media screen and (max-width:570px) {
.banner-area .banner-slider .slick-slide {
    margin: 0 50px;
}	
}

/*page*/
.inline-block {
	display: inline-block;
}
.page-img {
	width: 100%;
	height: 480px;
	position: relative;
} 
.page-img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #1B4388 0% 0% no-repeat padding-box;
mix-blend-mode: multiply;
opacity: 0.4;
}

.page-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-main-text.bg-b {
	background-color: #1C4388;
	color: white;
}
.page-main-text.bg-b-s {
	background-color: #E3E9F1;
	color: #1C4388;
}

.page-main-text {
	width: 100%;
	padding: 120px 0;
}

.page-main-text h2 {
	display: flex;
	flex-direction: column;
	gap:0;
	margin: 0 auto 70px;
	padding: 0;
}
.page-main-text h2::before {
	display: none;
}
.page-main-text h2 p {
	position: relative;
	padding: 0 43px;
	box-sizing: border-box;
}
.page-main-text h2 p::before {
	content: "";
	width: 12px;
	height: 41px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/h2-label.png");
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page-main-text h2 p::after {
	content: "";
	width: 12px;
	height: 41px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/h2-label.png");
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%)scale(-1, 1);
	transform: translateY(-50%)scale(-1, 1);
}

.page-main-text h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	text-align: center;
	letter-spacing: 0.85px;
	margin-bottom: 55px;
	line-height: 1.4;
}
.page-main-text p.text {
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.4px;
	line-height: 2;
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}

.about-contents {
	padding: 150px 0;
	text-align: center;
}

.about-contents h4 {
	color: #1B4388;
	font-size: 28px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	width: auto;
	padding: 0 30px 10px;
	border-bottom: 1px solid  #1B4388;
	padding-bottom: 10px;
	display: inline-block;
	margin: 0 auto 90px;
	box-sizing: border-box;
}

.about-contents h5 {
	display: flex;
	font-size: 34px;
	font-family: 'Noto Serif JP', serif;
	color: #001733;
	letter-spacing: 1.25px;
	align-items: center;
	justify-content: flex-start;
	gap:24px;
	line-height: 1;
	text-align: left;
} 

.about-contents h5 span.border-box {
	width: 130px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #707070;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	text-align: center;
}

.about-contents h5 p {
	line-height: 1.4;
}

.about-contents .contents-box {
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
	color: #001733;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.about-contents .contents-box .flex-box {
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
	align-items: flex-start;
	flex-direction: column;
}

.about-contents .contents-box .text {
	width: 95%;
	letter-spacing: 0.4px;
	line-height: 2;
	text-align: left;
}

.about-contents .contents-box .text .name {
	font-size: 30px;
	font-weight: 500;
	display: flex;
	gap:30px;
	align-items: flex-end;
	line-height: 1;
	margin-top: 40px;
	text-align: right;
	justify-content: flex-end;
}

.about-contents .contents-box .text .name span{
	font-size: 24px;
}

.about-contents .contents-box img {
	width: 100%;
    max-width: 600px;
    margin: 50px 0 0 auto;
}
.about-contents.bg-b {
	background-color: #E3E9F1;
}

.about-contents .table-flex {
	display: flex;
	max-width: 1200px;
	margin: 0 auto 10px;
	gap:10px;
	width: 90%;
}

.about-contents .table-flex .label {
	background-color: #1C4388;
	min-height: 70px;
	min-width: 257px;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-contents .table-flex .text {
	background-color: white;
	color: #001733;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	padding: 25px 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	letter-spacing: 0.5px;
	line-height: 1.6;
	text-align: left;
}

.about-contents .map-flex {
	display: flex;
	max-width: 1200px;
	width: 90%;
	margin: 65px auto 0;
	justify-content: space-between;
}
.about-contents .map-flex .map {
	width: 48%;
}
.about-contents .map-flex .map iframe {
	width: 100%;
	height: 385px;
}

.about-contents .map-flex .map .text {
	margin-top: 26px;
	color: #001733;
	text-align: left;
}
.about-contents .map-flex .map .text .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.7px;
	margin-bottom: 20px;
}
.about-contents .map-flex .map .text .access {
	font-size: 18px;
}
.about-contents .map-flex .map .text .tel-fax {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.6px;
}
.page-main-text.bg-w h2 {
	color: #1C4388;
}
.page-main-text.bg-w h2 p::before,.page-main-text.bg-w h2 p::after {
	background-image: url("../images/h2-label-b.png");
}
.page-main-text .main-text-img {
	display: flex;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	gap:100px;
	align-items: flex-start;
}
.page-main-text .main-text-img .text {

}
.page-main-text .main-text-img img {
	width: 48%;
}
.page-main-text .main-text-img .text .title{
	font-size: 34px;
	color: #1C4388;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.85px;
}
.page-main-text .main-text-img .text p {
	font-size: 16px;
	color: #001733;
	margin-top: 40px;
	letter-spacing: 0.4px;
	line-height: 1.8;
}
.page-main-text .main-text-img .text.text-center {
	width: 100%;
}
.history-box {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.history-list {
	position: relative;
}
.history-list::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #1B4388;
	top: 5px;
	left: 74px;
}
.history-list li{
	display: flex;
	align-items: stretch;
	margin-bottom: 30px;
}
.history-list li .year {
	letter-spacing: 0.6px;
	color: #1B4388;
	font-size: 20px;
	font-weight: bold;
	padding-right: 15px;
}
.history-list li .circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #1B4388;
	margin-top: 5px;
}
.history-list li p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.6px;
	text-align: left;
	padding-left: 30px;
	color: #001733;
}

@media screen and (max-width:1280px) {
.about-contents .contents-box {
	width: 95%;
}	
}
@media screen and (max-width:1140px) {
.about-contents .contents-box .flex-box {
	flex-direction: column;
}
.about-contents .contents-box .text {
	width: 95%;
}
.about-contents .contents-box img {
	width: 100%;
	max-width: 600px;
	margin: 50px 0 0 auto;
}
.page-main-text h2 {
	align-items: center;
}
}
@media screen and (max-width:890px) {
.page-img {
	height: 300px;
}
.page-main-text h3 {
	font-size: 20px;
}
.page-main-text p.text {
	font-size: 14px;
}
.about-contents h4 {
	font-size: 20px;
}
.about-contents h5 {
	font-size: 22px;
	gap:10px;
}
.about-contents h5 span.border-box {
	font-size: 14px;
}
.about-contents .contents-box .text {
	font-size: 14px;
	width: 100%;
}
.about-contents .contents-box {
	width: 90%;
	margin: 0 auto;
}
.about-contents .contents-box .text .name span {
	font-size: 18px;
}
.about-contents .contents-box .text .name {
	font-size: 24px;
	flex-direction: column;
}
.about-contents .table-flex .label {
	font-size: 16px;
	min-width: 180px;
}
.about-contents .table-flex .text {
	font-size: 16px;
}
.about-contents .map-flex {
	flex-direction: column;
	gap:40px;
}
.about-contents .map-flex .map {
	width: 100%;
}
.about-contents .map-flex .map iframe {
	height: 300px;
}
.about-contents .map-flex .map .text .title {
	font-size: 20px;
}
.about-contents .map-flex .map .text .access {
	font-size: 14px;
}
.about-contents .map-flex .map .text .tel-fax {
	font-size: 14px;
}
.history-list li .year,.history-list li p {
	font-size: 16px;
}
.history-list li .circle {
	min-width: 18px;
	min-height: 18px;	
	width: 18px;
	height: 18px;
	margin-top: 4px;
}
.history-list::before {
	left: 63px;
}
.history-list li p {
	padding-left: 25px;
}
}
@media screen and (max-width:700px) {
.about-contents .table-flex {
	flex-direction: column;
	margin-bottom: 20px;
	gap:5px;
}
.about-contents .table-flex .label {
	min-height: auto;
	padding: 10px 10px 10px 20px;
	text-align: left;
	justify-content: flex-start;
}
.about-contents .table-flex .text {
	padding: 20px;
}
}
/*service*/
.service-contents {
	padding: 130px 0 100px;
	text-align: center;
}
.service-contents.bg-b {
	background-color: #E3E9F1;
}
.service-contents h4 {
    color: #1B4388;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    width: auto;
    padding: 0 30px 10px;
    border-bottom: 1px solid #1B4388;
    padding-bottom: 10px;
    display: inline-block;
    margin: 0 auto 60px;
    box-sizing: border-box;
}
.strengths-flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
	justify-content: space-between;
	padding-bottom: 130px;
}

.strengths-flex .box {
	width: 48%;
	background-color: white;
	box-sizing: border-box;
	margin-bottom: 45px;
	padding: 33px;
}

.strengths-flex .box .box-title {
	display: flex;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	gap:25px;
}

.strengths-flex .box .box-title span {
	min-width: 124px;
	min-height: 124px;
	border-radius: 50%;
	background-color: #1B4388;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	line-height: 0;
}

.strengths-flex .box .box-title p {
	color: #1C4388;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.75px;
}
.strengths-flex .box ul {
	margin-top: 40px;
}

.strengths-flex .box ul li span.list-style {
	color: #1B4388;
	font-size: 16px;
	font-weight: 500;
}
.strengths-flex .box ul li {
	color: #001733;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.5px;
	display: flex;
	margin-bottom: 20px;
	gap:5px;
}
.service-contents .main-text {
	text-align: left;
	font-size: 16px;
	color: #001733;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 80px;
	letter-spacing: 0.4px;
	line-height: 1.8;
}
.precision-flex {
	background-color: #1B4388;
	display: flex;
	justify-content: flex-start;
}
.precision-flex .img-box {
	background-image: url("../images/service/precision01.jpg");
	background-size: cover;
	width: 50%;
	height: auto;
	background-position: center;
}
.precision-flex .text {
	width: 50%;
	padding: 60px;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	flex-direction: column;
	max-width: 650px;
}
.precision-flex .text h5 {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: 0.75px;
}
.precision-flex .text p {
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 1.8;
	max-width: 532px;
}
.more-btn {
    margin: 50px auto 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    width: 250px;
    height: 54px;
    border: 1px solid white;
    position: relative;	
}

.more-btn .arrow {
	position: absolute;
	width: 36px;
	height: 1px;
	background-color: white;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
}

.more-btn .arrow::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 13px;
	right:0;
	top: -5px;
	transform: rotate(40deg);
	background-color: white;
}

.more-btn:hover {
	background-color: #E6C312;
	border: 1px solid #E6C312;
	color: white;
}

.more-btn:hover .arrow {
	animation: arrow 500ms ease 0ms forwards;
}
.precision-flex.img-right {
	justify-content: flex-end;
}
.precision-flex.img-right .img-box {
	background-image: url("../images/service/precision02.jpg");
}
.production-contents {
	padding-bottom: 170px;
}
.production-contents .main-text {
	font-size: 20px;
	color: #001733;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	letter-spacing: 0.85px;
	margin-bottom: 45px;
}
.production-contents .more-btn {
	margin: 0 auto;
	 border: 1px solid #001733;
	 color: #001733;
}
.production-contents .more-btn .arrow {
	background-color: #001733;
}
.production-contents .more-btn .arrow::after {
	background-color: #001733;
}
.production-contents .more-btn:hover {
	border: 1px solid white;
}
.production-contents .img-box {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 90%;
	margin: 59px auto 0;
}
.production-contents .img-box img {
	width: 48%;
}
.service-contents .main-text.center {
	text-align: center;
}
.step-contents {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 180px;
}
.step-contents .step-flex {
	display: flex;
	background-color: #F7F7F7;
	margin-bottom: 35px;
	position: relative;
}
.step-contents .step-flex::before {
	position: absolute;
	content: "";
	background-color: #1B4388;
	width: 64px;
	height: 38px;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -22px;
}
.step-contents .step-flex:last-child::before {
	display: none;
} 
.step-contents .step-flex .step-icon {
	background-color: #1B4388;
	min-width: 185px;
	height: 218px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	font-weight: 600;
	gap:15px;
	position: relative;
}
.step-contents .step-flex .step-icon::before {
	position: absolute;
	content: "";
  	width: 0;
	height: 0;
	border-style: solid;
	border-width: 109px 0 109px 58px;
	border-color: transparent transparent transparent #1b4388;
	right: -58px;
	top: 0;
}
.step-contents .step-flex .text-box {
	padding: 35px 30px 35px 95px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
}
.step-contents .step-flex .text-box .title {
	font-size: 28px;
	font-weight: 600;
	color: #1B4388;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 10px;
}
.step-contents .step-flex .text-box p {
	font-size: 18px;
	color: #001733;
	font-weight: 500;
	letter-spacing: 0.45px;
	line-height: 1.8;
}
.b-link {
	color: #1B4388;
	border-bottom: 1px solid #1B4388;
	transition: 0.2s;
}
.b-link:hover {
	color: #E6C312;
	border-bottom: 1px solid #E6C312;
	transition: 0.2s;
}
@media screen and (max-width:1230px) {
.strengths-flex .box {
	width: 100%;
}	
}
@media screen and (max-width:890px) {
.page-main-text .main-text-img {
	flex-direction: column;
	gap:40px;
}
.page-main-text .main-text-img .text .title {
	font-size: 20px;
}
.page-main-text .main-text-img .text p {
	font-size: 14px;
}
.page-main-text .main-text-img img {
	width: 100%;
	max-width: 568px;
}
.service-contents h4 {
	font-size: 20px;
	width: 90%;
}
.strengths-flex .box {
	padding: 15px;
}
.strengths-flex .box .box-title {
	gap:10px;
	flex-direction: column;
	align-items: flex-start;
}
.strengths-flex .box .box-title span {
	font-size: 16px;
	width: 60px;
	height: 60px;
}
.strengths-flex .box .box-title p {
	font-size: 20px;
}
.strengths-flex .box ul {
	margin-top: 20px;
}
.strengths-flex .box ul li {
	font-size: 16px;
	align-items: center;
}
.strengths-flex .box ul li:last-child {
	margin-bottom: 0;
}
.service-contents .main-text {
	font-size: 14px;
}
.precision-flex {
	flex-direction: column;
	align-items: center;
}
.precision-flex .img-box {
	width: 100%;
	height: 320px;
}
.precision-flex .text {
	width: 90%;
	padding: 60px 0;
}
.precision-flex .text p {
	margin-bottom: 50px;
	max-width: 890px;
}
.more-btn {
	margin: auto auto 0;
	font-size: 14px;
}
.precision-flex .text h5 {
	font-size: 24px;
}
.precision-flex .text p {
	font-size: 14px;
}
.precision-flex.img-right {
	flex-direction: column-reverse;
}
.production-contents .main-text {
	font-size: 18px;
}
.production-contents .img-box {
	flex-direction: column;
	align-items: center;
	gap:20px;
}
.production-contents .img-box img{
	width: 100%;
	max-width: 576px;
}
.step-contents .step-flex {
	flex-direction: column;
}
.step-contents .step-flex .step-icon {
	width: 100%;
	height: 80px;
	gap:0;
	flex-direction: row;
	justify-content: flex-start;
}
.step-contents .step-flex .step-icon img {
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
}
.step-contents .step-flex .step-icon span {
	font-size: 18px;
}
.step-contents .step-flex .step-icon .icon-box{
	width: 100px;
}
.step-contents .step-flex .step-icon::before {
	width: 100%;
	left: 0;
	bottom: -30px;
	top: auto;
	right: auto;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	height: 30px;
}
.step-contents .step-flex .text-box {
	padding: 30px 15px 35px;
}
.step-contents .step-flex .text-box .title {
	font-size: 20px;
}
.step-contents .step-flex .text-box p {
	font-size: 14px;
}
}
/*TECHNOLOGY*/
.page-main-text.bg-b .main-text-img .text .title {
	color: white;
}
.page-main-text.bg-b .main-text-img .text p {
	color: white;
}
.service-contents .technology-img {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}
.technology-text {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 100px;
	background-color: #F7F7F7;
	color: #001733;
	padding: 50px 40px;
	box-sizing: border-box;
	display: flex;
}
.technology-text .title {
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 35px;
}
.technology-text .left {
	padding-right: 55px;
	border-right: 1px solid #1B4388;
	display: flex;
	flex-direction: column;
}
.technology-text ul {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}
.technology-text ul li {
	margin-bottom: 10px;
}
.technology-text .right {
	padding-left: 55px;
}
.technology-text .right .list-flex {
	display: flex;
	gap:20px;
}
.technology-text .more-btn {
	margin: auto auto 0;
	 border: 1px solid #001733;
	 color: #001733;
}
.technology-text .more-btn .arrow {
	background-color: #001733;
}
.technology-text .more-btn .arrow::after {
	background-color: #001733;
}
.technology-text .more-btn:hover {
	border: 1px solid white;
}
.technology-contents {
	padding: 120px 0 30px;
}
.service-contents.bg-g {
	background-color: #F7F7F7;
}
.processing-flex {
	display: flex;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.processing-flex .box {
	width: 47.5%;
	margin-bottom: 120px;
}
.thumbnail-img {
  opacity: 0.6;
  transition: opacity .3s linear;
  margin-top: 10px;
}
.thumbnail-img img {
	width: 95%;
}

.thumbnail .slick-current {
  opacity: 1;
}
.processing-flex .box .box-text {
	color: #001733;
	margin-top: 50px;
	text-align: left;
}
.processing-flex .box .box-text .title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.7px;
}
.processing-flex .box .box-text p {
	font-size: 16px;
	letter-spacing: 0.4px;
	margin-top: 20px;
	line-height: 1.8;
	min-height: 130px;
}
.processing-flex .box .information-text {
	background-color: white;
	color: #001733;
	font-size: 18px;
	margin-top: 20px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.processing-flex .box .information-text ul {
	margin-top: 25px;
}
.processing-flex .box .information-text ul li {
	margin-bottom: 10px;
}
.blade-contents {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 150px;
}

.blade-contents .main-flex {
	display: flex;
	color: #001733;
	font-size: 16px;
	text-align: left;
	justify-content: space-between;
	margin-bottom: 35px;
	align-items: flex-start;
}
.blade-contents .main-flex p,.blade-contents .main-flex img {
	width: 47.5%;
}
.blade-contents .main-flex p {
	letter-spacing: 0.4px;
	line-height: 1.8;
}
.blade-contents .img-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blade-contents .img-flex img {
	width: 32.5%;
	margin-bottom: 17px;
}
.optimization-flex {
	max-width: 1200px;
	width: 90%;
	padding-bottom: 110px;
	margin: 0 auto;
	color: #001733;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.optimization-flex .title {
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.85px;
	margin-bottom: 30px;
}
.optimization-flex p {
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 1.8;
}
.optimization-flex .chart-box {
	background-color: white;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 25px;
	box-sizing: border-box;
	margin-top: 30px;
	gap:25px;
}
.optimization-flex .chart-box img {
	width: 50%;
}
.equipment-table {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 100px;
}

.equipment-table .title {
	background-color: #1B4388;
	border-left: 13px solid #FFD800;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 1;
	font-size: 26px;
	font-weight: 500;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 35px;
}
.table-type01 {
	width: 100%;
	margin: 0 auto;
	color: #001733;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 500;
}
.scroll {
	width: 100%;
	padding-bottom: 30px;
}

.table-type01 thead {
	background-color: #E4ECF7;
	text-align: center;
}
.table-type01 td,.table-type01 th {
	padding: 13px 20px;
	border: 1px solid #E4E4E4;
}
.table-type01 tbody tr:nth-child(even) {
	background-color: #F7F7F7;
}
.table-type01 td.total {
	background-color: #666666;
	color: white;
}
.table-type01 td.tex-left {
	text-align: left;
}
.equipment-table .img-box {
	display: flex;
	margin: 70px auto 0;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.equipment-table .img-box .box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #001733;
	font-size: 20px;
	font-weight: 500;
	gap:15px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	text-align: left;
}
.equipment-table .img-box .box.img02 {
	position: relative;
}
.equipment-table .img-box .box.img02::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 471px;
	background-color: white;
	left: -50px;
	top: 0;
}
@media screen and (max-width:1285px) {
.equipment-table .img-box {
	flex-direction: column;
}
.equipment-table .img-box .box.img02::before {
	display: none;
}
}
.equipment-table .img-box .box img{
	max-width: 100%;
	position: relative;
	z-index: 1;
}
.equipment-contents {
	padding-bottom: 100px;
}

@media screen and (max-width:1150px) {
.technology-text .right .list-flex {
	flex-direction: column;
}
}
@media screen and (max-width:890px) {
.technology-text .title {
	font-size: 18px;
}
.technology-text ul {
	font-size: 16px;
}
.technology-text {
	flex-direction: column;
	padding: 30px 20px;
}
.technology-text .left {
	padding-right: 0;
	border-right: none;
	padding-bottom: 40px;
	border-bottom: 1px solid #1B4388;
}
.technology-text .right {
	padding-left: 0;
	padding-top: 40px;
}
.technology-text .more-btn {
	margin: 30px auto 0;
}
.processing-flex {
	justify-content: center;
}
.processing-flex .box {
	width: 100%;
	max-width: 568px;
}
.processing-flex .box .slick-img img {
	width: 100%;
}
.processing-flex .box .box-text .title {
	font-size: 18px;
}
.processing-flex .box .box-text p {
	font-size: 14px;
}
.processing-flex .box .information-text {
	font-size: 14px;
}
.blade-contents .main-flex {
	font-size: 14px;
	flex-direction: column;
	gap:40px;
}
.blade-contents .main-flex p, .blade-contents .main-flex img {
	width: 100%;
}
.optimization-flex .title {
	font-size: 20px;
}
.optimization-flex p {
	font-size: 14px;
}
.optimization-flex .chart-box {
	flex-direction: column;
	align-items: center;
}
.optimization-flex .chart-box img {
	width: 100%;
	max-width: 562px;
}
.equipment-table .title {
	font-size: 20px;
}
.equipment-table .img-box .box {
	font-size: 16px;
}
}
/*quality*/
.policy-flex {
	color: #001733;
	display: flex;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 100px;
	gap:15px;
}
.policy-flex .left {
	text-align: left;
}
.policy-flex .left .title {
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.85px;
	line-height: 1.4;
}
.policy-flex .left ul  {
	margin-top: 50px;
}
.policy-flex .left ul li {
	display: flex;
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 2;
	margin-bottom: 6px;
}
.policy-flex .right {
	display: flex;
	flex-direction: column;
	gap:35px;
}
.management-flex {
	color: #001733;
	display: flex;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	gap:22px;
	padding-bottom: 130px;
}
.management-flex .left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.management-flex .left .text {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.4px;
}
.management-flex .left .list-flex {
	margin-top: 35px;
	display: flex;
	width: 100%;
	justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
	
}
.management-flex .left .list-flex ul {
	font-size: 18px;
}
.management-flex .left .list-flex ul li {
	display: flex;
	border-bottom: 1px solid #707070;
	letter-spacing: 0.45px;
	line-height: 1.8;
	gap:10px;
	padding: 10px 0;
	font-weight: 500;
	flex-direction: column;
	
}
.management-flex .left .list-flex ul li span {
	font-weight: 600;
	min-width: 120px;
}
.flow-contents {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.management-flex .left .list-flex ul li p {
	font-size: 16px;
}

.flow-contents .text-box {
	color: #001733;
	text-align: left;
	margin-bottom: 35px;
}
.flow-contents .text-box .title {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.7px;
}
.flow-contents .text-box p {
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 1.8;
	margin-top: 20px;
}
.flow-box {
	background-color: white;
	padding: 45px;
	box-sizing: border-box;
	overflow-x: scroll;
}
.flow-box .flow {
	display: flex;
	gap:3px;
	width: 1110px;
	position: relative;
}
.flow-box .flow .scroll-text {
	top: -30px;
	left: 5px;
	position: absolute;
}
.scroll-text {
	opacity: 0;
	color: #001733;
	text-align: left;
	display: block;
	font-weight: 600;
}
@media screen and (max-width:890px) {
.scroll-text {
	opacity: 1;
}
.scroll {
	overflow-x: scroll;
}
.table-type01 {
	width: 1200px;
}
}
.flow-box .flow .length {
	width: calc(100% / 7);
	height: 562px;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.flow-box .flow .length .th {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 41px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.45px;
	width: 100%;
}
.flow-box .flow .length .td {
	height: 51px;
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	margin: 0 14px;
	line-height: 1.2;
}

.flow-box .flow .length .td.be2 p{
	z-index: 2;
}
.flow-box .flow .length .td.be2::before {
	background-color: #F8B100;
	width: 100%;
	height: 69px;
	content: "";
	position: absolute;
}
.flow-box .flow .length .td.arrow-right::before {
	content: "";
	position: absolute;
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
	width: 15px;
	height: 26px;
	background-color: #001733;
	top: 50%;
	transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
	 right: -24px;
}
.flow-box .flow .length .td.arrow-left::after {
	content: "";
	position: absolute;
	clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
	width: 15px;
	height: 26px;
	background-color: #001733;
	top: 50%;
	transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
	 right: -24px;
}
.flow-box .flow .length .td.arrow-right.arrow-left::before {
	content: "";
	position: absolute;
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
	width: 15px;
	height: 26px;
	background-color: #001733;
	top: auto;
	bottom: 0px;
	right: -24px;
}
.flow-box .flow .length .td.arrow-right.arrow-left::after {
	content: "";
	position: absolute;
	clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
	width: 15px;
	height: 26px;
	background-color: #001733;
	transform: none;
	top: 15px;
	right: -24px;
}
.flow-box .flow .length .td.arrow-bottom::before {
	content: "";
	position: absolute;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	width: 26px;
	height: 15px;
	background-color: #001733;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);
	 -webkit-transform: translateX(-50%);
}
.flow-box .flow .length .td.arrow-top-bottom::before {
	content: "";
	position: absolute;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	width: 26px;
	height: 15px;
	background-color: #001733;
	left: 50%;
	top: -17px;
	transform: translateX(-50%);
	 -webkit-transform: translateX(-50%);
}
.flow-box .flow .length .td.arrow-top-bottom.left0_5::before {
	left: 39.65%;
}
.flow-box .flow .length .td.arrow-bottom.left1::before {
	left: 36.6%;
}

.flow-box .flow.type-b .length .td.bg-w {
	background-color: white;
	color: #3567C0;
}
.flow-box .flow.type-g .length .td.bg-w {
	background-color: white;
	color: #4F7934;
}
.flow-box .flow.type-o .length .td.bg-w {
	background-color: white;
	color: #B68518;
}
.flow-box .flow.type-b .length .td.bg-b {
	background-color: #5F8EE2;
	color: white;
}
.flow-box .flow.type-g .length .td.bg-g {
	background-color: #6FA84A;
	color: white;
}
.flow-box .flow.type-o .length .td.bg-o {
	background-color: #F8B100;
	color: white;
}
.flow-box .flow.type-b .length .td.bg-b-s {
	background-color: #3567C0;
	color: white;
}
.flow-box .flow.type-g .length .td.bg-g-s {
	background-color: #4F7934;
	color: white;
}
.flow-box .flow.type-o .length .td.bg-o-s {
	background-color: #B68518;
	color: white;
}

.flow-box .flow .length .td.row2 {
	height: 122px;
	z-index: 1;
}
.flow-box .flow .length .td.col2 {
	width:185%;
	z-index: 1
}
.flow-box .flow .length .td.col4 {
	width: 388%;
	z-index: 1
}
.flow-box .flow .length .td.col5 {
	width: 489%;
}
.flow-box .flow .length .td.col6 {
	width: 592%;
}

.flow-box .flow.type-b .length {
	background-color: #D8E8F4;
}
.flow-box .flow.type-g .length {
	background-color: #DEECD7;
}
.flow-box .flow.type-o .length {
	background-color: #FFEFC8;
}
.flow-box .flow.type-b .length .th {
	background-color: #3567C0;
}
.flow-box .flow.type-g .length .th {
	background-color: #4F7934;
}
.flow-box .flow.type-o .length .th {
	background-color: #B68518;
}
.flow-box .flow .length .td .lower {
	position: absolute;
	border-top: 9px solid #001733;
	border-right: 9px solid #001733;
	width: 25px;
	height: 39px;
	top: 20px;
	right: -25px;
	box-sizing: border-box; 
}
.flow-box .flow .length .td .lower.side2_5 {
	width: 90%;
	right: -90%;
}
.flow-box .flow .length .td .lower.side3_5 {
	width: 337%;
	right: -337%;
}
.flow-box .flow .length .td .lower .lower-arrow {
	position: relative;
	height: 100%;
}
.flow-box .flow .length .td .lower .lower-arrow::before {
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	background-color: #001733;
	position: absolute;
	content: "";
	width: 26px;
	height: 15px;
	bottom: -15px;
	right: -17.5px;
	z-index: 2;
}
.flow-box .flow .length .td .line {
	position: absolute;
	width: 175px;
	height: 9px;
	background-color: #001733;
	top: 50%;
	transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
	 right: -195px;
}
.flow-box .flow .length .td .line.s-line {
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #B68518;
	top: 50%;
	transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
	 right: -30px;
}
.flow-box .flow .length .td .line.dashed {
	background-color:hsla(0,0%,0%,0.00);
	right: -185px;
	height: 6px;
	box-sizing: border-box;
}
.flow-box .flow .length .td .line.dashed.line2 {
	right: -345px;
	width: 335px
}
.flow-box .flow .length .td .line.dashed.line3 {
	right: -505px;
	width: 495px
}
.flow-box .flow.type-g .length .td .line.dashed {
	border-bottom: 6px dashed #4F7934;
}
.flow-box .flow.type-o .length .td .line.dashed {
	border-bottom: 6px dashed #B68518;
}
.flow-box .flow .length .td .line-length {
	position: absolute;
	width: 9px;
	height: 80px;
	background-color: #001733;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	 -webkit-transform: translateX(-50%);
}
.management-contents {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.management-contents .text-box {
	color: #001733;
	text-align: left;
	margin-bottom: 35px;
}
.management-contents .text-box .title {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.7px;
}
.management-contents .text-box p {
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 1.8;
	margin-top: 20px;
}
.flow-right-box {
	background-color: #E3E9F1;
	width: 1200px;
	height: 195px;
	background-image: url("../images/quality/management-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	align-items: flex-end;
	padding-bottom: 20px;
	margin-bottom: -10px;
}
#img-flow.featherlight-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
#img-flow.featherlight-inner img {
	max-width: 756px;
	width: 80%;
}
.management-contents .img-position {
	position: relative;
	width: 1200px;
}
.management-contents .img-position a {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 368px;
	width: 416px;
	background-color: #1C4388;
	opacity: 0;
	transition: 0.2s;
}
.management-contents .img-position a:hover {
	opacity: 0.2;
	transition: 0.2s;
}
.flow-right-box .list {
	background-image: url("../images/quality/flow-bg.png");
	width: 380px;
	height: 94px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: -25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 0.57px;
}
.flow-right-box .list.red {
	background-image: url("../images/quality/flow-bg-r.png");
}
.flow-right-box .list:first-child {
	margin-left: -40px;
}
.process-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 120px;
	color: #001733;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	gap:30px;
	align-items: flex-start;
	padding-bottom: 160px;
}
.process-flex .text,.process-flex img {
	width: 48%;
}

.process-flex .text .title {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.7px;
	margin-bottom: 20px;
}
.process-flex .text ul {
	margin-top: 30px;
}
.process-flex .text ul li {
	margin-bottom: 15px;
}
.process-flex .text ul li span {
	font-weight: 600;
}
@media screen and (max-width:1300px) {
.management-flex .left .list-flex {
	flex-direction: column;
	align-items: flex-start;
	gap:10px;
}	
}
@media screen and (max-width:890px) {
.sp-none {
	display: none;
}
.policy-flex {
	flex-direction: column;
	align-items: center;
}
.policy-flex .left .title {
	font-size: 20px;
}
.policy-flex .left ul {
	margin-top: 25px;
	margin-bottom: 25px;
}
.policy-flex .left ul li {
	font-size: 14px;
}
.policy-flex .right {
	max-width: 322px;
	flex-direction: row;
	justify-content: center;
}
.management-flex {
	flex-direction: column;
}
.management-flex .left .list-flex ul {
	width: 100%;
	font-size: 16px;
}
.management-flex .left .text {
	font-size: 14px;
}
.management-flex .right img {
	max-width: 100%;
}
.flow-contents .text-box .title {
	font-size: 20px;
}
.flow-contents .text-box p {
	font-size: 14px;
}
.management-contents .text-box .title {
	font-size: 20px;
}
.management-contents .text-box p {
	font-size: 14px;
}
.process-flex .text, .process-flex img {
    width: 100%;
} 
}
@media screen and (max-width:755px) {
.policy-flex .right {
	flex-direction: column;
}	
}
/*sustainability*/
.sustainability-text {
	color: #001733;
	text-align: left;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
}
.sustainability-text .text {
	margin-bottom: 60px;
}
.sustainability-text .text .title {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.85px;
	margin-bottom: 50px;
	font-family: 'Noto Serif JP', serif;
}
.sustainability-text .text p {
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 1.8;
}
.sustainability-text ul {
	margin-top: 10px;
}
.sustainability-text ul li {
	letter-spacing: 0.4px;
    line-height: 1.8;
	margin-bottom: 10px;
	text-indent: -1em;
	margin-left: 1em;
}
.sustainability-text ul.indent2 li {
	text-indent: -2em;
	margin-left: 2em;
}
.sdgs-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 804px;
	width: 75%;
	margin: 0 auto 90px;
	gap:25px;
}
.sdgs-title img {
	width: 100%;
}
.sdgs-title span {
	color: #001733;
	font-size: 16px;
	letter-spacing: 0.4px;
}
.sustainability-text.in {
	padding-bottom: 0;
	margin-top: 90px;
}
.sustainability-text.in .text {
	margin-bottom: 40px;
}
.bout-box {
	background-color: #F7F7F7;
	padding: 40px 30px;
	box-sizing: border-box;
	text-align: left;
	color: #001733;	
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 30px;
}
.bout-box .title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.bout-box .text {
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 1.8;
}
.bout-box .icon-flex {
	display: flex;
	gap:15px;
	margin-top: 40px;
	flex-wrap: wrap;
}
.bout-flex {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.bout-flex .bout-box {
	width: 47%;
	margin: 0;
}
.service-contents.activity {
background-color: #F7F7F7;
}
.service-contents.activity .img-flex {
	display: flex;
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-contents.activity .img-flex .box {
	width: 44%;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap:10px;
}
.service-contents.activity .img-flex .box img {
	width: 100%;
}

.service-contents.activity .img-flex .box span {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: #001733;
}
@media screen and (max-width:890px) {
.sustainability-text .text .title {
	font-size: 20px;
}
.sustainability-text .text p {
	font-size: 14px;
}
.sustainability-text ul {
	font-size: 14px;
}
.sdgs-title span {
	font-size: 12px;
}
.bout-box .title {
	font-size: 20px;
}
 .bout-box .text{
	font-size: 14px;
}
.bout-box .icon-flex img {
	width: 47%;
	max-width: 158px;
}
.bout-flex {
	flex-direction: column;
	gap:30px;
}
.bout-flex .bout-box {
	width: 100%;
}
.service-contents.activity .img-flex .box,.service-contents.activity .img-flex .box.photo {
	width: 100%;
	max-width: 563px;
}
.service-contents.activity .img-flex  {
	justify-content: center;
}
.service-contents.activity .img-flex .box span {
	font-size: 14px;
}
}
/*contact*/
.contact-tel {
	width: 90%;
	max-width: 1200px;
	margin: 120px auto;
	color: #1B4388;
	
}
.contact-tel .title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.9px;
}
.contact-tel .tel-box {
	background-color: #F7F7F7;
	width: 100%;
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 45px 20px;
	box-sizing: border-box;
}
.contact-tel .tel-box a {
	display: flex;
	color: #1B4388;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	align-items: center;
	line-height: 1;
	gap:30px;
	margin-bottom: 25px;
}
.contact-tel .tel-box a span {
	width: 130px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.42px;
	background-color: #1B4388;
	margin-top: 7px;
	text-align: center;
}
.contact-tel .tel-box p {
	color: #001733;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.45px;
}
.form-area {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;	
}
.form-text .title{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.9px;	
	color: #1B4388;
	margin-bottom: 35px;
}
.form-text p {
	font-size: 16px;
	text-align: center;
	color: #001733;
	letter-spacing: 0.4px;
	line-height: 1.8;
}
.form-area form {
	background-color: #F7F7F7;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	padding: 89px 0;
	color: #001733;
}
.form-area form .input-box {
	max-width: 810px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 25px;
	border-bottom: 1px solid #7D7D7D;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}

.form-area form .input-box:last-child {
	border: none;
}
.form-area form .input-box .title {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.45px;
	gap:15px;
}
.form-area form .input-box .title span {
	width: 59px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1px;
	color: white;
	font-size: 10px;
	background-color: #707070;
}
.form-area form .input-box .title span.required {
	background-color: #FF0000;
}
.form-area form .input-box .box {
	width: 100%;
	margin: 15px auto;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
}
.form-area form .input-box .box.type02 {
	flex-direction: row;
	align-items: stretch;
}

.form-area form .cheak-box .error {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}

.form-area form .input-box .box input[type="text"] {
	width: 100%;
	border: 1px solid #7D7D7D;
	height: 52px;
	padding-left: 10px;
	box-sizing: border-box;
}
.form-area form .input-box .box input[type="text"].num {
	width: 221px;
}
.form-area form .input-box .box button {
	width: 170px;
	border: 1px solid #7D7D7D;
	background-color: #7D7D7D;
	box-sizing: border-box;
	margin-left: 14px;
	color: white;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.45px;
}
.form-area form .input-box .box select {
	width: 221px;
	height: 52px;
	margin: 0;
}
.form-area form .input-box .box textarea {
	width: 100%;
	min-height: 200px;
	padding: 10px;
	box-sizing: border-box;
}
.form-area form .cheak-box {
	display: flex;
	max-width: 810px;
	width: 90%;
	margin: 50px auto;
	justify-content: center;
	line-height: 1;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	position: relative;
}
.form-area form .cheak-box input {
	box-sizing: border-box;
	border: 2px solid #D8E3EE;
}
.form-area form .cheak-box a {
	color: #106AB5;
}
.form-area form .send {
	max-width: 400px;
	height: 70px;
	width: 80%;
	background-color: #FFD800;
	color: #001733;
	font-size: 22px;
	font-weight: 600;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 2px solid #FFD800;
	box-sizing: border-box;
	transition: 0.2s;
}
.form-area form .send::before {
	position: absolute;
	content: "＞";
	top: 50%;
	transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
	 right: 20px;
	 font-weight: 900;
	 transition: 0.3s;
}
.form-area form .send:hover {
	background-color: white;
	border: 2px solid  #001733;
	transition: 0.2s;
}
.form-area form .send:hover::before {
	opacity: 0;
	transition: 0.3s;
}
@media screen and (max-width:890px) {
.contact-tel .title {
	font-size: 22px;
}
.contact-tel .tel-box a {
	font-size: 24px;
	gap:10px;
	flex-direction: column;
	margin-bottom: 35px;
}
.contact-tel .tel-box p {
	font-size: 14px;
	text-align: center;
}
.form-text .title {
	font-size: 22px;
}
.form-text p {
	font-size: 14px;
}
.form-area form .send {
	font-size: 16px;
}
.form-area form .input-box .box input[type="text"].num {
	width: 190px;
}
}
/*news*/
.page-main-text.breadcrumbs {
	position: relative;
	padding-bottom: 60px;
}
.breadcrumbs ul{
	position: absolute;
	top: 35px;
	max-width: 1200px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	 -webkit-transform: translateX(-50%);
	 color: #333333;
	 display: flex;
	 font-size: 15px;
	 font-weight: 500;
	 gap:20px;
}
.breadcrumbs ul a:hover {
	color: #1C4388;
}
.news-contents {
	background-color: #E3E9F1;
	padding-bottom: 150px;
}
.news-contents .news-list-flex {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:3.5%;
}
.news-contents .news-list-flex .news-list {
	width: 31%;
	display: flex;
	flex-direction: column;
	border: 2px solid hsla(0,0%,0%,0.00);
	box-sizing: border-box;
	margin-bottom: 55px;
}
.news-contents .news-list-flex .news-list .img-box {
	width: 100%;
	height: 247px;
	position: relative;
	overflow: hidden;
}
.news-contents .news-list-flex .news-list .img-box .bg-b {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1B4388;
	top: 0;
	left: 0;
	opacity: 0;
}
.news-contents .news-list-flex .news-list:hover {
	border: 2px solid #1B4388;
	transition: 0.3s;
}
.news-contents .news-list-flex .news-list:hover .bg-b {
	opacity: 0.3;
	transition: 0.3s;
}
.news-contents .news-list-flex .news-list .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-contents .news-list-flex .news-list .text-box {
	background-color: white;
	padding: 20px;
	box-sizing: border-box;
}
.news-contents .news-list-flex .news-list .text-box .title {
	font-size: 18px;
	font-weight: 500;
	color: #1C4388;
	min-height: 63px;
}
.news-contents .news-list-flex .news-list .text-box .day {
	font-size: 14px;
	font-weight: 500;
	color: #888888;
}
.news-box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.news-box .title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #001733;
	font-family: 'Noto Serif JP', serif;
	gap:15px;
}
.news-box .title .day {
	font-size: 24px;
	font-weight: 500;
}
.news-box .title h1 {
	font-size: 32px;
	font-weight: 500;
}
.wp-news {
	margin-top: 78px;
	color:#000;
}
.wp-news h2 {
	width: 100%;
	background-color: #1B4388;
	border-left: 16px solid #FFD800;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 20px;
	box-sizing: border-box;
	margin: 0 auto 25px;
	font-family: 'Noto Sans JP', sans-serif;
}
.wp-news h2::before,.wp-news h2::after {
	display: none;
}
.wp-news h3 {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	border-bottom: 1px solid #63585F;
	padding-bottom: 5px;
}
.wp-news p {
	color: #000;
	line-height: 1.8;
}
.wp-news code  {
	font-family: 'Noto Sans JP', sans-serif;
}
.wp-news ul li {
	position: relative;
	margin-left: 10px;
	margin-bottom: 20px;
}
.wp-news ul li::before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	left: -10px;
	background-color: #1B4388;
	top:9px;
}
.wp-news .img-box{
	display: flex;
	flex-wrap: wrap;
	gap:50px;
}
.wp-news .img-box .box {
	display: flex;
	flex-direction: column;
}
.wp-news .img-box .box span {
	font-size: 14px;
	font-weight: 600;
}
.wp-pagenavi {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.wp-pagenavi span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #1B4388;
	font-size: 14px;
	width: 42px;
	height: 42px;
	font-weight: 600;
	background-color:  #1B4388;
	color: white;
}
.wp-pagenavi a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #1B4388;
	font-size: 14px;
	width: 42px;
	height: 42px;
	font-weight: 600;
	color: #1B4388;
	background-color: white;
}

.pagination li.navi-active {
	background-color:  #1B4388;
	color: white;
}

.pagination li.navi-active a {
	color: white;
}

.pagination li a {
	color: #58813C;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}
@media screen and (max-width:1080px) {
.news-contents .news-list-flex .news-list {
	width: 47%;
}
}
@media screen and (max-width:890px) {
.news-contents .news-list-flex .news-list .text-box .title {
	font-size: 15px;
}
.news-contents .news-list-flex .news-list .text-box .day {
	font-size: 12px;
}
.news-contents .news-list-flex .news-list .img-box {
	height: 180px;
}
.breadcrumbs ul {
	flex-wrap: wrap;
	font-size: 13px;
	gap:10px;
}
.breadcrumbs ul .sp-br {
	width: 100%;
}
.news-box .title .day {
	font-size: 18px;
}
.news-box .title h1 {
	font-size: 22px;
}
.news-box img {
	max-width: 100%;
}
.wp-news h2 {
	font-size: 18px;
}
.wp-news h3 {
	font-size: 16px;
}
.wp-news p {
	font-size: 14px;
}
.wp-news ul li {
	font-size: 14px;
}
}
@media screen and (max-width:530px) {
.news-contents .news-list-flex {
	justify-content: center;
}
.news-contents .news-list-flex .news-list {
	width: 100%;
	max-width: 400px;
}
}
/*privacy*/
.privacy-box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 90px;
	color: #001733;
}
.privacy-box .title {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.7px;
	border-bottom: 1px solid #1B4388;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.privacy-box p {
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (max-width:890px) {
.privacy-box .title {
	font-size: 20px;
	margin-bottom: 15px;
}
.privacy-box p {
	font-size: 14px;
}
}
/*recruit*/
.recruit {
	background-color: #1C4388;
}
.recruit header.header {
padding: 0;
border-bottom: 1px solid white;
}
.recruit header#header.HeightMin {
background-color:hsla(0,0%,100%,0.9);
border: none;
}
.recruit header.header nav {
	align-items: center;
}
.recruit header.header nav ul {
	margin: 0 50px 0 auto;
	display: flex;
}
.recruit header.header nav .entry {
	border: none;
	width: 320px;
	height: 110px;
	background-color: #1C4388;
	color: white;
	font-size: 12px;
	font-weight: 500;
}
.recruit header.header nav .entry span {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.85px;
}
.recruit header.header nav .top {
	display: flex;
	padding-left: 32px;
	align-items: center;
	width: 300px;
	box-sizing: border-box;
	border-right: 1px solid white;
	height: 110px;
}
.recruit header.header.HeightMin nav .top {
	border: none;
}
.recruit header.header nav ul li a {
	color: white;
	font-size: 12px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 150px;
	height: 110px;
}
.recruit header.header.HeightMin nav ul li a {
	color: #1c4388;
}
.recruit header.header nav ul li a span {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.85px;	
}
.recruit header.header nav ul li a:hover {
	background-color: #1C4388;
}
.recruit header.header.HeightMin nav ul li a:hover {
	color: white;
}
.recruit .top-img {
	width: 100%;
	height: 100vh;
	background-image: url("../images/recruit/top-img.jpg");
	background-image: url("../images/recruit/top-img.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.recruit .top-img.is-animate {
	opacity: 1;
	transition: 1s;
}
.recruit .top-img::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #001733 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.4;
}
.recruit .top-img .title {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
	gap:30px;
}
.recruit .top-img .title p {
	font-size: 56px;
	font-weight: 500;
	letter-spacing: 8.4px;
	font-family: 'Noto Serif JP', serif;
}
.recruit .top-img .title span.en {
	letter-spacing: 2.4px;
	font-size: 24px;
	font-family: 'Cormorant Garamond', serif;
}
.recruit-about {
	background-color: #1C4388;
	padding-top: 80px;
	position: relative;
}
.recruit-about .main-text {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	min-height: 180px;
	align-items: stretch;
	padding-bottom: 240px;
}
.recruit-about .main-text .title {
	padding-right: 190px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 38px;
	font-weight: 600;
	border-right: 1px solid white;
	width: 50%;
	box-sizing: border-box;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	letter-spacing: 3.8px;
}
.recruit-about .main-text .text {
	padding-left: 80px;
	width: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 4.5px;
	line-height: 2;
}
.recruit-about .img-position {
	background-color: white;
	display: flex;
	width: 90%;
	max-width: 1200px;
	min-height: 426px;
	position: absolute;
	bottom: -260px;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0;
}
.recruit-about .img-position.is-animate {
	opacity: 1;
    animation: fadeIn02 1s ease 0.3s 1 normal backwards;
}
.recruit-about .img-position .text {
	width: 50%;
	padding: 70px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.recruit-about .img-position .text p {
	color: #001733;
	font-size: 16px;
	line-height: 1.8;
}
.n-link {
	width: 229px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #1C4388;
	box-sizing: border-box;
	color: #004DA0;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
.n-link:hover {
	background-color: #E6C312;
	color: white;
	border: 1px solid white;
}

.recruit-about .img-position .img {
	width: 50%;
	background-image: url("../images/recruit/about.jpg");
}
.recruit-comment {
	padding-top: 435px;
	background-color: #E3E9F1;
}
.comment-flex {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	gap:60px;
	padding-bottom: 140px;
}
.comment-flex.is-animate {
	opacity: 1;
    animation: fadeIn02 1s ease 0.3s 1 normal backwards;	
}
.comment-flex .img-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #1C4388;
	font-size: 14px;
	font-weight: 600;
	gap:20px;
	letter-spacing: 0.35px;
}
.comment-flex .text-box {
	display: flex;
	flex-direction: column;
	gap:40px;
}
.comment-flex .text-box span {
	width: 172px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1C4388;
	font-size: 16px;
	font-weight: 500;
	color: white;
	font-family: 'Noto Serif JP', serif;
}
.comment-flex .text-box .title {
	color: #1C4388;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 3.6px;
	line-height: 1.8;
}
.comment-flex .text-box p {
	color: #001733;
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 1.8;
}
.top-Interview {
	padding-top: 140px;
	background-color: white;
	padding-bottom: 20px;
}
.top-Interview h2 {
	color: #1C4388;
	padding: 0;
	flex-direction: column;
	font-size: 38px;
	letter-spacing: 3.8px;
	gap:10px;
	margin: 0 auto;
}
.top-Interview h2::before,.top-Interview h2::after {
	display: none;
}

.Interview-flex {
	display: flex;
	max-width: 1200px;
	width: 90%;
	margin: 70px auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Interview-flex .box {
	width: 31%;
	position: relative;
	transition: 0.2s;
	margin-bottom: 100px;
	box-sizing: border-box;
	padding:  15px 0;
	border-radius: 15px;
}
.Interview-flex .box:hover {
	padding:  15px;
}
.Interview-flex .box img {
	width: 100%;
}
.Interview-flex .box span {
	width: 95px;
	height: 25px;
	background-color: #1C4388;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: white;
	margin-bottom: 10px;
}
.Interview-flex .box p {
	color: #1C4388;
	font-size: 16px;
	text-align: center;
	margin-top: 23px;
}
.featherlight .featherlight-content {
	max-height: 900px;
	height: 100vh;
	width: 90%;
	padding: 0!important;
	border-bottom: none!important;
}
.featherlight .featherlight-inner {
	height: 100%;
}
.lightbox {
	display: none;
}
.lightbox .img-flex {
	display: flex;
	height: 100%;
	justify-content: space-between;
}
.lightbox .img-flex .img-box {
	width: 47%;
	height: 100%;
}
#me01.lightbox .img-flex .img-box {
	background-image: url("../images/recruit/box/me01.jpg");
	background-size: cover;
	background-position: top center;
}
#me02.lightbox .img-flex .img-box {
	background-image: url("../images/recruit/box/me02.jpg");
	background-size: cover;
	background-position: top center;
}
#me03.lightbox .img-flex .img-box {
	background-image: url("../images/recruit/box/me03.jpg");
	background-size: cover;
	background-position: top center;
}
#me04.lightbox .img-flex .img-box {
	background-image: url("../images/recruit/box/me04.jpg");
	background-size: cover;
	background-position: top center;
}
#me05.lightbox .img-flex .img-box {
	background-image: url("../images/recruit/box/me05.jpg");
	background-size: cover;
	background-position: top center;
}
#me06.lightbox .img-flex .img-box {
	background-image: url("../images/recruit/box/me06.jpg");
	background-size: cover;
	background-position: top center;
}
.lightbox .img-flex .text {
	width: 47%;
	color: #001733;
	padding: 140px 50px 80px 0;
	overflow-y: scroll;
}
.lightbox .img-flex .text .title {
	font-size: 28px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.8;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 34px;
}
.lightbox .img-flex .text .text-right {
	text-align: right;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1.6px;
	margin-bottom: 55px;
}
.lightbox .img-flex .text .text-right span {
	font-size: 14px;
}
.lightbox .img-flex .text p {
	line-height: 1.8;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 40px;
}
.lightbox .img-flex .text p span {
	color: white;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 500;
	padding: 7px 10px;
	box-sizing: border-box;
	background-color: #1C4388;
	margin-bottom: 10px;
	line-height: 1;
}

.featherlight .featherlight-close-icon {
	display: none;
}
.featherlight .featherlight-close-icon.new-style {
	width: 88px;
	height: 46px;
	border: 1px solid #1C4388;
	background-color: white;
	color: #004DA0;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 20px;
	top: 30px;
	font-family: 'Noto Serif JP', serif;
}
.top-facility {
	background-image: url("../images/recruit/top-facility.jpg");
	background-size: cover;
	background-position: center;
	padding: 140px 0 100px;
	position: relative;
}
.top-facility::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #1C4388 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.6;
}
.top-facility .contents-box {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.top-facility .contents-box h2 {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap:10px;;
	font-size: 38px;
}
.top-facility .contents-box h2::before,.top-facility .contents-box h2::after {
	display: none;
}
.top-facility .contents-box p {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 500;
	margin: 45px 0 40px;
	letter-spacing: 1.8px;
	line-height: 1.8;
}
.n-link.pt-w {
	color: white;
	border: 1px solid white;
}
.top-facility .contents-box .n-link {
	margin: 0 0 0 auto;
}
.top-inside-link {
	background-color: #0D2C62;
	padding: 100px 0;
}
.top-inside-link .link-box {
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-inside-link .link-box .text {
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 5.4px;
	line-height: 1.8;
}
.top-inside-link .link-box .link {
	display: flex;
	flex-direction: column;
	gap:20px;
}

.top-inside-link .link-box .link a {
	color: #0D2C62;
	background-color: white;
	width: 380px;
	height: 86px;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	font-weight: 500;
	padding-left: 35px;
	display: flex;
	align-items: center;
	letter-spacing: 1.1px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid white;
	transition: 0.2s;
}
.top-inside-link .link-box .link a::before {
	content: "";
	position: absolute;
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
	width: 7px;
	height:9px;
	background-color: #1C4388;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 20px;
	transform: 0.2s;
}
.top-inside-link .link-box .link a:hover {
	background-color: #0D2C62;
	color: white;
	transition: 0.2s;
}
.top-inside-link .link-box .link a:hover::before {
	opacity: 0;
	right: 30px;
	transform: 0.2s;
	background-color: white;
}
.rf-link {
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
}
.rf-link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.rf-link ul li {
	padding: 0 40px;
	box-sizing: border-box;
	border-right: 1px solid white;
}
.rf-link ul li:last-child {
	border: none;
}
.rf-link ul li a {
	color: white;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	transition: 0.3s;
}
.rf-link ul li a::before {
	width: 0;
	height: 1px;
	background-color: white;
	transition: 0.3s;
	position: absolute;
	content: "";
	left: 0;
	bottom: -3px;
}
.rf-link ul li a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.rf-link ul li a:hover::before {
	width: 100%;
	transition: 0.3s;
}
.b-footer {
	background-color: white;
	padding: 50px 0 35px;
	margin-top: 90px;
}
.b-footer .box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.b-footer .box .link {
	display: flex;
	align-items: flex-end;
	gap:35px;
}
.b-footer .box .link .m-top {
	color: #9FA0A0;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: flex-end;
	line-height: 1;
	gap: 5px;
}
.b-footer .box .link .m-top:hover {
	opacity: 0.6;
}
.b-footer .box .link .m-top span {
	width: 8.7px;
	height: 6.7px;
	border: 1px solid #9FA0A0;
	box-sizing: border-box;
}
.b-footer .box .link .m-top::before {
	content: "";
	position: absolute;
	width: 7.7px;
	height: 6.7px;
	border-right: 1px solid #9FA0A0;
	border-top: 1px solid #9FA0A0;
	top:4.5px;
	right: -2.5px;
}
.b-footer p {
	color:  #B6B7B7;
	font-size: 10px;
	font-weight: 500;
}
.recruit footer {
	padding-bottom: 0;
	padding-top: 90px;
}
.entry-inside {
	position: fixed;
	top: 110px;
	right: -320px;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}
.entry-inside a {
	width: 320px;
	height: 78px;
	background-color: #E3E9F1;
	color: #0D2C62;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	border-top: 1px solid #AAAAAA;
	box-sizing: border-box;
	padding-left: 35px;
	letter-spacing: 0.9px;
	position: relative;
	transition: 0.2s;
}
.entry-inside a::before {
	content: "";
	position: absolute;
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
	width: 7px;
	height:9px;
	background-color: #1C4388;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 20px;
	transform: 0.2s;
}
.recruit header.header nav .entry:hover + .entry-inside {
	right: 0;
	transition: 0.3s;
}
.entry-inside:hover {
	right: 0;
	transition: 0.2s;
}
.entry-inside a:hover {
	background-color: #1C4388;
	color: white;
}
@media screen and (max-width:1180px) {
.top-inside-link .link-box {
	flex-direction: column;
	gap:40px;
}
.top-inside-link .link-box .link {
	width: 100%;
	align-items: center;
}
.top-inside-link .link-box .link a {
	width: 90%;
	max-width: 500px;
}
}
@media screen and (max-width:1140px) {
.recruit header.header nav.pc ul {
	display: none;
}
.recruit header.header nav .entry {
	display: none;
}
.recruit header.header nav {
	justify-content: space-between;
	padding-right: 40px;
}
.recruit header.header {
	border: none;
}
.recruit header.header nav .top {
	border: none;
}
.recruit header#header.HeightMin {
	background-color: hsla(0,0%,0%,0.00);
}
.recruit header.header.HeightMin .top .h-t02 {
	display: none;
}
.recruit header.header nav ul li a  {
	flex-direction: row;
	gap:10px;
	height: auto;
}
.recruit header.header nav ul li a span{
	font-size: 20px;
	font-weight: 600;
}
.entry-link {
	display: flex;
	flex-direction: column;
}

.entry-link p {
	display: flex;
	flex-direction: column;
	background-color: #001733;
	font-family: 'Cormorant Garamond', serif;
	margin-top: 40px;
	padding:15px;
	box-sizing: border-box;
}
.entry-link p span {
	font-size: 20px;
	font-weight: 600;
}
.recruit header.header nav.sp-nav {
	padding: 1rem;
}
.entry-link a {
	height: 70px;
	box-sizing: border-box;
	background-color: #E3E9F1;
	color: #0D2C62;
    font-family: 'Noto Serif JP', serif;
	display: flex;
	align-items: center;
	padding-left: 15px;
	border: 1px solid #AAAAAA;
	position: relative;
}
.entry-link a::before {
	content: "";
	position: absolute;
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
	width: 7px;
	height:9px;
	background-color: #1C4388;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 20px;
	transform: 0.2s;
}
}
@media screen and (max-width:1040px) {
.recruit-about .main-text {
	flex-direction: column;
	gap:20px;
	max-width: 600px;
	padding-bottom: 0;
	margin-bottom: -200px;
}
.recruit-about .main-text .title {
	padding: 0;
	justify-content: flex-start;
	border-right: none;
	border-bottom: 1px solid white;
	width: 100%;
	padding-bottom: 10px;
}
.recruit-about .main-text .text {
	padding: 0;
	width: 100%;
}
.recruit-about .img-position {
	flex-direction: column;
	position: relative;
}
.recruit-about .img-position .text {
	width: 100%;
	padding: 40px;
}
.recruit-about .img-position .text p {
	margin-bottom: 30px;
}
.recruit-about .img-position .img {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
}
.comment-flex {
	flex-direction: column;
}
.comment-flex .img-box {
	align-items: flex-start;
}
.comment-flex .img-box img {
	width: 100%;
	max-width: 400px;
}
.rf-link ul li {
	margin-bottom: 15px;
}
.recruit .top-img .title p {
	font-size: 40px;
}
.recruit .top-img .title span.en {
	font-size: 20px;
}
}
@media screen and (max-width:890px) {
.recruit-about .main-text .title {
	font-size: 24px;
}
.recruit-about .main-text .text {
	font-size: 20px;
}
.recruit-about .img-position .text p {
	font-size: 14px;
}
.comment-flex .text-box .title {
	font-size: 20px;
}
.comment-flex .text-box p {
	font-size: 14px;
}
.Interview-flex .box {
	width: 47%;
}
.Interview-flex .box p {
	font-size: 14px;
}
.top-Interview h2 {
	font-size: 24px;
}
.top-facility .contents-box h2 {
	font-size: 24px;
}
.top-facility .contents-box p {
	font-size: 15px;
}
.top-inside-link .link-box .text {
	font-size: 21px;
}
.top-inside-link .link-box {
	width: 85%;
}
.top-inside-link .link-box .link a {
	font-size: 18px;
}
.rf-link {
	width: 85%;
}
.rf-link ul {
	flex-direction: column;
}
.rf-link ul li {
	border: none;
}
.rf-link ul li a {
	font-size: 14px;
}
.b-footer .box {
	flex-direction: column;
	align-items: flex-start;
	gap:20px;
}
.b-footer .box img {
	width: 130px;
}
.b-footer .box .link .m-top {
	font-size: 12px;
}
.b-footer .box .link .m-top::before {
	top: 2px;
}
.lightbox .img-flex {
	flex-direction: column;
}
.lightbox .img-flex .text {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 15px 80px;
}
.lightbox .img-flex .img-box {
	width: 100%;
}
.lightbox .img-flex .text .title {
	font-size: 20px;
}
.lightbox .img-flex .text p {
	font-size: 14px;
}
.lightbox .img-flex .text p span {
	font-size: 14px;
}
}
@media screen and (max-width:750px) {
.recruit .top-img .title p {
    font-size: 30px;
}
.recruit .top-img .title span.en {
	font-size: 16px;
}
}
@media screen and (max-width:570px) {
.recruit .top-img .title p {
    display: flex;
	flex-direction: column;
}
.recruit .top-img .title p span{
    font-size: 30px;
}
.recruit .top-img .title span {
	font-size: 16px;
}
.featherlight .featherlight-close-icon.new-style {
	font-size: 12px;
	width: 60px;
	height: 40px;
	top: 5px;
	right: 5px;
}
}


.recruit-main-text {
	padding: 100px 0;
	background-color: white;
}
.recruit-main-text .box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.recruit-main-text .box h2 {
	font-size: 38px;
	font-family: 'Cormorant Garamond', serif;
	color: #1C4388;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 3.8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:0;
	margin: 0 0 70px;
	padding: 0;
	width: 100%;
}
.recruit-main-text .box p.title {
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	font-weight: 500;
	color: #1C4388;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.85px;
	margin-bottom: 45px;
}
.recruit-main-text .box p {
	font-size: 16px;
	color: #001733;
	text-align: center;
	letter-spacing: 0.4px;
	line-height: 1.8;
}
.recruit-contents h4 {
	border-top: 1px solid #1B4388;
	border-bottom: 1px solid #1B4388;
	padding: 10px 30px 10px;
	width: 80%;
	max-width: 472px;
	margin: 0 auto 90px;
}
.ace-flex {
	display: flex;
	margin: 70px auto 0;
	color: #001733;
	width: 90%;
	max-width: 1200px;
	gap:45px;
}
.ace-flex .text {
	text-align: left;
}
.ace-flex .text .title {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.7px;
	margin-bottom: 25px;
}
.ace-flex .text {
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 1.8;
}
.illustration {
	background-color: white;
	padding: 140px 0;
	text-align: center;
}
.illustration .box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.illustration .box img {
	width: 100%;
	padding: 10px 0;
}
.numerical.recruit-contents {
	background-color: white;
	padding-top: 40px;
}
.numerical-flex {
	max-width: 1200px;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}
.numerical-flex img {
	width: 31%;
}

@media screen and (max-width:1000px){
.numerical-flex img {
	width: 47%;
}	
}
@media screen and (max-width:890px) {
.recruit-main-text .box p.title {
	font-size: 24px;
}
.recruit-main-text .box p {
	font-size: 14px;
}
.ace-flex {
	flex-direction: column;
}
.ace-flex img {
	max-width: 400px;
}
.ace-flex .text .title {
	font-size: 24px;
}
 .ace-flex .text p {
	font-size: 14px;
}
.illustration .box img {
	width: 750px;
}
}
@media screen and (max-width:500px) {
.numerical-flex img {
	width: 100%;
}		
}
.recruit-main-text .img-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recruit-main-text .img-flex .img-box {
	width: 47.5%;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	color: #001733;
	font-size: 18px;
	font-weight: 500;
	gap:10px;
}
@media screen and (max-width:890px) {
.recruit-main-text .img-flex .img-box {
	font-size: 14px;
}
}
@media screen and (max-width:640px) {
.recruit-main-text .img-flex .img-box {
	width: 100%;
}
}

.wp-recruiting {
	background-color: white;
}
.filede-box {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
	padding: 100px 0 0;
}
.filede-box ul  {
	border-bottom: 1px solid #4B4B4B;
}
.filede-box ul li {
	border-top: 1px solid #4B4B4B;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
.filede-box ul li .title {
	background-color: #E3E9F1;
	color: #001733;
	min-width: 264px;
	padding: 20px;
	box-sizing: border-box;
}
.recruiting-contact {
	max-width: 1200px;
	width: 90%;
	margin: 90px auto 40px;
}
.recruiting-contact a{
	max-width: 400px;
	height: 70px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	position: relative;
	color: white;
	background-color: #1C4388;
	align-items: center;
	font-size: 22px;
	font-weight: 600;
	margin: 0 auto;
	letter-spacing: 0.55px;
	border: 1px solid  #1C4388;
	transition: 0.2s;
}
.recruiting-contact a:hover {
	background-color: white;
	color: #1C4388;
	transition: 0.2s;
}
.recruiting-contact a::before {
	content: "＞";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-trasform: translateY(-50%);
	right: 23px;
}
.filede-box ul li .text {
	color: #001733;
	padding: 20px;
	box-sizing: border-box;
	line-height: 2;
}
.recruiting-flow {
	background-color: #F7F7F7;
}
.recruiting-flow .flow-flex {
	max-width: 1200px;
	width: 90%;
	display: flex;
	margin: 0 auto;
	gap:20px;
}
.recruiting-flow .flow-flex .flow {
	background-color: #1B4388;
	width: 240px;
	min-height: 191px;
	position: relative;
	display: flex;
	padding-top: 45px;
	padding-left: 70px;
	flex-direction: column;
	align-items: flex-start;
}
.recruiting-flow .flow-flex .flow:first-child {
	padding-left: 30px;
}
.recruiting-flow .flow-flex .flow span {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.7px;
}
.recruiting-flow .flow-flex .flow p {
	font-size: 17px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.5px;
	line-height: 1.8;
	margin-top: 10px;
}
.recruiting-flow .flow-flex .flow::after {
	content: "";
	position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 118px 0 118px 50px;
border-color: transparent transparent transparent #1b4388;
	top: 0;
	right: -50px;
	z-index: 2;
}
.recruiting-flow .flow-flex .flow::before {
	content: "";
	position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 118px 0 118px 50px;
border-color: transparent transparent transparent #f7f7f7;
	top: 0;
	left: 0;
}
.recruiting-flow .flow-flex .flow:first-child::before {
	display: none;
}
.recruiting-flow .flow-flex .flow:last-child::after {
	display: none;
}
.recruiting-flow .et-text {
	width: 90%;
	max-width: 1200px;
	margin: 20px auto;
	font-size: 18px;
	color:#001733;
	font-weight: 500;
	text-align: left;
}
.recruiting-contact-box {
	background-color: white;
}
.recruiting-contact-box .box {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	color: #001733;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.recruiting-contact-box .box .mail-contact {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.45px;
	color: #001733;
	text-align: left;
	margin-bottom: 70px;
}
.recruiting-contact-box .box .mail-contact a {
	color: #1C4388;
	border-bottom: 1px solid #1C4388;
	line-height: 0;
}
.recruiting-contact-box .box .tel-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.recruiting-contact-box .box .title{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}
.recruiting-contact-box .box .sub-ti{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
.recruiting-contact-box .box .access {
	font-size: 18px;
}
.recruiting-contact-box .box .tel-contact a {
	font-size: 24px;
	font-weight: 600;
	color: #001733;
}
.recruiting-contact-box .box .tel-contact .time {
	font-size: 18px;
	font-weight: 600;
	margin-top: 25px;
}
.qa {
	background-color: white;
}
.qa-flex {
	display: flex;
	flex-direction: column;
	width: 90%;
	max-width: 1200px;
	margin: 45px auto;
}
.qa-flex .top-q {
	background-color: #E3E9F1;
	display: flex;
	color: #001733;
	font-size: 20px;
	font-weight: 600;
}
.qa-flex .top-q span {
	min-width: 69px;
	height: 69px;
	background-color: #1B4388;
	color: white;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.qa-flex .top-q p {
	padding: 10px 25px;
	display: flex;
	align-items: center;
	text-align: left;
	
}
.qa-flex .bottom-a {
	background-color: #F7F7F7;
	display: flex;
	color: #001733;
	font-size: 20px;
	font-weight: 600;
}
.qa-flex .bottom-a span {
	min-width: 69px;
	height: 69px;
	background-color: #FFD800;
	color: white;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
	box-sizing: border-box;	
}
.qa-flex .bottom-a p {
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	padding-left: 25px;
	text-align: left;
	padding: 10px 25px;
}
.tab-change {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto -50px;
	display: flex;
	gap:20px;
	flex-wrap: wrap;
}
.tab-change button {
	width: 264px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1C4388;
	border: 1px solid #1C4388;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 600;
	color: white;
	transition: 0.2s;
}
.tab-change button:hover {
	background-color: white;
	color: #1C4388;
	transition: 0.2s;
}
.form-area form .input-box  .example {
	text-align: left;
}
.form-area form .input-box .box.type-radio {
	gap:15px;
	font-size: 19px;
	flex-direction: row;
}
.form-area form .input-box .box.type-radio label {
	display: flex;
	gap:5px;
}
.form-area form .input-box .box.type-up button {
	margin: 0;
	height: 52px;
	width: 170px;
}

.fileup_btn {
    height: 52px;
    width: 170px;
    margin: 0px;
    background-color: rgb(125, 125, 125);
    box-sizing: border-box;
    color: white;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.45px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(125, 125, 125);
    border-image: initial;
	display: flex;
	justify-content: center;
	align-items: center;
}
#uploadFile {
	width: 100%;
	height: 95px;
	position: relative;
	margin-top: 30px;
}
#uploadFile::before {
	position: absolute;
	content: "ここにファイルをドラッグ＆ドロップすることも可能です";
	background-color: white;
	border: 1px dashed #7D7D7D;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 500;
	color: #7D7D7D;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mwform-file-delete {
	display: none!important;
}
@media screen and (max-width:1200px) {
.recruiting-flow .flow-flex {
	flex-wrap: wrap;
}
}
@media screen and (max-width:890px) {
.filede-box ul  {
	border: none;
}
.filede-box ul li {
	flex-direction: column;
	font-size: 14px;
	border: none;
	margin-bottom: 5px;
}
.filede-box ul li .text {
	border: 1px solid #E3E9F1;
}
.recruiting-flow .flow-flex {
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.recruiting-flow .flow-flex .flow {
	width: 320px;
	min-height: auto;
	padding: 20px 0!important;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: 40px;
}
.recruiting-flow .flow-flex .flow span {
	font-size: 18px;
}
.recruiting-flow .flow-flex .flow p {
	font-size: 16px;
	text-align: center;
}
.recruiting-flow .flow-flex .flow::before {
	display: none;
}
.recruiting-flow .flow-flex .flow::after {
border-width: 40px 160px 0 160px;
border-color: #1b4388 transparent transparent transparent;
left: 0;
bottom: -40px;
top: auto;
right: auto;
}
.recruiting-contact a {
	font-size: 18px;
}
.recruiting-flow .et-text {
	font-size: 14px;
}
.recruiting-contact-box .box .mail-contact {
	font-size: 14px;
}
.recruiting-contact-box .box .title {
	font-size: 20px;
}
.recruiting-contact-box .box .sub-ti{
	font-size: 21px;
} 
.recruiting-contact-box .box .access {
	font-size: 16px;
}
.recruiting-contact-box .box .tel-contact a {
	font-size: 18px;
}
.recruiting-contact-box .box .tel-contact .time {
	font-size: 18px;
}
.qa-flex .top-q p {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.qa-flex .bottom-a p {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.qa-flex .top-q span,.qa-flex .bottom-a span {
	font-size: 24px;
	min-width: 50px;
	height: 50px;
}
.tab-change button {
	font-size: 18px;
	width: 180px;
	height: 50px;
}
}
#dropArea {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 95px;
	border: 1px dashed #7D7D7D;
	box-sizing: border-box;
	background-color: white;
	color: #7D7D7D;
	font-size: 18px;
	font-weight: 500;
}
#dropArea.dragover {
    border: 2px solid #16a5bf;
    background: rgba(22, 165, 191, 0.6);
}
@-webkit-keyframes open_line_1 {
  0% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  51% {
    -webkit-transform: translateY(1px) rotate3d(0, 0, 1, 0);
            transform: translateY(1px) rotate3d(0, 0, 1, 0);
  }
  100% {
    background-color: white;
    -webkit-transform: translateY(1px) rotate3d(0, 0, 1, 20deg);
            transform: translateY(1px) rotate3d(0, 0, 1, 20deg);
  }
}

@keyframes open_line_1 {
  0% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  51% {
    -webkit-transform: translateY(1px) rotate3d(0, 0, 1, 0);
            transform: translateY(1px) rotate3d(0, 0, 1, 0);
			width: 30px;
  }
  100% {
    background-color: #001733;
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 2, 35deg);
            transform: translateY(-1px) rotate3d(0, 0, 2, 35deg);
			width: 30px;
  }
}

@-webkit-keyframes open_line_2 {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  51% {
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, 0);
            transform: translateY(-1px) rotate3d(0, 0, 1, 0);
  }
  100% {
    background-color: #001733;
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, -20deg);
            transform: translateY(-1px) rotate3d(0, 0, 1, -20deg);
  }
}

@keyframes open_line_2 {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  51% {
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, 0);
            transform: translateY(-1px) rotate3d(0, 0, 1, 0);
			width: 30px;
  }
  100% {
    background-color: #001733;
    -webkit-transform: translateY(-3px) rotate3d(0, 0, 1, -35deg);
            transform: translateY(-3px) rotate3d(0, 0, 1, -35deg);
			width: 30px;
  }
}

@-webkit-keyframes close_line_1 {
  0% {
    background-color: white;
    -webkit-transform: translateY(10px) rotate3d(0, 0, 1, 20deg);
            transform: translateY(10px) rotate3d(0, 0, 1, 20deg);
  }
  50% {
    -webkit-transform: translateY(1px) rotate3d(0, 0, 1, 0);
            transform: translateY(1px) rotate3d(0, 0, 1, 0);
  }
  51% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@keyframes close_line_1 {
  0% {
    background-color: white;
    -webkit-transform: translateY(1px) rotate3d(0, 0, 1, 20deg);
            transform: translateY(1px) rotate3d(0, 0, 1, 20deg);
  }
  50% {
    -webkit-transform: translateY(1px) rotate3d(0, 0, 1, 0);
            transform: translateY(1px) rotate3d(0, 0, 1, 0);
  }
  51% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes close_line_2 {
  0% {
    background-color: white;
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, -20deg);
            transform: translateY(-1px) rotate3d(0, 0, 1, -20deg);
  }
  50% {
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, 0);
            transform: translateY(-1px) rotate3d(0, 0, 1, 0);
  }
  51% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@keyframes close_line_2 {
  0% {
    background-color: white;
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, -20deg);
            transform: translateY(-1px) rotate3d(0, 0, 1, -20deg);
  }
  50% {
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, 0);
            transform: translateY(-1px) rotate3d(0, 0, 1, 0);
			width: 30px;
  }
  51% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(5px);
  }
}
.inview {
	opacity: 0;
}
.inview.is-animate {
	opacity: 1;
    animation: fadeIn02 1s ease 0.3s 1 normal backwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.number-box {
	display: flex;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.number-box .box {
	width: 373px;
	margin: 0 0 80px;
	
}

.number-box .box h6 {
	color: #1C4388;
	font-size: 24px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.number-box .box h6 span {
	font-size: 16px;
	font-weight: 500;
}

.number-box .box img {
	width: auto;
	max-width: 100%;
	padding: 20px 0;
}
.number-box .box .row-num {
	display: flex;
	justify-content: center;
	gap:50px;
	padding-left: 20px;
	box-sizing: border-box;
}

.number-box .box p {
	color: #1C4388;
	font-size: 27px;
	font-weight: 600;
}
.number-box .box p.etc-text {
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	margin-top: 10px;
}

.number-box .box .count-up {
	font-size: 78px;
	font-weight: 700;
	line-height: 1;
}

.graph {
	width: 300px;
	margin: 10px auto 10px;
	display: flex;
	flex-direction: column;
	gap:10px;
}
.number-box .box .graph p {
	font-size: 18px;
	min-width: 70px;
	text-align: left;
	font-weight: 500;
}
.line-box {
	display: flex;
}
.line-box div {
	width: 200px;
	position: relative;
}
.line-box div::before {
	position: absolute;
	content: "";
	background-color: #E3E9F1;
	height: 100%;
	left: 0;
	width: 0;
}
.line-box div.lihe04::before {
	background-color: #1C4388;
}
.line-box.is-active div::before {
	transition: 1.5s;
}
.line-box.is-active div.lihe01::before {
	width: 0.1%;
}
.line-box.is-active div.lihe02::before {
	width: 85%;
}
.line-box.is-active div.lihe03::before {
	width: 70%;
}
.line-box.is-active div.lihe04::before {
	width: 100%;
}
.line-box.is-active div.lihe05::before {
	width: 85%;
}
.line-box.is-active div.lihe06::before {
	width: 40%;
}
.graph span {
	width: 80px;
	color: #1C4388;
	font-size: 18px;
	font-weight: 600;
	text-align: right;
}
.number-box .box .title {
	font-size: 45px;
	padding-right: 30px;
}
.number-box .box .time {
	font-size: 45px;
	margin-right: -10px;
}
.number-box .box .text02 {
	font-size: 45px;
}
.number-box .box .count-up.count-size02 {
	font-size: 45px;
}
.number-box .box .cloum-num {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	gap:20px;
}
.number-box .box .s-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	gap:20px;
}
.number-box .box .s-list.type02 {
	padding: 0 75px;
}
.number-box .box .s-list li {
	display: flex;
	width: 47%;
	color: #1C4388;
	font-size: 18px;
	font-weight: 500;
	justify-content: space-between;
}
.number-box .box .s-list.type02 li {
	width: 100%;
}
.number-box .box .s-list li .count-size3 {
	font-size: 18px;
}
.number-box .box .s-list li p {
	font-size: 18px;
}
@media screen and (max-width:1245px) {
.number-box {
	max-width: 780px;
}	
}
@media screen and (max-width:850px) {
.number-box {
	flex-direction: column;
	align-items: center;
}	
}
@media screen and (max-width:500px) {
.number-box .box {
	transform: scale(0.8);
	width: auto;
}
.number-box .box .s-list {
	padding: 0;
}
}

.recruit-link {
	color: #001733;
	width: 90%;
	max-width: 1200px;
	margin: 70px auto 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
}
.recruit-link .link-flex {
	display: flex;
	gap:50px;
	justify-content: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.recruit-link .link-flex a:hover {
	opacity: 0.7;
}
.recruit-link .link-flex a img {
	max-width: 100%;
}
@media screen and (max-width:890px) {
.recruit-link {
	font-size: 16px;
}	
}
.mw_wp_form .error {
	font-size: 16px!important;
}

.form-area .mw_wp_form_preview form .input-box .example {
	display: none;
}
.form-area .mw_wp_form_preview  form .input-box .box.type-up {
	display: none;
}
.form-area .mw_wp_form_preview  form .cheak-box {
	display: none;
}
.form-area .mw_wp_form_preview form .input-box .box button {
	display: none;
}
.form-area .mw_wp_form_preview  form .send {
	margin-top: 70px;
}
@media screen and (max-width:1340px) {
	.flow-box {
		transform: scale(0.9)translate(-60px, -50px);
		width: 1100px;
	}
	.flow-box .flow {
		width: 100%;
	}
}
@media screen and (max-width:1090px) {
	.flow-box {
		transform: none;
		width: 100%;
	}
	.flow-box .flow {
		width: 1100px;
	}
	.scroll-text {
		opacity: 1;
	}
}

.re03-comment {
	max-width: 1200px;
	width: 90%;
	text-align: left;
	color: #001733;
	font-size: 18px;
	font-weight: 500;
	margin: 0 auto 50px;
}
.re03-comment02 {
	max-width: 600px;
	width: 90%;
	text-align: center;
	color: #001733;
	font-size: 18px;
	font-weight: 500;
	margin: 70px auto 0;
	padding: 40px;
	box-sizing: border-box;
	border-top: 2px solid #1C4388;
	border-bottom: 2px solid #1C4388;
	line-height: 1.8;
}
@media screen and (max-width:890px) {
.re03-comment,.re03-comment02 {
	font-size: 14px;
}
}