@charset "UTF-8";
/*
Theme Name: shima-ken.co.jp
Description: shima-ken.co.jp
Version: 2026.1
Author: YH
*/
/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    outline: none;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.5em;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a:focus {
    outline: none;
}
a img {
    border: none;
}
input, button, select, textarea {
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
button {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0;
	font-family: "Noto Sans JP", sans-serif;
}
/* Style
-------------------------------------------------------------- */
body {
    height: 100%;
    font-size: 16px;
    line-height: 2em;
    background: #fff;
    color: #151515;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    transition: opacity 0.6s ease;
    -webkit-print-color-adjust: exact;
    -webkit-text-size-adjust: none;
    /* font-feature-settings: "palt"; */
    opacity: 0;
}
body#inner,
body.show {
    opacity: 1;
}
body.busy {
	overflow: hidden;
}
body p {
    color: inherit;
    font-size: inherit;
    line-height: 2em;
    letter-spacing: 0;
    font-weight: 500;
}
a, a img, button {
    text-decoration: none;
    font-weight: 500;
    color: #151515;
    transition: all 0.3s ease;
}
.pc_view a:hover, .pc_view button:hover {
    opacity: 0.75;
}
span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
pictuire, img {
    display: block;
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    /* line-height: inherit; */
}
*[data-view=pc] {
    display: block !important;
}
*[data-view=sp] {
    display: none !important;
}
.f_en {
	font-family: "Roboto Condensed", sans-serif;
}

/* =============================
  Common
============================= */
.outline {
    position: relative;
    /* overflow: hidden; */
    min-width: 1200px;
    overflow: hidden;
}
.main {
	transition: background 0.6s cubic-bezier(0.25, 0.1, 0.26, 1.26);
	padding-top: 0;
}
.scrollactive.fadein {
    position: relative;
    top: 20px;
    transition: all ease 1s;
    opacity: 0;
}
.scrollactive.fadein.active {
    opacity: 1;
    top: 0;
}

/*============================
header
============================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
    padding: 28px 28px;
    opacity: 0;
    transition: opacity ease 1s, padding ease 0.3s, background ease 0.3s;
}
header.scroll {
	padding: 6px 28px;
	background: #fff;
}
#inner header {
	opacity: 1;
}
header.show {
	opacity: 1;
    left: 0;
}
header>.inner {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 5px;
	border-radius: 10px;
	position: relative;
}
header .logo {
    display: flex;
    align-items: center;
}
header .logo > h1,
header .logo > div {
	width: 90px;
	background: url(./images/img_logo_w2.webp) no-repeat center center / contain;
}
header .logo > h1 img,
header .logo > div img {
	transition: all ease 0.3s;
}
#inner.recruit.top header .logo > div img {
	opacity: 0;
}
#inner.recruit.top header.scroll .logo > div img {
	opacity: 1;
}
header .logo > p {
    font-size: 10px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
}
header .gmenu {
	margin-left: auto;
}
.pc_view header .gmenu {
	opacity: 1 !important;
	display: block !important;
}
header .gmenu ul {
	display: flex;
	align-items: center;
	gap: 7px;
}
header .gmenu ul li {position: relative;}
header .gmenu ul li a {
	display: flex;
	font-size: 14px;
	padding: 8px 14px;
	line-height: 1.5em;
	align-items: center;
	position: relative;
	z-index: 10;
	color: #fff;
}
#inner:not(.top) header .gmenu ul li a {
	color: #151515;
}
#inner:not(.top).pc_view header .gmenu ul li a:hover {
	color: #C30D23;
}
#inner:not(.top) header .gmenu ul li.bt_recruit a {
	color: #fff;
}
#inner:not(.top).pc_view  header .gmenu ul li.bt_recruit a:hover {
	color: #C30D23;
}
.pc_view header .gmenu ul li a:hover {
	opacity: 1;
	color: #C30D23;
}
header .gmenu ul li.bt_contact {margin-left: 12px;}
header .gmenu ul li.bt_contact a,
header .gmenu ul li.bt_download a,
header .gmenu ul li.bt_recruit a {
	border: 1px solid #fff;
	border-radius: 4px;
	background: url(./images/icon_contact.webp) no-repeat right 12px top 50% / 18px auto;
	padding: 0 40px 0 14px;
	height: 40px;
	display: flex;
	align-items: center;
	line-height: 1.2em;
	box-sizing: border-box;
	width: 140px;
}
header .gmenu ul li.bt_recruit.wide a {
	width: 186px;
}
header .gmenu ul li.bt_download {margin-left: 10px;}
header .gmenu ul li.bt_download a {
	background-image: url(./images/icon_download.webp);
	font-size: 12px;
	padding-left: 20px;
}
header.scroll .gmenu ul li.bt_contact a,
header.scroll .gmenu ul li.bt_download a,
#inner header .gmenu ul li.bt_contact a,
#inner header .gmenu ul li.bt_download a {
	border: 1px solid #151515;
	background-image: url(./images/icon_contact_b.webp);
}
header.scroll .gmenu ul li.bt_download a,
#inner header .gmenu ul li.bt_download a {
	background-image: url(./images/icon_download_b.webp);
}
header.scroll .gmenu ul li.bt_recruit a {
	color: #fff;
}
header .gmenu ul li.bt_recruit {margin-left: 10px;}
header .gmenu ul li.bt_recruit a {
	background-image: url(./images/icon_arrow.webp);
	border-color: #C30D23;
	background-color: #C30D23;
}
.pc_view header .gmenu ul li.bt_contact a:hover,
#inner:not(.top).pc_view header .gmenu ul li.bt_contact a:hover {
	background-image: url(./images/icon_contact_r.webp);
	border-color: #C30D23;
}
.pc_view header .gmenu ul li.bt_download a:hover,
#inner:not(.top).pc_view header .gmenu ul li.bt_download a:hover {
	background-image: url(./images/icon_download_r.webp);
	border-color: #C30D23;
}
.pc_view header .gmenu ul li.bt_recruit a:hover {
	background-image: url(./images/icon_arrow_r.webp);
	border-color: #C30D23;
	background-color: transparent;
}
header.scroll .gmenu ul li a {
	color: #151515;
}
.pc_view header .gmenu ul li a:hover {
	opacity: 1;
	color: #C30D23;
}
header .bt_menu {
display: block;
width: 40px;
height: 40px;
font-size: 12px;
text-align: center;
box-sizing: border-box;
z-index: 1000;
overflow: hidden;
position: relative;
margin-left: 5px;
}

header .bt_menu::before, header .bt_menu::after, header .bt_menu span::before {
display: block;
position: absolute;
content: "";
width: 20px;
height: 2px;
background: #000;
top: 50%;
left: 10px;
transition: all 0.3s ease;
margin-top: 6px;
}

header .bt_menu::after {
margin-top: -6px;
}
header .bt_menu span::before {
margin: 0;
}  
header .bt_menu span {
display: block;
text-indent: -9999px;
overflow: hidden;
height: 100%;
}

.bt_top {
	display: block;
	right: 10px;
	bottom: 10px;
	position: fixed;
	width: 56px;
	height: 56px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(./images/icon_arrow_u_b.webp) no-repeat center center / 36px auto;
	background-color: #ffffff40;
	border-radius: 3px;
	pointer-events: none;
	z-index: 900;
	opacity: 0;
}
.bt_top.show {
	opacity: 1;
	pointer-events: auto;
}
footer {position: relative;z-index: 500;background: #151515;color: #fff;}
footer .btbox {
	background: #fff;
}

footer .btbox > .inner {display: flex;padding: 42px 80px;justify-content: space-between;}
footer .btbox a {background: #F1F1F1;border: 1px solid #D8D8D8;border-radius: 8px;width: calc(50% - 20px);box-sizing: border-box;font-size: 24px;line-height: 1em;font-weight: 700;display: flex;flex-direction: column;padding: 28px 22px;align-items: start;position: relative;}
footer .btbox_recruit .title {
  color: #151515;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8em;
}
footer .btbox_recruit > .inner {display: flex;padding: 34px 80px 42px 80px;justify-content: center;flex-direction: column;align-items: center;}
footer .btbox_recruit > .inner a {width: 624px;}
footer .btbox a::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 60px;
	height: 60px;
	background: url(./images/icon_contact_b.webp) no-repeat center center / 27px auto;
	background-color: #E4E4E4;
	border-radius: 100px;
	transform: translate(0, -50%);
	transition: 0.3s ease all; 
}
footer .btbox a.bt_download::after {
	background-image: url(./images/icon_download_b.webp);
}
footer .btbox a span {transition: 0.3s ease all; color: #151515;font-size: 18px;font-weight: 600;margin-top: 17px;background: #E4E4E4;line-height: 0.6em;padding-right: 35px;}
.pc_view footer .btbox a:hover {
	opacity: 1;
	background: #fff;
	border-color: #C30D23;
	color: #C30D23;
}
.pc_view footer .btbox a:hover span {
	background: #C30D23;
}
.pc_view footer .btbox a:hover::after {
	background-color: #C30D23;
	background-image: url(./images/icon_contact.webp);
}
.pc_view footer .btbox a.bt_download:hover::after {
	background-color: #C30D23;
	background-image: url(./images/icon_download.webp);
}
footer > .inner {display: flex;padding: 42px 80px;}
footer > .inner .box {width: 25%;}
footer > .inner .box1 .logo {display: block;width: 150px;}
footer > .inner .box1 .text {margin-top: 20px;}
footer > .inner .box .title {font-size: 15px;font-weight: 700;letter-spacing: 0.2em;position: relative;padding: 4px 0 0 6px;margin-bottom: 8px;}
footer > .inner .box .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 16px;
  background: #C30D23;
  left: 0;
  top: 0;
}
footer > .inner .box .subtitle {font-size: 13px;font-weight: 600;position: relative;padding: 0px 0 0 12px;margin: 8px 0 0px 0;}
footer > .inner .box .subtitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #C30D23;
  left: 0;
  top: 10px;
}
footer > .inner .box .title span {position: relative;display: block;line-height: 1.5em;}
footer > .inner .box .text {font-size: 13px;line-height: 1.8em;font-weight: 400;}
footer > .inner2 {display: flex;padding: 28px 80px;justify-content: space-between;border-top: 1px solid #2B2B2B;}
footer > .inner2 .logo {display: flex;align-items: center;color: #fff;}
footer > .inner2 .logo img {
  width: 215px;
}
footer > .inner2 .logo p {
  font-size: 13px;
  padding: 1px 0;
  margin: 0 0 0 35px;
	position: relative;
}
footer > .inner2 .logo p::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	transition: 0.3s ease all;
}
.pc_view footer > .inner2 .logo:hover {
	opacity: 1;
}
.pc_view footer > .inner2 .logo:hover p::after {
	width: 100%;
}
footer > .inner2 .ias {width: 180px;}
footer > .inner3 {display: flex;padding: 0px 80px 40px 80px;justify-content: space-between;}
footer > .inner3 .fbox {display: flex;align-items: center;}
footer > .inner3 .fbox div + div {margin-left: 30px;border-left: 1px solid #2B2B2B;padding-left: 30px;}
footer > .inner3 .fbox div a {color: #fff;font-size: 13px;font-weight: 400;line-height: 1em;display: block;}
footer > .inner3 .copyright {font-weight: 300;font-size: 11px;letter-spacing: 0.05em;line-height: 1em;}

/*
	header .bt_menu.open span::before {
	opacity: 0;
	}

	header .bt_menu.open::before {
	transform: rotate(135deg);
	left: 12px;
	margin: 0;
	}

	header .bt_menu.open::after {
	transform: rotate(-135deg);
	left: 12px;
	margin: 0;
	}
*/
.remodal.allmenu {
	
}
.remodal.allmenu > .inner {
	
}
.remodal.allmenu > .inner .trial {background: #FFE800;display: flex;flex-direction: column;align-items: center;width: 310px;border-radius: 50px;padding: 20px 0 20px 0;order: 1;height: 330px;box-sizing: border-box;}
.remodal.allmenu > .inner .trial .logo {
	width: 157px;
}
.remodal.allmenu > .inner .trial .max {
	width: 105px;
	margin-top: 2px;
}
.remodal.allmenu > .inner .trial .bt_trial {
  display: flex;
  background: #3DA7E9;
  color: #fff;
  font-size: 16px;
  width: 230px;
  height: 54px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-top: 16px;
  font-weight: bold;
}
.remodal.allmenu > .inner .trial .bt_trial::after {
	content: "";
	width: 26px;
	height: 26px;
	background: url(./images/icon_arrow.webp) no-repeat center center / 26px auto;
	margin: 0px -12px 0 9px;
}
.remodal.allmenu > .inner .gmenu {
	order: 4;
	margin: 0 0 0 143px;
}
.remodal.allmenu > .inner .gmenu ul {display: flex;flex-wrap: wrap;flex-direction: column;height: 350px;gap: 0 60px;}
.remodal.allmenu > .inner .gmenu ul li {padding: 0 0 0 22px;position: relative;}
.remodal.allmenu > .inner .gmenu ul li.mt {margin: 42px 0 0 0;}
.remodal.allmenu > .inner .gmenu ul li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 18px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 100px;
}
.remodal.allmenu > .inner .gmenu ul li a {font-size: 18px;color: #fff;display: inline-block;padding: 6px 0;letter-spacing: 0.05em;}
.remodal.allmenu > .inner .gmenu ul li .sub {display: flex;flex-direction: column;}
.remodal.allmenu > .inner .gmenu ul li .sub a {padding: 2px 0;font-size: 15px;}
.remodal.allmenu > .inner .join {order: 4;margin: -106px 0 120px 444px;}
.remodal.allmenu > .inner .join a {
	display: flex;
	background: #fff;
	font-size: 16px;
	width: 140px;
	height: 54px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	letter-spacing: 0.1em;
}
.remodal.allmenu > .inner .join a span {display: flex;align-items: center;}
.remodal.allmenu > .inner .join a span::after {
	content: "";
	width: 26px;
	height: 26px;
	background: url(./images/icon_arrow2_b.webp) no-repeat center center / 26px auto;
	margin: 0px -10px 0 2px;
}
.remodal.allmenu > .inner .follow {
	background: #fff;
	border-radius: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px 13px;
	padding: 11px 0 16px 0;
	width: 310px;
	order: 2;
	margin-top: 30px;
}
.remodal.allmenu > .inner .follow p {
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 16px;
}
.remodal.allmenu > .inner .follow a {
	display: block;
	width: 30px;
}
.remodal.allmenu > .inner .bt_law {order: 5;margin: 0 0 0 143px;display: block;font-size: 14px;color: #fff;}

.remodal-overlay {
	background: #ddf4ffc7;
	z-index: 1000000;
}
.remodal-wrapper {
	z-index: 1000001;
	padding: 30px 70px;
}
.remodal {
	padding: 0;
	width: 100%;
	max-width: none;
	position: relative;
	background: no-repeat;
}
.remodal > .inner {
	background: #3DA7E9;
	border-radius: 100px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 50px 0;
	max-height: 700px;
	height: calc(100vh - 60px);
	min-height: 556px;
	box-sizing: border-box;
}
.remodal > .inner .wrap {
	box-sizing: border-box;
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 456px;
}
.remodal-close {
	right: 70px;
	left: auto;
	top: 70px;
	width: 54px;
	height: 54px;
	background: #fff;
	border-radius: 120px;
}
.remodal-close::before {
	display: none;	
}

.remodal-close::before,
.remodal-close::after {
	display: block;
	position: absolute;
	content: "";
	width: 25px;
	height: 2px;
	background: #3ea8ea;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 0) rotate(-45deg);
}
.remodal-close::after {
	transform: translate(-50%, 0) rotate(45deg);
}
.remodal.app > .inner {
	background: #fff;
	/* box-shadow: 0 0 30px #00000022; */
}
.remodal.app .remodal-close {
	background: #ebfaff;
}
.remodal.app .wrap {
	width: 1080px;
	height: 511px;
}
.remodal.app .box {
	width: 29%;
}
.remodal.app .box.pc {
	width: 42%;
}
.remodal.app .box p {
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5em;
}
.remodal.app .box p span {display: block;font-size: 15px;line-height: 1.5em;}
.remodal.app .box .img  {
	width: 90%;
	margin: 20px auto 0 auto;
}
.remodal.app .box.pc .img {width: 82%;}
.remodal.app .box .bt_more {margin-top: 30px;}
.remodal.app .box.pc .btbox {display: flex;justify-content: center;width: 82%;margin: 28px auto 0 auto;}
.remodal.app .box.pc .btbox a {display: block;width: 52%;}
.remodal.app .box.pc .btbox a img {display: block;width: 100%;}
.remodal.app .box.pc .btbox a.bt_mac {width: 42.8%;margin-right: 3%;}

ul.newslist {
	
}
ul.newslist li {
	
}
ul.newslist li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #D8D8D8;
	padding: 32px 30px;
	border-radius: 5px;
	background: url(./images/icon_arrow_b.webp) no-repeat right 30px top 50% / 18px auto;
}
.pc_view ul.newslist li a:hover {
	opacity: 1;
	border-color: #C30D23;
	color: #C30D23;
	background-image: url(./images/icon_arrow_r.webp);
}
ul.newslist li .date {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
	width: 100px;
}
ul.newslist li .title {
	font-size: 16px;
	line-height: 1.5em;
	transition: 0.3s ease all;
	font-weight: 400;
	width: calc(100% - 100px);
}

.hbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-items: start;
}
.hbox .labelstyle {
}
.hbox .labelstyle.nolink {
	pointer-events: none;
}
.hbox .labelstyle .label {
	position: relative;
	padding: 7px 0 0 10px;
	margin-right: 130px;
}
.hbox .labelstyle .label::before {
	content: "";
	display: block;
	position: absolute;
	width: 23px;
	height: 32px;
	background: #C30D23;
	left: 0;
	top: 0;
}
.hbox .labelstyle .label span {
	display: block;
	font-size: 45px;45px:;
	line-height: 1.1em;
	font-weight: 500;
	position: relative;
	margin: 0;
}
.hbox .labelstyle .more {
	display: block;
	width: 198px;
	margin: 0 0 0 auto;
	text-align: right;
	position: relative;
}
.hbox .labelstyle .more::before {
	content: "";
	display: block;
	background: #C30D23;
	width: 110px;
	height: 2px;
	bottom: 8px;
	left: 0;
	position: absolute;
}
.hbox .labelstyle .more span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	padding: 3px 33px 3px 0;
	position: relative;
	z-index: 10;
}
.hbox .labelstyle .more::after {
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: -42px;
	top: 13px;
	transform: translate(-50%, -50%) scale(0);
	background: #C30D23;
	border-radius: 100px;
	transition: 0.3s ease all;
}
.hbox .labelstyle:hover {
	opacity: 1;
}
.pc_view .hbox .labelstyle:hover .more::after {
	transform: translate(-50%, -50%) scale(1);
}
.hbox .labelstyle .more span::after {
	content: "";
	background: url(./images/icon_arrow_b.webp) no-repeat center center / 18px auto;
	width: 18px;
	height: 18px;
	position: absolute;
	display: block;
	right: 10px;
	top: 4px;
	transition: all ease 0.3s;
}
.pc_view .hbox .labelstyle:hover .more span::after {
	background-image: url(./images/icon_arrow.webp)
}
.hbox h2 {
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.fadetext {
    position: relative;
    font-size: 24px;
    color: black;
    display: block;
     /* 適度な余白を追加 */
}

.fadetext > span {
    position: relative;
    display: block;
    overflow: hidden; /* レイアウト崩れ防止 */
    white-space: nowrap; /* 改行を防ぐ */
    line-height: inherit;
    letter-spacing: inherit;
}

.fadetext > span > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%; /* 初期状態では非表示 */
    color: white;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.4s ease-out; /* スムーズな変化 */
    line-height: inherit;
    display: block;
    letter-spacing: inherit;
}

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

/******************************
  白帯（左→右→抜けていく）
*******************************/
.wipe::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-100%);
  transition: none;
  opacity: 0;
}
.wipe.black::before {
  background: #151515;
}

.wipe.active::before {
  animation: wipe-move 0.6s forwards;
  opacity: 1;
}

/******************************
  テキスト（左→右へマスク展開）
*******************************/
.wipe_text {
  display: inline-block;
  position: relative;
  z-index: 2;
  /* 初期状態：完全に非表示（左から0%幅） */
  clip-path: inset(0 100% 0 0);
}

.wipe.active .wipe_text {
  animation: text-reveal 0.6s forwards;
}

/******************************
  Keyframes（白帯）
*******************************/
@keyframes wipe-move {
  0% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}

/******************************
  Keyframes（テキストマスク）
  ※ 白帯と完全同期させて左→右に開く
*******************************/
@keyframes text-reveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0); /* 白帯がちょうど左側に来るタイミング */
  }
  100% {
    clip-path: inset(0 0 0 0); /* 完全表示のまま */
  }
}
/**********************************************************/
/* Index */
/**********************************************************/
#index {
	
}
#index .opening {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	z-index: 3000;
}
#index .opening .logo {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 70%;}
#index .opening .logo img {max-width: none;height: auto;width: 100%;}
#index .opening .logo div {
	position: absolute;
	width: 9.9%;
	height: 100%;
	background: #000;
	transition: all cubic-bezier(0.48, 0.11, 0.28, 1.2) 0.3s;
}
#index .opening .logo .o1 {
	bottom: 0;
	left: 90.2%;
	height: 0%;
	transition-delay: 0s;
}
#index .opening.show .logo .o1 {
	height: 99.2%;
}
#index .opening .logo .o2 {
	bottom: 0;
	left: 25.5%;
	height: 0%;
	transition-delay: 0.1s;
}
#index .opening.show .logo .o2 {
	height: 99.2%;
}
#index .opening .logo .o3 {
	bottom: 0;
	left: 64.5%;
	height: 0%;
	transition-delay: 0.1s;
}
#index .opening.show .logo .o3 {
	height: 99.2%;
}
#index .opening .logo .o4 {
	bottom: 0;
	left: 51.3%;
	height: 0%;
	transition-delay: 0.2s;
}
#index .opening.show .logo .o4 {
	height: 99.2%;
}
#index .opening .logo .o5 {
	bottom: 0;
	left: 76.6%;
	height: 0%;
	transition-delay: 0.2s;
}
#index .opening.show .logo .o5 {
	height: 99.2%;
}
#index .opening .logo .o6 {
	bottom: 0;
	left: 11.7%;
	height: 0%;
	width: 12%;
	transition-delay: 0.3s;
}
#index .opening.show .logo .o6 {
	height: 62.4%;
}
#index .opening .logo .o7 {
	bottom: 0;
	left: 0;
	height: 0%;
	width: 12%;
	transition-delay: 0.3s;
}
#index .opening.show .logo .o7 {
	height: 29.4%;
}
#index .opening .logo .o8 {
	bottom: 0;
	left: 38.9%;
	height: 0%;
	transition-delay: 0.4s;
}
#index .opening.show .logo .o8 {
	height: 63.5%;
}
#index .opening .logo .o9 {
	bottom: 0;
	left: 0;
	height: 0%;
	width: 12%;
	bottom: 36.7%;
	transition-delay: 0.4s;
}
#index .opening.show .logo .o9 {
	height: 63.1%;
}
#index .opening .logo .o10 {
	bottom: 81.3%;
	left: 86.4%;
	height: 17.9%;
	width: 0%;
	transition-delay: 0.5s;
}
#index .opening.show .logo .o10 {
	width: 3.9%;
}
#index .opening .logo .o11 {
	bottom: 36.7%;
	left: 86.4%;
	height: 25.9%;
	width: 0%;
	transition-delay: 0.5s;
}
#index .opening.show .logo .o11 {
	width: 3.9%;
}
#index .opening .logo .o12 {
	bottom: 70.7%;
	left: 10%;
	height: 0%;
	width: 13.6%;
	transition-delay: 0.6s;
}
#index .opening.show .logo .o12 {
	height: 29.1%;	
}
#index .opening .logo .o13 {
	bottom: 37.6%;
	left: 35.3%;
	height: 25.9%;
	width: 0%;
	transition-delay: 0.7s;
}
#index .opening.show .logo .o13 {
	width: 3.8%;
}
#index .opening .logo .o14 {
	bottom: 36.7%;
	left: 58%;
	height: 0%;
	width: 9.6%;
	transition: all ease 0.3s;
	transition-delay: 0.7s;
}
#index .opening.show .logo .o14 {
	height: 62.2%;
}
#index .opening .logo .o15 {
	top: 0.6%;
	left: 60.4%;
	background: url(./images/index/img_tri.webp) no-repeat center center / contain;
	width: 5%;
	height: 19%;
}
#index .opening .logo .o16 {
	bottom: 68.7%;
	left: 38.9%;
	height: 0%;
	background: #C30D23;
	transition-delay: 0.8s;
}
#index .opening.show .logo .o16 {
	height: 30.7%;
}
#index .opening.show2 .logo .o16 {
	transform: scale(50);
	transition: all cubic-bezier(0.45, -0.1, 0.4, 0.81) 0.5s;
}

#index .visual {
	position: relative;
	z-index: 100;
	height: 100vh;
	box-sizing: border-box;
}
#index .visual .video {width: 100%;height: 100%;position: absolute;top: 0;left: 0;padding: 10px;box-sizing: border-box;}
#index .visual .video video {display: block;width: 100%;height: 100%;object-fit: cover;border-radius: 10px;}
#index .visual > .inner {position: relative;height: 100%;}
#index .visual > .inner .copy {
	position: absolute;
	left: 52px;
	bottom: 44px;
	color: #fff;
	font-size: 66px;
	font-weight: 700;
	line-height: 1.35em;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 14px;
}
#index .visual > .inner .copy .wipe {
	display: block;
}
#index .visual > .inner .copy .wipe .wipe_text {
	line-height: 1em;
	display: block;
	padding: 0 0 9px 0;
}
#index .visual > .inner .recruit {
	position: absolute;
	right: 20px;
	bottom: 0px;
	opacity: 0;
	transition: all ease 1s +0.4s;
	margin-left: 20px;
}
#index .visual.show > .inner .recruit {
	opacity: 1;
	bottom: 20px;
}
#index .visual > .inner .recruit a {
	display: block;
	background: url(./images/index/bnr_recruit.webp) no-repeat center center / cover;
	width: 270px;
	height: 180px;
	border-radius: 4px;
	color: #ddd;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 13px;
}
#index .visual > .inner .recruit a::after {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background: url(./images/icon_arrow.webp) no-repeat center center / 18px auto;
	background-color: #c30d23;
	right: 7px;
	bottom: 7px;
	position: absolute;
	border-radius: 4px;
}
#index .visual > .inner .recruit a .title {font-size: 20px;line-height: 1em;position: relative;padding-left: 16px;}
#index .visual > .inner .recruit a .title::before {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 13px;
	background: #C30D23;
	left: 0;
	top: 3px;
}
#index .visual > .inner .recruit a .text {margin-top: auto;font-size: 15px;line-height: 1.25em;font-weight: 700;}

#index .content {
	
}
#index .content .result {
	padding: 80px 0;
	background: #151515;
	color: #fff;
}
#index .content .result > .inner {
	padding: 0 70px;
}
#index .content .result .hbox {
	padding-bottom: 32px;
	border-bottom: 1px solid #2B2B2B;
	margin-bottom: 60px;
}
#index .content .result .hbox a {
	color: #ffff
}
#index .content .result .hbox a .more span::after {background-image: url(./images/icon_arrow.webp);}
#index .content .result .slider {
	width: auto;
	overflow: visible;
	margin: 0;
}
#index .content .result .slider .slick-list {
	overflow: visible;
	width: 515px;
}
#index .content .result .slider .slick-track {
	
}
#index .content .result .slider .slick-slide {
}
#index .content .result .slider .slick-slide a {display: block;margin-left: 16px;border-radius: 5px;overflow: hidden;position: relative;}
#index .content .result .slider .slick-slide a.new::before {
	content: "New";
	position: absolute;
	left: 0;
	top: 24px;
	background: #C30D23;
	color: #fff;
	line-height: 1em;
	padding: 6px 42px 6px 24px;
}
#index .content .result .slider .slick-slide a .img {
}
#index .content .result .slider .slick-slide a .img img {object-fit: cover;aspect-ratio: 592 / 394;width: 100%;}
#index .content .result .slider .slick-slide a .info {position: absolute;bottom: 0;left: 0;color: #fff;background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 80%) 100%);padding: 25px 25px;width: 100%;box-sizing: border-box;}
#index .content .result .slider .slick-slide a .info::after {
	content: "";
	display: block;
	position: absolute;
	right: 22px;
	bottom: 22px;
	width: 30px;
	height: 30px;
	background: url(./images/icon_arrow2.webp) no-repeat center center / 36px auto;url(
	./images/icon_arrow_b.webp) no-repeat right 10px top 50% / 18px grid-auto-columns: ;
	width: 36px;
	height: 36px;
}
#index .content .result .slider .slick-slide a .info .title {font-size: 22px;font-weight: 700;}
#index .content .result .slider .slick-slide a .info .text {font-size: 15px;line-height: 1.5em;margin-top: 5px;margin-right: 90px;}
#index .content .result .slider .slick-dots {left: 0;display: flex;justify-content: center;position: relative;bottom: auto;margin-top: 50px;}
#index .content .result .slider .slick-dots li {width: auto;height: auto;margin: 0;}
#index .content .result .slider .slick-dots li button {padding: 10px 0;height: auto;width: auto;opacity: 1;}
#index .content .result .slider .slick-dots li button::before {display: block;width: 120px;height: 1px;background: #2B2B2B;position: relative;opacity: 1;}
#index .content .result .slider .slick-dots li.slick-active button::before {background: #C30D23; }

#index .content .company {position: relative;height: 100vh;padding-top: 100vh;}
#index .content .company .bg {
	height: 100vh;
	padding: 70px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
#index .content .company .bg.fixed {
	position: fixed;	
}
#index .content .company .bg.fixedend {
	position: absolute;
	bottom: 0;
	top: auto;
}
#index .content .company .bg .img {
  background: #151515;
  height: 100%;
  width: 100%;
}
#index .content .company .bg .img img {object-fit: cover;width: 100%;height: 100%;transition: opacity 2s ease;}
#index .content .company .bg.fixed .img img {
	opacity: 0.3;
}
#index .content .company > .inner {
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 70px;
}
#index .content .company .hbox {
	flex-direction: column;
	color: #fff;	
}
#index .content .company .hbox .labelstyle {
	color: #fff;	
}
#index .content .company .hbox .labelstyle .more span::after {background-image: url(./images/icon_arrow.webp);}
#index .content .company .hbox h2 {margin: 35px 0 0 10px;}
#index .content .company .info {
	margin-right: 70px;
}
#index .content .company .info .text {font-size: 28px;font-weight: 700;letter-spacing: 0.05em;line-height: 2.2em;color: #ffffff2b;}
#index .content .company .info .kentaku {border: 1px solid #fff;display: flex;align-items: center;width: 480px;margin-top: 85px;}
#index .content .company .info .kentaku .img {background: #fff;padding: 15px 0px;width: 195px;position: relative;}
#index .content .company .info .kentaku .img::after {
	right: -41px;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 28px;
	margin-top: -28px;
	transform: scale(0.5, 1);
}
#index .content .company .info .kentaku .img img {width: 159px;margin: 0 auto;}
#index .content .company .info .kentaku p {font-size: 15px;color: #fff;width: calc(100% - 190px);text-align: center;}

#index .content .business {
	position: relative;
	padding-top: 50px;
	height: 2060px;
}
#index .content .business > .inner {
	padding: 80px 70px 50px 70px;
	width: 100%;
	box-sizing: border-box;
}
#index .content .business .hbox {
	padding-bottom: 32px;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 32px;
}
#index .content .business .lead {
	font-size: 20px;
	line-height: 1.8em;
}
#index .content .business .panel {position: relative;}
#index .content .business .panel .box {
	padding: 30px;
	position: absolute;
	top: 0;
	width: 100%;
	box-sizing: border-box;
}
#index .content .business .panel .box.fixed {position: fixed;top: 35px;left: 0;}
#index .content .business .panel .box2 {
	top: 800px;
}
#index .content .business .panel .box2.fixed {position: fixed;top: 35px;left: 0;}
#index .content .business .panel .box .img {
	height: 750px;
	border-radius: 30px;
	overflow: hidden;
	display: block;
	position: relative;
}
#index .content .business .panel .box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#index .content .business .panel .box .info {
	position: absolute;
	left: 85px;
	top: 125px;
}
#index .content .business .panel .box .info a {
	display: block;
	color: #fff;
}
#index .content .business .panel .box .info a .label {
	font-size: 18px;
	letter-spacing: 0.05em;
}
#index .content .business .panel .box .info a .title {
	font-size: 70px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
#index .content .business .panel .box .info a .text {
	font-size: 18px;
	line-height: 2em;
}
#index .content .business .panel .box .info a .more {
	display: block;
	width: 120px;
	padding-bottom: 18px;
	margin-top: 70px;
	position: relative;
}
#index .content .business .panel .box a .more::before {
	content: "";
	display: block;
	background: #fff;
	width: 110px;
	height: 2px;
	bottom: 8px;
	left: 0;
	position: absolute;
	z-index: 10;
	transition: all ease 0.3s;
}
#index.pc_view .content .business .panel .box a:hover .more::before {
	width: 0px;
}
#index .content .business .panel .box a .more::after {
	content: "";
	width: 120px;
	height: 120px;
	display: block;
	position: absolute;
	right: -97px;
	top: 17px;
	transform: translate(-50%, -50%) scale(0);
	background: #C30D23;
	border-radius: 100px;
	transition: 0.3s ease all;
}
#index.pc_view .content .business .panel .box a:hover {
	opacity: 1;
}
#index.pc_view .content .business .panel .box a:hover .more::after {
	transform: translate(-50%, -50%) scale(1);
}
#index .content .business .panel .box a .more span {
	display: block;
	font-size: 32px;
	font-weight: 500;
	line-height: 1em;
	background: url(./images/icon_arrow2.webp) no-repeat right 5px top 50% / 36px auto;
	padding: 3px 50px 3px 0;
	color: #fff;
	position: relative;
	z-index: 100;
}


#index .content .recruit {position: relative;}
#index .content .recruit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 110px;
	background: url(./images/index/txt_recruit.webp) repeat-x left center / 1500px auto;
	animation: a_obi 30s linear infinite;
	-webkit-animation: a_obi 30s linear infinite;
}

@keyframes a_obi {
  0% {
    background-position: 1500px 50%;
  }
  100% {
    background-position: 0px 50%;
  }
}

@-webkit-keyframes a_obi {
  0% {
    background-position: 1500px 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#index .content .recruit > .inner {
	padding: 0 70px;
	display: flex;
	justify-content: space-between;
	height: 800px;
	background: url(./images/index/bg_recruit.webp) no-repeat center center / cover;
	align-items: center;
	color: #fff;
}
#index .content .recruit .hbox {flex-direction: column;}
#index .content .recruit .hbox .labelstyle {
	color: #fff;
}
#index .content .recruit .hbox .labelstyle:hover {
	opacity: 1;
}
#index .content .recruit .hbox .labelstyle .more span::after {background-image: url(./images/icon_arrow.webp);}
#index .content .recruit .hbox h2 {margin: 35px 0 0 10px;}
#index .content .recruit .copy {font-size: 32px;font-weight: 700;letter-spacing: 0.1em;line-height: 2.2em;margin-right: 50px;}
#index .content .news {
	padding: 80px 0 40px 0;
}
#index .content .news > .inner {
	padding: 0 70px;
	display: flex;
	justify-content: space-between;
}
#index .content .news ul.newslist {margin: 0;width: calc(100% - 340px);display: flex;flex-direction: column;gap: 10px;}


/**********************************************************/
/* Inner */
/**********************************************************/
#inner {
	
}
#inner .inner_visual {
	padding: 170px 70px 0 70px;
}
#inner .inner_visual > .inner {
	
}
#inner .inner_visual .hbox {
	
}
#inner .inner_visual .label {
	position: relative;
	padding: 8px 70px 30px 15px;
	margin: 0;
}
#inner .inner_visual .label::before {
	content: "";
	display: block;
	position: absolute;
	width: 31px;
	height: 43px;
	background: #C30D23;
	left: 0;
	top: 0;
}
#inner .inner_visual .label::after {
	content: "";
	display: block;
	background: #C30D23;
	width: 148px;
	height: 2px;
	bottom: 8px;
	right: 0;
	position: absolute;
}
#inner .inner_visual .label span {
	display: block;
	font-size: 60px;45px:;
	line-height: 1.1em;
	font-weight: 500;
	position: relative;
	margin: 0;
}
#inner .inner_visual .hbox h1 {
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-top: 20px;
}
#inner.company {
	
}
#inner.company .content {
}
#inner.company .kv {
	margin-top: 34px;
}
#inner.company .kv img {
	object-fit: cover;
	height: 560px;
	width: 100%;
}
#inner.company .sec {
	
}
#inner.company .sec > .inner {
	padding: 80px 80px;
	max-width: 1400px;
	margin: 0 auto;
}
#inner.company .sec .hbox {flex-direction: column;position: relative;}
#inner.company .sec .hbox .labelstyle {
	position: relative;
	margin-bottom: 60px;
}
#inner.company .sec .hbox .labelstyle::after {
  content: "";
  display: block;
  background: #C30D23;
  width: 110px;
  height: 2px;
  bottom: -15px;
  right: 0;
  position: absolute;
}
#inner.company .sec .hbox .labelstyle .label {margin-right: 50px;margin-left: -12px;}
#inner.company .message {
	
}
#inner.company .message .info {
	position: relative;
	background: #F1F1F1;
	padding: 140px 110px 58px 110px;
}
#inner.company .message .info::before {
	display: block;
	content: "";
	width: 440px;
	height: 80px;
	background: #fff;
	left: 0;
	top: 0;
	position: absolute;
}
#inner.company .message .info .img {
	position: absolute;
	right: 80px;
	top: -90px;
	width: 296px;
}
#inner.company .message .info .lead {
	font-size: 32px;
	line-height: 1.6em;
	font-weight: bold;
}
#inner.company .message .info .text {
	margin-top: 35px;
	max-width: 960px;
}
#inner.company .message .info .name {
  margin-top: 35px;
  font-weight: bold;
}
#inner.company .outline > .inner {
	padding-bottom: 0;
}
#inner.company .outline .fbox {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
#inner.company .outline .fbox .img {
	background: #F1F1F1;
	width: 515px;
	height: 773px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#inner.company .outline .fbox .img img {width: 270px;}
#inner.company .outline .fbox .info {
	width: calc(100% - 620px);
	margin-top: -170px;
}
#inner.company .outline .fbox .info dl {display: flex;flex-wrap: wrap;line-height: 1.5em;}
#inner.company .outline .fbox .info dl dt {width: 240px;border-bottom: 1px solid #D8D8D8;font-weight: bold;padding: 20px 0;}
#inner.company .outline .fbox .info dl dd {width: calc(100% - 240px);border-bottom: 1px solid #D8D8D8;padding: 20px 0;}
#inner.company .content .link {padding: 120px 0;}
#inner.company .content .link a {
	border: 1px solid #C30D23;
	border-radius: 4px;
	background: url(./images/icon_arrow.webp) no-repeat right 20px top 50% / 18px auto;
	background-color: #C30D23;
	padding: 0 40px 0 23px;
	height: 66px;
	display: flex;
	align-items: center;
	line-height: 1.2em;
	box-sizing: border-box;
	width: 406px;
	color: #fff;
	margin: 0 auto;
}
#inner.company.pc_view .content .link a:hover {
	background-image: url(./images/icon_arrow_r.webp);
	border-color: #C30D23;
	color: #C30D23;
	background-color: #fff;
	opacity: 1;
}
#inner.company .staff {
	
}
#inner.company .staff > .inner {
	position: relative;
}
#inner.company .staff > .inner::before {
	content: "";
	background: #f1f1f1;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 305px);
	height: 100%;
}
#inner.company .staff .list {
	display: flex;
	flex-wrap: wrap;
	width: 740px;
	gap: 60px 0;
	margin-top: 75px;
	position: relative;
}
#inner.company .staff .list .box {
	width: 25%;
}
#inner.company .staff .list .box .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	min-height: 2.8em;
	border-left: 2px solid #c30d23;
	padding-left: 26px;
}
#inner.company .staff .list .box .num {
	border-left: 1px solid #D8D8D8;
	padding-left: 26px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
}
#inner.company .staff .list .box .num span {
	font-size: 40px;
	color: #c30d23;
	line-height: 1.4em;
}
#inner.company .staff .img {
	position: absolute;
	right: 80px;
	top: 150px;
	width: 515px;
	height: 773px;
}
@media screen and (max-width: 1450px) {
	#inner.company .staff .img {
	right: auto;
	left: 855px;
	}
}
#inner.company .staff .img img {object-fit: cover;width: 100%;height: 100%;}

#inner.company .history {
	margin-top: 100px;
}
#inner.company .history .fbox {
	
}
#inner.company .history .fbox .list {
	position: relative;
	width: 45%;
}
#inner.company .history .fbox .list::before {
	content: "";
	position: absolute;
	left: 60px;
	top: 34px;
	width: 2px;
	height: calc(100% - 23px);
	background: #C30D23;
	z-index: 10;
}
#inner.company .history .fbox .list + .list::before {top: 0;height: calc(100% - 0px);}
#inner.company .history .fbox .list .box {position: relative;padding: 14px 0 14px 95px;border-bottom: 1px solid #D8D8D8;}
#inner.company .history .fbox .list + .list .box:last-child {
	border-bottom: none
}
#inner.company .history .fbox .list .box .year {
	font-size: 20px;
	width: 60px;
	position: absolute;
	left: 0;
	top: 18px;
	line-height: 1.5em;
}
#inner.company .history .fbox .list .box .year::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #C30D23;
	right: -6px;
	top: 50%;
	border-radius: 20px;
	transform: translate(0, -50%);
	margin-top: -1px;
}
#inner.company .history .fbox .list .box .line {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
}
#inner.company .history .fbox .list .box .line .date {
	display: flex;
	line-height: 1.5em;
}
#inner.company .history .fbox .list .box .line .date span {
	width: 85px;
}
#inner.company .history .fbox .list .box .line .date span.m {
	width: 40px;
	margin-left: auto;
}
#inner.company .history .fbox .list .box .line .text {
	width: calc(100% - 150px);
	line-height: 1.5em;
	font-weight: normal;
}
#inner.company .access {
	
}
#inner.company .access > .inner {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
#inner.company .access .hbox {
	margin-top: 80px;
}
#inner.company .access .list {
	width: calc(100% - 220px);
	box-sizing: border-box;
	padding: 80px 0 80px 115px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#inner.company .access .list::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% + 80px);
	height: 100%;
	background: #F1F1F1;
}
#inner.company .access .list .box {
	position: relative;
	width: calc(50% - 40px);
}
#inner.company .access .list .box .info {
	
}
#inner.company .access .list .box .map {
	margin-top: 25px;
}
#inner.company .access .list .box .map iframe {
	width: 100%;
	height: 200px;
	display: block;
}
#inner.company .access .list .box.wide {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#inner.company .access .list .box.wide .info {
	width: calc(50% - 40px);
}
#inner.company .access .list .box .info .title {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	padding: 4px 0 0 6px;
	line-height: 1em;
}
#inner.company .access .list .box .info .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 16px;
  background: #C30D23;
  left: 0;
  top: 0;
}
#inner.company .access .list .box .info .title span {position: relative;letter-spacing: 0.05em;}
#inner.company .access .list .box.wide .map {width: calc(50% - 40px);}
#inner.company .access .list .box.wide .map iframe {height: 100%;}
#inner.company .access .list .box .info .inbox {
	margin-top: 13px;
}
#inner.company .access .list .box .info .inbox .label {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-left: 18px;
}
#inner.company .access .list .box .info .inbox .label::before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: #C30D23;
	position: absolute;
	left: 0;
	top: 14px;
}
#inner.company .access .list .box .info .inbox .text {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
}
#inner.business {
	
}
#inner.business .content {
}
#inner.business .kv {
	margin-top: 34px;
}
#inner.business .kv img {
	object-fit: cover;
	height: 560px;
	width: 100%;
}
#inner.business .intro {
	
}
#inner.business .intro > .inner {
	padding: 80px 80px 350px 80px;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}
#inner.business .intro .info {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
#inner.business .intro .info .lead {
	font-size: 32px;
	line-height: 1.6em;
	font-weight: bold;
	width: 560px;
	letter-spacing: 0.05em;
}
#inner.business .intro .info .text {
	width: calc(100% - 590px);
	max-width: 624px;
	margin: 55px 0 0 0;
}
#inner.business .intro .img1 {
	position: absolute;
	width: 360px;
	top: 332px;
	left: 152px;
}
#inner.business .intro .img2 {
	position: absolute;
	width: 296px;
	bottom: 40px;
	right: 440px;
}
@media screen and (max-width: 1374px) {
	#inner.business .intro .img2 {
		right: auto;
		left: 640px;
	}
}


#inner.business .sec {padding-top: 120px;}
#inner.business .sec > .inner {padding: 0 120px;max-width: 1400px;margin: 0 auto;}
#inner.business .sec .fbox {display: flex;flex-direction: row-reverse;justify-content: space-between;}
#inner.business .sec .info {width: 445px;}
#inner.business .sec .info h2 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: flex;
	flex-direction: column;
	align-items: start;
	position: relative;
}
#inner.business .sec .info h2 .num {position: absolute;left: -38px;top: 8px;font-size: 18px;color: #C30D23;font-size: 20px;letter-spacing: 0;}
#inner.business .sec .info h2 .en {
	transition: 0.3s ease all;
	font-size: 18px;
	font-weight: 600;
	margin-top: 9px;
	background: #C30D23;
	line-height: 0.6em;
	display: inline-block;
	letter-spacing: 0;
}
#inner.business .sec .info .lead {font-size: 20px;line-height: 1.5em;font-weight: bold;margin-top: 42px;}
#inner.business .sec .info .text {line-height: 1.6em;margin-top: 23px;font-weight: normal;}
#inner.business .sec .info a {
	border: 1px solid #C30D23;
	border-radius: 4px;
	background: url(./images/icon_arrow.webp) no-repeat right 20px top 50% / 18px auto;
	background-color: #C30D23;
	padding: 0 40px 0 20px;
	height: 56px;
	display: flex;
	align-items: center;
	line-height: 1.2em;
	box-sizing: border-box;
	width: 256px;
	color: #fff;
	margin-top: 40px;
}
#inner.business .sec .info a:hover {
	background-image: url(./images/icon_arrow_r.webp);
	border-color: #C30D23;
	color: #C30D23;
	background-color: #fff;
	opacity: 1;
}

#inner.business .sec .img {width: calc(100% - 500px);}
#inner.business .sec .img img {object-fit: cover;height: 500px;width: 100%;}
#inner.business .quality {
	
}
#inner.business .quality > .inner {
	padding: 80px 80px 80px 120px;
	max-width: 1400px;
	margin: 0 auto;
}
#inner.business .quality .sec2 {
	display: flex;
	justify-content: space-between;
}
#inner.business .quality .sec2 + .sec2 {
	margin-top: 120px;
}
#inner.business .quality .sec2 h3 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: flex;
	flex-direction: column;
	align-items: start;
	position: relative;
}
#inner.business .quality .sec2 h3 span {
	transition: 0.3s ease all;
	font-size: 18px;
	font-weight: 600;
	margin-top: 9px;
	background: #C30D23;
	line-height: 0.6em;
	display: inline-block;
	letter-spacing: 0;
}
#inner.business .quality .sec2 .info {
	width: 730px;
}
#inner.business .quality .sec2 .info .text {
	
}
#inner.business .quality .sec2 .info ol {
	
}
#inner.business .quality .sec2 .info ol li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 34px 0;
	border-top: 1px solid #D8D8D8;
}
#inner.business .quality .sec2 .info ol li:nth-child(1) {border-top: none;padding-top: 0;}
#inner.business .quality .sec2 .info ol li:last-child {padding-bottom: 0;}
#inner.business .quality .sec2 .info ol li span {
	font-size: 22px;
	font-weight: bold;
	color: #C30D23;
}
#inner.business .quality .sec2 .info ol li p {
	width: calc(100% - 40px);
	line-height: 1.6em;
}
#inner.business .quality .sec2 .info .img {
	border: 1px solid #D8D8D8;
	padding: 50px 0;
}
#inner.business .quality .sec2 .info .img img {
	width: 363px;
	margin: 0 auto;
}

#inner.recruit {
	
}
#inner.recruit .main > .bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: -1;
}
#inner.recruit .main > .bg .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all ease 1s;
}
#inner.recruit .main > .bg .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#inner.recruit .main > .bg.show1 .img2, 
#inner.recruit .main > .bg.show1 .img3 {
	opacity: 0;
} 
#inner.recruit .main > .bg.show2 .img3 {
	opacity: 0;
} 
#inner.recruit .main > .bg.show3 .img3 {
	opacity: 1;
}
#inner.recruit .visual {
	height: 100vh;
	height: 100dvh;
}
#inner.recruit .visual > .inner {height: 100%;position: relative;/* background: url(./images/recruit/img_dummy.webp) no-repeat center 147px / 1440px auto; */}
#inner.recruit .visual .copy {
	position: absolute;
	left: 50%;
	bottom: calc(50% + 232px);
	transform: translate(-50%, 50%);
}
#inner.recruit .visual .copy .hbox .label {padding: 0;margin: 0;}
#inner.recruit .visual .copy .hbox .label::before {
	display: none;
}
#inner.recruit .visual .copy .hbox .wipe::before {
	display: none;
}
#inner.recruit .visual .copy .hbox .wipe_text {
	color: #c30d23;
	font-size: 10.1vw;
	width: 104vw;
	box-sizing: border-box;
	padding-left: 1.7vw;
	line-height: 1em;
}
#inner.recruit .visual > .inner > .hbox {
	position: absolute;
	left: 50%;
	top: calc(50% + 132px);
	transform: translate(-50%, -50%);
	display: block;
	transition: all ease 0.3s;
	opacity: 0;
}
#inner.recruit .visual > .inner > .hbox.active {
	opacity: 1;
}
#inner.recruit .visual > .inner > .hbox::after {
	content: "";
	display: block;
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 10px;
	height: 0;
	background: #c30d23;
	transition: all ease 0.3s +0.2s;
}
#inner.recruit .visual > .inner > .hbox.active::after {
	height: 97px;
}
#inner.recruit .visual > .inner > .hbox .labelstyle {color: #fff;}
#inner.recruit .visual > .inner > .hbox .labelstyle .label {padding-right: 0;margin-right: 0;}
#inner.recruit .visual > .inner > .hbox .txt {
	display: block;
	width: 204px;
	margin: 176px 0 0 -30px;
	transition: all ease 0.6s +0.3s;
	opacity: 0;
	position: relative;
	top: 20px;
}
#inner.recruit .visual > .inner > .hbox.active .txt {
	opacity: 1;
	top: 0;
}
#inner.recruit .visual .photo {
	position: absolute;
	left: 50%;
	top: calc(50% - 4px);
	transform: translate(-50%, -50%) scale(1.1);
	width: 306px;
	height: 420px;
	transition: all ease 0.6s;
	opacity: 0;
} 
#inner.recruit .visual.show .photo {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
#inner.recruit .visual .photo .img {position: absolute;top: 0;left: 0;transition: all ease 1s;}
#inner.recruit .visual .photo.show1 .img2, 
#inner.recruit .visual .photo.show1 .img3 {
	opacity: 0;
} 
#inner.recruit .visual .photo.show2 .img3 {
	opacity: 0;
} 
#inner.recruit .visual .photo.show3 .img3 {
	opacity: 1;
}
#inner.recruit .visual .other {
	position: absolute;
	left: 50%;
	top: calc(50% + 74px);
	width: 1440px;
	height: 784px;
	transform: translate(-50%, -50%);
} 
#inner.recruit .visual .other .img {
	position: absolute;
	left: 50%;
	top: calc(50% - 80px);
	transform: translate(-50%, -50%) scale(0);
	transition: all cubic-bezier(0.75, 0, 0.25, 1) 0.6s;
}
#inner.recruit .visual .other.show .img {
	transform: translate(-50%, -50%) scale(1);	
}
#inner.recruit .visual .other .img1 {
	width: 122px;
}
#inner.recruit .visual .other .img2 {
	width: 178px;
	transition-delay: 0.1s;
}
#inner.recruit .visual .other .img3 {
	width: 178px;
	transition-delay: 0.2s;
}
#inner.recruit .visual .other .img4 {
	width: 153px;
	transition-delay: 0.1s;
}
#inner.recruit .visual .other .img5 {
	width: 153px;
	transition-delay: 0.3s;
}
#inner.recruit .visual .other .img6 {
	width: 122px;
	transition-delay: 0.1s;
}
#inner.recruit .visual .other.show .img1 {
	left: 6.7%;
	top: 52.8%;
}
#inner.recruit .visual .other.show .img2 {
	left: 90.3%;
	top: 44.4%;
}
#inner.recruit .visual .other.show .img3 {
	left: 22.4%;
	top: 26.2%;
}
#inner.recruit .visual .other.show .img4 {
	left: 72.1%;
	top: 13.3%;
}
#inner.recruit .visual .other.show .img5 {
	left: 75.2%;
	top: 86.6%;
}
#inner.recruit .visual .other.show .img6 {
	left: 27.3%;
	top: 76.3%;
}
#inner.recruit .visual .other .img img {
	opacity: 0;
	transition: 0s all ease +1s;
}
#inner.recruit .visual .other .img img:nth-child(2),
#inner.recruit .visual .other .img img:nth-child(3) {
	position: absolute;
	left: 0;
	top: 0;
}
#inner.recruit .visual .other.show1 .img img:nth-child(1),
#inner.recruit .visual .other.show2 .img img:nth-child(2),
#inner.recruit .visual .other.show3 .img img:nth-child(3) {
	opacity: 1;
	transition: none;
}
#inner.recruit.top .content .intro {
	position: relative;
	background: #fff;
}
#inner.recruit.top .content .intro .bg {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 99.5%;
	width: calc(100% / 3);
	background: #fff;
}
#inner.recruit.top .content .intro .bg2 {left: calc(100% / 3 - 1px);}
#inner.recruit.top .content .intro > .inner {
  padding: 100px 0 145px 0;
}
#inner.recruit.top .content .intro .lead {width: 700px;margin: 0 auto;padding: 0 0 0 50px;display: flex;flex-direction: column;align-items: start;gap: 8px;}
#inner.recruit.top .content .intro .lead > span {position: relative;padding: 7px 12px 11px 12px;}
#inner.recruit.top .content .intro .lead > span::before {
	content: "";
	display: block;
	background: #C30D23;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	transition: all ease 0.3s;
}
#inner.recruit.top .content .intro .lead.active > span::before {
	width: 100%;
}
#inner.recruit.top .content .intro .lead.active > span:nth-child(2)::before {
	transition-delay: 0.2s;
}
#inner.recruit.top .content .intro .lead.active > span:nth-child(3)::before {
	transition-delay: 0.4s;
}
#inner.recruit.top .content .intro .lead > span span {font-size: 32px;font-weight: bold;line-height: 1em;display: block;color: #fff;position: relative;}
#inner.recruit.top .content .intro .text {
  color: #C30D23;
  font-size: 20px;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  font-weight: bold;
  width: 700px;
  margin: 0 auto;
  padding: 60px 0 0 50px;
}
#inner.recruit .content .other {
	background: #151515;
}
#inner.recruit .content .other > .inner {
	padding: 64px 70px 80px 70px;
	max-width: 1400px;
	margin: 0 auto;
}
#inner.recruit .content .other h2 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	letter-spacing: 0.05em;
	font-weight: 500;
	border-bottom: 1px solid #2B2B2B;
	line-height: 2em;
	padding-bottom: 22px;
}
#inner.recruit .content .other .fbox {
	display: flex;
	gap: 30px;
	margin-top: 40px;
}
#inner.recruit .content .other .fbox .box {
	
}
#inner.recruit .content .other .fbox button,
#inner.recruit .content .other .fbox a {
	color: #fff;
	display: block;
	text-align: left;
}

#inner.recruit .content .other .fbox .img {
	
}
#inner.recruit .content .other .fbox .title {
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-top: 10px;
	position: relative;
}
#inner.recruit .content .other .fbox button:hover,
#inner.recruit .content .other .fbox a:hover {
	opacity: 1;
}
#inner.recruit .content .other .fbox .title::before {
	content: "";
	width: 120px;
	height: 120px;
	display: block;
	position: absolute;
	left: 312px;
	top: 26px;
	transform: translate(-50%, -50%) scale(0);
	background: #C30D23;
	border-radius: 100px;
	transition: 0.3s ease all;
}
#inner.recruit .content .other .fbox button:hover .title::before,
#inner.recruit .content .other .fbox a:hover .title::before {
	transform: translate(-50%, -50%) scale(1);
}
#inner.recruit .content .other .fbox .box + .box .title::before {
	left: 443px;
}
#inner.recruit .content .other .fbox .title .jp {
	font-size: 32px;
	display: flex;
	line-height: 1.5em;
	position: relative;
	align-items: center;
}
#inner.recruit .content .other .fbox .title .jp::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(./images/icon_arrow2.webp) no-repeat center center / 36px auto;url(
	./images/icon_arrow_b.webp) no-repeat right 10px top 50% / 18px grid-auto-columns: ;
	display: block;
	margin: 10px 0 0 12px;
}
#inner.recruit .content .other .fbox .title .f_en {transition: 0.3s ease all;color: #fff;font-size: 18px;font-weight: 600;margin-top: 17px;background: #C30D23;line-height: 0.6em;width: 110px;}
#inner.recruit .content .join {
	
}
#inner.recruit .content .join > .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 100px 0;
}
#inner.recruit.top .content .join > .inner {
	height: 800px;
	background: none;
}
#inner.recruit .content .join .hbox {
	padding-bottom: 13px;
	border-bottom: 5px solid #C30D23;
	margin-bottom: 26px;
}
#inner.recruit.top .content .join .hbox {
	padding-bottom: 50px;
	border-bottom: 7px solid #C30D23;
}
#inner.recruit .content .join .hbox .label {margin: 0;padding: 0;}
#inner.recruit .content .join .hbox .label::before {width: 33px;height: 48px;left: auto;right: -15px;top: -5px;}
#inner.recruit.top .content .join .hbox .label::before {width: 41px;height: 66px;left: auto;right: -10px;top: 4px;}
#inner.recruit .content .join .hbox .wipe_text {
	font-size: 67px;
	line-height: 1.1em;
	letter-spacing: 0;
}
#inner.recruit.top .content .join .hbox .wipe_text {
	font-size: 90px;
}
#inner.recruit .content .join .text {
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.12em;
	margin-top: 24px;
}
#inner.recruit.top .content .join .hbox .wipe_text,
#inner.recruit.top .content .join .text {
	color: #fff;
}
	
#inner.recruit .content .join .btbox {
	display: flex;
	gap: 30px;
	margin-top: 50px;
}
#inner.recruit .content .join .btbox a {
	display: block;
}
#inner.recruit .content .join .btbox a img {
	height: 60px;
}
#inner.recruit .content .recruit_contents {
	
}
#inner.recruit .content .recruit_contents > .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 800px;
	justify-content: center;
	background: #fff;
}
#inner.recruit .content .recruit_contents > .inner .hbox {
}
#inner.recruit .content .recruit_contents > .inner .hbox .label {margin: 0;padding: 0;}
#inner.recruit .content .recruit_contents > .inner .hbox .label::before {width: 43px;height: 62px;left: -17px;top: -8px;}
#inner.recruit .content .recruit_contents > .inner .hbox .wipe::before {background: #151515;}
#inner.recruit .content .recruit_contents > .inner .hbox .wipe_text {
	font-size: 90px;
	line-height: 1.1em;
	letter-spacing: 0;
}
#inner.recruit .content .recruit_contents .wrap {
	background: #F1F1F1;
	height: 362vh;
	height: 362dvh;
	position: relative;
	padding: 0;
}
#inner.recruit .content .recruit_contents .wrap .position {width: 100%;position: absolute;top: 0;left: 0;height: 100vh;pointer-events: none;}
#inner.recruit .content .recruit_contents .wrap.fixed .position {
	position: fixed;
}
#inner.recruit .content .recruit_contents .wrap.fixedend .position {
	position: absolute;
	top: auto;
	bottom: 0;
}
#inner.recruit .content .recruit_contents .wrap .position > div{height: 365px;width: 1px;background: #D8D8D8;position: absolute;top: 50%;left: calc(50% + 620px);transform: translate(0, -50%);}
#inner.recruit .content .recruit_contents .wrap .position > div div {display: block;background: #C30D23;width: 1px;height: calc(100% / 3);}
#inner.recruit .content .recruit_contents .wrap .box {height: 100vh;height: 100dvh;display: flex;align-items: center;justify-content: center;position: absolute;left: 0;top: 0;width: 100%;opacity: 0;pointer-events: none;transition: all ease 0.6s;}
#inner.recruit .content .recruit_contents .wrap.fixed .box {
	position: fixed;
}
#inner.recruit .content .recruit_contents .wrap.fixedend .box {
	position: absolute;
	top: auto;
	bottom: 0;
}
#inner.recruit .content .recruit_contents .wrap .box.show {
	opacity: 1;
	pointer-events: auto;
}
#inner.recruit .content .recruit_contents .wrap .box .insec {
	width: 1060px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#inner.recruit .content .recruit_contents .wrap .box .insec > .label {display: block;position: absolute;right: -108px;bottom: -60px;line-height: 1em;font-size: 32px;font-weight: 500;color: #C30D23;}
#inner.recruit .content .recruit_contents .wrap .box .insec .img {
	width: 547px;
}
#inner.recruit .content .recruit_contents .wrap .box .insec .info {
	width: calc(100% - 580px);
}
#inner.recruit .content .recruit_contents .wrap .box .insec .info a {display: block;}
#inner.recruit .content .recruit_contents .wrap .box .insec .info .hbox {
	margin-left: -13px;
}
#inner.recruit .content .recruit_contents .wrap .box .insec .info .hbox .labelstyle {position: relative;}
#inner.recruit .content .recruit_contents .wrap .box .insec .info .hbox .labelstyle::after {
  content: "";
  display: block;
  background: #C30D23;
  width: 110px;
  height: 2px;
  bottom: 8px;
  right: 0;
  position: absolute;
}
#inner.recruit .content .recruit_contents .wrap .box .insec .info .hbox .labelstyle .label {
	margin: 0;
	padding: 7px 46px 24px 10px;
}
#inner.recruit .content .recruit_contents .wrap .box .insec .info h3 {
	display: flex;
	font-size: 32px;
	line-height: 1.5em;
	position: relative;
	align-items: center;
	font-weight: bold;
	margin-top: 57px;
}
#inner.recruit .content .recruit_contents .wrap .box .insec .info h3::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(./images/icon_arrow2_b.webp) no-repeat center center / 36px auto;
	display: block;
	margin: 10px 0 0 12px;
}
#inner.recruit .content .recruit_contents .wrap .box .insec .info h3::before {
	content: "";
	width: 120px;
	height: 120px;
	display: block;
	position: absolute;
	right: 78px;
	top: 26px;
	transform: translate(-50%, -50%) scale(0);
	background: #C30D23;
	border-radius: 100px;
	transition: 0.3s ease all;
	z-index: -1;
}
#inner.recruit .content .recruit_contents .wrap .box2 .insec .info h3::before {
	right: 14px;
}
#inner.recruit .content .recruit_contents .wrap .box3 .insec .info h3::before {
	right: 158px;
}
#inner.recruit .content .recruit_contents .wrap .box .insec .info a:hover {
	opacity: 1;
}
#inner.recruit .content .recruit_contents .wrap .box .insec .info a:hover h3::before {
	transform: translate(-50%, -50%) scale(1);
}
#inner.recruit .content .recruit_contents .wrap .box .insec .info .text {
	font-size: 20px;
	line-height: 1.8em;
	margin-top: 20px;
}
#inner.recruit.interview .content {
	padding-top: 30px;
}
#inner.recruit.interview .content .navi {
	
} 
#inner.recruit.interview .content .navi .fbox {display: flex;flex-wrap: wrap;}
#inner.recruit.interview .content .navi a {
	display: block;
	width: 25%;
	position: relative;
} 
#inner.recruit.interview .content .navi a .img {
	overflow: hidden;
} 
#inner.recruit.interview .content .navi a .img img {
	height: 240px;
	width: 100%;
	object-fit: cover;
	object-position: center top;
	transition: all ease 0.3s;
} 
#inner.recruit.interview.pc_view .content .navi a:hover {
	opacity: 1;
}
#inner.recruit.interview.pc_view .content .navi a:hover .img img {
	transform: scale(1.1);
}
#inner.recruit.interview .content .navi a .info {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	box-sizing: border-box;
	background: #C30D23BF;
	width: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 28px;
} 
#inner.recruit.interview .content .navi a .info .year {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
} 
#inner.recruit.interview .content .navi a .info .depertment {
	font-size: 16px;
	line-height: 1.5em;
} 
#inner.recruit.interview .content .list {
}
#inner.recruit.interview .content .sec {position: relative;overflow: hidden;margin-top: 120px;} 
#inner.recruit.interview .content .sec::before {
	content: "";
	display: block;
	position: absolute;
	left: 285px;
	top: 0;
	width: 100vw;
	height: 100%;
	background: #F1F1F1;
}
#inner.recruit.interview .content .sec > .inner {padding: 80px 70px 80px 70px;display: flex;justify-content: space-between;align-items: start;max-width: 1400px;margin: 0 auto;} 
#inner.recruit.interview .content .sec .infobox {width: 510px;display: table-cell;position: relative;color: #fff;padding: 0 0 80px 35px;box-sizing: border-box;} 
#inner.recruit.interview .content .sec .infobox::before {
	content: "";
	display: block;
	width: 100vw;
	height: calc(100% - 70px);
	top: 70px;
	right: 0;
	position: absolute;
	background: #c30d23;
}
#inner.recruit.interview .content .sec .infobox .img {position: relative;width: 360px;}
#inner.recruit.interview .content .sec .infobox .info {position: relative;margin-top: 22px;}
#inner.recruit.interview .content .sec .infobox .info .year {font-size: 16px;line-height: 1.5em;font-weight: normal;}
#inner.recruit.interview .content .sec .infobox .info .depertment {font-size: 24px;font-weight: bold;line-height: 1.5em;}
#inner.recruit.interview .content .sec .infobox h2 {position: relative;font-size: 32px;font-weight: bold;margin-top: 22px;position: relative;padding-top: 20px;}
#inner.recruit.interview .content .sec .infobox h2::before {
	content: "";
	display: block;
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	background: #fff;
} 
#inner.recruit.interview .content .sec .detail {width: calc(100% - 510px);position: relative;box-sizing: border-box;padding-left: 8%;}

#inner.recruit.interview .content .sec .detail .insec {position: relative;}
#inner.recruit.interview .content .sec .detail .insec + .insec {margin-top: 40px;}
#inner.recruit.interview .content .sec .detail .insec h3 {padding: 0 0 0 36px;line-height: 1.5em;font-size: 24px;font-weight: bold;line-height: 1.6em;border-bottom: 1px solid #D8D8D8;padding-bottom: 10px;}
#inner.recruit.interview .content .sec .detail .insec h3 span {display: block;position: absolute;left: 0;top: 2px;line-height: 1.6em;color: #C30D23;}
#inner.recruit.interview .content .sec .detail .insec .text {
  margin-top: 10px;
}
#inner.recruit.interview .content .sec:nth-child(even) > .inner {
	flex-direction: row-reverse;
}
#inner.recruit.interview .content .sec:nth-child(even)::before {
	left: auto;
	right: 285px;
}
#inner.recruit.interview .content .sec:nth-child(even) .infobox {
	padding-left: 115px;
}
#inner.recruit.interview .content .sec:nth-child(even) .infobox::before {
	right: auto;
	left: 0;
}
#inner.recruit.interview .content .sec:nth-child(even) .detail {padding-left: 0;padding-right: 8%;}

#inner.recruit.interview .content .link {padding: 120px 0;}
#inner.recruit.interview .content .link a {
	border: 1px solid #C30D23;
	border-radius: 4px;
	background: url(./images/icon_arrow.webp) no-repeat right 20px top 50% / 18px auto;
	background-color: #C30D23;
	padding: 0 40px 0 23px;
	height: 66px;
	display: flex;
	align-items: center;
	line-height: 1.2em;
	box-sizing: border-box;
	width: 406px;
	color: #fff;
	margin: 0 auto;
}
#inner.recruit.interview.pc_view .content .link a:hover {
	background-image: url(./images/icon_arrow_r.webp);
	border-color: #C30D23;
	color: #C30D23;
	background-color: #fff;
	opacity: 1;
}



#inner.recruit.message .content .intro {
	margin: 110px 0 70px 0;
} 
#inner.recruit.message .content .intro > .inner {
	padding: 0 70px 0 70px;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
} 
#inner.recruit.message .content .intro .img1 {
	position: absolute;
	left: calc(50% - 93px);
	width: calc(50% + 93px);
	top: -90px;
} 
#inner.recruit.message .content .intro .img1::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 100%;
	background: #c30c23;
	height: 140px;
	width: 76%;
} 
#inner.recruit.message .content .intro .img1 img {
	height: 560px;
	width: 100%;
	object-fit: cover;
	object-position: center top;
} 
#inner.recruit.message .content .intro .info {
	width: calc(50% - 220px);
	margin: 0 0 0 45px;
} 
#inner.recruit.message .content .intro .info .img2 {
	margin: 0 40px 60px 40px;
} 
#inner.recruit.message .content .intro .info .text {
	text-align: justify;
} 
#inner.recruit.message .content .intro .info .name {
	font-weight: bold;
	margin-top: 2em;
	text-align: right;
}
#inner.recruit.message .content .sec {
	padding: 80px 0;
} 
#inner.recruit.message .content .ideal > .inner {
	padding: 0 70px;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
} 
#inner.recruit.message .content .sec h2 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: flex;
	flex-direction: column;
	align-items: start;
	margin: 0 45px;
}
#inner.recruit.message .content .sec h2 .f_en {
	transition: 0.3s ease all;
	font-size: 18px;
	font-weight: 600;
	margin-top: 9px;
	background: #C30D23;
	line-height: 0.6em;
	display: inline-block;
	letter-spacing: 0;
}
#inner.recruit.message .content .sec h2 .note {
	display: block;
	position: absolute;
	top: 10px;
	left: 260px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1em;
	padding: 8px 10px 10px 10px;
	background: #E4E4E4;
}
#inner.recruit.message .content .ideal .fbox {
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
}
#inner.recruit.message .content .ideal .fbox .img {
	width: calc(50% - 130px);
}
#inner.recruit.message .content .ideal .fbox .img img {
	height: 515px;
	width: 100%;
	object-fit: cover;
}
#inner.recruit.message .content .ideal .fbox ol {
	width: calc(50% - 85px);
	margin-right: 85px;
	margin-top: -19px;
}
#inner.recruit.message .content .ideal .fbox ol li {
	display: flex;
	align-items: center;
	padding: 33px 0px;
}
#inner.recruit.message .content .ideal .fbox ol li + li {border-top: 1px solid #D8D8D8;}
#inner.recruit.message .content .ideal .fbox ol li span {
	font-size: 22px;
	color: #C30D23;
	font-weight: 600;
	width: 40px;
}
#inner.recruit.message .content .ideal .fbox ol li p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
	width: calc(100% - 40px);
	letter-spacing: 0.05em;
}
#inner.recruit.message .content .bg {
	background: #F1F1F1;
}
#inner.recruit.message .content .bg > .inner {
	padding: 0 70px;
	position: relative;
	display: flex;
	gap: 30px;
	max-width: 1400px;
	margin: 0 auto;
} 
#inner.recruit.message .content .bg .fbox {
	
}
#inner.recruit.message .content .bg .sec {
	width: calc(50% - 15px);
}
#inner.recruit.message .content .bg .sec .detail {
	border: 1px solid #D8D8D8;
	background: #fff;
	margin-top: 70px;
	height: 240px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
#inner.recruit.message .content .bg .sec .detail .text {
	font-size: 24px;
	font-weight: bold;
}
#inner.recruit.message .content .bg .sec.motto .detail .text {
	font-size: 28px;
}
#inner.recruit.message .content .bg .sec .detail .text2 {
	font-size: 15px;
	margin-top: 10px;
}

#inner.contact footer .btbox {
	display: none;
}
#inner.contact .content .fbox {display: flex;padding: 0 80px 80px 80px;justify-content: space-between;margin-top: 70px;align-items: start;max-width: 1400px;margin-left: auto;margin-right: auto;}
#inner.contact .content .fbox .info {padding: 0 0 0 40px;max-width: 440px;width: calc(100% - 850px);margin-top: 42px;}
#inner.contact .content .fbox .info .lead {font-size: 32px;font-weight: bold;line-height: 1.6em;}
#inner.contact .content .fbox .info .text {margin-top: 30px;}
#inner.contact .content .formbox {
	border: 1px solid #D8D8D8;
	width: 733px;
	box-sizing: border-box;
	padding: 40px 40px 60px 40px;
	border-radius: 10px;
}
#inner.contact .content .formbox .title {font-size: 32px;font-weight: bold;line-height: 1.6em;position: relative;margin-bottom: 10px;}
#inner.contact .content .formbox .title::before {
	content: "";
	position: absolute;
	left: -40px;
	top: 8px;
	height: 40px;
	width: 4px;
	background: #c30d23;
}
#inner.contact .content .name {
	display: flex;
	gap: 25px;
}
#inner.contact .content .form_agree {
	font-size: 16px;
}
#inner.contact .content .agree {
}
#inner.contact .content .agree .text {font-size: 15px;line-height: 1.6em;font-weight: normal;letter-spacing: 0.02em;}
#inner.contact .content .agree .text a {
  font-weight: normal;
  color: #c30d23;
  text-decoration: underline;
}
#inner.contact .content .agree .wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
#inner.contact .content .agree .wpcf7-list-item-label {
	font-size: 18px;
	font-weight: 500;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: block;
  width: auto;
  margin: 40px 0 0 auto !important;
  box-sizing: border-box;
  border-color: #C30D23!important;
  padding: 40px !important;
  font-size: 15px;
  color: #C30D23;
  line-height: 1.8em;
  background: #ffebeb;
}

.wpcf7 form.sent .wpcf7-response-output {border-color: #f1c746 !important;background: #fff5d7 !important;color: #dba709 !important;}
.wpcf7 .ajax-loader {
  display: none !important;
}

span.wpcf7-not-valid-tip {
	color: #C30D23;
}

#inner.contact .content .submitbox {margin-top: 30px;}
#inner.contact .content .bt_submit input {
	border: 1px solid #C30D23;
	border-radius: 4px;
	background: url(./images/icon_arrow.webp) no-repeat right 20px top 50% / 18px auto;
	background-color: #C30D23;
	padding: 0 40px 0 23px;
	height: 66px;
	display: flex;
	align-items: center;
	line-height: 1.2em;
	box-sizing: border-box;
	width: 406px;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
	transition: all ease 0.3s;
	text-align: left;
	font-size: 16px;
}
#inner.contact .content .bt_submit input:hover {
	background-image: url(./images/icon_arrow_r.webp);
	border-color: #C30D23;
	color: #C30D23;
	background-color: #fff;
	opacity: 1;
}
#inner.contact .content span[data-name=form-category],
#inner.contact .content span[data-name=form-address1] {
	width: calc(50% - 13px);
	position: relative;
}
#inner.contact .content span[data-name=form-category]::after,
#inner.contact .content span[data-name=form-address1]::after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
	right: 20px;
	top: 23px;
}
#inner.contact .content .zip {
	display: flex;
	gap: 30px;
	width: calc(50% - 13px);
	position: relative;
}
#inner.contact .content .zip::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 2px;
	background: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#inner.contact .content .zip + .wpcf7-form-control-wrap,
#inner.contact .content .zip + .wpcf7-form-control-wrap + .wpcf7-form-control-wrap,
#inner.contact .content .zip + .wpcf7-form-control-wrap + .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
	margin-top: 15px;
}
#inner.contact .content form {
  position: relative;
  z-index: 100;
  width: 100%;
}
::placeholder {
   color: #999999;
}
#inner.contact .content form dl {
}

#inner.contact .content form dl dt {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  padding: 25px 0 0 0;
  justify-content: left;
  min-height: auto;
}

#inner.contact .content form dl dt:first-child {
  margin-top: 0;
}

#inner.contact .content form dl dt.required {
}

#inner.contact .content form dl dt::after {
}

#inner.contact .content form dl dt.required::after {
  content: "任意";
  width: 42px;
  background: #a9a9a9;
  display: block;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin-left: 17px;
  display: block;
  line-height: 1.6em;
  padding-top: 1px;
  font-weight: normal;
  padding: 0 0 1px 0;
  content: "必須";
  background: #C30D23;
}
#inner.contact .content form .confirmbox dl dd {display: flex;align-items: center;min-height: 46px;font-weight: 500;}

#inner.contact .content .note::before {
  top: 9px;
}

#inner.contact .content form dl dt p {
  line-height: 48px;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: bold;
}

#inner.contact .content form dl dd {
  margin-top: 14px;
  min-height: 36px;
  width: auto;
  padding: 0;
}

#inner.contact .content form dl dd .line {display: flex;align-items: center;}
#inner.contact .content form dl dd .line + .line {margin-top: 12px;}
#inner.contact .content form dl dd .line .wpcf7-form-control-wrap:nth-child(1) {width: 110px;}
#inner.contact .content form dl dd .line .wpcf7-form-control-wrap:nth-child(2) {width: 100px;margin-right: 10px;}
#inner.contact .content form dl dd .line .wpcf7-list-item {width: auto;}
#inner.contact .content form dl dd span {
	display: block;
	margin: 0;
}

#inner.contact .content form input, #inner.contact .content form select {
  -webkit-appearance: none;
  line-height: 1.5em;
  padding: 14px 13px 14px 13px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  border-radius: 8px;
  border: none;
  width: 100%;
  background: #F1F1F1;
  color: #000;
  border: 1px solid #D8D8D8;
}
#inner.contact .content form input.wpcf7-not-valid,
#inner.contact .content form select.wpcf7-not-valid,
#inner.contact .content form input.wpcf7-not-valid-confirm,
#inner.contact .content form select.wpcf7-not-valid-confirm {
	background: #ffebeb;
	border-color: #edbcbc;
}

#inner.contact .content form textarea {
  line-height: 1.5em;
  display: block;
  padding: 10px 13px 10px 13px;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
  width: 100%;
  resize: none;
  height: 180px;
  font-weight: normal;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
#inner.contact .content form label {
  display: flex;
  align-items: center;
}
#inner.contact .content form .wpcf7-radio {}
#inner.contact .content form .wpcf7-checkbox,
#inner.contact .content form .download .box .target {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0;
	padding: 10px 0px;
}
#inner.contact .content form .wpcf7-checkbox .wpcf7-list-item {
	/* width: 20%; */
}
#inner.contact .content form .download {
	/* padding-top: 13px; */
	padding-bottom: 50px;
}
#inner.contact .content form .download .sample {display: flex;box-sizing: border-box;align-items: center;justify-content: space-between;padding: 30px 55px;margin-bottom: 40px;border: 1px solid #b2d8d2;border-radius: 4px;}
#inner.contact .content form .download .sample .text {font-size: 18px;color: #93c1b9;}
#inner.contact .content form .download .sample .fbox {gap: 30px;display: flex;}
#inner.contact .content form .download .sample .fbox img {
  width: 130px;
  border: 1px solid #b2d8d2;
  box-shadow: 3px 3px 6px #ddd;
}
#inner.contact .content form .download .box {
	margin-top: 20px;
	background: #e6f2f2;
	padding: 10px 25px 20px 25px;
	border-radius: 4px;
}
#inner.contact .content form .download .box.vietnam {
	margin-top: 30px;
}
#inner.contact .content form .download .box .h {
	display: flex;
	border-bottom: 1px solid #656464;
	align-items: center;
	padding: 6px 0;
}
#inner.contact .content form .download .box .h p {
	width: auto;
	font-weight: bold;
	margin-right: 23px;
	min-width: 105px;
}
#inner.contact .content form .download .box .h p::before {
	content: "●";
	display: inline-block;
	margin-right: 5px;
}
#inner.contact .content form .download .box .h .checkbox {
	
}
#inner.contact .content form .download .box .target {
	margin-top: 14px;
	padding: 0 0 0 128px;
}
#inner.contact .content form .download .box .target .checkbox {
	width: 50%;
}
#inner.contact .content form .download .box .checkbox input[type="checkbox"]+span::before {background: #fff;}
#inner.contact .content form .download .box .checkbox input[type="checkbox"]:checked+span::before {
  background: #0071bc;
  border-color: #0071bc;
}
#inner.contact .content form .download .box.philippines .target .checkbox {
	width: 100%;
}
#inner.contact .content form .download .wpcf7-checkbox {
	padding: 0;
}
#inner.contact .content form .download .wpcf7-checkbox .wpcf7-list-item {
	width: 100%;
}
#inner.contact .content form .wpcf7-form-control-wrap[data-name="dllist"],
#inner.contact .content form .wpcf7-form-control-wrap[data-name="dllink"] {
	display: none;
}
#inner.contact .content form input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  height: 0px;
  width: 0px;
  padding: 0;
  margin: 0;
}

#inner.contact .content form input[type="checkbox"]+span {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 0px 0 0px 32px;
  cursor: pointer;
  background: no-repeat;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  /* pointer-events: none; */
}

#inner.contact .content form input[type="checkbox"]+span::before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background: #fff;
  float: none;
  margin: 1px 0 0 0;
  position: absolute;
  left: 0px;
  top: 0;
  border-radius: 3px;
  border: 1px solid #ddd;
}

#inner.contact .content form input[type="checkbox"]:checked+span::before {
  /* background: #0071bc; */
  /* border-color: #0071bc; */
}

#inner.contact .content form input[type="checkbox"]:checked+span::after {
  position: absolute;
  display: block;
  content: '';
  width: 13px;
  height: 6px;
  border-top: 3px solid #d0464e;
  border-right: 3px solid #d0464e;
  transform: rotate(135deg);
  left: 4px;
  top: 7px;
}

#inner.contact .content form .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 0;
	padding: 0;
	flex-direction: column;
	margin-bottom: 20px;
}
#inner.contact .content form .wpcf7-radio .wpcf7-list-item {
	width: auto;
}
#inner.contact .content form input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  height: 0px;
  width: 0px;
  padding: 0;
  margin: 0;
}

#inner.contact .content form input[type="radio"]+span {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 0px 0 0px 32px;
  cursor: pointer;
  background: no-repeat;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

#inner.contact .content form input[type="radio"]+span::before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background: #fff;
  float: none;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 0;
  border-radius: 23px;
  border: 1px solid #ddd;
}

#inner.contact .content form input[type="radio"]:checked+span::before {
  /* background: #0071bc; */
  /* border-color: #0071bc; */
}

#inner.contact .content form input[type="radio"]:checked+span::after {
  position: absolute;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #C30D23;
  left: 6px;
  top: 6px;
  border-radius: 10px;
}

#inner .pagination {
	display: flex;
	gap: 5px;
	justify-content: end;
	margin-top: 80px;
}
#inner .pagination a,
#inner .pagination span {
	display: flex;
	border-radius: 8px;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	line-height: 1em;
	padding: 0 0 0 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 13px;
	box-sizing: border-box;
}
#inner .pagination span {
	background: #C30D23;
	color: #fff;
}
#inner .pagination span.dots {
	color: #151515;
	background: none;
	font-size: 18px;
	padding-bottom: 4px;
}
#inner .pagination span:nth-child(1),
#inner .pagination span:last-child {
	position: relative;
}
#inner .pagination span:last-child {
	margin-right: 80px;
}
#inner .pagination span:nth-child(1)::before,
#inner .pagination span:last-child::before {
	content: "Prev";
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	position: absolute;
	left: -80px;
	color: #ccc;
	font-weight: 500;
	width: 50px;
	text-align: center;
}
#inner .pagination span:last-child::before {
	content: "Next";
	left: auto;
	right: -80px;
}
#inner .pagination .prev,
#inner .pagination .next {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	margin: 0 30px 0 0;
	width: 50px;
}
#inner .pagination .next {
	margin: 0 0 0 30px;
}
#inner.results .kv {
	margin-top: 34px;
}
#inner.results .kv img {
	object-fit: cover;
	height: 560px;
	width: 100%;
}
#inner.results .intro {padding: 80px 80px 0px 80px;max-width: 1400px;margin: 0 auto;}
#inner.results .intro > .inner {display: flex;justify-content: space-between;}
#inner.results .intro .lead {font-size: 32px;line-height: 1.6em;font-weight: bold;letter-spacing: 0.05em;}
#inner.results .intro .text {width: 624px;margin-top: 50px;}
#inner.results .list {
	display: flex;
	padding: 100px 80px;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
}
#inner.results .list > .post_category {
	width: 188px;
}
#inner .post_category > ul {
	
}
#inner .post_category > ul > li + li {
	border-top: 1px solid #D8D8D8;
}
#inner .post_category > ul > li > a {
	font-size: 15px;
	display: block;
	padding: 13px 20px;
}
#inner .post_category > ul > li button {
	font-size: 15px;
	position: relative;
	display: block;
	padding: 18px 20px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
#inner .post_category > ul > li button::after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
	right: 20px;
	top: calc(50% - 5px);
}
#inner .post_category > ul > li button.open::after {
	transform: rotate(-45deg);
	top: 50%;
}
#inner .post_category > ul > li > ul {
	padding: 0 0 16px 0;
	margin-top: -2px;
	display: none;
}
#inner .post_category > ul > li > ul > li {
	
}
#inner .post_category > ul > li > ul > li > a {font-size: 13px;font-weight: normal;display: block;padding: 0px 20px;}
#inner.results .list .detail {width: 953px;max-width: calc(100% - 242px);}
#inner.results .list .detail .category_title {font-size: 24px;font-weight: bold;}
#inner.results .results_list {display: flex;flex-wrap: wrap;gap: 85px 30px;margin-top: 44px;}
#inner.results .results_list .box {display: block;width: calc((100% - 60px) / 3);}
#inner.results .results_list .box a {
	display: block;
}
#inner.results .results_list .box a .img {
	border: 1px solid #f5f5f5;
}
#inner.results .results_list .box a .img img {
	display: block;
	aspect-ratio: 592 / 394;
	object-fit: cover;
}
#inner.results .results_list .box a .category {
	font-size: 18px;
	margin-top: 15px;
}
#inner.results .results_list .box a .title {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 2px;
}
#inner.single.results {
	
}
#inner.single.results .content {
	padding: 160px 0 0 0;
}
#inner.single.results article {
	width: 842px;
	margin: 0 auto;
}
#inner.single.results article .cats {display: flex;align-items: center;}
#inner.single.results article .cats .parent {font-size: 18px;font-weight: bold;border-left: 4px solid #C30D23;padding: 0 20px 2px 18px;display: block;line-height: 1.5em;border-right: 1px solid #D8D8D8;}
#inner.single.results article .cats .child {color: #C30D23;border: 1px solid #C30D23;line-height: 1em;padding: 4px 9px 6px 9px;border-radius: 3px;margin-left: 20px;}
#inner.single.results article h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 22px;
}
#inner.single.results article .body {
	margin-top: 45px;
}
#inner.single.results article .body figure {
	margin-top: 30px;
}
#inner.single.results article .body p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8em;
	margin-top: 30px;
}
#inner.single.results article .body .wp-block-columns {
	margin-top: 30px;	
}
#inner.single.results article .body .wp-block-columns *:first-child {
	margin-top: 0;	
}

#inner.single.results .bt_back {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #D8D8D8;
	padding: 12px 20px;
	border-radius: 5px;
	background: url(./images/icon_arrow_b.webp) no-repeat right 20px top 50% / 18px auto;
	width: 296px;
	font-size: 15px;
	box-sizing: border-box;
	margin: 80px auto;
	background-color: #F1F1F1;
}
#inner.single.results.pc_view .bt_back:hover {
	opacity: 1;
	border-color: #C30D23;
	color: #C30D23;
	background-image: url(./images/icon_arrow_r.webp);
	background-color: #fff;
}
#inner.single.results .other {
	background: #F1F1F1;
	padding: 80px 80px;
	display: flex;
	justify-content: space-between;
	align-items: start;
}
#inner.single.results .other .hbox {flex-direction: column;position: relative;}
#inner.single.results .other .hbox .labelstyle {
	position: relative;
	margin-bottom: 60px;
}
#inner.single.results .other .hbox .labelstyle::after {
  content: "";
  display: block;
  background: #C30D23;
  width: 110px;
  height: 2px;
  bottom: -15px;
  right: 0;
  position: absolute;
}
#inner.single.results .other .hbox .labelstyle .label {margin-right: 50px;margin-left: -12px;}

#inner.single.results .other .results_list {
  width: 100%;
  max-width: calc(100% - 345px);
  margin-top: 0;
}

/**********************************************************/
/* News */
/**********************************************************/

#inner.news .list {
	display: flex;
	padding: 80px 80px 100px 80px;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
}
#inner.news .list > .post_category {
	width: 188px;
}
#inner.news .list .detail {width: 953px;max-width: calc(100% - 242px);}
#inner.news .list .detail .category_title {font-size: 24px;font-weight: bold;}
#inner.news .newslist2 {margin-top: 14px;}
#inner.news .newslist2 .box {
  border-bottom: 1px solid #D8D8D8;
  padding: 30px 0;
}
#inner.news .newslist2 .box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#inner.news .newslist2 .box a .img {width: 187px;}
#inner.news .newslist2 .box a .img img {aspect-ratio: 374 / 248;object-fit: cover;width: 100%;}
#inner.news .newslist2 .box a .info {width: calc(100% - 220px);}
#inner.news .newslist2 .box a .info .meta {display: flex;align-items: center;}
#inner.news .newslist2 .box a .info .meta .date {font-size: 15px;font-weight: normal;}
#inner.news .newslist2 .box a .info .meta .category {font-size: 13px;color: #fff;background: #C30D23;line-height: 1em;padding: 4px 10px 6px 10px;font-weight: normal;border-radius: 30px;margin-left: 20px;}
#inner.news .newslist2 .box a .info .title {font-size: 16px;font-weight: bold;line-height: 1.6em;margin-top: 5px;}
#inner.news .newslist2 .box a .info .text {
/* 文字をはみ出させるための記述 */overflow: hidden;white-space: nowrap;
 /* 文字がはみ出た時に三点リーダーにする */text-overflow: ellipsis;font-size: 14px;font-weight: normal;width: 90%;margin-top: 2px;}
#inner.news .content {
	border-radius: 120px 120px 0 0;
}
#inner.news .content ul.newslist {
	margin-top: 0;
}

#inner.single.post {
	
}
#inner.single.post .content {
	padding: 160px 0 0 0;
}
#inner.single.post article {
	width: 842px;
	margin: 0 auto;
}
#inner.single.post article .cats {display: flex;align-items: center;}
#inner.single.post article .cats .parent {font-size: 18px;font-weight: bold;border-left: 4px solid #C30D23;padding: 0 20px 2px 18px;display: block;line-height: 1.5em;border-right: 1px solid #D8D8D8;}
#inner.single.post article .cats .child {color: #C30D23;border: 1px solid #C30D23;line-height: 1em;padding: 4px 9px 6px 9px;border-radius: 3px;margin-left: 20px;}
#inner.single.post article .meta {display: flex;align-items: center;}
#inner.single.post article .meta .date {font-size: 15px;font-weight: normal;}
#inner.single.post article .meta .category {font-size: 13px;color: #fff;background: #C30D23;line-height: 1em;padding: 4px 10px 6px 10px;font-weight: normal;border-radius: 30px;margin-left: 20px;}
#inner.single.post article h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 12px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 35px;
	position: relative;
}
#inner.single.post article h1::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 1px;
	background: #c30d23;
}
#inner.single.post article .body {
	margin-top: 45px;
}
#inner.single.post article .body figure {
	margin-top: 30px;
}
#inner.single.post article .wp-block-gallery {
	display: flex;
	gap: 2em;
	--wp--style--unstable-gallery-gap: none;
	justify-content: start;
}
#inner.single.post article .wp-block-gallery .wp-block-image {
	margin: 0;
	width: calc((100% - 4em) / 3) !important;
}
#inner.single.post article .body p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8em;
	margin-top: 30px;
}
#inner.single.post article .body .wp-block-columns {
	margin-top: 30px;	
}
#inner.single.post article .body .wp-block-columns *:first-child {
	margin-top: 0;	
}

#inner.single.post .content .btbox {position: relative;width: 842px;margin: 0 auto;}
#inner.single.post .btbox .bt_cat {
	position: absolute;
	font-size: 15px;
	font-weight: normal;
	top: 11px;
	padding: 0 0 0 24px;
}
#inner.single.post.pc_view .btbox .bt_cat:hover {
	color: #c30d23;
	opacity: 1;
}
#inner.single.post .btbox .bt_cat::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 18px;
	height: 18px;
	background: #E4E4E4;
	border-radius: 100px;
	transition: 0.3s ease all;
}
#inner.single.post.pc_view .btbox .bt_cat:hover::before {
	background: #c30d23;
}
#inner.single.post .btbox .bt_cat::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	left: 7px;
	top: 14px;
	transition: 0.3s ease all;
}
#inner.single.post.pc_view .btbox .bt_cat:hover::after {
	border-color: #fff;
}
#inner.single.post .btbox .bt_back {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #D8D8D8;
	padding: 12px 20px;
	border-radius: 5px;
	background: url(./images/icon_arrow_b.webp) no-repeat right 20px top 50% / 18px auto;
	width: 296px;
	font-size: 15px;
	box-sizing: border-box;
	margin: 100px auto 70px auto;
	background-color: #fff;
}
#inner.single.post .btbox .bt_back:hover {
	opacity: 1;
	border-color: #C30D23;
	color: #C30D23;
	background-image: url(./images/icon_arrow_r.webp);
}
#inner.single.results .other {
	background: #F1F1F1;
	padding: 80px 80px;
	display: flex;
	justify-content: space-between;
	align-items: start;
}
#inner.single.results .other > .inner {display: flex;justify-content: space-between;align-items: start;width: 100%;max-width: 1280px;margin: 0 auto;}
#inner.single.results .other .hbox {flex-direction: column;position: relative;}
#inner.single.results .other .hbox .labelstyle {
	position: relative;
	margin-bottom: 60px;
}
#inner.single.results .other .hbox .labelstyle::after {
  content: "";
  display: block;
  background: #C30D23;
  width: 110px;
  height: 2px;
  bottom: -15px;
  right: 0;
  position: absolute;
}
#inner.single.results .other .hbox .labelstyle .label {margin-right: 50px;margin-left: -12px;}

/**********************************************************/
/* 404 */
/**********************************************************/
#inner .content.error {
	padding: 240px 0 100px 0;
}
#inner .content.error .label {
	text-align: center;
	font-size: 70px;
	line-height: 1em;
	font-weight: 400;
}
#inner .content.error h1 {
	text-align: center;
	font-size: 24px;
}
#inner .content.error .bt_more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #D8D8D8;
	padding: 12px 20px;
	border-radius: 5px;
	background: url(./images/icon_arrow_b.webp) no-repeat right 20px top 50% / 18px auto;
	width: 296px;
	font-size: 15px;
	box-sizing: border-box;
	margin: 80px auto 0 auto;
	background-color: #F1F1F1;
}
#inner.pc_view .content.error .bt_more:hover {
	opacity: 1;
	border-color: #C30D23;
	color: #C30D23;
	background-image: url(./images/icon_arrow_r.webp);
	background-color: #fff;
}


/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
    /* style
	-------------------------------------------------------------- */
    body {
        min-width: 320px;
        overflow: visible !important;
    }
    body p {
        color: inherit;
        font-size: 14px;
        line-height: 2em;
    }
    a:hover {
        opacity: 1;
    }
    *[data-view=pc] {
        display: none !important;
    }
    *[data-view=sp] {
        display: block !important;
    }
    /* ===========================================================================================

		Common

	=========================================================================================== */
    .outline {
        position: relative;
        min-width: 320px;
        padding-bottom: 0;
        overflow: hidden;
    }
	.main {
		box-sizing: border-box;
	}

	/*============================
	header
	============================*/
	
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		box-sizing: border-box;
		padding: 0;
		opacity: 0;
		/* transition: all ease 1s; */
	}
	header.show {
		opacity: 1;
		left: 0;
	}
	header.scroll {
		padding: 0;
	}
	header.scroll > .inner {
		padding: 6px 15px;
	}
	header>.inner {
		display: flex;
		align-items: center;
		height: 50px;
		padding: 0 5px;
		border-radius: 10px;
		padding: 20px 25px;
		transition: opacity ease 1s, padding ease 0.3s, background ease 0.3s;
	}
	header .logo {
		display: flex;
		align-items: center;
	}
	header .logo > h1,
	header .logo > div {
		width: 90px;
	}
	header .logo > p {
		font-size: 10px;
		line-height: 1.4em;
		letter-spacing: 0.1em;
	}
	header .gmenu {
		position: absolute;
		left: 0;
		top: 0;
		background: #ffffffe6;
		height: 100vh;
		height: 100dvh;
		backdrop-filter: blur(2px);
		width: 100vw;
		width: 100dvw;
		box-sizing: border-box;
		padding: 10px;
		display: none;
	}
	.pc_view header .gmenu {
		opacity: 1 !important;
		display: block !important;
	}
	header .gmenu .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}
	header .gmenu ul {
		display: flex;
		align-items: center;
		gap: 10px;
		background: #C30D23;
		flex-direction: column;
		border-radius: 16px;
		align-items: start;
		padding: 88px 24px 40px 24px;
		position: relative;
	}
	header .gmenu ul li {position: relative;width: 100%;}
	header .gmenu ul li a {
		display: flex;
		font-size: 14px;
		padding: 9px 14px;
		line-height: 1.5em;
		align-items: center;
		position: relative;
		z-index: 10;
		color: #fff !important;
	}
	header .gmenu ul li.bt_contact {margin-left: 0;margin-top: 15px;}
	header .gmenu ul li.bt_contact a,
	header .gmenu ul li.bt_download a,
	header .gmenu ul li.bt_recruit a {
		border: none;
		border-radius: 3px;
		background: url(./images/icon_contact_b.webp) no-repeat right 12px top 50% / 18px auto;
		padding: 0 40px 0 14px;
		height: 42px;
		display: flex;
		align-items: center;
		line-height: 1.2em;
		box-sizing: border-box;
		width: auto;
		background-color: #fff;
		color: #151515 !important;
		font-size: 14px;
		border: none !important;
	}
	header .gmenu ul li.bt_download {margin-left: 0;}
	header .gmenu ul li.bt_download a {
		background-image: url(./images/icon_download_b.webp);
		font-size: 14px;
		padding-left: 15px;
	}
	header .gmenu ul li.bt_recruit {margin-left: 0;}
	header .gmenu ul li.bt_recruit a {
		background-image: url(./images/icon_arrow_r.webp);
		background-color: #fff;
		color: #c30c23 !important;
	}
	
	header > .inner > .bt_recruit {
		border: 1px solid #C30D23;
		border-radius: 4px;
		background: url(./images/icon_arrow.webp) no-repeat right 12px top 50% / 18px auto;
		background-color: #C30D23;
		padding: 0 40px 0 14px;
		line-height: 42px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		width: 140px;
		color: #fff;
		font-size: 14px;
		margin: 0 0 0 auto;
	}
	header .bt_recruit.wide {
	    margin-left: 0;
	    margin-top: 15px;
	}
	header .gmenu ul li.bt_recruit.wide a {
		width: auto;
	}

	header .bt_menu {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	z-index: 1000;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
	border: 1px solid #fff;
	border-radius: 4px;
	}
	#inner.recruit header .bt_menu {
	margin-left: auto;
	}

	header .bt_menu::before, header .bt_menu::after, header .bt_menu span::before {
	display: block;
	position: absolute;
	content: "";
	width: 16px;
	height: 2px;
	background: #fff;
	top: 50%;
	left: 11px;
	transition: all 0.3s ease;
	margin-top: 5px;
	}
	#inner:not(.top) header .bt_menu,
	header.scroll .bt_menu {
		border-color: #00000029;
	}
	#inner:not(.top) header .bt_menu::before, #inner:not(.top) header .bt_menu::after, #inner:not(.top) header .bt_menu span::before {
		background: #151515;
	}
	header.scroll .bt_menu::before, header.scroll .bt_menu::after, header.scroll .bt_menu span::before {
		background: #151515;
	}

	header .bt_menu::after {
	margin-top: -7px;
	}
	header .bt_menu span::before {
	margin-top: -1px;
	}  
	header .bt_menu span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 100%;
	}

	header .bt_menu.open::before {
	margin-top: -1px;
	transform: rotate(-135deg);
	}
	header .bt_menu.open::after {
	margin-top: -1px;
	transform: rotate(135deg);
	}
	header .bt_menu.open span::before {
	opacity: 0;
	}  
	header .bt_menu.open {
		border-color: transparent !important;
	}
	header .bt_menu.open::before, header .bt_menu.open::after, header .bt_menu.open span::before {
		background: #fff !important;
	}

	.bt_top {
		
	}

	footer {position: relative;z-index: 500;background: #151515;color: #fff;}
	footer .btbox > .inner {display: flex;padding: 30px 15px;background: #fff;justify-content: space-between;flex-direction: column;gap: 10px;}
	footer .btbox a {background: #F1F1F1;border: 1px solid #D8D8D8;border-radius: 8px;width: auto;box-sizing: border-box;font-size: 24px;line-height: 1em;font-weight: 700;display: flex;flex-direction: column;padding: 28px 22px;align-items: start;position: relative;}
	footer .btbox a::after {
		content: "";
		position: absolute;
		right: 22px;
		top: 50%;
		width: 60px;
		height: 60px;
		background: url(./images/icon_contact_b.webp) no-repeat center center / 27px auto;
		background-color: #E4E4E4;
		border-radius: 100px;
		transform: translate(0, -50%);
	}
	footer .btbox a.bt_download::after {
		background-image: url(./images/icon_download_b.webp);
	}
	footer .btbox a.bt_download {
		font-size: 20px;
		line-height: 1.2em;
		padding: 18px 22px;
	}
	footer .btbox a span {font-size: 18px;font-weight: 600;margin-top: 17px;background: #E4E4E4;line-height: 0.6em;padding-right: 35px;}
	footer > .inner {display: flex;flex-direction: column;padding: 45px 25px 35px 25px;gap: 24px;}
	footer > .inner .box {width: auto;}
	footer > .inner .box1 {
		display: flex;
		align-items: start;
	}
	footer > .inner .box1 .logo {display: block;width: 150px;}
	footer > .inner .box1 .text {margin: -2px 0 6px 30px;}
	footer > .inner .box .title {font-size: 15px;font-weight: 700;letter-spacing: 0.2em;position: relative;padding: 4px 0 0 6px;margin-bottom: 8px;}
	footer > .inner .box .title::before {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 11px;
	  height: 16px;
	  background: #C30D23;
	  left: 0;
	  top: 0;
	}
	footer > .inner .box .subtitle {font-size: 13px;font-weight: 600;position: relative;padding: 0px 0 0 12px;margin: 8px 0 0px 0;}
	footer > .inner .box .subtitle::before {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 6px;
	  height: 6px;
	  background: #C30D23;
	  left: 0;
	  top: 10px;
	}
	footer > .inner .box .title span {position: relative;display: block;line-height: 1.5em;}
	footer > .inner .box .text {font-size: 13px;line-height: 1.8em;font-weight: 400;}
	footer .btbox_recruit .title {
	  color: #151515;
	  font-size: 18px;
	  text-align: center;
	  margin-bottom: 12px;
	  line-height: 1.8em;
	}
	footer .btbox_recruit > .inner {display: flex;padding: 30px 15px;justify-content: center;flex-direction: column;align-items: center;}
	footer .btbox_recruit > .inner a {width: 100%;}
	footer > .inner2 {display: flex;padding: 40px 25px;justify-content: space-between;border-top: 1px solid #2B2B2B;flex-direction: column;}
	footer > .inner2 .logo {display: flex;align-items: center;color: #fff;flex-direction: column;}
	footer > .inner2 .logo img {
	  width: 215px;
	}
	footer > .inner2 .logo p {
	  font-size: 13px;
	  border-bottom: 1px solid #fff;
	  padding: 1px 0;
	  margin: 18px 0 0 0;
	}
	footer > .inner2 .ias {width: 180px;margin: 35px auto 0 auto;}
	footer > .inner3 {display: flex;padding: 0px 15px 40px 15px;justify-content: space-between;flex-direction: column;}
	footer > .inner3 .fbox {display: flex;align-items: center;flex-direction: column;}
	footer > .inner3 .fbox div {
  border-top: 1px solid #2B2B2B;
  width: 100%;
}
	footer > .inner3 .fbox div + div {margin-left: 0;border-bottom: 1px solid #2B2B2B;border-left: none;padding-left: 0;}
	footer > .inner3 .fbox div a {color: #fff;font-size: 13px;font-weight: 400;line-height: 1em;display: block;padding: 20px 10px;}
	footer > .inner3 .copyright {font-weight: 300;font-size: 11px;letter-spacing: 0.05em;line-height: 1em;margin: 30px 0 0 10px;}
	
	.remodal.allmenu {padding: 15px;background: none;margin: 0;}
	.remodal.allmenu > .inner {padding-bottom: 100px;}
	.remodal.allmenu > .inner .trial {background: no-repeat;display: block;width: 100%;border-radius: 0;padding: 0;order: 1;height: auto;box-sizing: border-box;}
	.remodal.allmenu > .inner .trial .logo {
		width: 157px;
	}
	.remodal.allmenu > .inner .trial .max {
		width: 105px;
		margin-top: 2px;
	}
	.remodal.allmenu > .inner .trial .bt_trial {
	  display: flex;
	  background: #FFE800;
	  color: #fff;
	  font-size: 16px;
	  width: 100%;
	  height: 54px;
	  justify-content: center;
	  align-items: center;
	  border-radius: 100px;
	  margin-top: 0;
	  font-weight: bold;
	  color: #3ea8ea;
	}
	.remodal.allmenu > .inner .trial .bt_trial::after {
		background-image: url(./images/icon_arrow_blue.webp);
		margin: 0px -12px 0 9px;
	}
	.remodal.allmenu > .inner .gmenu {
		margin: 19px 15px 0 15px;
	}
	.remodal.allmenu > .inner .gmenu ul {display: flex;flex-wrap: wrap;flex-direction: column;height: auto;gap: 0 60px;}
	.remodal.allmenu > .inner .gmenu ul li {padding: 0 0 0 22px;position: relative;}
	.remodal.allmenu > .inner .gmenu ul li.mt {margin: 0;}
	.remodal.allmenu > .inner .gmenu ul li::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 18px;
		width: 10px;
		height: 10px;
		background: #fff;
		border-radius: 100px;
	}
	.remodal.allmenu > .inner .gmenu ul li a {font-size: 18px;color: #fff;display: inline-block;padding: 6px 0;letter-spacing: 0.05em;}
	.remodal.allmenu > .inner .gmenu ul li .sub {display: flex;flex-direction: row;gap: 35px;}
	.remodal.allmenu > .inner .gmenu ul li .sub a {padding: 2px 0;font-size: 15px;}
	.remodal.allmenu > .inner .join {margin: 20px 0 0 0;}
	.remodal.allmenu > .inner .join a {
		display: flex;
		background: #fff;
		font-size: 16px;
		width: auto;
		height: 54px;
		justify-content: center;
		align-items: center;
		border-radius: 100px;
		letter-spacing: 0.1em;
	}
	.remodal.allmenu > .inner .join a span {display: flex;align-items: center;}
	.remodal.allmenu > .inner .join a span::after {
		content: "";
		width: 26px;
		height: 26px;
		background: url(./images/icon_arrow2_b.webp) no-repeat center center / 26px auto;
		margin: 0px -10px 0 2px;
	}
	.remodal.allmenu > .inner .follow {
		background: #fff;
		border-radius: 100px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 7px 11px;
		padding: 0;
		width: auto;
		height: 54px;
		margin-top: 20px;
		align-items: center;
	}
	.remodal.allmenu > .inner .follow p {
		width: auto;
		text-align: center;
		letter-spacing: 0.1em;
		font-size: 16px;
		margin: 0 7px;
	}
	.remodal.allmenu > .inner .follow a {
		display: block;
		width: 30px;
	}
	.remodal.allmenu > .inner .bt_law {margin: 24px 0 0 0;display: block;font-size: 14px;color: #fff;text-align: center;}

	.remodal-overlay {
		background: #ffffffe6;
		z-index: 1000000;
	}
	.remodal-wrapper {
		z-index: 1000001;
		padding: 0;
	}
	.remodal {
		padding: 0;
		width: 100%;
		max-width: none;
		position: relative;
	}
	.remodal > .inner {
		border-radius: 50px;
		width: 100%;
		padding: 30px 30px;
		height: auto;
		min-height: 0;
		max-height: none;
		display: block;
	}
	.remodal > .inner .wrap {
		box-sizing: border-box;
		width: 100%;
		display: block;
		height: auto;
	}
	.remodal-close {
		right: auto;
		left: 50%;
		top: auto;
		width: 44px;
		bottom: 45px;
		height: 44px;
		background: #fff;
		border-radius: 120px;
		transform: translate(-50%, 0);
	}
	.remodal-close::before {
		display: none;	
	}

	.remodal-close::before,
	.remodal-close::after {
		display: block;
		position: absolute;
		content: "";
		width: 20px;
		height: 2px;
		background: #3ea8ea;
		left: 50%;
		top: 50%;
		transform: translate(-50%, 0) rotate(-45deg);
	}
	.remodal-close::after {
		transform: translate(-50%, 0) rotate(45deg);
	}
	.remodal.app > .inner {
		background: #fff;
		box-shadow: 0 0 30px #00000022;
	}
	.remodal.app .remodal-close {
		background: #ebfaff;
	}
	.remodal.app .wrap {
		width: 1080px;
		height: 511px;
	}
	.remodal.app .box {
		width: 29%;
	}
	.remodal.app .box.pc {
		width: 42%;
	}
	.remodal.app .box p {
		text-align: center;
		font-weight: 700;
		font-size: 22px;
		line-height: 1.5em;
	}
	.remodal.app .box p span {display: block;font-size: 15px;line-height: 1.5em;}
	.remodal.app .box .img  {
		width: 90%;
		margin: 20px auto 0 auto;
	}
	.remodal.app .box.pc .img {width: 82%;}
	.remodal.app .box .bt_more {margin-top: 30px;}
	ul.newslist {

	}
	ul.newslist li {

	}
	ul.newslist li a {
		display: block;
		align-items: center;
		border: 1px solid #D8D8D8;
		padding: 20px 20px 22px 25px;
		border-radius: 5px;
		background: url(./images/icon_arrow_b.webp) no-repeat right 30px top 50% / 18px auto;
	}
	ul.newslist li .date {
		font-weight: 400;
		font-size: 15px;
		line-height: 1.5em;
		width: 100px;
	}
	ul.newslist li .title {
		font-size: 16px;
		line-height: 1.3em;
		transition: 0.3s ease all;
		font-weight: 400;
		width: calc(100% - 80px);
		margin-top: 8px;
	}

	.hbox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-items: start;
		flex-direction: column;
	}
	.hbox .labelstyle {
	}
	.hbox .labelstyle .label {
		position: relative;
		padding: 7px 0 0 10px;
		margin-right: 0;
	}
	.hbox .labelstyle .label::before {
		content: "";
		display: block;
		position: absolute;
		width: 23px;
		height: 32px;
		background: #C30D23;
		left: 0;
		top: 0;
	}
	.hbox .labelstyle .label span {
		display: inline-block;
		font-size: 45px;
		line-height: 1.1em;
		font-weight: 500;
		position: relative;
		margin: 0;
	}
	.hbox .labelstyle .more {
		display: block;
		width: 200px;
		margin: 5px 7px 0 auto;
		text-align: right;
		position: relative;
	}
	.hbox .labelstyle .more::before {
		content: "";
		display: block;
		background: #C30D23;
		width: 110px;
		height: 2px;
		bottom: 8px;
		left: 0;
		position: absolute;
	}
	.hbox .labelstyle .more::after {
		content: "";
	}
	.hbox .labelstyle .more span {
		display: block;
		font-size: 20px;
		font-weight: 600;
		line-height: 1em;
		padding: 3px 33px 3px 0;
	}
	.hbox h2 {
		font-size: 20px;
		letter-spacing: 0.1em;
		font-weight: 400;
		margin: 20px 0 0 10px;
	}

	.fadetext {
		position: relative;
		font-size: 24px;
		color: black;
		display: block;
		 /* 適度な余白を追加 */
	}

	.fadetext > span {
		position: relative;
		display: block;
		overflow: hidden; /* レイアウト崩れ防止 */
		white-space: nowrap; /* 改行を防ぐ */
		line-height: inherit;
		letter-spacing: inherit;
	}

	.fadetext > span > span {
		position: absolute;
		top: 0;
		left: 0;
		width: 0%; /* 初期状態では非表示 */
		color: white;
		overflow: hidden;
		white-space: nowrap;
		transition: width 0.4s ease-out; /* スムーズな変化 */
		line-height: inherit;
		display: block;
		letter-spacing: inherit;
	}

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

	/******************************
	  白帯（左→右→抜けていく）
	*******************************/
	.wipe::before {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background: #fff;
	  transform: translateX(-100%);
	  transition: none;
	  opacity: 0;
	}
	.wipe.black::before {
	  background: #151515;
	}

	.wipe.active::before {
	  animation: wipe-move 0.6s forwards;
	  opacity: 1;
	}

	/******************************
	  テキスト（左→右へマスク展開）
	*******************************/
	.wipe_text {
	  display: inline-block;
	  position: relative;
	  z-index: 2;
	  /* 初期状態：完全に非表示（左から0%幅） */
	  clip-path: inset(0 100% 0 0);
	}

	.wipe.active .wipe_text {
	  animation: text-reveal 0.6s forwards;
	}

	/******************************
	  Keyframes（白帯）
	*******************************/
	@keyframes wipe-move {
	  0% {
		transform: translateX(-101%);
	  }
	  50% {
		transform: translateX(0);
	  }
	  100% {
		transform: translateX(101%);
	  }
	}

	/******************************
	  Keyframes（テキストマスク）
	  ※ 白帯と完全同期させて左→右に開く
	*******************************/
	@keyframes text-reveal {
	  0% {
		clip-path: inset(0 100% 0 0);
	  }
	  50% {
		clip-path: inset(0 0 0 0); /* 白帯がちょうど左側に来るタイミング */
	  }
	  100% {
		clip-path: inset(0 0 0 0); /* 完全表示のまま */
	  }
	}
	
	/**********************************************************/
	/* Index */
	/**********************************************************/
	#index {
		
	}
	#index .opening {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: #fff;
		z-index: 3000;
	}
	#index .opening .logo {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 70%;}
	#index .opening .logo img {max-width: none;height: auto;width: 100%;}
	#index .opening .logo div {
		position: absolute;
		width: 9.9%;
		height: 100%;
		background: #000;
		transition: all cubic-bezier(0.48, 0.11, 0.28, 1.2) 0.3s;
	}
	#index .opening .logo .o1 {
		bottom: 0;
		left: 90.2%;
		height: 0%;
		transition-delay: 0s;
	}
	#index .opening.show .logo .o1 {
		height: 99.2%;
	}
	#index .opening .logo .o2 {
		bottom: 0;
		left: 25.5%;
		height: 0%;
		transition-delay: 0.1s;
	}
	#index .opening.show .logo .o2 {
		height: 99.2%;
	}
	#index .opening .logo .o3 {
		bottom: 0;
		left: 64.5%;
		height: 0%;
		transition-delay: 0.1s;
	}
	#index .opening.show .logo .o3 {
		height: 99.2%;
	}
	#index .opening .logo .o4 {
		bottom: 0;
		left: 51.3%;
		height: 0%;
		transition-delay: 0.2s;
	}
	#index .opening.show .logo .o4 {
		height: 99.2%;
	}
	#index .opening .logo .o5 {
		bottom: 0;
		left: 76.6%;
		height: 0%;
		transition-delay: 0.2s;
	}
	#index .opening.show .logo .o5 {
		height: 99.2%;
	}
	#index .opening .logo .o6 {
		bottom: 0;
		left: 11.7%;
		height: 0%;
		width: 12%;
		transition-delay: 0.3s;
	}
	#index .opening.show .logo .o6 {
		height: 62.4%;
	}
	#index .opening .logo .o7 {
		bottom: 0;
		left: 0;
		height: 0%;
		width: 12%;
		transition-delay: 0.3s;
	}
	#index .opening.show .logo .o7 {
		height: 29.4%;
	}
	#index .opening .logo .o8 {
		bottom: 0;
		left: 38.9%;
		height: 0%;
		transition-delay: 0.4s;
	}
	#index .opening.show .logo .o8 {
		height: 63.5%;
	}
	#index .opening .logo .o9 {
		bottom: 0;
		left: 0;
		height: 0%;
		width: 12%;
		bottom: 36.7%;
		transition-delay: 0.4s;
	}
	#index .opening.show .logo .o9 {
		height: 63.1%;
	}
	#index .opening .logo .o10 {
		bottom: 81.3%;
		left: 86.5%;
		height: 17.9%;
		width: 0%;
		transition-delay: 0.5s;
	}
	#index .opening.show .logo .o10 {
		width: 3.8%;
	}
	#index .opening .logo .o11 {
		bottom: 36.7%;
		left: 86.5%;
		height: 25.9%;
		width: 0%;
		transition-delay: 0.5s;
	}
	#index .opening.show .logo .o11 {
		width: 3.8%;
	}
	#index .opening .logo .o12 {
		bottom: 70.7%;
		left: 10%;
		height: 0%;
		width: 13.6%;
		transition-delay: 0.6s;
	}
	#index .opening.show .logo .o12 {
		height: 29.1%;	
	}
	#index .opening .logo .o13 {
		bottom: 37.6%;
		left: 35.3%;
		height: 25.9%;
		width: 0%;
		transition-delay: 0.7s;
	}
	#index .opening.show .logo .o13 {
		width: 3.8%;
	}
	#index .opening .logo .o14 {
		bottom: 36.7%;
		left: 58%;
		height: 0%;
		width: 9.6%;
		transition: all ease 0.3s;
		transition-delay: 0.7s;
	}
	#index .opening.show .logo .o14 {
		height: 62.2%;
	}
	#index .opening .logo .o15 {
		top: 0.6%;
		left: 60.4%;
		background: url(./images/index/img_tri.webp) no-repeat center center / contain;
		width: 5%;
		height: 19%;
	}
	#index .opening .logo .o16 {
		bottom: 68.7%;
		left: 38.9%;
		height: 0%;
		background: #C30D23;
		transition-delay: 0.8s;
	}
	#index .opening.show .logo .o16 {
		height: 30.7%;
	}
	#index .opening.show2 .logo .o16 {
		transform: scale(50);
		transition: all cubic-bezier(0.45, -0.1, 0.4, 0.81) 0.5s;
	}
	
	#index .visual {
		position: relative;
		z-index: 100;
		height: 100vh;
		height: 100dvh;
		box-sizing: border-box;
	}
	#index .visual .video {width: 100%;height: 100%;position: absolute;top: 0;left: 0;padding: 10px;box-sizing: border-box;}
	#index .visual .video video {display: block;width: 100%;height: 100%;object-fit: cover;border-radius: 10px;}
	#index .visual > .inner {position: relative;height: 100%;}
	#index .visual > .inner .copy {
		position: absolute;
		left: 25px;
		bottom: 134px;
		color: #fff;
		font-size: 33px;
		font-weight: 700;
		line-height: 1.35em;
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 4px;
	}
	#index .visual > .inner .copy .wipe {
		display: block;
	}
	#index .visual > .inner .copy .wipe .wipe_text {
		line-height: 1em;
		display: block;
		padding: 0 0 9px 0;
	}
	#index .visual > .inner .recruit {
		position: absolute;
		right: 20px;
		bottom: 0px;
		opacity: 0;
		transition: all ease 1s +0.4s;
		margin-left: 20px;
	}
	#index .visual.show > .inner .recruit {
		opacity: 1;
		bottom: 25px;
		width: calc(100% - 50px);
		right: 25px;
		height: 90px;
	}
	#index .visual > .inner .recruit a {
		display: block;
		background: url(./images/index/bnr_recruit_sp.webp) no-repeat center center / cover;
		width: 100%;
		height: 100%;
		border-radius: 4px;
		color: #ddd;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		padding: 13px;
	}
	#index .visual > .inner .recruit a::after {
		content: "";
		display: block;
		width: 28px;
		height: 28px;
		background: url(./images/icon_arrow.webp) no-repeat center center / 18px auto;
		background-color: #c30d23;
		right: 7px;
		bottom: 7px;
		position: absolute;
		border-radius: 4px;
	}
	#index .visual > .inner .recruit a .title {font-size: 20px;line-height: 1em;position: relative;padding-left: 16px;}
	#index .visual > .inner .recruit a .title::before {
		content: "";
		display: block;
		position: absolute;
		width: 9px;
		height: 13px;
		background: #C30D23;
		left: 0;
		top: 3px;
	}
	#index .visual > .inner .recruit a .text {margin-top: auto;font-size: 15px;line-height: 1.25em;font-weight: 700;}
	
	#index .content {
		
	}
	#index .content .result {
		padding: 60px 0 50px 0;
		background: #151515;
		color: #fff;
	}
	#index .content .result > .inner {
		padding: 0 15px;
	}
	#index .content .result .hbox {
		padding-bottom: 26px;
		border-bottom: 1px solid #2B2B2B;
		margin-bottom: 30px;
	}
	#index .content .result .hbox a {
		color: #ffff
	}
	#index .content .result .hbox a .more span::after {background-image: url(./images/icon_arrow.webp);}
	#index .content .result .slider {
		width: auto;
		overflow: visible;
		margin: 0;
	}
	#index .content .result .slider .slick-list {
		overflow: visible;
		width: 330px;
	}
	#index .content .result .slider .slick-track {
		
	}
	#index .content .result .slider .slick-slide {
	}
	#index .content .result .slider .slick-slide a {display: block;margin-left: 16px;border-radius: 5px;overflow: hidden;position: relative;}
	#index .content .result .slider .slick-slide a.new::before {
		content: "New";
		position: absolute;
		left: 0;
		top: 24px;
		background: #C30D23;
		color: #fff;
		line-height: 1em;
		padding: 6px 42px 6px 24px;
	}
	#index .content .result .slider .slick-slide a .img {
	border-radius: 5px;
	overflow: hidden;
	}
	#index .content .result .slider .slick-slide a .info {position: relative;bottom: 0;left: 0;color: #fff;background: no-repeat;padding: 10px 85px 0px 15px;width: 100%;box-sizing: border-box;}
	#index .content .result .slider .slick-slide a .info::after {
		content: "";
		display: block;
		position: absolute;
		right: 12px;
		bottom: 0;
		width: 30px;
		height: 30px;
		background: url(./images/icon_arrow2.webp) no-repeat center center / 36px auto;url(
		./images/icon_arrow_b.webp) no-repeat right 10px top 50% / 18px grid-auto-columns: ;
		width: 54px;
		height: 54px;
		border: 1px solid #2B2B2B;
		border-radius: 4px;
	}
	#index .content .result .slider .slick-slide a .info .title {font-size: 20px;font-weight: 700;}
	#index .content .result .slider .slick-slide a .info .text {font-size: 15px;line-height: 1.5em;margin-top: 5px;margin-right: 0;}
	#index .content .result .slider .slick-dots {left: 0;display: flex;justify-content: center;position: relative;bottom: auto;margin: 40px 20px 0 20px;width: 90%;box-sizing: border-box;}
	#index .content .result .slider .slick-dots li {width: 100%;height: auto;margin: 0;}
	#index .content .result .slider .slick-dots li button {padding: 10px 0;height: auto;width: 100%;opacity: 1;}
	#index .content .result .slider .slick-dots li button::before {display: block;width: 100%;height: 1px;background: #2B2B2B;position: relative;opacity: 1;}
	#index .content .result .slider .slick-dots li.slick-active button::before {background: #C30D23; }
	
	#index .content .company {position: relative;height: auto;padding-top: 100vh;padding-bottom: 120px;}
	#index .content .company .bg {
		height: 100vh;
		padding: 40px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
	}
	#index .content .company .bg.fixed {
		position: fixed;	
	}
	#index .content .company .bg.fixedend {
		position: absolute;
		bottom: 0;
		top: auto;
	}
	#index .content .company .bg .img {
	  background: #151515;
	  height: 100%;
	  width: 100%;
	}
	#index .content .company .bg .img img {object-fit: cover;width: 100%;height: 100%;transition: opacity 2s ease;}
	#index .content .company .bg.fixed .img img {
		opacity: 0.3;
	}
	#index .content .company > .inner {
		position: relative;
		height: auto;
		display: block;
		padding: 0 14px;
	}
	#index .content .company .hbox {
		flex-direction: column;
		color: #fff;	
	}
	#index .content .company .hbox .labelstyle {
		color: #fff;	
	}
	#index .content .company .hbox .labelstyle .more {
	}
	#index .content .company .hbox .labelstyle .more span::after {background-image: url(./images/icon_arrow.webp);}
	#index .content .company .hbox h2 {margin: 20px 0 0 10px;}
	#index .content .company .info {
		margin: 80px 10px 0 10px;
	}
	#index .content .company .info .text {font-size: 20px;font-weight: 700;letter-spacing: 0.02em;line-height: 2.2em;color: #ffffff2b;}
	#index .content .company .info .kentaku {border: 1px solid #fff;display: flex;align-items: center;width: auto;margin-top: 55px;}
	#index .content .company .info .kentaku .img {background: #fff;padding: 18px 0px;width: 153px;position: relative;}
	#index .content .company .info .kentaku .img::after {
		right: -41px;
		top: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-left-color: #fff;
		border-width: 28px;
		margin-top: -28px;
		transform: scale(0.5, 1);
	}
	#index .content .company .info .kentaku .img img {width: 124px;margin: 0 auto;}
	#index .content .company .info .kentaku p {font-size: 14px;color: #fff;width: calc(100% - 190px);text-align: left;line-height: 1.3em;margin-left: 30px;}
	
	#index .content .business {
		position: relative;
		padding: 0 0 60px 0;
		height: auto;
	}
	#index .content .business > .inner {
		padding: 60px 15px 35px 15px;
		position: relative !important;
		width: 100%;
		box-sizing: border-box;
		top: auto !important;
		left: 0;
		height: auto;
	}
	#index .content .business > .inner.fixed {
		position: fixed;	
	}
	#index .content .business > .inner.fixedend {
		position: absolute;
		bottom: 0;
		top: auto;
	}
	#index .content .business .hbox {
		padding-bottom: 32px;
		border-bottom: 1px solid #D8D8D8;
		margin-bottom: 32px;
	}
	#index .content .business .lead {
		font-size: 18px;
		line-height: 1.8em;
		width: 300px;
		margin-left: 10px;
	}
	#index .content .business .panel {position: relative;margin: 0 15px;}
	#index .content .business .panel .box {
		padding: 0;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		transform: scale(1) !important;
		opacity: 1 !important;
		width: 100%;
		box-sizing: border-box;
	}
	#index .content .business .panel .box.fixed {position: fixed;top: 340px;left: 0;}
	#index .content .business .panel .box2 {
		top: 530px;
		margin-top: 15px;
	}
	#index .content .business .panel .box2.fixed {position: fixed;top: 340px;left: 0;}
	#index .content .business .panel .box .img {
		height: 600px;
		border-radius: 30px;
	}
	#index .content .business .panel .box .img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#index .content .business .panel .box .info {
		position: absolute;
		left: 30px;
		color: #fff;
		width: calc(100% - 60px);
		top: 60px;
	}
	#index .content .business .panel .box .info a {
		
	}
	#index .content .business .panel .box .info a .label {
		font-size: 18px;
		letter-spacing: 0.05em;
	}
	#index .content .business .panel .box .info a .title {
		font-size: 42px;
		font-weight: 600;
		letter-spacing: 0.05em;
		line-height: 1.5em;
	}
	#index .content .business .panel .box .info a .text {
		font-size: 18px;
		line-height: 1.8em;
		margin-top: 10px;
	}
	#index .content .business .panel .box .info a .more {
		display: block;
		width: 120px;
		padding-bottom: 18px;
		margin-top: 70px;
	}
	#index .content .business .panel .box a .more::before {
		content: "";
		display: block;
		background: #fff;
		width: 110px;
		height: 2px;
		bottom: 8px;
		left: 0;
		position: absolute;
	}
	#index .content .business .panel .box a .more::after {
		content: "";
	}
	#index .content .business .panel .box a .more span {
		display: block;
		font-size: 32px;
		font-weight: 500;
		line-height: 1em;
		background: url(./images/icon_arrow2.webp) no-repeat right 5px top 50% / 36px auto;
		padding: 3px 49px 3px 0;
		color: #fff;
	}
	
	
	#index .content .recruit {position: relative;}
	#index .content .recruit::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 52px;
		background: url(./images/index/txt_recruit.webp) repeat-x left center / 700px auto;
		animation: a_obi_sp 20s linear infinite;
		-webkit-animation: a_obi_sp 20s linear infinite;
	}
	
	@keyframes a_obi_sp {
	  0% {
	    background-position: 700px 50%;
	  }
	  100% {
	    background-position: 0px 50%;
	  }
	}
	
	@-webkit-keyframes a_obi_sp {
	  0% {
	    background-position: 700px 50%;
	  }
	  100% {
	    background-position: 0% 50%;
	  }
	}
	#index .content .recruit > .inner {
		padding: 60px 15px 150px 15px;
		display: block;
		height: auto;
		background: url(./images/index/bg_recruit.webp) no-repeat center center / cover;
		align-items: center;
		color: #fff;
	}
	#index .content .recruit .hbox {flex-direction: column;}
	#index .content .recruit .hbox .labelstyle .more span::after {background-image: url(./images/icon_arrow.webp);}
	#index .content .recruit .hbox h2 {margin: 35px 0 0 10px;}
	#index .content .recruit .copy {font-size: 24px;font-weight: 700;letter-spacing: 0.1em;line-height: 2.2em;margin: 230px 0 0 10px;}
	#index .content .news {
		padding: 60px 0 30px 0;
	}
	#index .content .news > .inner {
		padding: 0 15px;
		display: block;
	}
	#index .content .news .hbox h2 {
	margin: 0;
	}
	#index .content .news ul.newslist {margin: 25px 0 0 0;width: auto;display: flex;flex-direction: column;gap: 10px;}

	
	/**********************************************************/
	/* Inner */
	/**********************************************************/
	#inner {
		
	}
	#inner .inner_visual {
		padding: 130px 5% 0 5%;
	}
	#inner .inner_visual > .inner {
		
	}
	#inner .inner_visual .hbox {
		
	}
	#inner .inner_visual .label {
		position: relative;
		padding: 4px 19px 30px 10px;
		margin: 0;
	}
	#inner .inner_visual .label::before {
		content: "";
		display: block;
		position: absolute;
		width: 24px;
		height: 32px;
		background: #C30D23;
		left: 0;
		top: 0;
	}
	#inner .inner_visual .label::after {
		content: "";
		display: block;
		background: #C30D23;
		width: 110px;
		height: 2px;
		bottom: 0;
		right: 0;
		position: absolute;
	}
	#inner .inner_visual .label span {
		display: block;
		font-size: 45px;45px:;
		line-height: 1.1em;
		font-weight: 500;
		position: relative;
		margin: 0;
	}
	#inner .inner_visual .hbox h1 {
		font-size: 20px;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-top: 24px;
		margin-left: 10px;
	}
	#inner.company {
		
	}
	#inner.company .content {
	}
	#inner.company .kv {
		margin-top: 34px;
	}
	#inner.company .kv img {
		object-fit: cover;
		height: 200px;
		width: 100%;
	}
	#inner.company .sec {
		
	}
	#inner.company .sec > .inner {
		padding: 40px 5%;
	}
	#inner.company .sec .hbox {flex-direction: column;position: relative;}
	#inner.company .sec .hbox .labelstyle {
		position: relative;
		margin-bottom: 30px;
		margin-left: 10px;
	}
	#inner.company .sec .hbox .labelstyle::after {
	  content: "";
	  display: block;
	  background: #C30D23;
	  width: 110px;
	  height: 2px;
	  bottom: -15px;
	  right: 0;
	  position: absolute;
	}
	#inner.company .sec .hbox .labelstyle .label {margin-right: 50px;margin-left: -12px;}
	#inner.company .sec .hbox .labelstyle .label::before {
		width: 20px;
		height: 27px;
	}
	#inner.company .sec .hbox .labelstyle .wipe_text {
	font-size: 38px;
	}
	#inner.company .message {
		
	}
	#inner.company .message .info {
		position: relative;
		background: #F1F1F1;
		padding: 50px 5% 50px 5%;
		margin-top: 120px;
	}
	#inner.company .message .info::before {
		display: block;
		content: "";
		width: 440px;
		height: 80px;
		background: #fff;
		left: 0;
		top: 0;
		position: absolute;
		display: none;
	}
	#inner.company .message .info .img {
		position: relative;
		right: auto;
		top: auto;
		width: 170px;
		margin: -160px -0 0 auto;
	}
	#inner.company .message .info .lead {
		font-size: 20px;
		line-height: 1.6em;
		font-weight: bold;
		margin-top: 40px;
	}
	#inner.company .message .info .text {
		margin-top: 35px;
		max-width: 960px;
	}
	#inner.company .message .info .name {
	  margin-top: 35px;
	  font-weight: bold;
	}
	#inner.company .outline > .inner {
		padding-bottom: 0;
	}
	#inner.company .outline .fbox {
		display: block;
		margin-top: 35px;
	}
	#inner.company .outline .fbox .img {
		background: #F1F1F1;
		width: 100%;
		height: 220px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#inner.company .outline .fbox .img img {width: 190px;}
	#inner.company .outline .fbox .info {
		width: auto;
		margin-top: 20px;
	}
	#inner.company .outline .fbox .info dl {display: block;flex-wrap: wrap;line-height: 1.5em;}
	#inner.company .outline .fbox .info dl dt {width: 240px;border-bottom: none;font-weight: bold;padding: 20px 0 11px 0;}
	#inner.company .outline .fbox .info dl dd {width: auto;border-bottom: 1px solid #D8D8D8;padding: 0px 0 20px 0;}
	#inner.company .content .link {padding: 60px 0;}
	#inner.company .content .link a {
		border: 1px solid #C30D23;
		border-radius: 4px;
		background: url(./images/icon_arrow.webp) no-repeat right 20px top 50% / 18px auto;
		background-color: #C30D23;
		padding: 0 40px 0 23px;
		height: 66px;
		display: flex;
		align-items: center;
		line-height: 1.2em;
		box-sizing: border-box;
		width: auto;
		color: #fff;
		margin: 0 5%;
	}
	#inner.company.pc_view .content .link a:hover {
		background-image: url(./images/icon_arrow_r.webp);
		border-color: #C30D23;
		color: #C30D23;
		background-color: #fff;
		opacity: 1;
	}
	#inner.company .staff {
		
	}
	#inner.company .staff > .inner {
		position: relative;
	}
	#inner.company .staff > .inner::before {
		content: "";
		background: #f1f1f1;
		position: absolute;
		left: 0;
		top: 0;
		width: 95%;
		height: calc(100% - 130px);
	}
	#inner.company .staff .list {
		display: flex;
		flex-wrap: wrap;
		width: auto;
		gap: 40px 0;
		margin-top: 60px;
		position: relative;
	}
	#inner.company .staff .list .box {
		width: 50%;
	}
	#inner.company .staff .list .box .title {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4em;
		min-height: 2.8em;
		border-left: 2px solid #c30d23;
		padding-left: 26px;
	}
	#inner.company .staff .list .box .num {
		border-left: 1px solid #D8D8D8;
		padding-left: 26px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4em;
	}
	#inner.company .staff .list .box .num span {
		font-size: 40px;
		color: #c30d23;
		line-height: 1.4em;
	}
	#inner.company .staff .img {
		position: relative;
		right: 80px;
		top: auto;
		width: 94%;
		height: 233px;
	}
	@media screen and (max-width: 1450px) {
		#inner.company .staff .img {
		right: auto;
		left: auto;
		margin-top: 40px;
		}
	}
	#inner.company .staff .img img {object-fit: cover;width: 100%;height: 100%;}
	
	#inner.company .history {
		margin-top: 0;
	}
	#inner.company .history .fbox {
		
	}
	#inner.company .history .fbox .list {
		position: relative;
		width: auto;
	}
	#inner.company .history .fbox .list::before {
		content: "";
		position: absolute;
		left: 50px;
		top: 34px;
		width: 2px;
		height: calc(100% - 23px);
		background: #C30D23;
		z-index: 10;
	}
	#inner.company .history .fbox .list + .list::before {top: 0;height: calc(100% - 0px);}
	#inner.company .history .fbox .list .box {position: relative;padding: 14px 0 14px 70px;border-bottom: 1px solid #D8D8D8;}
	#inner.company .history .fbox .list + .list .box:last-child {
		border-bottom: none
	}
	#inner.company .history .fbox .list .box .year {
		font-size: 16px;
		width: 50px;
		position: absolute;
		left: 0;
		top: 18px;
		line-height: 1.5em;
	}
	#inner.company .history .fbox .list .box .year::after {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		background: #C30D23;
		right: -6px;
		top: 50%;
		border-radius: 20px;
		transform: translate(0, -50%);
		margin-top: -1px;
	}
	#inner.company .history .fbox .list .box .line {
		display: flex;
		justify-content: space-between;
		padding: 6px 0;
	}
	#inner.company .history .fbox .list .box .line .date {
		display: flex;
		line-height: 1.5em;
		font-size: 12px;
	}
	#inner.company .history .fbox .list .box .line .date span {
		width: 57px;
	}
	#inner.company .history .fbox .list .box .line .date span.m {
		width: 30px;
		margin-left: auto;
	}
	#inner.company .history .fbox .list .box .line .text {
		width: calc(100% - 99px);
		line-height: 1.5em;
		font-weight: normal;
		font-size: 12px;
	}
	#inner.company .access {
		
	}
	#inner.company .access > .inner {
		display: block;
	}
	#inner.company .access .hbox {
		margin-top: 0;
	}
	#inner.company .access .list {
		width: auto;
		box-sizing: border-box;
		padding: 60px 5% 60px 5%;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 30px;
	}
	#inner.company .access .list::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #F1F1F1;
	}
	#inner.company .access .list .box {
		position: relative;
		width: 100%;
	}
	#inner.company .access .list .box:last-child {
		margin-top: 60px;
	}
	#inner.company .access .list .box .info {
		
	}
	#inner.company .access .list .box .map {
		margin-top: 25px;
	}
	#inner.company .access .list .box .map iframe {
		width: 100%;
		height: 200px;
		display: block;
	}
	#inner.company .access .list .box.wide {
		width: 100%;
		display: block;
		justify-content: space-between;
		border-bottom: 1px solid #D8D8D8;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	#inner.company .access .list .box.wide .info {
		width: auto;
	}
	#inner.company .access .list .box .info .title {
		font-size: 22px;
		font-weight: 700;
		position: relative;
		padding: 4px 0 0 6px;
		line-height: 1em;
	}
	#inner.company .access .list .box .info .title::before {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 12px;
	  height: 16px;
	  background: #C30D23;
	  left: 0;
	  top: 0;
	}
	#inner.company .access .list .box .info .title span {position: relative;letter-spacing: 0.05em;}
	#inner.company .access .list .box.wide .map {width: auto;}
	#inner.company .access .list .box.wide .map iframe {height: 200px;}
	#inner.company .access .list .box .info .inbox {
		margin-top: 13px;
	}
	#inner.company .access .list .box .info .inbox .label {
		font-size: 16px;
		font-weight: 600;
		position: relative;
		padding-left: 18px;
	}
	#inner.company .access .list .box .info .inbox .label::before {
		content: "";
		width: 10px;
		height: 10px;
		display: block;
		background: #C30D23;
		position: absolute;
		left: 0;
		top: 14px;
	}
	#inner.company .access .list .box .info .inbox .text {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: normal;
		font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
	}
	#inner.business {
		
	}
	#inner.business .content {
	}
	#inner.business .kv {
		margin-top: 34px;
	}
	#inner.business .kv img {
		object-fit: cover;
		height: 200px;
		width: 100%;
	}
	#inner.business .intro {
		
	}
	#inner.business .intro > .inner {
		padding: 60px 5% 0 5%;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: start;
	}
	#inner.business .intro .info {
		display: block;
		justify-content: space-between;
		align-items: start;
		margin-top: 60px;
	}
	#inner.business .intro .info .lead {
		font-size: 24px;
		line-height: 1.6em;
		font-weight: bold;
		width: auto;
		letter-spacing: 0.05em;
	}
	#inner.business .intro .info .text {
		width: auto;
		max-width: none;
		margin: 30px 0 0 0;
		font-size: 16px;
	}
	#inner.business .intro .img1 {
		position: relative;
		width: 160px;
		top: auto;
		left: auto;
	}
	#inner.business .intro .img2 {
		position: relative;
		width: 150px;
		bottom: auto;
		right: auto;
		top: 90px;
	}
	@media screen and (max-width: 1374px) {
		#inner.business .intro .img2 {
			right: auto;
			left: auto;
		}
	}
	
	
	#inner.business .sec {padding-top: 80px;}
	#inner.business .sec > .inner {padding: 0 5%;}
	#inner.business .sec .fbox {display: block;}
	#inner.business .sec .info {width: auto;margin-top: 30px;}
	#inner.business .sec .info h2 {
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: column;
		align-items: start;
		position: relative;
	}
	#inner.business .sec .info h2 .num {position: absolute;left: -38px;top: 8px;font-size: 18px;color: #C30D23;font-size: 20px;letter-spacing: 0;}
	#inner.business .sec .info h2 .en {
		transition: 0.3s ease all;
		font-size: 18px;
		font-weight: 600;
		margin-top: 9px;
		background: #C30D23;
		line-height: 0.6em;
		display: inline-block;
		letter-spacing: 0;
	}
	#inner.business .sec .info .lead {font-size: 20px;line-height: 1.5em;font-weight: bold;margin-top: 25px;}
	#inner.business .sec .info .text {line-height: 1.6em;margin-top: 23px;font-weight: normal;}
	#inner.business .sec .info a {
		border: 1px solid #C30D23;
		border-radius: 4px;
		background: url(./images/icon_arrow.webp) no-repeat right 20px top 50% / 18px auto;
		background-color: #C30D23;
		padding: 0 40px 0 20px;
		height: 56px;
		display: flex;
		align-items: center;
		line-height: 1.2em;
		box-sizing: border-box;
		width: 256px;
		color: #fff;
		margin-top: 30px;
	}
	#inner.business .sec .info a:hover {
		background-image: url(./images/icon_arrow_r.webp);
		border-color: #C30D23;
		color: #C30D23;
		background-color: #fff;
		opacity: 1;
	}
	
	#inner.business .sec .img {width: auto;}
	#inner.business .sec .img img {object-fit: cover;height: 240px;width: 100%;}
	#inner.business .quality {
		
	}
	#inner.business .quality > .inner {
		padding: 60px 5% 60px 5%;
	}
	#inner.business .quality .sec2 {
		display: block;
		justify-content: space-between;
	}
	#inner.business .quality .sec2 + .sec2 {
		margin-top: 60px;
	}
	#inner.business .quality .sec2 h3 {
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: column;
		align-items: start;
		position: relative;
	}
	#inner.business .quality .sec2 h3 span {
		transition: 0.3s ease all;
		font-size: 18px;
		font-weight: 600;
		margin-top: 9px;
		background: #C30D23;
		line-height: 0.6em;
		display: inline-block;
		letter-spacing: 0;
	}
	#inner.business .quality .sec2 .info {
		width: auto;
		margin-top: 30px;
	}
	#inner.business .quality .sec2 .info .text {
		font-size: 16px;
	}
	#inner.business .quality .sec2 .info ol {
		
	}
	#inner.business .quality .sec2 .info ol li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 26px 0;
		border-top: 1px solid #D8D8D8;
	}
	#inner.business .quality .sec2 .info ol li:nth-child(1) {border-top: none;padding-top: 0;}
	#inner.business .quality .sec2 .info ol li:last-child {padding-bottom: 0;}
	#inner.business .quality .sec2 .info ol li span {
		font-size: 22px;
		font-weight: bold;
		color: #C30D23;
	}
	#inner.business .quality .sec2 .info ol li p {
		width: calc(100% - 40px);
		line-height: 1.6em;
	}
	#inner.business .quality .sec2 .info .img {
		border: 1px solid #D8D8D8;
		padding: 34px 0;
	}
	#inner.business .quality .sec2 .info .img img {
		width: 253px;
		margin: 0 auto;
	}
	#inner.recruit .main > .bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		z-index: -1;
	}
	#inner.recruit .main > .bg .img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transition: all ease 1s;
	}
	#inner.recruit .main > .bg .img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#inner.recruit .main > .bg.show1 .img2, 
	#inner.recruit .main > .bg.show1 .img3 {
		opacity: 0;
	} 
	#inner.recruit .main > .bg.show2 .img3 {
		opacity: 0;
	} 
	#inner.recruit .main > .bg.show3 .img3 {
		opacity: 1;
	}
	#inner.recruit .visual {
		height: 100vh;
		height: 100dvh;
	}
	#inner.recruit .visual > .inner {height: 100%;position: relative;/* background: url(./images/recruit/img_dummy.webp) no-repeat center 147px / 1440px auto; */}
	#inner.recruit .visual .copy {
		position: absolute;
		left: 50%;
		top: 20px;
		bottom: auto;
		transform: translate(-50%, 50%);
		width: 110%;
	}
	#inner.recruit .visual .copy .hbox .labelstyle[data-view=sp] {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	#inner.recruit .visual .copy .hbox .labelstyle .label:nth-child(1) {
	position: relative;
	top: 1vw;
	}
	#inner.recruit .visual .copy .hbox .label {padding: 0;margin: 0;line-height: 1em;}
	#inner.recruit .visual .copy .hbox .wipe::before {
		display: none;
	}
	#inner.recruit .visual .copy .hbox .wipe_text {
		color: #c30d23;
		font-size: 69px;
		width: auto;
		box-sizing: border-box;
		padding-left: 1.7vw;
		line-height: 1em;
	}
	#inner.recruit .visual > .inner > .hbox {
		position: absolute;
		left: 50%;
		top: calc(50% + 101px);
		transform: translate(-50%, -50%);
		display: block;
		transition: all ease 0.3s;
		opacity: 0;
	}
	#inner.recruit .visual > .inner > .hbox.active {
		opacity: 1;
	}
	#inner.recruit .visual > .inner > .hbox::after {
		content: "";
		display: block;
		position: absolute;
		top: 67px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 8px;
		height: 0;
		background: #c30d23;
		transition: all ease 0.3s +0.2s;
	}
	#inner.recruit .visual > .inner > .hbox.active::after {
		height: 77px;
	}
	#inner.recruit .visual > .inner > .hbox .labelstyle {color: #fff;}
	#inner.recruit .visual > .inner > .hbox .labelstyle .label {padding-right: 0;margin-right: 0;}
	#inner.recruit .visual > .inner > .hbox .labelstyle .label::before {
	width: 17px;
	height: 24px;
	top: 11px;
	}
	#inner.recruit .visual > .inner > .hbox .wipe_text {
	font-size: 35px;
	}
	#inner.recruit .visual > .inner > .hbox .txt {
		display: block;
		width: 150px;
		margin: 107px 0 0 -13px;
		transition: all ease 0.6s +0.3s;
		opacity: 0;
		position: relative;
		top: 20px;
	}
	#inner.recruit .visual > .inner > .hbox.active .txt {
		opacity: 1;
		top: 0;
	}
	#inner.recruit .visual .photo {
		position: absolute;
		left: 50%;
		top: calc(50% - 4px);
		transform: translate(-50%, -50%);
		width: 230px;
		height: auto;
		aspect-ratio: 306 / 420;
	} 
	#inner.recruit .visual .photo .img {position: absolute;top: 0;left: 0;transition: all ease 1s;}
	#inner.recruit .visual .photo.show1 .img2, 
	#inner.recruit .visual .photo.show1 .img3 {
		opacity: 0;
	} 
	#inner.recruit .visual .photo.show2 .img3 {
		opacity: 0;
	} 
	#inner.recruit .visual .photo.show3 .img3 {
		opacity: 1;
	}
	#inner.recruit .visual .other {
		position: absolute;
		left: 50%;
		top: calc(50% + 74px);
		width: 100%;
		height: 100%;
		transform: translate(-50%, -50%);
	} 
	#inner.recruit .visual .other .img {
		position: absolute;
		left: 50%;
		top: calc(50% - 80px);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
	#inner.recruit .visual .other.show .img {
		transform: translate(-50%, -50%) scale(1);	
		opacity: 1;
	}
	#inner.recruit .visual .other .img1 {
		width: 72px;
	}
	#inner.recruit .visual .other .img2 {
		width: 108px;
		transition-delay: 0.1s;
	}
	#inner.recruit .visual .other .img3 {
		width: 108px;
		transition-delay: 0.2s;
	}
	#inner.recruit .visual .other .img4 {
		width: 103px;
		transition-delay: 0.1s;
	}
	#inner.recruit .visual .other .img5 {
		width: 113px;
		transition-delay: 0.3s;
	}
	#inner.recruit .visual .other .img6 {
		width: 91px;
		transition-delay: 0.1s;
	}
	#inner.recruit .visual .other.show .img1 {
		left: 1.7%;
		top: 52.8%;
	}
	#inner.recruit .visual .other.show .img2 {
		left: 99.3%;
		top: 44.4%;
	}
	#inner.recruit .visual .other.show .img3 {
		left: 0.4%;
		top: 16.2%;
	}
	#inner.recruit .visual .other.show .img4 {
		left: 103.1%;
		top: 13.3%;
	}
	#inner.recruit .visual .other.show .img5 {
		left: 75.2%;
		top: 80.6%;
	}
	#inner.recruit .visual .other.show .img6 {
		left: 27.3%;
		top: 76.3%;
	}
	#inner.recruit.top .content .intro {
		position: relative;
		background: #fff;
	}
	#inner.recruit.top .content .intro .bg {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 99.5%;
		width: calc(100% / 3);
		background: #fff;
	}
	#inner.recruit.top .content .intro .bg2 {left: calc(100% / 3 - 1px);}
	#inner.recruit.top .content .intro > .inner {
	  padding: 70px 5% 70px 5%;
	}
	#inner.recruit.top .content .intro .lead {width: auto;margin: 0 auto;padding: 0;display: flex;flex-direction: column;align-items: start;gap: 8px;}
	#inner.recruit.top .content .intro .lead > span {position: relative;padding: 6px 8px 8px 10px;}
	#inner.recruit.top .content .intro .lead > span::before {
		content: "";
		display: block;
		background: #C30D23;
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 100%;
		transition: all ease 0.3s;
	}
	#inner.recruit.top .content .intro .lead.active > span::before {
		width: 100%;
	}
	#inner.recruit.top .content .intro .lead.active > span:nth-child(2)::before {
		transition-delay: 0.2s;
	}
	#inner.recruit.top .content .intro .lead.active > span:nth-child(3)::before {
		transition-delay: 0.4s;
	}
	#inner.recruit.top .content .intro .lead > span span {font-size: 25px;font-weight: bold;line-height: 1em;display: block;color: #fff;position: relative;}
	#inner.recruit.top .content .intro .text {
	  color: #C30D23;
	  font-size: 16px;
	  line-height: 2em;
	  letter-spacing: 0;
	  font-weight: bold;
	  width: auto;
	  margin: 0 auto;
	  padding: 0;
	  margin-top: 40px;
	}
	#inner.recruit .content .other {
		background: #151515;
	}
	#inner.recruit .content .other > .inner {
		padding: 70px 5% 70px 5%;
	}
	#inner.recruit .content .other h2 {
		text-align: center;
		color: #fff;
		font-size: 20px;
		letter-spacing: 0.05em;
		font-weight: 500;
		border-bottom: 1px solid #2B2B2B;
		line-height: 1.8em;
		padding-bottom: 22px;
	}
	#inner.recruit .content .other .fbox {
		display: flex;
		gap: 30px;
		margin-top: 35px;
		flex-direction: column;
		gap: 50px;
	}
	#inner.recruit .content .other .fbox .box {
		
	}
	#inner.recruit .content .other .fbox button,
	#inner.recruit .content .other .fbox a {
		color: #fff;
		display: block;
		text-align: left;
	}
	
	#inner.recruit .content .other .fbox .img {
		
	}
	#inner.recruit .content .other .fbox .title {
		display: flex;
		flex-direction: column;
		align-items: start;
		margin-top: 16px;
		position: relative;
	}
	#inner.recruit .content .other .fbox button:hover,
	#inner.recruit .content .other .fbox a:hover {
		opacity: 1;
	}
	#inner.recruit .content .other .fbox .title::before {
		display: none;
	}
	#inner.recruit .content .other .fbox button:hover .title::before,
	#inner.recruit .content .other .fbox a:hover .title::before {
		transform: translate(-50%, -50%) scale(1);
	}
	#inner.recruit .content .other .fbox .box + .box .title::before {
		left: 443px;
	}
	#inner.recruit .content .other .fbox .title .jp {
		font-size: 22px;
		display: flex;
		line-height: 1.5em;
		position: relative;
		align-items: center;
	}
	#inner.recruit .content .other .fbox .title .jp::after {
		content: "";
		width: 22px;
		height: 22px;
		background: url(./images/icon_arrow2.webp) no-repeat center center / 36px auto;url(
		./images/icon_arrow_b.webp) no-repeat right 10px top 50% / 18px grid-auto-columns: ;
		display: block;
		margin: 2px 0 0 12px;
	}
	#inner.recruit .content .other .fbox .title .f_en {transition: 0.3s ease all;color: #fff;font-size: 18px;font-weight: 600;margin-top: 17px;background: #C30D23;line-height: 0.6em;width: 110px;}
	#inner.recruit .content .join {
	}
	#inner.recruit.top .content .join > .inner,
	#inner.recruit .content .join > .inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100vh;
		height: 100dvh;
		justify-content: center;
		padding: 0
	}
	#inner.recruit .content .join .hbox,
	#inner.recruit.top .content .join .hbox {
		padding-bottom: 3px;
		border-bottom: 3px solid #C30D23;
	}
	#inner.recruit .content .join .hbox .label {margin: 0;padding: 0;}
	#inner.recruit .content .join .hbox .label::before,
	#inner.recruit.top .content .join .hbox .label::before {width: 24px;height: 35px;left: auto;right: -10px;top: -3px;}
	#inner.recruit .content .join .hbox .wipe_text,
	#inner.recruit.top .content .join .hbox .wipe_text {
		font-size: 50px;
		line-height: 1.1em;
		letter-spacing: 0;
	}
	#inner.recruit.top .content .join .hbox .wipe_text {
		color: #fff;
	}
	#inner.recruit .content .join .text {
		text-align: center;
		font-size: 18px;
		letter-spacing: 0.12em;
		margin-top: 24px;
		line-height: 1.8em;
	}
	#inner.recruit.top .content .join .text {
		color: #fff;
	}
	#inner.recruit .content .join .btbox {
		display: flex;
		gap: 20px;
		margin-top: 35px;
	}
	#inner.recruit .content .join .btbox a {
		display: block;
	}
	#inner.recruit .content .join .btbox a img {
		height: 50px;
	}
	#inner.recruit .content .recruit_contents {
		
	}
	#inner.recruit .content .recruit_contents > .inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: auto;
		justify-content: center;
		background: #FFF;
		padding: 100px 0 95px 0;
	}
	#inner.recruit .content .recruit_contents > .inner .hbox {
	}
	#inner.recruit .content .recruit_contents > .inner .hbox .label {margin: 0;padding: 0;}
	#inner.recruit .content .recruit_contents > .inner .hbox .label::before {width: 28px;height: 38px;left: -12px;top: -8px;}
	#inner.recruit .content .recruit_contents > .inner .hbox .wipe::before {background: #151515;}
	#inner.recruit .content .recruit_contents > .inner .hbox .wipe_text {
		font-size: 50px;
		line-height: 1.1em;
		letter-spacing: 0;
	}
	#inner.recruit .content .recruit_contents .wrap {
		background: #F1F1F1;
		height: auto;
		height: auto;
		position: relative;
		padding: 30px 0 60px 0;
	}
	#inner.recruit .content .recruit_contents .wrap .position {width: 100%;position: absolute;top: 0;left: 0;height: 100vh;pointer-events: none;display: none;}
	#inner.recruit .content .recruit_contents .wrap.fixed .position {
		position: fixed;
	}
	#inner.recruit .content .recruit_contents .wrap.fixedend .position {
		position: absolute;
		top: auto;
		bottom: 0;
	}
	#inner.recruit .content .recruit_contents .wrap .position > div{height: 358px;width: 1px;background: #D8D8D8;position: absolute;top: calc(50% - 10px);left: calc(50% + 159px);transform: translate(0, -50%);}
	#inner.recruit .content .recruit_contents .wrap .position > div div {display: block;background: #C30D23;width: 1px;height: calc(100% / 3);}
	#inner.recruit .content .recruit_contents .wrap .box {height: 100vh;height: auto;width: 90%;display: flex;align-items: center;justify-content: center;position: relative !important;left: auto;top: auto;width: 82%;opacity: 1 !important;pointer-events: none;transition: all ease 0.6s;margin: 0 auto;padding: 40px 0;}
	#inner.recruit .content .recruit_contents .wrap.fixed .box {
		position: fixed;
	}
	#inner.recruit .content .recruit_contents .wrap.fixedend .box {
		position: absolute;
		top: auto;
		bottom: 0;
	}
	#inner.recruit .content .recruit_contents .wrap .box.show {
		opacity: 1;
		pointer-events: auto;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec {
		max-width: max-content;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		position: relative;
		top: 16px;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec > .label {display: block;position: absolute;right: -6px;bottom: -4px;line-height: 1em;font-size: 32px;font-weight: 500;color: #C30D23;}
	#inner.recruit .content .recruit_contents .wrap .box .insec .img {
		width: auto;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info {
		width: 100%;
		margin-top: 36px;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info a {display: block;}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info .hbox {
		margin-left: -13px;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info .hbox .labelstyle {position: relative;}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info .hbox .labelstyle::after {
	  content: "";
	  display: block;
	  background: #C30D23;
	  width: 110px;
	  height: 2px;
	  bottom: 8px;
	  right: 0;
	  position: absolute;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info .hbox .labelstyle .label {
		margin: 0;
		padding: 7px 46px 14px 10px;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info .hbox .labelstyle .label::before {
	width: 20px;
	height: 27px;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info .hbox .labelstyle .label span {
	font-size: 38px;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info h3 {
		display: flex;
		font-size: 22px;
		line-height: 1.5em;
		position: relative;
		align-items: center;
		font-weight: bold;
		margin-top: 23px;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info h3::after {
		content: "";
		width: 24px;
		height: 24px;
		background: url(./images/icon_arrow2_b.webp) no-repeat center center / 36px auto;url(
		./images/icon_arrow_b.webp) no-repeat right 10px top 50% / 18px grid-auto-columns: ;
		display: block;
		margin: 4px 0 0 12px;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info h3::before {
		content: "";
		width: 120px;
		height: 120px;
		display: block;
		position: absolute;
		right: 78px;
		top: 26px;
		transform: translate(-50%, -50%) scale(0);
		background: #C30D23;
		border-radius: 100px;
		transition: 0.3s ease all;
		z-index: -1;
		display: none;
	}
	#inner.recruit .content .recruit_contents .wrap .box2 .insec .info h3::before {
		right: 14px;
	}
	#inner.recruit .content .recruit_contents .wrap .box3 .insec .info h3::before {
		right: 158px;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info a:hover {
		opacity: 1;
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info a:hover h3::before {
		transform: translate(-50%, -50%) scale(1);
	}
	#inner.recruit .content .recruit_contents .wrap .box .insec .info .text {
		font-size: 15px;
		line-height: 1.8em;
		margin-top: 14px;
	}
	#inner.recruit.interview .content {
		padding-top: 30px;
	}
	#inner.recruit.interview .content .navi {
		
	} 
	#inner.recruit.interview .content .navi .fbox {display: flex;flex-wrap: wrap;}
	#inner.recruit.interview .content .navi a {
		display: block;
		width: 50%;
		position: relative;
	}
	#inner.recruit.interview .content .navi a:nth-child(2n) {
	width: calc(50% - 1px);
	margin-left: 1px;
	}	
	#inner.recruit.interview .content .navi a .img {
		overflow: hidden;
	} 
	#inner.recruit.interview .content .navi a .img img {
		height: 150px;
		width: 100%;
		object-fit: cover;
		object-position: center top;
		transition: all ease 0.3s;
	} 
	#inner.recruit.interview.pc_view .content .navi a:hover {
		opacity: 1;
	}
	#inner.recruit.interview.pc_view .content .navi a:hover .img img {
		transform: scale(1.1);
	}
	#inner.recruit.interview .content .navi a .info {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 54px;
		box-sizing: border-box;
		background: #C30D23BF;
		width: 100%;
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 18px;
	} 
	#inner.recruit.interview .content .navi a .info .year {
		font-size: 12px;
		line-height: 1.5em;
		font-weight: normal;
	} 
	#inner.recruit.interview .content .navi a .info .depertment {
		font-size: 16px;
		line-height: 1.5em;
	} 
	#inner.recruit.interview .content .list {
	}
	#inner.recruit.interview .content .sec {position: relative;overflow: hidden;margin-top: 100px;} 
	#inner.recruit.interview .content .sec::before {
		content: "";
		display: block;
		position: absolute;
		left: 285px;
		top: 0;
		width: 100vw;
		height: 100%;
		background: #F1F1F1;
		display: none;
	}
	#inner.recruit.interview .content .sec > .inner {padding: 0;display: block;} 
	#inner.recruit.interview .content .sec .infobox {width: auto;display: table-cell;position: relative;color: #fff;padding: 0 5% 60px 5%;box-sizing: border-box;} 
	#inner.recruit.interview .content .sec .infobox::before {
		content: "";
		display: block;
		width: 100vw;
		height: calc(100% - 70px);
		top: 70px;
		right: 0;
		position: absolute;
		background: #c30d23;
	}
	#inner.recruit.interview .content .sec .infobox .img {position: relative;width: 100%;}
	#inner.recruit.interview .content .sec .infobox .info {position: relative;margin-top: 22px;}
	#inner.recruit.interview .content .sec .infobox .info .year {font-size: 14px;line-height: 1.5em;font-weight: normal;}
	#inner.recruit.interview .content .sec .infobox .info .depertment {font-size: 20px;font-weight: bold;line-height: 1.5em;}
	#inner.recruit.interview .content .sec .infobox h2 {position: relative;font-size: 26px;font-weight: bold;margin-top: 22px;position: relative;padding-top: 20px;}
	#inner.recruit.interview .content .sec .infobox h2::before {
		content: "";
		display: block;
		width: 30px;
		position: absolute;
		left: 0;
		top: 0;
		height: 1px;
		background: #fff;
	} 
	#inner.recruit.interview .content .sec .detail {width: auto;position: relative;box-sizing: border-box;padding: 50px 5% 0 5%;}
	
	#inner.recruit.interview .content .sec .detail .insec {position: relative;}
	#inner.recruit.interview .content .sec .detail .insec + .insec {margin-top: 40px;}
	#inner.recruit.interview .content .sec .detail .insec h3 {padding: 0 0 0 33px;line-height: 1.5em;font-size: 20px;font-weight: bold;line-height: 1.6em;border-bottom: 1px solid #D8D8D8;padding-bottom: 10px;}
	#inner.recruit.interview .content .sec .detail .insec h3 span {display: block;position: absolute;left: 0;top: 2px;line-height: 1.6em;color: #C30D23;}
	#inner.recruit.interview .content .sec .detail .insec .text {
	  margin-top: 10px;
	  font-size: 16px;
	}
	#inner.recruit.interview .content .sec:nth-child(even) > .inner {
		flex-direction: row-reverse;
	}
	#inner.recruit.interview .content .sec:nth-child(even)::before {
		left: auto;
		right: 285px;
	}
	#inner.recruit.interview .content .sec:nth-child(even) .infobox {
		padding-left: 5%;
	}
	#inner.recruit.interview .content .sec:nth-child(even) .infobox::before {
		right: auto;
		left: 0;
	}
	#inner.recruit.interview .content .sec:nth-child(even) .detail {padding-left: 5%;padding-right: 5%;}
	
	#inner.recruit.interview .content .link {padding: 80px 0;}
	#inner.recruit.interview .content .link a {
		border: 1px solid #C30D23;
		border-radius: 4px;
		background: url(./images/icon_arrow.webp) no-repeat right 20px top 50% / 18px auto;
		background-color: #C30D23;
		padding: 0 40px 0 23px;
		height: 66px;
		display: flex;
		align-items: center;
		line-height: 1.2em;
		box-sizing: border-box;
		width: 90%;
		color: #fff;
		margin: 0 auto;
	}
	#inner.recruit.interview.pc_view .content .link a:hover {
		background-image: url(./images/icon_arrow_r.webp);
		border-color: #C30D23;
		color: #C30D23;
		background-color: #fff;
		opacity: 1;
	}
	#inner.recruit.message .content .intro {
		margin: 30px 0 50px 0;
	} 
	#inner.recruit.message .content .intro > .inner {
		padding: 0 5%;
		position: relative;
	} 
	#inner.recruit.message .content .intro .img1 {
		position: relative;
		left: -5vw;
		width: 100vw;
		top: auto;
	} 
	#inner.recruit.message .content .intro .img1::before {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 100%;
		background: #c30c23;
		height: 54px;
		width: 72%;
	} 
	#inner.recruit.message .content .intro .img1 img {
		height: auto;
		width: 100%;
		object-fit: cover;
		object-position: center top;
	} 
	#inner.recruit.message .content .intro .info {
		width: auto;
		margin: 110px 0 0 0;
		display: flex;
		flex-direction: column;
	} 
	#inner.recruit.message .content .intro .info .img2 {
		margin: 50px 0 0 0;
		order: 3;
	} 
	#inner.recruit.message .content .intro .info .text {
		text-align: justify;
		font-size: 16px;
		padding: 0 2%;
	} 
	#inner.recruit.message .content .intro .info .name {
		font-weight: bold;
		margin-top: 2em;
		font-size: 16px;
		padding: 0 2%;
	}
	#inner.recruit.message .content .sec {
		padding: 0;
	} 
	#inner.recruit.message .content .ideal > .inner {
		padding: 0 5%;
		position: relative;
	} 
	#inner.recruit.message .content .sec h2 {
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: column;
		align-items: start;
		margin: 0;
	}
	#inner.recruit.message .content .sec h2 .f_en {
		transition: 0.3s ease all;
		font-size: 18px;
		font-weight: 600;
		margin-top: 9px;
		background: #C30D23;
		line-height: 0.6em;
		display: inline-block;
		letter-spacing: 0;
	}
	#inner.recruit.message .content .sec h2 .note {
		display: block;
		position: absolute;
		top: 10px;
		left: 212px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 1em;
		padding: 8px 10px 10px 10px;
		background: #E4E4E4;
	}
	#inner.recruit.message .content .ideal .fbox {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 75px;
	}
	#inner.recruit.message .content .ideal .fbox .img {
		width: 84%;
		margin: 0 auto;
	}
	#inner.recruit.message .content .ideal .fbox .img img {
		height: auto;
		width: 100%;
		object-fit: cover;
	}
	#inner.recruit.message .content .ideal .fbox ol {
		width: auto;
		margin: 8px 0 0 0;
	}
	#inner.recruit.message .content .ideal .fbox ol li {
		display: flex;
		align-items: center;
		padding: 26px 0px;
	}
	#inner.recruit.message .content .ideal .fbox ol li + li {border-top: 1px solid #D8D8D8;}
	#inner.recruit.message .content .ideal .fbox ol li span {
		font-size: 22px;
		color: #C30D23;
		font-weight: 600;
		width: 40px;
	}
	#inner.recruit.message .content .ideal .fbox ol li p {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.6em;
		width: calc(100% - 40px);
		letter-spacing: 0.05em;
	}
	#inner.recruit.message .content .bg {
		background: #F1F1F1;
		padding: 53px 0 58px 0;
	}
	#inner.recruit.message .content .bg > .inner {
		padding: 0 5%;
		position: relative;
		display: flex;
		gap: 51px;
		flex-direction: column;
	} 
	#inner.recruit.message .content .bg .fbox {

	}
	#inner.recruit.message .content .bg .sec {
		width: auto;
	}
	#inner.recruit.message .content .bg .sec .detail {
		border: 1px solid #D8D8D8;
		background: #fff;
		margin-top: 46px;
		height: 300px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	#inner.recruit.message .content .bg .sec .detail .text {
		font-size: 24px;
		font-weight: bold;
	}
	#inner.recruit.message .content .bg .sec.motto .detail .text {
		font-size: 28px;
	}
	#inner.recruit.message .content .bg .sec .detail .text2 {
		font-size: 15px;
		margin-top: 10px;
	}

	#inner.contact footer .btbox {
		display: none;
	}
	#inner.contact .content .fbox {display: block;padding: 0 5% 70px 5%;margin-top: 60px;align-items: start;}
	#inner.contact .content .fbox .info {padding: 0;max-width: 440px;width: auto;margin-top: 0;}
	#inner.contact .content .fbox .info .lead {font-size: 22px;font-weight: bold;line-height: 1.6em;}
	#inner.contact .content .fbox .info .text {margin-top: 15px;font-size: 16px;}
	#inner.contact .content .formbox {
		border: none;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		border-radius: 10px;
		margin-top: 45px;
	}
	#inner.contact .content .formbox .title {font-size: 20px;font-weight: bold;line-height: 1.6em;position: relative;margin-bottom: 0;padding-left: 16px;}
	#inner.contact .content .formbox .title::before {
		content: "";
		position: absolute;
		left: 0;
		top: 3px;
		height: 28px;
		width: 3px;
		background: #c30d23;
	}
	#inner.contact .content .name {
		display: flex;
		gap: 10px;
	}
	#inner.contact .content .form_agree {
		font-size: 16px;
	}
	#inner.contact .content .agree {
	}
	#inner.contact .content .agree .text {font-size: 15px;line-height: 1.6em;font-weight: normal;letter-spacing: 0.02em;}
	#inner.contact .content .agree .text a {
	  font-weight: normal;
	  color: #c30d23;
	  text-decoration: underline;
	}
	#inner.contact .content .agree .wpcf7-form-control-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 25px;
	}
	#inner.contact .content .agree .wpcf7-list-item-label {
		font-size: 16px;
		font-weight: 500;
	}
	
	#inner.contact .content .submitbox {margin-top: 30px;}
	#inner.contact .content .bt_submit input {
		border: 1px solid #C30D23;
		border-radius: 4px;
		background: url(./images/icon_arrow.webp) no-repeat right 20px top 50% / 18px auto;
		background-color: #C30D23;
		padding: 0 40px 0 23px;
		height: 66px;
		display: flex;
		align-items: center;
		line-height: 1.2em;
		box-sizing: border-box;
		width: 100%;
		color: #fff;
		margin: 0 auto;
		cursor: pointer;
		transition: all ease 0.3s;
		text-align: left;
		font-size: 16px;
	}
	#inner.contact .content .bt_submit input:hover {
		background-image: url(./images/icon_arrow_r.webp);
		border-color: #C30D23;
		color: #C30D23;
		background-color: #fff;
		opacity: 1;
	}

	#inner.contact .content span[data-name=form-category],
	#inner.contact .content span[data-name=form-address1] {
		width: auto;
		position: relative;
	}
	#inner.contact .content span[data-name=form-category]::after,
	#inner.contact .content span[data-name=form-address1]::after {
		content: "";
		position: absolute;
		display: block;
		width: 5px;
		height: 5px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(135deg);
		right: 20px;
		/* top: calc(50% - 5px); */
	}
	#inner.contact .content .zip {
		display: flex;
		gap: 30px;
		width: 66%;
		position: relative;
	}
	#inner.contact .content .zip::before {
		content: "";
		position: absolute;
		width: 15px;
		height: 2px;
		background: #000;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#inner.contact .content .zip + .wpcf7-form-control-wrap,
	#inner.contact .content .zip + .wpcf7-form-control-wrap + .wpcf7-form-control-wrap,
	#inner.contact .content .zip + .wpcf7-form-control-wrap + .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
		margin-top: 15px;
	}

	#inner.results .kv {
		margin-top: 34px;
	}
	#inner.results .kv img {
		object-fit: cover;
		height: 200px;
		width: 100%;
	}
	#inner.results .intro {padding: 80px 5% 0px 5%;}
	#inner.results .intro > .inner {display: block;justify-content: space-between;}
	#inner.results .intro .lead {font-size: 24px;line-height: 1.6em;font-weight: bold;letter-spacing: 0.05em;}
	#inner.results .intro .text {width: auto;margin-top: 30px;font-size: 16px;}
	#inner.results .list {
		display: block;
		padding: 80px 5% 60px 5%;
		justify-content: space-between;
	}
	#inner.results .list > .post_category {
		width: auto;
	}
	#inner .post_category > ul {
		
	}
	#inner .post_category > ul > li {
		border: 1px solid #D8D8D8;
		border-radius: 8px;
		background: #F1F1F1;
	}
	#inner .post_category > ul > li + li {
	margin-top: 10px;
	}
	#inner .post_category > ul > li > a {
		font-size: 15px;
		display: block;
		padding: 10px 20px;
		border-radius: 8px;
		background: #F1F1F1;
	}
	#inner .post_category > ul > li button {
		font-size: 15px;
		position: relative;
		display: block;
		padding: 15px 20px;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
	}
	#inner .post_category > ul > li button::after {
		content: "";
		position: absolute;
		display: block;
		width: 5px;
		height: 5px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(135deg);
		right: 20px;
		top: calc(50% - 5px);
	}
	#inner .post_category > ul > li button.open::after {
		transform: rotate(-45deg);
		top: 50%;
	}
	#inner .post_category > ul > li > ul {
		padding: 0 0 16px 0;
		margin-top: -2px;
		display: none;
	}
	#inner .post_category > ul > li > ul > li {
		
	}
	#inner .post_category > ul > li > ul > li > a {font-size: 13px;font-weight: normal;display: block;padding: 0px 20px;}
	#inner.results .list .detail {width: auto;max-width: none;margin-top: 50px;}
	#inner.results .list .detail .category_title {font-size: 24px;font-weight: bold;}
	#inner.results .results_list {display: flex;flex-wrap: wrap;gap: 55px 0px;margin: 44px auto 0 auto;flex-direction: column;width: 294px;}
	#inner.results .results_list .box {display: block;width: auto;}
	#inner.results .results_list .box a {
		display: block;
	}
	#inner.results .results_list .box a .img {
		border: 1px solid #f5f5f5;
	}
	#inner.results .results_list .box a .img img {
		display: block;
		aspect-ratio: 592 / 394;
		object-fit: cover;
	}
	#inner.results .results_list .box a .category {
		font-size: 18px;
		margin-top: 15px;
	}
	#inner.results .results_list .box a .title {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.5em;
		margin-top: 2px;
	}
	#inner.single.results {
		
	}
	#inner.single.results .content {
		padding: 160px 0 0 0;
	}
	#inner.single.results article {
		width: 90%;
		margin: 0 auto;
	}
	#inner.single.results article .cats {display: flex;align-items: center;}
	#inner.single.results article .cats .parent {font-size: 18px;font-weight: bold;border-left: 4px solid #C30D23;padding: 0 20px 2px 18px;display: block;line-height: 1.5em;border-right: 1px solid #D8D8D8;}
	#inner.single.results article .cats .child {color: #C30D23;border: 1px solid #C30D23;line-height: 1em;padding: 4px 9px 6px 9px;border-radius: 3px;margin-left: 20px;}
	#inner.single.results article h1 {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.6em;
		margin-top: 22px;
	}
	#inner.single.results article .body {
		margin-top: 45px;
	}
	#inner.single.results article .body figure {
		margin-top: 30px;
	}
	#inner.single.results article .body p {
		font-size: 16px;
		font-weight: normal;
		line-height: 1.8em;
		margin-top: 30px;
	}
	#inner.single.results article .body .wp-block-columns {
		margin-top: 30px;	
	}
	#inner.single.results article .body .wp-block-columns *:first-child {
		margin-top: 0;	
	}
	
	#inner.single.results .bt_back {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 1px solid #D8D8D8;
		padding: 12px 20px;
		border-radius: 5px;
		background: url(./images/icon_arrow_b.webp) no-repeat right 20px top 50% / 18px auto;
		width: 296px;
		font-size: 15px;
		box-sizing: border-box;
		margin: 60px auto;
		background-color: #F1F1F1;
	}
	#inner.single.results.pc_view .bt_back:hover {
		opacity: 1;
		border-color: #C30D23;
		color: #C30D23;
		background-image: url(./images/icon_arrow_r.webp);
	}
	#inner.single.results .other {
		background: #F1F1F1;
		padding: 70px 5%;
		display: block;
		justify-content: space-between;
		align-items: start;
	}
	#inner.single.results .other > .inner {
		display: block;
	}
	#inner.single.results .other .hbox {flex-direction: column;position: relative;}
	#inner.single.results .other .hbox .labelstyle {
		position: relative;
		margin-bottom: 30px;
		margin-left: 10px;
	}
	#inner.single.results .other .hbox .labelstyle::after {
	  content: "";
	  display: block;
	  background: #C30D23;
	  width: 110px;
	  height: 2px;
	  bottom: -15px;
	  right: 0;
	  position: absolute;
	}
	#inner.single.results .other .hbox .labelstyle .label {margin-right: 50px;margin-left: -12px;}
	
	#inner.single.results .other .hbox .labelstyle .label::before {
		width: 20px;
		height: 27px;
	}
	#inner.single.results .other .hbox .labelstyle .label .wipe_text {
	font-size: 38px;
	}
	#inner.single.results .other .results_list {
	  width: 294px;
	  max-width: none;
	  margin: 50px auto 0 auto;
	}
	#inner.news .list {
		display: block;
		padding: 70px 5% 50px 5%;
		justify-content: space-between;
	}
	#inner.news .list > .post_category {
		width: auto;
	}
	#inner.news .list .detail {width: auto;max-width: none;margin-top: 50px;}
	#inner.news .list .detail .category_title {font-size: 24px;font-weight: bold;}
	#inner.news .newslist2 {margin-top: 14px;}
	#inner.news .newslist2 .box {
	  border-bottom: 1px solid #D8D8D8;
	  padding: 20px 0;
	}
	#inner.news .newslist2 .box a {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
	#inner.news .newslist2 .box a .img {width: 100px;}
	#inner.news .newslist2 .box a .info {width: calc(100% - 120px);}
	#inner.news .newslist2 .box a .info .meta {display: flex;align-items: center;}
	#inner.news .newslist2 .box a .info .meta .date {font-size: 13px;font-weight: normal;}
	#inner.news .newslist2 .box a .info .meta .category {font-size: 11px;color: #fff;background: #C30D23;line-height: 1em;padding: 3px 8px 5px 8px;font-weight: normal;border-radius: 30px;margin-left: 10px;}
	#inner.news .newslist2 .box a .info .title {font-size: 14px;font-weight: bold;line-height: 1.6em;margin-top: 3px;}
	#inner.news .newslist2 .box a .info .text {
	/* 文字をはみ出させるための記述 */
	overflow: hidden;
	white-space: nowrap;
	 /* 文字がはみ出た時に三点リーダーにする */
	text-overflow: ellipsis;
	font-size: 12px;
	font-weight: normal;
	width: 90%;
	margin-top: 2px;
	}
	#inner.news .content {
		border-radius: 120px 120px 0 0;
	}
	#inner.news .content ul.newslist {
		margin-top: 0;
	}
	
	#inner.single.post {
		
	}
	#inner.single.post .content {
		padding: 160px 0 0 0;
	}
	#inner.single.post article {
		width: 90%;
		margin: 0 auto;
	}
	#inner.single.post article .cats {display: flex;align-items: center;}
	#inner.single.post article .cats .parent {font-size: 18px;font-weight: bold;border-left: 4px solid #C30D23;padding: 0 20px 2px 18px;display: block;line-height: 1.5em;border-right: 1px solid #D8D8D8;}
	#inner.single.post article .cats .child {color: #C30D23;border: 1px solid #C30D23;line-height: 1em;padding: 4px 9px 6px 9px;border-radius: 3px;margin-left: 20px;}
	#inner.single.post article .meta {display: flex;align-items: center;}
	#inner.single.post article .meta .date {font-size: 15px;font-weight: normal;}
	#inner.single.post article .meta .category {font-size: 13px;color: #fff;background: #C30D23;line-height: 1em;padding: 4px 10px 6px 10px;font-weight: normal;border-radius: 30px;margin-left: 20px;}
	#inner.single.post article h1 {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.6em;
		margin-top: 12px;
		border-bottom: 1px solid #D8D8D8;
		padding-bottom: 24px;
		position: relative;
	}
	#inner.single.post article h1::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 45px;
		height: 1px;
		background: #c30d23;
	}
	#inner.single.post article .body {
		margin-top: 24px;
	}
	#inner.single.post article .body figure {
		margin-top: 30px;
	}
	#inner.single.post article .wp-block-gallery {
		display: flex;
		gap: 1em;
		--wp--style--unstable-gallery-gap: none;
		justify-content: start;
	}
	#inner.single.post article .wp-block-gallery .wp-block-image {
		margin: 0;
		width: calc((100% - 1em) / 2) !important;
	}
	#inner.single.post article .body p {
		font-size: 16px;
		font-weight: normal;
		line-height: 1.8em;
		margin-top: 30px;
	}
	#inner.single.post article .body .wp-block-columns {
		margin-top: 30px;	
	}
	#inner.single.post article .body .wp-block-columns *:first-child {
		margin-top: 0;	
	}
	
	#inner.single.post .content .btbox {position: relative;width: auto;margin: 0 auto;display: flex;flex-direction: column;margin-top: 50px;}
	#inner.single.post .btbox .bt_cat {
		position: relative;
		font-size: 15px;
		font-weight: normal;
		top: auto;
		padding: 0 0 0 24px;
		margin: 0 auto;
		display: block;
	}
	#inner.single.post .btbox .bt_cat::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 8px;
		width: 18px;
		height: 18px;
		background: #E4E4E4;
		border-radius: 100px;
		transition: 0.3s ease all;
	}
	#inner.single.post .btbox .bt_cat::after {
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(-135deg);
		position: absolute;
		left: 7px;
		top: 14px;
		transition: 0.3s ease all;
	}
	#inner.single.post .btbox .bt_back {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 1px solid #D8D8D8;
		padding: 12px 20px;
		border-radius: 5px;
		background: url(./images/icon_arrow_b.webp) no-repeat right 20px top 50% / 18px auto;
		width: 296px;
		font-size: 15px;
		box-sizing: border-box;
		margin: 25px auto 70px auto;
		background-color: #fff;
	}
	#inner.single.post .btbox .bt_back:hover {
		opacity: 1;
		border-color: #C30D23;
		color: #C30D23;
		background-image: url(./images/icon_arrow_r.webp);
	}
	/**********************************************************/
	/* 404 */
	/**********************************************************/
	#inner .content.error {
		padding: 180px 0 50px 0;
	}
	#inner .content.error .label {
		text-align: center;
		font-size: 70px;
		line-height: 1em;
		font-weight: 400;
	}
	#inner .content.error h1 {
		text-align: center;
		font-size: 24px;
	}
	#inner .content.error .bt_more {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 1px solid #D8D8D8;
		padding: 12px 20px;
		border-radius: 5px;
		background: url(./images/icon_arrow_b.webp) no-repeat right 20px top 50% / 18px auto;
		width: 296px;
		font-size: 15px;
		box-sizing: border-box;
		margin: 40px auto 0 auto;
		background-color: #F1F1F1;
	}
	#inner.pc_view .content.error .bt_more:hover {
		opacity: 1;
		border-color: #C30D23;
		color: #C30D23;
		background-image: url(./images/icon_arrow_r.webp);
		background-color: #fff;
	}
	
}	