@charset "UTF-8";
@import url(reset.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@font-face {
  font-family: "Ashley-Medium";
  src: url("../css/Ashley-Medium.otf") format('truetype');
}

* html body {
	background: url(null) fixed;
}
html, body {
	font-size: 10px;
	width: 100%;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #2A2A2A;
	font-size: clamp(1.4rem, 1.362rem + 0.16vw, 1.6rem);
	background-color: #F4F4F4;
	font-family: "Noto Sans JP", serif;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	animation: fadein 1s forwards;
}
@keyframes fadein {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
a {
	color: #2A2A2A;
	text-decoration: none;
	-webkit-transition: all .6s;
	transition: all .6s;
}
a:hover {
	color: #2A2A2A;
	text-decoration: none;
}
*:focus {
	outline: none;
}
img {
	-webkit-backface-visibility: hidden;
}
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
	outline-offset: -2px;
}
input[type="text"], textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
}
select {
  -webkit-appearance: none;
  appearance: none;
	color: #363636;
  box-shadow: none;
  background: #FFF url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 10px top 55%;
  background-size: 16px 16px;
  cursor: pointer;
}
br.cancel {
	display: block;
}
@media screen and (max-width: 896px) {
	br.cancel {
		display: none;
	}
}
.inview-text--up {
	-webkit-transition: 1s .2s cubic-bezier(.16, .43, .45, 1);
	transition: 1s .2s cubic-bezier(.16, .43, .45, 1);
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	opacity: 0;
	filter: blur(4px);
  will-change: transform, opacity, filter;
}
.inview-text--up.inview {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 896px) {
}

/*!------------------------------------------------------------------
[ヘッダー]
*/
header {
	position: relative;
	top: 60px;
	z-index: +1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	width: 100%;
	height: 60px;
}
header h1 {
	margin-left: 5%;
	width: 240px;
}
header h1 img {
	width: 100%;
	height: auto;
	transition: .2s;
}
header ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 20px;
	background-color: rgba(255,255,255,.8);
	border-radius: 5px 0 0 5px;
}
header ul li {
	flex-grow: 1;
}
header ul li a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-size: 1.4rem;
	line-height: 60px;
	text-decoration: none;
	transition: .2s;
}
header ul li:not(:last-child) a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #2A2A2A;
	transition: all 0.4s ease;
}
header ul li:not(:last-child) a:hover::before {
	left: 0;
	width: 100%;
}
header ul li:last-child a {
	position: relative;
  overflow: hidden;
	display: block;
	margin-left: 25px;
	padding: 0 40px;
	color: #FFF;
	line-height: 44px;
	background-color: #3D63A3;
	border-radius: 100vh;
	transition: ease .4s;
}
header ul li:last-child a span {
	position: relative;
	z-index: 3;
	color: #FFF;
}
header ul li:last-child a:hover span{
	color: #FFF;
}
header ul li:last-child a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	color: #FFF;
	background: #2A2A2A;
	transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}
header ul li:last-child a:hover:before{
	transform:scale(1, 1);
}
@media screen and (max-width: 1199px) {
	header {
		top: 30px;
		height: 50px;
	}
	header h1 {
		margin-left: 5%;
		width: 200px;
	}
	header ul {
		display: none;
	}
}

/*!------------------------------------------------------------------
[メインビジュアル]
*/
.mainvisual {
	position: relative;
	width: 100%;
	height: 100vh;
}
#mainvisual_vegas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80vh;
	border-radius: 0 0 200px 200px;
}
.mainvisual .mainvisual__ttl {
	position: absolute;
	z-index: +2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mainvisual .mainvisual__ttl h2 {
	color: #FFF;
	font-size: clamp(2.8rem, 2.534rem + 1.09vw, 4.2rem);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .1em;
	text-align: center;
	text-shadow: 0 0 24px #013282;
}
.mainvisual .content__ttl {
	position: absolute;
	z-index: +1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mainvisual .content__ttl h2 span.heading-en {
	font-size: clamp(5rem, 4.239rem + 3.12vw, 9rem);
	font-weight: 700;
	letter-spacing: .1em;
}
.mainvisual .content__ttl h2 span.heading-ja {
	font-size: clamp(1.4rem, 1.362rem + 0.16vw, 1.6rem);
	font-weight: 700;
}
@media screen and (max-width: 896px) {
	.mainvisual {
		position: relative;
		width: 100%;
		height: 85vh;
	}
	#mainvisual_vegas {
		height: 60vh;
		border-radius: 0 0 50px 50px;
	}
	.mainvisual .mainvisual__ttl {
		width: 100%;
		text-align: center;
	}
/*
.mainvisual .content__ttl {
	position: absolute;
	z-index: +1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mainvisual .content__ttl h2 span.heading-en {
	font-size: clamp(5rem, 4.239rem + 3.12vw, 9rem);
	font-weight: 700;
	letter-spacing: .1em;
}
.mainvisual .content__ttl h2 span.heading-ja {
	font-size: clamp(1.4rem, 1.362rem + 0.16vw, 1.6rem);
	font-weight: 700;
}
*/
}

.mainvisual .mainvisual__pickup {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	width: 90%;
	height: 20vh;
}
.mainvisual .mainvisual__pickup dl {
	display: flex;
	align-items: center;
	gap: 30px;
}
.mainvisual .mainvisual__pickup dl dt {
	font-size: clamp(1.8rem, 1.724rem + 0.31vw, 2.2rem);
}
.mainvisual .mainvisual__pickup dl dd {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	font-size: 1.4rem;
	line-height: 1.6;
	border-bottom: 1px solid #C3C3C3;
}
.mainvisual .mainvisual__pickup dl dd span {
	font-size: 1.2rem;
}
.mainvisual .mainvisual__pickup dl dd a {
	position: relative;
	padding: 0 10px;
	transition: 0.4s ease-in-out;
}
.mainvisual .mainvisual__pickup dl dd a:before {
	position: absolute;
	bottom: -11px;
	left: 50%;
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0);
	transform: translateX(-50%);
}
.mainvisual .mainvisual__pickup dl dd a:after {
	position: absolute;
	bottom: -11px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #2A2A2A;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .4s;
}
.mainvisual .mainvisual__pickup dl dd a:hover:after {
	transform: scale(1, 1);
}
.mainvisual .mainvisual__pickup .pickup__phone {
	display: none;
}
@media screen and (max-width: 896px) {
	.mainvisual .mainvisual__pickup {
		top: 60vh;
		bottom: auto;
		justify-content: flex-start;
		padding: 50px 0 0;
		width: 80%;
	}
	.mainvisual .mainvisual__pickup dl {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		width: 100%;
	}
	.mainvisual .mainvisual__pickup dl dt {
		font-size: 3rem;
	}
	.mainvisual .mainvisual__pickup dl dd {
		align-items: flex-start;
		flex-flow: wrap;
	}
	.mainvisual .mainvisual__pickup dl dd a {
		padding: 0;
		width: 100%;
	}
}

body.about .mainvisual {
	position: relative;
	width: 100%;
	height: 50vh;
	min-height: 500px;
	background: url(../img/mainvisual_about_pc.webp) center bottom / cover no-repeat;
	border-radius: 0 0 200px 200px;
}
body.company .mainvisual {
	position: relative;
	width: 100%;
	height: 50vh;
	min-height: 500px;
	background: url(../img/mainvisual_company_pc.webp) center bottom / cover no-repeat;
	border-radius: 0 0 200px 200px;
}
body.post-type-archive-post .mainvisual, body.category .mainvisual, body.maker .mainvisual {
	position: relative;
	width: 100%;
	height: 50vh;
	min-height: 500px;
	background: url(../img/mainvisual_products_pc.webp) center bottom / cover no-repeat;
	border-radius: 0 0 200px 200px;
}
body.contact .mainvisual {
	position: relative;
	margin-bottom: 100px;
	width: 100%;
	height: 400px;
	min-height: 400px;
}
body.recruit .mainvisual {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(../img/recruit_photo_01.webp) center bottom / cover no-repeat;
}
body.post-type-archive-news .mainvisual, body.tax-news-cat .mainvisual {
	position: relative;
	margin-bottom: 100px;
	width: 100%;
	height: 350px;
	min-height: 350px;
}
body.single-news .mainvisual {
	position: relative;
	margin-bottom: 100px;
	width: 100%;
	height: 100px;
	min-height: 100px;
}
body.post-template-default .mainvisual {
	position: relative;
	width: 100%;
	height: 300px;
	min-height: 300px;
}
@media screen and (max-width: 896px) {
	body.about .mainvisual {
		height: 40vh;
		min-height: 250px;
		border-radius: 0 0 50px 50px;
	}
	body.company .mainvisual {
		height: 40vh;
		min-height: 250px;
		border-radius: 0 0 50px 50px;
	}
	body.post-type-archive-post .mainvisual, body.category .mainvisual, body.maker .mainvisual {
		height: 40vh;
		min-height: 250px;
		border-radius: 0 0 50px 50px;
	}
	body.contact .mainvisual {
		margin-bottom: 100px;
		width: 100%;
		height: 200px;
		min-height: 100px;
	}
	body.post-type-archive-news .mainvisual, body.tax-news-cat .mainvisual {
		height: 200px;
		min-height: 100px;
	}
	body.single-news .mainvisual {
		margin-bottom: 60px;
		height: 100px;
		min-height: 50px;
	}
	body.post-template-default .mainvisual {
		position: relative;
		width: 100%;
		height: 200px;
		min-height: 150px;
	}
}

/*!------------------------------------------------------------------
[共通]
*/
.ashley {
	font-family: "Ashley-Medium";
}
section {
	text-align: justify;
	text-justify: inter-ideograph
}
section img {
	width: 100%;
}

.arrow_blue {
	text-align: right;
}
.arrow_blue a {
  display: inline-flex; /* 横幅は中身サイズに */
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.arrow_blue a p {
  position: relative;
  padding: 10px 0;
  font-weight: 500;
  overflow: hidden;
}
.arrow_blue a p::before,
.arrow_blue a p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #2A2A2A;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.arrow_blue a p::before {
  transform: translateX(0%);
  opacity: 1;
}
.arrow_blue a p::after {
  transform: translateX(-120%);
  opacity: 0;
}
.arrow_blue a:hover p::before {
  transform: translateX(120%);
  opacity: 0;
  transition-delay: 0s;
}
.arrow_blue a:hover p::after {
  transform: translateX(0%);
  opacity: 1;
  transition-delay: 0.3s;
}
.arrow_blue a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-color: #3D63A3;
  border-radius: 30px;
}
.arrow_blue a span::before,
.arrow_blue a span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 16px;
  background-image: url('../img/icon_arrow_w.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.arrow_blue a span::before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.arrow_blue a span::after {
  transform: translate(-200%, -50%);
  opacity: 0;
}
.arrow_blue a:hover span::before {
  transform: translate(200%, -50%);
  opacity: 0;
}
.arrow_blue a:hover span::after {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-delay: 0.3s;
}
.heading-ja,
.heading-en {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.heading-ja {
	margin-top: 20px;
  color: #0B0B0B;
  font-size: clamp(1.6rem, 1.486rem + 0.47vw, 2.2rem);
  font-weight: 700;
}
.heading-ja span,
.heading-en span {
  display: inline-block;
  opacity: 0;
}
.heading-ja.inview span {
  animation: textSlideY .3s ease-out forwards;
}
.heading-en.inview span {
  animation: textSlideY .6s ease-out forwards;
}
@keyframes textSlideY {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes textSlideX {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* パンくずリスト */
.breadcrumb_box {
	margin: auto;
	padding: 30px 0 100px;
	width: 90%;
	font-size: clamp(1rem, 0.943rem + 0.23vw, 1.3rem);
}
.breadcrumb_box ul {
	list-style: none;
}
.breadcrumb_box li{
	display: inline;
}
.breadcrumb_box li a {
	color: inherit;
	text-decoration: none;
}
.breadcrumb_box li + li:before{
	content: ">";
	margin:.5em;
}
.breadcrumb_box a {
	color: #C3C3C3!important;
}
@media screen and (max-width: 896px) {
	.breadcrumb_box {
		padding: 30px 0 60px;
	}
}

/*!------------------------------------------------------------------
[PRODUCT]
*/
.product_box_home {
	display: flex;
	align-items: flex-start;
	flex-flow: wrap;
	margin-right: 10%;
	margin-bottom: 140px;
	padding: 80px 80px 80px 0;
	width: 90%;
	background-color: #FFF;
	border-radius: 0 40px 40px 0;
	box-sizing: border-box;
}
.product_box_home h3 {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 15%;
	color: #3D63A3;
	font-size: clamp(5rem, 4.239rem + 3.12vw, 9rem);
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-fauture-settings:initial;
}
.product_box_home ul {
	display: flex;
	flex-flow: wrap;
	gap: 2px;
	margin-bottom: 60px;
	width: 85%;
}
.product_box_home ul li {
	position: relative;
	width: calc(100%/2 - 2px);
}
.product_box_home ul li a {
  display: block;
  overflow: hidden;
}
.product_box_home ul li a img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease, filter 0.6s ease;
}
.product_box_home ul li a:hover img {
  transform: scale(1.05);
  filter: brightness(1.15);
}
.product_box_home ul li:nth-child(1) a {
	border-radius: 10px 0 0 0;
}
.product_box_home ul li:nth-child(2) a {
	border-radius: 0 10px 0 0;
}
.product_box_home ul li:nth-child(3) a {
	border-radius: 0 0 0 10px;
}
.product_box_home ul li:nth-child(4) a {
	border-radius: 0 0 10px 0;
}
.product_box_home ul li h4 {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;	
	justify-content: space-between;
	padding: 20px 20px;
	width: 70%;
	font-size: clamp(1.4rem, 1.324rem + 0.31vw, 1.8rem);
	font-weight: 500;
	background-color: #FFF;
	box-sizing: border-box;
}
.product_box_home ul li h4 .arrow_right {
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}
.product_box_home ul li h4 .arrow_right::before,
.product_box_home ul li h4 .arrow_right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 16px;
  background-image: url('../img/icon_arrow_b.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%) translateX(0%);
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.product_box_home ul li h4 .arrow_right::after {
  transform: translate(-50%, -50%) translateX(-120%);
  opacity: 0;
}
.product_box_home ul li a:hover h4 .arrow_right::before {
  transform: translate(-50%, -50%) translateX(120%);
  opacity: 0;
  transition-delay: 0s;
}
.product_box_home ul li a:hover h4 .arrow_right::after {
  transform: translate(-50%, -50%) translateX(0%);
  opacity: 1;
  transition-delay: 0.3s;
}
.product_box_home .arrow_blue {
	width: 100%;
}
@media screen and (max-width: 896px) {
	.product_box_home {
		flex-direction: column;
		margin: 60px auto 60px 0;
		padding: 10% 5%;
		width: 95%;
	}
	.product_box_home h3 {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
		margin-bottom: 30px;
		width: 100%;
		writing-mode: horizontal-tb;
	}
	.product_box_home ul {
		margin-bottom: 40px;
		width: 100%;
	}
	.product_box_home ul li {
		width: 100%;
	}
	.product_box_home ul li:nth-child(1) a {
		border-radius: 10px 10px 0 0;
	}
	.product_box_home ul li:nth-child(2) a {
		border-radius: 0;
	}
	.product_box_home ul li:nth-child(3) a {
		border-radius: 0;
	}
	.product_box_home ul li:nth-child(4) a {
		border-radius: 0 0 10px 10px;
	}
	.product_box_home ul li h4 {
		width: 80%;
	}
}

.post-template-default .content__ttl {
	position: absolute;
	z-index: +1;
	top: auto;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.post-type-archive-post .content__ttl h2, .category .content__ttl h2, .maker .content__ttl h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFF!important;
	text-align: center;
}
.post-template-default .content__ttl h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #3D63A3;
	font-size: clamp(4rem, 3.62rem + 1.56vw, 6rem);
	text-align: center;
}
.post-type-archive-post .content__ttl h2 span, .category .content__ttl h2 span, .maker .content__ttl h2 span {
	color: #FFF;
}
.post-template-default .content__ttl h2 span {
	color: #3D63A3;
}
.post-template-default .content__ttl h2 span.heading-en {
	font-size: clamp(4rem, 3.62rem + 1.56vw, 6rem);
}
.post-type-archive-post .heading-en.inview span, .category .heading-en.inview span, .maker .heading-en.inview span {
  animation: textSlideY .6s ease-out forwards;
}

.category .page_lead_text, .maker .page_lead_text {
	margin: auto;
	padding-bottom: 60px;
	width: 80%;
	max-width: 880px;
}
.category .page_lead_text h3, .maker .page_lead_text h3 {
	margin-bottom: 30px;
	color: #3D63A3;
	font-size: clamp(2.4rem, 2.172rem + 0.94vw, 3.6rem);
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
}
.category .page_lead_text p, .maker .page_lead_text p {
	line-height: 1.8;
}
.comingsoon {
	margin: 0 auto 120px;
	padding: 5%;
	width: 90%;
	max-width: 880px;
	text-align: center;
	line-height: 1.6;
	background-color: #FFF;
	box-sizing: border-box;
}
@media screen and (max-width: 896px) {
	.category .page_lead_text, .maker .page_lead_text {
		padding-bottom: 60px;
		width: 90%;
	}
	.category .page_lead_text h3, .maker .page_lead_text h3 {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.comingsoon {
		margin: 0 auto 60px;
		padding: 10% 5%;
	}
}

.product_list_box .product_main_nav {
	display: flex;
	justify-content: center;
	margin: 0 auto 40px;
	padding-top: 60px;
	width: 80%;
}
.product_list_box .product_sub_nav {
	display: flex;
	justify-content: center;
	margin: 0 auto 60px;
	width: 80%;
}
@media screen and (max-width: 896px) {
.product_list_box .product_main_nav {
	margin-bottom: 20px;
	padding-top: 30px;
	width: 90%;
}
.product_list_box .product_sub_nav {
	margin-bottom: 40px;
	width: 90%;
}
}

.product_list_box .product_main_nav div {
	width: 50%;
}
.product_list_box .product_main_nav div a {
	position: relative;
	display: block;
	color: #FFF;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: clamp(1.4rem, 1.286rem + 0.47vw, 2rem);
	background-color: #D3D3D3;
}
.product_list_box .product_main_nav div.current a {
	position: relative;
	background-color: #3D63A3;
}
.product_list_box .product_main_nav div:hover a {
	background-color: #3D63A3;
}
.product_list_box .product_main_nav div.current a:after {
	content: '';
  position: absolute;
  left: 50%;
	bottom: -9px;
  width: 0;
  height: 0;
	transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #3D63A3 transparent transparent transparent;
}

.product_list_box .product_sub_nav {
	margin-bottom: 60px;
}
.product_list_box .product_sub_nav div, .product_list_box .product_maker_nav div {
	flex-grow: 1;
}
.product_list_box .product_sub_nav div a {
	position: relative;
	display: block;
	color: #FFF;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #D3D3D3;
	border-bottom: 5px solid #D3D3D3;
}
.product_list_box .product_sub_nav div.current a {
	color: #3D63A3;
	background-color: #FFF;
	border-bottom: 5px solid #3D63A3;
}
.product_list_box .product_sub_nav div:hover a {
	color: #3D63A3;
	background-color: #FFF;
	border-bottom: 5px solid #3D63A3;
}
@media screen and (max-width: 896px) {
	.product_list_box .product_sub_nav {
		flex-flow: wrap;
		gap: 1px;
		margin-bottom: 40px;
	}
	.product_list_box .product_sub_nav div, .product_list_box .product_maker_nav div {
		width: 100%;
	}
	.product_list_box .product_sub_nav div a {
		height: 40px;
		line-height: 40px;
	}
}

.product_list_box .product_maker_nav {
	display: flex;
	justify-content: center;
	margin: 0 auto 60px;
	padding: 2px;
	width: 80%;
	background-color: #D3D3D3;
	border-radius: 5px;
	box-sizing: border-box;
}
.product_list_box .product_maker_nav div a {
	position: relative;
	display: block;
	color: #FFF;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #D3D3D3;
}
.product_list_box .product_maker_nav div.current a {
	color: #3D63A3;
	background-color: #FFF;
	border-radius: 5px;
}
.product_list_box .product_maker_nav div:hover a {
	color: #3D63A3;
	background-color: #FFF;
	border-radius: 5px;
}
@media screen and (max-width: 896px) {
	.product_list_box .product_maker_nav {
		margin: 0 auto 40px;
		width: 90%;
	}
	.product_list_box .product_maker_nav div a {
		height: 40px;
		line-height: 40px;
	}
}

.product_list_box .product_sub_list {
	display: flex;
	flex-flow: wrap;
	margin: 0 auto 120px;
	padding: 5%;
	width: 90%;
	background-color: #FFF;
	box-shadow: 0 0 8px #E2E2E2;
	border-radius: 5px;
	box-sizing: border-box;
}
.product_list_box .product_list__item {
	width: 100%;
}
.product_list_box .product_list__item a {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E2E2E2;
}
.product_list_box .product_list__item .item_icon {
	overflow: hidden;
	width: 66px;
	height: 66px;
	border: 1px solid #E2E2E2;
	border-radius: 33px;
}
.product_list_box .product_list__item .item_icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s;
}
.product_list_box .product_list__item a:hover .item_icon img {
	transform: scale(1.2, 1.2);
}
.product_list_box .product_list__item a h4 {
	position: relative;
	margin-bottom: 10px;
	font-size: clamp(1.3rem, 1.205rem + 0.39vw, 1.8rem);
	font-weight: 700;
	line-height: 1.6;
}
.product_list_box .product_list__item a h4:before {
	position: absolute;
	bottom: -5px;
	left: 50%;
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0);
	transform: translateX(-50%);
}
.product_list_box .product_list__item a h4:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .4s;
}
.product_list_box .product_list__item a:hover h4:after {
	transform: scale(1, 1);
}
.product_list_box .product_list__item p {
	font-size: clamp(1rem, 0.924rem + 0.31vw, 1.4rem);
	line-height: 1.6;
}
.product_list_box .product_list__item .arrow_link {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  cursor: pointer;
	margin-left: auto;
  text-decoration: none;
}
.product_list_box .product_list__item .arrow_link span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background-color: #3D63A3;
  border-radius: 10px;
}
.product_list_box .product_list__item .arrow_link span::before,
.product_list_box .product_list__item .arrow_link span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  background-image: url('../img/icon_arrow_w.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.product_list_box .product_list__item .arrow_link span::before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.product_list_box .product_list__item .arrow_link span::after {
  transform: translate(-200%, -50%);
  opacity: 0;
}
.product_list_box .product_list__item a:hover .arrow_link span::before {
  transform: translate(200%, -50%);
  opacity: 0;
}
.product_list_box .product_list__item a:hover .arrow_link span::after {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-delay: 0.3s;
}
body.maker .product_list_box .product_sub_list {
	gap: 40px;
	border-radius: 40px;
}
.product_list_box .product_list__maker {
	padding-bottom: 30px;
	width: calc(100%/2 - 20px);
	border-bottom: 1px solid #E2E2E2;
}
.product_list_box .product_list__maker h4 {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	font-size: clamp(1.3rem, 1.205rem + 0.39vw, 1.8rem);
	font-weight: 700;
	line-height: 1.6;
}
.product_list_box .product_list__maker h4 b {
	padding: 2px 10px;
	font-size: clamp(1rem, 0.962rem + 0.16vw, 1.2rem);
	font-weight: 400;
	border: 1px solid #E2E2E2;
	border-radius: 10px;
}
.product_list_box .product_list__maker h4 a {
	position: relative;
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex: 1;
	color: #3D63A3;
}
.product_list_box .product_list__maker h4 a:before {
	position: absolute;
	bottom: -5px;
	left: 50%;
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0);
	transform: translateX(-50%);
}
.product_list_box .product_list__maker h4 a:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #3D63A3;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .4s;
}
.product_list_box .product_list__maker h4 a:hover:after {
	transform: scale(1, 1);
}
.product_list_box .product_list__maker h4 a .arrow_link {
  position: relative;
  cursor: pointer;
	margin-left: auto;
  text-decoration: none;
}
.product_list_box .product_list__maker h4 a .arrow_link span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background-color: #3D63A3;
  border-radius: 10px;
}
.product_list_box .product_list__maker h4 a .arrow_link span::before,
.product_list_box .product_list__maker h4 a .arrow_link span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  background-image: url('../img/icon_arrow_w.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.product_list_box .product_list__maker h4 a .arrow_link span::before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.product_list_box .product_list__maker h4 a .arrow_link span::after {
  transform: translate(-200%, -50%);
  opacity: 0;
}
.product_list_box .product_list__maker h4 a:hover .arrow_link span::before {
  transform: translate(200%, -50%);
  opacity: 0;
}
.product_list_box .product_list__maker h4 a:hover .arrow_link span::after {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-delay: 0.3s;
}
.product_list_box .product_list__maker p {
	font-size: clamp(1rem, 0.924rem + 0.31vw, 1.4rem);
	line-height: 1.6;
}

.product_list_box .product_maker_nav {
	display: flex;
	justify-content: center;
	margin: 0 auto 60px;
	padding: 2px;
	width: 80%;
	background-color: #D3D3D3;
	border-radius: 5px;
	box-sizing: border-box;
}
.product_list_box .product_maker_nav div {
	cursor: pointer;
	position: relative;
	display: block;
	color: #FFF;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #D3D3D3;
	transition: all .6s;
}
.product_list_box .product_maker_nav div.active {
	color: #3D63A3;
	background-color: #FFF;
	border-radius: 5px;
}
.product_list_box .product_maker_nav div:hover {
	color: #3D63A3;
	background-color: #FFF;
	border-radius: 5px;
}
.tab_box .content {
  display: none;
  transition: opacity 0.5s ease;
}
.tab_box .content.show {
  display: block;
	margin-bottom: 120px;
}

.products_box__post {
	margin: auto;
	padding: 60px 0 120px;
	width: 90%;
	background-color: #FFF;
	border-radius: 40px;
	box-sizing: border-box;
}
.products_box__post .post_category {
	margin-bottom: 30px;
	text-align: center;
}
.products_box__post h3 {
	margin-bottom: 60px;
	font-size: clamp(2.8rem, 2.648rem + 0.62vw, 3.6rem);
	text-align: center;
	font-weight: 700;
}
.products_box__post .main_text_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 5%;
	padding: 100px 0;
	border-bottom: 1px solid #E2E2E2;
}
.products_box__post .main_text_box h4 {
	width: 40%;
	font-size: clamp(3.2rem, 3.01rem + 0.78vw, 4.2rem);
	font-weight: 700;
	line-height: 1.6;
}
.products_box__post .main_text_box p {
	width: 55%;
	line-height: 1.8;
}
.introduction_text_box {
	margin: 0 5%;
	padding: 100px 0;
	border-bottom: 1px solid #E2E2E2;
}
.introduction_text_box .introduction_text_01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.introduction_text_box .introduction_text_02 {
	display: flex;
	gap: 0 5%;
	margin-top: 60px;
}
.introduction_text_box .introduction_text_01 .text {
	width: 40%;
}
.introduction_text_box .introduction_text_02 .text {
	flex: 1;
}
.introduction_text_box .introduction_text_01 h4 {
	margin-bottom: 40px;
	font-size: clamp(2.8rem, 2.61rem + 0.78vw, 3.8rem);
	font-weight: 500;
	line-height: 1.6;
}
.introduction_text_box .introduction_text_02 h4 {
	margin-bottom: 30px;
	font-size: clamp(1.6rem, 1.524rem + 0.31vw, 2rem);
	font-weight: 500;
	line-height: 1.6;
}
.introduction_text_box .introduction_text_01 .text h5 {
	font-size: clamp(1.6rem, 1.486rem + 0.47vw, 2.2rem);
	font-weight: 500;
	line-height: 1.6;
}
.introduction_text_box p {
	line-height: 1.8;
}
.introduction_text_box .introduction_text_01 .photo {
	overflow: hidden;
	width: 55%;
	border-radius: 10px;
}
.introduction_text_box .introduction_text_02 .photo {
	overflow: hidden;
	width: 40%;
	border-radius: 10px;
}
.introduction_text_box .introduction_text_01 .photo img, 
.introduction_text_box .introduction_text_02 .photo img {
	border-radius: 10px;
}
.introduction_text_box .introduction_link {
	position: relative;
  overflow: hidden;
	margin: 60px auto 0;
	width: 40%;
	height: 50px;
	line-height: 50px;
	border: 2px solid #3D63A3;
	border-radius: 100vh;
}
.introduction_text_box .introduction_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3D63A3;
	text-align: center;
}
.introduction_text_box .introduction_link a span {
	position: relative;
	z-index: 3;
	padding: 0 30px;
	background: url(../img/icon_blank.svg) right center / 18px no-repeat;
}
.introduction_text_box .introduction_link a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #3D63A3;
	transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}
.introduction_text_box .introduction_link a:hover span {
	color: #FFF;
}
.introduction_text_box .introduction_link a:hover:before {
	transform:scale(1, 1);
}
.products_link_box {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	gap: 50px;
	margin: auto;
	padding: 100px 0 0;
	width: 80%;
}
.products_link_box p {
	width: 100%;
	text-align: center;
}
.products_link_box .maker_link {
	position: relative;
  overflow: hidden;
	width: 40%;
	height: 50px;
	line-height: 50px;
	border: 2px solid #3D63A3;
	border-radius: 100vh;
}
.products_link_box .contact_link {
	position: relative;
  overflow: hidden;
	width: 40%;
	height: 50px;
	line-height: 50px;
	background-color: #3D63A3;
	border: 2px solid #3D63A3;
	border-radius: 100vh;
}
.products_link_box .maker_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3D63A3;
	text-align: center;
}
.products_link_box .contact_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
}
.products_link_box .maker_link a span {
	position: relative;
	z-index: 3;
	padding: 0 30px;
	background: url(../img/icon_blank.svg) right center / 18px no-repeat;
}
.products_link_box .contact_link a span {
	position: relative;
	z-index: 3;
	padding: 0 30px;
}
.products_link_box .maker_link a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #3D63A3;
	transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}
.products_link_box .contact_link a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #FFF;
	transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}
.products_link_box .maker_link a:hover span {
	color: #FFF;
}
.products_link_box .contact_link a:hover span {
	color: #3D63A3;
}
.products_link_box .maker_link a:hover:before {
	transform:scale(1, 1);
}
.products_link_box .contact_link a:hover:before {
	transform:scale(1, 1);
}
.post-template-default .arrow_blue {
	display: flex;
	justify-content: center;
	margin: 100px 0 120px;
	text-align: left;
}

/*!------------------------------------------------------------------
[ABOUT]
*/
.about_box_home {
	display: flex;
	flex-flow: row-reverse;
	margin-left: 10%;
	margin-bottom: 140px;
	padding: 80px 0 80px 80px;
	width: 90%;
	background-color: #FFF;
	border-radius: 40px 0 0 40px;
	box-sizing: border-box;
}
.about_box_home h3 {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 15%;
	color: #3D63A3;
	font-size: clamp(5rem, 4.239rem + 3.12vw, 9rem);
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-fauture-settings:initial;
}
.about_box_home .about_box_home__text {
	width: 40%;
	line-height: 1.8;
}
.about_box_home .about_box_home__text h4 {
	margin-bottom: 40px;
	font-size: clamp(2.2rem, 1.972rem + 0.94vw, 3.4rem);
	font-weight: 700;
}
.about_box_home .arrow_blue {
	margin-top: 50px;
}
.about_box_home__photo {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-left: -10%;
	margin-right: 5%;
	width: 55%;
}
.about_box_home__photo .about_box_home__photo_01 {
	position: relative;
	overflow: hidden;
	width: 90%;
	border-radius: 10px;
}
.about_box_home__photo .about_box_home__photo_02 {
	position: relative;
	overflow: hidden;
	margin-top: -100px;
	margin-left: auto;
	width: 65%;
	border-radius: 10px;
}
.about_box_home__photo img {
	width: 100%;
}
@media screen and (max-width: 896px) {
	.about_box_home {
		flex-direction: column;
		margin-left: auto;
		margin-bottom: 60px;
		padding: 10% 5%;
		width: 95%;
	}
	.about_box_home h3 {
		order: 1;
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
		margin-bottom: 30px;
		width: 100%;
		writing-mode: horizontal-tb;
	}
	.about_box_home .about_box_home__text {
		order: 3;
		width: 100%;
		line-height: 1.8;
	}
	.about_box_home .about_box_home__text h4 {
		margin-bottom: 20px;
	}
	.about_box_home .arrow_blue {
		margin-top: 50px;
	}
	.about_box_home__photo {
		order: 2;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}
	.about_box_home__photo .about_box_home__photo_01 {
		width: 90%;
	}
	.about_box_home__photo .about_box_home__photo_02 {
		margin-top: -50px;
		width: 60%;
	}
}

.about .content__ttl h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFF!important;
	text-align: center;
}
.about .content__ttl h2 span {
	color: #FFF;
}
.about .heading-en.inview span {
  animation: textSlideY .6s ease-out forwards;
}
.about .page_lead_text {
	margin: auto;
	padding-bottom: 120px;
	width: 80%;
	max-width: 880px;
}
.about .page_lead_text h3 {
	margin-bottom: 30px;
	color: #3D63A3;
	font-size: clamp(2.4rem, 2.172rem + 0.94vw, 3.6rem);
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
}
.about .page_lead_text p {
	line-height: 1.8;
}
@media screen and (max-width: 896px) {
	.about .page_lead_text {
		padding-bottom: 60px;
		width: 90%;
	}
}

.about .about_thought {
	margin-left: 5%;
}
.about .about_thought .about_thought__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
	background-color: #FFF;
	border-radius: 60px 0 0 60px;
}
.about .about_thought .about_thought__item .photo {
	overflow: hidden;
	width: 45%;
	border-radius: 60px 0 0 60px;
}
.about .about_thought .about_thought__item .photo img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s ease-out;
}
.about .about_thought .about_thought__item .photo.inview img {
  opacity: 1;
  transform: scale(1);
}
.about .about_thought .about_thought__item .text {
	padding-right: 10%;
	width: 45%;
	box-sizing: border-box;
}
.about .about_thought .about_thought__item .text span {
	display: block;
	margin-bottom: 40px;
	color: #3D63A3;
	font-size: clamp(6rem, 5.62rem + 1.56vw, 8rem);
}
.about .about_thought .about_thought__item .text h4 {
	margin-bottom: 40px;
	font-size: clamp(2.4rem, 2.21rem + 0.78vw, 3.4rem);
	font-weight: 700;
	line-height: 1.6;
}
.about .about_thought .about_thought__item .text p {
	line-height: 1.8;
}
@media screen and (max-width: 896px) {
	.about .about_thought .about_thought__item {
		flex-direction: column;
		margin-bottom: 40px;
		padding: 5% 0 40px 5%;
		border-radius: 40px 0 0 40px;
	}
	.about .about_thought .about_thought__item .photo {
		margin-bottom: 40px;
		width: 100%;
		border-radius: 40px 0 0 40px;
	}
	.about .about_thought .about_thought__item .text {
		padding-right: 0;
		padding-right: 5%;
		width: 85%;
	}
	.about .about_thought .about_thought__item .text span {
		margin-bottom: 20px;
	}
	.about .about_thought .about_thought__item .text h4 {
		margin-bottom: 10px;
	}
}

.about .about_business_area {
	margin: 0 5% 120px;
	padding: 5%;
	background-color: #FFF;
	border-radius: 40px;
	box-sizing: border-box;
}
.about .about_business_area h3 {
	margin-bottom: 100px;
	color: #3D63A3;
	font-size: clamp(2.4rem, 2.172rem + 0.94vw, 3.6rem);
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
}
.about .about_business_area p {
	margin: 100px auto 20px;
	width: 90%;
	max-width: 880px;
	line-height: 1.8;
}
.about .arrow_blue {
	display: flex;
	justify-content: center;
	margin-bottom: 120px;
	text-align: left;
}
@media screen and (max-width: 896px) {
	.about .about_business_area {
		margin: 0 5% 60px;
		padding: 40px 5%;
	}
	.about .about_business_area h3 {
		margin-bottom: 20px;
	}
	.about .about_business_area p {
		margin: 20px auto 0;
	}
	.about .arrow_blue {
		margin-bottom: 60px;
	}
}

/*!------------------------------------------------------------------
[NEWS]
*/
.news_box_home {
	display: flex;
	margin-right: 10%;
	margin-bottom: 140px;
	padding: 80px 0;
	width: 90%;
	background-color: #FFF;
	border-radius: 0 40px 40px 0;
	box-sizing: border-box;
}
.news_box_home h3 {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 15%;
	color: #3D63A3;
	font-size: clamp(5rem, 4.239rem + 3.12vw, 9rem);
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-fauture-settings:initial;
}
.news_box_home .news_box_home__text {
	width: 60%;
	line-height: 1.8;
}
.news_box_home .news_box_home__text li {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 40px 0;
	font-size: clamp(1rem, 0.924rem + 0.31vw, 1.4rem);
	border-bottom: 1px solid #C3C3C3;
}
.news_box_home .news_box_home__text li:first-child {
	padding-top: 0;
}
.news_box_home .news_box_home__text li a {
	position: relative;
	padding: 0 5px;
	transition: 0.4s ease-in-out;
	font-size: clamp(1.4rem, 1.362rem + 0.16vw, 1.6rem);
}
.news_box_home .news_box_home__text li a:before {
	position: absolute;
	bottom: -5px;
	left: 50%;
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0);
	transform: translateX(-50%);
}
.news_box_home .news_box_home__text li a:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #2A2A2A;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .4s;
}
.news_box_home .news_box_home__text li a:hover:after {
	transform: scale(1, 1);
}
.news_box_home .news_box_home__text li span {
	padding: 2px 15px;
	border-radius: 100vh;
}
.news_box_home .news_box_home__text li span.notice {
	background-color: #8ACEC2;
}
.news_box_home .news_box_home__text li span.products {
	background-color: #BEDC92;
}
.news_box_home .arrow_blue {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
}
@media screen and (max-width: 896px) {
	.news_box_home {
		flex-direction: column;
		margin-right: auto;
		margin-bottom: 60px;
		padding: 10% 5%;
		width: 95%;
	}
	.news_box_home h3 {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
		margin-bottom: 30px;
		width: 100%;
		writing-mode: horizontal-tb;
	}
	.news_box_home .news_box_home__text {
		margin-bottom: 40px;
		width: 100%;
	}
	.news_box_home .news_box_home__text li {
		flex-flow: wrap;
		gap: 10px;
		padding: 25px 0;
	}
	.news_box_home .news_box_home__text li a {
		padding: 0;
		width: 100%
	}
	.news_box_home .arrow_blue {
		justify-content: flex-end;
		width: 100%;
	}
}

.post-type-archive-news h2, .tax-news-cat h2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: auto;
	width: 80%;
	text-align: left;
}
.post-type-archive-news .breadcrumb_box, .tax-news-cat .breadcrumb_box, .single-news .breadcrumb_box {
	padding: 100px 0;
}
.post-type-archive-news .mainvisual .content__ttl, .tax-news-cat .mainvisual .content__ttl {
	position: absolute;
	z-index: +1;
	top: 250px;
	left: 9%;
	transform: translate(0, 0);
}
.post-type-archive-news .heading-en.inview span, .tax-news-cat .heading-en.inview span {
  animation: textSlideY .6s ease-out forwards;
}
@media screen and (max-width: 896px) {
	.post-type-archive-news h2, .tax-news-cat h2 {
		width: 90%;
	}
	.post-type-archive-news .breadcrumb_box, .tax-news-cat .breadcrumb_box, .single-news .breadcrumb_box {
		padding: 60px 0;
	}
	.post-type-archive-news .mainvisual .content__ttl, .tax-news-cat .mainvisual .content__ttl {
		top: 150px;
		left: 5%;
	}
}

.category__navi {
	position: relative;
	z-index: +2;
	margin: 0 auto 80px;
	width: 80%;
}
.category__navi ul {
	display: flex;
	gap: 20px;
}
.category__navi ul li a {
	position: relative;
	display: block;
	min-width: 140px;
	line-height: 40px;
	text-align: center;
	border-radius: 100vh;
}
.category__navi ul li.news a {
	color: #FFF;
	background-color: #3D63A3;
}
.category__navi ul li.notice a {
	color: #164B42;
	background-color: #8ACEC2;
}
.category__navi ul li.products a {
	color: #365A00;
	background-color: #BEDC92;
}
.category__navi ul li a:hover {
	color: #FFF;
	background-color: #C4C4C4;
}
@media screen and (max-width: 896px) {
	.category__navi {
		margin: 0 auto 40px;
		width: 90%;
	}
	.category__navi ul {
		flex-direction: column;
		gap: 10px;
	}
}

.news_list {
	margin: auto;
	width: 80%;
}
.news_list ul {
	display: flex;
	gap: 40px;
	margin-bottom: 80px;
}
.news_list ul li {
	width: calc(100%/3 - 20px);
	background-color: #FFF;
	border-radius: 10px;
}
.news_list ul li a {
	display: flex;
	flex-direction: column;
}
.news_list ul li .news_list__photo {
	overflow: hidden;
	width: 100%;
	height: 250px;
}
.news_list ul li .news_list__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;

  transition: transform 0.6s ease, filter 0.5s ease;
}
.news_list ul li a:hover img {
  transform: scale(1.1);
}
.news_list ul li h4 {
	flex-grow: 1;
	padding: 20px 30px 0;
	min-height: 80px;
	font-size: clamp(1.3rem, 1.205rem + 0.39vw, 1.8rem);
	font-weight: 700;
	line-height: 1.6;
}
.news_list ul li .news_list__text {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0 30px 30px;
}
.news_list ul li .news_list__text span {
	position: relative;
	display: block;
	padding: 4px 15px 5px;
	font-size: 13px;
	text-align: center;
	border-radius: 100vh;
}
.news_list ul li .news_list__text .news {
	color: #FFF;
	background-color: #3D63A3;
}
.news_list ul li .news_list__text .notice {
	color: #164B42;
	background-color: #8ACEC2;
}
.news_list ul li .news_list__text .products  {
	color: #365A00;
	background-color: #BEDC92;
}
@media screen and (max-width: 896px) {
	.news_list {
		width: 90%;
	}
	.news_list ul {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.news_list ul li {
		width: 100%;
	}
	.news_list ul li .news_list__photo {
		height: 200px;
	}
	.news_list ul li h4 {
		padding: 20px;
		min-height: 30px;
	}
	.news_list ul li .news_list__text {
		padding: 0 20px 30px;
	}
}

.single-news .breadcrumb_box {
	padding: 100px 0 30px!important;
}
.single-news .post_photo {
	overflow: hidden;
	width: 100%;
	height: 600px;
}
.single-news .post_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_box__post {
	position: relative;
	z-index: +3;
	top: -60px;
	margin: 0 auto -60px;
	padding: 100px 10% 0;
	width: 90%;
	background-color: #FFF;
	border-radius: 40px;
	box-sizing: border-box;
}
.news_box__post h3 {
	margin-bottom: 50px;
  font-size: clamp(1.8rem, 1.686rem + 0.47vw, 2.4rem);
	font-weight: 700;
	line-height: 1.4;
}
.news_box__post h4 {
	position: relative;
	margin-bottom: 20px;
  font-size: clamp(1.6rem, 1.486rem + 0.47vw, 2.2rem);
	font-weight: 700;
	line-height: 1.6;
}
.news_box__post h4:before {
  content: '';
  position: absolute;
	left: -50px;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #3D63A3;
}
.news_box__post h5 {
	margin-bottom: 20px;
  font-size: clamp(1.4rem, 1.324rem + 0.31vw, 1.8rem);
	font-weight: 700;
	line-height: 1.6;
}
.news_box__post .post_tag__name {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 100px;
}
.news_box__post .post_tag__name span {
	position: relative;
	display: block;
	font-size: 13px;
	text-align: center;
	border-radius: 100vh;
}
.news_box__post .post_tag__name .news {
	padding: 4px 15px 5px;
	color: #FFF;
	background-color: #3D63A3;
}
.news_box__post .post_tag__name .notice {
	padding: 4px 15px 5px;
	color: #164B42;
	background-color: #8ACEC2;
}
.news_box__post .post_tag__name .products {
	padding: 4px 15px 5px;
	color: #365A00;
	background-color: #BEDC92;
}
.news_box__post img {
	display: block;
	margin: 0 auto 60px;
	width: auto;
}
.news_box__post p {
	margin-bottom: 60px;
	line-height: 1.8;
}
.news_box__post blockquote {
	margin-bottom: 60px;
	padding: 5% 5% 10px;
	background-color: #F3F3F3;
}
.news_box__post strong, .news_box__post b {
	font-weight: 700;
}
.news_box__post ul,
.news_box__post ol {
	margin: 0 0 60px 20px;
	line-height: 1.8;
}
.news_box__post ul {
	list-style: disc;
}
.news_box__post ol {
	list-style: decimal;
}
.news_box__post li > ul,
.news_box__post li > ol {
	margin: 0 0 0 30px;
}
.news_box__post .entry__post {
	margin-bottom: 120px;
	padding-bottom: 30px;
}
.single-news .arrow_blue {
	display: flex;
	justify-content: center;
	margin-bottom: 120px;
	text-align: left;
}
@media screen and (max-width: 896px) {
	.single-news .breadcrumb_box {
		padding: 50px 0 30px!important;
		line-height: 1.6;
	}
	.single-news .post_photo {
		height: 350px;
	}
	.news_box__post {
		top: -40px;
		margin: 0 auto;
		padding: 40px 5%;
	}
	.news_box__post h3 {
		margin-bottom: 30px;
	}
	.news_box__post h4 {
		margin-bottom: 10px;
		margin-left: 30px;
	}
	.news_box__post h4:before {
		left: -30px;
		width: 20px;
	}
	.news_box__post h5 {
		margin-bottom: 10px;
	}
	.news_box__post .post_tag__name {
		gap: 10px;
		margin-bottom: 60px;
	}
	.news_box__post img {
		margin: 0 auto 40px;
	}
	.news_box__post p {
		margin-bottom: 40px;
	}
	.news_box__post blockquote {
		margin-bottom: 40px;
		padding: 5% 5% 10px;
	}
	.news_box__post ul,
	.news_box__post ol {
		margin: 0 0 40px 20px;
	}
	.news_box__post li > ul,
	.news_box__post li > ol {
		margin: 0 0 0 20px;
	}
	.news_box__post .entry__post {
		margin-bottom: 0;
	}
	.single-news .arrow_blue {
		margin-bottom: 60px;
	}
}

/*!------------------------------------------------------------------
[COMPANY]
*/
.company_box_home {
	margin-bottom: 140px;
	padding: 80px 0;
	width: 100%;
	background-color: #FFF;
	box-sizing: border-box;
}
.company_box_home h3 {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 60px;
	color: #3D63A3;
	font-size: clamp(5rem, 4.239rem + 3.12vw, 9rem);
}
.company_box_home .heading-en.inview span {
  animation: textSlideY .6s ease-out forwards;
}
.company_box_home .company_box_home__item {
	overflow: hidden;
}
.company_box_home .company_box_home__item ul li {
	display: flex;
	flex-direction: column;
	margin: 0 20px;
}
.company_box_home a img {
	filter: brightness(1);
	transition: all .6s;
	border-radius: 10px;
}
.company_box_home a:hover img {
	filter: brightness(1.2);
}
.company_box_home a .arrow_blue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  position: relative;
  cursor: pointer;
	margin: 40px auto;
	width: 90%;
  text-decoration: none;
}
.company_box_home a .arrow_blue p {
  position: relative;
  padding: 10px 0;
  font-weight: 500;
  overflow: hidden;
}
.company_box_home a .arrow_blue span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 44px;
  height: 44px;
  background-color: #3D63A3;
  border-radius: 22px;
}
.company_box_home a .arrow_blue span::before,
.company_box_home a .arrow_blue span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 13px;
  background-image: url('../img/icon_arrow_w.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.company_box_home a .arrow_blue span::before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.company_box_home a .arrow_blue span::after {
  transform: translate(-200%, -50%);
  opacity: 0;
}
.company_box_home a:hover .arrow_blue span::before {
  transform: translate(200%, -50%);
  opacity: 0;
}
.company_box_home a:hover .arrow_blue span::after {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-delay: 0.3s;
}
@media screen and (max-width: 896px) {
	.company_box_home {
		margin-bottom: 60px;
		padding: 10% 0;
	}
	.company_box_home h3 {
		gap: 10px;
		margin-bottom: 40px;
	}
	.company_box_home .company_box_home__item ul li {
		margin: 0 10px;
	}
	.company_box_home a .arrow_blue {
		margin: 20px auto;
		width: 90%;
	}
}

.company .content__ttl h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFF!important;
	text-align: center;
}
.company .content__ttl h2 span {
	color: #FFF;
}
.company .heading-en.inview span {
  animation: textSlideY .6s ease-out forwards;
}
.company h3 {
	margin-bottom: 50px;
	font-weight: 700;
}
.company h3 span {
	margin-right: 20px;
	font-size: clamp(2.8rem, 2.534rem + 1.09vw, 4.2rem);
}
.company h4 {
	margin-bottom: 50px;
	font-size: clamp(2.8rem, 2.534rem + 1.09vw, 4.2rem);
	line-height: 1.6;
	font-weight: 700;
}
@media screen and (max-width: 896px) {
	.company h3 {
		margin-bottom: 30px;
	}
	.company h3 span {
		margin-right: 10px;
	}
	.company h4 {
		margin-bottom: 30px;
		font-size: 2rem;
	}
}

.company .company_box_message {
	margin-left: 5%;
	margin-bottom: 120px;
	padding: 5% 0 5% 5%;
	background-color: #FFF;
	border-radius: 40px 0 0 40px;
}
.company_box_message__represent {
	display: flex;
	justify-content: space-between;
}
.company_box_message__represent .photo {
	overflow: hidden;
	width: 40%;
	border-radius: 10px 0 0 10px;
}
.company_box_message__represent .photo img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s ease-out;
}
.company_box_message__represent .photo.inview img {
  opacity: 1;
  transform: scale(1);
}
.company .company_box_message p {
	width: 50%;
	line-height: 1.8;
}
.company .company_box_message p b {
	display: block;
	margin-top: 20px;
	font-size: clamp(1.4rem, 1.343rem + 0.23vw, 1.7rem);
	text-align: right;
}
@media screen and (max-width: 896px) {
	.company .company_box_message {
		margin-bottom: 60px;
		padding: 40px 5%;
	}
	.company_box_message__represent {
		flex-flow: wrap-reverse;
	}
	.company_box_message__represent .photo {
		margin-bottom: 30px;
		width: 100%;
		border-radius: 20px;
	}
	.company .company_box_message p {
		width: 100%;
	}
}

.company .company_box_philosophy {
	margin-right: 5%;
	margin-bottom: 120px;
	background-color: #FFF;
	border-radius: 0 40px 40px 0;
}
.company .company_box_philosophy .inner {
	padding: 5% 5% 0 10%;
}
.company .company_box_philosophy .photo {
	overflow: hidden;
	border-radius: 0 0 40px 0;
}
.company .company_box_philosophy .photo img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s ease-out;
}
.company .company_box_philosophy .photo.inview img {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 896px) {
	.company .company_box_philosophy {
		margin-bottom: 60px;
	}
	.company .company_box_philosophy .inner {
		padding: 40px 5% 0;
	}
	.company .company_box_philosophy .photo {
		height: 250px;
	}
	.company .company_box_philosophy .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.company .company_box_companypolicy {
	margin-left: 5%;
	margin-bottom: 120px;
	padding: 5%;
	font-weight: 700;
	background-color: #FFF;
	border-radius: 40px 0 0 40px;
}
.company .company_box_companypolicy h3 {
	margin-bottom: 100px;
}
.company .company_box_companypolicy .inner {
	background: url(../img/company_photo_09.svg) right bottom / 30% no-repeat;
}
.company .company_box_companypolicy ul {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.company .company_box_companypolicy ul li {
	display: flex;
	align-items: center;
	gap: 40px;
}
.company .company_box_companypolicy ul li b {
	display: flex;
	align-items: center;
	width: 25%;
	font-size: clamp(4.2rem, 3.858rem + 1.4vw, 6rem);
}
.company .company_box_companypolicy ul li b:before {
	content: "";
	width: 60px;
	height: 2px;
}
.company .company_box_companypolicy ul li b:before {
	margin-right: 50px;
}
.company .company_box_companypolicy ul li:nth-child(1) b:before {
	background-color: #E71C10;
}
.company .company_box_companypolicy ul li:nth-child(2) b:before {
	background-color: #49B4DF;
}
.company .company_box_companypolicy ul li:nth-child(3) b:before {
	background-color: #0CB185;
}
.company .company_box_companypolicy ul li:nth-child(4) b:before {
	background-color: #E6E402;
}
.company .company_box_companypolicy ul li:nth-child(5) b:before {
	background-color: #CB8EBB;
}
.company .company_box_companypolicy ul li div {
	font-size: clamp(1.8rem, 1.686rem + 0.47vw, 2.4rem);
	line-height: 1.6;
}
.company .company_box_companypolicy ul li div span {
	font-size: clamp(2.2rem, 2.048rem + 0.62vw, 3rem);
}
@media screen and (max-width: 896px) {
	.company .company_box_companypolicy {
		margin-bottom: 60px;
		padding: 40px 5%;
	}
	.company .company_box_companypolicy h3 {
		margin-bottom: 40px;
	}
	.company .company_box_companypolicy .inner {
		padding-bottom: 160px;
		background: url(../img/company_photo_09.svg) right bottom / 60% no-repeat;
	}
	.company .company_box_companypolicy ul li {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.company .company_box_companypolicy ul li b {
		width: 100%;
	}
	.company .company_box_companypolicy ul li b:before {
		width: 40px;
	}
	.company .company_box_companypolicy ul li b:before {
		margin-right: 20px;
	}
	.company .company_box_companypolicy ul li div {
		margin-left: 60px;
	}
}

.company .company_box_overview {
	margin-right: 5%;
	margin-bottom: 120px;
	padding: 5% 5% 5% 10%;
	background-color: #FFF;
	border-radius: 0 40px 40px 0;
}
.company .company_box_overview dl {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-flow: wrap;
	line-height: 1.6;
}
.company .company_box_overview dl dt {
	display: flex;
	align-items: center;
	padding: 30px 0;
	width: 20%;
	border-top: 1px solid #C3C3C3;
}
.company .company_box_overview dl dd {
	padding: 30px 0;
	width: 80%;
	border-top: 1px solid #C3C3C3;
}
.company .company_box_overview dl .btnone {
	border-top: none;
}
@media screen and (max-width: 896px) {
	.company .company_box_overview {
		margin-bottom: 60px;
		padding: 40px 5%;
	}
	.company .company_box_overview dl {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-flow: wrap;
		line-height: 1.6;
	}
	.company .company_box_overview dl dt {
		padding: 20px 0 5px;
		width: 100%;
		font-weight: 700;
	}
	.company .company_box_overview dl dd {
		padding: 5px 0 20px;
		width: 100%;
		border-top: none;
	}
}

.company .company_box_access {
	margin: 0 5%;
	margin-bottom: 120px;
	padding: 5%;
	background-color: #FFF;
	border-radius: 40px;
}
.company .company_box_access ul {
	display: flex;
}
.company .company_box_access ul li {
	width: 50%;
}
.company .company_box_access ul li h5 {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 15px 5px;
	color: #3D63A3;
	border: 1px solid #3D63A3;
	border-radius: 100vh;
}
.company .company_box_access iframe {
	margin-bottom: 40px;
	width: 100%;
	height: 450px;
	border-radius: 20px;
}
@media screen and (max-width: 896px) {
	.company .company_box_access {
		margin-bottom: 60px;
		padding: 40px 5%;
	}
	.company .company_box_access ul {
		display: flex;
		flex-flow: wrap;
		gap: 40px;
	}
	.company .company_box_access ul li {
		width: 100%;
		line-height: 1.6;
		text-align: center;
	}
	.company .company_box_access ul li h5 {
		padding: 10px 0;
		width: 100%;
		text-align: center;
	}
	.company .company_box_access iframe {
		margin-bottom: 30px;
		height: 300px;
	}
}
.company .company_box_csr {
	margin: 0 5%;
	margin-bottom: 120px;
}
.company .company_box_csr ul {
	display: flex;
	justify-content: space-between;
}
.company .company_box_csr ul li {
	display: flex;
	flex-direction: column;
	width: 48%;
	background-color: #FFF;
	border-radius: 40px;
}
.company .company_box_csr ul li img {
	border-radius: 40px 40px 0 0;
}
.company .company_box_csr ul li:first-child img {
	border-bottom: 1px solid #C3C3C3;
}
.company .company_box_csr ul li h5 {
	display: flex;
	align-items: center;
	padding: 0 50px;
	min-height: 150px;
	font-size: clamp(1.8rem, 1.686rem + 0.47vw, 2.4rem);
	font-weight: 700;
	line-height: 1.6;
}
.company .company_box_csr ul li p {
	padding: 0 50px 50px;
	line-height: 1.6;
}
@media screen and (max-width: 896px) {
	.company .company_box_csr {
		margin: 0 5%;
		margin-bottom: 60px;
	}
	.company .company_box_csr ul {
		flex-direction: column;
		gap: 40px;
	}
	.company .company_box_csr ul li {
		width: 100%;
	}
	.company .company_box_csr ul li h5 {
		padding: 20px 10% 10px;
		min-height: 20px;
	}
	.company .company_box_csr ul li p {
		padding: 0 10% 40px;
	}
}

/*!------------------------------------------------------------------
[CONTACT]
*/
.contact_box_home {
	margin:0 auto 140px;
	width: 80%;
	max-width: 880px;
	box-sizing: border-box;
}
.contact_box_home h3 {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 60px;
	color: #3D63A3;
	font-size: clamp(4.8rem, 4.762rem + 0.16vw, 5rem);
}
.contact_box_home .heading-ja {
	font-size: clamp(1.4rem, 1.286rem + 0.47vw, 2rem);
}
.contact_box_home .heading-en.inview span {
  animation: textSlideY .6s ease-out forwards;
}
.contact_box_home .contact_box_home_text {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
	text-align: center;
}
.contact_box_home .contact_box_home_text .item_tel {
	padding-right: 100px;
	border-right: 1px solid #7F7F7F;
}
.contact_box_home .contact_box_home_text .item_form {
	padding-left: 100px;
}
.contact_box_home .contact_box_home_text h4 {
	margin-bottom: 30px;
	font-size: clamp(2.2rem, 2.048rem + 0.62vw, 3rem);
}
.contact_box_home .contact_box_home_text h5 {
	margin-bottom: 20px;
	font-size: clamp(2.4rem, 2.172rem + 0.94vw, 3.6rem);
	font-weight: 500;
}
.contact_box_home .contact_box_home_text h5 span {
	margin-right: 10px;
	font-size: clamp(1.8rem, 1.648rem + 0.62vw, 2.6rem);
}
.contact_box_home .contact_box_home_text p {
	margin-bottom: 30px;
}
.contact_box_home .contact_box_home_text .item_form .arrow_blue {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.contact_box_home .contact_box_home_text .item_form .arrow_blue p {
  position: relative;
	margin: 0;
  padding: 10px 0;
  font-weight: 500;
  overflow: hidden;
}
.contact_box_home .contact_box_home_text .item_form .arrow_blue span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 44px;
  height: 44px;
  background-color: #3D63A3;
  border-radius: 22px;
}
.contact_box_home .contact_box_home_text .item_form .arrow_blue span::before,
.contact_box_home .contact_box_home_text .item_form .arrow_blue span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 13px;
  background-image: url('../img/icon_arrow_w.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.contact_box_home .contact_box_home_text .item_form .arrow_blue span::before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.contact_box_home .contact_box_home_text .item_form .arrow_blue span::after {
  transform: translate(-200%, -50%);
  opacity: 0;
}
.contact_box_home .contact_box_home_text .item_form .arrow_blue:hover span::before {
  transform: translate(200%, -50%);
  opacity: 0;
}
.contact_box_home .contact_box_home_text .item_form .arrow_blue:hover span::after {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-delay: 0.3s;
}
.contact_box_home .contact_box_home_banner img {
	border: 1px solid #E2E2E2;
	border-radius: 10px;
}
@media screen and (max-width: 896px) {
	.contact_box_home {
		margin: 0 auto 60px;
		width: 90%;
	}
	.contact_box_home h3 {
		margin-bottom: 40px;
	}
	.contact_box_home .contact_box_home_text {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.contact_box_home .contact_box_home_text .item_tel {
		margin-bottom: 30px;
		padding: 0 0 20px 0;
		border-right: none;
		border-bottom: 1px solid #7F7F7F;
	}
	.contact_box_home .contact_box_home_text .item_form {
		padding: 0 0 20px 0;
	}
	.contact_box_home .contact_box_home_text h4 {
		margin-bottom: 10px;
	}
	.contact_box_home .contact_box_home_text h5 {
		margin-bottom: 10px;
	}
	.contact_box_home .contact_box_home_text h5 span {
		margin-right: 0;
	}
	.contact_box_home .contact_box_home_text p {
		margin-bottom: 30px;
	}
	.contact_box_home .contact_box_home_text .item_form .arrow_blue {
		justify-content: center;
	}
}

.contact h2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: auto;
	width: 80%;
	text-align: left;
}
.contact .breadcrumb_box {
	padding: 100px 0;
}
.contact .mainvisual .content__ttl {
	position: absolute;
	z-index: +1;
	top: 250px;
	left: 8%;
	transform: translate(0, 0);
}
.contact .heading-en.inview span {
  animation: textSlideY .6s ease-out forwards;
}
.contact h3 {
	margin-bottom: 50px;
	font-weight: 700;
}
.contact h3 span {
	margin-right: 20px;
	font-size: clamp(2.8rem, 2.534rem + 1.09vw, 4.2rem);
}
.contact h4 {
	margin-bottom: 50px;
	font-size: clamp(2.8rem, 2.534rem + 1.09vw, 4.2rem);
	line-height: 1.6;
	font-weight: 700;
}
@media screen and (max-width: 896px) {
	.contact h2 {
		width: 90%;
	}
	.contact .breadcrumb_box {
		padding: 60px 0 0;
	}
	.contact .mainvisual .content__ttl {
		top: 150px;
		left: 5%;
	}
	.contact h3 {
		margin-bottom: 30px;
	}
	.contact h3 span {
		margin-right: 10px;
	}
	.contact h4 {
		margin-bottom: 30px;
	}
}

.contact .contact_box_phone {
	margin: 0 5%;
	margin-bottom: 120px;
	padding: 100px 10%;
	background-color: #FFF;
	border-radius: 40px;
}
.contact .contact_box_phone ul {
	display: flex;
	justify-content: center;
	text-align: center;
}
.contact .contact_box_phone ul li {
	padding: 40px 0;
}
.contact .contact_box_phone ul li:first-child {
	padding-right: 80px;
	border-right: 1px solid #7F7F7F;
}
.contact .contact_box_phone ul li:last-child {
	padding-left: 80px;
}
.contact .contact_box_phone ul li h5 {
	margin-bottom: 20px;
	font-size: clamp(3.2rem, 3.048rem + 0.62vw, 4rem);
	font-weight: 500;
}
.contact .contact_box_phone ul li h5 span {
	margin-right: 10px;
	font-size: clamp(1.8rem, 1.648rem + 0.62vw, 2.6rem);
}
@media screen and (max-width: 896px) {
	.contact .contact_box_phone {
		margin-bottom: 60px;
		padding: 40px 5%;
	}
	.contact .contact_box_phone ul {
		flex-direction: column;
	}
	.contact .contact_box_phone ul li {
		padding: 0;
	}
	.contact .contact_box_phone ul li:first-child {
		padding: 0 0 20px;
		border-bottom: 1px solid #7F7F7F;
		border-right: none;
	}
	.contact .contact_box_phone ul li:last-child {
		padding: 20px 0 0;
	}
	.contact .contact_box_phone ul li h5 {
		margin-bottom: 10px;
	}
	.contact .contact_box_phone ul li h5 span {
		margin-right: 5px;
	}
}

.contact .contact_box_form {
	margin: 0 5%;
	margin-bottom: 120px;
	padding: 100px 10%;
	background-color: #FFF;
	border-radius: 40px;
}
.contact .contact_box_form aside {
	margin-bottom: 60px;
}
.contact .contact_box_form dl {
	display: flex;
	align-items: stretch;
	flex-flow: wrap;
	text-align: left;
}
.contact .contact_box_form dl dt {
	display: flex;
	align-items: center;
	width: 30%;
	border-bottom: 1px solid #C3C3C3;
}
.contact .contact_box_form dl dt.required::after {
	content: "必須";
	margin-left: 10px;
	padding: 3px 8px 4px;
	color: #FFF;
	font-size: 12px;
	background-color: #2A2A2A;
	border-radius: 100vh;
}
.contact .contact_box_form dl dd {
	padding: 25px 0;
	width: 70%;
	border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width: 896px) {
	.contact .contact_box_form {
		margin-bottom: 40px;
		padding: 40px 5%;
	}
	.contact .contact_box_form aside {
		margin-bottom: 0;
		line-height: 1.6;
	}
	.contact .contact_box_form dl {
		display: flex;
		align-items: stretch;
		flex-flow: wrap;
		text-align: left;
	}
	.contact .contact_box_form dl dt {
		padding: 25px 0 0;
		width: 100%;
		border-bottom: none;
	}
	.contact .contact_box_form dl dd {
		padding: 25px 0;
		width: 100%;
	}
}

.wpcf7-form-control {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.wpcf7-list-item {
	margin: 0!important;
}
.wpcf7-list-item label {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_box_form dd input,
.contact_box_form dd select,
.contact_box_form dd textarea {
	border: none;
	font-size: 14px;
}
.contact_box_form dd input[type="text"] {
	padding: 20px;
	width: 100%;
	box-shadow: none;
	background-color: #F3F3F3;
	border-radius: 10px;
	box-sizing: border-box;
}
.contact_box_form dd input[type="email"] {
	padding: 20px;
	width: 100%;
	box-shadow: none;
	background-color: #F3F3F3;
	border-radius: 10px;
	box-sizing: border-box;
}
.contact_box_form dd select {
	padding: 20px;
	width: 100%;
	box-shadow: none;
	background-color: #F3F3F3;
	border-radius: 10px;
	box-sizing: border-box;
}
.contact_box_form dd textarea {
	padding: 20px;
	width: 100%;
	box-shadow: none;
	background-color: #F3F3F3;
	border-radius: 10px;
	box-sizing: border-box;
}
/* 送信ボタン */
.submit {
  display: flex;
	justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  cursor: pointer;
	margin: 60px auto 0;
	color: #2A2A2A;
  text-decoration: none;
	border: none;
	background: none;
}
.submit-text {
  position: relative;
	overflow: hidden;
  padding: 10px 0;
	width: 150px;
	font-size: 16px;
	font-weight: 700;
}
.submit-text::before,
.submit-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
	height: 1px;
  background-color: #2A2A2A;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.submit-text::before {
  transform: translateX(0%);
  opacity: 1;
}
.submit-text::after {
  transform: translateX(-120%);
  opacity: 0;
}
.submit:hover .submit-text::before {
  transform: translateX(120%);
  opacity: 0;
  transition-delay: 0s;
}
.submit:hover .submit-text::after {
  transform: translateX(0%);
  opacity: 1;
  transition-delay: 0.3s;
}
.submit .linkarrow span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 44px;
  height: 44px;
  background-color: #3D63A3;
  border-radius: 22px;
}
.submit .linkarrow span::before,
.submit .linkarrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 13px;
  background-image: url('../img/icon_arrow_w.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.submit .linkarrow span::before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.submit .linkarrow span::after {
  transform: translate(-200%, -50%);
  opacity: 0;
}
.submit:hover .linkarrow span::before {
  transform: translate(200%, -50%);
  opacity: 0;
}
.submit:hover .linkarrow span::after {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-delay: 0.3s;
}
/* デフォルトメッセージなど */
.wpcf7-mail-sent-ok, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 900px;
	line-height: 30px;
	text-align: center;
}
.wpcf7-response-output {
	margin: 40px auto 0!important;
	padding: 10px!important;
	width: 100%;
	max-width: 900px;
	color: #711d26;
	text-align: center;
	border: none!important;
	background: #f7d7da;
}
span.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
	margin-top: 5px;
	font-size: 12px;
}
@media screen and (max-width: 896px) {
	.submit {
		margin: 20px auto;
	}
}

/* プライバシーポリシー */
.more__content {
	overflow-y: scroll;
	margin: 80px auto;
	padding: 30px;
	width: 90%;
	height: 300px;
	text-align: left;
	border: 1px solid #CBCED2;
	background-color: #FFF;
	box-sizing: border-box;
}
.more__content h5 {
	margin-bottom: 10px;
	font-size: clamp(1.4rem, 1.279rem + 0.5vw, 1.8rem);
	text-align: center;
}
.more__content h6 {
	margin-bottom: 10px;
	font-size: clamp(1rem, 0.849rem + 0.62vw, 1.5rem);
	font-family: "LINESeedJP_OTF_Bd";
}
.more__content p {
	margin-bottom: 30px;
	font-size: clamp(1rem, 0.849rem + 0.62vw, 1.5rem);
	line-height: 1.8em;
}
@media screen and (max-width: 896px) {
	.more__content {
		margin: 40px auto;
		padding: 20px;
		width: 100%;
		height: 200px;
	}
}

/*「Simple Cloudflare Turnstile」を中央揃えにする*/
div.cf-turnstile {
    display: flex !important;
    justify-content: center !important;
}

/*!------------------------------------------------------------------
[RECRUIT]
*/
.recruit h2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: auto;
	width: 90%;
	text-align: left;
}
.recruit .breadcrumb_box {
	padding: 100px 0;
}
.recruit .mainvisual .content__ttl {
	position: absolute;
	z-index: +2;
	top: auto;
	left: 5%;
	bottom: 0;
	transform: translate(0, 0);
	mix-blend-mode: multiply;
}
.recruit .mainvisual .content__ttl h2 span.heading-en {
	color: #3B64AA;
	font-size: clamp(7rem, 6.049rem + 3.9vw, 12rem);
	line-height: 1;
}
.recruit .heading-en.inview span {
  animation: textSlideY .6s ease-out forwards;
}
@media screen and (max-width: 896px) {
	.recruit .mainvisual .content__ttl {
		left: 0;
		bottom: 40px;
	}
	.recruit .mainvisual .content__ttl h2 span.heading-en {
		font-size: 5rem;
	}
}

.recruit .recruit_box {
	position: relative;
	z-index: -1;
	margin: -300px 5% 0;
	padding: 500px 5% 120px;
	min-height: 1500px;
	background-color: #FFF;
	box-sizing: border-box;
}
.recruit .recruit_box__lead {
	margin-bottom: 120px;
}
.recruit .recruit_box__lead h3 {
	margin-bottom: 100px;
	font-size: clamp(6rem, 5.62rem + 1.56vw, 8rem);
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}
.recruit .recruit_box__lead p {
	margin: auto;
	width: 880px;
	line-height: 2.8;
	text-align: center;
}
@media screen and (max-width: 896px) {
	.recruit .recruit_box {
		margin: -100px 5% 0;
		padding: 120px 5% 60px;
		min-height: 100px;
	}
	.recruit .recruit_box__lead {
		margin-bottom: 60px;
	}
	.recruit .recruit_box__lead h3 {
		margin-bottom: 30px;
		font-size: 3.2rem;
	}
	.recruit .recruit_box__lead p {
		width: 90%;
		line-height: 2;
	}
}

.recruit_box__message {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
	padding: 5%;
	box-sizing: border-box;
}
.recruit_box__message::before,
.recruit_box__message::after {
	position: absolute;
	width: 125px;
	height: 125px;
	content: '';
}
.recruit_box__message::before {
	border-left: solid 1px;
	border-top: solid 1px;
	border-radius: 20px 0 0 0;
	top: 0;
	left: 0;
}
.recruit_box__message::after {
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-radius: 0 0 20px 0;
	bottom: 0;
	right: 0;
}.recruit_box__message::after {
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-radius: 0 0 20px 0;
	bottom: 0;
	right: 0;
}
.recruit_box__message .text {
	width: 60%;
}
.recruit_box__message h3 {
	margin-bottom: 40px;
	color: #3B64AA;
	font-size: clamp(4.2rem, 3.858rem + 1.4vw, 6rem);
}
.recruit_box__message p {
	line-height: 1.8;
}
.recruit_box__message b {
	display: block;
	margin-top: 20px;
	text-align: right;
}
.recruit_box__message .photo {
	width: 25%;
}
.recruit_box__message .photo img {
	border-radius: 10px;
}
@media screen and (max-width: 896px) {
	.recruit_box__message {
		flex-direction: column;
		margin-bottom: 60px;
		padding: 40px 5%;
	}
	.recruit_box__message::before,
	.recruit_box__message::after {
		width: 80px;
		height: 80px;
	}
	.recruit_box__message .text {
		margin-bottom: 30px;
		width: 100%;
	}
	.recruit_box__message h3 {
		margin-bottom: 40px;
		font-size: 3.2rem;
	}
	.recruit_box__message .photo {
		width: 100%;
	}
}

.recruit_box__job h3 {
	margin-bottom: 50px;
	color: #3B64AA;
	font-size: clamp(2.2rem, 1.896rem + 1.25vw, 3.8rem);
	text-align: center;
	font-weight: 700;
}
.recruit_box__job .job_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 120px;
	text-align: right;
}
.recruit_box__job .job_item.sr {
	flex-direction: row-reverse;
	margin-bottom: 80px;
	text-align: left;
}
.recruit_box__job .job_item h4 {
	margin-bottom: 20px;
	font-size: clamp(2rem, 1.772rem + 0.94vw, 3.2rem);
	font-weight: 700;
}
.recruit_box__job .job_item p {
	line-height: 1.8;
}
.recruit_box__job .job_item .text {
	padding-left: 5%;
	width: 35%;
}
.recruit_box__job .job_item.sr .text {
	padding-right: 5%;
}
.recruit_box__job .job_item .photo {
	width: 50%;
}
.recruit_box__job .job_item .photo img {
	border-radius: 10px;
}
@media screen and (max-width: 896px) {
	.recruit_box__job h3 {
		margin-bottom: 20px;
	}
	.recruit_box__job .job_item {
		flex-direction: column;
		margin-bottom: 60px;
	}
	.recruit_box__job .job_item.sr {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.recruit_box__job .job_item .text {
		padding: 5%;
		width: 100%;
		text-align: left;
	}
	.recruit_box__job .job_item.sr .text {
		padding: 5%;
		width: 100%;
	}
	.recruit_box__job .job_item .photo {
		width: 100%;
	}
}

.recruit_box__requirements {
	margin-bottom: 100px;
}
.recruit_box__requirements h3 {
	margin-bottom: 50px;
	color: #3B64AA;
	font-size: clamp(2.2rem, 1.896rem + 1.25vw, 3.8rem);
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 896px) {
	.recruit_box__requirements {
		margin-bottom: 60px;
	}
	.recruit_box__requirements h3 {
		margin-bottom: 40px;
	}
}

.tabs {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	gap: 40px;
	margin: auto;
  width: 100%;
}
.tab_item {
	cursor: pointer;
	display: inline-block;
	width: 30%;
  height: 50px;
  color: #FFF;
	text-align: center;
	line-height: 50px;
	background-color: #D9D9D9;
  transition: all 0.2s ease;
}
.tab_item:hover {
	background-color: #3D63A3;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  overflow: hidden;
	width: 100%;
}
#sales:checked ~ #sales_content,
#clerical:checked ~ #clerical_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #3D63A3;
}
@media screen and (max-width: 896px) {
	.tabs {
		gap: 10px;
	}
	.tab_item {
		width: 45%;
	}
}

.recruit_box__requirements dl {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-flow: wrap;
	margin: auto;
	width: 80%;
	line-height: 1.6;
}
.recruit_box__requirements dl dt {
	display: flex;
	align-items: center;
	padding: 30px 0;
	width: 20%;
	border-bottom: 1px solid #C3C3C3;
}
.recruit_box__requirements dl dd {
	padding: 30px 0;
	width: 80%;
	border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width: 896px) {
	.recruit_box__requirements dl {
		flex-flow: wrap;
		width: 90%;
	}
	.recruit_box__requirements dl dt {
		padding: 20px 0 5px;
		width: 100%;
		font-weight: 700;
		border-bottom: none;
	}
	.recruit_box__requirements dl dd {
		padding: 5px 0 20px;
		width: 100%;
	}
}

.entry_btt {
	position: relative;
  overflow: hidden;
	margin: 100px auto 0;
	width: 40%;
	height: 70px;
	line-height: 70px;
	border: 2px solid #3D63A3;
	border-radius: 100vh;
}
.entry_btt a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3D63A3;
	font-size: clamp(1.8rem, 1.686rem + 0.47vw, 2.4rem);
	text-align: center;
	font-weight: 700;
}
.entry_btt a span {
	position: relative;
	z-index: 3;
	padding: 0 30px;
	background: url(../img/icon_blank.svg) right center / 18px no-repeat;
}
.entry_btt a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #3D63A3;
	transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}
.entry_btt a:hover span {
	color: #FFF;
}
.entry_btt a:hover:before {
	transform:scale(1, 1);
}
.content_btt {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 70px;
}
@media screen and (max-width: 896px) {
	.entry_btt {
		margin: 40px auto 0;
		width: 90%;
		height: 50px;
		line-height: 50px;
	}
	.entry_btt a span {
		padding: 0 20px;
		background: url(../img/icon_blank.svg) right center / 16px no-repeat;
	}
	.content_btt {
		flex-direction: column;
		gap: 30px;
	}
}

.entry_btt_fix {
	position: fixed;
	z-index: +10;
	bottom: 50px;
	right: 30px;
  overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 300px;
	background-color: #FFF;
	border: 2px solid #3D63A3;
	border-radius: 100vh;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-fauture-settings:initial;
}
.entry_btt_fix a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3D63A3;
	width: 50px;
	height: 300px;
	font-size: clamp(1.8rem, 1.686rem + 0.47vw, 2.4rem);
	text-align: center;
	font-weight: 700;
}
.entry_btt_fix a span {
	position: relative;
	z-index: 3;
	padding: 30px 0;
	background: url(../img/icon_blank.svg) center bottom / 18px no-repeat;
}
.entry_btt_fix a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #3D63A3;
	transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(1, 0);
	transform-origin: center;
}
.entry_btt_fix a:hover span {
	color: #FFF;
}
.entry_btt_fix a:hover:before {
	transform:scale(1, 1);
}
@media screen and (max-width: 896px) {
	.entry_btt_fix {
		bottom: 10px;
		right: 5%;
		width: 90%;
		height: 50px;
		writing-mode: horizontal-tb;
	}
	.entry_btt_fix a {
		width: 50px;
		height: 300px;
	}
	.entry_btt_fix a span {
		padding: 0 30px 0 0;
		background: url(../img/icon_blank.svg) center right / 16px no-repeat;
	}
}

/*!------------------------------------------------------------------
[FOOTER]
*/
footer {
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #143257;
}
footer .footer_about_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 5% 80px;
	color: #FFF;
}
footer .footer_about_box img {
	width: 300px;
}
.footer_navi_box {
	display: flex;
	gap: 90px;
	margin: 0 5% 10px;
}
.footer_navi_box ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer_navi_box ul li a {
	color: #FFF;
	font-size: 1.3rem;
}
.footer_navi_box ul li a b {
	position: relative;
}
.footer_navi_box ul li:first-child a,
.footer_navi_box ul.endlink li a {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 1.5rem;
	font-weight: 500;
}
.footer_navi_box ul li:first-child span,
.footer_navi_box ul.endlink li span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border-radius: 15px;
}
.footer_navi_box ul li:first-child span::before,
.footer_navi_box ul li:first-child span::after,
.footer_navi_box ul.endlink li span::before,
.footer_navi_box ul.endlink li span::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 13px;
  background-image: url('../img/icon_arrow_b.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.footer_navi_box ul li a b:before {
	position: absolute;
	bottom: -8px;
	left: 50%;
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0);
	transform: translateX(-50%);
}
.footer_navi_box ul li a b:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .4s;
}
.footer_navi_box ul li a b:hover:after {
	transform: scale(1, 1);
}
footer .footer_end_box {
	display: flex;
	flex-direction: column;
}
footer .footer_end_box .footer_end_box__sdgs {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}
footer .footer_end_box .footer_end_box__sdgs:before {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #44454D;
}
footer .footer_end_box .footer_end_box__sdgs:before {
	margin-right: 1rem;
}
footer .footer_end_box .footer_end_box__sdgs img {
	margin-right: 5%;
	width: 110px;
}
footer .footer_end_box small {
	margin-left: 5%;
	color: #FFF;
	font-size: clamp(1rem, 0.943rem + 0.23vw, 1.3rem);
}
@media screen and (max-width: 1199px) {
	footer {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	footer .footer_about_box {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
		margin: 0 5% 40px;
	}
	footer .footer_about_box img {
		width: 200px;
	}
	footer .footer_navi_box {
		display: none;
	}
	.footer_navi_box {
		flex-flow: wrap;
		gap: 30px;
		width: 50%;
	}
	.footer_navi_box ul {
		flex-grow: 1;
		gap: 10px;
		width: 100%;
	}
	.footer_navi_box ul:nth-child(1) {
		order: 1;
		width: 100%;
	}
	.footer_navi_box ul:nth-child(2) {
		order: 2;
	}
	.footer_navi_box ul:nth-child(3) {
		order: 4;
	}
	.footer_navi_box ul:nth-child(4) {
		order: 3;
	}
	.footer_navi_box ul:nth-child(5) {
		order: 5;
	}
	.footer_navi_box ul li.childlink{
		padding-left: 45px;
	}
}
@media screen and (max-width: 896px) {
	.footer_navi_box {
		width: 60%;
	}
}

/*!------------------------------------------------------------------
[ハンバーガー]
*/
body.active {
	overflow: hidden;
}
#h_btn, #h_content {
	display: none;
}
@media screen and (max-width: 1199px) {
	#h_btn {
		cursor: pointer;
		position: fixed;
		z-index: 99998;
		top: 30px;
		right: 0;
		display: flex;
		align-items: center;
		width: 50px;
		height: 50px;
		background-color: #3D63A3;
		border-radius: 10px 0 0 10px;
		pointer-events: auto;
		transition: .4s;
		box-sizing: border-box;
	}
	#h_btn .h_bar,
	#h_btn .h_bar span {
		display: block;
		transition: all .4s;
		box-sizing: border-box;
	}
	#h_btn .h_bar {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
		gap: 5px;
		width: 50px;
		height: 50px;
	}
	#h_btn .h_bar span {
		width: 24px;
		height: 1px;
		background-color: #FFF;
		border-radius: .5px;
	}
	#h_btn.active .h_bar span:nth-child(1) {
		transform: translateY(6px) rotate(-145deg);
	}
	#h_btn.active .h_bar span:nth-child(2) {
		opacity: 0;
	}
	#h_btn.active .h_bar span:nth-child(3) {
		transform: translateY(-6px) rotate(145deg);
	}
	#h_btn.active .h_bar span {
		background-color: #FFF;
	}

	#h_content {
		display: block;
		position: fixed;
		visibility: hidden;
		overflow: auto;
		opacity: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		list-style: none;
		pointer-events: auto;
	/*	background-color: rgba(0, 0, 0, 0.8);*/
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		transition: all 1s;
		z-index: 99997;
	}
	.active #h_content {
		visibility: visible;
		opacity: 1;
		transition: all .2s;
	}
	#h_content .inner {
		position: fixed;
		top: 0;
		right: 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #2A2A2A;
		background-color: #3D63A3;
		box-sizing: border-box;
		transition: all .8s;
		opacity: 0;
		z-index: 99999;
	}
	#h_content.active .inner {
		overflow-y: scroll;
		transform: translateX(0px);
		transition: all ６s;
		opacity: 1;
	}
	.compnay_logo {
		margin: 0 10%;
		width: 30%;
	}
	.compnay_logo img {
		width: 100%;
	}
}
@media screen and (max-width: 896px) {
	#h_content .inner {
		flex-direction: column;
		justify-content: flex-start;
		padding-top: 80px;
	}
	.compnay_logo {
		margin: 0 auto 40px;
		width: 60%;
	}
}