@charset "utf-8";

.sp {
	display: none !important;
}

/*---追加CSS---*/
p span.small-text01 {
	font-size: 0.8em;
	text-align: left;
	display: inline-block;
	margin-top: 1%;
}

ul.actor-list {
	margin-bottom: 2%;
}

.page section .narrow.left {
	width: 55%;
}

/*---追加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: #000; */
	font-family: "游ゴシック体", "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.1em;
	font-size: 15px;
	text-align: justify;
	font-feature-settings: "palt";
}

html {
	scroll-behavior: smooth;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

.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;
}

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

a {
	text-decoration: none;
	color: #000;
	display: block;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	color: #198df8;
}

img {
	display: block;
}

::selection {
	background: #a2d2ff;
}

::-moz-selection {
	background: #a2d2ff;
}

/*共通*/
.w100 {
	width: 100%;
}

.fwrap {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.sideby {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.inner {
	max-width: 1500px;
	/*width:95%;*/
	width: 99.2%;
	margin: auto;
	padding: 0;
}

body.home .inner {
	max-width: 1080px;
	width: 95%;
	margin: auto;
	padding: 0;
}

body.home .inner {
	max-width: 1080px;
	width: 95%;
	margin: auto;
	padding: 0;
}

body.home .top_block.fwrap.inner {
	max-width: 1280px;
	padding-bottom: 130px;
	margin-bottom: 100px;
}

.arrow {
	position: relative;
}

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

.text-note {
	color: #858585 !important;
	font-size: 13px !important;
}

.alignCenter {
	text-align: center;
}

.linkBtn {
	display: block;
	width: fit-content;
	margin: auto;
	font-size: 130%;
	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;
}

header .inner {
	max-width: 1280px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

header .logo {
	width: 220px;
}

@media screen and (max-width: 1109px) {
	header .logo {
		width: 125px;
		margin-right: 30px;
	}
}

@media screen and (max-width: 890px) {
	header .logo {
		margin-right: 10px;
	}
}

header nav ul {
	flex-wrap: wrap;
}

header nav li a {
	padding: 20px 8px;
	position: relative;
}

/* header nav li a::after,
footer nav li a::after{
	content:"";
	width:1px;
	height:20px;
	background:#000;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
} */
header nav li:last-child a::after {
	content: none;
}

header nav li.bg a {
	background: #0084ff;
	color: #fff;
}

.main_visual {
	height: 40vw;
	position: relative;
}

.main_visual h1 {
	position: absolute;
	left: 5vw;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 9em;
}

.main_visual h1 img {
	width: 35vw;
	max-width: 624px;
	margin: auto;
}

.main_visual h1 span {
	text-align: center;
	display: block;
	letter-spacing: 0.5em;
	font-size: 130%;
	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: 100%;
}

.main_nav_wrap {
	margin-top: -30px;
}

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

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

.main_nav_wrap .news,
.main_nav_wrap .main_nav,
.main_nav_wrap .main_nav li {
	display: inline-block;
	vertical-align: bottom;
}

.main_nav_wrap .news,
.main_nav_wrap .main_nav {
	width: 50%;
}

.main_nav_wrap .news h2,
.main_nav_wrap .news ul {
	display: inline-block;
	vertical-align: middle;
}

.main_nav_wrap .news {
	padding: 10px 0 10px 7vw;
	box-sizing: border-box;
}

.main_nav_wrap .news h2 {
	font-size: 146%;
	color: #baa30b;
	letter-spacing: 0.3em;
	font-weight: normal;
}

.main_nav_wrap .news ul {
	width: 80%;
}

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

.main_nav_wrap .news li dl {
	margin: 5px auto;
}

.main_nav_wrap .news li dt {
	width: 25%;
	min-width: 100px;
	text-align: center;
	font-size: 85%;
	vertical-align: middle;
	font-weight: bold;
}

.main_nav_wrap .news li dd {
	width: 75%;
	min-width: 260px;
	font-size: 12px;
}

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

.main_nav_wrap .main_nav li {
	width: 32.6666667%;
	height: 200px;
	vertical-align: middle;
	margin-right: 1%;
	position: relative;
	background: #cce6ff;
	overflow: hidden;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.main_nav_wrap .main_nav li:hover {
	height: 250px;
	margin-top: -50px;
}

.main_nav_wrap .main_nav li:last-child {
	margin-right: 0;
	background: #198df8;
}

.main_nav_wrap .main_nav li::before {
	content: "";
	background: #a1d6f6;
	position: absolute;
	width: 140%;
	height: 200%;
	-webkit-transform: rotate(45deg);
	transform: rotate(35deg);
	z-index: 1;
	left: -80%;
	top: -70%;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.main_nav_wrap .main_nav li:last-child::before {
	background: #0084ff;
}

.main_nav_wrap .main_nav li:hover::before {
	left: -5%;
}

.main_nav_wrap .main_nav li a {
	height: calc(100% - 30px);
	font-weight: bold;
	color: #fff;
	font-size: 135%;
	letter-spacing: 0.07em;
	padding: 15px;
	position: relative;
	z-index: 2;
}

.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%;
	font-weight: normal;
	letter-spacing: 0.1em;
	display: block;
	margin-top: 10px;
}

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

footer * {
	color: #fff;
}

footer nav {
	margin-bottom: 50px;
}

footer nav ul {
	flex-wrap: wrap;
}

footer nav li a {
	position: relative;
	padding: 0 15px;
	font-size: 90%;
}

footer nav li a::after {
	background: #fff;
}

footer nav li:last-child a::after {
	content: none;
}

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: 250%;
}

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

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

footer .add_wrap .footer_contact {
	margin-left: 55px;
}

footer .add_wrap .footer_contact a {
	border: 1px solid #fff;
	padding: 7px 35px;
	font-size: 110%;
}

footer .add_wrap .footer_contact a:hover {
	border-color: #198df8;
}

footer .add_wrap .footer_contact a::after {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 3px 25px;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

footer .add_wrap .footer_contact a:hover::after {
	border-color: #198df8;
}

.app_btn {
	position: fixed;
	right: 0;
	bottom: 20px;
	width: 30vw;
	max-width: 530px;
	z-index: 999;
}

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

.app_btn::before {
	left: 8px;
	width: 100px;
}

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

.app_btn a {
	font-weight: bold;
	font-size: 140%;
	letter-spacing: 0.3em;
	padding: 20px 30px 20px 0;
	text-align: right;
}

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

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

.app_btn a::before {
	content: "";
	transform: skewX(-25deg);
	background: #198df8;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 23px;
	top: 0;
	z-index: -1;
}

/*page*/
.home .p_li {
	display: none;
}

.p_li {
	max-width: 1280px;
	margin: 20px auto;
}

.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 section {
	overflow: hidden;
}

body:not(.home) section .inner {
	max-width: 1080px;
}

body section .inner,
#post-717 .inner {
	max-width: 1080px;
}

body section .heading-title {
	padding: 45px 0;
}

body section h1 img {
	display: inline;
	vertical-align: bottom;
	width: 220px;
}

h1.seo-title {
	margin-bottom: 40px;
	line-height: 2.5;
	font-size: 16px;
	color: #122776;
}

h1.seo-title span {
	font-size: 40px;
	line-height: 1;
	color: #122776;
}

body section .heading-title strong {
	font-size: 150%;
	letter-spacing: 0.5em;
	position: relative;
	padding-left: 70px;
}

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

body section h2 {
	font-weight: normal;
	letter-spacing: 0.2em;
	/* font-size: 126%; */
	font-size: 150%;
	margin-bottom: 40px;
	position: relative;
	padding: 20px 0 20px 40px;
}

body section h2.left {
	padding: 30px 0 20px 40px;
}

body section h2::before {
	content: "";
	width: 18px;
	height: 87px;
	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 h2.left+.p_left h3 {
	padding-top: 25px;
}

body section h3 {
	color: #122776;
	letter-spacing: 0.2em;
	/* font-size:160%; */
	font-size: 130%;
	margin-bottom: 25px;
}

body section h3.ant {
	text-align: center;
	font-size: 145%;
	padding: 5px 0;
	position: relative;
}

body section h3.ant::before,
body section h3.ant::after {
	content: "";
	width: 25px;
	height: 39px;
	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:not(.home) .recruit_single .fwrap .txt p {
	margin-bottom: 20px;
	font-size: 110%;
	line-height: 1.8;
	letter-spacing: 0.05em;
	height: initial;
	vertical-align: initial;
	display: initial;
}

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

.page section .p_left {
	padding-left: 200px;
}

.page section .narrow {
	width: 60%;
}

.page section .ovr_img {
	position: relative;
}

.page section .abs {
	position: absolute;
}

.page section>div {
	max-width: 1280px;
	margin: 0 auto 50px;
}

body.home .page section>div.rAccounting__pointSec {
	margin: 0 auto 15px;
}

.page section .top_block .img {
	width: 40%;
}

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

.page section .img_left .narrow {
	margin: 0px 0 0 40%;
}

/*.page section .img_left .narrow{margin:50px 0 0 40%;}*/

/*page_in_nav*/
.page_in_nav {
	margin: 50px 0;
}

.page_in_nav li {
	width: 33%;
}

.page_in_nav li a {
	border: 1px solid #eee;
	padding: 25px 0;
	text-align: center;
	position: relative;
}

/*company*/
.company_page .top_block {
	padding-bottom: 130px
}

.company_page .top_block p:last-child {
	width: 90%;
}

.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 0;
	width: 30%;
	right: 7vw;
	bottom: 0;
	z-index: 1;
	position: absolute;
}

.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: 180%;
	margin-bottom: 20px;
}

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

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

.page .company_page .img_right .img.abs.right {
	top: -90px;
	width: 40%;
	right: 0;
}

.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-right: 15px;
}

.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: #fff;
	margin: 0 0 2px 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 .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 ul {
	margin-top: -50px;
}

.stylist_page .schedule li {
	padding: 30px 0;
	border-bottom: 1px dashed #3f3f3f;
	border-left: 2px solid #122776;
	position: relative;
}

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

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

.stylist_page .schedule li .img,
.stylist_page .schedule li dl {
	display: inline-block;
	vertical-align: middle;
}

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

.stylist_page .schedule li dl {
	width: 65%;
}

.stylist_page .schedule dt {
	width: 30%;
	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-left: -15px;
	position: relative;
	font-weight: normal;
}

.stylist_page .schedule li:last-child::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #122776;
	border-radius: 50%;
	position: absolute;
	left: -6px;
	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: 0 0 0 35%;
	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 .schedule li:last-child dd strong {
	margin: -55px 0 15px;
}

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

.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: 64%;
	position: absolute;
	left: 63px;
	bottom: 0;
	background-color: #122776;
}

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

.stylist_page .order_flow ol li {
	position: relative;
	padding: 5% 5px 5px 2%;
}

.stylist_page .order_flow ol.fwrap li:nth-child(1) {
	width: 45%;
}

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

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

.stylist_page .order_flow ol.full li:last-child {
	margin-top: -80px;
}

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

.stylist_page .order_flow ol.fwrap li:nth-child(2) {
	margin: 100px 0 0;
}

.stylist_page .order_flow ol.fwrap li:nth-child(3) {
	margin-left: 7%;
}

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

.stylist_page .order_flow ol.fwrap li:nth-of-type(n+2)::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 110px;
	background-color: #122776;
}

.stylist_page .order_flow ol.fwrap li:nth-child(2)::before {
	left: -85px;
	top: -10px;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}

.stylist_page .order_flow ol.fwrap li:nth-child(3)::before {
	right: -87px;
	top: -2px;
	-webkit-transform: rotate(-58deg);
	transform: rotate(-58deg);
}

.stylist_page .order_flow ol.fwrap li:nth-child(4)::before {
	left: -35px;
	top: -45px;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}

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

.stylist_page .order_flow ol.full li .icon {
	top: 2%;
}

.stylist_page .order_flow ol.fwrap li:nth-of-type(n+2) .icon {
	left: 5%;
}

.stylist_page .order_flow ol li .icon.small {
	width: 100px;
}

.stylist_page .order_flow ol.full li .img {
	width: 90%;
}

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

.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;
}

.stylist_page .order_flow ol.fwrap li:nth-child(odd) .txt {
	width: 90%;
}

.stylist_page .order_flow ol.fwrap li:nth-child(even) .txt {
	width: 85%;
}

.stylist_page .order_flow ol.full li .txt {
	margin: -100px 0 0 30%;
	width: 70%;
}

.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;
	width: 17%;
	height: 185px;
	border-radius: 10px;
	border: 3px solid #122776;
	box-sizing: border-box;
}

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

.flow_page .flow_tbl .sideby li::after {
	content: "";
	position: absolute;
	right: -53px;
	top: 0;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
	border: 30px solid transparent;
	border-left: 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 {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	height: 185px;
	color: #122776;
	font-size: 150%;
	font-weight: bold;
}

.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;
	padding: 20px 0;
	font-size: 140%;
	border-radius: 50%;
	top: -35px;
	right: 0;
	left: 0;
	margin: auto;
	width: 75px;
	font-weight: bold;
	background: #122776;
}

.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 {
	top: 0;
	right: 0;
	width: 40%;
}

.flow_page .ask dl {
	width: 50%;
}

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

.flow_page .ask dd {
	font-size: 120%;
	box-sizing: border-box;
	padding: 10px 2% 25px;
}

.ask p.min {
	font-size: 120%;
	line-height: 2;
	margin: 0 0 40px;
}

.flow_page .ask .img {
	width: 47%;
}

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

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

.flow_page .flow_li ol li::after {
	content: "";
	box-sizing: border-box;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 25px solid #122776;
	position: absolute;
	bottom: -50px;
	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: -4rem;
	padding-left: 4rem;
}

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

.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%;
}

.flow_page .flow_li .btn li a,
.interview_single .btn li a,
.stylist_page .order_flow .btn li a {
	padding: 20px 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: 50px;
}

.info_page .top_txt li {
	width: 49%;
}

.info_page .top_txt li:first-child {
	margin-right: 2%;
}

.info_page .top_txt li a {
	color: #fff;
	font-size: 150%;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 25px;
	background: #122776;
	display: table-cell;
	height: 72px;
	vertical-align: middle;
	padding: 15px 2em;
	width: 860px;
	border-radius: 5px;
	position: relative;
}

.info_page .top_txt li a:hover {
	background: #0084ff;
}

.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: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	right: 50px;
}

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

.info_page .img_right strong {
	font-size: 130%;
	color: #122776;
}

.info_page .program ol li {
	background: #0084ff;
	padding: 15px;
	font-size: 130%;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	font-weight: bold;
}

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

.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-bottom: 15px;
	width: 49%;
	box-sizing: border-box;
}

.info_page .program_ant:first-child {
	margin-right: 2%;
}

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

/*faq*/
.faq_page .page_in_nav li {
	width: 25%;
}

.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 10px 10px 60px;
	border: 1px solid #ddd;
}

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

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

.faq_page dl span {
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	font-size: 130%;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	padding-left: 3px;
}

.faq_page dt span {
	color: #122776;
}

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

.faq_page dd .btn {
	padding: 20px 0;
	text-align: center;
	width: 40%;
	margin-bottom: 15px;
	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: 25%;
	margin: 0 0 0 75%;
	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;
	position: relative;
	overflow: hidden;
}

.effect,
.app_btn a {
	position: relative;
	overflow: hidden;
}

.effect::before,
.app_btn a::after {
	content: "";
	opacity: 0;
	display: block;
	width: 20px;
	padding: 50% 0;
	position: absolute;
	top: -50px;
	left: -40px;
	background: rgba(255, 255, 255, 0.2);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(40%, rgba(255, 255, 255, 0.5)), color-stop(90%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.0)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.0) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.0) 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.0) 100%);
	-webkit-transition-property: left, top, opacity;
	-moz-transition-property: left, top, opacity;
	-ms-transition-property: left, top, opacity;
	-o-transition-property: left, top, opacity;
	transition-property: left, top, opacity;
	-webkit-transition-duration: 0.7s, 0.5s, 0.1s;
	-moz-transition-duration: 0.7s, 0.5s, 0.1s;
	-ms-transition-duration: 0.7s, 0.5s, 0.1s;
	-o-transition-duration: 0.7s, 0.5s, 0.1s;
	transition-duration: 0.7s, 0.5s, 0.1s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

.effect:hover::before,
.app_btn a:hover::after {
	opacity: .7;
	top: -60px;
	left: 100%;
}

header nav li.bg a.effect:hover::before {
	left: 130%;
}

.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%;
	display: inline-block;
	padding: 10px 20px;
	background-color: #f0f0f0;
}

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

.recruit_list_page .fwrap .thumb,
.recruit_single .fwrap .thumb {
	width: 50%;
	height: 225px;
	overflow: hidden;
}

.recruit_list_page .fwrap .txt,
.recruit_single .fwrap .txt {
	width: 47%;
}

.recruit_list_page .fwrap .txt p,
.recruit_single .fwrap .txt p {
	line-height: 45px;
	height: 225px;
	margin: 0;
	vertical-align: middle;
	display: table-cell;
	font-size: 150%;
}

.defo_tbl th,
.defo_tbl td {
	border: none;
	padding: 15px;
	font-size: 110%;
	border-bottom: 2px solid #fff;
}

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

.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 {
	flex-wrap: wrap;
	/*	justify-content:space-between;*/
}

.interview_page li,
.interview_single .archive li {
	width: 32%;
	margin-bottom: 30px;
	margin-left: 1.5%;
	/*2020.10.02追記*/
}

/*2020.10.02追記*/
.interview_page li:nth-child(1),
.interview_page li:nth-child(4),
.interview_page li:nth-child(7),
.interview_single .archive li:nth-child(1),
.interview_single .archive li:nth-child(4),
.interview_single .archive li:nth-child(7) {
	margin-left: 0;
}

/*------------*/

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

.interview_single .archive li .thumb {
	height: 18vw;
}

.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_single .archive li .thumb img {
	width: 100%;
	height: auto;
}

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


.interview_page .txt h3 {
	margin: 0 auto;
}

.interview_page .sideby li a {
	padding-bottom: 20px;
}

.interview_page li .txt .ttl,
.interview_single .archive li .txt .ttl {
	display: table-cell;
	height: 4em;
	width: 345px;
	vertical-align: middle;
	padding: 0 50px;
	line-height: 1.4;
}

.interview_page li .txt .year,
.interview_single .archive li .txt .year {
	font-size: 80%;
	width: 35%;
	margin: 0 auto 4px;
	border-radius: 5px;
	background-color: #122776;
	color: #fff;
	padding: 1px 0;
}

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

.interview_page li .txt h3 span,
.interview_single .archive li .txt h3 span {
	display: block;
	font-weight: normal;
}

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

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

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

.interview_single .top_block {
	justify-content: space-between;
	align-items: center;
}

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

.interview_single .left,
.interview_single .right {
	width: 55%;
}

.interview_single .img {
	width: 40%;
}

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

/*form*/
.form th,
.form td {
	border: none;
	border-bottom: 1px solid #aeaeae;
	padding: 20px;
	font-size: 110%;
}

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

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

.form .sbmt_btn {
	width: 40%;
	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: 130%;
	letter-spacing: 0.5em;
	font-weight: normal;
}

.form input[type="submit"]:hover {
	background: #0073aa;
	cursor: pointer;
}

.recruit_single .form p {
	margin: 10px 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;
	position: relative;
}

.form .checkbox-parts::before,
.form .radio-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	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: 10px;
	height: 21px;
	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 table {
	border: 20px solid #f5f5f5;
	box-sizing: border-box;
}

.internship_form th {
	width: 22%;
	max-width: 200px;
}

.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 {
	float: right;
	width: 50%;
}

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

.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: 10%;
}

.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::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::after,
.stylist_page .s_menu ul li::after{
	position: absolute;
	top: 50%;
	right: -1.6em;
	margin-top: -2.48em;
	content: '';
	border-top: 2.48em solid transparent;
	border-bottom: 2.48em solid transparent;
	border-left: 1.62em solid;
}
.company_page .c_menu ul li::before,.stylist_page .s_menu ul li::before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid;
}
.company_page .c_menu ul li::before,.stylist_page .s_menu ul li::before{
	z-index: 1;
	right: -20px;
	border-left-color: #fff;
}
.company_page .c_menu ul li:nth-child(1)::after,.stylist_page .s_menu ul li:nth-child(2)::after{
	border-left-color: #0084ff;
	z-index: 2
}
.company_page .c_menu ul li:nth-child(2)::after,.stylist_page .s_menu ul li:nth-child(1)::after{
	border-left-color: #deefff;
	z-index: 2
}
.company_page .c_menu ul li:last-child::before,.stylist_page .s_menu ul li:last-child::before,.company_page .c_menu ul li:last-child::after,.stylist_page .s_menu ul li:last-child::after{display:none;}
*/
.eme_mss_wrap {
	position: relative;
}

.eme_mss {
	position: absolute;
	right: 0;
	top: -80px;
}

@media screen and (max-width:1520px) {

	header .logo,
	header nav.right {
		float: none;
	}

	header nav ul {
		justify-content: center;
	}

	.page section .heading-title strong {
		font-size: 130%;
	}

	.page section .heading-title strong::before {
		width: 88px;
		height: 108px;
		left: -10px;
	}

	body section h3 {
		font-size: 130%;
	}

	body section .heading-title strong {
		font-size: 130%;
	}

}

@media screen and (max-width: 1520px) {
	header nav li a {
		padding: 20px 10px;
		font-size: 12px;
		letter-spacing: 0;
	}

	.main_visual h1 {
		top: auto;
		bottom: 8vw;
		margin: auto;
		height: 6em;
	}

	.main_nav_wrap .news {
		width: 48%;
		margin-right: 2%;
	}

	.main_nav_wrap .news li a {
		font-size: 80%;
	}

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

	.app_btn a {
		font-size: 100%;
		padding: 25px 10px 25px 0;
	}

	footer nav {
		margin-bottom: 20px;
	}

	footer nav .sideby {
		display: block;
	}

	footer nav li a {
		padding: 10px 0;
	}

	footer nav li a::after {
		content: none;
	}

}

@media screen and (max-width: 1242px) {
	header nav li a {
		padding: 22px 0;
		font-size: 10px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width:751px) {

	::i-block-chrome,
	.sideby {
		overflow: hidden;
	}

	::i-block-chrome,
	.sideby>* {
		float: left;
	}

}

.bold {
	font-weight: bold;
	color: #122776;
}

.bold span {
	font-weight: normal;
}



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

div.flexContainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto !important;
}

/*202212 ホトゴルフ追加*/
div.flexContainer2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto !important;
}

/* div.flexContainer:nth-of-type(even) {
		flex-direction: row-reverse;
	}

	div.flexContainer:nth-of-type(even) .rAccounting__text,
	div.flexContainer:nth-of-type(even) .rIntern__text {
		padding-left: 2%;
		padding-right: 0;
	} */

div.intern-inner {
	margin: 0 auto !important;
}

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

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

/*202203 keiri pc*/
.rAccounting_container {
	font-size: 16px !important;
	letter-spacing: 0.05em;
	color: #333;
}

.rAccounting__img {
	width: 49%;
}

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

.rAccounting__text {
	width: 51%;
	padding-top: 1%;
	padding-right: 2%;
}

.rAccounting__text.w100 {
	width: 100%;
	padding-right: 0;
	padding-top: 0;
}

.rAccounting__text p {
	color: #333;
}

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

.rAccounting__mvSec {
	width: 100%;
	max-width: 100%;
	margin: 0 auto !important;
}

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

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

.rAccounting__limitSec {
	margin-top: 25px;
}

.rAccounting__limitSec.cont02 {
	margin-top: 60px;
}


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

.rAccounting__pointSec {
	margin-top: 45px;
	padding: 50px 50px 30px;
	position: relative;
}

.rAccounting__pointSec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
	width: 81%;
	max-width: 880px;
	height: 25px;
	display: block;
	background: url(../img/img-limne-gold.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: 81%;
	max-width: 880px;
	height: 25px;
	display: block;
	background: url(../img/img-limne-gold.png) no-repeat center;
	background-size: contain;
}

.rAccounting__pointSec p {
	text-align: center;
}

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

.rAccounting__bnnerSec {
	margin-top: 50px;
}

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

.rAccounting__bnnerSec a:hover {
	opacity: 0.6;
}

.rAccounting__bnnerSec picture {
	display: block;
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

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

/*追加CSS*/
.rAccounting__bnnerSec__02 {
	margin: 50px 0px;
}

.rAccounting__bnnerSec__02 a:hover {
	opacity: 0.6;
}

.rAccounting__bnnerSec__02 picture {
	display: block;
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

.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-bottom: 100px;
}

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

.rAccounting__worrieSecList li {
	box-sizing: border-box;
	width: 93%;
	padding: 32px 32px 32px 42px;
	margin-left: 6%;
	margin-bottom: 18px;
	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: 50%;
	transform: translateY(-50%);
	left: -6%;
	width: 80px;
	height: 80px;
	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%;
}

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


.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: flex;
	flex-wrap: wrap;
}

.rAccounting__worrieSecList li.flex span {
	width: 43%;
	margin-right: 2%;
}

.rAccounting__worrieSecList li span {
	display: block;
	position: relative;
	padding-left: 30px;
}

.rAccounting__worrieSecList li span::before {
	content: '';
	position: absolute;
	top: 2px;
	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: 22px;
	width: 100%;
	margin-block: 30px 20px;
}

.rAccounting__worrieSec p.copy {
	margin-top: 30px;
	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%);
}

/* 20250625追記 */
.fd-rr .flexContainer {
	flex-direction: row-reverse;
}
.fd-rr .flexContainer .rAccounting__text {
  padding: 0 0 0 2%;
}
.paddingTopNone .flexContainer .rAccounting__text {
  padding-top: 0;
}
.fd-rr.addMargin {
	margin-bottom: 50px;
}
.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% - 40px);
  padding: 60px 20px 20px;
}
.rAccounting__img__text p,
.rIntern__img__text p {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 16.5px;
  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: 55%;
}
.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 */

.rAccounting__brandSec {
	margin-top: 50px;
}

.rAccounting__brandSecBlock:not(:first-of-type) {
	margin-top: 60px;
}

.rAccounting__brandSecBlock:nth-of-type(even) div.flexContainer {
	flex-direction: row-reverse;
}

.rAccounting__brandSecBlock:nth-of-type(even) div.flexContainer .rAccounting__text {
	padding-left: 2%;
	padding-right: 0;
}

.rAccounting__featureSec {
	margin-top: 50px;
}

.rAccounting__featureSecBlock:not(:first-of-type) {
	margin-top: 60px;
}

.rAccounting__featureSecBlock:nth-of-type(even) div.flexContainer {
	flex-direction: row-reverse;
}

.rAccounting__featureSecBlock:nth-of-type(even) div.flexContainer .rAccounting__text {
	padding-left: 2%;
	padding-right: 0;
}

.rAccounting__financeSec {
	margin-top: 100px;
}

.rAccounting__financeSecBlock:not(:first-of-type) {
	margin-top: 60px;
}

.rAccounting__recruitSec {
	margin-top: 50px;
}

.rAccounting__recruitSecBlock:not(:first-of-type) {
	margin-top: 60px;
}

.rAccounting__recruitSecBlock:nth-of-type(even) div.flexContainer {
	flex-direction: row-reverse;
}

.rAccounting__recruitSecBlock:nth-of-type(even) div.flexContainer .rAccounting__text {
	padding-left: 2%;
	padding-right: 0;
}

.rAccounting__holidaySec {
	margin-top: 50px;
}

.rAccounting__holidaySec .rAccounting__text.w100 {
	margin-bottom: 0;
}

.rAccounting__interviewSec {
	margin-top: 50px;
}

.rAccounting__interviewSecList li {
	width: 32%;
	margin: 0 auto 30px;
}

.rAccounting__interviewSecList li .thumb {
	margin: 0 auto;
	overflow: hidden;
	height: 23vw;
	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 .txt {
	text-align: center;
}

.rAccounting__interviewSecList li .txt .ttl {
	display: table-cell;
	text-align: center;
	height: 4em;
	width: 345px;
	vertical-align: middle;
	padding: 0 50px;
	line-height: 1.4;
}

.rAccounting__interviewSecList li .txt .year {
	font-size: 80%;
	width: 35%;
	margin: 0 auto 4px;
	border-radius: 5px;
	background-color: #122776;
	color: #fff;
	padding: 1px 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: 60px !important;
}

.rAccounting__presidentSec {
	margin-top: 60px !important;
}

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

.rAccounting__presidentSecBox {
	background-color: #122776;
	padding: 40px;
}

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

.rAccounting__presidentSecBox__img {
	width: 37%;
	max-width: 400px;
}

.rAccounting__presidentSecBox__text {
	width: 63%;
	padding-left: 3%;
}

.rAccounting__presidentSecBox p {
	color: #fff;
}

.rAccounting__internFormSec {
	margin-top: 100px;
}

/*202203 intern pc*/
.rIntern_container {
	font-size: 16px !important;
	letter-spacing: 0.05em;
	color: #333;
}

.rIntern__img {
	width: 49%;
}

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

.rIntern__text {
	width: 51%;
	/*padding-top: 1%;*/
	padding-right: 2%;
}

.rIntern__text.w100 {
	width: 100%;
}

.rIntern__text p {
	color: #333;
}

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

.rIntern__btn {
	/* width: 37%; */
	max-width: 400px;
	margin: 40px auto;
}

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

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

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

.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: 1280px;
	margin: auto;
}

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

.rIntern__pointSec {
	margin-top: 50px;
	padding: 40px 50px 20px;
	position: relative;
}

.rIntern__pointSec .inner {
	max-width: 1000px;
}

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

.rIntern__pointSec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
	width: 81%;
	max-width: 880px;
	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: 81%;
	max-width: 880px;
	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: 120% !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: center;
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 1.8;
}

.rIntern__pointSec p span {
	font-weight: 700;
}

.rIntern__pointSec ul li {
	text-align: center;
}

.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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rIntern__meritSecList li {
	width: 46%;
	padding-left: 30px;
	margin-bottom: 18px;
	display: block;
	position: relative;
}

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

.rIntern__featureSec {
	margin-top: 50px;
}

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

.rIntern__featureSecBlock:nth-of-type(even) div.flexContainer {
	flex-direction: row-reverse;
}

/*追記CSS*/

.rIntern__featureSecBlock.type02 div.flexContainer {
	flex-direction: row-reverse;
}

.rIntern__featureSecBlock.type02 div.flexContainer .rIntern__text {
	padding-left: 2%;
	padding-right: 0;
}

/*End-追記CSS*/


.rIntern__featureSecBlock:nth-of-type(even) div.flexContainer .rIntern__text {
	padding-left: 2%;
	padding-right: 0;
}

.rIntern__holidaySec {
	margin-top: 100px;
}

.rIntern__internSec {
	margin-top: 50px;
}

.rIntern__internSecBlock {
	margin-top: 60px;
}

.rIntern__internSecBlock .rIntern__impressions {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

.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: 24px 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: 19px;
	margin-block: 30px 40px;
}

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

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

.rIntern__internSec ul {
	margin-top: 30px;
	list-style-type: disc;
}

.rIntern__internSec ul li {
	list-style-type: disc;
	margin-bottom: 10px;
	display: block;
	font-size: 100%;
	letter-spacing: 0.05em;
}

.rIntern__internSeminarSec {
	width: 48%;
	margin-bottom: 50px;
}

.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: 10px 30px;
	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%;
	left: 0;
	transform: translateY(-50%);
	width: 18px;
	height: 15px;
	display: block;
	background: url(../img/ico-check.svg) no-repeat center;
	background-size: contain;
}

/*セミナードロップ*/
.drop_rIntern__internSeminarSec {
	width: 100%;
	margin-bottom: 50px;
}

/*セミナードロップ 追記*/
.drop_rIntern__internSeminarSec.mg {
	margin-bottom: 0px;
}

/*追記終了*/
.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: 10px 30px;
	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%;
	left: 0;
	transform: translateY(-50%);
	width: 18px;
	height: 15px;
	display: block;
	background: url(../img/ico-check.svg) no-repeat center;
	background-size: contain;
}

/*セミナードロップ*/
.rIntern__internDetSec {
	margin: 50px auto 30px;
	background-color: #f8f8f8;
	padding: 30px 40px 15px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rIntern__internDetSecBox {
	width: 48%;
	padding-right: 40px;
}

.rIntern__internDetSecBox:last-child {
	padding-right: 0;
	padding-left: 40px;
	border-left: 1px solid #eee;
}

.rIntern__internDetSecBox h4.ico {
	color: #122776;
	font-size: 125%;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}

.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 dt {
	text-align: center;
	font-weight: 700;
	margin-bottom: 5px;
}

.rIntern__internDetSecBox dl dd {
	margin-bottom: 10px;
	text-align: center;
	/* line-height: 1.8; */
	line-height: 1.6;
	font-size: 100%;
	letter-spacing: 0.05em;
}

.rIntern__internDetSecBox p {
	text-align: center;
	margin-bottom: 0 !important;
	line-height: 1.6 !important;
}

.rIntern__faqSec {
	margin-bottom: 100px;
}

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

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

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

.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: 24px;
	border-top: 1px solid #e4e3e3;
	padding-top: 24px;
	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: 60px 60px 40px;
	background-color: #e5f2ff;
}

.rIntern__handlSec__box p {
	text-align: center;
	font-weight: 700;
	font-size: 100%;
	line-height: 1.8;
}



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

/* フィッター追加 */
.fitter_interview {
	display: flex;
}

.fitter_message {
	margin-bottom: 80px;
	justify-content: space-between;
	display: flex;
}

.fitter_message img {
	width: 100%;
}

.fitter_message_left {
	width: 24%;
}

.fitter_message_right {
	width: 69.8%;
}

.mt20 {
	margin-top: 20px;
}

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

.rAccounting__interviewSecList.fitter_interview {
	justify-content: left;
	margin-top: 50px;
}

.rAccounting__interviewSecList.fitter_interview li {
	width: 28%;
	margin: 0 11.3% 0 0;
}

.rAccounting__interviewSecList.fitter_interview li .txt .year {
	width: 42%;
}

.rAccounting__interviewSecList.fitter_interview li .txt .ttl {
	font-size: 15px;
	padding: 0 5px;
	line-height: 1.4;
}

.rAccounting__bnnerSec.bottom.fitter-add-bnr.bnr01 {
	margin-bottom: 50px;

}

.rAccounting__bnnerSec.bottom.fitter-add-bnr.bnr02 {
	margin-top: 50px;
}

.rAccounting__bnnerSec.bottom.fitter-add-bnr .inner {
	width: 100%;
	justify-content: center;
	display: flex;
}

.rAccounting__bnnerSec.bottom.fitter-add-bnr.bnr01 .inner a {
	width: 46%;
	display: block;
}

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

.rAccounting__recruitSecBlock:nth-of-type(odd) div.flexContainer.fitter-flex .rAccounting__text {
	padding-left: 2%;
	padding-right: 0;
}

.rAccounting__recruitSecBlock:nth-of-type(even) div.flexContainer.fitter-flex {
	flex-direction: row;
}

.rAccounting__recruitSecBlock:nth-of-type(even) div.flexContainer.fitter-flex .rAccounting__text {
	padding-left: 0;
	padding-right: 2%;
}

.rAccounting__interviewSecList.fitter_interview li .thumb {
	max-height: 400px;
	height: 32vw;
}


.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: 50px;
	position: relative;
}

.recruit-top_mv ul {
	position: absolute;
	position: absolute;
	bottom: 3vw;
	right: 5%;
}

.recruit-top_mv ul {
	position: absolute;
	position: absolute;
	bottom: 3vw;
	right: 3.5%;
	padding: 10px;
	background-color: #FFF;
}

.recruit-top_mv ul li {
	font-size: 1.5vw;
	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;
	font-size: 1.5vw;
}

ul.add__change {
	padding-bottom: 70px;
	/* width: fit-content; */
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

ul.add__change li {
	font-size: 18px;
	width: 50%;
}

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

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

@media screen and (max-width: 1000px) {
	.recruit-top_mv ul {
		position: absolute;
		position: absolute;
		bottom: 3vw;
		right: 2.5%;
	}
}

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

.top_link {
	margin-bottom: 100px;
}

.top_link .flex_link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	border: #000 solid 2px;
}

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

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

.top_link .flex_link .item h3 {
	text-align: center;
}

.top_link .flex_link .item a {
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.top_link .flex_link .item:nth-child(3) a,
.top_link .flex_link .item:nth-child(4) a {
	padding-bottom: 20px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	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: 20px;
	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: 20px;
	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: 25px 10px;
	background-color: rgb(240, 240, 240);
	/* width: 95%; */
	margin-left: auto;
	padding-left: 40px;
	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: -25px;
	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: 15px;
}

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

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

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

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

.main_container .inner h2.min {
	font-size: 22.5px;
}

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 a.inline {
	display: inline-block;
}

body div .pc__none {
	display: none;
}

.main_nav_wrap .interview_page .inner {
	margin-bottom: 0;
}

body.home .top-menu {
	margin-bottom: 15px;
}

body.home .rAccounting__bnnerSec {
	/* margin-top: 30px; */
}

.home .rAccounting__bnnerSec {
	/* margin-top: -50px; */
}

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;
}

.rAccounting__philosophySec {
	margin-top: 100px;
}

.rAccounting__philosophySec .rAccounting__text {
	width: 60%;
	padding-top: 1%;
	padding-right: 2%;
}

.rAccounting__philosophySec .rAccounting__img {
	width: 40%;
}

.rAccounting__philosophySec .rIntern__text {
	width: 60%;
	padding-top: 1%;
	padding-right: 2%;
}

.rAccounting__philosophySec .rIntern__img {
	width: 40%;
}

.rAccounting__presidentSec {
	margin-top: 50px;
}

.rAccounting__presidentSec .rAccounting__text {
	width: 55%;
	padding-top: 1%;
	padding-right: 2%;
}

.rAccounting__presidentSec .rAccounting__img {
	width: 45%;
}

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

.company_page .top_block .president_profile p:last-child {
	width: 100%;
}

.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: 60px auto 30px;
}

iframe.youtube-16-9 {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-width: 600px;
	display: block;
	margin: auto;
}

body.home .top_block.fwrap.inner.mp_b-0 {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

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

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

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

/* header改修 */
header .header_new-layout {
	width: 95% !important;
	max-width: unset !important;
	align-items: center;
}

header .header_new-layout .logo {
	width: 15%;
}

header .header_new-layout #global_wrap {
	width: 65%;
}

header .header_new-layout #global_wrap #global {
	width: 100%;
	justify-content: space-between;
}

header .li_bnr {
	display: flex;
	align-items: center;
}

header .bnr {
	display: block;
	max-width: 190px;
	padding: 0;
}

header .bnr:hover {
	opacity: 0.6;
}

@media screen and (max-width: 1520px) {
	header .header_new-layout .logo {
		width: 12%;
	}
}

@media screen and (max-width: 1242px) {
	header .header_new-layout #global_wrap {
		width: 67%;
	}

	header .bnr {
		max-width: 150px;
	}
}

@media screen and (max-width: 890px) {
	header .header_new-layout #global_wrap {
		width: 66%;
	}

	header .bnr {
		max-width: 110px;
	}
}

header .bnr img {
	width: 100%;
}

/* 検索窓追加 */
header .search-box {
	width: 18%;
	text-align: right;
}

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

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

@media screen and (max-width: 1242px) {
	header .search-box {
		width: 14%;
	}

	header .search-box .search-box_left {
		width: 70%;
		padding: 4px;
		font-size: 10px;
	}

	header .search-box .search-box_right {
		padding: 5px;
		font-size: 10px;
	}
}

@media screen and (max-width: 770px) {
	header .search-box {
		width: 16%;
	}
}

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

.top-column_ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

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

.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;
	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;
}

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

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

.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;
}

/* コラム一覧用css */

.recruit-column_page .recruit-column_block {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
}

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

.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: calc(50% - 2%);
	transition: .2s;
	padding-right: 2%;
}

.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;
	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: calc(30% - 4.5%);
	padding-left: 4.5%;
}

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

.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 {
	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: 100px;
	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: 154px;
	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: 100px;
	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: 154px;
	top: 0;
	bottom: 0;
}



/* コラム詳細用css */

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

.column_single .column_block_left {
	width: 66%;
}

.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;
}

.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 {
	margin-top: 25px;
}

.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;
}

.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;
}

/*20250604追記  */
.postid-587 .column_single .column_block_left .column_content .profile_text a::before {
	content: none;
}

.column_single .column_block_left .column_content a:hover {
	opacity: 0.6;
	transition: 0.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% - 30px);
	padding: 15px;
	font-size: 18px;
	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 0 0 50px;
}

.column_single .column_block_left .column_content #toc_container.no_bullets li,
#toc_container.no_bullets ul li {
	background: initial;
	width: auto;
	font-size: 18px;
	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: 18px;
}

.column_single .column_block_right {
	width: 29.5%;
	/* margin-top: 65px; */
	margin-top: 15px;
}

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

.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%;
}

/* 20250421追記 */
.column_single .column_block_left .column_content .column_profile {
	font-size: 22px;
	line-height: 1.7;
}

/* 20250502追記 */
.column_single .column_block_left .column_content .back_color {
	background-color: #e7e6e6;
	padding: 1% 8%;
}

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

/* 20250625追記 */
.abosoluteParent {
    position: relative;
}
/* 20250625追記END */

.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;
}
/* margin-bottom: 14px;
		font-family: "sawarabi mincho"; */
@media screen and (max-width: 750px) {
	.add_bg_color .wp-block-media-text__media  {
		max-width: min(80%,500px);
		margin: 0 auto;
	}
	
	.column_single .column_block_left .column_content .add_bg_color .profile_name {
		font-size: 20px;
	}
}

/* 20260708追記 */
.sideby.top-addList.flex-center {
	justify-content: center;
	gap: 2%;
}