@charset "utf-8";

.pc {
	display: none !important;
}

/*---追加CSS---*/
ul.actor-list {
	margin-bottom: 5%;
}

/*---追加CSS-END---*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	list-style-type: none;
	font-size: medium;
	color: #63666a;
	font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "Open Sans", "Helvetica Neue", "sans-serif", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	outline: none;
	letter-spacing: 0.06em;
	font-size: 12px;
	text-align: justify;
	font-feature-settings: "palt";
}

html {
	scroll-behavior: smooth;
}

.pc_only {
	display: none;
}

.sp_only {
	display: block;
}

.min {
	font-family: 'Sawarabi Mincho', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", 'Noto Serif JP', HGS明朝E, メイリオ, Meiryo, serif;
}

h3.min {
	text-shadow: 0.1px 0.1px #122776, -0.1px 0.1px #122776, -0.1px -0.1px #122776, 0.1px -0.1px #122776, 0.1px 0px #122776, 0px 0.1px #122776, -0.1px 0px #122776, 0px -0.1px #122776;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", 'Noto Serif JP', HGS明朝E, メイリオ, Meiryo, serif;
}

a {
	text-decoration: none;
	color: #63666a;
	display: block;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

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

p {
	margin: 0 auto 15px;
}

.fwrap {
	overflow: hidden;
}

body.home .company_page {
	margin-top: 50px;
}

.inner {
	width: 95%;
	margin: auto;
	padding: 0;
}

.arrow {
	position: relative;
}

.arrow::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.text-note {
	color: #858585 !important;
	font-size: 90% !important;
}

.alignCenter {
	text-align: center;
}

.linkBtn {
	display: block;
	width: fit-content;
	margin: auto;
	font-size: 110%;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	transition: .2s;
}

.linkBtn:hover {
	transition: .2s;
	color: #198df8;

}

a.inline-block {
	display: inline-block;
	font-weight: bold;
}

/*header*/
header {
	background: rgba(255, 255, 255, .8);
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	padding: 15px;
}

header .inner {
	max-width: 1280px;
	width: 100%;
}

header .logo {
	width: 40%;
}

/*global menu*/
#panel-btn .top,
#panel-btn .middle,
#panel-btn .bottom {
	width: 25px;
	height: 1px;
	background: #63666a;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#panel-btn {
	width: 60px;
	position: fixed;
	z-index: 99999;
	top: 2px;
	right: 7px;
	transition: 0.3s opacity;
	padding: 20px 0;
}

#panel-btn .top {
	animation: btn-top .5s;
	animation-fill-mode: forwards;
}

#panel-btn .middle {
	transition: .5s opacity;
	opacity: 1;
}

#panel-btn .bottom {
	animation: btn-bottom .5s;
	animation-fill-mode: forwards;
}

#panel-btn.close .middle {
	opacity: 0;
	transition: .5s opacity;
}

#panel-btn.close .top {
	animation: btn-top-close .5s;
	animation-fill-mode: forwards;
}

#panel-btn.close .bottom {
	animation: btn-bottom-close .5s;
	animation-fill-mode: forwards;
}

@keyframes btn-top {
	0% {
		transform: translateY(0px) rotate(-45deg);
	}

	50% {
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		transform: translateY(-10px) rotate(0deg);
	}
}

@keyframes btn-bottom {
	0% {
		transform: translateY(-1px) rotate(45deg);
	}

	50% {
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		transform: translateY(10px) rotate(0deg);
	}
}

@keyframes btn-top-close {
	0% {
		transform: translateY(-10px) rotate(0deg);
	}

	50% {
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		transform: translateY(0px) rotate(-45deg);
	}
}

@keyframes btn-bottom-close {
	0% {
		transform: translateY(10px) rotate(0deg);
	}

	50% {
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		transform: translateY(-1px) rotate(45deg);
	}
}



#global_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	text-align: center;
	z-index: -1;
	background: #fff;
	display: none;
	padding: 60px 0 0;
}

.global {
	display: block;
	height: 100%;
}

.global li a {
	padding: 15px;
}

.global li a {
	text-decoration: underline;
}

.global li.bg a {
	background-color: #198df8;
	color: #fff;
}

.global:after {
	background: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}

.global li.child_menu {
	width: 90%;
	margin: auto;
}

.global li.child_menu .ttl {
	background: none;
	color: #ff4b59;
}

.global li.child_menu .ttl::before {
	content: none;
}

.main_visual {
	height: 23vh;
	position: relative;
}

.main_visual h1 {
	position: absolute;
	right: 3%;
	margin: auto;
	bottom: 7%;
	width: 40%;
}

.main_visual h1 span {
	text-align: center;
	display: block;
	letter-spacing: 0.5em;
	font-size: 110%;
	font-weight: normal;
	margin-top: 10px;
	color: #fff;
}

.main_visual .main_slider_wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

.main_visual .main_slider_wrap img {
	height: auto;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}

.main_nav_wrap {
	margin-top: 20px;
}

.main_nav_wrap .inner {
	font-size: 0;
}

.main_nav_wrap .news {
	margin-bottom: 30px;
}

.main_nav_wrap .news h2 {
	font-size: 146%;
	color: #baa30b;
	letter-spacing: 0.3em;
	font-weight: normal;
	position: relative;
	padding-left: 10vw;
	margin-bottom: 15px;
}

.main_nav_wrap .inner h2::before {
	content: "";
	width: 10vw;
	height: 100%;
	position: absolute;
	left: 0;
	background-image: url(../img/sla_item.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.main_nav_wrap .news li {
	margin-bottom: 10px;
}

.main_nav_wrap .news li dt,
.main_nav_wrap .news li dd {
	display: inline-block;
	vertical-align: top;
}

.main_nav_wrap .news li dt {
	width: 30%;
}

.main_nav_wrap .news li dd {
	width: 65%;
}

.main_nav_wrap .main_nav ul {
	font-size: 0;
	position: relative;
}

.main_nav_wrap .main_nav li {
	margin-bottom: 10px;
}

.main_nav_wrap .main_nav li:last-child {
	margin-bottom: 0;
}

.main_nav_wrap .main_nav li a {
	height: calc(100% - 30px);
	background: #a1d6f6;
	background: -moz-linear-gradient(-55deg, #a1d6f6 60%, #cce6ff 60%);
	background: -webkit-linear-gradient(-55deg, #a1d6f6 60%, #cce6ff 60%);
	background: linear-gradient(125deg, #a1d6f6 60%, #cce6ff 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1d6f6', endColorstr='#cce6ff', GradientType=1);
	color: #fff;
	font-size: 130%;
	letter-spacing: 0.2em;
	padding: 15px;
}

.main_nav_wrap .main_nav li:last-child a {
	background: #0084ff;
	background: -moz-linear-gradient(-55deg, #0084ff 60%, #198df8 60%);
	background: -webkit-linear-gradient(-55deg, #0084ff 60%, #198df8 60%);
	background: linear-gradient(125deg, #0084ff 60%, #198df8 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0084ff', endColorstr='#198df8', GradientType=1);
}

.main_nav_wrap .main_nav li a::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.main_nav_wrap .main_nav li a span {
	color: #fff;
	font-size: 60%;
	letter-spacing: 0.1em;
	display: block;
}

/*footer*/
footer {
	background: #131313;
	padding: 30px 0 80px;
	position: relative;
}

footer * {
	color: #fff;
}

footer nav {
	margin-bottom: 30px;
}

footer nav ul {
	flex-wrap: wrap;
}

footer nav li {
	margin-bottom: 10px;
}

footer nav li:last-child {
	margin-bottom: 0;
}

footer .add_wrap {
	align-items: flex-end;
}

footer .add_wrap h2,
footer .add_wrap h2 span {
	font-weight: normal;
}

footer .add_wrap h2 {
	font-size: 150%;
}

footer .add_wrap h2 span {
	font-size: 80%;
	margin-right: 15px;
}

footer .add_wrap address {
	font-size: 80%;
}

footer .add_wrap .footer_contact {
	margin-top: 15px;
}

footer .add_wrap .footer_contact a {
	border: 1px solid #fff;
	padding: 10px 0;
	font-size: 115%;
	text-align: center;
}

footer .add_wrap .footer_contact a::after {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 3px 25px;
}

.app_btn {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
}

.app_btn::before,
.app_btn::after {
	content: "";
	position: absolute;
	bottom: 15px;
	background: #fff;
	height: 2px;
}

.app_btn::before {
	left: -20px;
	width: 80px;
}

.app_btn::after {
	left: 42px;
	bottom: 21px;
	width: 20px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.app_btn a {
	text-decoration: underline;
	background: #198df8;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 0.3em;
	padding: 10px 20px 10px 0;
	text-align: right;
}

.app_btn a:hover {
	color: #fff;
	text-decoration: underline;
}

.app_btn a span {
	display: block;
	color: #fff;
	text-align: right;
}

/*
.app_btn a::before{
	content: "";
	transform: skewX(-25deg);
	background: #198df8;
	width: 10%;
	height: 100%;
	position: absolute;
	left: -5%;
	top: 0;
	z-index: -1;
}
*/
/*page*/
.home .p_li {
	display: none;
}

.p_li li {
	display: inline-block;
}

.p_li li {
	font-size: 80%;
}

.p_li li a {
	font-size: 100%;
}

.p_li li a::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #313131;
	border-right: 1px solid #313131;
	display: inline-block;
	margin: 0 10px 1px 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body:not(.home) section {
	overflow: hidden;
}

body:not(.home) section .heading-title {
	padding: 15px 0;
}

h1.seo-title {
	margin-bottom: 30px;
	line-height: 1.5;
	font-size: 10px;
}

h1.seo-title span {
	font-size: 22px;
	line-height: 1;
	display: block;
	margin-bottom: 5px;
}

body:not(.home) section h1 img {
	display: inline;
	vertical-align: bottom;
	width: 100px;
}

body:not(.home) section .heading-title strong {
	font-size: 120%;
	letter-spacing: 0.25em;
	position: relative;
	padding-left: 35px;
	display: block;
	margin: 15px 0 0 20px;
}

body:not(.home) section .heading-title strong::before {
	content: "";
	width: 38px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/sla_item.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

body:not(.home) section h2 {
	font-weight: normal;
	letter-spacing: 0.2em;
	/*font-size: 125%;*/
	font-size: 130%;
	margin-bottom: 10px;
	position: relative;
	padding: 10px 0 10px 20px;
}

body:not(.home) section h2.left {
	padding: 10px 0 10px 30px;
}

body:not(.home) section h2::before {
	content: "";
	width: 10px;
	height: 47px;
	background-image: url(../img/h2_item.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

body:not(.home) section h3 {
	color: #122776;
	letter-spacing: 0.2em;
	font-size: 120%;
	margin-bottom: 15px;
}

body:not(.home) section h3.ant {
	text-align: center;
	font-size: 110%;
	padding: 5px 25px;
	position: relative;
}

body:not(.home) section h3.ant::before,
body:not(.home) section h3.ant::after {
	content: "";
	width: 15px;
	height: 30px;
	background-image: url(../img/h3_ant.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

body:not(.home) section h3.ant::before {
	left: 5px;
}

body:not(.home) section h3.ant::after {
	right: 5px;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

body:not(.home) section p {
	margin-bottom: 20px;
	font-size: 110%;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.page section .ovr_img {
	position: relative;
	overflow: hidden;
}

.page section>div {
	margin: 0 auto 5px;
}

.home .page section>div {
	margin: 10px auto 5px;
}

.page section .top_block .img {
	width: 60%;
	float: right;
	position: absolute;
	z-index: -1;
	left: 8px;
}

.page section .img_left .img {
	width: 55%;
	margin: auto;
}

/*page_in_nav*/
.page_in_nav {
	margin: 20px 0;
	overflow: hidden;
}

.page_in_nav li {
	width: 50%;
	float: left;
}

.page_in_nav li a {
	border: 1px solid #eee;
	padding: 20px 0;
	font-size: 85%;
	text-align: center;
	position: relative;
}

/*company*/
.company_page .top_block .txt {
	background: #0084ff;
	background: -moz-linear-gradient(-55deg, #0084ff 60%, #198df8 60%);
	background: -webkit-linear-gradient(-55deg, #0084ff 60%, #198df8 60%);
	background: linear-gradient(125deg, #0084ff 60%, #198df8 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0084ff', endColorstr='#198df8', GradientType=1);
	padding: 10px 15px;
	width: 80%;
	float: right;
	margin: 140px 0 0;
}

.company_page .top_block .txt * {
	color: #fff;
}

.company_page .top_block .txt h4,
.company_page .top_block .txt h4 small {
	font-weight: normal;
}

.company_page .top_block .txt h4 {
	font-size: 140%;
	margin-bottom: 10px;
}

.company_page .top_block .txt h4 small {
	font-size: 60%;
	display: block;
}

.company_page .top_block .txt p {
	font-size: 80%;
	width: 100%;
	margin: 0;
}

.page .company_page .img_right .img.abs.right {
	width: 40%;
	margin: auto;
}

.company_page .media_info .media_links {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.company_page .media_info .media_links li {
	margin-bottom: 10px;
}

.company_page .media_info .media_links li a {
	font-size: 95%;
	background: #122776;
	color: #fff;
	padding: 7px 12px;
}

.company_page .media_info .media_links li a::after {
	display: inline-block;
	border-color: #313131;
	margin: 0 0 1px 5px;
}

.company_page .media_info>div {
	margin-bottom: 50px;
}

.company_page .media_info .media_li dt {
	float: left;
}

.company_page .media_info .media_li dd {
	padding-left: 7em;
	margin-bottom: 10px;
}

.company_page .media_info .media_li dd strong {
	font-weight: normal;
	color: #122776;
}

/*stylist*/
.stylist_page .img_li {
	margin-bottom: 30px;
}

.stylist_page .img_li li {
	width: 49%;
	float: left;
	height: 35vw;
	overflow: hidden;
	position: relative;
}

.stylist_page .img_li li:first-child {
	margin-right: 2%;
}

.stylist_page .img_li li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.stylist_page .schedule .inner>p,
.stylist_page .schedule .inner>p span,
.stylist_page .schedule dd strong {
	color: #0084ff;
}

.stylist_page .schedule .inner>p span,
.stylist_page .schedule dd strong {
	display: block;
}

.stylist_page .schedule .inner>p {
	font-size: 180%;
	margin: 0;
}

.stylist_page .schedule li {
	padding: 30px 0;
	border-bottom: 1px dashed #3f3f3f;
	position: relative;
	width: 98%;
	margin: auto;
}

.stylist_page .schedule li::after {
	content: "";
	width: 2px;
	height: 100%;
	background: #122776;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.stylist_page .schedule li:first-child::before {
	content: "";
	width: 2px;
	height: 30px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.stylist_page .schedule li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.stylist_page .schedule li .img {
	width: 50%;
	margin-left: 50%;
}

.stylist_page .schedule dt {
	color: #122776;
	font-size: 140%;
	padding-left: 15px;
	font-weight: bold;
}

.stylist_page .schedule dt span {
	background: #122776;
	display: block;
	COLOR: #FFF;
	padding: 5px 15px;
	margin: 0 0 5px -15px;
	position: relative;
	font-weight: normal;
}

.stylist_page .schedule li:first-child dt span::before,
.stylist_page .schedule li:last-child::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #122776;
	border-radius: 50%;
	position: absolute;
	left: -1%;
	z-index: 1;
}

.stylist_page .schedule li:first-child dt span::before {
	top: 0;
}

.stylist_page .schedule li:last-child::before {
	bottom: 0;
}

.stylist_page .schedule dt span::after {
	content: "";
	transform: skewX(-25deg);
	background: #fff;
	width: 20px;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
}

.stylist_page .schedule dd {
	padding: 15px;
	font-size: 100%;
}

.stylist_page .schedule dd strong {
	font-weight: normal;
	font-size: 150%;
}

.stylist_page .schedule li:nth-child(2) dd strong {
	margin-top: 15px;
}

.stylist_page .order_flow .sideby li {
	border: 1px dashed #3f3f3f;
	width: 16.6666667%;
	text-align: center;
	padding: 90px 0;
}

.stylist_page .order_flow .desc li {
	margin-bottom: 50px;
}

.stylist_page .order_flow .desc li dl,
.stylist_page .order_flow .desc li .img,
.stylist_page .order_flow .desc li dt span::before {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
}

.stylist_page .order_flow .desc li dl {
	width: 35%;
	border: 1px solid #122776;
	box-sizing: border-box;
	padding: 10px 25px 0;
}

.stylist_page .order_flow .desc li dl.left {
	margin-left: 5%;
}

.stylist_page .order_flow .desc li dl.right {
	margin-right: 5%;
}

.stylist_page .order_flow .desc li dt,
.stylist_page .order_flow .desc li dd,
.stylist_page .order_flow .desc li .img img {
	-webkit-transform: skewX(5deg);
	transform: skewX(5deg);
}

.stylist_page .order_flow .desc li dt,
.stylist_page .order_flow .desc li dd {
	margin: 0;
}

.stylist_page .order_flow .desc li dt {
	color: #122776;
	font-weight: bold;
	font-size: 120%;
}

.stylist_page .order_flow .desc li dt span {
	display: block;
	color: #fff;
	font-size: 200%;
	letter-spacing: -0.02em;
	color: #122776;
	position: relative;
	left: -14%;
	transform: scale(0.8, 1);
	width: 125%;
	line-height: 1;
	margin-bottom: 10px;
}

.stylist_page .order_flow .desc li dt span::before {
	content: "";
	width: 5px;
	height: calc(100% + 10px);
	background: #122776;
	position: absolute;
	left: -25px;
	top: -10px;
	margin: auto;
}

.stylist_page .order_flow .desc li .img {
	width: 56%;
	border: 1px solid #122776;
	background-color: #198df8;
	box-sizing: border-box;
	background-color: #122776;
	overflow: hidden;
	position: relative;
	height: 340px;
}

.stylist_page .order_flow .desc li .img.right {
	margin-right: 2%;
}

.stylist_page .order_flow .desc li .img.left {
	margin-left: 2%;
}

.stylist_page .order_flow .desc li .img img {
	position: absolute;
	top: 0;
	left: -5%;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 110%;
}

.stylist_page .order_flow .order_flow_nav {
	margin-bottom: 10px;
}

.stylist_page .order_flow ol.fwrap {
	position: relative;
}

.stylist_page .order_flow ol.fwrap::before,
.stylist_page .order_flow ol.full li:first-child::after {
	content: "";
	width: 2px;
	height: 90%;
	position: absolute;
	left: 5%;
	bottom: 0;
	background-color: #122776;
}

.stylist_page .order_flow ol.full li:first-child::after {
	bottom: -50px;
	height: 30%;
}

.stylist_page .order_flow ol li {
	position: relative;
	padding: 10% 0 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.stylist_page .order_flow ol.full li {
	padding-top: 15%;
	overflow: visible;
}

.stylist_page .order_flow ol.full li:nth-child(1) {
	margin-bottom: 50px;
}

.stylist_page .order_flow ol.full li::before {
	content: "";
	position: absolute;
	height: 2px;
	left: 4%;
	top: -10px;
	width: 20px;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	background-color: #122776;
}

.stylist_page .order_flow ol li .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	z-index: 1;
}

.stylist_page .order_flow ol li .icon.small {
	width: 20%;
}

.stylist_page .order_flow ol.fwrap li:nth-of-type(n+2) {
	width: 90%;
	margin-left: 10%;
}

.stylist_page .order_flow ol li .txt {
	background: #fff;
	-moz-box-shadow: 5px 5px 0px 0px rgba(238, 238, 238, 1);
	-webkit-box-shadow: 5px 5px 0px 0px rgba(238, 238, 238, 1);
	-ms-box-shadow: 5px 5px 0px 0px rgba(238, 238, 238, 1);
	box-shadow: 5px 5px 0px 0px rgba(238, 238, 238, 1);
	padding: 20px;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 94%;
}

.stylist_page .order_flow ol li .txt p:last-child {
	margin-bottom: 0;
}

.stylist_page .order_flow .inner>p {
	font-size: 180%;
	margin: 0;
	color: #0084ff;
}

.stylist_page .order_flow .inner>p span {
	display: block;
	color: #0084ff;
	margin-bottom: 20px;
}


/*flow_page*/
.flow_page .flow_tbl .img {
	width: 65%;
	margin: 0 auto 20px;
}

.flow_page .ask .fwap .right {
	width: 47%;
	height: 553px;
}

.flow_page .flow_tbl .sideby {
	justify-content: space-between;
	margin-bottom: 50px;
}

.flow_page .flow_tbl .sideby li {
	position: relative;
	border-radius: 10px;
	border: 3px solid #122776;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.flow_page .flow_tbl .sideby li:last-child {
	background-color: #122776;
	margin-bottom: 0;
}

.flow_page .flow_tbl .sideby li::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -50px;
	margin: auto;
	box-sizing: border-box;
	border: 30px solid transparent;
	border-top: 20px solid #122776;
	width: 0;
	height: 0;
}

.flow_page .flow_tbl .sideby li:last-child::after {
	content: none;
}

.flow_page .flow_tbl .sideby li * {
	text-align: center;
}

.flow_page .flow_tbl .sideby li p {
	color: #122776;
	font-size: 120%;
	font-weight: bold;
	padding: 15px 0;
	margin: 0;
}

.flow_page .flow_tbl .sideby li:last-child p {
	color: #fff;
}

.flow_page .flow_tbl .sideby li .nmb {
	position: absolute;
	color: #fff;
	text-align: center;
	font-size: 80%;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	font-weight: bold;
	background: #122776;
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.flow_page .flow_tbl .sideby li:last-child .nmb {
	color: #122776;
	background: #fff;
	border: 3px solid #122776;
	box-sizing: border-box;
}

.flow_page .flow_tbl .caution {
	text-align: center;
}

.flow_page .abs {
	width: 50%;
	margin: auto;
}

.flow_page .ask dt {
	background: #eaeaea;
	padding: 15px;
	font-size: 130%;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.flow_page .ask dd {
	font-size: 120%;
	margin-bottom: 25px;
}

.flow_page .ask .img {
	width: 50%;
	margin: auto;
}

.flow_page .flow_li ol li {
	margin-bottom: 15px;
	border-bottom: 3px solid #122776;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}

.flow_page .flow_li ol li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.flow_page .flow_li ol li::after {
	content: "";
	box-sizing: border-box;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #122776;
	position: absolute;
	bottom: -28px;
	left: 0;
	right: 0;
	margin: auto;
}

.flow_page .flow_li ol li:last-child::after {
	content: none;
}

.flow_page .flow_li dt {
	font-size: 130%;
	color: #122776;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}

.flow_page .flow_li.add_writer dt {
	text-indent: -2.5rem;
	padding-left: 2.5rem;
}

.flow_page .flow_li.add_writer dt span {
	text-indent: 0;
	padding: 5px;
}

.flow_page .flow_li dt span {
	display: inline-block;
	background: #122776;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 90%;
	margin-right: 20px;
}

.flow_page .flow_li .btn,
.interview_single .btn,
.stylist_page .order_flow .btn {
	margin: 50px auto;
	width: 80%;
}

.flow_page .flow_li .btn li,
.interview_single .btn li,
.stylist_page .order_flow .btn li {
	width: 50%;
	float: left;
	margin-bottom: 0;
}

.flow_page .flow_li .btn li a,
.interview_single .btn li a,
.stylist_page .order_flow .btn li a {
	padding: 15px 0;
	text-align: center;
	color: #122776;
	border: 1px solid #122776;
}

.flow_page .flow_li .btn li.bg a,
.interview_single .btn li.bg a,
.stylist_page .order_flow .btn li.bg a {
	background: #122776;
	color: #fff;
}

.flow_page .flow_li .btn li a::after,
.interview_single .btn li a::after,
.stylist_page .order_flow .btn li a::after {
	display: inline-block;
	margin: 0 0 1px 10px;
	border-color: #122776;
}

.flow_page .flow_li .btn li.bg a::after,
.interview_single .btn li.bg a::after,
.stylist_page .order_flow .btn li.bg a::after {
	border-color: #fff;
}

/*info_page*/
.info_page .top_txt ul {
	justify-content: space-between;
	margin-bottom: 20px;
}

.info_page .top_txt li:first-child {
	margin-bottom: 15px;
}

.info_page .top_txt li a {
	color: #fff;
	font-size: 110%;
	text-indent: -1em;
	padding-left: 1em;
	background: #122776;
	padding: 15px 45px 15px 2em;
	border-radius: 5px;
	position: relative;
}

.info_page .top_txt li a::before,
.info_page .top_txt li a::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
}

.info_page .top_txt li a::before {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	right: 10px;
}

.info_page .top_txt li a::after {
	right: 18px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #122776;
	border-right: 1px solid #122776;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page section.info_page .ovr_img .img {
	width: 50%;
	margin: 0 auto 15px;
}

.info_page .img_right strong {
	color: #122776;
}

.info_page .program ol li {
	background: #0084ff;
	padding: 15px;
	font-size: 110%;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}

.info_page .program ol li span {
	display: block;
	text-align: center;
	font-size: 80%;
	color: #fff;
}

.info_page .program .caution li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}

.info_page .program_ant {
	border: 1px solid #122776;
	border-radius: 10px;
	padding: 15px;
	margin: auto;
	width: 90%;
	box-sizing: border-box;
}

.info_page .program_ant:first-child {
	margin-bottom: 15px;
}

.info_page .program_ant * {
	text-align: center;
}

/*faq*/
.faq_page .page_in_nav li a::after {
	position: absolute;
	border-color: #000;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 35px;
}

.faq_page dt,
.faq_page dd {
	position: relative;
	font-size: 120%;
	padding: 10px 20px 10px 30px;
	border: 1px solid #ddd;
}

.faq_page dt {
	border-bottom: none;
	background-color: #f7f7f7;
}

.faq_page dd {
	margin-bottom: 25px;
}

body:not(.home) section.faq_page dd p {
	font-size: 100%;
	margin: 0;
}

.faq_page dl span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 110%;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
}

.faq_page dt span {
	color: #122776;
}

.faq_page dd span {
	color: #198df8;
	top: 10px;
	bottom: auto;
}

.faq_page dd .btn {
	padding: 15px 0;
	text-align: center;
	width: 80%;
	margin: 15px 0;
	background-color: #122776;
	color: #fff;
}

/*recruit_list_page*/
.recruit_list_page .inner>div {
	margin-bottom: 50px;
}

.recruit_list_page .to_work_single,
.recruit_child_list .to_work_single {
	width: 70%;
	margin: 0 auto 50px;
	position: relative;
	z-index: 1;
}

.recruit_list_page .to_work_single a,
.recruit_child_list .to_work_single a {
	background-color: #122776;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}

.recruit_list_page .to_work_single a::after,
.recruit_child_list .to_work_single a::after {
	display: inline-block;
	margin-left: 15px;
}

.recruit_list_page .recruit_list_div ul li {
	font-size: 110%;
	padding: 10px 20px;
	background-color: #f0f0f0;
	margin-bottom: 10px;
}

.recruit_list_page .fwrap,
.recruit_single .fwrap {
	margin-bottom: 20px;
}

.recruit_list_page .fwrap .thumb,
.recruit_single .fwrap .thumb {
	overflow: hidden;
	margin-bottom: 20px;
}

.recruit_list_page .fwrap .txt p,
.recruit_single .fwrap .txt p {
	margin: 0 0;
	font-size: 130%;
	text-align: center;
}

.recruit_single .order_flow .fwrap .txt p {
	font-size: 110%;
	text-align: left;
}

.defo_tbl th,
.defo_tbl td {
	border: none;
	padding: 15px;
	font-size: 110%;
	display: block;
}

.defo_tbl th {
	background: #f0f0f0;
	vertical-align: middle;
}

.defo_tbl td {
	border-bottom: 2px solid #fff;
}

.defo_tbl td * {
	font-size: 100%;
}

.defo_tbl .top_dt th {
	vertical-align: top;
}

/*recruit_child_list*/

/*interview_page*/
.interview_page ul,
.interview_single .archive {
	overflow: hidden;
}

.interview_page ul {
	margin-bottom: 15px;
}

.interview_single .archive {
	margin-top: 30px;
}

.interview_page li,
.interview_single .archive li {
	width: 49%;
	margin-right: 2%;
	float: left;
	box-sizing: border-box;
	border-top: none;
}

.interview_page li:nth-child(even),
.interview_single .archive li:nth-child(even) {
	margin-right: 0;
	border-left: none;
}

.interview_page li .thumb,
.interview_single .archive li .thumb {
	margin: 0 auto;
	overflow: hidden;
	height: 50vw;
	position: relative;
}

.interview_page li .thumb::after,
.interview_single .archive li .thumb::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 2px;
	right: 2px;
	background-image: url(../img/interview_post_arrow.png);
}

.interview_page li .thumb img,
.interview_single .archive li .thumb img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.interview_page li .txt *,
.interview_single .archive li .txt * {
	text-align: center;
}

.interview_page li a,
.interview_single .archive li a {
	padding-bottom: 20px;
}

.interview_page li .txt .ttl,
.interview_single .archive li .txt .ttl {
	display: table-cell;
	height: 5em;
	width: 345px;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 1.4;
	font-size: 100%;
}

.interview_page li .txt .year,
.interview_single .archive li .txt .year {
	font-size: 70%;
	width: 60%;
	margin: 0 auto 10px;
	border-radius: 50px;
	background-color: #122776;
	color: #fff;
	padding: 3px 0;
}

.interview_page li .txt h3,
.interview_single .archive li .txt h3 {
	font-size: 120%;
	color: #000;
	line-height: 1.2;
	margin: 0;
}

.interview_page li .txt h3 span,
.interview_single .archive li .txt h3 span {
	display: block;
	font-weight: normal;
	font-size: 55%;
	margin-bottom: 5px;
}

/*interview_single*/
.interview_single .top_block .txt {
	margin-top: 30px;
}

.interview_single .top_block .txt * {
	text-align: center;
}

.interview_single .top_block .txt p {
	margin: 0;
}

.interview_single .top_block h1 {
	font-size: 200%;
}

.interview_single .top_block h1 span {
	display: block;
	font-size: 60%;
}

.interview_single .top_block .thumb,
.interview_single .img {
	width: 50%;
	margin: 0 auto;
}

.interview_single .top_block .thumb img {
	height: auto;
}

.interview_single .block {
	margin-bottom: 30px;
}

.interview_single ul .img {
	width: 48%;
}

/*form*/
.form form {
	width: 94%;
	margin: auto;
}

.form th,
.form td {
	display: block;
	border: none;
}

.form th {
	background: #f0f0f0;
}

.form .checkarea {
	margin: auto;
	text-align: center;
}

.form .policy_wrap {
	margin: 20px auto;
	border: solid 1px #000;
	padding: 10px 20px;
}

.form .sbmt_btn {
	width: 80%;
	margin: 50px auto;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="submit"] {
	width: 100%;
	font-size: 110%;
}

.form input[type="submit"] {
	background-color: #198df8;
	border-radius: 0;
	padding: 20px 0;
	font-size: 110%;
	letter-spacing: 0.5em;
	font-weight: normal;
}

.form p {
	margin: 0;
}

.form .error_message_wrap li {
	color: red;
	font-weight: bold;
}

.form .sbmt_btn input[type="submit"]:disabled {
	background: #ddd;
	cursor: context-menu;
}

.form label span {
	font-size: 110%;
}

.form .is-full {
	font-size: 110%;
}

.form .text-red {
	color: red;
	font-size: 110%;
	font-weight: bold;
	margin-left: 0.5em;
}

.form .checkbox li,
.form .radio li {
	margin-bottom: 15px;
}

.form .radio li {
	display: inline-block;
	margin: 15px 50px 15px 0;
}

.form .radio-input,
.form .checkbox-input {
	display: none;
}

.form .checkbox-input:checked+.checkbox-parts,
.form .radio-input:checked+.radio-parts {
	font-weight: bold;
}

.form .checkbox-parts,
.form .radio-parts {
	padding-left: 28px;
	display: block;
	position: relative;
}

.form .checkbox-parts::before,
.form .radio-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	border-radius: 4px;
}

.form .checkbox-input:checked+.checkbox-parts::after,
.form .radio-input:checked+.radio-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 5px;
	height: 13px;
	transform: rotate(40deg);
	border-bottom: 3px solid #198df8;
	border-right: 3px solid #198df8;
}

.form .checkarea #agreecheck {
	display: none;
}

.form .checkarea .agreebox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 0px 0px 0;
	padding: 12px 0px 12px 34px;
	vertical-align: middle;
	cursor: pointer;
}

.form .checkarea .agreebox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -10px;
	width: 7px;
	height: 12px;
	border-right: 3px solid #007CC7;
	border-bottom: 3px solid #007CC7;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form .checkarea input[type=checkbox]:checked+.agreebox:before {
	opacity: 1;
}

.form .checkarea .agreebox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	margin-top: -12.5px;
	width: 23px;
	height: 23px;
	border: 1px solid #9C9C9C;
	content: '';
}

.form .policy_box {
	margin: 50px auto;
	border: solid 1px;
	padding: 10px;
	height: 140px;
	overflow: scroll;
}

div.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
	padding: 30px 0;
	text-align: center;
	font-size: 150%;
}

.internship_form th,
.internship_form td {
	border-bottom: 4px solid #f5f5f5;
}

#internship_form_top>a {
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 0 10px 30px;
	text-decoration: underline;
}

body.home #internship_form_top>a {
	/* display: none; */
}

/*3時間インターンシップ 導線*/
.company_page .c_menu,
.stylist_page .s_menu {
	overflow: hidden;
}

.company_page .c_menu ul,
.stylist_page .s_menu ul {
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}

.company_page .c_menu ul li,
.stylist_page .s_menu ul li {
	text-align: center;
	width: 42%;
	position: relative;
	float: left;
}

.company_page .c_menu ul li:first-child,
.stylist_page .s_menu ul li:first-child {
	width: 24%;
}

.company_page .c_menu ul .bg_01,
.stylist_page .s_menu ul .bg_01 {
	background: #0084ff;
	pointer-events: none;
}

.company_page .c_menu ul .bg_02,
.stylist_page .s_menu ul .bg_02 {
	background: #deefff;
	text-decoration: underline;
}

.company_page .c_menu ul li a,
.stylist_page .s_menu ul li a {
	box-sizing: border-box;
	padding: 10px 0px 10px 26px;
	font-size: 11px;
}

.company_page .c_menu ul li:first-child a,
.stylist_page .s_menu ul li:first-child a {
	padding: 10px 0px;
}

.company_page .c_menu ul li:nth-child(1) a,
.stylist_page .s_menu ul li:nth-child(2) a {
	color: #fff;
}

.company_page .c_menu ul li:nth-child(2) a,
.stylist_page .s_menu ul li:nth-child(1) a {
	color: #0084ff;
}

.company_page .c_menu ul li:nth-child(3) a,
.stylist_page .s_menu ul li:nth-child(3) a {
	color: #0084ff;
}

.company_page .c_menu ul li:nth-child(1) a,
.stylist_page .s_menu ul li:nth-child(1) a {
	line-height: 3.1;
}

.company_page .c_menu ul li::before,
.stylist_page .s_menu ul li::before {
	content: "";
	box-sizing: border-box;
	width: 0;
	height: 0;
	border: 34px solid transparent;
	border-left: 24px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.company_page .c_menu ul li::before,
.stylist_page .s_menu ul li::before {
	left: 0;
	z-index: 2;
}

.company_page .c_menu ul li:nth-child(even)::before,
.stylist_page .s_menu ul li:nth-child(odd)::before {
	border-left-color: #0084ff;
}

.company_page .c_menu ul li:nth-child(odd)::before,
.stylist_page .s_menu ul li:nth-child(even)::before {
	border-left-color: #deefff;
}

.company_page .c_menu ul li:first-child::before,
.stylist_page .s_menu ul li:first-child::before {
	content: none;
}

.company_page .c_menu ul li:last-child,
.stylist_page .s_menu ul li:last-child {
	width: 34%;
}

.eme_mss_wrap {
	margin-top: 15px;
}


/*202203 追加*/
.js-matchHeight {
	margin-bottom: 10px !important;
}

.flexContainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/*202203 keiri sp*/
.rAccounting_container {
	font-size: 14px;
}

.rAccounting__img {
	width: 100%;
}

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

.rAccounting__text {
	width: 100%;
	margin-top: 20px;
}

.rAccounting__text.w100 {
	width: 100%;
}

.rAccounting__text p {
	color: #333;
}

.rAccounting__text a {
	display: inline;
	font-weight: 700;
	text-decoration: underline;
}

.rAccounting__mvSec {
	width: 100%;
	max-width: 100%;
}

.rAccounting__mvSec__img {
	width: 100%;
	max-width: 100%;
	margin: auto;
}

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

.rAccounting__limitSec {
	margin-top: 20px;
}

.rAccounting__limitSec.cont02 {
	margin-top: 24px;
	margin-bottom: 40px;
}

.rAccounting__limitSec h1.min {
	padding: 0;
	text-align: center;
	font-size: 110%;
	font-weight: 600;
	line-height: 1.6;
	color: #122776;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", 'Noto Serif JP', HGS明朝E, メイリオ, Meiryo, serif;
}

.rAccounting__limitSec p.min {
	padding: 0;
	text-align: center;
	font-size: 110%;
	font-weight: 600;
	line-height: 1.6;
	color: #122776;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", 'Noto Serif JP', HGS明朝E, メイリオ, Meiryo, serif;
}

.rAccounting__limitSec>p {
	margin-bottom: 0;
}

.rAccounting__pointSec {
	margin-top: 25px;
	padding: 30px 0px 10px;
	position: relative;
}

.rAccounting__pointSec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
	width: 100%;
	max-width: 713px;
	height: 29px;
	display: block;
	background: url(../img/img-limne-gold_sp.png) no-repeat center;
	background-size: contain;
}

.rAccounting__pointSec::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
	width: 100%;
	max-width: 713px;
	height: 29px;
	display: block;
	background: url(../img/img-limne-gold_sp.png) no-repeat center;
	background-size: contain;
}

.rAccounting__pointSec p {
	text-align: center;
}

.rAccounting__pointSec p span {
	font-size: 100%;
	font-weight: 600;
	line-height: 1;
	color: #333;
}

.rAccounting__bnnerSec {
	margin-top: 25px;
}

.rAccounting__bnnerSec.bottom {
	margin-bottom: 50px;
}

.rAccounting__bnnerSec picture {
	display: block;
	width: 100%;
	max-width: 100%;
}

.rAccounting__bnnerSec picture img {
	max-width: 100%;
}

/*追加CSS*/

.rAccounting__bnnerSec__02 {
	margin: 25px 0px;
}

.rAccounting__bnnerSec__02 picture {
	display: block;
	width: 100%;
	max-width: 100%;
}

.rAccounting__bnnerSec__02 picture img {
	max-width: 100%;
}

/*追加CSS-END*/
.rAccounting__worrieSec {
	margin-top: 30px;
}

.rAccounting__worrieSecBlock:not(:first-of-type) {
	margin-top: 25px;
}

/* .rAccounting__worrieSecList {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.rAccounting__worrieSecList li {
		width: 100%;
		padding-left: 20px;
		display: block;
		position: relative;
		font-size: 114%;
		font-weight: 500;
	}

	.rAccounting__worrieSecList li.mb-20 {
		margin-bottom: 20px;
	}

	.rAccounting__worrieSecList li::before {
		content: '';
		position: absolute;
		top: 5px;
		left: 0;
		width: 15px;
		height: 12px;
		display: block;
		background: url(../img/ico-check.svg) no-repeat center;
		background-size: contain;
	} */

.rAccounting__worrieSecList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
}

.rAccounting__worrieSecList::after {
	content: '';
	position: absolute;
	bottom: -30px;
	transform: translateX(-50%);
	left: 50%;
	background: url(../img/arrowGold.png) no-repeat center;
	background-size: 100%;
	width: 60px;
	height: 34px;
}

.rAccounting__worrieSecList li {
	box-sizing: border-box;
	width: 93%;
	padding: 20px 10px 20px 20px;
	margin-left: 6%;
	margin-bottom: 30px;
	display: block;
	position: relative;
	box-shadow: 0 0 10px rgba(134, 134, 134, 0.3);
	border-radius: 10px;
}

.rAccounting__worrieSecList li::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -6%;
	width: 40px;
	height: 40px;
	display: block;
}

/*2025-02-19　追記CSS*/
.rAccounting__worrieSecList li.icon-pc::before {
	background: url(../img/ico-pc.png) no-repeat;
	background-size: 100%;
}

/*2025-02-19　追記CSS-END*/
.rAccounting__worrieSecList li.icon-skill::before {
	background: url(../img/ico-accounting.png) no-repeat;
	background-size: 100%;
}

.rAccounting__worrieSecList li.icon-human::before {
	background: url(../img/ico-humanRelations.png) no-repeat;
	background-size: 100%;
}

.rAccounting__worrieSecList li.icon-time::before {
	background: url(../img/ico-calender.png) no-repeat;
	background-size: 100%;
}

.rAccounting__worrieSecList li.icon-office::before {
	background: url(../img/ico-building.png) no-repeat;
	background-size: 100%;
}

.rAccounting__worrieSecList li.icon-career::before {
	background: url(../img/ico-suits.png) no-repeat;
	background-size: 100%;
}

.rAccounting__worrieSecList li.icon-pace::before {
	background: url(../img/ico-pace.png) no-repeat;
	background-size: 100%;
}

.rAccounting__worrieSecList li.flex {
	display: block;
}

.rAccounting__worrieSecList li.flex span {
	margin-right: 0;
	margin-bottom: 13px;
}

.rAccounting__worrieSecList li.flex span:last-of-type {
	margin-bottom: 0;
}

.rAccounting__worrieSecList li span {
	display: block;
	position: relative;
	padding-left: 24px;
	font-size: 14px;
}

.rAccounting__worrieSecList li span::before {
	content: '';
	position: absolute;
	top: 10px;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 15px;
	display: block;
	background: url(../img/ico-check.svg) no-repeat center;
	background-size: contain;
}

.rAccounting__worrieSecList .last {
	text-align: center;
	font-size: 15px;
	width: 100%;
	margin-block: 30px 20px;
}

.rAccounting__worrieSec p.copy {
	margin-top: 24px;
	text-align: center;
	font-size: 135%;
	font-weight: 700;
	color: #122776;
}

.rAccounting__worrieSec p.center {
	text-align: center;
	margin-bottom: 0;
}

.rAccounting__worrieSec p.copy span {
	font-size: inherit;
	font-weight: 700;
	color: #122776;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #f5e46e));
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 60%, #f5e46e 60%);
	background: linear-gradient(rgba(255, 255, 255, 0) 60%, #f5e46e 60%);
}

.rAccounting__brandSec {
	margin-top: 15px;
}

.rAccounting__featureSec {
	margin-top: 15px;
}

.rAccounting__financeSec {
	margin-top: 15px;
}


.rAccounting__recruitSec {
	margin-top: 15px;
}

.rAccounting__holidaySec {
	margin-top: 15px;
}

.rAccounting__interviewSec {
	margin-top: 15px;
}

.rAccounting__interviewSecList li {
	width: 48%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: none;
	margin: auto;
}

.rAccounting__interviewSecList li .thumb {
	margin: 0 auto;
	overflow: hidden;
	height: 50vw;
	position: relative;
}

.rAccounting__interviewSecList li .thumb img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.rAccounting__interviewSecList li .thumb::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 2px;
	right: 2px;
	background-image: url(../img/interview_post_arrow.png);
}

.rAccounting__interviewSecList li .txt {
	text-align: center;
}

.rAccounting__interviewSecList li .txt .ttl {
	display: table-cell;
	text-align: center;
	height: 5em;
	width: 345px;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 1.4;
	font-size: 100%;
}

.rAccounting__interviewSecList li .txt .year {
	font-size: 70%;
	width: 80%;
	margin: 0 auto 10px;
	border-radius: 50px;
	background-color: #122776;
	color: #fff;
	padding: 3px 0;
	text-align: center;
}

.rAccounting__interviewSecList li .txt h3 {
	font-size: 170%;
	color: #333;
	line-height: 1.2;
	margin: auto;
	text-align: center;
}

.rAccounting__interviewSecList li .txt h3 span {
	text-align: center;
	display: block;
	font-weight: normal;
}

.rAccounting__essentialSec {
	margin-top: 40px !important;
}

.rAccounting__essentialSec .fwrap .txt p {
	text-align: left;
}

.rAccounting__presidentSec {
	margin-top: 40px;
}

.rAccounting__presidentSec>.rAccounting__text {
	padding-top: 0;
	padding-right: 0;
	margin-bottom: 40px;
}

.rAccounting__presidentSecBox {
	background-color: #122776;
	padding: 5% 4%;
}

.rAccounting__presidentSecBox.flexContainer {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-webkit-flex-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
}

.rAccounting__presidentSecBox__img {
	width: 100%;
	max-width: 100%;
}

.rAccounting__presidentSecBox__text {
	width: 100%;
	padding-left: 0;
}

.rAccounting__presidentSecBox p.rAccounting__presidentSec__name {
	color: #fff;
	font-size: 93%;
}

.rAccounting__presidentSecBox p.rAccounting__presidentSec__desc {
	font-size: 93%;
	color: #fff;
}

.rAccounting__internFormSec {
	margin-top: 40px;
}


/*202203 intern sp*/
.rIntern_container {
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #333;
	font-size: 14px !important;
}

.rIntern__img {
	width: 100%;
}

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

.rIntern__text {
	width: 100%;
	margin-top: 20px;
}

.rIntern__text.w100 {
	width: 100%;
}

.rIntern__text p {
	color: #333;
	letter-spacing: 0.05em;
	font-size: 110%;
}

.rIntern__text a {
	display: inline;
	font-weight: 700;
	text-decoration: underline;
}

.rIntern__btn {
	width: 80%;
	max-width: 100%;
	margin: 25px auto;
}

/* .rIntern__btn a {
  	padding: 20px 10px;
  	display: block;
  	font-size: 110%;
  	background: url(../img/btn-bg.png) no-repeat center center;
  	background-size: cover;
  	position: relative;
  	color: #fff;
  }

	.rIntern__btn a:hover {
		opacity: 0.6;
	} */

.rIntern__btn a {
	color: #fff;
	padding: 20px 10px;
	display: block;
	font-size: 110%;
	text-align: left;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	transition: .3s;
	background-color: #122776;
}

.rIntern__btn a::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	border-right: 0px solid transparent;
	/* border-top: 130px solid #122776; */
	border-top: 130px solid #07164f;
	transform: translateX(30%) rotate(130deg);
	transition: .3s;
}

.rIntern__btn a:hover {
	color: #fff;
}

.rIntern__btn a:hover::before {
	transform: translateX(100%) rotate(130deg);
}

.rIntern__btn a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.rIntern__mvSec {
	width: 100%;
	max-width: 100%;
}

.rIntern__mvSec__img {
	width: 100%;
	max-width: 100%;
	margin: auto;
}

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

.rIntern__pointSec {
	margin-top: 30px;
	padding: 40px 0 30px;
	position: relative;
}

.rIntern__pointSec .inner {
	max-width: 100%;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.rIntern__pointSec .intern-inner p {
	text-align: center;
}

.rIntern__pointSec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
	width: 95%;
	max-width: 100%;
	height: 25px;
	display: block;
	background: url(../img/img-limne-gold.png) no-repeat center;
	background-size: contain;
}

.rIntern__pointSec::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
	width: 95%;
	max-width: 100;
	height: 25px;
	display: block;
	background: url(../img/img-limne-gold.png) no-repeat center;
	background-size: contain;
}

.rIntern__pointSec h1.min {
	text-align: center;
	font-size: 150%;
	font-weight: 600;
	line-height: 1.8;
	color: #333;
	margin-bottom: 20px;
}

.rIntern__pointSec h4.min {
	text-align: center;
	font-size: 130% !important;
	font-weight: 600;
	line-height: 1.5;
	color: #333;
	margin: 20px auto 20px;
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgb(54, 149, 252, 0.5);
	text-underline-offset: -0.1em;
	text-decoration-skip-ink: none;
}

.rIntern__pointSec p {
	text-align: left;
	margin-bottom: 20px;
	font-size: 110%;
	line-height: 1.8;
}

.rIntern__pointSec p span {
	font-weight: 700;
	font-size: 110%;
	line-height: 1.8;
}

.rIntern__pointSec .attention__list li {
	margin-bottom: 3px;
}

.rIntern__pointSec .attention__list li::after {
	top: -2px;
}

.rIntern__meritSec {
	margin-top: 50px;
}

.rIntern__meritSecList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rIntern__meritSecList li {
	width: 100%;
	padding-left: 30px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	font-size: 100%;
	letter-spacing: 0.05em;
}

.rIntern__meritSecList li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 15px;
	display: block;
	background: url(../img/ico-check.svg) no-repeat center;
	background-size: contain;
}

.rIntern__featureSec {
	margin-top: 40px;
}

/* .rIntern__featureSecBlock:not(:first-of-type) {
  	margin-top: 25px;
  } */

.rIntern__holidaySec {
	margin-top: 100px;
}

/* .rIntern__internSec {
  	margin-top: 15px;
  } */

.rIntern__internSecBlock {
	margin-top: 15px;
}

.rIntern__internSecBlock .rIntern__impressions {
	display: block;
}

.rIntern__internSecBlock .rIntern__impressions li {
	width: 100%;
}

.rIntern__internSecBlock .rIntern__impressions li h4 {
	font-family: 'Sawarabi Mincho', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", 'Noto Serif JP', HGS明朝E, メイリオ, Meiryo, serif;
	margin: 16px 0;
	color: #122776;
	font-size: 125%;
}

.rIntern__internSecBlock .rIntern__impressions li img {
	width: 100%;
}

.rIntern__internSecBlock .seminar-title {
	text-align: center;
	color: #122776;
	font-weight: bold;
	font-size: 16px;
	margin-block: 30px 40px;
}

.rIntern__internSecBlock .seminar-title small {
	color: #122776;
	font-size: 12px;
}

.rIntern__internSec h4.goth {
	color: #122776;
	margin-bottom: 25px;
	text-align: center;
}

.rIntern__internSec .dot__list {
	margin-top: 30px;
	list-style-type: disc !important;
}

.rIntern__internSec .dot__list li {
	list-style-type: disc !important;
	margin-bottom: 5px;
	display: block;
	font-size: 110%;
	letter-spacing: 0.05em;
}

.rIntern__internSec .attention__list {
	margin-top: 15px;
}

.rIntern__internSec .attention__list {
	margin-top: 15px;
}

.rIntern__internSec .attention__list li {
	padding-left: 15px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}

.rIntern__internSec .attention__list li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 120%;
	display: block;
}

.rIntern__internSeminarSec {
	width: 100%;
}

.rIntern__internSeminarSec:not(:last-of-type) {
	margin-bottom: 30px;
}

.rIntern__internSeminarSecWrap.flexContainer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.rIntern__internSeminarSec h4 {
	color: #fff;
	font-size: 125%;
	background-color: #122776;
	padding: 15px;
	display: inline-block;
	max-width: 37%;
	margin-bottom: 15px;
}

.rIntern__internSeminarSec h5 {
	color: #122776;
	font-size: 125%;
	margin-bottom: 24px;
}

.rIntern__internSeminarSecBox {
	margin-top: auto;
	border: 1px solid #ccc;
	padding: 15px 15px 5px;
	margin: 0 auto !important;
}

.rIntern__internSeminarSecList li {
	padding-left: 30px;
	margin-bottom: 18px;
	display: block;
	position: relative;
	font-weight: 600;
}

.rIntern__internSeminarSecList li::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 15px;
	display: block;
	background: url(../img/ico-check.svg) no-repeat center;
	background-size: contain;
}

/*セミナードロップ*/
.drop_rIntern__internSeminarSec {
	width: 100%;
}

.drop_rIntern__internSeminarSec:not(:last-of-type) {
	margin-bottom: 30px;
}

.drop_rIntern__internSeminarSecWrap.flexContainer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.drop_rIntern__internSeminarSec h4 {
	color: #fff;
	font-size: 125%;
	background-color: #122776;
	padding: 15px;
	display: inline-block;
	max-width: 37%;
	margin-bottom: 15px;
}

.drop_rIntern__internSeminarSec h5 {
	color: #122776;
	font-size: 125%;
	margin-bottom: 24px;
}

.drop_rIntern__internSeminarSecBox {
	margin-top: auto;
	border: 1px solid #ccc;
	padding: 15px 15px 5px;
	margin: 0 auto !important;
}

.drop_rIntern__internSeminarSecList li {
	padding-left: 30px;
	margin-bottom: 18px;
	display: block;
	position: relative;
	font-weight: 600;
}

.drop_rIntern__internSeminarSecList li::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 15px;
	display: block;
	background: url(../img/ico-check.svg) no-repeat center;
	background-size: contain;
}

/*セミナードロップ*/

.rIntern__internDetSec {
	margin: 25px auto 30px;
	background-color: #f8f8f8;
	padding: 30px 16px 10px;
}

.rIntern__internDetSec.flexContainer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.rIntern__internDetSecBox {
	width: 100%;
}

.rIntern__internDetSecBox:last-child {
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.rIntern__internDetSecBox h4.ico {
	color: #122776;
	font-size: 125%;
	text-align: left;
	position: relative;
	padding: 0 28px;
	margin-bottom: 15px;
	display: inline-block;
}

.rIntern__internDetSecBox h4.ico::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 25px;
	background: url(../img/detail-tit.svg) no-repeat center;
	background-size: 100%;
}

.rIntern__internDetSecBox h4.ico::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 25px;
	background: url(../img/detail-tit.svg) no-repeat center;
	background-size: 100%;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.rIntern__internDetSecBox dl {
	margin-bottom: 20px;
}

.rIntern__internDetSecBox dl {
	margin-bottom: 20px;
}

.rIntern__internDetSecBox dl dt {
	text-align: left;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 98%;
}

.rIntern__internDetSecBox dl dd {
	margin-bottom: 10px;
	text-align: left;
	font-size: 98%;
	letter-spacing: 0.05em;
}

.rIntern__internDetSecBox p {
	text-align: left;
	margin-bottom: 0px !important;
	font-size: 98% !important;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.rIntern__faqSec {
	margin-top: 15px;
	margin-bottom: 50px;
}

.rIntern__faqSecAccd {
	border: 1px solid #e4e3e3;
	padding: 15px;
}

.rIntern__faqSecAccd:not(:first-of-type) {
	margin-top: 15px;
}

.rIntern__faqSecAccd dt {
	font-size: 114%;
	position: relative;
	cursor: pointer;
}

.rIntern__faqSecAccd dt span {
	font-size: 114%;
	color: #122776;
}

.rIntern__faqSecAccd dt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #6a6a6a;
	border-bottom: 2px solid #6a6a6a;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.rIntern__faqSecAccd dt.is-active:after {
	-webkit-transform: translateY(-50%) rotate(225deg);
	transform: translateY(-50%) rotate(225deg);
}

.rIntern__faqSecAccd dd {
	margin-top: 15px;
	border-top: 1px solid #e4e3e3;
	padding-top: 15px;
	line-height: 1.8;
	display: none;
	font-size: 100%;
}

.rIntern__faqSecAccd dd a {
	text-decoration: underline;
	display: inline;
	font-weight: 700;
}

.rIntern__handlSec {
	margin-top: 50px;
}

.rIntern__handlSec__box {
	padding: 25px 15px 5px;
	background-color: #e5f2ff;
}

.rIntern__handlSec__box p {
	text-align: left;
	font-weight: 700;
	font-size: 100%;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.postid-93 .bonus {
	display: none;
}




section .fitter_message_right h3 {
	text-align: center;
	margin-top: 30px;
}

section .fitter_message_left {
	width: 48%;
	margin: 0 auto;
}

.rAccounting__interviewSecList.fitter_interview li .thumb::after {
	content: none;
}

.rAccounting__interviewSecList.fitter_interview {
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
}

.rAccounting__bnnerSec.bottom.fitter-add-bnr.bnr01 a {
	margin-top: 30px;
}

.rAccounting__bnnerSec.bottom.fitter-add-bnr .inner {
	width: 100%;
	justify-content: space-between;
	display: block;
}

.rAccounting__bnnerSec.bottom.fitter-add-bnr.bnr01 .inner a {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: block;
}

.rAccounting__bnnerSec.bottom.fitter-add-bnr.bnr01 .inner a img {
	width: 100%;
}


.footer-seo-text {
	margin-top: 80px;
	padding: 20px 5%;
	background-color: #E6E4E0;
	color: #666;
	font-size: 16px;
}

.re-tmp3-TextSans {
	font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}


body div .sec_title {
	width: 250px;
	line-height: 2.5;
	font-size: 24px;
	text-align: center;
	margin: 0 auto 30px;
	scroll-margin-top: 60px;
	border: 1px solid #000;
	font-family: 'Sawarabi Mincho', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", 'Noto Serif JP', HGS明朝E, メイリオ, Meiryo, serif;
}

.recruit-top_mv {
	margin-bottom: 20px;
	position: relative;
}

.recruit-top_mv ul {
	padding: 10px;
	background-color: #FFF;
	position: absolute;
	bottom: 3vw;
	right: 0;
	left: 0;
	margin: auto;
	display: inline-block;
	width: fit-content;
}

.recruit-top_mv ul li {
	font-size: 3.3vw;
	font-family: 'Sawarabi Mincho', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", 'Noto Serif JP', HGS明朝E, メイリオ, Meiryo, serif;
}

.recruit-top_mv ul li span {
	color: red;
}

ul.add__change {
	padding-bottom: 50px;
	width: fit-content;
	margin: 0 auto;
	text-align: left;
}

ul.add__change li {
	font-size: 16px;
}

ul.add__change li a {
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 10px;
}

ul.add__change li a::after,
ul.add__change li a::before {
	content: "◼︎";
	font-size: 14px;
	font-weight: 100;
}

@media screen and (max-width: 450px) {
	.recruit-top_mv ul {
		position: absolute;
		bottom: 2.5vw;
		line-height: 1.2;
	}
}

.recruit-top_mv img {
	width: 100%;
}

.top_link {
	margin-bottom: 50px;
}

.top_link .flex_link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	position: relative;
}

.top_link .flex_link::after {
	position: absolute;
	content: "";
	height: 96%;
	width: 1px;
	background-color: rgb(141, 140, 140);
	left: 0;
	right: 0;
	top: 30px;
	bottom: 0;
	margin: auto;
}

body .top_link .sec_title {
	margin: 0 auto;
}

.top_link .flex_link .item {
	width: 50%;
	margin-top: 30px;
}

.top_link .flex_link .item h3 {
	text-align: center;
	font-size: 18px;
	color: #122776;
}

.top_link .flex_link .item a {
	padding-bottom: 20px;
	text-align: center;
	text-decoration: underline;
}

.top_link .flex_link .item:nth-child(3) a::before,
.top_link .flex_link .item:nth-child(4) a::before {
	content: "◼︎";
	font-size: 12px;
	font-weight: 100;
}

.top_link .flex_link .item:nth-child(3) a::after,
.top_link .flex_link .item:nth-child(4) a::after {
	content: "◼︎";
	font-size: 12px;
	font-weight: 100;
}

#job__introduction.top_link .flex_link .item h3 {
	margin-bottom: 0;
}

#job__introduction.top_link .flex_link .item:nth-child(3),
#job__introduction.top_link .flex_link .item:nth-child(4) {
	margin-top: 0;
}

.top_flow .inner ul li {
	position: relative;
	padding: 20px 10px;
	background-color: rgb(240, 240, 240);
	/* width: 95%; */
	margin-left: auto;
	padding-left: 55px;
	margin-right: auto;
	max-width: 600px;
}

.top_flow .flex img {
	display: block;
	width: 35%;
}

body section.top_flow .flex p {
	line-height: 1.5;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: fit-content;
	width: 60%;
}

section.top_flow .flex {
	display: flex;
	justify-content: right;
	position: relative;
}

.top_flow .inner ul li::after {
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	top: -1px;
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid;
	border-width: 20px 25px 0 25px;
	border-color: rgb(208, 208, 208) transparent transparent transparent;
}

.top_flow .inner ul li:nth-child(odd) {
	background-color: rgb(208, 208, 208);
}

.top_flow .inner ul li:nth-child(odd)::after {
	border-style: solid;
	border-width: 20px 25px 0 25px;
	border-color: rgb(240, 240, 240) transparent transparent transparent;
}

.top_flow .inner ul li:nth-child(1)::after {
	content: none;
}

.top_flow .inner ul li a {
	display: inline;
	text-decoration: underline;
}

.top_flow .inner ul li span {
	position: absolute;
	left: -5px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #0084ff;
	border-radius: 50px;
	color: #FFF;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
	box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

.top-menu {
	margin-top: 5px;
}

.top-menu .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-menu .inner a {
	width: 48%;
	text-decoration: none;
	line-height: 1.5;
	font-size: 20px;
	height: 68px;
	text-align: center;
	margin: 20px auto 0;
	padding-top: 19px;
	border: 1px solid #000;
	font-family: 'Sawarabi Mincho', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", 'Noto Serif JP', HGS明朝E, メイリオ, Meiryo, serif;
	box-sizing: border-box;
}

.top-menu .inner a:nth-child(4) {
	padding-top: 3px;
}

.main_nav_wrap.page .sec_title.top {
	margin-top: 50px;
}

.main_container .inner h2 {
	font-size: initial;
}

.main_container .inner h2.min {
	font-weight: normal;
	letter-spacing: 0.2em;
	font-size: 15.6px;
	margin-bottom: 10px;
	position: relative;
	padding: 10px 0 10px 20px;
}

body footer .add_wrap h2 {
	font-size: 250%;
}

body p.form__link-add {
	text-align: center;
}

body p.form__link-add a {
	display: inline-block;
	text-decoration: underline;
}

body section.inner h2.min::before,
body div.inner h2.min::before {
	content: "";
	width: 10px;
	height: 47px;
	background-image: url(../img/h2_item.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

body section h3.ant {
	letter-spacing: 0.2em;
	margin-bottom: 15px;
	color: #122776;
	text-align: center;
	font-size: 110%;
	padding: 5px 25px;
	position: relative;
}

body section h3.ant::before,
body section h3.ant::after {
	content: "";
	width: 15px;
	height: 30px;
	background-image: url(../img/h3_ant.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

body section h3.ant::before {
	left: 5px;
}

body section h3.ant::after {
	right: 5px;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

body div .sp__none {
	display: none;
}

body.home section h3 {
	color: #122776;
	letter-spacing: 0.2em;
	font-size: 120%;
	margin-bottom: 15px;
}

body a.inline {
	display: inline-block;
}

form ul.checkbox.title li.hope_date_title {
	font-weight: bold;
}

form ul.checkbox.title li.hope_date_title:not(:first-child) {
	margin-top: 30px;
}

.philosophy_copy {
	margin-top: 30px;
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	color: #122776;
}

.president_profile {
	background: #0084ff;
	background: -moz-linear-gradient(-55deg, #0084ff 60%, #198df8 60%);
	background: -webkit-linear-gradient(-55deg, #0084ff 60%, #198df8 60%);
	background: linear-gradient(125deg, #0084ff 60%, #198df8 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0084ff', endColorstr='#198df8', GradientType=1);
	padding: 10px 15px;
	margin: 0 auto;
	width: 80%;
	color: #fff;
}

.president_profile h4 {
	font-weight: normal;
	font-size: 180%;
	margin-bottom: 20px;
	color: #fff;
}

.president_profile h4 small {
	font-size: 60%;
	color: #fff;
}

.president_profile p {
	font-size: 100%;
	width: 100%;
	color: #fff;
	margin-bottom: 0;
}

/* 240131追加 */
.youtube-block {
	margin: 15px auto;
}

iframe.youtube-16-9 {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.link_none {
	pointer-events: none;
	color: #e0e0e0;
}

/* 240301追加 */
.mb-0 {
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt50 {
	margin-top: 30px !important;
}

/* header改修 */
header .bnr {
	display: none;
}

header .bnr_sp {
	max-width: 250px;
	margin: 0 auto;
}

/* 検索窓追加 */
header .search-box {
	width: calc(100% - 30px);
	text-align: unset;
	margin: 20px auto 0;
}

header .search-box .search-box_left {
	width: 85%;
	border: 1px solid #ccc !important;
	padding: 6px;
	font-size: 14px;
}

header .search-box .search-box_right {
	width: 15%;
	padding: 7px;
	background-color: #ccc !important;
	color: #fff;
	margin-left: -5px;
	font-size: 14px;
	border-radius: 0%;
}

/* トップコラム用css */

.top-column_btn_wrap {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.top-column_btn {
	color: #002da1;
	text-decoration: underline;
	position: relative;
	padding-right: 20px;
	word-break: break-all;
	display: inline-block;
	transition: .2s;
}

.top-column_btn::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: solid 6px transparent;
	border-right: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px #002da1;
	position: absolute;
	top: 50%;
	right: 2px;
	margin-top: -5px;
}

.top-column_ul {
	width: 100%;
	display: block;
}

.top-column_ul .recruit-column_li {
	width: 100%;
	transition: .2s;
}

.top-column_ul .recruit-column_li a {
	padding-bottom: 0;
}

.top-column_ul .recruit-column_li:hover {
	opacity: 0.6;
	transition: .2s;
}

.top-column_ul .recruit-column_li .recruit-column_mv {
	width: 100%;
}

.top-column_ul .recruit-column_li .recruit-column_mv img {
	max-width: 100%;
	height: auto;
}

.top-column_ul .recruit-column_li .recruit-column_title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	margin: 15px 0 0;
	padding: 0;
	letter-spacing: 0.15em;
	line-height: 1.4;
	font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

.top-column_ul .recruit-column_li .recruit-column_title::before {
	display: none;
}

/* コラム一覧用css */

.recruit-column_page .recruit-column_block {
	width: 86.7%;
	max-width: 1080px;
	margin: 0 auto 50px;
	display: block;
}

.recruit-column_page .recruit-column_block .recruit-column_left {
	width: 100%;
}

.recruit-column_page .recruit-column_block .recruit-column_left .recruit-column_ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.recruit-column_page .recruit-column_block .recruit-column_left .recruit-column_ul .recruit-column_li {
	width: 100%;
	transition: .2s;
}

.recruit-column_page .recruit-column_block .recruit-column_left .recruit-column_ul .recruit-column_li:hover {
	opacity: 0.6;
	transition: .2s;
}

.recruit-column_page .recruit-column_block .recruit-column_left .recruit-column_ul .recruit-column_li:nth-of-type(3n) {
	margin-right: 0;
}

.recruit-column_page .recruit-column_block .recruit-column_left .recruit-column_ul .recruit-column_li .recruit-column_mv {
	width: 100%;
}

.recruit-column_page .recruit-column_block .recruit-column_left .recruit-column_ul .recruit-column_li .recruit-column_mv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 680 / 453;
}

.recruit-column_page .recruit-column_block .recruit-column_left .recruit-column_ul .recruit-column_li .recruit-column_title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	margin: 15px 0 0;
	padding: 0;
	letter-spacing: 0.15em;
	line-height: 1.4;
	font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

.recruit-column_page .recruit-column_block .recruit-column_left .recruit-column_ul .recruit-column_li .recruit-column_title::before {
	display: none;
}

.recruit-column_page .recruit-column_block .recruit-column_right {
	width: 85%;
	margin: auto;
}

.recruit-column_page .recruit-column_block .recruit-column_right .recruit-column_bnrUl .recruit-column_bnrLi:not(:first-of-type) {
	margin-top: 20px;
}

.recruit-column_page .recruit-column_block .recruit-column_right .recruit-column_bnrUl .recruit-column_bnrLi a {
	transition: .2s;
}

.recruit-column_page .recruit-column_block .recruit-column_right .recruit-column_bnrUl .recruit-column_bnrLi a:hover {
	transition: .2s;
	opacity: 0.6;
}

.recruit-column_page .recruit-column_block .recruit-column_right .recruit-column_bnrUl .recruit-column_bnrLi a img {
	width: 100%;
}

.recruit-column_pageNation {
	text-align: center;
	font-size: 16px;
	display: flex;
	align-items: center;
	width: fit-content;
	margin: 80px auto 0;
}

.recruit-column_pageNation .recruit-column_pageNationNum {
	font-size: 13px;
	width: fit-content;
	color: #fff;
	padding: 5px 12px;
	margin: 0 5px;
	background-color: #bfbfbf;
	font-weight: bold;
	display: block;
}

.recruit-column_pageNation .current {
	background-color: #000;
}

.recruit-column_pageNation .prev {
	position: relative;
	display: inline-block;
	padding: 10px 10px 10px 54px;
}

.recruit-column_pageNation .prev::before {
	content: "";
	display: block;
	width: 54px;
	height: 1px;
	background-color: #000;
	margin: auto 5px auto 0;
	position: absolute;
	right: 54px;
	top: 0;
	bottom: 0;
}

.recruit-column_pageNation .prev::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 10px;
	border-color: transparent transparent transparent #000;
	margin: auto 0;
	position: absolute;
	right: 108px;
	top: 0;
	bottom: 0;
	transform: rotate(180deg);
}

.recruit-column_pageNation .next {
	position: relative;
	display: inline-block;
	padding: 10px 54px 10px 10px;
}

.recruit-column_pageNation .next::before {
	content: "";
	display: block;
	width: 54px;
	height: 1px;
	background-color: #000;
	margin: auto 0;
	position: absolute;
	left: 54px;
	top: 0;
	bottom: 0;
}

.recruit-column_pageNation .next::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 10px;
	border-color: transparent transparent transparent #000;
	margin: auto 0;
	position: absolute;
	left: 108px;
	top: 0;
	bottom: 0;
}





/* コラム詳細用css */

.column_single {
	width: 100%;
	max-width: unset;
	margin: 0 auto;
	display: block;
}

.column_single .column_block_left {
	width: 100%;
}

.column_single .column_block_left .column_title {
	font-weight: bold;
	font-size: 26px;
	margin: 15px 0;
	line-height: 1.4;
	font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif;
	width: 90%;
	margin: 15px auto;
}

.column_single .column_block_left .column_mv {
	width: 115%;
	margin-left: -8%;
}

.column_single .column_block_left .column_mv img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 212 / 123;
	height: 100%;
}

.column_single .column_block_left .column_content {
	width: 90%;
	margin: 20px auto;
}

.column_single .column_block_left .column_content strong {
	font-weight: bold;
	font-size: 110%;
}

.column_single .column_block_left .column_content a {
	color: #002da1;
	text-decoration: underline;
	position: relative;
	padding-right: 20px;
	word-break: break-all;
	display: inline-block;
	transition: .2s;
}

.column_single .column_block_left .column_content a::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: solid 6px transparent;
	border-right: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px #002da1;
	position: absolute;
	top: 50%;
	right: 2px;
	margin-top: -5px;
}

.column_single .column_block_left .column_content a:hover {
	opacity: 0.6;
	transition: .2s;
}

.column_single .column_block_left .column_content h2 {
	padding: 5px 0 10px 15px;
	border-left: solid 5px #162776;
	border-bottom: solid 1px #162776;
	margin: 70px 0 50px 0;
	font-size: 26px;
	color: #162776;
	font-weight: bold;
	line-height: 1.5;
	font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;

}

.column_single .column_block_left .column_content h2 span {
	font-size: 26px;
	color: #162776;
	font-weight: bold;
	line-height: 1.5;
	font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

.column_single .column_block_left .column_content h2::before {
	display: none;
}

.column_single .column_block_left .column_content h3 {
	font-size: 26px;
	color: #162776;
	font-weight: bold;
	line-height: 1.5;
	font-family: "Times", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif;
	padding: 0px 0 0px 10px;
	border-left: solid 5px #162776;
	margin: 40px 0 25px 0;
}

.column_single .column_block_left .column_content h4 {
	font-size: 23px;
	color: #000;
	font-weight: bold;
	line-height: 1.1;
	padding: 5px 0 0px 8px;
	border-left: solid 3px #000;
	margin: 40px 0 25px 0;
}

.column_single .column_block_left .column_content p {
	font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.5rem;
	margin-top: 0;
}

.column_single .column_block_left .column_content img {
	max-width: 100%;
	height: auto;
}

.column_single .column_block_left .column_content #toc_container {
	margin: 45px 0 80px 0;
	font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic' !important;
	font-size: 18px;
	width: 100% !important;
	display: block;
	background: transparent;
	border: none;
	padding: 0;
}

.column_single .column_block_left .column_content #toc_container p.toc_title {
	background-color: #162776;
	color: #fff;
	width: calc(100% - 20px);
	padding: 10px;
	font-size: 14px;
	text-align: initial;
	font-weight: normal;
	line-height: 1 !important;
}

.column_single .column_block_left .column_content #toc_container p.toc_title+ul.toc_list {
	margin-top: 0;
}

.column_single .column_block_left .column_content #toc_container ul.toc_list {
	border: 2px solid;
	border-color: #d5d5d5;
	border-top: hidden;
	width: 100%;
	padding: 25px 20px 10px 45px;
}

.column_single .column_block_left .column_content #toc_container.no_bullets li,
#toc_container.no_bullets ul li {
	background: initial;
	width: auto;
	font-size: 16px;
	margin-bottom: 25px !important;
}

.column_single .column_block_left .column_content #toc_container ul.toc_list li a {
	color: #000 !important;
	padding-right: 0;
	line-height: 1.5;
	display: block;
}

.column_single .column_block_left .column_content #toc_container .toc_number {
	font-size: 16px;
}

.column_single .column_block_right {
	width: 85%;
	margin: auto;
}

.column_single .column_block_right .recruit-column_bnrUl .recruit-column_bnrLi:not(:first-of-type) {
	margin-top: 20px;
}

.column_single .column_block_right .recruit-column_bnrUl .recruit-column_bnrLi a {
	transition: .2s;
}

.column_single .column_block_right .recruit-column_bnrUl .recruit-column_bnrLi a:hover {
	transition: .2s;
	opacity: 0.6;
}

.column_single .column_block_right .recruit-column_bnrUl .recruit-column_bnrLi a img {
	width: 100%;
}

/* 20250604追記 */
.add_bg_color {
	padding: 16px 20px;
	background-color: #E6E4E0;
}

.add_bg_color .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
	padding: 0;
}

.column_single .column_block_left .column_content .add_bg_color p {
	margin-bottom: 14px;
	font-family: "sawarabi mincho";
}

.column_single .column_block_left .column_content .add_bg_color .profile_name {
	font-size: 24px;
}

.add_bg_color .wp-block-media-text__media img {
	width: min(100%, 500px);
	margin: 0 auto 20px;
}

.column_single .column_block_left .column_content .add_bg_color .profile_name {
	font-size: 20px;
}

.postid-587 .column_single .column_block_left .column_mv {
	width: 100%;
	margin-left: 0;
}

/* 20250625追記 */
.fd-rr .flexContainer .rAccounting__text {
	padding: 0 0 0 2%;
}

.paddingTopNone .flexContainer .rAccounting__text {
	padding-top: 0;
}

.fd-rr.addMargin {
	margin-bottom: 30px;
}

.abosoluteParent {
	position: relative;
}

.postid-710 .rAccounting__worrieSecList li.icon-skill::before,
.postid-717 .rAccounting__worrieSecList li.icon-skill::before,
.postid-740 .rAccounting__worrieSecList li.icon-skill::before,
.postid-409 .rAccounting__worrieSecList li.icon-skill::before {
	background: url(../img/ico-accounting-1.png) no-repeat;
	/* background: url(./assets/img/ico-accounting-1.png) no-repeat; */
	background-size: 100%;
}

.rAccounting__img__text,
.rIntern__img__text {
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top,
			rgba(43, 35, 30, 1) 0%,
			rgba(43, 35, 30, 0.5) 50%,
			rgba(43, 35, 30, 0) 100%);
	width: calc(100% - 20px);
	padding: 30px 10px 15px;
}

.rAccounting__img__text p,
.rIntern__img__text p {
	font-weight: 700;
	margin-bottom: 0;
	font-size: clamp(12px, 3.58974vw, 14px);
	color: #fff;
	text-align: center;
	font-family: "Yu Gothic";
	margin-bottom: 0 !important;
}

.inner__wrapper,
.img_left.flex {
	display: flex;
	gap: 0 5%;
}

.inner__wrapper.fd__rr {
	flex-direction: row-reverse;
}

.inner__wrapper__text {
	width: 100%;
}

.section.rAccounting__interviewSec .floatNone.inner .right,
.section.rAccounting__interviewSec .floatNone.inner .left {
	float: none;
}

.top_block.fwrap.ovr_img .inner {
	width: 100%;
}

.section.rAccounting__interviewSec .narrow.left,
.section.rAccounting__interviewSec .floatNone.inner {
	width: 100%;
}

.section.rAccounting__interviewSec .floatNone.inner .narrow {
	margin: 0;
}

.img.right.pc {
	position: relative;
	height: fit-content;
	width: 40%;
}

.img.right.pc img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1.5;
}

/* 20250625追記END */