@charset "utf-8";
/* CSS Document */

/* top */
.top-main-area {
	position: relative;
}
.top-main-area .image {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
}
.top-main-area .tx {
	position: absolute;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: normal;
	padding: 60px 70px;
	bottom: -55px;
	right: 60px;
	color: #FFF;
	z-index: 3;
	background: linear-gradient(180deg, rgba(0, 0, 0,0.44) 2.8132250580046403%,rgba(0, 0, 0,0.657283950617284) 47.848994586233566%,rgba(0, 0, 0,0.66) 48.0350928074246%,rgb(0, 0, 0) 92.14037122969837%,rgb(0, 0, 0) 92.14037122969837%);
}
.top-main-area .tx h2 {
	color: #FFF;
	font-size: 2.625rem;
	margin: 0 0 0 30px;
	line-height: 1.7;
}
.top-main-area .tx p {
	padding: 0;
}
.top-guide {
	padding: 180px 0;
	margin: 0 auto;
	background-image: url(images/top-bg-blue.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	width: 100%;
	overflow: hidden;
}
.top-guide .tx {
	width: 38%;
	max-width: 570px;
	margin: 0 6%;
}
.top-guide .top-gal {
	max-width: 610px;
	margin: 0 6% 0 0;
	width: 44%;
}
.top-guide .tx h3 {
	font-size: 2rem;
	line-height: 1.5;
	padding: 0 0 2.5rem 0;
	margin: 0 0 2.5rem 0;
	position: relative;
}
.top-guide .tx h3::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 80px;
	height: 1px;
	background-color: #0967AD;
}
.top-guide .top-gal ul.col3 {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.top-guide .top-gal ul.col3 li {
	position: relative;
	width: calc(100% / 3);
	padding: 10px;
}
.top-guide .top-gal li img {
	width: 100%;
	height: auto;
}
.top-guide .top-gal ul.col3 li:nth-child(1) img {
	margin-left: 40px;
	margin-top: -20px;
	min-width: 200px;
}
.top-guide .top-gal ul.col3 li:nth-child(2) img {
	max-width: 130px;
	margin-left: 100px;
	margin-top: 30px;
}
.top-guide .top-gal ul.col3 li:nth-child(3) img {
	min-width: 200px;
}
.top-guide .top-gal ul.col3 li:nth-child(4) img {
	min-width: 240px;
}
.top-guide .top-gal ul.col3 li:nth-child(5) img {
	min-width: 200px;
	margin-top: -70px;
}
.top-guide .top-gal ul.col3 li:nth-child(6) img {
	min-width: 210px;
	margin-left: -30px;
}
.top-guide .top-gal ul.col3 li:nth-child(7) img {
	min-width: 220px;
	margin-left: 65px;
	margin-top: -55px;
}
.top-guide .top-gal ul.col3 li:nth-child(8) img {
	margin-top: -80px;
	margin-left: 70px;
}
.top-guide .top-gal ul.col3 li:nth-child(9) img {
	margin-left: 65px;
	margin-top: -60px;
}
.fade-in {
  opacity: 0;
  transform: translate(0px,40px);
  transition: opacity 1.5s, transform 1.5s;
}
.fade-in.st01 {
  transform: translate(-40px,-40px);
	z-index: 3;
}
.fade-in.st02 {
  transition: opacity 0.8s, transform 0.8s;
	z-index: 3;
}
.fade-in.st03 {
  transform: translate(40px,-40px);
  transition: opacity 1.8s, transform 1.8s;
}
.fade-in.st04 {
  transform: translate(-20px,40px);
	z-index: 5;
}
.fade-in.st05 {
	z-index: 2;
}
.fade-in.st06 {
  transform: translate(60px,60px);
	z-index: 5;
}
.fade-in.st07 {
  transform: translate(0px,80px);
  transition: opacity 0.8s, transform 0.8s;
	z-index: 3;
}
.fade-in.st08 {
  transform: translate(0px,100px);
}
.fade-in.st09 {
  transform: translate(50px,80px);
  transition: opacity 0.8s, transform 0.8s;
	z-index: 6;
}
.fade-in.active {
  opacity: 1;
  transform: translate(0,0);
}

.top-biz-area {
	padding: 120px 8% 60px 8%;
	display: grid;
	width: 100%;
	position: relative;
	grid-template-columns: repeat(5,1fr);
	grid-template-rows: repeat(7,1fr);
	gap: 100px;
}
.top-biz-area::before {
	position: absolute;
	left: 0;
	top: 150px;
	width: 8%;
	max-width: 120px;
	height: 1px;
	content: '';
	background-color: #0967AD;
}
.top-biz-area .tx {
	grid-column: 1 / 3;
	grid-row: 1 /6;
	padding-left: 2%;
}
.top-biz-area .biz-image {
	grid-column: 3 / 6;
	grid-row: 1 / 8;
}
.top-biz-area .btn-more {
	grid-column: 1 / 3;
	grid-row: 6 / 8;
	padding-left: 2%;
}
.top-biz-area .tx h3 {
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 1rem;
}
.top-biz-area .tx p {
	width: 100%;
	letter-spacing: .06em;
	line-height: 2.25;
}
.top-biz-area .tx p:last-child {
	padding-bottom: 0;
}
.top-biz-area .tx .en {
	font-weight: 700;
	color: #CE2121;
	font-size: 1.375rem;
	margin-bottom: 4rem;
}
.top-biz-area .tx h4 {
	line-height: 1.75;
	font-size: 1.25rem;
	color: #961A1A;
	border-bottom: 1px dotted #999;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.top-biz-area .biz-image ul.column4 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.top-biz-area .biz-image ul.column4 li {
	width: 46%;
	margin: 0 2% 25px 2%;
	list-style-type: none;
}
.top-biz-area .biz-image ul.column4 li img {
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 5px;
}
.top-biz-area .biz-image ul.column4 li .num {
	font-size: 1.5rem;
	font-weight: 500;
	margin-right: 1rem;
	font-family: "Noto Serif JP", serif;
}
.top-biz-area .btn-more a {
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	background-color: #3572BC;
	color: #FFF;
	max-width: 280px;
	width: 90%;
	text-align: center;
	padding: 22px 20px;
	position: relative;
	transition: all .5s;
}
.top-biz-area .btn-more a:hover {
	background-color: #2D519D;
	opacity: 1;
	transition: all .5s;
}
.top-biz-area .btn-more a::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 26px;
	right: 12px;
}
.top-c2-btn {
	padding: 140px 0;
	background-color: #F2F6F9;
}
.top-c2-btn ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	list-style-type: none;
	padding-bottom: 0;
}
.top-c2-btn ul li {
	width: 44%;
	margin: 0 3%;
}
.top-c2-btn ul li a {
	display: block;
	background: rgba(0,0,0,.5);
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: .875rem;
	padding: 130px 0;
	transition: all .5s;
}
.top-c2-btn ul li a .tx {
	line-height: 1;
	display: inline-block;
	width: 100%;
}
.top-c2-btn ul li a .tx strong {
	font-size: 2.5rem;
}
.top-c2-btn ul li a .tx .en {
	margin: 25px auto;
	display: block;
}
.top-c2-btn ul li a .more {
	line-height: 1;
	border: 1px solid #FFF;
	max-width: 150px;
	padding: 7px 20px;
	width: 90%;
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all .3s;
}
.top-c2-btn ul li a .more::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 13px;
	right: 12px;
}
.top-c2-btn ul li a:hover {
	opacity: 1;
	background: rgba(0,0,0,.75);
	transition: all .5s;
}
.top-c2-btn ul li a:hover .more {
	background-color: #FFF;
	color: #000;
	transition: all .3s;
}
.top-c2-btn ul li a:hover .more::before {
	border-top: solid 1px #000;
	border-right: solid 1px #000;
}
.top-c2-btn ul li:nth-child(1) {
	background-image: url(images/top-equipment-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-c2-btn ul li:nth-child(2) {
	background-image: url(images/top-company-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-recruit {
	padding: 80px 0 280px 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.top-recruit .tx {
	width: 45%;
	position: relative;
	z-index: 5;
}
.top-recruit .image {
	position: absolute;
	top: 0;
	right: 0;
	width: 65%;
}
.top-recruit .tx p {
	width: 100%;
}
.top-recruit .tx .title {
	border-left: 7px solid #BC1515;
	padding: 30px 60px;
}
.top-recruit .tx .title h3 {
	font-size: 3.25rem;
	margin-bottom: .75rem;
	line-height: 1;
}
.top-recruit .tx .title p {
	padding-bottom: 0;
	color: #CE2121;
	font-weight: 700;
	font-size: 1.375rem;
}
.top-recruit .tx p.narrow {
	padding: 30px 30px 30px 70px;
}
ul.btn-link {
	width: 100%;
	max-width: 560px;
	margin: 0;
	padding: 30px 0 50px 0;
	list-style-type: none;
}
ul.btn-link li {
	margin: 0 0 2rem 0;
}
ul.btn-link li a {
	display: block;
	line-height: 1;
	background-color: #BC1515;
	color: #FFF;
	text-decoration: none;
	padding: 24px 80px;
	font-size: 1.125rem;
	letter-spacing: .08em;
	position: relative;
	clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
	width: 90%;
	transition: all .3s;
}
ul.btn-link li a:hover {
	width: 100%;
	transition: all .3s;
	opacity: 1;
	background-color: #6C2628;
}
ul.btn-link li a::before {
	position: absolute;
	left: 0;
	top: 34px;
	content: '';
	width: 50px;
	height: 1px;
	background-color: #FFF;
}
ul.btn-link a::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 27px;
	right: 35px;
}
ul.rec-image {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 80px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul.rec-image li {
	width: 50%;
}
ul.rec-image li:nth-child(1) img {
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	margin-left: 44.5%;
	position: relative;
	z-index: 3;
}
ul.rec-image li:nth-child(2) img {
	clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 25% 100%);
	margin-top: -180px;
}
.top-contact {
	padding: 60px 6%;
	background-color: #0967AD;
	color: #FFF;
}
.top-contact a {
	color: #FFF;
	text-decoration: none;
}
.top-contact .inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 2rem;
	align-items: center;
	max-width: 1340px;
	margin: auto;
}
.top-contact .inner p {
	width: 100%;
}
.top-contact .inner .title {
	padding-right: 90px;
}
.top-contact .inner .tel,.top-contact .inner .fax,.top-contact .inner .mail {
	padding: 15px 50px;
	border-left: 1px solid #FFF;
}
.top-contact .inner .title p {
	padding-bottom: 0;
}
.top-contact .inner .title p strong {
	font-size: 1.75rem;
}
.top-contact .inner .title p .en {
	color: #CEE5F4;
}
.top-contact .inner .tel p,.top-contact .inner .fax p,.top-contact .inner .mail p {
	text-align: center;
	font-size: 1.125rem;
	font-weight: 700;
	padding-bottom: 0;
}
.top-contact .inner .tel p .ff-min,.top-contact .inner .fax p .ff-min,.top-contact .inner .mail p .ff-min {
	font-size: 2.25rem;
	line-height: 1;
}
.top-contact .inner .mail p .ff-min {
	font-size: 2rem;
}
.tel-tx,.fax-tx,.mail-tx {
	display: inline-block;
	padding-left: 60px;
	position: relative;
}
.tel-tx::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 40px;
	height: 40px;
	background-image: url(images/icon-tel.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.fax-tx::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 40px;
	height: 40px;
	background-image: url(images/icon-fax.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.mail-tx::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 40px;
	height: 40px;
	background-image: url(images/icon-mail.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.top-contact p:last-child {
	padding-bottom: 0;
}
body.home .site-main {
	padding-bottom: 0;
}
/* sub */
body.sub .entry-content .inner {
	padding: 0 6rem;
}
body.sub .entry-content h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	position: relative;
	padding-bottom: 3.5rem;
	margin-bottom: 3.5rem;
}
body.sub .entry-content h2::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 80px;
	height: 1px;
	background-color: #0967AD;
}
body.sub .entry-content h3 {
	font-size: 1.5rem;
	background-color: #147FC1;
	color: #FFFF;
	padding: 25px 15px;
	border-radius: 8px;
}
body.sub .entry-content h4 {
	color: #135DB7;
	border-left: 5px solid #135DB7;
	line-height: 1.25;
	padding: .5rem .75rem;
	font-size: 1.375rem;
}
body.sub .entry-content h5 {
	background-color: #F5FAFC;
	padding: 20px 15px;
	border-top: 1px solid #94C7D3;
	border-bottom: 1px solid #94C7D3;
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
}
body.sub .entry-content h6 {
	position: relative;
	padding-left: 25px;
	font-style: normal;
	font-size: 1.125rem;
}
body.sub .entry-content h6::before {
	position: absolute;
	left: 0;
	top: 11px;
	content: '';
	width: 16px;
	height: 3px;
	background-color: #135DB7;
}
.no-sidebar.sub.about .entry-header {
	background-color: transparent;
	padding: 220px 10px;
	background-image: url(images/sub-h1-about.jpg);
	position: relative;
}
.no-sidebar.sub.business .entry-header {
	background-color: transparent;
	padding: 220px 10px;
	background-image: url(images/sub-h1-business.jpg);
	position: relative;
}
.no-sidebar.sub.equipment .entry-header {
	background-color: transparent;
	padding: 220px 10px;
	background-image: url(images/sub-h1-equipment.jpg);
	position: relative;
}
.no-sidebar.sub.recruit .entry-header {
	background-color: transparent;
	padding: 220px 10px;
	background-image: url(images/sub-h1-recruit03.jpg);
	position: relative;
	background-position: top 60% center;
}
.no-sidebar.sub.youkou .entry-header {
	background-color: transparent;
	padding: 220px 10px;
	background-image: url(images/sub-h1-youkou.jpg);
	position: relative;
	background-position: top 40% center;
}
.no-sidebar.sub.contact .entry-header {
	background-color: transparent;
	padding: 220px 10px;
	background-image: url(images/sub-h1-contact.jpg);
	position: relative;
}
.no-sidebar.sub .entry-title {
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.65);
}
.no-sidebar.sub.about .entry-header .entry-title,.no-sidebar.sub.business .entry-header .entry-title,.no-sidebar.sub.equipment .entry-header .entry-title,.no-sidebar.sub.recruit .entry-header .entry-title,.no-sidebar.sub.youkou .entry-header .entry-title,.no-sidebar.sub.contact .entry-header .entry-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
	margin: auto;
	text-align: center;
	letter-spacing: .06em;
}
.no-sidebar.sub.about .entry-header::after,.no-sidebar.sub.business .entry-header::after,.no-sidebar.sub.equipment .entry-header::after,.no-sidebar.sub.recruit .entry-header::after,.no-sidebar.sub.youkou .entry-header::after,.no-sidebar.sub.contact .entry-header::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	content: '';
	width: 150px;
	height: 1px;
	background-color: #FFF;
	margin: auto;
}
.no-sidebar.sub.about .entry-header::before,.no-sidebar.sub.business .entry-header::before,.no-sidebar.sub.equipment .entry-header::before,.no-sidebar.sub.recruit .entry-header::before,.no-sidebar.sub.youkou .entry-header::before,.no-sidebar.sub.contact .entry-header::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	opacity: .2;
	background-image: radial-gradient(#000 25%, transparent 0);
	background-size: 5px 5px;
}
.fl-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	padding-bottom: 5rem;
}
.fl-box.greeting .tx {
	width: 70%;
}
.fl-box.greeting .tx p {
	width: 100%;
}
.fl-box.greeting .tx p:last-child {
	padding-bottom: 0;
}
.fl-box.greeting .image {
	width: 22%;
	margin-left: 8%;
}
.c-policy {
	margin: 6rem 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 6rem 7rem;
}
.c-policy::before {
	clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 70% 100%);
	background-color: #F5FAFC;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
}
.c-policy .vtx {
	position: relative;
	z-index: 3;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: normal;
}
body.sub .entry-content .c-policy h2 {
	display: inline-block;
	padding-bottom: 0;
	padding-left: 5rem;
	margin-left: 10rem;
}
body.sub .entry-content .c-policy h2::before {
	width: 1px;
	height: 120px;
	bottom: initial;
	top: 0;
}
.c-policy .vtx .image img {
	max-width: 700px;
	width: 100%;
	height: auto;
}
.k-mac {
	padding: 10rem 0;
}
.k-mac .title-img {
	text-align: center;
	margin: 0 auto 4.5rem auto;
}
table.meaning {
	max-width: 1080px;
	margin: 0 auto;
	border-width: 0;
}
table.meaning th, table.meaning td {
	padding: 2.5rem .5rem;
	border: 1px solid #056199;
	border-width: 0 0 1px 0;
	font-size: 1.25rem;
	font-weight: 500;
}
table.meaning th {
	color: #0A508E;
	font-size: 1.5rem;
	font-family: "Noto Serif JP", serif;
	width: 30%;
	font-weight: 700;
}
table.meaning th::first-letter {
	font-size: 1.75rem;
	line-height: 1;
	color: #FFF;
	background-color: #0A508E;
	display: inline-block;
	margin-right: .25rem;
	padding: 0 .5rem;
}
.profile {
	position: relative;
	padding: 7.5rem 6rem;
}
.profile::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 825px;
	clip-path: polygon(0% 0%, 70% 0%, 30% 100%, 0% 100%);
	background-color: #F5FAFC;
}
.profile h2, .profile table, .profile ul, .profile .gallery {
	position: relative;
	z-index: 3;
}
table.cp {
	max-width: 1080px;
	margin: 0 auto;
	border-width: 0;
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	border-width: 1px 0 0 0;
}
table.cp th, table.cp td {
	padding: 1.5rem 1.75rem;
	border: 1px solid #DEDEDE;
	border-width: 0 0 1px 0;
	vertical-align: top;
}
table.cp th {
	width: 23%;
	color: #082C6D;
	position: relative;
}
table.cp th::before {
	position: absolute;
	left: 0;
	top: 39px;
	content: '';
	width: 15px;
	height: 2px;
	background-color: #49A0E2;
}
ul.circle {
	padding-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	width: 100%;
}
ul.circle li {
	width: calc(100% / 2);
	padding: 0 1.25rem;
	position: relative;
}
ul.circle.col3 li {
	width: calc(100% / 3);
}
ul.circle li::before {
	position: absolute;
	left: 5px;
	top: 12px;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50vh;
	background-color: #000;
}
ul.col2-btn {
	max-width: 840px;
	margin: 0 auto;
	padding: 5rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	list-style-type: none;
}
ul.col2-btn li {
	width: 46%;
	margin: 0 2%;
	max-width: 280px;
}
ul.col2-btn li a {
	display: block;
	line-height: 1;
	text-decoration: none;
	background-color: #EDEDED;
	color: #333;
	text-align: center;
	padding: 1.375rem 2rem;
	position: relative;
}
ul.col2-btn.blue li a {
	background-color: #3572BC;
	color: #FFF;
}
ul.col2-btn.red a {
	background-color: #BC1515;
	color: #FFF;
}
ul.col2-btn.blue li a::before,ul.col2-btn.red li a::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 26px;
	right: 12px;
}
table.history {
	border-width: 0;
	position: relative;
	margin: 0 auto 12rem auto;
	table-layout: initial;
	max-width: 1080px;
}
table.history::before {
	position: absolute;
	left: 6px;
	top: 0;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #DEDEDE;
}
table.history th, table.history td {
	border-width: 0;
	padding: 1.25rem;
	vertical-align: top;
}
table.history th {
	width: 23%;
	position: relative;
	font-weight: 500;
	color: #082C6D;
	padding-left: 3.5rem;
}
table.history th::before {
	width: 40px;
	height: 1px;
	background-color: #DEDEDE;
	position: absolute;
	left: 6px;
	top: 36px;
	content: '';
}
table.history th::after {
	position: absolute;
	left: 0;
	top: 30px;
	content: '';
	background-color: #77A4C6;
	width: 13px;
	height: 13px;
	border-radius: 50vh;
	z-index: 2;
}
body.about .google-maps {
	padding-bottom: 500px;
	max-width: 1080px;
	margin: 0 auto 1.25rem auto;
}
.entry-content p.acc {
	max-width: 1080px;
}
table.equ {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #E2EEF2;
	border-width: 1px 1px 0 0;
	margin: 0 auto 3rem auto;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}
table.equ th,table.equ td {
	border: 1px solid #E2EEF2;
	border-width: 0 0 1px 1px;
	padding: 12px 8px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
}
table.equ th {
	background-color: #147FC1;
	font-weight: 500;
	text-align: center;
	color: #FFF;
}
table.equ tr th:nth-child(3) {
	width: 180px;
}
table.equ tr th:nth-child(4) {
	width: 180px;
}
table.equ tr td:nth-child(4) {
	text-align: center;
}
table.equ tbody tr:nth-child(2n+1) {
	background-color: #EBF4F7;
}
p.biz-first {
	text-align: center;
	font-size: 1.125rem;
}
.biz-head {
	padding: 3rem 0 8rem 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	margin: 0 auto 6rem auto;
}
body.sub .entry-content .biz-head h2 {
	width: 49%;
	background-color: #961A1A;
	color: #FFF;
	font-family: "Noto Serif JP", serif;
	line-height: 1.5;
	font-size: 1.75rem;
	margin: 0;
	padding: 5rem 2rem;
	border-left: 8px solid #B24646;
}
body.sub .entry-content .biz-head h2::before {
	display: none;
}
.biz-head p {
	width: 56%;
	background-color: #FFF;
	margin: 0;
	padding: 5rem 3rem;
	font-size: 1.125rem;
	position: absolute;
	right: 0;
	bottom: 0;
}
.biz-cont {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.biz-cont .tx {
	width: 54%;
}
.biz-cont .image {
	width: 38%;
	margin: 0 4%;
	padding-top: 3rem;
}
.biz-box:nth-of-type(2n+1) .biz-cont {
	flex-flow: row-reverse;
}
.biz-box.no-gal {
	padding-bottom: 10rem;
}
body.sub .entry-content .biz-cont h3 {
	border-bottom: 1px solid #0967AD;
	background-color: transparent;
	color: #135DB7;
	border-radius: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 2.5rem;
	margin: 0 auto 3rem auto;
	padding: 2rem 2rem 2rem 6rem;
	position: relative;
}
.biz-wrap {
	counter-reset: number 0;
}
.biz-wrap .biz-cont h3::before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 80px;
	color: #FFF;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #0967AD;
	font-weight: 400;
	font-size: 3.125rem;
}
ul.col3 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	list-style-type: none;
	padding: 5rem 0 10rem 0;
	margin: 0 auto;
	justify-content: center;
}
ul.col3 li {
	width: calc(100% / 3);
	padding: 0 2.5rem;
	margin-bottom: 4rem;
}
.top-contact.sub {
	margin-top: 200px;
}
.top-contact.sub .title {
	padding-right: 0 !important;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.top-contact.sub .title p {
	text-align: center;
	padding-bottom: 1.5rem;
}
.top-contact.sub .inner .tel, .top-contact.sub .inner .fax, .top-contact.sub .inner .mail {
	padding: 1.5rem;
	width: 50%;
	margin-bottom: 2rem;
}
.top-contact.sub .inner .tel {
	border-left: none;
}
.image-sub {
	padding-top: 6rem;	
}
#job01::before,#job02::before {
	content: ' ';
	display: block;
	height: 100px;
	margin-top: -100px;
	vertical-align: top;
}
body.sub.youkou .entry-content .inner {
	padding: 100px 0;
}
body.youkou .entry-content .inner h2 {
	text-align: center;
	padding-top: 2rem;
}
body.recruit h2 {
	text-align: center;
}
body.youkou .entry-content .inner h2::before,body.recruit h2::before {
	right: 0;
	margin: auto;
}
table.youkou {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #E2EEF2;
	border-width: 0;
	margin: 0 auto 3rem auto;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}
table.youkou th,table.youkou td {
	border: 1px solid #E2EEF2;
	border-width: 0;
	padding: 20px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
}
table.youkou th {
	font-weight: 500;
	color: #036;
	width: 24%;
}
table.youkou tbody tr:nth-child(2n+1) {
	background-color: #EBF4F7;
}
.ybtn-col2 ul {
	max-width: 800px;
	margin: 0 auto;
	padding: 2.5rem 0;
	width: 100%;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ybtn-col2 ul li {
	width: 44%;
	margin: 0 3%;
	max-width: 340px;
}
.ybtn-col2 ul li a {
	display: block;
	text-decoration: none;
	color: #147FC1;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	border: 3px solid #147FC1;
	border-radius: 50vh;
	padding: .6rem 1rem;
	position: relative;
	transition: all .6s;
}
.ybtn-col2 ul li a::before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-bottom: solid 2px #1799C6;
	border-right: solid 2px #1799C6;
	position: absolute;
	top: 23px;
	right: 24px;
	margin-top: -4px;
	transform: rotate(45deg);
}
.ybtn-col2 ul li a:hover {
	background-color: #147FC1;
	color: #FFF;
	opacity: 1;
	transition: all .6s;
}
.ybtn-col2 ul li a:hover::before {
	border-bottom: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
.oubo-box {
	width: 88%;
	max-width: 480px;
	margin: 80px auto 0 auto;
	border: 1px solid #0967AD;
	background-color: #FFF;
	text-align: center;
}
.oubo-box .fuki {
	position: relative;
	display:block;
	margin-bottom: 10px;
	padding: 1.25rem 1rem;
	background-color: #0967ad;
	text-align: center;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;	
}
.oubo-box .fuki::before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #0967ad transparent transparent;
	translate: -50% 100%;
}
.oubo-box .tel-tx::before {
	background-image: url(images/icon-tel-blue.png);
	top: 15px;
}
.oubo-box .tel-tx a {
	color: #0967AD;
	font-size: 2.25rem;
	text-decoration: none;
	font-weight: 700;
}
.oubo-box p.fs-s {
	font-size: .875rem;
	color: #0967AD;
	text-align: center;
	padding-bottom: 10px;
}
ul.works-env {
	width: 100%;
	padding: 7rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	max-width: 1600px;
}
ul.works-env li {
	width: 18%;
	padding: 2rem .25rem;
	margin: 0 1% 1.5rem 1%;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
body.sub ul.works-env li h3 {
	background-color: transparent;
	color: #000;
	border-radius: 0;
	text-align: center;
	font-size: 1.5rem;
	position: relative;
	margin-bottom: 1.5rem;
	padding: 25px 5px 100px 5px;
}
body.sub ul.works-env li h3::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 76px;
	height: 76px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
body.sub ul.works-env li:nth-child(1) h3::before {
	background-image: url(images/rec-icon001-2.png);
}
body.sub ul.works-env li:nth-child(2) h3::before {
	background-image: url(images/rec-icon002-2.png);
}
body.sub ul.works-env li:nth-child(3) h3::before {
	background-image: url(images/rec-icon003-2.png);
}
body.sub ul.works-env li:nth-child(4) h3::before {
	background-image: url(images/rec-icon004-2.png);
}
body.sub ul.works-env li:nth-child(5) h3::before {
	background-image: url(images/rec-icon005-2.png);
}
body.sub ul.works-env li:nth-child(6) h3::before {
	background-image: url(images/rec-icon006-2.png);
}
body.sub ul.works-env li:nth-child(7) h3::before {
	background-image: url(images/rec-icon007-2.png);
}
body.sub ul.works-env li:nth-child(8) h3::before {
	background-image: url(images/rec-icon008-2.png);
}
body.sub ul.works-env li:nth-child(9) h3::before {
	background-image: url(images/rec-icon009-2.png);
}
body.sub ul.works-env li:nth-child(10) h3::before {
	background-image: url(images/rec-icon010-2.png);
}
body.sub ul.works-env li:nth-child(11) h3::before {
	background-image: url(images/rec-icon011-2.png);
}
body.sub ul.works-env li:nth-child(12) h3::before {
	background-image: url(images/rec-icon012-2.png);
}
body.sub ul.works-env li:nth-child(13) h3::before {
	background-image: url(images/rec-icon013-2.png);
}
body.sub ul.works-env li:nth-child(14) h3::before {
	background-image: url(images/rec-icon014-2.png);
}
body.sub ul.works-env li:nth-child(15) h3::before {
	background-image: url(images/rec-icon015-2.png);
}
ul.works-env li p {
	text-align: center;
	line-height: 1.25;
}
dl.support {
	width: 100%;
	margin: 1rem 0 0 0;
	padding: 0 0 3rem 0;
	display: flex;
	flex-wrap: wrap;
}
dl.support dt, dl.support dd {
	padding: 2.5rem 2em;
	margin: 0 0 1.5rem 0;
	line-height: 2;
}
dl.support dt {
	width: 23%;
	text-align: center;
	background-color: #147FC1;
	color: #FFF;
	font-weight: 500;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
dl.support dd {
	width: 75%;
	background-color: #EBF4F7;
	display: inline-flex;
	align-items: center;
}
.sub-image {
	padding: 5rem 0 0 0;
}
body.no-sidebar.recruit {
	position: relative;
	background-color: transparent;
	background: transparent;
}
body.no-sidebar.recruit::after {
	position: fixed;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(images/recruit-body-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
body.no-sidebar.recruit .site {
	background-color: transparent;	
}
body.no-sidebar.recruit .site-main {
	padding-bottom: 0;
}
body.no-sidebar.recruit .site-footer {
	background-color: #FFF;
}
.no-sidebar.recruit .entry-content {
	max-width: initial;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.recruit-head {
	width: 100%;
	margin: 0 auto;
	padding: 5rem 0 22rem 0;
	position: relative;
	display: flex;
	background-color: #FFF;
	background-image: url(images/recruit-bg-wave.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.recruit-head .tx {
	position: absolute;
	z-index: 2;
	width: 41%;
	margin: 0 0 0 4%;
	left: 0;
	top: 18rem;
	padding-bottom: 3.5rem;
}
body.sub.recruit .entry-content .recruit-head .tx h2 {
	font-weight: 900;
	font-size: 3rem;
	font-family: "Roboto", sans-serif;
	text-align: left;
	line-height: 1.125;
	padding-bottom: 0;
	margin-bottom: 1.5rem;
}
body.sub.recruit .entry-content .recruit-head .tx h2::before {
	display: none;
}
body.sub.recruit .entry-content .recruit-head .tx h3 {
	background-color: transparent;
	border-radius: 0;
	color: #0688BC;
	font-size: 1.25rem;
	padding: 0;
	line-height: 1.75;
	margin-top: .5rem;
}
.recruit-head .image {
	width: 67%;
	margin: 0 0 0 33%;
}
.recruit-head .image ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.recruit-head .image ul li {
	width: 48%;
	margin: 0 0 0 2%;
	max-width: 480px;
}
.recruit-it-area {
	background-color: #FFF;
	margin: -3rem auto 0 auto;
	width: 100%;
	position: relative;
	padding: 3rem 0 6rem 0;
}
.recruit-it {
	width: 100%;
	position: relative;
	z-index: 3;
	margin-top: -8rem;
	max-width: 1500px;
	justify-content: flex-end;
	display: flex;
	flex-wrap: wrap;
}
.recruit-it .image {
	width: 45%;
	position: absolute;
	left: 0;
	top: -4.5rem;
	max-width: 645px;
}
.recruit-it .image img {
	border-radius: 0 40px 40px 0;
}
.recruit-it .tx {
	position: relative;
	z-index: 5;
	width: 62%;
	margin: 0;
	background-color: #FFF;
	padding: 6rem 5rem;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.entry-content .recruit-it .tx p {
	width: 100%;
	font-size: 1.25rem;
	line-height: 2;
	padding: 0;
	letter-spacing: 0.04em;
}
.recruit-it .tx::before {
	position: absolute;
	z-index: 6;
	right: 2rem;
	top: -4rem;
	content: 'Important things';
	font-family: "Roboto", sans-serif;
	color: #0688BC;
	opacity: .65;
	text-align: right;
	font-weight: 900;
	font-size: 4.5rem;
}
.recruit-env {
	margin: 0 auto;
	padding: 7rem 0 5rem 0;
	background-color: #F0FAFC;
	position: relative;
}
.recruit-env::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 180px;
	background-color: #FFF;
}
.recruit-env .head {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 3;
}
.env-head {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	align-items: flex-start;
}
.env-head .blue-box {
	background-color: #0688BC;
	padding: 3rem 4.5rem;
	position: relative;
}
.env-head .blue-box::before {
	position: absolute;
	left: -6px;
	top: 6px;
	content: '';
	width: 2px;
	height: 100%;
	background-color: #0688BC;
}
.env-head .blue-box::after {
	position: absolute;
	left: -6px;
	bottom: -6px;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #0688BC;
}
body.sub .entry-content .env-head .blue-box h2 {
	padding-bottom: 0;
	margin-bottom: 1.5rem;
	color: #FFF;
	font-size: 2rem;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica",Verdana, sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
body.sub .entry-content .env-head .blue-box h2::before,body.sub .entry-content .support-area h2::before {
	display: none;
}
body.sub .entry-content .env-head .blue-box p.sub-t {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 1.25rem;
	padding: 0;
	margin: 0 auto;
}
.env-head .image {
	max-width: 400px;
	position: absolute;
	z-index: 4;
	left: 63%;
	bottom: -15px;
	width: 25%;
}
.support-area {
	padding: 10rem 0 5rem 0;
	position: relative;
}
.support-area::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 50%;
	background-color: #FFF;
}
body.sub .entry-content .support-area h2 {
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica",Verdana, sans-serif;
	font-size: 2rem;
	padding-bottom: 0;
	margin-bottom: 8rem;
	position: relative;
	margin-top: 4rem;
	color: #FFF;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.65);
}
body.sub .entry-content .support-area h2::after {
	position: absolute;
	z-index: 6;
	right: 0;
	left: 0;
	top: -4rem;
	margin: auto;
	content: 'Support';
	font-family: "Roboto", sans-serif;
	color: #FFFFFF;
	opacity: .5;
	font-weight: 700;
	font-size: 4rem;
	text-shadow: none;
}
.support-area .white-box {
	width: 92%;
	margin: 0 auto;
	max-width: 1300px;
	padding: 3rem 5rem;
	background-color: #FFF;
	position: relative;
	z-index: 5;
}
.oubo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 5%;
	background-color: #FFF;
}
.oubo .fuki {
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1.375;
	margin: 0 auto 3.5rem auto;
	position: relative;
	display: inline-block;
	padding: 0 110px 25px 110px;
}
.oubo .fuki::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 86px;
	height: 200px;
	background-image: url(images/fuki-pink-l.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.oubo .fuki::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 86px;
	height: 200px;
	background-image: url(images/fuki-pink-r.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.oubo .image {
	max-width: 900px;
	margin: 0 auto;
}
ul.col2-btn.red.big li {
	max-width: initial;
	width: 96%;
	margin: 0 auto;
	max-width: 480px;
}
ul.col2-btn.red.big a {
	padding: 3rem 2rem;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
ul.col2-btn.red.big a::before {
	width: 16px;
	height: 16px;
	top: 50px;
	right: 20px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;	
}
.btn-area {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0 0 12rem 0;
}
.entry-content p.w1000 {
	max-width: 1000px;
}
/* form */
table.form,#wpcf7cpcnf table {
	border-width: 0 0 1px 0;
	margin-bottom: 30px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
table.form th, table.form td,#wpcf7cpcnf table th,#wpcf7cpcnf table td {
	width: 100%;
	display: block;
	border-width: 0;
	padding: 25px 12px;
	box-sizing: border-box;
}
table.form th,#wpcf7cpcnf table th {
	border-width: 1px 0 0 0;
	background-color: #EBF4F7;
	padding: 16px 12px;
}
table.form td p {
	padding: 10px 4px;
	line-height: 1.375;
}
#wpcf7cpcnf table th p,#wpcf7cpcnf table td p {
	padding-bottom: 0;
}
.hissu {
	display: inline-block;
	box-sizing: border-box;
	line-height: 1;
	background-color: #BF5151;
	color: #FFF;
	font-weight: 500;
	padding: 4px 10px;
	font-size: .9375rem;
	margin-left: 20px;
}
select, option {
	padding: 0.625em 0.4375em;	
}
.form-btn {
	margin: 0 auto 30px auto;
	text-align: center;
}
.form-btn input {
	min-width: 200px;
}
.form-btn input:hover {
	opacity: .6;
}
div.wpcf7cp-btns {
	text-align: center;
}
div.wpcf7cp-btns button {
	background-color: #124582;
	padding: 20px 40px;
}


@media screen and (min-width:1401px){
	.top-contact .inner .title {
		padding-right: 140px;
	}
	.top-contact .inner .tel, .top-contact .inner .fax {
		padding: 15px 60px;
	}
}
@media screen and (min-width:1025px){
	.top-biz-area .btn-more {
		margin-top: -30px;
	}
	.top-contact .inner .title p strong {
		font-size: 2.25rem;
	}
}
@media screen and (max-width:1480px){
	.top-recruit {
		padding-bottom: 150px;
	}
}
@media screen and (max-width:1320px){
	.top-recruit {
		padding-bottom: 120px;
	}
	body.sub .entry-content .inner {
		padding: 0 2rem;
	}
	body.sub .entry-content .c-policy h2 {
		padding-left: 2.5rem;
		margin-left: 5rem;
	}
	.biz-head p {
		padding: 3rem;	
	}
	ul.btn-link {
		padding-bottom: 0;
	}
}
@media screen and (max-width:1240px){
	.top-main-area .tx {
		padding: 40px;
	}
	.top-main-area .tx h2 {
		font-size: 2rem;
	}
	.top-guide .tx {
		margin: 0 4%;
	}
	.top-guide .top-gal {
		margin-right: 10%;
	}
	.top-contact .inner .tel, .top-contact .inner .fax, .top-contact .inner .mail {
		padding: 15px 40px;
	}
	.top-contact .inner .tel p, .top-contact .inner .fax p, .top-contact .inner .mail p {
		font-size: 1rem;
	}
	.top-contact .inner .tel p .ff-min, .top-contact .inner .fax p .ff-min {
		font-size: 1.75rem;
	}
	.tel-tx, .fax-tx, .mail-tx {
		padding-left: 50px;
	}
	.tel-tx::before,.fax-tx::before,.mail-tx::before {
		width: 30px;
		height: 30px;
	}
	.top-contact .inner .title {
		padding-right: 60px;
	}
	.top-biz-area {
		padding: 120px 4%;
		gap: 50px;
	}
	.top-biz-area::before {
		width: 4%;
	}
	.top-biz-area .tx .en {
		margin-bottom: 2rem;
	}
	.top-biz-area .btn-more {
		margin-top: 0;
	}
	.c-policy .vtx {
		-ms-writing-mode: initial;
		writing-mode: initial;
		width: 100%;
	}
	body.sub .entry-content .c-policy h2 {
		padding-left: 0;
		padding-bottom: 2.4rem;
		margin-left: 0;
		margin-bottom: 5rem;
	}
	body.sub .entry-content .c-policy h2::before {
		width: 120px;
		height: 1px;
		top: initial;
		bottom: 0;
	}
	.c-policy {
		padding: 6rem 2.5rem;
		justify-content: flex-start;
	}
	.c-policy .vtx .image {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	ul.works-env li {
		width: 23%;
	}
	body.sub.recruit .entry-content .recruit-head .tx h2 {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}
	.env-head .image {
		max-width: 400px;
		left: initial;
		right: 0;
	}
	.recruit-it .tx::before {
		font-size: 4rem;
	}
	.recruit-it .tx {
		padding: 5rem 4rem;
	}
	ul.works-env {
		padding: 7rem .75rem;
	}
	.top-contact .inner .mail p .ff-min {
		font-size: 1.5rem;
	}
}
@media screen and (max-width:1024px){
	.top-main-area .tx {
		right: 30px;
	}
	.top-main-area .tx h2 {
		line-height: 1.5;
		font-size: 1.375rem;
		margin-left: 20px;
	}
	.top-main-area .tx p {
		font-size: .9rem;
	}
	.top-main-area .tx p .txbr {
		display: flex;
	}
	.top-guide {
		padding: 100px 3%;
		flex-wrap: wrap;
	}
	.top-guide .tx {
		width: 100%;
		margin: 0;
		max-width: initial;
	}
	.top-guide .top-gal {
		width: 80%;
		margin: 0 auto;
		padding-top: 35px;
	}
	.top-guide .tx h3 {
		font-size: 1.75rem;
	}
	.top-guide .top-gal ul.col3 li {
		padding: 0;
	}
	.top-guide .top-gal ul.col3 li:nth-child(1) img {
		min-width: initial;
		margin-left: 20%;
		max-width: 200px;
	}
	.top-guide .top-gal ul.col3 li:nth-child(2) img {
		max-width: initial;
		width: 70%;
		height: auto;
		margin-left: 40%;
	}
	.top-guide .top-gal ul.col3 li:nth-child(3) img {
		min-width: initial;
		max-width: 200px;
	}
	.top-guide .top-gal ul.col3 li:nth-child(4) img {
		margin-top: 20px;
	}
	.top-guide .top-gal ul.col3 li:nth-child(5) img {
		min-width: initial;
	}
	.top-guide .top-gal ul.col3 li:nth-child(6) img {
		margin-left: -20%;
		margin-top: 30px;
	}
	.top-guide .top-gal ul.col3 li:nth-child(7) img {
		margin-left: 35%;
		margin-top: -15px;
	}
	.top-guide .top-gal ul.col3 li:nth-child(8) img {
		margin-left: 28%;
		margin-top: -50px;
	}
	.top-guide .top-gal ul.col3 li:nth-child(9) img {
		margin-left: 35%;
		margin-top: -28px;
	}
	.top-recruit .tx {
		width: 100%;
	}
	.top-recruit .image {
		position: static;
		width: 100%;
	}
	ul.rec-image li:nth-child(1) img {
		margin-left: 25%;
	}
	ul.rec-image li:nth-child(2) img {
		margin-top: 0;
		clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.top-contact .inner .title {
		padding: 0;
		width: 100%;
	}
	.top-contact .inner .title p {
		text-align: center;
	}
	.top-contact .inner .tel, .top-contact .inner .fax {
		padding: 15px;
		width: 50%;
		margin-top: 20px;
	}
	.top-contact .inner .fax {
		 border-right: 1px solid #FFF;
	}
	.top-contact.sub .inner .fax {
		border-right: none;
	}
	.top-biz-area {
		display: flex;
		gap: initial;
		flex-wrap: wrap;
	}
	.top-biz-area .tx h4 {
		margin-top: 2rem;
		line-height: 1.5;
	}
	.top-biz-area .tx,.top-biz-area .biz-image,.top-biz-area .btn-more {
		width: 100%;
	}
	.top-biz-area .biz-image {
		padding: 3.5rem 0;
	}
	.top-biz-area .btn-more {
		padding: 0;
		text-align: center;
	}
	.top-c2-btn {
		padding: 120px 0;
	}
	.top-c2-btn ul li a {
		padding: 80px 0;
	}
	.top-c2-btn ul li a .tx strong {
		font-size: 2rem;
	}
	.top-c2-btn ul li a .tx .en {
		margin: 20px auto;
	}
	.top-biz-area .tx h3, .top-recruit .tx .title h3 {
		font-size: 2.5rem;
	}
	.profile {
		padding: 4rem 2.5rem 8rem 2.5rem;
	}
	p.biz-first .txbr {
		display: inline-block;
		width: 100%;
	}
	.biz-head {
		padding: 0;
		margin-bottom: 2rem;
	}
	body.sub .entry-content .biz-head h2 {
		width: 100%;
		padding: 1.5rem 1rem;
	}
	.biz-head p {
		position: relative;
		width: 100%;
		padding: 1rem 1.5rem;
	}
	ul.col3 {
		padding: 2rem 0;
	}
	.biz-box:nth-of-type(2n+1) .biz-cont {
		flex-flow: wrap;
	}
	.biz-cont .tx {
		width: 100%;
	}
	.biz-cont .image {
		width: 80%;
		max-width: 640px;
		margin: 0 auto 1rem auto;
		text-align: center;
		padding-top: 0;
	}
	.gal ul.col3 {
		padding-top: 3rem;
	}
	ul.col3 li {
		padding: 0 1.5rem;
		margin-bottom: 1.5rem;
	}
	body.sub .entry-content .biz-cont h3 {
		padding: 1.375rem 1rem 1.375rem 6rem;
		margin-bottom: 2rem;
	}
	.biz-box .gal {
		padding-bottom: 5rem;
	}
	.image-sub {
		padding-top: 3rem;	
	}
	#job01::before, #job02::before {
		height: 30px;
		margin-top: -30px;
	}
	body.sub.youkou .entry-content .inner {
		padding-top: 60px;
	}
	body.youkou .entry-content .inner h2 {
		padding-top: 0;
	}
	body.recruit .entry-content p.tx-c {
		text-align: left;
	}
	ul.works-env li {
		width: 31.33333%;
	}
	dl.support dt, dl.support dd {
		width: 100%;
		padding: 1.5rem;
	}
	dl.support dt {
		margin-bottom: 0;
	}
	dl.support dd {
		margin-bottom: 2rem;
	}
	table.history th {
		width: 25%;
	}
	table.history {
		margin-bottom: 8rem;
	}
	.recruit-head .tx {
		width: 60%;
	}
	body.sub.recruit .entry-content .recruit-head .tx h2 {
		font-size: 2rem;
	}
	body.sub.recruit .entry-content .recruit-head .tx h3 {
		letter-spacing: normal;
		font-size: 1.125rem;
	}
	.recruit-it .tx::before {
		font-size: 3rem;
		top: -2.5rem;
	}
	.entry-content .recruit-it .tx p {
		font-size: 1rem;
	}
	.recruit-env {
		padding: 2rem 0;
	}
	body.sub .entry-content .env-head .blue-box h2 {
		font-size: 1.75rem;
	}
	.support-area {
		padding-top: 5rem;
	}
	body.sub .entry-content .support-area h2 {
		margin-bottom: 4rem;
	}
	body.sub .entry-content .support-area h2::after {
		font-size: 2.25rem;
		top: -2.75rem;
	}
	.support-area .white-box {
		width: 100%;
		padding: 3rem 2rem;
	}
	.oubo .fuki {
		font-size: 2.75rem;
	}
	.no-sidebar.sub.about .entry-header,.no-sidebar.sub.business .entry-header,.no-sidebar.sub.equipment .entry-header,.no-sidebar.sub.recruit .entry-header,.no-sidebar.sub.youkou .entry-header,.no-sidebar.sub.contact .entry-header {
		padding: 150px 10px;
	}
	.no-sidebar.sub.about .entry-header .entry-title,.no-sidebar.sub.business .entry-header .entry-title,.no-sidebar.sub.equipment .entry-header .entry-title,.no-sidebar.sub.recruit .entry-header .entry-title,.no-sidebar.sub.youkou .entry-header .entry-title,.no-sidebar.sub.contact .entry-header .entry-title {
		bottom: 50px;
		font-size: 2.5rem;
		letter-spacing: .1em;
	}
	.biz-box.no-gal {
		padding-bottom: 5rem;
	}
}
@media screen and (max-width:768px){
	.top-main-area .tx {
		padding: 40px 25px;
	}
	.top-main-area .tx h2 {
		font-size: 1.25rem;
	}
	.top-main-area .tx p {
		line-height: 1.8;
	}
	.top-guide .top-gal ul.col3 li:nth-child(4) img {
		margin-top: 20px;
		margin-left: -10%;
		min-width: 200px;
	}
	.top-guide .top-gal ul.col3 li:nth-child(5) img {
		margin-top: -30px;
	}
	.top-guide .top-gal ul.col3 li:nth-child(7) img {
		margin-left: 15%;
		margin-top: -30px;
		min-width: 180px;
	}
	ul.rec-image li:nth-child(1) img {
		clip-path: none;
		margin: 0;
	}
	ul.rec-image li:nth-child(2) img {
		clip-path: none;
	}
	ul.btn-link {
		max-width: initial;
	}
	ul.btn-link li a:hover {
		width: 98%;
	}
	.top-recruit {
		padding: 60px 0;
	}
	ul.rec-image {
		margin-top: 40px;
	}
	.top-recruit .tx .title {
		padding: 30px;
	}
	.top-recruit .tx p.narrow {
		padding: 20px;
	}
	.top-contact .inner .tel p .ff-min, .top-contact .inner .fax p .ff-min {
		font-size: 1.5rem;
	}
	.x-scroll {
		overflow: auto;
		padding-top: 35px;
		position: relative;
	}
	.x-scroll::before {
		position: absolute;
		left: 0;
		top: 0;
		content: '※表を横にスクロールできます→';
		color: #F30;
	}
	.x-scroll table.equ {
		width: 760px !important;
		margin-bottom: 0;
		max-width: initial;
	}
	.fl-box.greeting {
		flex-flow: column-reverse;
	}
	.fl-box.greeting .tx {
		width: 100%;
	}
	.fl-box.greeting .image {
		width: 50%;
		margin: 0 auto 3rem auto;
		max-width: 240px;
	}
	body.sub .entry-content h2 {
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
	table.meaning th, table.meaning td,table.cp th, table.cp td,table.history th, table.history td {
		width: 100%;
		display: block;
	}
	table.meaning th {
		border-width: 0;
		padding-bottom: 0;
		text-align: center;
	}
	table.cp th {
		border-width: 0;
		padding-bottom: 0;
	}
	table.history th, table.history td {
		padding-left: 3.5rem;
	}
	table.history th {
		padding-bottom: 0;
	}
	.top-contact.sub {
		padding: 60px 2%;
	}
	body.sub .entry-content .inner {
		padding: 0;
	}
	.c-policy {
		padding: 6rem 0;
		margin-bottom: 3rem;
	}
	.c-policy .vtx .image {
		padding: 0 2rem;
	}
	.profile {
		padding: 4rem 1rem 8rem 1rem;
	}
	ul.btn-link li {
		margin: 0 0 1rem 0;
	}
	.recruit-head {
		flex-wrap: wrap;
		justify-content: flex-end;
		padding-bottom: 5rem;
	}
	.recruit-head .tx {
		order: 2;
		width: 100%;
		position: static;
		padding: 0 2%;
		margin: 0;
	}
	.recruit-head .image {
		width: 85%;
		order: 1;
		margin: 0 0 1.5rem 0;
	}
	body.sub.recruit .entry-content .recruit-head .tx h2 {
		font-size: 2rem;
	}
	.recruit-it {
		margin-top: 0;
	}
	.recruit-it .image {
		position: static;
		margin: 0;
		width: 100%;
		text-align: left;
		padding: 0;
		max-width: initial;
	}
	.recruit-it .image img {
		max-width: 450px;
		width: 65%;
	}
	.recruit-it .tx {
		width: 85%;
		margin-top: -2rem;
		margin-right: 4%;
		padding: 3.5rem 3rem;
	}
	.recruit-it .tx::before {
		text-shadow: 0px 3px 3px rgb(255, 255, 255);
	}
	.oubo .fuki {
		font-size: 2.25rem;
	}
	table.equ tr th:nth-child(3) {
		width: 120px;
	}
	table.equ tr th:nth-child(4) {
		width: 120px;
	}
}
@media screen and (max-width:640px){
	.top-main-area .tx {
		position: static;
		background: #000;
		width: 100%;
		height: auto;
		-ms-writing-mode: initial;
		writing-mode: initial;
		padding: 20px;
	}
	.top-main-area .tx h2 {
		margin: 0 0 10px 0;
		word-wrap: break-word;
		font-size: 1.125rem;
	}
	.top-main-area .tx h2 br {
		display: none;
	}
	.top-main-area .tx h2 .txbr {
		display: inline-block;
		width: 100%;
	}
	.top-main-area .tx p {
		line-height: 1.25;
		width: 100%;
	}
	.top-main-area .tx p .txbr {
		display: initial;
	}
	.top-contact .inner .tel, .top-contact .inner .fax, .top-contact .inner .mail {
		width: 100%;
		border-top: 1px solid #518FAF;
		border-left: none;
	}
	.top-contact .inner .fax,.top-contact .inner .mail {
		border-right: none;
		border-bottom: 1px solid #518FAF;
		margin-top: 0;
	}
	.top-guide .top-gal {
		width: 100%;
	}
	.top-guide .top-gal ul.col3 li:nth-child(1) img {
		min-width: initial;
		margin-left: 15%;
		max-width: 200px;
		width: 95%;
		margin-top: 0;
	}
	.top-guide .top-gal ul.col3 li:nth-child(2) img {
		margin-left: 40%;
		width: 85%;
		margin-left: 15%;
	}
	.top-guide .top-gal ul.col3 li:nth-child(3) img {
		min-width: initial;
		max-width: 200px;
	}
	.top-guide .top-gal ul.col3 li:nth-child(4) img {
		min-width: initial;
		width: 100%;
		margin-left: 0;
		margin-top: 10%;
	}
	.top-guide .top-gal ul.col3 li:nth-child(5) img {
		width: 95%;
		margin-top: -10%;
		margin-left: -5%;
	}
	.top-guide .top-gal ul.col3 li:nth-child(6) img {
		margin-left: -15%;
		margin-top: 15%;
		min-width: initial;
	}
	.top-guide .top-gal ul.col3 li:nth-child(7) img {
		min-width: initial;
		margin-top: -10%;
		width: 85%;
		margin-left: 35%;
	}
	.top-guide .top-gal ul.col3 li:nth-child(8) img {
		width: 80%;
		margin-top: -20%;
		margin-left: 15%;
	}
	.top-guide .top-gal ul.col3 li:nth-child(9) img {
		margin-top: -8%;
		margin-left: 4%;
		width: 96%;
	}
	.top-biz-area .tx h3, .top-recruit .tx .title h3 {
		font-size: 2rem;
		margin-bottom: 0;
		line-height: 1.25;
	}
	.top-biz-area .tx .en, .top-recruit .tx .title p {
		font-size: 1.125rem;
	}
	.top-recruit .tx .title {
		padding: 20px 25px;
	}
	.top-biz-area .tx h4 {
		font-size: 1.125rem;
	}
	.top-biz-area .tx p {
		line-height: 1.75;
	}
	.top-c2-btn {
		padding: 60px 0;
	}
	.top-c2-btn ul li a {
		padding: 40px 0;
	}
	.top-c2-btn ul li a .tx strong {
		font-size: 1.5rem;
	}
	.top-c2-btn ul li a .tx .en {
		margin: 10px auto;
		font-size: .75rem;
	}
	.top-c2-btn ul li a .more {
		padding: 3px;
		font-size: .7rem;
		margin-top: 5px;
		max-width: 100px;
		line-height: 1.25;
	}
	.top-c2-btn ul li a .more::before {
		top: 8px;
		right: 8px;
		width: 5px;
		height: 5px;
	}
	.top-biz-area {
		padding: 60px 4%;
	}
	.top-biz-area::before {
		top: 82px;
	}
	.top-biz-area .biz-image ul.column4 li {
		font-size: .9rem;
	}
	.top-biz-area .biz-image ul.column4 li .num {
		font-size: 1rem;
		margin-right: .5rem;
	}
	ul.circle li {
		width: 100%;
	}
	body.about .google-maps {
		padding-bottom: 300px;
	}
	.k-mac .title-img {
		max-width: 240px;
		width: 88%;
		margin-bottom: 2.5rem;
	}
	.c-policy,.profile {
		margin: 0 auto;
		padding: 3rem 1.5rem;
	}
	ul.col2-btn {
		padding: 1rem 0 3rem 0;
	}
	ul.col2-btn li {
		width: 100%;
		margin: 2rem auto 0 auto;
	}
	p.biz-first {
		font-size: .95rem;
		letter-spacing: .06em;
		line-height: 1.7;
	}
	.biz-head p {
		padding: 1rem;
		line-height: 1.5;
	}
	ul.col3 li {
		padding: 0 1rem;
	}
	body.sub .entry-content .biz-cont h3 {
		font-size: 2rem;
		padding: 1rem 1rem 1rem 5rem;
	}
	.biz-wrap .biz-cont h3::before {
		font-size: 2.25rem;
		width: 60px;
		height: 60px;
	}
	.top-contact.sub .inner .tel, .top-contact.sub .inner .fax, .top-contact.sub .inner .mail {
		width: 100%;
	}
	.top-contact.sub .inner .tel {
		margin-bottom: 0;
	}
	body.sub .entry-content .biz-head h2 {
		font-size: 1.5rem;
	}
	table.youkou th, table.youkou td {
		display: block;
		width: 100%;
	}
	table.youkou th {
		padding-bottom: 0;
	}
	table.youkou td {
		padding-top: .5rem;	
	}
	.oubo-box .tel-tx {
		display: inline-block;
		text-align: center;
		margin: 0 10px;
		padding-left: 30px;
	}
	.oubo-box .tel-tx a {
		font-size: 1.75rem;
	}
	.oubo-box .tel-tx::before {
		top: 17px;
		width: 20px;
		height: 20px;
	}
	.oubo-box p.fs-s {
		letter-spacing: normal;
	}
	table.meaning td {
		padding: .5rem .5rem 1.5rem .5rem;
		font-size: 1.125rem;
	}
	table.cp td, table.history td {
		padding-top: .5rem;
	}
	table.history td {
		padding-bottom: .5rem;
	}
	body.sub.recruit .entry-content h2 {
		font-size: 1.5rem;
	}
	ul.works-env {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	ul.works-env li {
		width: 46%;
		padding: 1rem;
		margin: 0 2% 2rem 2%;
	}
	ul.works-env li p {
		padding-bottom: 1.5rem;
	}
	.c-policy .vtx .image {
		padding: 0 1rem;
	}
	.gal ul.col3 {
		padding: .5rem 0 0 0;
	}
	body.sub.recruit .entry-content h2:first-of-type {
		margin-top: .5rem;
	}
	.oubo-box {
		margin-top: 2.5rem;
	}
	.sub-image {
		padding-top: 3rem;
	}
	body.sub .entry-content .env-head .blue-box h2 {
		font-size: 1.5rem;
	}
	body.sub .entry-content .env-head .blue-box p.sub-t {
		font-size: 1.11rem;
	}
	.support-area {
		padding: 8rem 0 5rem 0;
	}
	.recruit-it .tx::before {
		font-size: 2rem;
		top: -1.5rem;
	}
	.oubo .fuki {
		font-size: 2rem;
		padding: 0 68px 25px 68px;
	}
	.oubo .fuki::before,.oubo .fuki::after {
		width: 60px;
		height: 140px;
	}
	.btn-area {
		padding-bottom: 6rem;	
	}
	.no-sidebar.sub.about .entry-header, .no-sidebar.sub.business .entry-header, .no-sidebar.sub.equipment .entry-header, .no-sidebar.sub.recruit .entry-header, .no-sidebar.sub.youkou .entry-header, .no-sidebar.sub.contact .entry-header {
		padding: 120px 10px;
	}
	.no-sidebar.sub.about .entry-header .entry-title, .no-sidebar.sub.business .entry-header .entry-title, .no-sidebar.sub.equipment .entry-header .entry-title, .no-sidebar.sub.recruit .entry-header .entry-title, .no-sidebar.sub.youkou .entry-header .entry-title, .no-sidebar.sub.contact .entry-header .entry-title {
		font-size: 2rem;
		bottom: 30px;
	}
	.recruit-it .tx::before {
		text-shadow: 0px 0px 3px rgb(255, 255, 255),0px 0px 3px rgb(255, 255, 255),0px 0px 3px rgb(255, 255, 255),0px 0px 3px rgb(255, 255, 255),0px 0px 3px rgb(255, 255, 255);
	}
	.recruit-it .tx {
		padding: 3.5rem 2.5rem 3rem 2.5rem;
	}
	.recruit-it-area {
		padding-bottom: 4rem;
	}
	.env-head .blue-box {
		width: 82%;
		padding: 2rem 1rem;
	}
	body.sub .entry-content .env-head .blue-box h2 {
		font-size: 1.375rem;
	}
	body.sub ul.works-env li h3 {
		font-size: 1.25rem;
	}
	.biz-box.no-gal {
		padding-bottom: 2.5rem;
	}
}
@media screen and (max-width:480px){
	ul.btn-link li a {
		padding-left: 30px;
		padding-right: 60px;
	}
	ul.btn-link li a::before {
		width: 20px;
	}
	.top-contact p.tx-c {
		text-align: left;
	}
	.top-guide {
		padding: 60px 3%;
	}
	.top-guide .tx h3 {
		font-size: 1.5rem;
	}
	.top-biz-area .biz-image {
		padding: .5rem 0;
	}
	.top-biz-area .btn-more a {
		max-width: 200px;
		padding: 12px 10px;
		font-size: .9rem;
	}
	.top-biz-area .btn-more a::before {
		width: 6px;
		height: 6px;
		top: 18px;
	}
	.top-recruit .tx p.narrow {
		line-height: 1.5;
		font-size: .95rem;
	}
	ul.btn-link li a {
		padding: 16px 40px 16px 25px;
		font-size: 1rem;
	}
	ul.btn-link li a::before {
		width: 10px;
		top: 25px;
	}
	ul.btn-link a::after {
		width: 8px;
		height: 8px;
		top: 21px;
		right: 25px;
	}
	.site-footer .inner p {
		font-size: .9rem;
	}
	p.biz-first {
		letter-spacing: normal;
		font-size: .85rem;
	}
	body.sub .entry-content .biz-head h2 {
		font-size: 1.25rem;
		padding: 1.125rem 1rem;
	}
	.biz-head p {
		font-size: 1rem;
	}
	body.sub .entry-content .biz-cont h3 {
		font-size: 1.75rem;
		padding: .75rem .5rem .75rem 3.75rem;
		margin-bottom: 1.25rem;
	}
	.biz-wrap .biz-cont h3::before {
		font-size: 1.75rem;
		width: 50px;
		height: 50px;
	}
	.ybtn-col2 ul {
		padding: 0;
	}
	.ybtn-col2 ul li {
		width: 94%;
		margin: 10px auto;
	}
	body.sub.recruit .entry-content h2 {
		text-align: left;
	}
	body.recruit h2::before {
		right: initial;
		margin: 0;
	}
	body.sub ul.works-env li h3 {
		font-size: 1.25rem;
	}
	ul.works-env li {
		width: 90%;
	}
	dl.support {
		padding-bottom: 1rem;
	}
	dl.support dt, dl.support dd {
		padding: 1rem;
	}
	dl.support dt {
		justify-content: flex-start;
	}
	.fl-box.greeting .tx p {
		padding-bottom: 1.25rem;
	}
	.c-policy, .profile {
		padding: 3rem .5rem;
	}
	body.sub .entry-content h2 {
		font-size: 1.75rem;
	}
	.fl-box.greeting .image {
		margin-bottom: 1.5rem
	}
	.k-mac {
		padding: 6rem 0;
	}
	table.meaning td {
		font-size: 1rem;
	}
	ul.col2-btn li {
		max-width: 200px;
	}
	table.history {
		margin-bottom: 6rem;
	}
	body.sub .entry-content .env-head .blue-box h2,body.sub .entry-content .support-area h2 {
		text-align: center;
	}
	.oubo .fuki {
		padding: 0 50px 18px 50px;
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.oubo .fuki::before, .oubo .fuki::after {
		width: 40px;
		height: 93px;
	}
	ul.col2-btn {
		width: 80%;
		margin: 0 auto;
	}
	ul.col2-btn.red.big a {
		font-size: 1.125rem;
		padding: 2rem 1.5rem;
	}
	ul.col2-btn.red.big a::before {
		width: 8px;
		height: 8px;
		top: 36px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		right: 15px;
	}
	body.sub .entry-content .env-head .blue-box h2 {
		font-size: 1.25rem;
	}
	body.sub .entry-content .env-head .blue-box p.sub-t {
		font-size: .95rem;
	}
}
@media screen and (max-width:380px){
	.fade-in {
		opacity: 1 !important;
		transform: initial !important;
		transform: initial !important;
	}
	table.meaning th {
		font-size: 1.25rem;
	}
	table.meaning th::first-letter {
		font-size: 1.5rem;
	}
	.recruit-it .tx::before {
		font-size: 1rem;
		top: 10px;
		right: 10px;
	}
	body.sub .entry-content .env-head .blue-box h2 {
		font-size: 1.11rem;
	}
	.oubo .fuki {
		font-size: 1.375rem;
	}
}