@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.0.0/css/all.css");
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}
address {
	font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
	vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
	cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
	display: none;
}
/**
 * Remove padding
 */
option {
	padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
	outline-offset: -2px;
	/* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}
/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	text-align: left;
}
td, th {
	vertical-align: top;
	padding: 0;
}
th {
	text-align: left;
	font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
.container {
	padding-left: 15px;
	padding-right: 15px;
}
.container .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}
.container .row .col {
	padding-left: 15px;
	padding-right: 15px;
}
@-webkit-keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
html {
	scroll-padding-top: 80px;
}
body {
	font-family: "Roboto", sans-serif;
	padding-top: 80px;
}
.section-head {
	font-family: serif;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
}
#lightbox {
	position: fixed;
	top: 50% !important;
	left: 0 !important;
	right: 0 !important;
	bottom: auto !important;
	transform: translateY(-50%);
}
.lb-nav {
	pointer-events: none;
}
.lb-nav a.lb-prev {
	width: 20%;
	pointer-events: auto;
}
.lb-nav a.lb-next {
	width: 40%;
	pointer-events: auto;
}
.loading {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5000;
	transition: all 100ms ease-out;
}
.loading svg, .loading img {
	width: 40px;
	height: 40px;
	-webkit-animation-name: loading;
	animation-name: loading;
	-webkit-animation-duration: 1500ms;
	animation-duration: 1500ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.loading.loaded {
	opacity: 0 !important;
	pointer-events: none !important;
}
.section__head, .content_gutenberg h2 {
	font-family: serif;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	padding-top: 32px;
	margin-bottom: 44px;
}
.section__head.has-sub, .content_gutenberg h2.has-sub {
	margin-bottom: 12px;
}
.section__sub-head {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #666;
}
.section__sub-head::before, .section__sub-head::after {
	display: block;
	content: '';
	width: 18px;
	height: 1px;
	background-color: #666;
}
.section__sub-head::before {
	margin-right: 18px;
}
.section__sub-head::after {
	margin-left: 18px;
}
.hero__subpage {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #595959;
	padding: 24px 16px;
}
.hero__subpage .title {
	font-family: serif;
	font-size: 32px;
	margin-bottom: 16px;
}
.hero__subpage .sub-title {
	font-family: serif;
	font-size: 14px;
}
.subhero {
	position: relative;
}
.subhero .loading {
	background-color: #fff;
}
.subhero .loading svg {
	width: 60px;
	height: 60px;
}
.subhero__models {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	overflow-x: scroll;
	scrollbar-width: none;
	margin-bottom: 50px;
}
.subhero__models::-webkit-scrollbar {
	width: 0px;
}
.subhero__models .model-item {
	padding: 2px 0;
}
.subhero__models .model-item a {
	display: block;
	width: 80px;
	height: 80px;
	position: relative;
}
.subhero__models .model-item a .hover-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.25);
	pointer-events: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 300ms ease-out;
}
.subhero__models .model-item a:hover .hover-txt {
	opacity: 1;
}
.subhero__models .model-item img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
header {
	background-color: #fff;
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.25);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 1000;
}
/* add pc head style */
.header__inner:before {
	content:"";
	width: calc((100vw - 100%) / 2);
	height: 100%;
	background: url("../img/25_head_left_02.jpg")  no-repeat center right;
	/*background: url("../img/head_left.jpg")  no-repeat center right;*/
	background-size:cover;
	position: absolute;
	top: 0;
	left: 0;
	transform:translatex(-100%);
}
.header__inner:after {
	content:"";
	width: calc((100vw - 100%) / 2);
	height: 100%;
	background: url("../img/25_head_right_02.jpg")  no-repeat center left;
	/*background: url("../img/head_right.jpg")  no-repeat center left;*/
	background-size:cover;
	position: absolute;
	top: 0;
	right: 0;
	transform:translatex(100%);
}
.main--logo {
	padding: 15px 0;
}
.main--logo img {
	width: auto;
	height: 50px;
}
.toggler {
	position: relative;
	z-index: 5000;
}
.toggler span {
	display: block;
	width: 25px;
	height: 2px;
	background-color: #000;
	transition: all 300ms ease-out;
}
.toggler span:nth-child(1) {
	margin-bottom: 6px;
}
.toggler span:nth-child(3) {
	margin-top: 6px;
}
.toggler.open span:nth-child(1) {
	transform: rotate(45deg) translate(3px, 3px);
}
.toggler.open span:nth-child(2) {
	display: none;
}
.toggler.open span:nth-child(3) {
	transform: rotate(-45deg) translate(3px, -3px);
}
.nav-bar_sp {
	color: #fff;
	background-color: #000;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: -100vh;
	left: 0;
	right: 0;
	z-index: 500;
	transition: all 300ms ease-out;
	overflow-y: scroll;
}
.nav-bar_sp.open {
	opacity: 1;
	pointer-events: all;
	top: 80px;
	bottom: 0;
}
.nav-bar_sp a {
	display: block;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 12px;
	position: relative;
}
.nav-bar_sp a .btn {
	display: inline-block;
	color: #fff;
	padding: 4px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}
.nav-bar_sp .has-child ul {
	display: none;
	flex-wrap: wrap;
}
.nav-bar_sp .has-child span {
	transition: all 300ms ease-out;
	transform-origin: center;
}
.nav-bar_sp .has-child span.open {
	transform: translateY(-50%) rotate(180deg);
}
.nav-bar_sp .model-list > li {
	width: 100%;
	background-color: #333;
}
.nav-bar_sp .child-list {
	display: flex;
	flex-wrap: wrap;
	background-color: #606060;
}
.nav-bar_sp .child-list li {
	width: 50%;
}
.nav-bar_sp .child-list a {
	border-right: 1px solid #eee;
}
.nav-bar_sp .child-list a :nth-child(2n) {
	border-right: none;
}
.nav-bar {
	display: none;
}
.menu-main-menu-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.page-menu .menu-item {
	width: 100%;
}
.page-menu a {
	display: block;
	font-family: serif;
	color: #fff;
	padding: 10px 0;
}
.page-menu a span {
	transition: all 300ms ease-out;
}
.page-menu a .text01 {
	transition: transform 360ms ease-out, opacity 300ms ease-out;
}
.page-menu a .text02 {
	height: 26px;
}
.page-menu .text01 {
	display: block;
	font-size: 16px;
	font-weight: 700;
}
.page-menu .text01 small {
	font-size: 70%;
}
.page-menu .text02 {
	display: none;
	font-size: 12px;
}
.page-menu .text02 br {
	display: none;
}
.head__category-menu {
	display: none;
	background-color: #ebebeb;
	position: relative;
	z-index: 10;
}
.category-menu__inner {
	display: flex;
}
.category-menu__inner a:hover {
	opacity: 0.6;
}
.category-menu__inner .label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: serif;
	font-size: 32px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	background-color: #323232;
	width: 220px;
	padding: 16px;
}
.category-menu__inner li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}
.category-menu__inner li a {
	display: inline-block;
	font-family: serif;
	font-weight: 600;
	width: 100px;
	color: #fff;
	background-color: #888;
	text-align: center;
	padding: 6px;
}
.category-menu__inner .has-child > a {
	position: relative;
}
.category-menu__inner .has-child > a::after {
	display: inline-block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #b7b7b7;
	border-right: 2px solid #b7b7b7;
	transform-origin: center;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: calc(100% + 20px);
}
.category-menu__inner .child-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: calc(100% - 100px);
	padding-left: 45px;
}
.category-menu__inner .child-list li {
	align-items: center;
	margin-bottom: 0;
}
.category-menu__inner .child-list li::after {
	display: inline-block;
	content: '';
	width: 1px;
	height: 1em;
	background-color: #888;
	margin-right: 16px;
}
.category-menu__inner .child-list li:last-child::after {
	content: none;
}
.category-menu__inner .child-list a {
	width: auto;
	color: #000;
	background-color: transparent;
	margin-right: 16px;
	padding: 6px;
}
footer {
	margin-top: 60px;
}
.footer-menu {
	background-color: #f7f7f7;
	padding: 30px 0;
}
.footer-menu__inner ul {
	display: none;
}
.footer-menu__inner li {
	display: flex;
	align-items: center;
	margin: 0 24px;
}
.footer-menu__inner li::after {
	display: block;
	content: '';
	width: 1px;
	height: 20px;
}
.footer-menu__inner li:last-child::after {
	content: none;
}
.footer-menu__inner a {
	font-family: serif;
	font-weight: 600;
	font-size: 18px;
	padding: 4px;
	transition: all 100ms ease-out;
}
.footer-menu__inner a:hover {
	color: #0074bf;
}
.footer-menu__inner a small {
	font-size: 70%;
}
.footer-informations {
	color: #fff;
	background-color: #012b80;
	padding: 50px 0;
}
.footer-informations__inner {
	display: flex;
	flex-wrap: wrap;
}
.footer-company {
	font-family: sans-serif;
	width: 100%;
}
.footer-company img {
	max-width: 300px;
}
.footer-company .info {
	font-size: 14px;
	margin-bottom: 50px;
}
.footer-company .info ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.footer-company .info li:first-child {
	margin-right: 20px;
}
.footer-company .info a::before {
	font-family: Font Awesome\ 5 Brands;
	content: "▶";
	margin-right: 8px;
	font-weight:900;
}
.footer-company .info a:hover {
	opacity: 0.8;
}
.footer-company .logo {
	text-align: center;
	margin-bottom: 20px;
}
.footer-company .sns-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin-bottom: 72px;
}
.footer-company .sns-logos a {
	margin: 0 15px;
}
.footer-company .sns-logos a:hover {
	opacity: 0.8;
}
.footer-company .copy {
	display: none;
	font-size: 13px;
	text-align: center;
}
.footer-office {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}
.footer-office .office {
	width: 320px;
	text-align: center;
	margin-bottom: 30px;
}
.footer-office .title {
	font-family: serif;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
.footer-office .address {
	font-size: 15px;
}
.footer-office .ken-on {
	font-size: 18px;
	width: 100%;
	max-width: 300px;
	text-align: center;
	padding: 16px;
	margin: 50px auto 0;
}
.footer-office .ken-on:hover {
	opacity: 0.8;
}
.footer-office .sp-copy {
	font-size: 13px;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}
.page-top {
	display: none;
	position: fixed;
	left: 10px;
	bottom: -33px;
	z-index: 10000;
}
.page-top a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #fff;
	width: 80px;
	height: 75px;
	box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.25);
	background: linear-gradient(to right top, #022b80 0%, #007dc9 100%);
	border-radius: 50%;
	padding-bottom: 20px;
	position: relative;
}
.page-top a::before {
	display: block;
	content: '';
	border: 4px solid transparent;
	border-left-color: #fff;
	border-top-color: #fff;
	transform-origin: center;
	transform: rotate(45deg);
	position: absolute;
	top: 12px;
}
.has-small-font-size {
	font-size: 13px !important;
}
.has-normal-font-size {
	font-size: 16px !important;
}
.has-medium-font-size {
	font-size: 20px !important;
}
.has-large-font-size {
	font-size: 36px !important;
}
.has-huge-font-size {
	font-size: 42px !important;
}
.column__sidebar .recent-events {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 40px -5px;
}
.column__sidebar .recent-box {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.pagination {
	margin-top: 50px;
}
.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi > * {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
	font-size: 14px;
	margin: 0 6px;
}
.wp-pagenavi > *.current {
	color: #fff;
	background-color: #005fae;
	width: 28px;
	height: 30px;
	border-radius: 4px;
}
.wp-pagenavi > *.previouspostslink, .wp-pagenavi > *.nextpostslink {
	font-size: 12px;
	border: 1px solid #005fae;
	border-radius: 15px;
	padding: 4px 12px 6px;
}
.single__event img {
	max-width: 100%;
}
.single__event-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.single__event-wrapper .relation-models {
	padding-top: 24px;
	-o-border-image: linear-gradient(to right, #0055a5 20%, #fff 90%);
	border-image: linear-gradient(to right, #0055a5 20%, #fff 90%);
	border-image-slice: 1;
}
.single__event-wrapper .content {
	padding-bottom: 24px;
	border-bottom: 1px solid #0055a5;
	-o-border-image: linear-gradient(to left, #0055a5 20%, #fff 90%);
	border-image: linear-gradient(to left, #0055a5 20%, #fff 90%);
	border-image-slice: 1;
}
.relation-model {
	display: flex;
	flex-wrap: wrap;
}
.relation-model p::after {
	content: '/';
	margin: 0 8px;
}
.relation-model p:last-child::after {
	content: none;
}
.contents-area {
	font-family: sans-serif;
	width: 100%;
	line-height: 1.5;
	max-width: 750px;
}
.contents-area .meta {
	font-size: 14px;
	text-align: right;
	margin-bottom: 8px;
}
.contents-area .meta i {
	color: #0055a5;
	margin-right: 6px;
}
.contents-area .title {
	font-size: 24px;
	font-weight: 700;
	color: #0074bf;
	margin-bottom: 1em;
}
.contents-area .thumb img {
	width: 100%;
}
.contents-area h2 {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	background-color: #0074bf;
	/*text-align: center;*/
	border-radius: 8px;
	padding: 8px 24px;
	margin: 40px 0;
}
.contents-area h3 {
	font-size: 20px;
	color: #0074bf;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.contents-area h4 {
	border-left: 4px solid #0055a5;
	padding: 4px 4px 4px 8px;
	margin-top: 24px;
	margin-bottom: 16px;
}
.contents-area p {
	margin-bottom: 16px;
}
.contents-area figure {
	margin: 40px 0;
}
.contents-area .wp-embed-aspect-16-9 {
	position: relative;
}
.contents-area .wp-embed-aspect-16-9::before {
	display: block;
	content: '';
	padding-top: calc(100% / 16 * 9);
}
.contents-area .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.contents-area .wp-embed-aspect-16-9 iframe {
	width: 100%;
	height: 100%;
}
.contents-area a {
	color: #0055a5;
	text-decoration: underline;
}
.contents-area a:hover {
	opacity: 0.8;
}
.event_sns {
	margin: 16px 0 24px;
}
.event_sns ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.event_sns li {
	margin-left: 8px;
}
.archive__event .front-news__list {
	background-color: #fff;
	padding: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
	width: 30px;
	border-radius: 50%;
	border-color: #005fae;
}
.hero {
	background-color: #666;
	position: relative;
}
.hero .loading {
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.hero .loading svg path {
	fill: #fff;
}
.hero__slider {
	position: relative;
}
.hero__slider .slick-slide {
	transition: all 300ms ease-out;
	width: 100vw;
}
.hero__item {
	padding: 20px 30px;
}
.hero__item img {
	width: 100%;
	max-width: 750px;
	height: auto;
}
.hero__item a {
	display: block;
	text-align: center;
}
.hero__item a:hover {
	opacity: 0.8;
}
.hero .slick-list {
	position: relative;
	z-index: 100;
}
.hero .slick-arrow {
	width: 15px;
	height: 30px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 500;
	transform: translateY(-50%);
}
.hero .slick-arrow::before {
	content: none;
}
.hero .slick-next {
	background-image: url(../img/arrow-right_sp.svg);
	right: 5px;
	left: auto;
}
.hero .slick-prev {
	background-image: url(../img/arrow-left_sp.svg);
	left: 5px;
	right: auto;
}
.hero__inner {
	overflow: hidden;
	max-height: 711px;
	position: relative;
}
.hero__inner::before {
	display: block;
	content: '';
	padding-top: 69.5%;
}
.hero .glide {
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-out;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: -1000px;
	right: -1000px;
	bottom: 0;
}
.hero .glide--carousel {
	opacity: 1;
	visibility: visible;
}
.hero .glide__slide {
	transition: transform 300ms ease-out;
}
.hero .glide__arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 5px;
	right: 5px;
	transform: translateY(-50%);
	pointer-events: none;
}
.hero .glide__arrows .glide__arrow {
	width: 15px;
	height: 30px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: auto;
}
.hero .glide__arrows .glide__arrow--right {
	background-image: url(../img/arrow-right_sp.svg);
}
.hero .glide__arrows .glide__arrow--left {
	background-image: url(../img/arrow-left_sp.svg);
}
.front-news {
	margin-top: 50px;
}
.front-news__head h2 {
	margin-bottom: 40px;
}
.front-news__list {
	background-color: #ededed;
	padding: 30px 0;
}
.front-news__more {
	text-align: center;
}
.front-news__more a {
	display: inline-block;
	font-family: serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 500;
	width: 500px;
	max-width: 100%;
	border: 1px solid #333;
	padding: 12px;
}
.front-news__more a:hover {
	opacity: 0.8;
}
.news__categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap: 30px;
	padding-bottom: 30px;/* 250221 */
}
@media (max-width: 520px) {
.news__categories {
	flex-direction: column;
	}
}
.news__categories > div {/* 250221 */
	display: flex;
	column-gap: 20px;
	row-gap: 30px;
}
.news__categories a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	/*margin: 0 10px 10px;*/
	/*padding-bottom: 20px;*/
}
.news__categories a.active {
	font-weight: 700;
	color: #0074bf;
}
.news__categories a:hover {
	opacity: 0.8;
}
.news__category {
	display: none;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 -8px;
}
.news__category.active {
	display: flex;
}
.news__category a {
	width: 50%;
	padding: 0 8px;
	margin-bottom: 20px;
}
.news__category a:hover {
	opacity: 0.7;
}
.news__category img {
	max-width: 100%;
}
.front-audition {
	position: relative;
	margin-top: 180px;
}
.front-audition .container {
	position: relative;
	z-index: 100;
}
.front-audition__inner {
	display: flex;
	position: relative;
}
.audition__main {
	text-align: center;
	position: absolute;
	top: -120px;
	left: 15px;
	right: 0;
}
.audition__main img {
	max-width: 320px;
}
.audition__content {
	width: 550px;
	color: #fff;
	background: linear-gradient(to right top, #012b80 0%, #012b80 12%, #0055a5 57%, #007eca 100%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 200px 15px 60px;
}
.audition__content h2 {
	font-family: serif;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 24px;
}
.audition__content .catch {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.audition__content .catch span {
	display: block;
	font-size: 16px;
}
.audition__content .detail {
	font-size: 12px;
	line-height: 1.75;
	margin-bottom: 20px;
}
.audition__content .more {
	display: block;
	font-family: serif;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	width: 210px;
	border: 1px solid #fff;
	padding: 4px 4px 6px;
	margin-left: auto;
	margin-right: auto;
}
.audition__content .more:hover {
	opacity: 0.8;
}
.front-instagram {
	background: linear-gradient(to right, #fff7d5 0%, #ffdcea 50%, #dee5ff 100%);
	margin-top: 50px;
	padding: 40px 0;
	font-family: serif;
}
.front-official h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: serif;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 24px;
}
.front-instafeed h2, .front-tiktokfeed h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: serif;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 24px;
	margin-top: 40px;
	margin-right: auto;
    margin-left: auto;
}
.front-instafeed h2 {
	width: 200px;
}
.front-tiktokfeed h2 {
	width: 180px;
}
.front-instafeed h2 img, .front-tiktokfeed h2 img {
	width: 100%;
}
/*.front-instafeed h2::before {
	font-family: FontAwesome;
	content: "";
	font-size: 32px;
	margin-right: 12px;
}
.front-tiktokfeed h2::before {
	font-family: FontAwesome;
	content: "\e07b";
	font-size: 32px;
	margin-right: 12px;
}*/
.front-instafeed .insta-list, .front-tiktokfeed .tiktok-list {
	display: flex;
	justify-content: center;
	overflow-x: scroll;
	scrollbar-width: none;
}
.front-instafeed .insta-list::-webkit-scrollbar, .front-tiktokfeed .tiktok-list::-webkit-scrollbar {
	width: 0px;
}
.front-instafeed .insta-list a:hover, .front-tiktokfeed .tiktok-list a:hover {
	opacity: 0.8;
}
.front-instafeed .insta-accounts, .front-tiktokfeed .tiktok-accounts {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	overflow-y: scroll;
	height: 250px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px 5px 5px;
}
.front-instafeed .insta-accounts a, .front-tiktokfeed .tiktok-accounts a {
	display: block;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	width: calc(100% / 5);
	padding: 0 5px;
	margin-bottom: 20px;
}
.front-instafeed .insta-accounts a img, .front-tiktokfeed .tiktok-accounts a img {
	display: block;
	border-radius: 50%;
	max-width: 100%;
	margin-bottom: 8px;
}
.front-insta-user, .front-tiktok-user {
	/*margin-bottom: 30px;*/
}
.front-insta-user__inner, .front-tiktok-user__inner {
	display: flex;
	border-top: 6px solid;
	border-image: linear-gradient(to left, #71e4b5, #f7db73, #fcb27f, #ffb0b9, #cba4ec, #afb1fa, #89cefb) 1;
}
.front-tiktok-user__inner {
	margin-top: 2em;
}
.front-insta-user .head, .front-tiktok-user .head {
	width: 31.5%;
	position: relative;
	background-color: #000;
}
.front-insta-user .head::before, .front-tiktok-user .head::before {
	display: block;
	content: '';
	padding-top: 31.5%;
}
.front-insta-user .head__inner, .front-tiktok-user .head__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.front-insta-user .instagram__feed, .front-tiktok-user .tiktok__feed {
	width: 68.5%;
	min-height: 220px;
}
.front-insta-user .title, .front-tiktok-user .title {
	font-family: serif;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 28px;
}
.front-insta-user .title::before {
	font-family: Font Awesome\ 5 Brands;
	content: "\f16d";
	display: block;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 12px;
}
.front-insta-user .container:nth-of-type(2) .title::before, .front-tiktok-user .title::before {
	font-family: Font Awesome\ 5 Brands;
	content: "\e07b";
	display: block;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 12px;
}
.front-insta-user .title span, .front-tiktok-user .title span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.front-insta-user .text, .front-tiktok-user .text {
	font-size: 13px;
}
.front-insta-user__more, .front-tiktok-user__more {
	text-align: center;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
.front-insta-user__more a, .front-tiktok-user__more a {
	display: inline-block;
	font-family: serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 500;
	width: 500px;
	max-width: 100%;
	color: #000;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #333;
	padding: 12px;
	transition: all 300ms ease-out;
}
.front-insta-user__more a:hover, .front-tiktok-user__more a:hover {
	opacity: 0.8;
	background-color: transparent;
}
#sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_tiktok.sbi_col_8 #sbi_images .sbi_item {
	width: 25%;
}
.front-tiktok-user .tiktok-feed__actions {
	display: none;
}
.vtuber {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 80px;
}
.vtuber--logo {
	width: 180px;
	margin-bottom: 40px;
}
.vtuber--banner {
	max-width: 92%;
	width: 550px;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.vtuber img {
	max-width: 100%;
}
.front-youtube {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 80px;
}
.front-youtube img {
	width: 100%;
	height: auto;
}
.front-youtube--logo {
	width: 180px;
	margin-bottom: 40px;
}
.front-youtube--banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.front-youtube--banner > li {
	width: 48%;
	flex-basis: 48%;
	margin-top: 2%;
}
.front-youtube--banner > li:nth-of-type(-n + 2) {
	margin-top: 0;
}
.front-blog {
	margin-top: 50px;
}
.front-blog__inner {
	color: #fff;
	background-color: #012b80;
	padding: 30px 15px 10px;
}
.front-blog .section-head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.front-blog .section-head::before {
	font-family: Font Awesome\ 5 Brands;
	content: "";
	font-size: 40px;
	font-weight: normal;
	margin-right: 16px;
}
.front-blog__rss {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	height: 300px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	margin: 0 -10px;
}
.front-blog__item {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.front-blog__item a {
	display: flex;
	font-family: sans-serif;
	flex-wrap: wrap;
	align-items: center;
}
.front-blog__item a:hover {
	opacity: 0.8;
}
.front-blog__item .blog__img {
	width: 50px;
	height: auto;
}
.front-blog__item .blog__img img {
	max-width: 100%;
}
.front-blog__item .blog__name {
	font-size: 14px;
	width: calc(100% - 50px);
	padding-left: 10px;
}
.front-blog__item .blog__title {
	font-size: 13px;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 6px;
	margin-top: 9px;
}
.front-blog__item .blog__meta {
	font-size: 12px;
	width: 100%;
	margin-top: 6px;
}
.front-blog__item .blog__meta .tag {
	font-family: serif;
	font-style: italic;
	font-size: 10px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin-left: 12px;
	padding: 2px 8px 3px;
}
.front-sns {
	margin-top: 0;
}
.front-sns__inner {
	color: #fff;
	background-color: #012b80;
	padding: 30px 15px 50px;
}
.front-sns .section-head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.front-sns .section-head::before {
	font-family: Font Awesome\ 5 Brands;
	content: "";
	font-size: 40px;
	font-weight: normal;
	margin-right: 16px;
}
.front-sns__block {
	width: 100%;
	text-align: center;
}
.front-sns__block iframe {
	width: 350px;
}
.front-sns__twitter .section-head::before {
	content: '\f099';
}
.front-sns__facebook {
	margin-top: 50px;
}
.front-sns__facebook .section-head::before {
	content: '\f09a';
}
.front-banners01 {
	margin-top: 50px;
}
.front-banners01__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.front-banners01__item {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 12px;
}
.front-banners01__item img {
	max-width: 100%;
	height: auto;
}
.front-banners01 a:hover {
	opacity: 0.8;
}
.front-banners02 {
	margin-top: 30px;
}
.front-banners02__inner {
	display: none;
}
.front-banners02__item {
	width: 25%;
	padding: 0 16px;
	margin-bottom: 24px;
}
.front-banners02__item img {
	max-width: 100%;
	height: auto;
}
.front-banners02__bnr {
	text-align: center;
}
.front-banners02__bnr img {
	max-width: 100%;
	height: auto;
}
.front-banners02 a:hover {
	opacity: 0.8;
}
.category__head {
	margin-bottom: 40px;
}
.category__head .section__head, .category__head .content_gutenberg h2, .content_gutenberg .category__head h2 {
	margin: 0 0 0.25em;
}
.model__section {
	font-family: serif;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 44px;
}
.model__profile {
	font-family: sans-serif;
	font-size: 15px;
	padding-top: 20px;
	margin-bottom: 60px;
}
.model__profile img {
	max-width: 100%;
}
.model__profile .model__main {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.model__profile .model__info {
	width: 100%;
}
.model__profile .model__info .categories {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.model__profile .model__info li {
	font-family: serif;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background-color: #a9a9a9;
	padding: 7px 20px 6px;
	margin-right: 10px;
	margin-bottom: 4px;
}
.model__profile .name-area {
	margin-bottom: 50px;
}
.model__profile .name-area .name {
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 8px;
}
.model__profile .name-area .ruby {
	font-family: serif;
	font-size: 15px;
	font-weight: 600;
}
.model__profile .vital-statistics {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.model__profile .vital-statistics span {
	margin-right: 10px;
}
.model__profile .vital-statistics span.size_s, .model__profile .vital-statistics span:last-child {
	margin-right: 0;
}
.model__profile .model__info .profile__relink {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: 10px;
	row-gap: 10px;
	margin-bottom: 50px;
}
.model__profile .model__info .profile__relink li {
	font-family: serif;
	font-weight: bold;
	font-size: 15px;
	color: #333;
	background-color: transparent;
	flex-shrink: 0;
	margin: 0;
	/*padding: 7px 20px 6px;*/
	padding: 0 0 6px 0.8em;
	position: relative;
}
.model__profile .model__info .profile__relink li::before {
	content: "";
	width: 1em;
	height: 1em;
	background: #2772c1;
	position: absolute;
	clip-path: polygon(0% 8%,50% 50%,0% 92%);
	left: 0;
	top: 0.65em;
	transform: translateY(-50%);
}
.model__profile .model__info .profile__relink li a {
	color: #2772c1;
	position: relative;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: #2772c1;
	text-underline-offset: 4px;
	transition: 0.3s all;
}
.model__profile .model__info .profile__relink li a:hover,.model__profile .model__info .profile__relink li a:active,.model__profile .model__info .profile__relink li a:focus {
	color: #1EB8E7;
	position: relative;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: #1EB8E7;
	text-underline-offset: 4px;
	transition: 0.3s all;
}
/*.model__profile .model__info .profile__relink li a::after {
	content: "";
	width: 100%;
	font-family: serif;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background-color: #a9a9a9;
	flex-shrink: 0;
	margin: 0;
	padding: 7px 20px 6px;
	position: relative;
}*/
.model__profile .profile {
	line-height: 1.75;
	border-top: 1px solid #888;
	padding-top: 50px;
}
.model__profile .profile__detail {
	margin-left: -10px;
	margin-bottom: 40px;
}
.model__profile .profile__detail span {
	display: block;
	padding-left: 10px;
}
.model__profile .profile__detail br {
	display: none;
}
.model__profile .profile__free {
	margin: 0 0 40px;
}
.model__profile .profile__sns {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 16px;
}
.model__profile .profile__sns a {
	/*margin-right: 15px;*/
}
.model__profile .profile__sns img {
	width: 32px;
}
.model__profile .profile__sns .model_twitter img {
	width: 32px;
}
.model__profile .profile__sns .model_ameba img {
	width: 45px;
}
.model__profile .audiojs {
	width: auto;
	background: transparent;
	box-shadow: none;
}
.model__profile .audiojs .scrubber, .model__profile .audiojs .time {
	display: none;
}
.model__profile .audiojs .play-pause {
	width: 36px;
	height: 36px;
	background-color: #404040;
}
.type__vertical-thumb {
	display: flex;
	flex-wrap: wrap;
}
.type__horizontal-thumb .model__info {
	display: flex;
	flex-wrap: wrap;
}
.model__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px 90px;
}
.model__menu .model-menu__item {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 10px;
}
.model__menu a {
	display: block;
	font-family: serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #000;
	padding: 10px;
}
.model__gallery {
	margin-bottom: 90px;
}
.model__gallery .model-gallery__list {
	margin-left: auto;
	margin-right: auto;
}
.model__gallery .model-gallery__item {
	width: 49%;
	padding: 2px;
}
.model__gallery a {
	display: block;
}
.model__gallery img {
	width: 100%;
}
.model__movie {
	margin-bottom: 90px;
}
.model__pamovie {
	margin-bottom: 90px;
}
.movie__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.movie__list .model-movie__item, .movie__list .model-pamovie__item {
	width: 25%;
}
.movie__list .model-movie__item:first-child, .movie__list .model-pamovie__item:first-child {
	margin-left: auto;
}
.movie__list .model-movie__item:last-child, .movie__list .model-pamovie__item:last-child {
	margin-right: auto;
}
.movie__list a {
	display: block;
	overflow: hidden;
	position: relative;
}
.movie__list a::before {
	display: block;
	content: '';
	background-color: #fff;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	transition: all 300ms ease-out;
}
.movie__list a span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 5px;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 20;
	transition: all 300ms ease-out;
}
.movie__list a:hover::before {
	opacity: 0.4;
}
.movie__list a:hover span {
	opacity: 1;
	transform: translateY(-60px);
}
.movie__list img {
	max-width: 100%;
}
.model__work {
	margin-bottom: 90px;
}
.model-work__wrapper {
	margin-bottom: 24px;
}
.model-work__wrapper.open .toggle-btn::after {
	transform: rotate(90deg);
	transition: transform 300ms ease-out;
}
.model-work__head {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #595959;
	cursor: pointer;
	padding: 15px;
	position: relative;
}
.model-work__head .toggle-btn {
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.model-work__head .toggle-btn::before, .model-work__head .toggle-btn::after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	top: 50%;
}
.model-work__head .toggle-btn::before {
	width: 14px;
	height: 2px;
	top: 9px;
	right: 3px;
}
.model-work__head .toggle-btn::after {
	width: 2px;
	height: 14px;
	top: 3px;
	right: 9px;
	transform-origin: center;
}
.model-work__content {
	display: none;
	font-size: 14px;
	line-height: 1.5;
	padding-top: 12px;
	padding-bottom: 4px;
	font-family: serif;
}
.model__contact {
	text-align: center;
	margin-bottom: 90px;
}
.model__contact a {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #595959;
	width: 100%;
	max-width: 500px;
	height: 90px;
}
.model__contact a span {
	display: block;
	font-family: serif;
	font-size: 40px;
	font-weight: 600;
	font-style: italic;
	width: 100%;
	padding-right: 1.5%;
}
.category__model-top .model__section {
	font-size: 32px;
	font-weight: 600;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.category__model-top .category-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.category__model-top .category-item {
	padding: 0 5px;
	margin-top: 10px;
}
.category__model-top .category-item.Influencer_Tokyo span, .category__model-top .category-item.Influencer span {
	display: flex;
	justify-content: center;
	column-gap: 12px;
	margin-top: 6px;
}
.category__model-top .category-item a {
	font-family: serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background-color: #c7c7c7;
	text-align: center;
	padding: 0.25em 1em;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 5.25em;
}
.category__model-top .category-item a::after {
	display: block;
	content: '';
	border: 5px solid transparent;
	border-left-color: #000;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.category__model-top .category-item a:hover {
	color: #fff;
	background-color: #005fae;
}
.category__model-top .category-item a:hover::after {
	border-left-color: #fff;
}
.category__model-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.category__model-tokyo {
	width: 100%;
	margin-bottom: 40px;
}
.category__model-tokyo .category-item {
	width: 100%;
}
.category__model-nagoya {
	width: 100%;
}
.category__model-nagoya .category-item {
	width: 100%;
}
.category__model-only .category-list {
	justify-content: center;
}
.category__model-only .category-item {
	width: 240px;
}
.category__model-only-nagoya .category-item {
	width: 50%;
}
.category__model .model-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding-top: 12px;
}
.category__model .model-box {
	width: 50%;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 30px;
}
.category__model .model-box a {
	display: block;
	position: relative;
}
.category__model .model-box a:hover {
	opacity: 0.65;
	transition: 0.3s;
}
.category__model .model-box .new-badge {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background-color: #cd0000;
	padding: 4px 12px;
	position: absolute;
	top: 0;
	left: 0;
}
.category__model .model-box .thumb {
	display: block;
	position: relative;
	overflow: hidden;
}
.category__model .model-box .thumb::before {
	display: block;
	content: '';
	padding-top: 150%;
}
.category__model .model-box .thumb::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
}
.category__model .model-box .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.category__model .model-box img {
	max-width: 100%;
}
.category__model .model-box .name {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 16px 0 0;
}
.category__model .model-box .sns {
	display: inline-flex;
	column-gap: 16px;
}
.category__model .model-box .sns a {
	width: 32px;
	height: 32px;
}
.category__model .model-box .ruby {
	font-family: serif;
	font-size: 15px;
	font-weight: 600;
	color: #a9a9a9;
	margin: 8px 0 0;
}
.page__content {
	font-family: sans-serif;
	font-size: 14px;
}
.page__content img {
	max-width: 100%;
}
.page--gutenberg .section__head, .page--gutenberg .content_gutenberg h2, .content_gutenberg .page--gutenberg h2 {
	margin: 0 0 0.25em;
}
.page--gutenberg .section__sub-head {
	margin-bottom: 40px;
}
.content_gutenberg h2 {
	margin: 1.5em 0 0.5em;
}
.content_gutenberg h3, .content_gutenberg h4, .content_gutenberg p, .content_gutenberg li {
	font-family: sans-serif;
}
.content_gutenberg h3 {
	font-size: 20px;
	font-weight: bold;
	color: #0074bf;
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
	margin-top: 32px;
	margin-bottom: 32px;
}
.content_gutenberg h4 {
	display: flex;
	align-items: center;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
	margin-top: 32px;
	margin-bottom: 12px;
}
.content_gutenberg h4::before {
	display: inline-block;
	content: '';
	width: 4px;
	height: 18px;
	background-color: #0074bf;
	margin-right: 10px;
}
.content_gutenberg li, .content_gutenberg p {
	font-size: 14px;
	line-height: 1.5;
}
.content_gutenberg ul, .content_gutenberg ol, .content_gutenberg p {
	margin-bottom: 16px;
}
.content_gutenberg ul {
	list-style: disc;
	padding-left: 14px;
}
.page-company__content .section__head, .page-company__content .content_gutenberg h2, .content_gutenberg .page-company__content h2 {
	margin: 0 0 0.25em;
}
.page-company__content .section__sub-head {
	margin-bottom: 40px;
}
.page-company__content p {
	line-height: 1.625;
}
.company__hero {
	text-align: center;
	margin-bottom: 50px;
}
.greeting__detail {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 80px;
}
.greeting__detail .ceo-greeting {
	text-align: center;
}
.greeting__detail .ceo-greeting p {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.5;
}
.greeting__detail .ceo-greeting p .catch {
	display: inline-block;
	font-size: 18px;
	margin: 24px 0;
}
.greeting__detail .ceo-greeting p .name {
	font-size: 20px;
}
.company__detail {
	margin-bottom: 80px;
}
.company__detail .company__story {
	margin-bottom: 40px;
}
.company__detail .company__information .head {
	margin-bottom: 16px;
}
.company__detail table {
	width: 100%;
	line-height: 1.5;
}
.company__detail table tr {
	border-bottom: 1px solid #ddd;
}
.company__detail table th, .company__detail table td {
	padding: 16px 0;
}
.company__detail table th {
	font-weight: normal;
	width: 25%;
}
.company__detail table td {
	width: 75%;
}
.company__office {
	border-top: 1px solid #ddd;
}
.office-box {
	margin-bottom: 50px;
}
.office-box .head {
	margin-bottom: 15px;
}
.office-box .head h3 {
	font-size: 46px;
	font-weight: 900;
}
.office-box .head p {
	font-size: 20px;
	font-weight: 900;
	color: #9a9a9a;
}
.office-box table {
	width: 100%;
	line-height: 1.5;
}
.office-box table tr {
	border-bottom: 1px solid #eee;
}
.office-box table tr:last-child {
	border-bottom: 0;
}
.office-box table th, .office-box table td {
	padding: 12px 0;
}
.office-box table th {
	font-weight: normal;
	width: 25%;
}
.office-box table td {
	width: 75%;
}
.office-box .gmap {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.office-box .gmap::before {
	display: block;
	content: '';
	padding-top: 56.25%;
}
.office-box .map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.office-box .map iframe {
	width: 100%;
	height: 100%;
}
.office-box .slider {
	height: 100px;
	margin: 30px 0 20px;
	opacity: 0;
	transition: opacity .3s linear;
	width: 100%;
}
.office-box .slider.slick-initialized {
	opacity: 1;
}
.office-box .slick-slide > div {
	width: 196px;
}
.office-box .slider img {
	height: 100px;
	width: 196px;
}
.audition__head {
	color: #fff;
	background-color: #012b80;
	text-align: center;
	padding: 40px 0 32px;
}
.audition__head .title {
	font-family: serif;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 12px;
}
.audition__head .sub {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
.audition__hero {
	/*height: 180px;*/
	height: 200px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/audition/audition_head_23_01.jpg);
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.audition__hero-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 255px;
	height: 255px;
	/*background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
}
.audition__hero-text h3 {
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	color: #012b80;
	line-height: 1.75;
	margin-bottom: 0;
	/*text-shadow:0 0 20px #FFF;*/
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.audition__hero-text ul {
	width: 100%;
	max-width: 160px;
	display: flex;
	flex-direction: column;
}
.audition__hero-text ul > li {
	margin-top: 10px;
}
.audition__hero-text ul > li a {
	width: 100%;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	border-radius: 1.5em;
}
.audition__hero-text ul > li.link-line a {
	background-color: #06c755;
}
.audition__hero-text ul > li.link-pc a {
	background-color: #3333ff;
}
.audition__hero-text ul > li a img {
	width: 2.25em;
	height: auto;
	vertical-align: middle;
	margin-right: 0.5em;
}
/*.audition__hero-text a {
  display: inline-block;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #012b80;
  line-height: 1;
  border-radius: 35px;
  padding: 10px 15px;
}*/
.audition__intro {
	font-family: sans-serif;
	text-align: center;
	line-height: 2.25;
	margin-top: 50px;
}
.audition__charm {
	background-color: #e3e3e3;
	padding: 50px 0;
	margin-top: 50px;
}
.charm-box {
	margin-top: 50px;
}
.charm-box img {
	max-width: 100%;
}
.charm-box .image {
	position: relative;
	z-index: 10;
}
.charm-box .detail {
	position: relative;
	z-index: 50;
}
.charm-box__inner {
	position: relative;
}
.charm-box01 .detail {
	margin-top: -30px;
}
.charm-box02 .image {
	text-align: right;
}
.charm-box02 .detail p {
	background-color: transparent;
}
.charm-box02 .detail span {
	background-color: #e3e3e3;
}
.charm-box03 .detail {
	margin-top: 12px;
}
.charm-box03 .sub-image {
	margin-top: 16px;
}
.charm-box h5 {
	display: inline-block;
	font-family: serif;
	font-size: 24px;
	font-weight: 700;
	color: #004b83;
	background-color: #e3e3e3;
	margin-bottom: 12px;
}
.charm-box p {
	font-family: sans-serif;
	font-size: 14px;
	background-color: #e3e3e3;
	line-height: 2.125;
}
.audition__work {
	padding-top: 50px;
}
.audition__work .sub-catch {
	font-family: sans-serif;
	font-size: 18px;
	line-height: 2;
	text-align: center;
	margin: 50px 0;
}
.audition__work .sub-catch span {
	font-size: 24px;
	color: #cd377a;
}
.works-box {
	background-color: #000;
	margin-top: 24px;
	padding: 40px 0 12px;
}
.works-box .head {
	margin-bottom: 24px;
}
.works-box .head h5 {
	font-family: serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 8px;
}
.works-box .head p {
	font-family: serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 0;
}
.works-box h5, .works-box p {
	color: #fff;
}
.works-box p {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 2.125;
	margin-bottom: 24px;
}
.works-box img {
	max-width: 100%;
}
.works-box__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.works-box__inner .detail {
	text-align: center;
	width: 100%;
}
.works-box__inner .image {
	width: 100%;
}
.audition__contact {
	background-color: #012b80;
	text-align: center;
	padding: 40px 0;
}
.audition__contact p {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 24px;
}
.audition__contact a {
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	width: 100%;
	max-width: 600px;
	color: #012b80;
	background-color: #fff;
	border-radius: 4px;
	padding: 16px;
}
.audition__flow {
	margin-bottom: 50px;
}
.audition__flow img {
	max-width: 100%;
}
.audition__flow .section__head, .audition__flow .content_gutenberg h2, .content_gutenberg .audition__flow h2 {
	margin-top: 50px;
}
.audition__flow .section__sub-head {
	margin-bottom: 50px;
}
.audition__flow .flow-end {
	margin-left: -10px;
}
.audition__flow .flow-end::before {
	display: block;
	content: '';
	background-color: #c7c7c7;
	width: 5px;
	height: 60px;
	margin-left: 9px;
	margin-bottom: 10px;
}
.audition__flow .flow-end img {
	width: 240px;
	height: auto;
}
.flow-box {
	margin-bottom: 40px;
}
.flow-box .head {
	font-family: serif;
	font-style: italic;
	font-size: 16px;
	color: #fff;
}
.flow-box .head span {
	display: inline-block;
	width: 280px;
	text-align: center;
	background-color: #012b80;
	padding: 6px;
}
.flow-box .text {
	border-left: 5px solid #c7c7c7;
	padding-left: 15px;
	font-family: serif;
}
.flow-box .detail {
	margin: 14px 0;
}
.flow-box .detail h5 {
	font-size: 24px;
	font-weight: 700;
	color: #012b80;
	margin-bottom: 32px;
}
.flow-box .detail p {
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 16px;
}
.audition__faq .section__head, .audition__faq .content_gutenberg h2, .content_gutenberg .audition__faq h2 {
	margin-top: 50px;
}
.audition__faq .section__sub-head {
	margin-bottom: 50px;
}
.faq-box {
	margin-bottom: 24px;
}
.faq-box .question {
	display: flex;
	align-items: center;
	background-color: #012b80;
	padding: 12px 12px 12px 0;
}
.faq-box .question::before {
	display: inline-block;
	content: 'Q';
	font-family: serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	width: 80px;
	text-align: center;
}
.faq-box .question p {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	width: calc(100% - 80px);
}
.faq-box .answer {
	display: flex;
	align-items: center;
	background-color: #d3d3d3;
	padding: 12px 12px 12px 0;
}
.faq-box .answer::before {
	display: inline-block;
	content: 'A';
	font-family: serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 700;
	color: #012b80;
	width: 80px;
	text-align: center;
}
.faq-box .answer p {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 700;
	width: calc(100% - 80px);
}
.page-contact__content .section__head, .page-contact__content .content_gutenberg h2, .content_gutenberg .page-contact__content h2 {
	margin: 0 0 0.25em;
}
.page-contact__content .section__sub-head {
	margin-bottom: 40px;
}
.page-contact__content .contact__office {
	border-top: 1px solid #eee;
}
.page-contact__content .intro {
	/*text-align: center;*/
	padding-top: 30px;
	margin-bottom: 80px;
}
.page-contact__content .intro p {
	display: inline-block;
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
}
.page-contact__content .intro span {
	font-size: 18px;
	font-weight: bold;
	margin-left: 1em;
}
.page-contact__content .intro i {
	color: #012b80;
	margin-right: 6px;
}
.subhero__models.auditon_models .model-item a {
	width: calc(100vw / 9);
	height: calc(100vw / 9);
}
.page__entry .intro {
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 2;
	margin-bottom: 60px;
}
.page__entry .entry--box {
	margin: 50px 0;
}
.page__entry .entry--box__head {
	margin-bottom: 24px;
}
.page__entry .entry--box__head h3 {
	font-size: 24px;
	font-weight: 700;
	color: #012b80;
	text-align: center;
	margin-bottom: 12px;
}
.page__entry .entry--box__head p {
	font-size: 14px;
	color: #888;
	text-align: center;
}
.page__entry .entry--box__detail {
	font-family: sans-serif;
}
.page__entry .entry--box__category {
	font-size: 14px;
	color: #fff;
	background: #000;
	line-height: 1.5;
	padding: 8px 16px;
	margin-bottom: 24px;
}
.page__entry .entry--box__table tr {
	display: block;
}
.page__entry .entry--box__table th, .page__entry .entry--box__table td {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding: 15px 0;
}
.page__entry .entry--box__table th {
	font-size: 16px;
	padding: 15px 0 5px;
}
.page__entry .entry--box__table td {
	line-height: 1.75;
	padding: 5px 0 15px 24px;
	position: relative;
}
.page__entry .entry--box__table td::before {
	display: block;
	content: '';
	width: 1px;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: 8px;
	bottom: 8px;
}
.page__entry .entry--box .btn_entry {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #012b80;
	line-height: 1.5;
	border: 2px solid #012b80;
	border-radius: 24px;
	padding: 12px 40px;
	margin-bottom: 12px;
	transition: all 300ms ease-out;
}
.page__entry .entry--box .btn_entry:hover {
	color: #fff;
	background-color: #012b80;
}
#entryForm {
	font-family: sans-serif;
}
#entryForm .notice {
	text-align: center;
}
.page__other-page {
	font-family: sans-serif;
	padding-top: 50px;
}
.page__other-page .other-page__inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.page__other-page h2 {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	background-color: #0074bf;
	/*text-align: center;*/
	border-radius: 8px;
	padding: 8px 24px;
	margin: 40px 0;
}
.page__other-page h3 {
	font-size: 20px;
	color: #0074bf;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.page__other-page h4 {
	font-size: 16px;
	color: #0074bf;
	border-left: 3px solid #00729f;
	line-height: 1.2;
	padding: 0px 10px;
	margin-top: 32px;
	margin-bottom: 16px;
}
.page__other-page p {
	font-size: 14px;
	line-height: 1.5;
	padding-left: 10px;
	margin-bottom: 16px;
}
.page__other-page a {
	color: #00729f;
	text-decoration: underline;
}
.page__other-page a:focus, .page__other-page a:hover {
	color: #999;
}
.page__other-page .wp-block-embed__wrapper {
	padding-left: 10px;
}
.page__other-page .wp-block-embed-youtube, .page__other-page .wp-embed-aspect-16-9 {
	position: relative;
}
.page__other-page .wp-block-embed-youtube::before, .page__other-page .wp-embed-aspect-16-9::before {
	display: block;
	content: '';
	padding-top: 56.25%;
}
.page__other-page .wp-block-embed-youtube .wp-block-embed__wrapper, .page__other-page .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page__other-page .wp-block-embed-youtube iframe, .page__other-page .wp-embed-aspect-16-9 iframe {
	width: 100%;
	height: 100%;
}
.page__other-page img {
	width: auto;
	height: auto;
}
.planning-detail__inner {
	padding-top: 50px;
}
.planning-box {
	border: 1px solid #d3d3d3;
}
.planning-box .head {
	background-color: #012B80;
	color: #fff;
	padding: 28px;
	text-align: center;
}
.planning-box .head h2 {
	font-family: serif;
	font-size: 32px;
}
.planning-box .head p {
	font-size: 13px;
	margin-top: 4px;
}
.planning-box .detail {
	padding: 20px;
}
.planning-box-info {
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}
.planning-box-list {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 30px;
}
.planning-box-list span {
	display: inline-block;
}
.planning-box-hero {
	margin-top: auto;
}
@media (max-width: 519.9999px) {
	.planning-box-info .sp-none {
		display: none;
	}
}
@media (min-width: 520px) {
	.planning-box-info .pc-none {
		display: none;
	}
}
@media (max-width: 767.9999px) {
	.office-box .head h3 .sp-none {
		display: none;
	}
	.planning-box-list .sp-none {
		display: none;
	}
}
.recruit-detail__inner {
	padding-top: 50px;
}
.recruit-box {
	border: 1px solid #d3d3d3;
}
.recruit-box .head {
	background-color: #012B80;
	color: #fff;
	padding: 28px;
	text-align: center;
}
.recruit-box .head h2 {
	font-family: serif;
	font-size: 32px;
}
.recruit-box .head p {
	font-size: 13px;
	margin-top: 4px;
}
.recruit-box .detail {
	padding: 20px;
}
.recruit-box-info {
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}
.recruit-box-list {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 30px;
}
.recruit-box-list span {
	display: inline-block;
}
.recruit-box-hero {
	margin-top: auto;
}
.recruit__detail table {
	width: 100%;
	line-height: 1.5;
}
.recruit__detail table tr {
	border-bottom: 1px solid #ddd;
}
.recruit__detail table th, .recruit__detail table td {
	padding: 16px 0;
}
.recruit__detail table th {
	font-weight: normal;
	width: 25%;
}
.recruit__detail table td {
	width: 75%;
}
@media (max-width: 519.9999px) {
	.recruit-box-info .sp-none {
		display: none;
	}
}
@media (min-width: 520px) {
	.recruit-box-info .pc-none {
		display: none;
	}
}
@media (max-width: 767.9999px) {
	.office-box .head h3 .sp-none {
		display: none;
	}
	.planning-box-list .sp-none {
		display: none;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 670px;
		margin-right: auto;
		margin-left: auto;
	}
	html {
		scroll-padding-top: 102px;
	}
	body {
		padding-top: 102px;
	}
	.lb-nav a.lb-prev {
		float: none;
		width: 50px;
		opacity: 1;
		position: absolute;
		right: calc(100% + 50px);
		left: auto;
	}
	.lb-nav a.lb-next {
		float: none;
		width: 50px;
		opacity: 1;
		position: absolute;
		left: calc(100% + 50px);
		right: auto;
	}
	.loading svg, .loading img {
		width: 80px;
		height: 80px;
	}
	.hero__subpage .title {
		font-size: 56px;
	}
	.hero__subpage .sub-title {
		font-size: 20px;
	}
	.subhero__models {
		margin-bottom: 80px;
	}
	.subhero__models .model-item a {
		width: 120px;
		height: 120px;
	}
	.header__inner {
		padding: 0 30px;
	}
	.main--logo img {
		height: 72px;
	}
	.nav-bar_sp.open {
		top: 102px;
	}
	.footer-office {
		justify-content: space-between;
		margin: 0 -10px;
	}
	.footer-office .office {
		padding: 0 10px;
	}
	.page-top {
		left: auto;
		right: 15px;
	}
	.column__sidebar .recent-events {
		margin: 40px -15px;
	}
	.column__sidebar .recent-box {
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.hero__slider .slick-slide {
		width: 600px;
	}
	.hero__slider .slick-slide.slick-active {
		transform: scale(calc((1 / 8) + 1));
	}
	.hero__item {
		padding: 40px 60px;
	}
	.hero .slick-arrow {
		width: 20px;
		height: 40px;
	}
	.hero .slick-next {
		background-image: url(../img/arrow-right.svg);
		right: calc((100vw - 600px) / 2 - 25px);
	}
	.hero .slick-prev {
		background-image: url(../img/arrow-left.svg);
		left: calc((100vw - 600px) / 2 - 25px);
	}
	.hero__inner::before {
		padding-top: 50.347%;
	}
	.hero .glide {
		width: calc(70vw * ((1 / 8) + 1) + 140vw);
	}
	.hero .glide__slide--active {
		transform: scale(calc((1 / 8) + 1));
	}
	.hero .glide__arrows {
		width: calc(70vw * ((1 / 8) + 1));
	}
	.hero .glide__arrows .glide__arrow {
		width: 20px;
		height: 40px;
	}
	.hero .glide__arrows .glide__arrow--right {
		background-image: url(../img/arrow-right.svg);
	}
	.hero .glide__arrows .glide__arrow--left {
		background-image: url(../img/arrow-left.svg);
	}
	.front-news__more {
		margin-top: 20px;
	}
	.news__category {
		margin: 0 -10px;
	}
	.news__category a {
		padding: 0 10px;
	}
	.audition__main img {
		max-width: 450px;
	}
	.audition__content {
		padding-top: 300px;
	}
	.audition__content h2 {
		font-size: 36px;
		margin-bottom: 48px;
	}
	.audition__content .catch {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.audition__content .catch span {
		font-size: 20px;
	}
	.audition__content .detail {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.audition__content .more {
		font-size: 22px;
		width: 330px;
		padding: 6px 0 8px;
	}
	.audition__intro .pc-none {
		display: none;
	}
	.audition__charm .pc-none {
		display: none;
	}
	.front-official h2 {
		font-size: 36px;
		margin-bottom: 40px;
	}
	.front-instafeed h2, .front-tiktokfeed h2 {
		font-size: 36px;
		margin-bottom: 40px;
		margin-top: 80px;
	}
	.front-instagram--logo img {
		width: 200px;
		margin-bottom: -10px;
	}
	.front-tiktok--logo img {
		width: 180px;
		margin-top: -20px;
	}
	/*.front-instafeed h2::before,.front-tiktokfeed h2::before {
		font-size: 40px;
		margin-right: 20px;
	}*/
	.front-instafeed .insta-accounts, .front-tiktokfeed .tiktok-accounts {
		height: 350px;
	}
	.front-instafeed .insta-accounts a, .front-tiktokfeed .tiktok-accounts a {
		font-size: 14px;
		width: calc(100% / 5);
		padding: 0 15px;
	}
	.front-insta-user .head, .front-tiktok-user .head {
		width: calc(100% / 3);
	}
	.front-insta-user .head::before, .front-tiktok-user .head::before {
		padding-top: calc(100% / 3);
	}
	.front-insta-user .instagram__feed, .front-tiktok-user .tiktok__feed {
		width: calc(100% / 3 * 2);
	}
	.front-insta-user__more, .front-tiktok-user__more {
		margin-top: 50px;
	}
	.front-blog__rss {
		height: 270px;
	}
	.front-blog__item {
		width: calc(100% / 3);
	}
	.front-banners01__inner {
		margin: 0 -20px;
	}
	.front-banners01__item {
		width: calc(100% / 3);
		padding: 0 20px;
		margin-bottom: 18px;
	}
	.front-banners02 {
		margin-top: 50px;
	}
	.front-banners02__inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0 -16px;
	}
	.front-banners02__bnr {
		display: none;
	}
	.model__profile {
		padding-top: 0;
		margin-bottom: 30px;
	}
	.model__profile .model__info .categories {
		margin-bottom: 24px;
	}
	.model__profile .name-area {
		margin-bottom: 40px;
	}
	.model__profile .name-area .name {
		font-size: 40px;
		margin-bottom: 15px;
	}
	.model__profile .name-area .ruby {
		font-size: 20px;
	}
	.model__profile .vital-statistics {
		margin-bottom: 40px;
	}
	.model__profile .profile {
		padding-top: 40px;
	}
	.model__profile .profile__detail span {
		display: inline-block;
	}
	.model__profile .profile__detail br {
		display: inline;
	}
	.model__menu a {
		font-size: 30px;
	}
	.model__gallery .model-gallery__item {
		width: 200px;
	}
	.category__model-tokyo {
		padding: 0 10px;
	}
	.category__model-tokyo .category-item {
		width: calc(100% / 3);
	}
	.category__model-nagoya {
		padding: 0 10px;
	}
	.category__model-nagoya .category-item {
		width: calc(100% / 3);
	}
	.category__model-only .category-item {
		width: 240px;
	}
	.category__model-only-nagoya .category-item {
		width: 240px;
	}
	.category__model .model-box {
		width: 25%;
	}
	.greeting__detail .ceo-greeting p .pc-none {
		display: none;
	}
	.office-box .head h3 {
		font-size: 60px;
	}
	.office-box .gmap {
		height: 550px;
		margin-top: 25px;
		padding-top: 300px;
		overflow: hidden;
	}
	.office-box .gmap iframe {
		position: absolute;
		top: -200px;
		left: 0;
		width: 100%;
		height: calc(100% + 200px + 200px);
		pointer-events: none;
	}
	.audition__hero {
		height: 35vw;
		max-height: 320px;
	}
	.audition__hero-text {
		width: 41vw;
		height: 41vw;
		max-width: 370px;
		max-height: 370px;
	}
	.audition__hero-text h3 {
		font-size: 24px;
	}
	.audition__hero-text ul {
		width: 72%;
		max-width: 260px;
	}
	.audition__hero-text ul > li {
		margin-top: 15px;
	}
	.audition__hero-text ul > li a {
		font-size: 16px;
	}
	.audition__flow .flow-end::before {
		display: none;
		content: none;
	}
	.flow-box {
		margin-bottom: 0;
	}
	.flow-box .text {
		border-left: 0;
		padding-left: 0;
	}
	.flow-box .detail {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-left: 5px solid #c7c7c7;
		padding-left: 60px;
	}
	.flow-box .detail h5 {
		font-size: 30px;
	}
	.page__entry .intro {
		font-size: 16px;
	}
	.page__entry .intro .hide-sp {
		display: none;
	}
	.page__entry .entry--box {
		margin: 80px 0;
	}
	.page__entry .entry--box__table tr {
		display: table-row;
		border-bottom: 1px solid #ddd;
	}
	.page__entry .entry--box__table th, .page__entry .entry--box__table td {
		display: table-cell;
	}
	.page__entry .entry--box__table th {
		font-size: 14px;
		width: 170px;
		padding-bottom: 15px;
	}
	.page__entry .entry--box__table td {
		width: calc(100% - 170px);
		line-height: 1.5;
		padding-top: 15px;
		padding-left: 0;
	}
	.page__entry .entry--box__table td::before {
		content: none;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1130px;
	}
	html {
		scroll-padding-top: 130px;
	}
	body {
		padding-top: 130px;
	}
	.section-head {
		font-size: 36px;
	}
	.section__head, .content_gutenberg h2 {
		font-size: 36px;
		padding-top: 64px;
		margin-bottom: 80px;
	}
	.section__sub-head {
		font-size: 18px;
	}
	.hero__subpage {
		padding: 60px 16px;
	}
	.header__inner {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.main--logo img {
		height: 100px;
	}
	.toggler {
		display: none;
	}
	.nav-bar_sp {
		display: none;
	}
	.nav-bar {
		display: flex;
		align-items: center;
		width: calc(100% - 200px);
		background-color: transparent;
		pointer-events: all;
		opacity: 1;
		position: static;
	}
	.menu-main-menu-container {
		display: block;
		width: 100%;
		height: auto;
	}
	.page-menu {
		display: inline-flex;
		justify-content: space-between;
	}
	.page-menu .menu-item {
		/*width: calc(100% / 7);*/
	}
	.page-menu a {
		height: 130px;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		padding: 0 1.25em;
		white-space: nowrap;
		transition: all 300ms ease-out;
	}
	.page-menu a .text01 {
		/*position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;*/
	}
	.page-menu a .text02 {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
	}
	.page-menu a.open .text01, .page-menu a:hover .text01 {
		opacity: 0;
		transform: translateY(calc(-50% - 25px));
	}
	.page-menu a.open .text02, .page-menu a:hover .text02 {
		opacity: 1;
		transform: translateY(-50%);
	}
	.page-menu .text02 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		opacity: 0;
	}
	.page-menu .text02 br {
		display: inline;
	}
	.head__category-menu {
		display: block;
		opacity: 0;
		height: 0;
		padding: 0;
		pointer-events: none;
		transition: all 300ms ease-out;
	}
	.head__category-menu.open {
		opacity: 1;
		pointer-events: auto;
		height: auto;
		padding: 30px 0;
	}
	.category-menu__inner .head__category-list {
		width: calc(100% - 220px);
		padding-left: 30px;
	}
	footer {
		margin-top: 120px;
	}
	.footer-menu__inner ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.footer-company {
		width: 400px;
	}
	.footer-company .logo {
		text-align: left;
		margin-bottom: 60px;
	}
	.footer-company .sns-logos {
		padding-right: 100px;
	}
	.footer-company .copy {
		display: block;
		padding-right: 100px;
	}
	.footer-office {
		width: calc(100% - 400px);
		margin: 68px 0 0;
	}
	.footer-office .office {
		padding: 0;
		margin-bottom: 0;
	}
	.footer-office .sp-copy {
		display: none;
	}
	.column__sidebar {
		width: 350px;
		padding-left: 50px;
	}
	.column__sidebar .recent-events {
		display: block;
		margin: 0;
	}
	.column__sidebar .recent-box {
		width: 100%;
		padding: 3px;
		margin-bottom: 0;
	}
	.pagination {
		margin-top: 80px;
	}
	.hero__slider .slick-slide {
		width: auto;
	}
	.hero__slider .slick-slide.slick-active {
		transform: scale(calc((1 / 5) + 1));
	}
	.hero__item {
		padding: 95px 75px;
	}
	.hero .slick-arrow {
		width: 30px;
		height: 60px;
	}
	.hero .slick-next {
		right: calc((100vw - 900px) / 2 - 50px);
	}
	.hero .slick-prev {
		left: calc((100vw - 900px) / 2 - 50px);
	}
	.hero__inner {
		height: 711px;
	}
	.hero__inner::before {
		content: none;
	}
	.hero .glide {
		width: calc(900px * ((1 / 5) + 1) + 1800px);
	}
	.hero .glide__slide--active {
		transform: scale(calc((1 / 5) + 1));
	}
	.hero .glide__arrows {
		width: calc(900px * ((1 / 5) + 1));
	}
	.hero .glide__arrows .glide__arrow {
		width: 30px;
		height: 60px;
	}
	.front-news {
		margin-top: 100px;
	}
	.front-news__list {
		padding: 50px 0;
	}
	.news__categories a {
		font-size: 18px;
		margin: 0 20px 30px;
	}
	.news__category a {
		width: 25%;
	}
	.front-audition {
		margin-top: 100px;
		padding-bottom: 80px;
	}
	.front-audition::before {
		display: block;
		content: '';
		background-color: #ededed;
		height: 260px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 50;
	}
	.audition__main {
		top: auto;
		left: 0;
		right: auto;
		bottom: -180px;
	}
	.audition__main img {
		max-width: 100%;
	}
	.audition__content {
		box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.25);
		padding-top: 60px;
		margin-right: 0;
	}
	.front-instagram {
		margin-top: 160px;
		padding: 100px 0;
	}
	.front-instafeed .insta-accounts, .front-tiktokfeed .tiktok-accounts {
		height: 220px;
	}
	.front-instafeed .insta-accounts a, .front-tiktokfeed .tiktok-accounts a {
		width: calc(100% / 8);
	}
	.front-insta-user, .front-tiktok-user {
		/*margin-bottom: 80px;*/
	}
	.front-insta-user .head, .front-tiktok-user .head {
		width: 20%;
	}
	.front-insta-user .head::before, .front-tiktok-user .head::before {
		padding-top: 20%;
	}
	.front-insta-user .instagram__feed, .front-tiktok-user .tiktok__feed {
		width: 80%;
	}
	#sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_tiktok.sbi_col_8 #sbi_images .sbi_item {
		width: 12.5%;
	}
	.front-blog {
		margin-top: 100px;
	}
	.front-blog__inner {
		width: calc((100% - 1100px) / 2 - 260px + 1100px);
		margin-right: auto;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: calc((100% - 1100px) / 2);
	}
	.front-blog .section-head {
		justify-content: flex-start;
		margin-bottom: 40px;
	}
	.front-blog .section-head::before {
		font-size: 38px;
	}
	.front-blog__rss {
		height: 260px;
	}
	.front-blog__item a {
		display: block;
	}
	.front-blog__item .blog__img {
		float: left;
		width: 85px;
		margin-right: 10px;
	}
	.front-blog__item .blog__name {
		width: auto;
		padding-left: 0;
	}
	.front-sns {
		margin-top: 80px;
	}
	.front-sns__inner {
		display: flex;
		width: calc((100% - 1100px) / 2 - 260px + 1100px);
		margin-left: auto;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: calc((100% - 1100px) / 2);
	}
	.front-sns .section-head {
		margin-bottom: 30px;
	}
	.front-sns .section-head::before {
		font-size: 38px;
	}
	.front-sns__block {
		width: 50%;
	}
	.front-sns__facebook {
		margin-top: 0;
	}
	.front-banners01 {
		margin-top: 100px;
	}
	.front-banners01__inner {
		margin: 0 -30px;
	}
	.front-banners01__item {
		width: 25%;
		margin-bottom: 24px;
	}
	.front-banners02__item {
		width: 20%;
	}
	.category__head {
		margin-bottom: 46px;
	}
	.category__head .section__head, .category__head .content_gutenberg h2, .content_gutenberg .category__head h2 {
		margin-bottom: 0.25em;
	}
	.model__section {
		font-size: 36px;
	}
	.type__vertical-thumb .model__main {
		width: 375px;
		margin-left: 75px;
	}
	.type__vertical-thumb .model__info {
		width: calc(100% - 450px);
		padding-left: 60px;
	}
	.type__horizontal-thumb .model__main {
		margin-bottom: 40px;
		max-width: 700px;
		margin-right: auto;
		margin-left: auto;
	}
	.type__horizontal-thumb .info__main {
		width: 40%;
	}
	.type__horizontal-thumb .profile {
		width: 60%;
		border-top: none;
		padding-top: 0;
	}
	.model__menu .model-menu__item {
		width: 25%;
	}
	.model__gallery .model-gallery__item {
		width: 360px;
	}
	.category__model-inner {
		margin: 0 -20px;
	}
	.category__model-tokyo {
		width: calc(100% / 6 * 2);
		padding: 0 20px;
		margin-bottom: 0;
	}
	.category__model-tokyo .category-item {
		width: 50%;
	}
	.category__model-nagoya {
		width: calc(100% / 6 * 4);
		border-left: 1px solid #333;
		padding: 0 20px;
	}
	.category__model-nagoya .category-item {
		width: 25%;
	}
	.category__model-only .category-item {
		width: 240px;
	}
	.category__model-only-nagoya .category-item {
		width: 240px;
	}
	.category__model .model-list {
		margin: 0 -20px;
		padding-top: 30px;
	}
	.category__model .model-box {
		width: 20%;
		padding: 0 20px;
		margin-bottom: 50px;
	}
	.page--gutenberg .section__head, .page--gutenberg .content_gutenberg h2, .content_gutenberg .page--gutenberg h2 {
		margin-bottom: 0.25em;
	}
	.page--gutenberg .section__sub-head {
		margin-bottom: 56px;
	}
	.content_gutenberg h2 {
		margin-bottom: 0.5em;
	}
	.page-company__content .section__head, .page-company__content .content_gutenberg h2, .content_gutenberg .page-company__content h2 {
		margin-bottom: 0.25em;
	}
	.page-company__content .section__sub-head {
		margin-bottom: 56px;
	}
	.section__head small {
		font-size: 70%;
	}
	.company__hero {
		margin-bottom: 80px;
	}
	.greeting__detail {
		margin-bottom: 50px;
		padding-bottom: 100px;
	}
	.greeting__detail .ceo-greeting p {
		font-size: 16px;
	}
	.greeting__detail .ceo-greeting p .pc-xl-none {
		display: none;
	}
	.company__detail {
		margin-bottom: 120px;
	}
	.company__detail .company-detail__inner {
		display: flex;
		margin: 0 -25px;
	}
	.company__detail .company__story {
		width: 50%;
		padding: 0 25px;
		margin-bottom: 0;
	}
	.company__detail .company__information {
		width: 50%;
		padding: 0 25px;
	}
	.office-box {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 80px;
	}
	.office-box .head {
		width: 45%;
		margin-bottom: 0;
	}
	.office-box .head p {
		font-size: 28px;
	}
	.office-box .detail {
		width: 55%;
	}
	.page__audition .container {
		max-width: 1530px;
	}
	.audition__head {
		padding: 56px 0 52px;
	}
	.audition__head .title {
		font-size: 36px;
	}
	.audition__head .sub {
		font-size: 16px;
	}
	.audition__hero {
		height: 500px;
		max-height: 500px;
	}
	.audition__hero-text {
		width: 585px;
		height: 585px;
		max-width: 585px;
		max-height: 585px;
	}
	.audition__hero-text h3 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.audition__hero-text ul {
		max-width: 320px;
	}
	.audition__hero-text ul > li {
		margin-top: 25px;
	}
	.audition__hero-text ul > li a {
		height: 3.5em;
		font-size: 20px;
		border-radius: 1.75em;
	}
	/*.audition__hero-text a {
    font-size: 20px;
    padding: 25px 40px;
  }*/
	.audition__intro {
		margin-top: 80px;
	}
	.audition__charm {
		margin-top: 80px;
		padding: 80px 0;
	}
	.charm-box {
		margin-top: 80px;
	}
	.charm-box01 .charm-box__inner {
		max-width: 1300px;
	}
	.charm-box01 .charm-box__inner {
		padding-bottom: 72px;
	}
	.charm-box01 .detail {
		margin-top: 0;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.charm-box02 .detail {
		position: absolute;
		bottom: 25%;
		left: 10%;
	}
	.charm-box03 .charm-box__inner {
		max-width: 1300px;
	}
	.charm-box03 .detail {
		margin-top: 0;
		position: absolute;
		top: 20%;
		right: 0;
	}
	.charm-box03 .sub-image {
		text-align: right;
		margin-top: -120px;
		position: relative;
		z-index: 25;
	}
	.charm-box h5 {
		font-size: 32px;
		margin-bottom: 24px;
		padding: 8px;
	}
	.charm-box p {
		font-size: 16px;
		padding: 4px 8px;
	}
	.audition__work .sub-catch {
		font-size: 24px;
		margin: 80px 0;
	}
	.audition__work .sub-catch span {
		font-size: 30px;
	}
	.works-box {
		padding: 12px 0;
		margin-top: 36px;
	}
	.works-box .head {
		margin-bottom: 32px;
	}
	.works-box .head h5 {
		font-size: 36px;
		margin-bottom: 12px;
	}
	.works-box .head p {
		font-size: 20px;
	}
	.works-box p {
		font-size: 16px;
		margin-bottom: 0;
	}
	.works-box__inner .detail {
		width: 40%;
	}
	.works-box__inner .image {
		width: 60%;
	}
	.works-box02 .detail {
		order: 2;
	}
	.works-box02 .image {
		order: 1;
	}
	.audition__contact {
		padding: 50px 0;
	}
	.audition__flow {
		margin-bottom: 80px;
	}
	.audition__flow .section__head, .audition__flow .content_gutenberg h2, .content_gutenberg .audition__flow h2 {
		margin-top: 80px;
	}
	.audition__flow .section__sub-head {
		margin-bottom: 80px;
	}
	.audition__flow .container {
		max-width: 1100px;
	}
	.audition__faq .container {
		max-width: 830px;
	}
	.audition__faq .section__head, .audition__faq .content_gutenberg h2, .content_gutenberg .audition__faq h2 {
		margin-top: 80px;
	}
	.audition__faq .section__sub-head {
		margin-bottom: 80px;
	}
	.faq-box {
		margin-bottom: 32px;
	}
	.page-contact__content .section__head, .page-contact__content .content_gutenberg h2, .content_gutenberg .page-contact__content h2 {
		margin-bottom: 0.25em;
	}
	.page-contact__content .section__sub-head {
		margin-bottom: 56px;
	}
	.page-contact__content .intro {
		padding-top: 50px;
		margin-bottom: 120px;
	}
	/*morikawa追加分*/
	.page-contact__content .intro_recruit {
		/*margin-bottom: 80px;*/
	}
	/* ******************* */
	.page__entry .entry--box {
		display: flex;
		align-items: flex-start;
	}
	.page__entry .entry--box__head {
		width: 220px;
		margin-right: 60px;
	}
	.page__entry .entry--box__detail {
		width: calc(100% - 280px);
	}
	.page__other-page {
		padding-top: 80px;
	}
	.planning-detail__inner {
		display: flex;
		justify-content: space-between;
	}
	.planning-box {
		display: flex;
		flex-direction: column;
		width: 528px;
	}
	.planning-box .detail {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
	.planning-box-hero {
		margin-top: auto;
	}
	.page-recruit__content .section__head, .page-recruit__content .content_gutenberg h2, .content_gutenberg .page-recruit__content h2 {
		margin-bottom: 0.25em;
	}
	.page-recruit__content .section__sub-head {
		margin-bottom: 56px;
	}
	.recruit__detail h3 {
		background-color: #012B80;
		color: #fff;
		font-weight: 700;
		font-size: 24px;
		padding: 12px 24px 8px;
		margin: 40px 0;
	}
}
.front_recruit {
	width: 92%;
	margin: 0 auto;
	text-align: center;
}
.front_recruit a {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.front_recruit a > img {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin-top: 120px;
}
@media(max-width:520px) {
	.front_recruit a > img {
		width: 100%;
		max-width: 1000px;
		height: auto;
		margin-top: 10px;
	}
}
@media (min-width: 1280px) {
	.front-instagram {
		margin-top: 46px;
		padding: 100px 0;
	}
}
@media(max-width:520px) {
	.front-instagram {
		margin-top: 10px;
	}
}
/*# sourceMappingURL=theme.css.map */

/* 20240118 トップ 代表挨拶 */
.front-greeting {
	padding-bottom: 40px;
	margin-top: 80px;
}
.front-greeting-imgbox {
		width: 100%;
		max-width: 750px;
		margin: 0 auto 30px auto;
}
.front-greeting-imgbox img {
	width: 100%;
}
.front-greeting-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	font-size: unset;
	font-weight: bold;
	color: #333333b3;
	margin-bottom: 50px;
}
.front-greeting-ttl:before, 
.front-greeting-ttl:after {
	content: '';
	flex-grow: 1;
	width: 100%;
	max-width: 20px;
	height: 1px;
	background-color: #333333b3;
}
.front-greeting-ttl:before {
	margin-right: 18px;
}
.front-greeting-ttl:after {
	margin-left: 18px;
}
.front-greeting-txtbox {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0px auto 30px auto;
}
.read-more-btn {
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: inline-block;
	width: 500px;
	max-width: 100%;
	font-family: serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	padding: 12px;
	transform: translate(-50%, 0);
	transition: all .3s;
	z-index: 1;
	cursor: pointer;
}
.read-more-btn:before {
	content:'more';
}
.front-greeting-txt {
	position: relative;
	height: 308px;
	text-align: center;
	/*font-weight: bold;*/
	line-height: 36px;
	overflow: hidden;
	font-family: "Noto Serif JP", serif;
	font-size:16px;
}
.front-greeting-txt:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 55%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.9) 100%);
}
.read-more-btn.open {
	bottom: -80px;
}
.read-more-btn.open:before {
	content:'close';
}
.front-greeting-txt.open {
	height: auto;
}
.front-greeting-txt.open:before {
	content: unset;

}
.front-greeting-txt .pc-none {
	display: inline;
}
@media (min-width: 768px) {
	.front-greeting-txt .pc-none {
		display: none;
	}
}