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

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

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

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

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

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

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-ms-overflow-style: scrollbar;
	font-size: 62.5%;
	overflow: auto;
}

body {
	color: #252525;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0;
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

section {
	position: relative;
	width: 100%;
}

a,
button {
	color: inherit;
	text-decoration: none;
}

picture {
	display: block;
	line-height: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: transparent;
	border: none;
	border: none;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

input[type=radio],
input[type=checkbox] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	border-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

output {
	display: inline-block;
}

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

/*underline*/

/*arrow-fade*/

/* fade */

.js-fade__view {
	display: block;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: 800ms;
	transition: 800ms;
}

.js-fade__view--delay1 {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.js-fade__view--delay2 {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.is-fade__view.js-fade__view {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.js-fade__down {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: 800ms;
	transition: 800ms;
}

.js-fade__down--delay1 {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.js-fade__down--delay2 {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.is-fade__down.js-fade__down {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

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

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

.l-cta {
	padding-block: 80px;
	padding-block: 8rem;
	background: -webkit-gradient(linear, left top, right top, from(#ffae53), to(#ed751d));
	background: linear-gradient(to right, #ffae53 0%, #ed751d 100%);
	color: #fff;
}

.l-cta__body {
	margin-inline: auto;
	max-width: 648px;
	position: relative;
	z-index: 1;
}

.l-cta__lead {
	gap: 7.3px;
	gap: 0.73rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
}

.l-cta__lead::after {
	aspect-ratio: 21/37;
	background: url(../images/icon/icon_cta-lead.svg) 0%/contain no-repeat;
	content: "";
	display: block;
	margin-bottom: 7px;
	margin-bottom: 0.7rem;
	width: 21px;
	width: 2.1rem;
}

.l-cta__lead + * {
	margin-top: 13px;
	margin-top: 1.3rem;
}

.l-cta__text {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
}

.l-cta__text + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.l-cta__btn {
	width: 100%;
}

.l-cta__btn-wrap {
	gap: 16px 40px;
	gap: 1.6rem 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-cta__btn-link {
	margin-inline: auto;
	padding-block: 10px 12px;
	padding-block: 1rem 1.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#4dad4c), to(#319a33));
	background: linear-gradient(to right, #4dad4c 0%, #319a33 100%);
	border-radius: 10rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 306px;
	max-width: 30.6rem;
	position: relative;
}

.l-cta__btn-link.--orange {
	background: -webkit-gradient(linear, left top, right top, from(#ffae53), to(#ed751d));
	background: linear-gradient(to right, #ffae53 0%, #ed751d 100%);
	border: 2px solid #fff;
	border: 0.2rem solid #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 78px;
	min-height: 7.8rem;
}

.l-cta__btn-link.--orange::after {
	display: none;
}

.l-cta__btn-link::after {
	border: 2px solid #fff;
	border: 0.2rem solid #fff;
	border-radius: 10rem;
	content: "";
	display: block;
	height: calc(100% - 0.6rem);
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 0.6rem);
}

.l-cta__btn-link .text01 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

.l-cta__btn-link .text02 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: -4px;
	margin-top: -0.4rem;
}

.l-cta__treat {
	position: absolute;
	z-index: -1;
}

.l-cta__treat.--circle {
	bottom: 92px;
	bottom: 9.2rem;
	left: -12.3456790123%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 136px;
	width: 13.6rem;
}

.l-cta__treat.--triangle {
	right: -11.7283950617%;
	top: -30px;
	top: -3rem;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	width: 140px;
	width: 14rem;
}

.l-cta__treat.--square {
	bottom: -20px;
	bottom: -2rem;
	right: 2.7777777778%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	width: 114px;
	width: 11.4rem;
}

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

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

.l-fixed__wrap {
	gap: 8px;
	gap: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-fixed__btn {
	padding-inline: 19px;
	padding-inline: 1.9rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom-left-radius: 16px;
	border-bottom-left-radius: 1.6rem;
	border-bottom-right-radius: 16px;
	border-bottom-right-radius: 1.6rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.l-fixed__btn::after {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.l-fixed__btn-tel {
	padding-block: 7px 13px;
	padding-block: 0.7rem 1.3rem;
}

.l-fixed__btn-tel::after {
	background: -webkit-gradient(linear, left top, right top, from(#ffae53), to(#ed751d));
	background: linear-gradient(to right, #ffae53 0%, #ed751d 100%);
}

.l-fixed__btn-tel .num {
	font-family: "Nunito", sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.34375;
}

.l-fixed__btn-tel .text {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: -7px;
	margin-top: -0.7rem;
}

.l-fixed__btn-cta {
	padding-block: 8px 10px;
	padding-block: 0.8rem 1rem;
	min-width: 184px;
	min-width: 18.4rem;
}

.l-fixed__btn-cta::after {
	background-image: -webkit-gradient(linear, left top, right top, from(#4dad4c), to(#319a33));
	background-image: linear-gradient(to right, #4dad4c 0%, #319a33 100%);
}

.l-fixed__btn-cta .text01 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

.l-fixed__btn-cta .text02 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: -4px;
	margin-top: -0.4rem;
}

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

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

.l-footer {
	padding-block: 80px 10px;
	padding-block: 8rem 1rem;
	background-color: #FFFBF1;
	border-radius: 12rem 12rem 0 0;
	position: relative;
	z-index: 1;
}

.l-footer__body {
	margin-inline: auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1200px;
	max-width: 120rem;
	width: 90%;
}

.l-footer__body + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.l-footer__logo {
	display: block;
	max-width: 296px;
	max-width: 29.6rem;
}

.l-footer__logo + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.l-footer__address-tel {
	font-family: "Nunito", sans-serif;
	font-size: 33px;
	font-size: 3.3rem;
	font-weight: 700;
	line-height: 1.3636363636;
}

.l-footer__address-tel + .l-footer__address-content {
	margin-top: 0;
}

.l-footer__address-content {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4285714286;
}

.l-footer__address-content + .l-footer__address-content {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.l-footer__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 626px;
	max-width: 62.6rem;
}

.l-footer__btns.l-grid {
	gap: 16px 26px;
	gap: 1.6rem 2.6rem;
}

.l-footer__btns.l-grid .c-btn {
	padding-block: 17px;
	padding-block: 1.7rem;
	font-size: 20px;
	font-size: 2rem;
}

.l-footer__btns.l-grid .c-btn::after {
	right: 22px;
	right: 2.2rem;
}

.l-footer__btns.l-grid + * {
	margin-top: 55px;
	margin-top: 5.5rem;
}

.l-footer__nav-list {
	gap: 20px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.l-footer__nav-list + .l-footer__nav-list {
	margin-top: 14px;
	margin-top: 1.4rem;
}

.l-footer__nav-link {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4285714286;
	padding: 5px;
	padding: 0.5rem;
}

.l-footer__copy {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4285714286;
	text-align: center;
}

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

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

.l-grid {
	gap: 40px 60px;
	gap: 4rem 6rem;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-grid--col2 {
	grid-template-columns: repeat(2, 1fr);
}

.l-grid--col3 {
	grid-template-columns: repeat(3, 1fr);
}

.l-grid--col4 {
	grid-template-columns: repeat(4, 1fr);
}

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

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

.l-header {
	background: transparent;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.l-header.is-scrolled {
	background: rgb(255, 255, 255);
}

.l-header__inner {
	padding-inline: 40px;
	padding-inline: 4rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-header__logo {
	margin-top: 40px;
	margin-top: 4rem;
	max-width: 300px;
	max-width: 30rem;
	width: 22.0588235294%;
}

.l-header__top {
	gap: 16px;
	gap: 1.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-header__top + * {
	margin-top: 19px;
	margin-top: 1.9rem;
}

.l-header__trigger {
	gap: 2px;
	gap: 0.2rem;
	padding-inline: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 68px;
	height: 6.8rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 50px;
	width: 5rem;
}

.l-header__trigger-inner {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid #ED7B27;
	border: 0.2rem solid #ED7B27;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	height: 5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	width: 50px;
	width: 5rem;
}

.l-header__trigger-wrap {
	display: block;
	height: 18px;
	height: 1.8rem;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 22px;
	width: 2.2rem;
}

.l-header__trigger-line {
	background-color: #ED7B27;
	border-radius: 1rem;
	display: inline-block;
	height: 2px;
	height: 0.2rem;
	left: 0;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 22px;
	width: 2.2rem;
}

.l-header__trigger-line.is-active {
	background-color: #ED7B27;
}

.l-header__trigger-line:nth-of-type(1) {
	top: 0;
}

.l-header__trigger-line:nth-of-type(1).is-active {
	-webkit-transform: translateY(0.8rem) rotate(45deg);
	transform: translateY(0.8rem) rotate(45deg);
}

.l-header__trigger-line:nth-of-type(2) {
	top: 8px;
	top: 0.8rem;
}

.l-header__trigger-line:nth-of-type(2).is-active {
	display: none;
}

.l-header__trigger-line:nth-of-type(3) {
	bottom: 0;
}

.l-header__trigger-line:nth-of-type(3).is-active {
	-webkit-transform: translateY(-0.8rem) rotate(-45deg);
	transform: translateY(-0.8rem) rotate(-45deg);
}

.l-header__trigger-comm {
	color: #ED7B27;
	font-family: "Nunito", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.3333333333;
	position: relative;
	text-transform: uppercase;
}

.l-header__trigger-comm .close {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

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

.l-link__banner {
	margin-inline: auto;
	max-width: 480px;
	max-width: 48rem;
}

.l-link__banner-link {
	gap: 8.5px;
	gap: 0.85rem;
	padding-block: 16px;
	padding-block: 1.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f3fbfb;
	border: 3px solid #2b7aab;
	border: 0.3rem solid #2b7aab;
	border-radius: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-link__banner-image {
	margin-inline: auto;
	display: block;
	width: 58.6497890295%;
}

.l-link__banner-text {
	margin-inline: auto;
	color: #2b7aab;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	position: relative;
	text-align: center;
}

.l-link__banner-text::after {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	background-color: #2b7aab;
	content: "";
	display: block;
	mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	position: absolute;
	right: -8px;
	right: -0.8rem;
	top: 50%;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	width: 16px;
	width: 1.6rem;
}

.l-link__banner + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.l-link__list {
	gap: 24px 40px;
	gap: 2.4rem 4rem;
}

.l-link__list + * {
	margin-top: 56px;
	margin-top: 5.6rem;
}

.l-link__btn .c-btn {
	margin-inline: auto;
	padding-block: 18px;
	padding-block: 1.8rem;
	max-width: 400px;
	max-width: 40rem;
}

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

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

.l-main {
	position: relative;
	width: 100%;
}

.l-main--under {
	margin-top: 146px;
	margin-top: 14.6rem;
}

.l-main__inner {
	padding: 0 15px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-main--404,
.l-main--error {
	padding-block: 260px 160px;
	padding-block: 26rem 16rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-main--404 .error-h1,
.l-main--error .error-h1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-main--404 .error-h1 .en,
.l-main--error .error-h1 .en {
	color: #ED7B27;
	font-family: "Rampart One", sans-serif;
	font-size: 106px;
	font-size: 10.6rem;
	font-weight: 900;
	line-height: 1.1886792453;
}

.l-main--404 .error-h1 .jp,
.l-main--error .error-h1 .jp {
	color: #252525;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.5652173913;
	text-align: center;
}

.l-main--404 .error-h1 + *,
.l-main--error .error-h1 + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.l-main--404 .error-text,
.l-main--error .error-text {
	color: #252525;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7777777778;
	text-align: center;
}

.l-main--404 .error-text + *,
.l-main--error .error-text + * {
	margin-top: 50px;
	margin-top: 5rem;
}

.l-main--404 .error-link .c-btn,
.l-main--error .error-link .c-btn {
	margin-inline: auto;
	width: 300px;
	width: 30rem;
}

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

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

body.is-open .l-navi {
	opacity: 1;
	visibility: visible;
}

.l-navi__menu {
	gap: 20px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.l-navi__menu-item.has-child {
	position: relative;
}

.l-navi__menu-item.has-child .l-navi__menu-link {
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.l-navi__menu-link {
	gap: 4px;
	gap: 0.4rem;
	padding-block: 5px;
	padding-block: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	position: relative;
}

.l-navi__menu-link::before,
.l-navi__menu-link::after {
	background-color: #ED7B27;
	content: "";
}

.l-navi__menu-link::before {
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: inline-block;
	width: 8px;
	width: 0.8rem;
}

.l-navi__menu-link::after {
	bottom: 2px;
	bottom: 0.2rem;
	display: block;
	height: 2px;
	height: 0.2rem;
	left: 0;
	position: absolute;
	width: 0;
}

.l-navi__child-wrap {
	background: #ED7B27;
	border-radius: 0.8rem;
	bottom: -8px;
	bottom: -0.8rem;
	left: 50%;
	min-width: 200px;
	min-width: 20rem;
	opacity: 0;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	position: absolute;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	visibility: hidden;
	z-index: 100;
}

.l-navi__child-wrap.show {
	opacity: 1;
	visibility: visible;
}

.l-navi__child-wrap.hide {
	opacity: 0;
	visibility: hidden;
}

.l-navi__child-wrap[data-open=true] {
	height: auto;
	opacity: 1;
	overflow: visible;
	visibility: visible;
}

.l-navi__child-wrap[data-open=false] {
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.l-navi__child-item a {
	gap: 6px;
	gap: 0.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

.l-navi__child-item a::before {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	margin-top: 1px;
	margin-top: 0.1rem;
	width: 6px;
	width: 0.6rem;
}

.l-navi__child-item + .l-navi__child-item {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.l-navi__link {
	color: #ED7B27;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
}

.l-navi__link-wrap {
	gap: 16px;
	gap: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-navi__btn {
	padding-inline: 19px;
	padding-inline: 1.9rem;
	background-color: #fff;
	border: 1.5px solid #ED7B27;
	border: 0.15rem solid #ED7B27;
	border-radius: 10rem;
	color: #ED7B27;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7142857143;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-navi__btn-wrap {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

.l-undermv {
	margin-top: 146px;
	margin-top: 14.6rem;
}

.l-undermv__inner {
	margin-inline: auto;
	padding-inline: 20px;
	padding-inline: 2rem;
	max-width: 1408px;
	max-width: 140.8rem;
}

.l-undermv__body {
	padding-block: 90px 16px;
	padding-block: 9rem 1.6rem;
	background-color: #FFFBF1;
	border-radius: 1.6rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.l-undermv__body::before {
	aspect-ratio: 1/1;
	background: url(../images/common/symbol.png) 50%/contain no-repeat;
	content: "";
	display: block;
	left: 32px;
	left: 3.2rem;
	position: absolute;
	top: -20px;
	top: -2rem;
	width: 280px;
	width: 28rem;
	z-index: -1;
}

.l-undermv__title {
	color: #ED7B27;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}

.l-undermv__title + * {
	margin-top: 52px;
	margin-top: 5.2rem;
}

.l-undermv__breadcrumbs {
	padding-inline: 16px;
	padding-inline: 1.6rem;
}

.l-undermv__breadcrumbs ol {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-undermv__breadcrumbs li:first-child a {
	gap: 2px;
	gap: 0.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-undermv__breadcrumbs li:first-child a::before {
	aspect-ratio: 13/12;
	-webkit-mask: url(../images/icon/icon_home.svg) 50%/contain no-repeat;
	background-color: #252525;
	content: "";
	display: block;
	mask: url(../images/icon/icon_home.svg) 50%/contain no-repeat;
	width: 13px;
	width: 1.3rem;
}

.l-undermv__breadcrumbs li + li {
	gap: 8.6px;
	gap: 0.86rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-undermv__breadcrumbs li + li::before {
	aspect-ratio: 6/10;
	background: url(../images/icon/icon_chevron-bread.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 6px;
	width: 0.6rem;
}

.l-undermv__breadcrumbs li a,
.l-undermv__breadcrumbs li span {
	color: #252525;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4285714286;
}

.l-undermv + * {
	margin-top: 100px;
	margin-top: 10rem;
}

/* breadcrumbs */

/* ============================================ */

.c-breadcrumbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-breadcrumbs ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: auto;
}

.c-breadcrumbs ul li span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.c-breadcrumbs ul li::after {
	-webkit-mask: url(../images/icon/icon_arrow-right.svg) no-repeat 50% 50%/contain;
	background-color: #252525;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 10px;
	height: 1rem;
	margin: 0 10px;
	margin: 0 1rem;
	margin-top: 0.15em;
	mask: url(../images/icon/icon_arrow-right.svg) no-repeat 50% 50%/contain;
	width: 10px;
	width: 1rem;
}

.c-breadcrumbs ul li:last-of-type::after {
	display: none;
	margin: 0;
}

.c-breadcrumbs ul li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.c-breadcrumbs ul li a:hover {
	opacity: 0.7;
}

.c-breadcrumbs ul li:first-of-type a::before {
	-webkit-mask: url(../images/icon/icon_home.svg) no-repeat 50% 50%/contain;
	background-color: #252525;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 12px;
	height: 1.2rem;
	margin-right: 6px;
	margin-right: 0.6rem;
	mask: url(../images/icon/icon_home.svg) no-repeat 50% 50%/contain;
	width: 12px;
	width: 1.2rem;
}

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

.c-btn {
	padding-block: 14px;
	padding-block: 1.4rem;
	border: 2px solid;
	border: 0.2rem solid;
	border-radius: 10rem;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	position: relative;
	text-align: center;
}

.c-btn::after {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	position: absolute;
	right: 16px;
	right: 1.6rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	width: 1.8rem;
}

.c-btn--green {
	background-color: #319A33;
	border-color: #319A33;
	color: #fff;
}

.c-btn--green::after {
	background-color: #fff;
}

.c-btn--orange {
	background-color: #fff;
	border-color: #ED7B27;
	color: #ED7B27;
}

.c-btn--orange::after {
	background-color: #ED7B27;
}

.c-btn--orange2 {
	background-color: #FFFBF1;
}

.c-article-card a {
	background-color: #fff;
	border-radius: 0.8rem;
	display: block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="30" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, .1));
	filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, .1));
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.c-article-card a:hover {
	opacity: 0.7;
}

.c-article-card-img img {
	-o-object-fit: cover;
	aspect-ratio: 7/5;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.c-article-card-content {
	gap: 8px;
	gap: 0.8rem;
	display: grid;
	padding: 20px 15px;
	padding: 2rem 1.5rem;
}

.c-article-card-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #252525 !important;
	display: -webkit-box;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	font-weight: 500;
	line-height: 1.4;
	min-height: 2.8em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-article-card-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-article-card-data {
	gap: 5px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 4px;
	padding-top: 0.4rem;
}

.c-article-card-data .cat {
	border: 1px solid #ED7B27;
	border-radius: 2rem;
	color: #ED7B27;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 2px 10px;
	padding: 0.2rem 1rem;
}

.c-article-card-data .date {
	margin-left: 5px;
	margin-left: 0.5rem;
}

/* simpleblogcard */

.simpleblogcard-template-gridcard img {
	margin-bottom: 0 !important;
}

.simpleblogcard-template-gridcard p:empty {
	display: none;
}

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

.c-classic-content {
	margin-top: 50px;
	margin-top: 5rem;
}

.c-classic-content > *:first-child {
	margin-top: 0;
}

.c-classic-content h2,
.c-classic-content h3 {
	color: #ED7B27;
	font-weight: 700;
	line-height: 1.4;
}

.c-classic-content h2 {
	border-bottom: 2px solid #ED7B27;
	font-size: 28px;
	font-size: 2.8rem;
	padding-bottom: 0.3em;
}

.c-classic-content h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

.c-classic-content p {
	line-height: 1.8;
}

.c-classic-content ul,
.c-classic-content ol {
	row-gap: 10px;
	row-gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.6;
	padding-left: 20px;
	padding-left: 2rem;
}

.c-classic-content ul {
	list-style: disc;
}

.c-classic-content ol {
	list-style: decimal;
}

.c-classic-content h2,
.c-classic-content h3,
.c-classic-content h4,
.c-classic-content p,
.c-classic-content ul,
.c-classic-content ol {
	margin-top: 40px;
	margin-top: 4rem;
}

.c-classic-content h2 + p,
.c-classic-content h2 + ul,
.c-classic-content h2 + ol,
.c-classic-content h3 + p,
.c-classic-content h3 + ul,
.c-classic-content h3 + ol,
.c-classic-content p + p,
.c-classic-content p + ul,
.c-classic-content p + ol,
.c-classic-content ul + p,
.c-classic-content ul + ul,
.c-classic-content ul + ol,
.c-classic-content ol + p,
.c-classic-content ol + ul,
.c-classic-content ol + ol {
	margin-top: 20px;
	margin-top: 2rem;
}

.c-contents img {
	height: auto;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	max-width: 100%;
}

.c-contents p {
	line-height: 1.8;
}

.c-contents ul,
.c-contents ol {
	row-gap: 10px;
	row-gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.6;
	padding-left: 20px;
	padding-left: 2rem;
}

.c-contents ul {
	list-style: disc;
}

.c-contents ol {
	list-style: decimal;
}

.c-contents a {
	word-break: break-all;
}

.c-contents h2,
.c-contents h3,
.c-contents h4,
.c-contents p,
.c-contents ul,
.c-contents ol {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.c-contents h2 + p,
.c-contents h2 + ul,
.c-contents h2 + ol,
.c-contents h3 + p,
.c-contents h3 + ul,
.c-contents h3 + ol,
.c-contents p + p,
.c-contents p + ul,
.c-contents p + ol,
.c-contents ul + p,
.c-contents ul + ul,
.c-contents ul + ol,
.c-contents ol + p,
.c-contents ol + ul,
.c-contents ol + ol {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}

/* form */

/* ============================================ */

.c-form input::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder,
.c-form input:-moz-placeholder,
.c-form textarea:-moz-placeholder,
.c-form textarea,
.c-form input[type=text],
.c-form input[type=date],
.c-form input[type=tel],
.c-form input[type=email],
.c-form input[type=number],
.c-form select {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
}

.c-form textarea,
.c-form input[type=text],
.c-form input[type=date],
.c-form input[type=tel],
.c-form input[type=email],
.c-form input[type=number],
.c-form select {
	border: 1px solid #cccccc;
	border-radius: 0.5rem;
	padding: 12px;
	padding: 1.2rem;
	width: 100%;
}

.c-form label {
	cursor: pointer;
}

.c-form .mw_wp_form_input .required {
	-moz-column-gap: 0.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 0.4rem;
	column-gap: 0.4rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.c-form .mw_wp_form_input .required:after {
	background-color: #e8573d;
	border-radius: 1.2rem;
	color: #fff;
	content: "必須";
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	margin-left: 0.2em;
	padding: 0.1em 0.6em 0.2em;
}

.c-form input[type=radio] {
	display: none;
}

.c-form input[type=radio] + span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
}

.c-form input[type=radio] + span:before {
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 50%;
	content: "";
	display: block;
	height: 22px;
	height: 2.2rem;
	margin-right: 8px;
	margin-right: 0.8rem;
	width: 22px;
	width: 2.2rem;
}

.c-form input[type=radio]:checked + span {
	color: #252525;
}

.c-form input[type=radio]:checked + span:after {
	background: #252525;
	border-radius: 50%;
	content: "";
	display: block;
	height: 12px;
	height: 1.2rem;
	left: 5px;
	left: 0.5rem;
	position: absolute;
	width: 12px;
	width: 1.2rem;
}

.c-form input[type=checkbox] {
	display: none;
}

.c-form input[type=checkbox] + span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
}

.c-form input[type=checkbox] + span:before {
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 0.3rem;
	content: "";
	display: block;
	height: 22px;
	height: 2.2rem;
	margin-right: 8px;
	margin-right: 0.8rem;
	width: 22px;
	width: 2.2rem;
}

.c-form input[type=checkbox]:checked + span {
	color: #252525;
}

.c-form input[type=checkbox]:checked + span:after {
	background: #252525;
	border-radius: 0.3rem;
	content: "";
	display: block;
	height: 12px;
	height: 1.2rem;
	left: 5px;
	left: 0.5rem;
	position: absolute;
	width: 12px;
	width: 1.2rem;
}

.c-form-select {
	position: relative;
}

.c-form-select::before {
	border: 5px solid transparent;
	border: 0.5rem solid transparent;
	border-top: 8px solid #252525;
	border-top: 0.8rem solid #252525;
	content: "";
	margin: 5px 0 0;
	margin: 0.5rem 0 0;
	pointer-events: none;
	position: absolute;
	right: 20px;
	right: 2rem;
	top: 45%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
}

.c-form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cccccc;
	border-radius: 0.5rem;
	font-size: inherit;
	outline: none;
	padding: 15px 12px;
	padding: 1.5rem 1.2rem;
	text-overflow: "";
	vertical-align: middle;
	width: 100%;
}

.c-form-select select:-ms-expand {
	display: none;
}

.c-form-select select:-moz-focus-inner {
	border: 0;
}

.c-form-select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #cccccc;
}

.c-form-btn .submit {
	position: relative;
}

.c-form-btn .submit::after {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	background-color: #ED7B27;
	content: "";
	display: block;
	mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	position: absolute;
	right: 16px;
	right: 1.6rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	width: 1.8rem;
}

.c-form-btn .submit input[type=submit],
.c-form-btn .submit button {
	background-color: #fff;
	border: 2px solid #ED7B27;
	border-radius: 6.4rem;
	color: #ED7B27;
	cursor: pointer;
	display: grid;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	height: 64px;
	height: 6.4rem;
	place-items: center;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 360px;
	width: 36rem;
}

.c-form-btn .back input[type=submit],
.c-form-btn .back button {
	border: 1px solid #cccccc;
	border-radius: 4rem;
	cursor: pointer;
	display: grid;
	font-size: 14px;
	font-size: 1.4rem;
	height: 50px;
	height: 5rem;
	place-items: center;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	width: 200px;
	width: 20rem;
}

.c-form-btn .back input[type=submit]:hover,
.c-form-btn .back button:hover {
	opacity: 0.7;
}

/* form_layout */

/* ============================================ */

.c-form-message {
	border: 4px solid #252525;
	border: 0.4rem solid #252525;
	border-radius: 5px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding: 15px;
	padding: 1.5rem;
	text-align: center;
}

.c-form-message-error {
	border-color: #e8573d;
	color: #e8573d;
}

.c-form-desc {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.c-form-desc-title {
	margin-inline: auto;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	max-width: 720px;
	max-width: 72rem;
}

.c-form-desc p {
	line-height: 1.8;
}

.c-form-item {
	row-gap: 5px;
	row-gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.c-form-label {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.c-form-label + .c-form-notes {
	margin-top: -10px;
	margin-top: -1rem;
}

.c-form-notes {
	line-height: 1.6;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.c-form-cont {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: var(--line-height-md);
}

.c-form-cont:has(.error) textarea,
.c-form-cont:has(.error) input[type=text],
.c-form-cont:has(.error) input[type=date],
.c-form-cont:has(.error) input[type=tel],
.c-form-cont:has(.error) input[type=email],
.c-form-cont:has(.error) input[type=number],
.c-form-cont:has(.error) select {
	background-color: rgba(232, 87, 61, .2);
}

.c-form-list-horizontal {
	-moz-column-gap: 1.5rem;
	row-gap: 10px;
	row-gap: 1rem;
	-webkit-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-form-list-vertical {
	gap: 10px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-form-list:has(.error) input[type=radio] + span:before {
	background-color: rgba(232, 87, 61, .2);
}

.c-form-list:has(.error) input[type=checkbox] + span:before {
	background-color: rgba(232, 87, 61, .2);
}

.c-form-agree {
	margin-top: 50px;
	margin-top: 5rem;
}

.c-form-agree label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-form-agree label a {
	color: #2d5ece;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.c-form-agree label a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.c-form-agree .error {
	display: block;
	text-align: center;
}

.c-form-agree:has(.error) input[type=checkbox] + span:before {
	background-color: rgba(232, 87, 61, .2);
}

.c-form-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 30px;
	margin-top: 3rem;
}

.c-form-btn .back {
	margin-top: 20px;
	margin-top: 2rem;
}

/* confirm */

/* ============================================ */

.mw_wp_form_confirm .c-form-item {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}

.mw_wp_form_confirm .required::after {
	background: none;
	content: "";
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: auto;
	margin-left: 0;
	vertical-align: baseline;
	width: auto;
}

.mw_wp_form_confirm .c-form-select {
	width: auto !important;
}

.mw_wp_form_confirm .c-form-select::before {
	display: none !important;
}

.mw_wp_form_confirm .c-form-list--horizontal,
.mw_wp_form_confirm .c-form-list--vertical,
.mw_wp_form_confirm .c-form-label {
	margin: 0;
}

/* error */

/* ============================================ */

.error {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #e8573d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin-top: 10px;
	margin-top: 1rem;
}

.error:before {
	content: "！";
	margin: 0 0.5em 0 0;
}

/* complete */

/* ============================================ */

.c-form-complete {
	gap: 40px;
	gap: 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.c-form-complete .title {
	color: #ED7B27;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.4;
}

.c-form-complete .txt {
	line-height: 1.6;
}

.c-form-complete .btn {
	width: 240px;
	width: 24rem;
}

.c-form-complete .c-btn {
	padding-block: 17px;
	padding-block: 1.7rem;
	font-size: 20px;
	font-size: 2rem;
}

/* only */

/* ============================================ */

.input-only,
.error-only,
.confirm-only,
.complete-only {
	display: none;
}

.is-input .input-only {
	display: block;
}

.is-input span.input-only {
	display: inline;
}

.is-error .error-only {
	display: block;
}

.is-confirm .confirm-only {
	display: block;
}

.is-complete .complete-only {
	display: block;
}

/* ------------------------------------------------------------------
page-nav
------------------------------------------------------------------ */

.c-page-nav {
	border: 1px solid #cccccc;
	border-radius: 6rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.c-page-nav-item.back {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.c-page-nav-item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ED7B27;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 15px;
	padding: 3rem 1.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	width: 100%;
}

.c-page-nav-item a:hover {
	opacity: 0.7;
}

.c-page-nav-item.prev a,
.c-page-nav-item.next a,
.c-page-nav-item.back a {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.c-page-nav-item.back a::before {
	-webkit-mask: no-repeat 50% 50%/contain;
	-webkit-mask-image: url(../images/icon/icon_menu.svg);
	background-color: #ED7B27;
	content: "";
	height: 20px;
	height: 2rem;
	mask: no-repeat 50% 50%/contain;
	mask-image: url(../images/icon/icon_menu.svg);
	width: 20px;
	width: 2rem;
}

.c-page-nav-item.prev a::before {
	-webkit-mask: no-repeat 50% 50%/contain;
	-webkit-mask-image: url(../images/icon/icon_chevron-left.svg);
	background-color: #ED7B27;
	content: "";
	height: 20px;
	height: 2rem;
	mask: no-repeat 50% 50%/contain;
	mask-image: url(../images/icon/icon_chevron-left.svg);
	width: 20px;
	width: 2rem;
}

.c-page-nav-item.next a::after {
	-webkit-mask: no-repeat 50% 50%/contain;
	-webkit-mask-image: url(../images/icon/icon_chevron-right.svg);
	background-color: #ED7B27;
	content: "";
	height: 20px;
	height: 2rem;
	mask: no-repeat 50% 50%/contain;
	mask-image: url(../images/icon/icon_chevron-right.svg);
	width: 20px;
	width: 2rem;
}

/* ------------------------------------------------------------------
pagination
------------------------------------------------------------------ */

.wp-pagenavi {
	gap: 15px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 60px 0 0;
	margin: 6rem 0 0;
}

.wp-pagenavi a,
.wp-pagenavi .current {
	border-radius: 6rem;
	display: grid;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	height: 40px;
	height: 4rem;
	place-content: center;
	width: 40px;
	width: 4rem;
}

.wp-pagenavi a {
	background: #fff;
	color: #ED7B27;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.wp-pagenavi a:hover {
	opacity: 0.7;
}

.wp-pagenavi .current {
	background: #ED7B27;
	color: #fff;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	border: none;
}

.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before {
	-webkit-mask: no-repeat 50% 50%/contain;
	content: "";
	height: 20px;
	height: 2rem;
	mask: no-repeat 50% 50%/contain;
	width: 20px;
	width: 2rem;
}

.wp-pagenavi a.previouspostslink::before {
	-webkit-mask-image: url(../images/icon/icon_arrow-left.svg);
	background-color: #ED7B27;
	mask-image: url(../images/icon/icon_arrow-left.svg);
}

.wp-pagenavi a.nextpostslink::before {
	-webkit-mask-image: url(../images/icon/icon_arrow-right.svg);
	background-color: #ED7B27;
	mask-image: url(../images/icon/icon_arrow-right.svg);
}

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

.c-primary-title {
	gap: 2px;
	gap: 0.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-primary-title__small {
	gap: 4px;
	gap: 0.4rem;
}

.c-primary-title__small .c-primary-title__jp {
	font-size: 20px;
	font-size: 2rem;
}

.c-primary-title__jp,
.c-primary-title__en {
	color: #ED7B27;
	text-align: center;
}

.c-primary-title__jp {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.c-primary-title__en {
	font-family: "Playwrite AU SA Guides", cursive;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.9;
}

.c-primary-title__en--large {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.9166666667;
}

.c-primary-title + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.c-sidebar-title {
	color: #ED7B27;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.c-sidebar-title::after {
	background: radial-gradient(circle, #ED7B27 25%, transparent 10%);
	background-repeat: repeat-x;
	background-size: 6px 4px;
	content: "";
	display: block;
	height: 4px;
	margin-top: 6px;
	margin-top: 0.6rem;
}

.c-sidebar-list {
	row-gap: 10px;
	row-gap: 1rem;
	display: grid;
}

.c-sidebar-list li a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	width: 100%;
}

.c-sidebar-list li a:hover {
	opacity: 0.7;
}

.c-sidebar-menu {
	row-gap: 10px;
	row-gap: 1rem;
	display: grid;
}

.c-sidebar-menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.c-sidebar-menu li a:hover {
	opacity: 0.7;
}

.c-sidebar-menu li a .count {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #252525;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 24px;
	width: 2.4rem;
}

.c-sidebar-menu li a .count::after {
	background-color: #ED7B27;
	border-radius: 2.4rem;
	content: "";
	height: 24px;
	height: 2.4rem;
	left: 50%;
	opacity: 0.15;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 24px;
	width: 2.4rem;
	z-index: -1;
}

.c-sidebar-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 15px;
	margin-top: 1.5rem;
}

.c-sidebar-link a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ED7B27;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 500;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.c-sidebar-link a:hover {
	opacity: 0.7;
}

.c-sidebar-link a::after {
	-webkit-mask: url(../images/icon/icon_chevron-right.svg) no-repeat 50% 50%/contain;
	background-color: #ED7B27;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 15px;
	height: 1.5rem;
	margin: 0 10px;
	margin: 0 1rem;
	margin-top: 0.15em;
	mask: url(../images/icon/icon_chevron-right.svg) no-repeat 50% 50%/contain;
	width: 15px;
	width: 1.5rem;
}

/* title */

/* ============================================ */

.c-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.c-title.xl {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.2;
}

.c-title.lg {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.3;
}

.c-title.md {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
}

.c-title.border-left::before {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #ED7B27;
	border-radius: 0.4rem;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 14px;
	margin-right: 1.4rem;
	margin-top: 0.1em;
	width: 8px;
	width: 0.8rem;
}

#toc_container {
	background: #fff !important;
	border: 1px solid #ED7B27;
	border-radius: 1rem;
	margin-bottom: 50px;
	margin-bottom: 5rem;
	overflow: hidden;
	padding: 20px 30px;
	padding: 2rem 3rem;
	position: relative;
	width: 100% !important;
}

#toc_container:before {
	border: 5px solid #ED7B27;
	border: 0.5rem solid #ED7B27;
	border-radius: 1rem;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	width: 100%;
}

#toc_container .toc_title {
	color: #ED7B27;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
}

#toc_container .toc_list {
	counter-reset: li;
	margin-top: 20px !important;
	margin-top: 2rem !important;
	position: relative;
}

#toc_container .toc_list > li {
	display: grid;
	font-size: 18px;
	font-size: 1.8rem;
	grid-template-columns: 1.2em 1fr;
	line-height: 1.4;
}

#toc_container .toc_list > li:before {
	background: none;
	color: #ED7B27;
	content: counter(li);
	counter-increment: li;
}

#toc_container ul:not([class]) li:before {
	display: none;
}

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

.p-archive {
	gap: 60px;
	gap: 6rem;
	display: grid;
	grid-template-columns: 1fr 26rem;
}

.p-archive-cards {
	gap: 40px 30px;
	gap: 4rem 3rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-archive-sidebar {
	row-gap: 40px;
	row-gap: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

.p-contact-desc {
	row-gap: 10px;
	row-gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.8;
}

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

.p-page {
	padding-top: 140px;
	padding-top: 14rem;
}

.p-page-header {
	background: url(../images/common/innocent_symbol_wh.png) no-repeat 20px center/auto 110%;
	background: url(../images/common/innocent_symbol_wh.png) no-repeat 2rem center/auto 110%;
	background-color: #FFFBF1;
	border-radius: 1.6rem;
	margin: 0 40px;
	margin: 0 4rem;
	position: relative;
}

.p-page-header .u-con--lg {
	display: grid;
	min-height: 240px;
	min-height: 24rem;
	padding: 20px;
	padding: 2rem;
	place-content: center;
}

.p-page-header-title {
	color: #ED7B27;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 600;
	line-height: 1.2;
}

.p-page-header .c-breadcrumbs {
	bottom: 15px;
	bottom: 1.5rem;
	left: 15px;
	left: 1.5rem;
	position: absolute;
}

.p-page-body {
	padding-block: 100px;
	padding-block: 10rem;
}

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

.p-single {
	padding-block: 140px 100px;
	padding-block: 14rem 10rem;
}

.p-single .c-breadcrumbs {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.p-single-container {
	gap: 60px;
	gap: 6rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 26rem;
}

.p-single-sidebar {
	row-gap: 40px;
	row-gap: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-single-header {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.p-single-header-title {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.p-single-header-data {
	gap: 5px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 4px;
	padding-top: 0.4rem;
}

.p-single-header-data .cat {
	border: 1px solid #ED7B27;
	border-radius: 2rem;
	color: #ED7B27;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 2px 10px;
	padding: 0.2rem 1rem;
}

.p-single-header-data .date {
	margin-left: 5px;
	margin-left: 0.5rem;
}

.p-single-eyecatch {
	margin-top: 50px;
	margin-top: 5rem;
}

.p-single-eyecatch img {
	height: auto;
	width: 100%;
}

.p-single-content {
	margin-top: 50px;
	margin-top: 5rem;
}

.p-single-nav {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-single-related {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-single-related-title {
	color: #ED7B27;
	font-size: 24px !important;
	font-size: 2.4rem !important;
	font-weight: 500;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.p-single-related-title::after {
	background: radial-gradient(circle, #ED7B27 25%, transparent 10%);
	background-repeat: repeat-x;
	background-size: 6px 4px;
	content: "";
	display: block;
	height: 4px;
	margin-top: 6px;
	margin-top: 0.6rem;
}

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

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

.p-class-about {
	padding-block: 50px 90px;
	padding-block: 5rem 9rem;
}

.p-class-about .c-primary-title {
	margin-left: 40px;
	margin-left: 4rem;
}

.p-class-about .c-primary-title + * {
	margin-top: -28px;
	margin-top: -2.8rem;
}

.p-class-about__body {
	gap: 16px 40px;
	gap: 1.6rem 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: 1fr 27rem;
	position: relative;
}

.p-class-about__body::before {
	aspect-ratio: 1/1;
	background: url(../images/class/about-treat-l.svg) 50%/contain no-repeat;
	bottom: -100px;
	bottom: -10rem;
	content: "";
	display: block;
	left: -140px;
	left: -14rem;
	position: absolute;
	width: 257px;
	width: 25.7rem;
	z-index: -2;
}

.p-class-about__body::after {
	background: #FFFBF1;
	border-radius: 1.6rem;
	content: "";
	height: 100%;
	left: 0;
	max-width: 864px;
	max-width: 86.4rem;
	position: absolute;
	top: 0;
	width: 80%;
	z-index: -1;
}

.p-class-about__box {
	padding-block: 50px 40px;
	padding-block: 5rem 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 428px;
	min-height: 42.8rem;
	padding-left: 40px;
	padding-left: 4rem;
}

.p-class-about__text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-class-about__text + .p-class-about__text {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-class-about__image {
	border-radius: 1.6rem;
	overflow: hidden;
	position: relative;
}

.p-class-about__image-box {
	position: relative;
}

.p-class-about__image-box::after {
	aspect-ratio: 1/1;
	background: url(../images/class/about-treat-s.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	position: absolute;
	right: -100px;
	right: -10rem;
	top: -80px;
	top: -8rem;
	width: 152px;
	width: 15.2rem;
}

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

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

.p-class-access .c-primary-title + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-class-access__body {
	gap: 40px;
	gap: 4rem;
	grid-template-columns: 1fr 37.8rem;
	max-width: 1026px;
	max-width: 102.6rem;
}

.p-class-access__h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.p-class-access__h3 span {
	display: inline-block;
}

.p-class-access__h3 + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-class-access__dl {
	border-top: 1px solid #ED7B27;
}

.p-class-access__dl .inner {
	gap: 8px 10px;
	gap: 0.8rem 1rem;
	padding-block: 15px;
	padding-block: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ED7B27;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-class-access__dl .inner.--start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-class-access__dl + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-class-access__dt,
.p-class-access__dd {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-class-access__dt span,
.p-class-access__dd span {
	display: inline-block;
}

.p-class-access__dt {
	color: #ED7B27;
	font-weight: 500;
	letter-spacing: 0.05em;
	min-width: 90px;
	min-width: 9rem;
}

.p-class-access__dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-class-access__dd p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-class-access__dd .title {
	font-weight: 700;
}

.p-class-access__dd .title + * {
	margin-top: 4px;
	margin-top: 0.4rem;
}

.p-class-access__dd .text + .title {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-class-access__image {
	aspect-ratio: 378/267;
	border-radius: 1.6rem;
	overflow: hidden;
}

.p-class-access__image + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-class-access__map {
	aspect-ratio: 378/267;
	border-radius: 1.6rem;
	overflow: hidden;
}

.p-class-access__map iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.p-class-access + * {
	margin-top: 50px;
	margin-top: 5rem;
}

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

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

.p-class-blog {
	padding-top: 43px;
	padding-top: 4.3rem;
}

.p-class-blog .u-con--md {
	position: relative;
}

.p-class-blog .u-con--md::before {
	aspect-ratio: 1/1;
	background: url(../images/class/blog-treat.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	left: -170px;
	left: -17rem;
	position: absolute;
	top: -43px;
	top: -4.3rem;
	width: 215px;
	width: 21.5rem;
	z-index: -2;
}

.p-class-blog .u-con--md::after {
	background: #fff;
	border-radius: 1.6rem 0px 0px 1.6rem;
	-webkit-box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	content: "";
	height: calc(100% - 6.4rem);
	left: 0;
	position: absolute;
	top: 64px;
	top: 6.4rem;
	width: 100vw;
	z-index: -1;
}

.p-class-blog .c-primary-title {
	margin-left: 60px;
	margin-left: 6rem;
}

.p-class-blog .c-primary-title + * {
	margin-top: 38px;
	margin-top: 3.8rem;
}

.p-class-blog__body {
	padding-bottom: 60px;
	padding-bottom: 6rem;
	padding-left: 60px;
	padding-left: 6rem;
}

.p-class-blog__list {
	gap: 32px 42px;
	gap: 3.2rem 4.2rem;
}

.p-class-blog__list + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-class-blog__link {
	background-color: #FFFBF1;
	border-radius: 0.8rem;
	-webkit-box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	display: block;
	height: 100%;
	overflow: hidden;
}

.p-class-blog__link-image {
	aspect-ratio: 312/193;
	overflow: hidden;
}

.p-class-blog__link-image img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 312/193;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.p-class-blog__link-inner {
	padding: 16px 10px 24px;
	padding: 1.6rem 1rem 2.4rem;
}

.p-class-blog__link-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	min-height: 54px;
	min-height: 5.4rem;
	overflow: hidden;
}

.p-class-blog__link-title + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-class-blog__link-bottom {
	gap: 5px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-class-blog__link-tag {
	padding-block: 2px;
	padding-block: 0.2rem;
	padding-inline: 13px;
	padding-inline: 1.3rem;
	border: 1px solid #ED7B27;
	border-radius: 10rem;
	color: #ED7B27;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.1666666667;
	text-align: center;
}

.p-class-blog__link-date {
	color: #888;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-class-blog__btn .c-btn {
	gap: 24px;
	gap: 2.4rem;
	padding-block: 6px;
	padding-block: 0.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	max-width: 154px;
	max-width: 15.4rem;
}

.p-class-blog__btn .c-btn::after {
	position: static;
	-webkit-transform: none;
	transform: none;
}

.p-class-blog + * {
	margin-top: 50px;
	margin-top: 5rem;
}

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

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

.p-class-mv .u-con--lg {
	padding-block: 28px 40px;
	padding-block: 2.8rem 4rem;
	position: relative;
}

.p-class-mv .u-con--lg::after {
	aspect-ratio: 1/1;
	background: url(../images/top/class-treat02.svg) 50%/contain no-repeat;
	bottom: 113px;
	bottom: 11.3rem;
	content: "";
	display: block;
	position: absolute;
	right: -69px;
	right: -6.9rem;
	width: 173px;
	width: 17.3rem;
	z-index: -2;
}

.p-class-mv__images {
	margin-left: auto;
	padding-right: 2.3148148148%;
	position: absolute;
	right: 0;
	top: 24px;
	top: 2.4rem;
	width: 68.9814814815%;
	z-index: -1;
}

.p-class-mv__images::after {
	aspect-ratio: 1/1;
	background: url(../images/top/class-treat02.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	left: 22px;
	left: 2.2rem;
	position: absolute;
	top: -24px;
	top: -2.4rem;
	width: 173px;
	width: 17.3rem;
	z-index: -1;
}

.p-class-mv__lead {
	position: absolute;
	right: 0;
	top: -33px;
	top: -3.3rem;
	width: 49.6644295302%;
	z-index: 1;
}

.p-class-mv__image {
	border-radius: min(18rem, 12.5vw) min(3rem, 2.08vw) min(18rem, 12.5vw) min(3rem, 2.08vw);
	overflow: hidden;
}

.p-class-mv__image img {
	-o-object-fit: cover;
	height: 100%;
	min-height: 460px;
	min-height: 46rem;
	object-fit: cover;
	width: 100%;
}

.p-class-mv__contents {
	max-width: 500px;
	max-width: 50rem;
}

.p-class-mv__record-lead {
	margin-inline: auto;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1.4444444444;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-class-mv__record-lead:after {
	background-color: #F6FF00;
	bottom: 0;
	content: "";
	display: block;
	height: 16px;
	height: 1.6rem;
	left: 0;
	position: absolute;
	width: 97%;
	z-index: -1;
}

.p-class-mv__record-lead.--sub {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.45;
}

.p-class-mv__record-lead.--sub:after {
	bottom: 2px;
	bottom: 0.2rem;
	height: 8px;
	height: 0.8rem;
}

.p-class-mv__record-lead + .p-top-mv__record-lead {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.p-class-mv__record-lead + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-class-mv__record-box {
	margin-inline: auto;
	padding-block: 21px;
	padding-block: 2.1rem;
	padding-inline: 37px;
	padding-inline: 3.7rem;
	background: #FFFBF1;
	border: 3px solid #ED7B27;
	border: 0.3rem solid #ED7B27;
	border-radius: 1.6rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-class-mv__record-box + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-class-mv__record-list {
	gap: 0 32px;
	gap: 0 3.2rem;
	display: grid;
	grid-template-columns: auto auto;
}

.p-class-mv__record-list + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-class-mv__record-item {
	color: #ED7B27;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	white-space: nowrap;
}

.p-class-mv__record-item:nth-child(odd) {
	max-width: none;
}

.p-class-mv__record-link {
	color: #2d5ece;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4444444444;
	text-decoration: underline;
}

.p-class-mv__btn-wrap {
	gap: 20px;
	gap: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-class-mv__btn-wrap .c-btn {
	margin-inline: auto;
	max-width: 240px;
	max-width: 24rem;
	width: 100%;
}

.p-class-mv__btn-text {
	margin-inline: auto;
	width: 79.8%;
}

.p-class-mv__btn-text + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-class-mv__fixed {
	bottom: 24px;
	bottom: 2.4rem;
	left: 0;
	pointer-events: none;
	position: fixed;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-class-mv__fixed.is-none {
	opacity: 0;
	visibility: hidden;
}

.p-class-mv__fixed .u-con--lg {
	padding: 0;
}

.p-class-mv__fixed .u-con--lg::before,
.p-class-mv__fixed .u-con--lg::after {
	display: none;
}

.p-class-mv__fixed-btn {
	margin-left: auto;
	width: 180px;
	width: 18rem;
}

.p-class-mv__fixed-link {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 54px;
	padding-top: 5.4rem;
	pointer-events: all;
	position: relative;
	z-index: 1;
}

.p-class-mv__fixed-link::before,
.p-class-mv__fixed-link::after {
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
}

.p-class-mv__fixed-link::before {
	background: linear-gradient(45deg, #329b34 0%, #4cac4b 100%);
	border: 1px solid #fff;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-class-mv__fixed-link::after {
	background-color: #329b34;
	height: calc(100% + 1.6rem);
	left: 50%;
	opacity: 0.5;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% + 1.6rem);
	z-index: -2;
}

.p-class-mv__fixed-link .text01 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

.p-class-mv__fixed-link .text02 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: -4px;
	margin-top: -0.4rem;
}

.p-class-mv + * {
	margin-top: 57px;
	margin-top: 5.7rem;
}

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

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

.p-class-scene {
	padding-top: 50px;
	padding-top: 5rem;
}

.p-class-scene .u-con--md {
	padding-bottom: 80px;
	padding-bottom: 8rem;
	position: relative;
	z-index: 1;
}

.p-class-scene .u-con--md::after {
	background: #fff;
	border-radius: 0px 1.6rem 1.6rem 0px;
	-webkit-box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	content: "";
	height: calc(100% - 6.4rem);
	position: absolute;
	right: 0;
	top: 64px;
	top: 6.4rem;
	width: 100vw;
	z-index: -1;
}

.p-class-scene__images {
	gap: 50px;
	gap: 5rem;
	max-width: 1040px;
	max-width: 104rem;
	padding-right: 40px;
	padding-right: 4rem;
}

.p-class-scene__image {
	border-radius: 1.6rem;
	overflow: hidden;
}

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

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

.p-class .p-page-header-title {
	text-align: center;
}

.p-class .p-page-body {
	padding-block: 32px 120px;
	padding-block: 3.2rem 12rem;
}

.p-class__bg {
	padding-block: 100px;
	padding-block: 10rem;
	background-color: #FFFBF1;
}

.p-class__bg + * {
	margin-top: 100px;
	margin-top: 10rem;
}

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

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

.p-company__body {
	margin-top: 100px;
	margin-top: 10rem;
	padding-bottom: 100px;
	padding-bottom: 10rem;
}

.p-company__dl-wrap {
	border-top: 1px solid #ED7B27;
}

.p-company__dl .inner {
	gap: 8px 10px;
	gap: 0.8rem 1rem;
	padding-block: 15px;
	padding-block: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ED7B27;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-company__dt {
	color: #ED7B27;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	min-width: 150px;
	min-width: 15rem;
}

.p-company__dd {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

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

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

.p-course-detail {
	padding-block: 80px;
	padding-block: 8rem;
	background-color: #FFFBF1;
}

.p-course-detail__item {
	position: relative;
	z-index: 1;
}

.p-course-detail__item + .p-course-detail__item {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-course-detail__title {
	color: #ED7B27;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-left: 32px;
	margin-left: 3.2rem;
}

.p-course-detail__title + * {
	margin-top: -21px;
	margin-top: -2.1rem;
}

.p-course-detail__body {
	gap: 16px 24px;
	gap: 1.6rem 2.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: 1fr 30rem;
	position: relative;
}

.p-course-detail__body::after {
	background: #fff;
	border-radius: 1.6rem;
	-webkit-box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	content: "";
	height: 100%;
	left: 0;
	max-width: 810px;
	max-width: 81rem;
	position: absolute;
	top: 0;
	width: 75%;
	z-index: -2;
}

.p-course-detail__body + * {
	margin-top: 64px;
	margin-top: 6.4rem;
}

.p-course-detail__box {
	padding-block: 44px 40px;
	padding-block: 4.4rem 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 32px;
	padding-left: 3.2rem;
}

.p-course-detail__box .p-course__text + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-course-detail__recommend-title {
	gap: 16px;
	gap: 1.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-course-detail__recommend-title::after {
	background-image: radial-gradient(circle, #ED7B27 1px, transparent 1px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 7px 2px;
	content: "";
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 2px;
	width: 100%;
}

.p-course-detail__recommend-title span {
	gap: 4px;
	gap: 0.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ED7B27;
	border-radius: 10rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4444444444;
	padding: 5px 16px;
	padding: 0.5rem 1.6rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-course-detail__recommend-title span::before {
	aspect-ratio: 24/18;
	background: url(../images/icon/icon_recommend.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 24px;
	width: 2.4rem;
}

.p-course-detail__recommend-title + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-course-detail__recommend-list li {
	gap: 4px;
	gap: 0.4rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-course-detail__recommend-list li::before {
	aspect-ratio: 1/1;
	background: url(../images/icon/icon_check.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	margin-top: 4px;
	margin-top: 0.4rem;
	width: 16px;
	width: 1.6rem;
}

.p-course-detail__recommend-list li span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-course-detail__recommend-list li + li {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.p-course-detail__image {
	border-radius: 0.8rem;
	overflow: hidden;
	position: relative;
}

.p-course-detail__image-box {
	position: relative;
}

.p-course-detail__interview {
	gap: 24px 48px;
	gap: 2.4rem 4.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #ED7B27;
	border: 0.2rem solid #ED7B27;
	border-radius: 1.7rem;
	grid-template-columns: 1fr 22.5rem;
	max-width: 810px;
	max-width: 81rem;
	padding: 24px 24px;
	padding: 2.4rem 2.4rem;
	position: relative;
	width: 75%;
}

.p-course-detail__interview::before {
	aspect-ratio: 26/28;
	background: url(../images/course/interview-balloon.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	left: 40px;
	left: 4rem;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 26px;
	width: 2.6rem;
}

.p-course-detail__interview::after {
	background-color: #FFFBF1;
	content: "";
	display: block;
	height: 1px;
	left: 42px;
	left: 4.2rem;
	position: absolute;
	top: -0.5px;
	top: -0.05rem;
	width: 19px;
	width: 1.9rem;
}

.p-course-detail__interview-title {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-course-detail__interview-title h3 {
	color: #ED7B27;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}

.p-course-detail__interview-title h3 span {
	display: inline-block;
}

.p-course-detail__interview-title p {
	color: #f6bb8c;
	font-family: "Nunito", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	text-transform: capitalize;
}

.p-course-detail__interview-title + * {
	margin-top: 15px;
	margin-top: 1.5rem;
}

.p-course-detail__interview-lead {
	gap: 4px;
	gap: 0.4rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-course-detail__interview-lead::before,
.p-course-detail__interview-lead::after {
	aspect-ratio: 10/9;
	background: url(../images/course/interview-lead.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 9.67px;
	width: 0.967rem;
}

.p-course-detail__interview-lead::after {
	margin-top: auto;
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.p-course-detail__interview-lead + * {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.p-course-detail__interview-name {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4285714286;
	text-align: right;
}

.p-course-detail__interview-name + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-course-detail__interview-link a {
	color: #2d5ece;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: right;
	text-decoration: underline;
}

.p-course-detail__interview-image {
	border-radius: 0.8rem;
	overflow: hidden;
}

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

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

.p-course-method {
	padding-block: 100px;
	padding-block: 10rem;
}

.p-course-method .u-con--md {
	position: relative;
}

.p-course-method .u-con--md::before,
.p-course-method .u-con--md::after {
	aspect-ratio: 1/1;
	background: url(../images/course/method-treat-l.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	position: absolute;
	width: 257px;
	width: 25.7rem;
	z-index: -1;
}

.p-course-method .u-con--md::before {
	left: -170px;
	left: -17rem;
	top: 368px;
	top: 36.8rem;
}

.p-course-method .u-con--md::after {
	right: -86px;
	right: -8.6rem;
	top: 39px;
	top: 3.9rem;
}

.p-course-method .c-primary-title::before {
	aspect-ratio: 1/1;
	background: url(../images/course/method-treat-s.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	left: 27px;
	left: 2.7rem;
	position: absolute;
	top: -100px;
	top: -10rem;
	width: 173px;
	width: 17.3rem;
	z-index: -1;
}

.p-course-method .c-primary-title + * {
	margin-top: 56px;
	margin-top: 5.6rem;
}

.p-course-method__comparison {
	margin-inline: auto;
	background: #FFFBF1;
	border-radius: 1.6rem;
	-webkit-box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	max-width: 640px;
	max-width: 64rem;
	padding: 48px 40px 40px;
	padding: 4.8rem 4rem 4rem;
}

.p-course-method__comparison.--usual {
	background-color: #fff;
	position: relative;
}

.p-course-method__comparison.--usual::after {
	aspect-ratio: 8/4;
	background: url(../images/course/usual-triangle.svg) 50%/contain no-repeat;
	bottom: -24px;
	bottom: -2.4rem;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80px;
	width: 8rem;
}

.p-course-method__comparison.--usual .p-course-method__comparison-title {
	left: 41.2px;
	left: 4.12rem;
	top: -15.5px;
	top: -1.55rem;
	width: 338.09px;
	width: 33.809rem;
}

.p-course-method__comparison.--usual .p-course-method__comparison-list li::before {
	background-color: #cccccc;
}

.p-course-method__comparison-title {
	left: 44.6px;
	left: 4.46rem;
	position: absolute;
	top: -15.2px;
	top: -1.52rem;
	width: 263.28px;
	width: 26.328rem;
}

.p-course-method__comparison-list li {
	gap: 4px;
	gap: 0.4rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-course-method__comparison-list li::before {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_check.svg) 50%/contain no-repeat;
	background-color: #ED7B27;
	content: "";
	display: block;
	margin-top: 6px;
	margin-top: 0.6rem;
	mask: url(../images/icon/icon_check.svg) 50%/contain no-repeat;
	width: 16px;
	width: 1.6rem;
}

.p-course-method__comparison-list li span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-course-method__comparison-list li + li {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.p-course-method__comparison + .p-course-method__comparison {
	margin-top: 64px;
	margin-top: 6.4rem;
}

.p-course-method__comparison + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-course-method__feature {
	gap: 40px 54px;
	gap: 4rem 5.4rem;
	padding-bottom: 40px;
	padding-bottom: 4rem;
	position: relative;
}

.p-course-method__feature::before {
	aspect-ratio: 1/1;
	background: url(../images/course/method-treat-s.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	position: absolute;
	right: 13px;
	right: 1.3rem;
	top: 7px;
	top: 0.7rem;
	-webkit-transform: translate(100%, -100%);
	transform: translate(100%, -100%);
	width: 173px;
	width: 17.3rem;
	z-index: -1;
}

.p-course-method__feature-icon {
	margin-inline: auto;
	max-width: 200px;
	max-width: 20rem;
	width: 61.7283950617%;
}

.p-course-method__feature-icon + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-course-method__feature-title {
	color: #ED7B27;
	min-height: 57px;
	min-height: 5.7rem;
	text-align: center;
}

.p-course-method__feature-title h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
}

.p-course-method__feature-title h3 + * {
	margin-top: 4px;
	margin-top: 0.4rem;
}

.p-course-method__feature-title p {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.p-course-method__feature-title + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-course-method__summary {
	margin-inline: auto;
	background-color: #FFFBF1;
	border-radius: 1.6rem;
	margin-top: 145px;
	margin-top: 14.5rem;
	max-width: 800px;
	max-width: 80rem;
	padding: 40px;
	padding: 4rem;
	position: relative;
}

.p-course-method__summary-balloon {
	-webkit-mask: url(../images/course/method-balloon.svg) 50%/contain no-repeat;
	background: -webkit-gradient(linear, left top, right top, from(#ffae53), to(#ed7b27));
	background: linear-gradient(to right, #ffae53 0%, #ed7b27 100%);
	color: #fff;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="30" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.05)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, .05));
	filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, .05));
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	left: -50px;
	left: -5rem;
	mask: url(../images/course/method-balloon.svg) 50%/contain no-repeat;
	padding: 24px 24px 43.5px;
	padding: 2.4rem 2.4rem 4.35rem;
	position: absolute;
	top: -145px;
	top: -14.5rem;
}

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

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

.p-course-mv .u-con--lg {
	padding-top: 24px;
	padding-top: 2.4rem;
	position: relative;
}

.p-course-mv .u-con--lg::after {
	aspect-ratio: 1/1;
	background: url(../images/top/class-treat02.svg) 50%/contain no-repeat;
	bottom: 40px;
	bottom: 4rem;
	content: "";
	display: block;
	position: absolute;
	right: -69px;
	right: -6.9rem;
	width: 173px;
	width: 17.3rem;
	z-index: -2;
}

.p-course-mv__images {
	margin-left: auto;
	padding-right: 2.3148148148%;
	position: absolute;
	right: 0;
	top: 24px;
	top: 2.4rem;
	width: 68.9814814815%;
	z-index: -1;
}

.p-course-mv__images::after {
	aspect-ratio: 1/1;
	background: url(../images/course/mv-treat-l.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	left: -100px;
	left: -10rem;
	position: absolute;
	top: -24px;
	top: -2.4rem;
	width: 236px;
	width: 23.6rem;
	z-index: -1;
}

.p-course-mv__image {
	border-radius: min(18rem, 12.5vw) min(3rem, 2.08vw) min(18rem, 12.5vw) min(3rem, 2.08vw);
	overflow: hidden;
}

.p-course-mv__image img {
	-o-object-fit: cover;
	height: 100%;
	min-height: 460px;
	min-height: 46rem;
	object-fit: cover;
	width: 100%;
}

.p-course-mv__contents {
	padding-block: 169px;
	padding-block: 16.9rem;
	max-width: 35.1851851852%;
}

.p-course-mv__btn-wrap .c-btn {
	margin-inline: auto;
	max-width: 240px;
	max-width: 24rem;
	width: 100%;
}

.p-course-mv__btn-wrap .c-btn + .c-btn {
	margin-top: 24px;
	margin-top: 2.4rem;
}

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

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

.p-course .p-page-body {
	padding-block: 32px 120px;
	padding-block: 3.2rem 12rem;
}

.p-course__text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-course__text .underline {
	background: -webkit-gradient(linear, left bottom, left top, from(#FCCAA5), color-stop(0.8rem, #FCCAA5), color-stop(0.8rem, transparent), to(transparent));
	background: linear-gradient(to top, #FCCAA5 0%, #FCCAA5 0.8rem, transparent 0.8rem, transparent 100%);
	display: inline;
	font-weight: 600;
}

.p-course__text + .p-course__text {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-course .l-link-body {
	padding-top: 100px;
	padding-top: 10rem;
}

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

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

.p-faq__body {
	margin-top: 100px;
	margin-top: 10rem;
	padding-bottom: 100px;
	padding-bottom: 10rem;
}

.p-faq__item {
	background: #fff;
	border-radius: 1.6rem;
	-webkit-box-shadow: 0px 0.3rem 2rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 2rem rgba(0, 0, 0, .05);
	padding: 24px;
	padding: 2.4rem;
}

.p-faq__item + .p-faq__item {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.p-faq__question,
.p-faq__answer {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-faq__question::before,
.p-faq__answer::before {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ED7B27;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.35;
	padding-top: 1px;
	padding-top: 0.1rem;
	width: 30px;
	width: 3rem;
}

.p-faq__question-inner,
.p-faq__answer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	min-height: 30px;
	min-height: 3rem;
}

.p-faq__question::before {
	background-color: #ED7B27;
	color: #fff;
	content: "Q";
}

.p-faq__question-inner {
	font-weight: 700;
}

.p-faq__question + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-faq__answer::before {
	background-color: #fff;
	color: #ED7B27;
	content: "A";
}

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

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

.p-flow .l-undermv + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-flow__body {
	margin-top: 100px;
	margin-top: 10rem;
	padding-bottom: 100px;
	padding-bottom: 10rem;
}

.p-flow__text {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-flow__text.--box {
	margin-inline: auto;
	max-width: 800px;
	max-width: 80rem;
}

.p-flow__text a {
	color: #2d5ece;
	text-decoration: underline;
}

.p-flow__text + .p-flow__list {
	margin-top: 64px;
	margin-top: 6.4rem;
}

.p-flow__text + .p-flow__ex-title {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.p-flow__text + .p-flow__text {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-flow__text + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-flow__list {
	margin-inline: auto;
	max-width: 960px;
	max-width: 96rem;
}

.p-flow__list-item {
	counter-increment: flow;
	padding-left: 53px;
	padding-left: 5.3rem;
	padding-top: 26px;
	padding-top: 2.6rem;
	position: relative;
}

.p-flow__list-item + .p-flow__list-item {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.p-flow__list-inner {
	padding-inline: 60px 32px;
	padding-inline: 6rem 3.2rem;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(3.1rem, transparent), color-stop(3.1rem, #FFFBF1), to(#FFFBF1));
	background: linear-gradient(to bottom, transparent 0%, transparent 3.1rem, #FFFBF1 3.1rem, #FFFBF1 100%);
	border-radius: 1.6rem;
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
}

.p-flow__list-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.p-flow__list-title::before {
	color: #319A33;
	content: "step " counter(flow, decimal-leading-zero);
	font-family: "Nunito", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.375;
	text-transform: uppercase;
}

.p-flow__list-title span {
	margin-top: -8px;
	margin-top: -0.8rem;
}

.p-flow__list-title + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-flow__list-h3 {
	gap: 5px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ED7B27;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.p-flow__list-h3 .icon {
	width: 18px;
	width: 1.8rem;
}

.p-flow__list-h3 .icon img {
	display: block;
}

.p-flow__list-h3 + * {
	margin-top: 7px;
	margin-top: 0.7rem;
}

.p-flow__list-btn {
	max-width: 266px;
	max-width: 26.6rem;
}

.p-flow__list-btn .c-btn {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-flow__list-btn .c-btn::after {
	position: static;
	-webkit-transform: none;
	transform: none;
}

.p-flow__list-icon {
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
	width: 10rem;
}

.p-flow__ex-title {
	gap: 4px;
	gap: 0.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ED7B27;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-flow__ex-title::before,
.p-flow__ex-title::after {
	background-color: #ED7B27;
	content: "";
	display: block;
	height: 1px;
	width: 16px;
	width: 1.6rem;
}

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

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

.p-privacy__text {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.p-privacy__text + .p-privacy__h2 {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-privacy__text + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-privacy__h2 {
	color: #ED7B27;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.4642857143;
	padding-bottom: 7px;
	padding-bottom: 0.7rem;
	position: relative;
	text-align: left;
}

.p-privacy__h2::after {
	background-image: radial-gradient(circle, #ED7B27 1px, transparent 1px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 7px 2px;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-privacy__h2 + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-privacy__list {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.p-privacy__list.mt-0 {
	margin-top: 0;
}

.p-privacy__list li {
	padding-left: 0.75em;
	text-indent: -0.75em;
}

.p-privacy__list li::before {
	aspect-ratio: 1/1;
	background-color: #252525;
	border-radius: 50%;
	content: "";
	display: inline-block;
	margin-bottom: 1px;
	margin-bottom: 0.1rem;
	margin-right: 8px;
	margin-right: 0.8rem;
	vertical-align: middle;
	width: 4px;
	width: 0.4rem;
}

.p-privacy__list li ul li::before {
	background-color: transparent;
	border: 1px solid #252525;
}

.p-privacy__list + .p-privacy__h2 {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-privacy__info {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-privacy__info + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-privacy-main {
	margin-top: 100px;
	margin-top: 10rem;
}

.p-privacy-main__inner {
	margin-inline: auto;
	max-width: 960px;
	max-width: 96rem;
	padding-bottom: 100px;
	padding-bottom: 10rem;
}

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

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

.p-recruitment-about {
	padding-block: 100px 120px;
	padding-block: 10rem 12rem;
	background-color: #FFFBF1;
	position: relative;
	z-index: 1;
}

.p-recruitment-about::after {
	background-color: #FFFBF1;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	width: 100%;
	z-index: -1;
}

.p-recruitment-about .c-primary-title + * {
	margin-top: 54px;
	margin-top: 5.4rem;
}

.p-recruitment-about__h3 {
	text-align: center;
}

.p-recruitment-about__h3 h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.p-recruitment-about__h3 p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-recruitment-about__detail {
	background: #fff;
	border-radius: 1.6rem;
	-webkit-box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	padding: 51px 32px 20px;
	padding: 5.1rem 3.2rem 2rem;
	position: relative;
}

.p-recruitment-about__detail .p-recruitment-about__h3 {
	left: 50%;
	position: absolute;
	top: -14px;
	top: -1.4rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-recruitment-about__detail-list li {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.p-recruitment-about__detail-list li::before {
	aspect-ratio: 1/1;
	background: url(../images/icon/icon_check.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	margin-top: 9px;
	margin-top: 0.9rem;
	width: 16px;
	width: 1.6rem;
}

.p-recruitment-about__detail-list li span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-recruitment-about__detail + * {
	margin-top: 48px;
	margin-top: 4.8rem;
}

.p-recruitment-about__dl {
	border-top: 1px solid #ED7B27;
}

.p-recruitment-about__dl .inner {
	gap: 8px 20px;
	gap: 0.8rem 2rem;
	padding-block: 15px;
	padding-block: 1.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #ED7B27;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-recruitment-about__dl + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-recruitment-about__dt,
.p-recruitment-about__dd {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-recruitment-about__dt {
	color: #ED7B27;
	font-weight: 700;
	letter-spacing: 0.05em;
	min-width: 180px;
	min-width: 18rem;
}

.p-recruitment-about__dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-recruitment-about__dd span {
	display: inline-block;
}

.p-recruitment-about__btn .c-btn {
	margin-inline: auto;
	padding-block: 18px;
	padding-block: 1.8rem;
	max-width: 560px;
	max-width: 56rem;
}

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

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

.p-recruitment-interview {
	padding-block: 86px 100px;
	padding-block: 8.6rem 10rem;
}

.p-recruitment-interview__head {
	margin-inline: auto;
	padding-block: 40px 44px;
	padding-block: 4rem 4.4rem;
	background-color: #FFFBF1;
	border-radius: 1.6rem;
	max-width: 800px;
	max-width: 80rem;
	padding-left: 48px;
	padding-left: 4.8rem;
	position: relative;
	z-index: 1;
}

.p-recruitment-interview__head .c-primary-title {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	text-align: left;
}

.p-recruitment-interview__head .c-primary-title__jp {
	text-align: left;
}

.p-recruitment-interview__head .c-primary-title + * {
	margin-top: 0;
}

.p-recruitment-interview__head-image {
	border-radius: 0.8rem;
	overflow: hidden;
	position: absolute;
	right: 48px;
	right: 4.8rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28.2725%;
}

.p-recruitment-interview__head-image figcaption {
	bottom: 0;
	color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-recruitment-interview__head-image figcaption .name {
	left: 16px;
	left: 1.6rem;
	position: absolute;
	top: 13px;
	top: 1.3rem;
}

.p-recruitment-interview__head-image figcaption .name .en {
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.p-recruitment-interview__head-image figcaption .class {
	bottom: 16px;
	bottom: 1.6rem;
	font-size: 16px;
	font-size: 1.6rem;
	position: absolute;
	right: 16px;
	right: 1.6rem;
}

.p-recruitment-interview__head + * {
	margin-top: 100px;
	margin-top: 10rem;
}

.p-recruitment-interview__list + * {
	margin-top: 64px;
	margin-top: 6.4rem;
}

.p-recruitment-interview__item {
	margin-inline: auto;
	max-width: 960px;
	max-width: 96rem;
}

.p-recruitment-interview__item-flex {
	gap: 0 40px;
	gap: 0 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0;
	max-width: 1020px;
	max-width: 102rem;
}

.p-recruitment-interview__item-flex.--left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: 0;
}

.p-recruitment-interview__item-image {
	border-radius: 0.8rem;
	overflow: hidden;
	width: 288px;
	width: 28.8rem;
}

.p-recruitment-interview__item-box {
	background: #fff;
	border-radius: 1.6rem;
	-webkit-box-shadow: 0px 0.3rem 2rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 2rem rgba(0, 0, 0, .05);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 24px;
	padding: 2.4rem;
}

.p-recruitment-interview__item + .p-recruitment-interview__item {
	margin-top: 68px;
	margin-top: 6.8rem;
}

.p-recruitment-interview__question,
.p-recruitment-interview__answer {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-recruitment-interview__question::before,
.p-recruitment-interview__answer::before {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Nunito", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.25;
	padding-top: 1px;
	padding-top: 0.1rem;
	width: 40px;
	width: 4rem;
}

.p-recruitment-interview__question-inner,
.p-recruitment-interview__answer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 30px;
	min-height: 3rem;
}

.p-recruitment-interview__question::before {
	background: linear-gradient(135deg, #ffae53 0%, #ED7B27 100%);
	color: #fff;
	content: "Q";
}

.p-recruitment-interview__question-inner p {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.p-recruitment-interview__question + * {
	margin-top: 13px;
	margin-top: 1.3rem;
}

.p-recruitment-interview__answer::before {
	background-color: #fff;
	border: 1px solid #ED7B27;
	color: #ED7B27;
	content: "A";
}

.p-recruitment-interview__answer-inner p {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.p-recruitment-interview__btn .c-btn {
	margin-inline: auto;
	max-width: 560px;
	max-width: 56rem;
}

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

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

.p-recruitment__text {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-recruitment__text--center {
	text-align: center;
}

.p-recruitment-body {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-recruitment + .l-footer {
	background-color: #fff;
}

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

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

.p-top-banner .u-con--md {
	position: relative;
	z-index: 1;
}

.p-top-banner .u-con--md::after {
	aspect-ratio: 1/1;
	background: url(../images/top/class-treat02.svg) 50%/contain no-repeat;
	bottom: 9px;
	bottom: 0.9rem;
	content: "";
	display: block;
	left: -16.0185185185%;
	position: absolute;
	width: 16.0185185185%;
	z-index: -1;
}

.p-top-banner__item {
	margin-inline: auto;
	max-width: 600px;
	max-width: 60rem;
}

.p-top-banner__item + .p-top-banner__item {
	margin-top: 36px;
	margin-top: 3.6rem;
}

.p-top-banner__blog {
	padding-block: 36px 32px;
	padding-block: 3.6rem 3.2rem;
	background: -webkit-gradient(linear, left top, right top, from(#ffae53), to(#ed751d));
	background: linear-gradient(to right, #ffae53 0%, #ed751d 100%);
	border-radius: 1.6rem;
	position: relative;
}

.p-top-banner__blog::before {
	aspect-ratio: 139/135;
	background: url(../images/top/banner-blog-treat.png) 50%/contain no-repeat;
	content: "";
	display: block;
	left: -40px;
	left: -4rem;
	position: absolute;
	top: -52.8px;
	top: -5.28rem;
	width: 139px;
	width: 13.9rem;
}

.p-top-banner__blog-img {
	margin-inline: auto;
	width: 244px;
	width: 24.4rem;
}

.p-top-banner__blog-img + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-top-banner__blog-link {
	margin-inline: auto;
	padding-block: 24px;
	padding-block: 2.4rem;
	border: 2px solid #fff;
	border: 0.2rem solid #fff;
	border-radius: 10rem;
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	max-width: 400px;
	max-width: 40rem;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-top-banner__blog-link::before {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffae53), to(#ed751d));
	background-image: linear-gradient(to right, #ffae53 0%, #ed751d 100%);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-top-banner__blog-link::after {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	background-color: #fff;
	content: "";
	display: block;
	mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	position: absolute;
	right: 16px;
	right: 1.6rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	width: 1.8rem;
}

.p-top-banner__summer-link {
	gap: 10px;
	gap: 1rem;
	padding-block: 16px;
	padding-block: 1.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgb(255, 251, 241);
	border: 3px solid #ED7B27;
	border: 0.3rem solid #ED7B27;
	border-radius: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.p-top-banner__summer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.p-top-banner__summer-text .underline {
	background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(0.3rem, transparent), color-stop(0.3rem, #F6FF00), color-stop(1.3rem, #F6FF00), color-stop(1.3rem, transparent), to(transparent));
	background: linear-gradient(to top, transparent 0%, transparent 0.3rem, #F6FF00 0.3rem, #F6FF00 1.3rem, transparent 1.3rem, transparent 100%);
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

.p-top-banner__summer-arrow {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ED7B27;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	text-align: center;
}

.p-top-banner__summer-arrow::after {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	background-color: #ED7B27;
	content: "";
	display: block;
	mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	width: 16px;
	width: 1.6rem;
}

.p-top-banner__summer-img {
	left: 63px;
	left: 6.3rem;
	position: absolute;
	top: 27px;
	top: 2.7rem;
	width: 82px;
	width: 8.2rem;
}

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

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

.p-top-blog.p-class-blog + * {
	margin-top: 40px;
	margin-top: 4rem;
}

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

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

.p-top-class {
	padding-block: 100px;
	padding-block: 10rem;
}

.p-top-class .u-con--md {
	position: relative;
}

.p-top-class .u-con--md::before,
.p-top-class .u-con--md::after {
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
}

.p-top-class .u-con--md::before {
	background: url(../images/top/class-treat01.svg) 50%/contain no-repeat;
	left: -175px;
	left: -17.5rem;
	top: -84px;
	top: -8.4rem;
	width: 257px;
	width: 25.7rem;
}

.p-top-class .u-con--md::after {
	background: url(../images/top/class-treat02.svg) 50%/contain no-repeat;
	right: -140px;
	right: -14rem;
	top: 10%;
	width: 173px;
	width: 17.3rem;
}

.p-top-class__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6875;
}

.p-top-class__text-center {
	text-align: center;
}

.p-top-class__text + * {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-top-class__map {
	margin-inline: auto;
	max-width: 640px;
	max-width: 64rem;
	position: relative;
	width: 100%;
}

.p-top-class__map-body {
	aspect-ratio: 1/1;
	border-radius: 1.6rem;
	overflow: hidden;
}

.p-top-class__map::after {
	aspect-ratio: 1/1;
	background: url(../images/top/class-treat03.svg) 50%/contain no-repeat;
	bottom: -87px;
	bottom: -8.7rem;
	content: "";
	display: block;
	left: -133px;
	left: -13.3rem;
	position: absolute;
	width: 173px;
	width: 17.3rem;
	z-index: -1;
}

.p-top-class__map iframe {
	height: 100%;
	width: 100%;
}

.p-top-class__map + * {
	margin-top: 70px;
	margin-top: 7rem;
}

.p-top-class__list {
	gap: 40px 44px;
	position: relative;
	z-index: 1;
}

.p-top-class__list + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-top-class__card {
	background-color: #FFFBF1;
	border-radius: 1.6rem;
	-webkit-box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	padding: 20px 20px 24px;
	padding: 2rem 2rem 2.4rem;
}

.p-top-class__card-inner {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-class__card-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-class__card-name {
	color: #ED7B27;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.45;
}

.p-top-class__card-name + * {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.p-top-class__card-info-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-class__card-info-item.--tel .p-top-class__card-icon {
	margin-right: 4px;
	margin-right: 0.4rem;
	margin-top: 8px;
	margin-top: 0.8rem;
	width: 12px;
	width: 1.2rem;
}

.p-top-class__card-info-item.--address .p-top-class__card-icon {
	margin-right: 2px;
	margin-right: 0.2rem;
	margin-top: 6px;
	margin-top: 0.6rem;
	width: 14px;
	width: 1.4rem;
}

.p-top-class__card-info-item + .p-top-class__card-info-item {
	margin-top: 7px;
	margin-top: 0.7rem;
}

.p-top-class__card-info + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-top-class__card-links {
	gap: 16px 18px;
	gap: 1.6rem 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 230px;
	max-width: 23rem;
}

.p-top-class__card-links a {
	gap: 4px;
	gap: 0.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ED7B27;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4666666667;
	padding-bottom: 2px;
	padding-bottom: 0.2rem;
	position: relative;
	text-align: left;
}

.p-top-class__card-links a::before,
.p-top-class__card-links a::after {
	content: "";
	display: block;
}

.p-top-class__card-links a::before {
	background-color: #ED7B27;
	bottom: 0;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-class__card-links a::after {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	background-color: #ED7B27;
	mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	width: 16px;
	width: 1.6rem;
}

.p-top-class__card-links a span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-class__card-icon img {
	display: block;
}

.p-top-class__card-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-class__card-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.p-top-class__card-text.--small {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 2px;
	margin-top: 0.2rem;
}

.p-top-class__card-text span {
	display: inline-block;
}

.p-top-class__card-image {
	border-radius: 0.8rem;
	overflow: hidden;
	width: 33.4728033473%;
}

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

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

.p-top-course {
	padding-top: 100px;
	padding-top: 10rem;
}

.p-top-course .c-primary-title + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-course__nav-list {
	gap: 32px;
	gap: 3.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-course__nav-item {
	max-width: 160px;
	max-width: 16rem;
	width: 33%;
}

.p-top-course__nav-link {
	padding-block: 10px;
	padding-block: 1rem;
	border: 2px solid #ED7B27;
	border: 0.2rem solid #ED7B27;
	border-radius: 10rem;
	color: #ED7B27;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}

.p-top-course__swiper {
	margin-inline: auto;
	max-width: 1020px;
	max-width: 102rem;
	overflow: hidden;
	padding: 32px 30px 20px;
	padding: 3.2rem 3rem 2rem;
	position: relative;
}

.p-top-course__swiper .swiper-button-prev,
.p-top-course__swiper .swiper-button-next {
	height: 40px;
	height: 4rem;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	width: 4rem;
}

.p-top-course__swiper .swiper-button-prev {
	left: 0;
}

.p-top-course__swiper .swiper-button-next {
	right: 0;
}

.p-top-course__swiper .swiper-button-prev::after,
.p-top-course__swiper .swiper-button-next::after {
	background-image: url(../images/top/course-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="48" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.05)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, .05));
	filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, .05));
	-webkit-filter: drop-shadow(0px 0.3rem 3rem rgba(0, 0, 0, .05));
	filter: drop-shadow(0px 0.3rem 3rem rgba(0, 0, 0, .05));
	height: 40px;
	height: 4rem;
	margin: auto;
	width: 40px;
	width: 4rem;
}

.p-top-course__swiper .swiper-button-next::after {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.p-top-course__swiper .swiper-slide img {
	height: auto;
	width: 100%;
}

.p-top-course__list-link {
	gap: 24px 46px;
	gap: 2.4rem 4.6rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #fff;
	border-radius: 1.6rem;
	-webkit-box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 32px;
	padding: 3.2rem;
}

.p-top-course__list-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-course__list-title {
	color: #ED7B27;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4642857143;
}

.p-top-course__list-title + * {
	margin-top: 15px;
	margin-top: 1.5rem;
}

.p-top-course__list-lead {
	gap: 4.5px;
	gap: 0.45rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
}

.p-top-course__list-lead::before {
	background-color: #ED7B27;
	content: "";
	display: block;
	height: 1px;
	margin-top: 14px;
	margin-top: 1.4rem;
	width: 40px;
	width: 4rem;
}

.p-top-course__list-lead span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-course__list-lead + * {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.p-top-course__list-text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-top-course__list-image {
	border-radius: 0.8rem;
	overflow: hidden;
	width: 29.9107142857%;
}

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

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

.p-top-image {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(22.1rem, transparent), color-stop(22.1rem, #FFFBF1), to(#FFFBF1));
	background: linear-gradient(to bottom, transparent 0%, transparent 22.1rem, #FFFBF1 22.1rem, #FFFBF1 100%);
	padding-top: 80px;
	padding-top: 8rem;
}

.p-top-image__swiper + .p-top-image__swiper {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-image figure {
	border-radius: min(0.56vw, 0.8rem) min(8.33vw, 12rem) min(0.56vw, 0.8rem) min(8.33vw, 12rem);
	overflow: hidden;
}

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

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

.p-top-instagram {
	padding-block: 60px 100px;
	padding-block: 6rem 10rem;
	background-color: #FFFBF1;
}

.p-top-instagram .c-primary-title__en + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-instagram__body {
	margin-inline: auto;
	max-width: 1214px;
	max-width: 121.4rem;
}

.p-top-instagram__body #sb_instagram {
	padding-bottom: 0 !important;
}

.p-top-instagram__body #sbi_images {
	padding-block: 0 !important;
}

.p-top-instagram__body + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-instagram__btn .c-btn {
	margin-inline: auto;
	max-width: 300px;
	max-width: 30rem;
}

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

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

.p-top-interview.p-class-blog {
	padding-top: 120px;
	padding-top: 12rem;
}

.p-top-interview.p-class-blog .u-con--md::before {
	left: auto;
	right: -140px;
	right: -14rem;
	top: -32px;
	top: -3.2rem;
	width: 257px;
	width: 25.7rem;
}

.p-top-interview.p-class-blog .u-con--md::after {
	background-color: #FFFBF1;
	border-radius: 0px 1.6rem 1.6rem 0px;
	height: calc(100% - 6.8rem);
	left: auto;
	right: 0;
	top: 68px;
	top: 6.8rem;
}

.p-top-interview.p-class-blog .c-primary-title {
	margin-left: 0;
}

.p-top-interview.p-class-blog .c-primary-title + * {
	margin-top: 42px;
	margin-top: 4.2rem;
}

.p-top-interview.p-class-blog .p-class-blog__body {
	max-width: 1060px;
	max-width: 106rem;
	padding-bottom: 64px;
	padding-bottom: 6.4rem;
	padding-left: 0;
	padding-right: 40px;
	padding-right: 4rem;
}

.p-top-interview.p-class-blog .p-class-blog__link {
	background-color: #fff;
}

.p-top-interview.p-class-blog + * {
	margin-top: 84px;
	margin-top: 8.4rem;
}

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

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

.p-top-message {
	padding-block: 60px;
	padding-block: 6rem;
	background-color: #FFFBF1;
}

.p-top-message .u-con--md {
	position: relative;
	z-index: 1;
}

.p-top-message .c-primary-title {
	margin-left: 40px;
	margin-left: 4rem;
}

.p-top-message .c-primary-title + * {
	margin-top: -28px;
	margin-top: -2.8rem;
}

.p-top-message .marker {
	background-color: #fff700;
}

.p-top-message__body {
	gap: 19px 60px;
	gap: 1.9rem 6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: 1fr 34.7rem;
	position: relative;
}

.p-top-message__body::after {
	background: #fff;
	border-radius: 1.6rem;
	content: "";
	height: 100%;
	left: 0;
	max-width: 864px;
	max-width: 86.4rem;
	position: absolute;
	top: 0;
	width: 80%;
	z-index: -2;
}

.p-top-message__box {
	padding-block: 46px 40px;
	padding-block: 4.6rem 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 498px;
	min-height: 49.8rem;
	padding-left: 40px;
	padding-left: 4rem;
}

.p-top-message__text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-top-message__text + .p-top-message__text {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-top-message__name {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 21px;
	margin-top: 2.1rem;
}

.p-top-message__name .position {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
}

.p-top-message__name .name {
	font-family: hanatotyoutyo;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
}

.p-top-message__image {
	border-radius: 1.6rem;
	overflow: hidden;
	position: relative;
}

.p-top-message__image-box {
	position: relative;
}

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

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

.p-top-mv {
	padding-top: 122px;
	padding-top: 12.2rem;
}

.p-top-mv .u-con--lg {
	padding-block: 28px 50px;
	padding-block: 2.8rem 5rem;
	position: relative;
}

.p-top-mv .u-con--lg::before,
.p-top-mv .u-con--lg::after {
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
	z-index: -2;
}

.p-top-mv .u-con--lg::before {
	background: url(../images/top/class-treat01.svg) 50%/contain no-repeat;
	left: -66px;
	left: -6.6rem;
	top: 120px;
	top: 12rem;
	width: 257px;
	width: 25.7rem;
}

.p-top-mv .u-con--lg::after {
	background: url(../images/top/class-treat02.svg) 50%/contain no-repeat;
	bottom: 113px;
	bottom: 11.3rem;
	right: -69px;
	right: -6.9rem;
	width: 173px;
	width: 17.3rem;
}

.p-top-mv__images {
	margin-left: auto;
	padding-right: 2.3148148148%;
	position: absolute;
	right: 0;
	top: 24px;
	top: 2.4rem;
	width: 68.9814814815%;
	z-index: -1;
}

.p-top-mv__images::after {
	aspect-ratio: 1/1;
	background: url(../images/top/class-treat02.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	left: 22px;
	left: 2.2rem;
	position: absolute;
	top: -24px;
	top: -2.4rem;
	width: 173px;
	width: 17.3rem;
	z-index: -1;
}

.p-top-mv__lead {
	position: absolute;
	right: -11px;
	right: -1.1rem;
	top: -11.5px;
	top: -1.15rem;
	width: 49.6644295302%;
	z-index: 1;
}

.p-top-mv__image {
	border-radius: min(18rem, 12.5vw) min(3rem, 2.08vw) min(18rem, 12.5vw) min(3rem, 2.08vw);
	overflow: hidden;
}

.p-top-mv__image img {
	-o-object-fit: cover;
	height: 100%;
	min-height: 460px;
	min-height: 46rem;
	object-fit: cover;
	width: 100%;
}

.p-top-mv__contents {
	max-width: 500px;
	max-width: 50rem;
}

.p-top-mv__record-lead {
	margin-inline: auto;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1.4444444444;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-top-mv__record-lead:after {
	background-color: #F6FF00;
	bottom: 0;
	content: "";
	display: block;
	height: 16px;
	height: 1.6rem;
	left: 0;
	position: absolute;
	width: 97%;
	z-index: -1;
}

.p-top-mv__record-lead.--sub {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.45;
}

.p-top-mv__record-lead.--sub:after {
	bottom: 2px;
	bottom: 0.2rem;
	height: 8px;
	height: 0.8rem;
}

.p-top-mv__record-lead + .p-top-mv__record-lead {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.p-top-mv__record-lead + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-top-mv__record-box {
	margin-inline: auto;
	padding-block: 21px;
	padding-block: 2.1rem;
	padding-inline: 37px;
	padding-inline: 3.7rem;
	background: #FFFBF1;
	border: 3px solid #ED7B27;
	border: 0.3rem solid #ED7B27;
	border-radius: 1.6rem;
	max-width: 452px;
	max-width: 45.2rem;
}

.p-top-mv__record-box + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-top-mv__record-list {
	gap: 0 32px;
	gap: 0 3.2rem;
	display: grid;
	grid-template-columns: auto auto;
}

.p-top-mv__record-list + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-top-mv__record-item {
	color: #ED7B27;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
}

.p-top-mv__record-item:nth-child(odd) {
	max-width: none;
}

.p-top-mv__record-link {
	color: #2d5ece;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4444444444;
	text-decoration: underline;
}

.p-top-mv__btn-wrap {
	gap: 20px;
	gap: 2rem;
}

.p-top-mv__btn-text {
	margin-inline: auto;
	width: 79.8%;
}

.p-top-mv__btn-text + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-top-mv__fixed {
	bottom: 24px;
	bottom: 2.4rem;
	left: 0;
	pointer-events: none;
	position: fixed;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-top-mv__fixed.is-none {
	opacity: 0;
	visibility: hidden;
}

.p-top-mv__fixed .u-con--lg {
	padding: 0;
}

.p-top-mv__fixed .u-con--lg::before,
.p-top-mv__fixed .u-con--lg::after {
	display: none;
}

.p-top-mv__fixed-btn {
	margin-left: auto;
	width: 180px;
	width: 18rem;
}

.p-top-mv__fixed-link {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 54px;
	padding-top: 5.4rem;
	pointer-events: all;
	position: relative;
	z-index: 1;
}

.p-top-mv__fixed-link::before,
.p-top-mv__fixed-link::after {
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
}

.p-top-mv__fixed-link::before {
	background: linear-gradient(45deg, #329b34 0%, #4cac4b 100%);
	border: 1px solid #fff;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-top-mv__fixed-link::after {
	background-color: #329b34;
	height: calc(100% + 1.6rem);
	left: 50%;
	opacity: 0.5;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% + 1.6rem);
	z-index: -2;
}

.p-top-mv__fixed-link .text01 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

.p-top-mv__fixed-link .text02 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: -4px;
	margin-top: -0.4rem;
}

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

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

.p-top-reason {
	padding-block: 130px 60px;
	padding-block: 13rem 6rem;
	background-color: #FFFBF1;
}

.p-top-reason__lead {
	margin-inline: auto;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-top-reason__lead::before,
.p-top-reason__lead::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}

.p-top-reason__lead::before {
	aspect-ratio: 210/180;
	background-image: url(../images/top/reason-lead01.svg);
	left: -130px;
	left: -13rem;
	top: -59px;
	top: -5.9rem;
	width: 210px;
	width: 21rem;
}

.p-top-reason__lead::after {
	aspect-ratio: 1/1;
	background-image: url(../images/top/reason-lead02.svg);
	right: -80px;
	right: -8rem;
	top: -8px;
	top: -0.8rem;
	width: 120px;
	width: 12rem;
}

.p-top-reason__lead .dot {
	background-image: radial-gradient(0.1em 0.1em at center center, #ED7B27, #ED7B27 100%, transparent, transparent);
	background-position: top left 0px;
	background-repeat: repeat-x;
	background-size: 1em 0.2em;
	color: #ED7B27;
	padding-top: 0.2em;
}

.p-top-reason__lead + * {
	margin-top: 20px;
	margin-top: 2rem;
}

.p-top-reason .c-primary-title + * {
	margin-top: 56px;
	margin-top: 5.6rem;
}

.p-top-reason__body {
	gap: 60px 44px;
}

.p-top-reason__item {
	counter-increment: reason;
	padding-left: 50px;
	padding-left: 5rem;
	position: relative;
}

.p-top-reason__item-inner {
	padding-block: 16px 24px;
	padding-block: 1.6rem 2.4rem;
	padding-inline: 24px;
	padding-inline: 2.4rem;
	background-color: #fff;
	border-radius: 1.6rem;
	-webkit-box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	height: 100%;
}

.p-top-reason__item-title {
	color: #ED7B27;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	min-height: 60px;
	min-height: 6rem;
	padding-left: 42px;
	padding-left: 4.2rem;
	position: relative;
}

.p-top-reason__item-title::before {
	color: #319A33;
	content: "reason " counter(reason, decimal-leading-zero);
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	left: 42px;
	left: 4.2rem;
	letter-spacing: 0.05em;
	line-height: 1.3571428571;
	position: absolute;
	text-transform: uppercase;
	top: -6px;
	top: -0.6rem;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.p-top-reason__item-title span span {
	display: inline-block;
}

.p-top-reason__item-title + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-top-reason__item-icon {
	left: 0;
	position: absolute;
	top: -16px;
	top: -1.6rem;
	width: 100px;
	width: 10rem;
}

.p-top-reason__text {
	font-size: 16px;
	font-size: 1.6rem;
}

.p-top-reason__text.--bold {
	font-weight: 600;
}

.p-top-reason__text .underline {
	background: -webkit-gradient(linear, left bottom, left top, from(#F6FF00), color-stop(0.8rem, #F6FF00), color-stop(0.8rem, transparent), to(transparent));
	background: linear-gradient(to top, #F6FF00 0%, #F6FF00 0.8rem, transparent 0.8rem, transparent 100%);
	font-weight: 600;
}

.p-top-reason__text + .p-top-reason__text {
	margin-top: 8px;
	margin-top: 0.8rem;
}

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

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

.p-top-record {
	padding-block: 60px 100px;
	padding-block: 6rem 10rem;
}

.p-top-record .u-con--md {
	position: relative;
}

.p-top-record .u-con--md::before,
.p-top-record .u-con--md::after {
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}

.p-top-record .u-con--md::before {
	background: url(../images/top/class-treat02.svg) 50%/contain no-repeat;
	left: 24px;
	left: 2.4rem;
	top: -50px;
	top: -5rem;
	width: 173px;
	width: 17.3rem;
}

.p-top-record .u-con--md::after {
	background: url(../images/top/class-treat01.svg) 50%/contain no-repeat;
	bottom: -137px;
	bottom: -13.7rem;
	right: -83px;
	right: -8.3rem;
	width: 257px;
	width: 25.7rem;
}

.p-top-record__list.l-grid--col4 {
	margin-inline: auto;
	gap: 24px;
	gap: 2.4rem;
	max-width: 912px;
	max-width: 91.2rem;
}

.p-top-record__list-item {
	aspect-ratio: 1/1;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #ED7B27;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="48" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.05)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, .05));
	filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, .05));
	-webkit-filter: drop-shadow(0px 0.3rem 3rem rgba(0, 0, 0, .05));
	filter: drop-shadow(0px 0.3rem 3rem rgba(0, 0, 0, .05));
	padding-top: 30px;
	padding-top: 3rem;
	text-align: center;
}

.p-top-record__list-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 60px;
	min-height: 6rem;
}

.p-top-record__list-num {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-record__list-num .number {
	display: inline-block;
	font-family: "Rampart One", sans-serif;
	font-size: 72px;
	font-size: 7.2rem;
	letter-spacing: -0.05em;
	line-height: 1.1111111111;
}

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

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

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

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

.u-db {
	display: block;
}

.u-dn {
	display: none;
}

.u-mask--c-black {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0);
	filter: brightness(0);
}

.u-mask--c-white {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.u-con--sm {
	margin-inline: auto;
	max-width: 800px;
	max-width: 80rem;
	width: 80%;
}

.u-con--md {
	margin-inline: auto;
	max-width: 1080px;
	max-width: 108rem;
	width: 80%;
}

.u-con--lg {
	margin-inline: auto;
	max-width: 1296px;
	max-width: 129.6rem;
	width: 90%;
}

.u-c-white {
	color: #fff;
}

.u-c--b-white {
	color: #fff;
}

.u-z-1 {
	z-index: -1;
}

.u-z1 {
	z-index: 1;
}

.u-z2 {
	z-index: 2;
}

.u-z3 {
	z-index: 3;
}

.u-z10 {
	z-index: 10;
}

.u-z50 {
	z-index: 50;
}

.u-z100 {
	z-index: 100;
}

.u-z999 {
	z-index: 999;
}

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

.articles-slider {
	padding-bottom: 60px;
	padding-bottom: 6rem;
}

.articles-slider .swiper-slide {
	height: auto;
}

.articles-slider .c-article-card {
	height: 100%;
}

.articles-slider .c-article-card a {
	border: 1px solid #eee;
	-webkit-filter: none;
	filter: none;
	height: 100%;
}

.articles-slider .swiper-button-next,
.articles-slider .swiper-button-prev {
	bottom: 0;
	top: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.articles-slider .swiper-button-next:hover,
.articles-slider .swiper-button-prev:hover {
	opacity: 0.7;
}

.articles-slider .swiper-button-next:after,
.articles-slider .swiper-button-prev:after {
	color: #ED7B27;
	font-size: 24px;
	font-size: 2.4rem;
}

.articles-slider .swiper-button-next {
	right: 0;
}

.articles-slider .swiper-button-prev {
	left: 0;
}

.articles-slider .swiper-pagination-bullets {
	bottom: 12px;
}

.articles-slider .swiper-pagination-bullet-active {
	background: #ED7B27;
}

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

p:has(.wp-embedded-content) {
	text-align: center;
}

p:has(.wp-embedded-content) .wp-embedded-content {
	margin: auto;
	width: 500px;
}

/* 投稿・固定ページなどのベースCSS */

.cps-post img {
	height: auto;
	max-width: 100%;
}

.cps-post-main {
	padding-top: 20px;
	position: relative;
	z-index: 0; /*動画の大きさを調整*/ /*Instagramの大きさを調整*/ /*動画を囲んでいるdiv目一杯に広げる*/
}

.cps-post-main a {
	text-decoration: underline;
}

.cps-post-main .wp-block-social-link a {
	color: currentColor;
}

.cps-post-main a:hover {
	opacity: 0.6;
}

.cps-post-main img {
	height: auto;
	margin-bottom: 20px;
	max-width: 100%;
}

.cps-post-main iframe {
	max-width: 100%;
}

.cps-post-main table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 20px;
	max-width: 100% !important;
	width: 100%;
	word-break: break-all;
}

.cps-post-main table tr td,
.cps-post-main table tr th {
	border: 1px solid #ccc;
	padding: 8px;
	vertical-align: middle;
}

.cps-post-main table tr th {
	font-size: 9px;
	font-size: 0.9rem;
	font-weight: bold;
}

.cps-post-main table img.star {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 130px;
}

.cps-post-main footer {
	background-color: transparent;
	padding: 0;
}

.cps-post-main .video {
	max-width: 100%;
	overflow: hidden;
	text-align: center;
}

.cps-post-main .instagram {
	height: 0;
	overflow: hidden;
	padding-bottom: 120%;
	padding-top: 30px;
	position: relative;
}

.cps-post-main p {
	font-size: 1em;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	padding-top: 0;
}

.cps-post-main h2,
.cps-post-main h3,
.cps-post-main h4,
.cps-post-main h5 {
	font-weight: 400;
	letter-spacing: 0;
}

.cps-post-main h5 {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 16px;
	line-height: 1.6rem;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	margin-top: 0px;
	margin-top: 0rem;
	padding: 4px 0px;
}

.cps-post-main blockquote {
	background: #efefef;
	border-radius: 4px;
	font-size: 0.9em;
	margin: 0;
	margin-bottom: 1.4em;
	margin-top: 0em;
	padding: 2.4em 2.6em 0em 3em;
	position: relative;
}

.cps-post-main blockquote:after {
	-ms-filter: fliph();
	bottom: 8px;
	content: "a";
	content: "\e924";
	-webkit-filter: fliph();
	filter: fliph();
	font-family: "jin-icons";
	font-size: 24px;
	font-size: 2.4rem;
	opacity: 0.08;
	position: absolute;
	right: 15px;
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.cps-post-main blockquote:before {
	content: "\e924";
	font-family: "jin-icons";
	font-size: 24px;
	font-size: 2.4rem;
	left: 15px;
	opacity: 0.08;
	position: absolute;
	top: 8px;
}

.cps-post-main ul:not([class]),
.cps-post-main ul.wp-block-list,
.cps-post-main ul.wp-block-latest-posts__list,
.cps-post-main ul.jinlist {
	margin-bottom: 1.5em;
	margin-top: 0em;
	padding-left: 20px;
	padding-top: 0;
}

.cps-post-main ul:not([class]) ul,
.cps-post-main ul.wp-block-list ul,
.cps-post-main ul.wp-block-latest-posts__list ul,
.cps-post-main ul.jinlist ul {
	margin-bottom: 1.5em !important;
	margin-left: 0;
	margin-top: 0.5em;
	padding-left: 4px;
}

.cps-post-main ul:not([class]) ol,
.cps-post-main ul.wp-block-list ol,
.cps-post-main ul.wp-block-latest-posts__list ol,
.cps-post-main ul.jinlist ol {
	margin-bottom: 1.5em !important;
	margin-left: 0;
	margin-top: 0.75em;
	padding-left: 0.65em;
}

.cps-post-main ul:not([class]) ol li::before,
.cps-post-main ul.wp-block-list ol li::before,
.cps-post-main ul.wp-block-latest-posts__list ol li::before,
.cps-post-main ul.jinlist ol li::before {
	background-color: #000;
	border-radius: 10px;
	content: "";
	height: 20px;
	left: 0px;
	position: absolute;
	top: 2px;
	width: 20px;
}

.cps-post-main ul li {
	display: block;
	margin-bottom: 0.35em;
	padding: 0em 0px 0em 25px;
	position: relative;
}

.cps-post-main ul:not([class]) li:before,
.cps-post-main ul.wp-block-list li:before,
.cps-post-main ul.jinlist li:before,
.cps-post-main ul.wp-block-latest-posts__list li:before,
.cps-post-main table ul li:before {
	background-color: #222;
	border-radius: 100%;
	content: "";
	display: block;
	height: 6px;
	left: 10px;
	position: absolute;
	top: 0.6em;
	width: 6px;
}

.cps-post-main ul.blocks-gallery-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.5em;
}

.cps-post-main ul.blocks-gallery-grid li {
	padding: 0;
}

.cps-post-main ul.wp-block-social-links li {
	padding: 0;
}

.cps-post-main ol {
	counter-reset: li;
	margin-bottom: 1.5em;
	margin-top: 0em;
	padding-left: 20px;
}

.cps-post-main ol ol {
	counter-reset: li2;
	margin-bottom: 1.5em !important;
	margin-left: 0;
	margin-top: 0.75em;
	padding-left: 0.65em;
}

.cps-post-main ol ol li::before {
	background-color: #000;
	border-radius: 10px;
	content: "";
	height: 20px;
	left: 0px;
	position: absolute;
	top: 2px;
	width: 20px;
}

.cps-post-main ol ul {
	margin-left: 0;
	margin-top: 0.5em;
	padding-left: 4px;
}

.cps-post-main ol > li,
.cps-post-main table ol li {
	display: block;
	margin-bottom: 0.5em;
	padding: 0em 0px 0em 25px;
	position: relative;
}

.cps-post-main ol > li:after,
.cps-post-main table ol li:after {
	color: #fff;
	content: counter(li);
	counter-increment: li;
	font-size: 0.65em;
	height: 20px;
	left: 0px;
	letter-spacing: 0;
	line-height: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 12px;
	width: 20px;
}

.cps-post-main ol > li > ol > li:after {
	content: counter(li2);
	counter-increment: li2;
}

.cps-post-main ol > li:before,
.cps-post-main table ol li:before {
	background: #000;
	border-radius: 10px;
	content: "";
	height: 20px;
	left: 0px;
	position: absolute;
	top: 2px;
	width: 20px;
}

.cps-post-main div ul:not([class]),
.cps-post-main div ul.wp-block-list,
.cps-post-main div ol {
	margin-bottom: 0;
}

.cps-post-main div.balloon-box ul:not([class]),
.cps-post-main div.balloon-box ul.wp-block-list,
.cps-post-main div.balloon-box ol {
	margin-bottom: 0;
	margin-top: 0.5em;
}

.cps-post-main div ol li:last-of-type,
.cps-post-main div ul li:last-of-type {
	margin-bottom: 0;
}

.cps-post-main .wp-caption {
	margin-bottom: 35px;
	max-width: 100%;
}

.cps-post-main .wp-caption-text {
	color: #888;
	display: block;
	font-size: 7.5px;
	font-size: 0.75rem;
	line-height: 12px;
	line-height: 1.2rem;
	margin-top: -18px;
	padding-bottom: 0 !important;
	text-align: center;
}

.cps-post-main .wp-caption-text a {
	color: #888 !important;
	text-decoration: none !important;
}

.cps-post-main table.cps-table03 {
	margin-bottom: 30px;
	width: 100%;
}

.cps-post-main table.cps-table03 th,
.cps-post-main table.cps-table03 td {
	font-size: 9px;
	font-size: 0.9rem;
	letter-spacing: 0;
	line-height: 12px;
	line-height: 1.2rem;
	vertical-align: middle;
}

.cps-post-main table.cps-table03 th {
	background: #fffaf0;
	font-weight: 500;
}

.cps-post-main table.cps-table03 th.ranking-title {
	font-size: 1.1em;
	padding: 12px;
	text-align: left;
}

.cps-post-main table.cps-table03 td {
	padding: 14px;
}

.cps-post-main table.cps-table03 td.rankinginfo {
	text-align: left;
	vertical-align: top;
}

.cps-post-main table.cps-table03 td img {
	display: block;
	margin: 0 auto;
	margin-bottom: 0 !important;
	margin-top: 0px;
	padding-bottom: 0;
	padding-top: 0;
}

.cps-post-main table.cps-table03 img.star {
	display: block;
	height: auto;
	width: 130px;
}

.cps-post-main table.cps-table03 td.rankinginfo {
	width: 70% !important;
}

.cps-post-main .ranking01,
.cps-post-main .ranking02,
.cps-post-main .ranking03 {
	display: block;
	margin-top: 40px;
}

.cps-post-main .ranking01 .ranking-title01,
.cps-post-main .ranking01 .ranking-title02,
.cps-post-main .ranking01 .ranking-title03,
.cps-post-main .ranking01 .ranking-title04,
.cps-post-main .ranking02 .ranking-title01,
.cps-post-main .ranking02 .ranking-title02,
.cps-post-main .ranking02 .ranking-title03,
.cps-post-main .ranking02 .ranking-title04,
.cps-post-main .ranking03 .ranking-title01,
.cps-post-main .ranking03 .ranking-title02,
.cps-post-main .ranking03 .ranking-title03,
.cps-post-main .ranking03 .ranking-title04 {
	border-bottom: 1px solid;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 20px;
	padding-left: 75px;
	position: relative;
}

.cps-post-main .ranking01 .ranking-title01 img,
.cps-post-main .ranking01 .ranking-title02 img,
.cps-post-main .ranking01 .ranking-title03 img,
.cps-post-main .ranking01 .ranking-title04 img,
.cps-post-main .ranking02 .ranking-title01 img,
.cps-post-main .ranking02 .ranking-title02 img,
.cps-post-main .ranking02 .ranking-title03 img,
.cps-post-main .ranking02 .ranking-title04 img,
.cps-post-main .ranking03 .ranking-title01 img,
.cps-post-main .ranking03 .ranking-title02 img,
.cps-post-main .ranking03 .ranking-title03 img,
.cps-post-main .ranking03 .ranking-title04 img {
	height: auto;
	position: absolute;
}

.cps-post-main .ranking01 .ranking-title01 img.ranking-number,
.cps-post-main .ranking01 .ranking-title02 img.ranking-number,
.cps-post-main .ranking01 .ranking-title03 img.ranking-number,
.cps-post-main .ranking01 .ranking-title04 img.ranking-number,
.cps-post-main .ranking02 .ranking-title01 img.ranking-number,
.cps-post-main .ranking02 .ranking-title02 img.ranking-number,
.cps-post-main .ranking02 .ranking-title03 img.ranking-number,
.cps-post-main .ranking02 .ranking-title04 img.ranking-number,
.cps-post-main .ranking03 .ranking-title01 img.ranking-number,
.cps-post-main .ranking03 .ranking-title02 img.ranking-number,
.cps-post-main .ranking03 .ranking-title03 img.ranking-number,
.cps-post-main .ranking03 .ranking-title04 img.ranking-number {
	bottom: -15px;
	left: 5px;
	width: 65px;
}

.cps-post-main .ranking01 .ranking-title01 img.ranking-number-girly,
.cps-post-main .ranking01 .ranking-title02 img.ranking-number-girly,
.cps-post-main .ranking01 .ranking-title03 img.ranking-number-girly,
.cps-post-main .ranking01 .ranking-title04 img.ranking-number-girly,
.cps-post-main .ranking02 .ranking-title01 img.ranking-number-girly,
.cps-post-main .ranking02 .ranking-title02 img.ranking-number-girly,
.cps-post-main .ranking02 .ranking-title03 img.ranking-number-girly,
.cps-post-main .ranking02 .ranking-title04 img.ranking-number-girly,
.cps-post-main .ranking03 .ranking-title01 img.ranking-number-girly,
.cps-post-main .ranking03 .ranking-title02 img.ranking-number-girly,
.cps-post-main .ranking03 .ranking-title03 img.ranking-number-girly,
.cps-post-main .ranking03 .ranking-title04 img.ranking-number-girly {
	bottom: -17px;
	left: 5px;
	width: 65px;
}

.cps-post-main .ranking01 .ranking-title01 img.ranking-number-rich,
.cps-post-main .ranking01 .ranking-title02 img.ranking-number-rich,
.cps-post-main .ranking01 .ranking-title03 img.ranking-number-rich,
.cps-post-main .ranking01 .ranking-title04 img.ranking-number-rich,
.cps-post-main .ranking02 .ranking-title01 img.ranking-number-rich,
.cps-post-main .ranking02 .ranking-title02 img.ranking-number-rich,
.cps-post-main .ranking02 .ranking-title03 img.ranking-number-rich,
.cps-post-main .ranking02 .ranking-title04 img.ranking-number-rich,
.cps-post-main .ranking03 .ranking-title01 img.ranking-number-rich,
.cps-post-main .ranking03 .ranking-title02 img.ranking-number-rich,
.cps-post-main .ranking03 .ranking-title03 img.ranking-number-rich,
.cps-post-main .ranking03 .ranking-title04 img.ranking-number-rich {
	bottom: -38px;
	left: 10px;
	width: 50px;
}

.cps-post-main .ranking01 .ranking-title01,
.cps-post-main .ranking02 .ranking-title01,
.cps-post-main .ranking03 .ranking-title01 {
	border-color: #ffcf24;
}

.cps-post-main .ranking01 .ranking-title02,
.cps-post-main .ranking02 .ranking-title02,
.cps-post-main .ranking03 .ranking-title02 {
	border-color: #a0a9b1;
}

.cps-post-main .ranking01 .ranking-title03,
.cps-post-main .ranking02 .ranking-title03,
.cps-post-main .ranking03 .ranking-title03 {
	border-color: #b26a2b;
}

.cps-post-main .ranking01 .ranking-title04,
.cps-post-main .ranking02 .ranking-title04,
.cps-post-main .ranking03 .ranking-title04 {
	border-color: #acd7ea;
}

.cps-post-main .ranking01 .ranking-img01,
.cps-post-main .ranking01 .ranking-img02,
.cps-post-main .ranking01 .ranking-img03,
.cps-post-main .ranking01 .ranking-img04,
.cps-post-main .ranking02 .ranking-img01,
.cps-post-main .ranking02 .ranking-img02,
.cps-post-main .ranking02 .ranking-img03,
.cps-post-main .ranking02 .ranking-img04,
.cps-post-main .ranking03 .ranking-img01,
.cps-post-main .ranking03 .ranking-img02,
.cps-post-main .ranking03 .ranking-img03,
.cps-post-main .ranking03 .ranking-img04 {
	display: block;
	float: left;
	height: auto;
	margin-right: 20px;
	width: 300px;
}

.cps-post-main .ranking01 .ranking-img01 img,
.cps-post-main .ranking01 .ranking-img02 img,
.cps-post-main .ranking01 .ranking-img03 img,
.cps-post-main .ranking01 .ranking-img04 img,
.cps-post-main .ranking02 .ranking-img01 img,
.cps-post-main .ranking02 .ranking-img02 img,
.cps-post-main .ranking02 .ranking-img03 img,
.cps-post-main .ranking02 .ranking-img04 img,
.cps-post-main .ranking03 .ranking-img01 img,
.cps-post-main .ranking03 .ranking-img02 img,
.cps-post-main .ranking03 .ranking-img03 img,
.cps-post-main .ranking03 .ranking-img04 img {
	display: block;
	height: auto;
	max-width: 100%;
}

.cps-post-main .ranking01 .ranking-img01 br,
.cps-post-main .ranking01 .ranking-img01 img[width="1"],
.cps-post-main .ranking01 .ranking-img02 br,
.cps-post-main .ranking01 .ranking-img02 img[width="1"],
.cps-post-main .ranking01 .ranking-img03 br,
.cps-post-main .ranking01 .ranking-img03 img[width="1"],
.cps-post-main .ranking01 .ranking-img04 br,
.cps-post-main .ranking01 .ranking-img04 img[width="1"],
.cps-post-main .ranking02 .ranking-img01 br,
.cps-post-main .ranking02 .ranking-img01 img[width="1"],
.cps-post-main .ranking02 .ranking-img02 br,
.cps-post-main .ranking02 .ranking-img02 img[width="1"],
.cps-post-main .ranking02 .ranking-img03 br,
.cps-post-main .ranking02 .ranking-img03 img[width="1"],
.cps-post-main .ranking02 .ranking-img04 br,
.cps-post-main .ranking02 .ranking-img04 img[width="1"],
.cps-post-main .ranking03 .ranking-img01 br,
.cps-post-main .ranking03 .ranking-img01 img[width="1"],
.cps-post-main .ranking03 .ranking-img02 br,
.cps-post-main .ranking03 .ranking-img02 img[width="1"],
.cps-post-main .ranking03 .ranking-img03 br,
.cps-post-main .ranking03 .ranking-img03 img[width="1"],
.cps-post-main .ranking03 .ranking-img04 br,
.cps-post-main .ranking03 .ranking-img04 img[width="1"] {
	display: none;
}

.cps-post-main .ranking01 .ranking-info01,
.cps-post-main .ranking01 .ranking-info02,
.cps-post-main .ranking01 .ranking-info03,
.cps-post-main .ranking02 .ranking-info01,
.cps-post-main .ranking02 .ranking-info02,
.cps-post-main .ranking02 .ranking-info03,
.cps-post-main .ranking03 .ranking-info01,
.cps-post-main .ranking03 .ranking-info02,
.cps-post-main .ranking03 .ranking-info03 {
	display: inline;
}

.cps-post-main .ranking01 .clearfix,
.cps-post-main .ranking02 .clearfix,
.cps-post-main .ranking03 .clearfix {
	height: 5px;
}

.cps-post-main .ranking02,
.cps-post-main .ranking03 {
	margin-top: 0px;
}

.cps-post-main .gb-review-table-box .cps-table03 table {
	border: 1px solid #dedede;
	border-collapse: collapse;
	margin-bottom: 30px;
	width: 100%;
}

.cps-post-main .gb-review-table-box .cps-table03 table th,
.cps-post-main .gb-review-table-box .cps-table03 table td {
	border: 1px solid #dedede;
	border-collapse: collapse;
	font-size: 9px;
	font-size: 0.9rem;
	letter-spacing: 0;
	line-height: 12px;
	line-height: 1.2rem;
	vertical-align: middle;
}

.cps-post-main .gb-review-table-box .cps-table03 table th,
.cps-post-main .gb-review-table-box .cps-table03 table tr td:first-child {
	background: #fffaf0;
	font-weight: 500;
	text-align: center;
}

.cps-post-main .gb-review-table-box .cps-table03 table th.ranking-title {
	font-size: 1.1em;
	padding: 12px;
	text-align: left;
}

.cps-post-main .gb-review-table-box .cps-table03 table td {
	padding: 7px 10px;
}

.cps-post-main .gb-review-table-box .cps-table03 table td.rankinginfo {
	text-align: left;
	vertical-align: top;
}

.cps-post-main .gb-review-table-box .cps-table03 table td img {
	display: block;
	margin: 0 auto;
	margin-bottom: 0 !important;
	margin-top: 0px;
	padding-bottom: 0;
	padding-top: 0;
}

.cps-post-main .gb-review-table-box .cps-table03 table img.star {
	height: auto;
	width: 150px;
}

.cps-post-main .gb-review-table-box .cps-table03 table td.rankinginfo {
	width: 70% !important;
}

.cps-post-main .jin-keyboard {
	background: #f6f6f6;
	border: 1px solid #dedede;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px #eee;
	box-shadow: 1px 1px 2px #eee;
	font-size: 0.84em;
	margin: 0 5px;
	padding: 4px 6px;
}

.alignleft {
	margin: 20px auto 20px 0;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.t-aligncenter {
	text-align: center;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
	float: right;
	margin: 0 0 2px 20px;
	padding: 4px;
}

img.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
	padding: 4px;
}

/* ボックスデザイン */

.simple-box1 {
	border: 3px solid #eee;
	border-radius: 4px;
}

.simple-box2 {
	border: 3px dashed #eee;
	border-radius: 4px;
}

.simple-box3 {
	border: 3px double #eee;
	border-radius: 4px;
	position: relative;
}

.simple-box4 {
	border: 1px solid #eee;
	border-radius: 4px;
	position: relative;
}

.simple-box4:before {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.05;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.simple-box5 {
	border: 1px dashed #aaa;
	border-radius: 4px;
	position: relative;
}

.simple-box5:before {
	background: #f7f7f7;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.05;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.simple-box6 {
	background: #eee;
	border-radius: 4px;
}

.simple-box7 {
	border: 10px solid #aaa;
	border-radius: 4px;
	position: relative;
}

.simple-box7:before {
	background: #f7f7f7;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.simple-box8 {
	border-left: 5px solid #aaa;
	position: relative;
}

.simple-box8:before {
	background: #f7f7f7;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.1;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.simple-box9 {
	position: relative;
}

.simple-box9:before {
	background: #f7f7f7;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.simple-box9:after {
	border-color: #e3e3e3 #e3e3e3 #fff #fff;
	border-style: solid;
	border-width: 0 30px 30px 0;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 0;
}

.kaisetsu-box1 {
	padding-top: 80px !important;
	position: relative;
}

.kaisetsu-box1:before {
	background: #f7f7f7;
	border-radius: 4px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.15;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.kaisetsu-box1-title {
	background: #aaa;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	display: block;
	font-size: 21px;
	font-weight: 500;
	left: 0;
	letter-spacing: 0px !important;
	padding: 12px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.kaisetsu-box2 {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding-top: 80px !important;
	position: relative;
}

.kaisetsu-box2 ol li,
.kaisetsu-box2 ul li {
	border-bottom: 2px dashed #ccc;
	padding-bottom: 9px;
}

.kaisetsu-box2:before {
	background: #f7f7f7;
	border-radius: 4px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.15;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.kaisetsu-box2-title {
	background: #aaa;
	color: #fff;
	display: block;
	font-size: 21px;
	font-weight: 500;
	left: 0;
	letter-spacing: 0px !important;
	padding: 12px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.kaisetsu-box3 {
	background: #369377;
	border: 10px solid #e3b66a;
	border-radius: 1px;
	color: #fff !important;
	padding-top: 80px !important;
	position: relative;
}

.kaisetsu-box3 ol li,
.kaisetsu-box3 ul li {
	border-bottom: 2px solid rgba(255, 255, 255, .21);
	padding-bottom: 9px;
}

.kaisetsu-box3:before {
	background: url(img/bankeshi.png);
	background-size: contain;
	bottom: 0;
	content: "";
	height: 23px;
	position: absolute;
	right: 0;
	width: 57px;
}

.kaisetsu-box3-title {
	color: #fff;
	display: block;
	font-size: 21px;
	font-weight: bold;
	font-weight: 500;
	left: 0;
	letter-spacing: 0px !important;
	padding: 15px 0;
	position: absolute;
	text-align: center;
	top: 15px;
	width: 100%;
}

.kaisetsu-box4 {
	border: 1px solid #aaa;
	border-radius: 4px;
	border-top-left-radius: 0;
	margin-top: 35px !important;
	position: relative;
}

.kaisetsu-box4-title {
	background: #aaa;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	left: -1px;
	letter-spacing: 0px !important;
	line-height: 0;
	padding: 18px 15px;
	position: absolute;
	top: -36px;
}

.kaisetsu-box5 {
	border-radius: 4px;
	margin-top: 20px !important;
	padding-top: 30px !important;
	position: relative;
}

.kaisetsu-box5:before {
	background: #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.12;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.kaisetsu-box5-title {
	background: #aaa;
	border-radius: 2px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	left: 20px;
	letter-spacing: 0px !important;
	line-height: 0;
	padding: 18px 15px;
	position: absolute;
	top: -18px;
}

.concept-box1,
.concept-box2,
.concept-box3,
.concept-box4,
.concept-box5,
.concept-box6 {
	border: 1px solid #eee;
	border-radius: 4px;
	margin-top: 30px !important;
	padding-top: 30px !important;
	position: relative;
}

.concept-box1:before,
.concept-box2:before,
.concept-box3:before,
.concept-box4:before,
.concept-box5:before,
.concept-box6:before {
	background: #fff;
	color: #555;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 0;
	padding: 20px 8px 20px 51px;
	position: absolute;
	top: -21px;
}

.concept-box1:after,
.concept-box2:after,
.concept-box3:after,
.concept-box4:after,
.concept-box5:after,
.concept-box6:after { /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #aaa;
	border: 5px solid #fff;
	border-radius: 40px;
	color: #fff;
	font-family: "jin-icons";
	font-size: 14px;
	height: 16px;
	left: 20px;
	padding-bottom: 17px;
	padding-left: 12px;
	padding-right: 18px;
	padding-top: 13px;
	position: absolute;
	text-align: center;
	top: -28px;
	width: 16px;
}

.concept-box1:before {
	content: "ポイント";
}

.concept-box1:after {
	content: "\e90b";
}

.concept-box2:before {
	content: "注意点";
}

.concept-box2:after {
	content: "\e909";
	line-height: 1.3;
}

.concept-box3:before {
	content: "良い例";
}

.concept-box3:after {
	content: "\e91d";
	line-height: 1.5;
}

.concept-box4:before {
	content: "悪い例";
}

.concept-box4:after {
	content: "\e905";
	line-height: 1.5;
}

.concept-box5:before {
	content: "参考";
}

.concept-box5:after {
	content: "\e906";
	line-height: 1.5;
}

.concept-box6:before {
	content: "メモ";
}

.concept-box6:after {
	content: "\e921";
	line-height: 1.5;
}

.innerlink-box1 {
	background: rgba(255, 255, 255, 0);
	border: 1px solid #aaa;
	border-radius: 4px;
	margin-top: 20px !important;
	padding-top: 40px !important;
	position: relative;
}

.innerlink-box1:before {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.04;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.innerlink-box1-title {
	background: red;
	border: 3px solid #aaa;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0;
	padding: 5px 7px 5px 7px;
	position: absolute;
	top: -14px;
}

.innerlink-box1-title .jin-ifont-post {
	color: #fff;
	font-size: 10px;
	margin-right: -1px;
}

.innerlink-box1-title svg,
.innerlink-box1-title path {
	fill: #fff !important;
}

.simple-box1,
.simple-box2,
.simple-box3,
.simple-box4,
.simple-box5,
.simple-box6,
.simple-box7,
.simple-box8,
.simple-box9,
.kaisetsu-box1,
.kaisetsu-box2,
.kaisetsu-box3,
.kaisetsu-box4,
.kaisetsu-box5,
.kaisetsu-box6,
.concept-box1,
.concept-box2,
.concept-box3,
.concept-box4,
.concept-box5,
.concept-box6,
.innerlink-box1 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 25px;
	padding-bottom: 0;
	width: 90%;
}

.simple-box1 P,
.simple-box2 P,
.simple-box3 P,
.simple-box4 P,
.simple-box5 P,
.simple-box6 P,
.simple-box7 P,
.simple-box8 P,
.simple-box9 P,
.kaisetsu-box1 P,
.kaisetsu-box2 P,
.kaisetsu-box3 P,
.kaisetsu-box4 P,
.kaisetsu-box5 P,
.kaisetsu-box6 P,
.concept-box1 P,
.concept-box2 P,
.concept-box3 P,
.concept-box4 P,
.concept-box5 P,
.concept-box6 P,
.innerlink-box1 P {
	padding-bottom: 20px !important;
}

.simple-box1 ol,
.simple-box1 ul,
.simple-box2 ol,
.simple-box2 ul,
.simple-box3 ol,
.simple-box3 ul,
.simple-box4 ol,
.simple-box4 ul,
.simple-box5 ol,
.simple-box5 ul,
.simple-box6 ol,
.simple-box6 ul,
.simple-box7 ol,
.simple-box7 ul,
.simple-box8 ol,
.simple-box8 ul,
.simple-box9 ol,
.simple-box9 ul,
.kaisetsu-box1 ol,
.kaisetsu-box1 ul,
.kaisetsu-box2 ol,
.kaisetsu-box2 ul,
.kaisetsu-box3 ol,
.kaisetsu-box3 ul,
.kaisetsu-box4 ol,
.kaisetsu-box4 ul,
.kaisetsu-box5 ol,
.kaisetsu-box5 ul,
.kaisetsu-box6 ol,
.kaisetsu-box6 ul,
.concept-box1 ol,
.concept-box1 ul,
.concept-box2 ol,
.concept-box2 ul,
.concept-box3 ol,
.concept-box3 ul,
.concept-box4 ol,
.concept-box4 ul,
.concept-box5 ol,
.concept-box5 ul,
.concept-box6 ol,
.concept-box6 ul,
.innerlink-box1 ol,
.innerlink-box1 ul {
	padding-bottom: 30px !important;
	padding-right: 20px;
	padding-top: 0px;
}

.simple-box1 a,
.simple-box2 a,
.simple-box3 a,
.simple-box4 a,
.simple-box5 a,
.simple-box6 a,
.simple-box7 a,
.simple-box8 a,
.simple-box9 a,
.kaisetsu-box1 a,
.kaisetsu-box2 a,
.kaisetsu-box3 a,
.kaisetsu-box4 a,
.kaisetsu-box5 a,
.kaisetsu-box6 a,
.concept-box1 a,
.concept-box2 a,
.concept-box3 a,
.concept-box4 a,
.concept-box5 a,
.concept-box6 a,
.innerlink-box1 a {
	position: relative;
	z-index: 2;
}

.simple-box1 p,
.simple-box2 p,
.simple-box3 p,
.simple-box4 p,
.simple-box5 p,
.simple-box6 p,
.simple-box7 p,
.simple-box8 p,
.simple-box9 p,
.kaisetsu-box1 p,
.kaisetsu-box2 p,
.kaisetsu-box3 p,
.kaisetsu-box4 p,
.kaisetsu-box5 p,
.kaisetsu-box6 p {
	font-size: 1em;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	margin-bottom: 0 !important;
	margin-top: 0;
	padding-top: 0;
}

.simple-box1 ol,
.simple-box1 ul,
.simple-box2 ol,
.simple-box2 ul,
.simple-box3 ol,
.simple-box3 ul,
.simple-box4 ol,
.simple-box4 ul,
.simple-box5 ol,
.simple-box5 ul,
.simple-box6 ol,
.simple-box6 ul,
.simple-box7 ol,
.simple-box7 ul,
.simple-box8 ol,
.simple-box8 ul,
.simple-box9 ol,
.simple-box9 ul,
.kaisetsu-box1 ol,
.kaisetsu-box1 ul,
.kaisetsu-box2 ol,
.kaisetsu-box2 ul,
.kaisetsu-box3 ol,
.kaisetsu-box3 ul,
.kaisetsu-box4 ol,
.kaisetsu-box4 ul,
.kaisetsu-box5 ol,
.kaisetsu-box5 ul,
.kaisetsu-box6 ol,
.kaisetsu-box6 ul {
	padding-bottom: 30px;
	padding-right: 20px;
	padding-top: 10px !important;
}

.concept-box1 p,
.concept-box2 p,
.concept-box3 p,
.concept-box4 p,
.concept-box5 p,
.concept-box6 p,
.innerlink-box1 p {
	font-size: 1em;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

.concept-box1 ol,
.concept-box1 ul,
.concept-box2 ol,
.concept-box2 ul,
.concept-box3 ol,
.concept-box3 ul,
.concept-box4 ol,
.concept-box4 ul,
.concept-box5 ol,
.concept-box5 ul,
.concept-box6 ol,
.concept-box6 ul,
.innerlink-box1 ol,
.innerlink-box1 ul {
	padding-bottom: 30px;
	padding-right: 20px;
	padding-top: 0px;
}

.wp-block-jin-gb-block-box-with-headline .innerlink-box1-title {
	left: 15px;
	padding: 13px;
	top: -15px;
}

/* シンプルボタンデザイン */

.color-button01,
.color-button02,
.color-button01-big,
.color-button02-big {
	letter-spacing: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.color-button01 a,
.color-button02 a,
.color-button01-big a,
.color-button02-big a {
	color: #fff !important;
}

.color-button01-big,
.color-button02-big {
	margin-left: auto;
	margin-right: auto;
}

.top-image-btn-color a,
.color-button01 a,
.color-button02 a {
	border-radius: 6px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	opacity: 1 !important;
	padding: 13px 80px;
	padding-bottom: 12px;
	text-align: center;
	text-decoration: none !important;
}

.color-button01-big a,
.color-button02-big a {
	border-radius: 4px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	max-width: 100% !important;
	padding: 20px 30px;
	text-align: center;
	text-decoration: none !important;
	vertical-align: bottom;
}

.color-button01 img,
.color-button02 img,
.color-button01-big img,
.color-button02-big img {
	display: none;
}

.top-image-btn-color a:hover,
.color-button01 a:hover,
.color-button02 a:hover,
.color-button01-big a:hover,
.color-button02-big a:hover {
	opacity: 1;
	text-decoration: none !important;
}

.top-image-btn-color,
.color-button01,
.color-button02,
.color-button01-big,
.color-button02-big {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.color-button01-big,
.color-button02-big {
	display: block;
}

.top-image-btn-color a,
.color-button01 a,
.color-button01-big a {
	background-color: #ED7B27;
	color: #fff !important;
}

.top-image-btn-color a {
	font-weight: 400 !important;
}

.color-button02 a,
.color-button02-big a {
	background-color: #d9333f;
	color: #fff !important;
}

.top-image-btn-color a:hover,
.color-button01 a:hover,
.color-button02 a:hover,
.color-button01-big a:hover,
.color-button02-big a:hover {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0.9);
	filter: brightness(0.9);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.top-image-btn-color:before,
.color-button01:before,
.color-button02:before,
.color-button01-big:before,
.color-button02-big:before {
	border-radius: 4px;
	bottom: -4px;
	content: "";
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.85" /><feFuncG type="linear" slope="0.85" /><feFuncB type="linear" slope="0.85" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0.85);
	filter: brightness(0.85);
	height: 24px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.top-image-btn-color:before,
.color-button01:before,
.color-button02:before {
	border-radius: 6px;
}

.color-button01-big:before,
.color-button02-big:before {
	height: 100%;
}

.color-button01:before,
.color-button01-big:before {
	background-color: #ED7B27;
}

.color-button02:before,
.color-button02-big:before {
	background-color: #d9333f;
}

.twobutton {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.gb-simple-button-center {
	display: block;
	text-align: center;
}

.gb-two-button-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* アイコンフォント「jin-icons」 */

@font-face {
	src: url("../../font/jin-icons/fonts/jin-icons.ttf?c16tcv") format("truetype"), url("../../font/jin-icons/fonts/jin-icons.woff?c16tcv") format("woff"), url("../../font/jin-icons/fonts/jin-icons.svg?c16tcv#jin-icons") format("svg");
	font-family: "jin-icons";
	font-style: normal;
	font-weight: normal;
}

[class^=jin-ifont-],
[class*=" jin-ifont-"] {
	speak: none; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; /* use !important to prevent issues with browser extensions that change fonts */
	font-family: "jin-icons" !important;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	will-change: transform;
}

[class^=jin-ifont-]:before,
[class*=" jin-ifont-"]:before {
	display: inline-block;
	font-size: 1.1em;
	will-change: transform;
}

.jin-ifont-account:before {
	content: "\e900";
}

.jin-ifont-archive:before {
	content: "\e901";
}

.jin-ifont-arrowcircle:before {
	content: "\e902";
}

.jin-ifont-arrowtop:before {
	content: "\e903";
}

.jin-ifont-arrow:before {
	content: "\e904";
}

.jin-ifont-batu:before {
	content: "\e905";
}

.jin-ifont-book:before {
	content: "\e906";
}

.jin-ifont-bulb:before {
	content: "\e907";
}

.jin-ifont-cart:before {
	content: "\e908";
}

.jin-ifont-caution:before {
	content: "\e909";
}

.jin-ifont-checkcircle:before {
	content: "\e90a";
}

.jin-ifont-check:before {
	content: "\e90b";
}

.jin-ifont-clipboard:before {
	content: "\e90c";
}

.jin-ifont-comment:before {
	content: "\e90d";
}

.jin-ifont-copy:before {
	content: "\e90e";
}

.jin-ifont-crown:before {
	content: "\e90f";
}

.jin-ifont-arrowdouble:before {
	content: "\e910";
}

.jin-ifont-droppin:before {
	content: "\e911";
}

.jin-ifont-facebook:before {
	content: "\e912";
}

.jin-ifont-flag:before {
	content: "\e913";
}

.jin-ifont-folder:before {
	content: "\e914";
}

.jin-ifont-gear:before {
	content: "\e915";
}

.jin-ifont-heart:before {
	content: "\e916";
}

.jin-ifont-home:before {
	content: "\e917";
}

.jin-ifont-information:before {
	content: "\e918";
}

.jin-ifont-instagram:before {
	content: "\e919";
}

.jin-ifont-like:before {
	content: "\e91a";
}

.jin-ifont-line:before {
	content: "\e91b";
}

.jin-ifont-mail:before {
	content: "\e91c";
}

.jin-ifont-maru:before {
	content: "\e91d";
}

.jin-ifont-mobile:before {
	content: "\e91e";
}

.jin-ifont-navi:before {
	content: "\e91f";
}

.jin-ifont-pc:before {
	content: "\e920";
}

.jin-ifont-pencil:before {
	content: "\e921";
}

.jin-ifont-plus:before {
	content: "\e922";
}

.jin-ifont-question:before {
	content: "\e923";
}

.jin-ifont-quote:before {
	content: "\e924";
}

.jin-ifont-relatedpost:before {
	content: "\e925";
}

.jin-ifont-reload:before {
	content: "\e926";
}

.jin-ifont-reply:before {
	content: "\e927";
}

.jin-ifont-speaker:before {
	content: "\e928";
}

.jin-ifont-starblank:before {
	content: "\e929";
}

.jin-ifont-starhalf:before {
	content: "\e92a";
}

.jin-ifont-star:before {
	content: "\e92b";
}

.jin-ifont-tag:before {
	content: "\e92c";
}

.jin-ifont-twitter:before {
	content: "\e92d";
}

.jin-ifont-unlike:before {
	content: "\e92e";
}

.jin-ifont-watch:before {
	content: "\e92f";
}

.jin-ifont-youtube:before {
	content: "\e930";
}

.jin-ifont-search:before {
	content: "\e931";
}

.jin-ifont-arrowbottom:before {
	content: "\e932";
}

.jin-ifont-arrowleft:before {
	content: "\e933";
}

.jin-ifont-blogtext:before {
	content: "\e934";
}

.jin-ifont-clover:before {
	content: "\e935";
}

.jin-ifont-post:before {
	content: "\e936";
}

.jin-ifont-facebook-t:before {
	content: "\e937";
}

.jin-ifont-pocket:before {
	content: "\e938";
}

.jin-ifont-bookmark:before {
	content: "\e939";
}

.jin-ifont-copyright:before {
	content: "\e93a";
}

.jin-ifont-inazuma:before {
	content: "\e93b";
}

.jin-ifont-share:before {
	content: "\e93c";
}

.jin-ifont-spanner:before {
	content: "\e93d";
}

.jin-ifont-books:before {
	content: "\e93e";
}

.jin-ifont-calendar:before {
	content: "\e93f";
}

.jin-ifont-coin:before {
	content: "\e940";
}

.jin-ifont-illust:before {
	content: "\e941";
}

.jin-ifont-lock:before {
	content: "\e942";
}

.jin-ifont-mailsend:before {
	content: "\e943";
}

.jin-ifont-movie:before {
	content: "\e944";
}

.jin-ifont-photo:before {
	content: "\e945";
}

.jin-ifont-program:before {
	content: "\e946";
}

.jin-ifont-website:before {
	content: "\e947";
}

.jin-ifont-writer:before {
	content: "\e948";
}

.jin-ifont-coincover:before {
	content: "\e949";
}

.jin-ifont-airline:before {
	content: "\e94a";
}

.jin-ifont-arrowbcircle:before {
	content: "\e94b";
}

.jin-ifont-arrowb:before {
	content: "\e94c";
}

.jin-ifont-arrowclear:before {
	content: "\e94d";
}

.jin-ifont-arrowsquare:before {
	content: "\e94e";
}

.jin-ifont-baby:before {
	content: "\e94f";
}

.jin-ifont-bike:before {
	content: "\e950";
}

.jin-ifont-birthdaycake:before {
	content: "\e951";
}

.jin-ifont-bitcoin:before {
	content: "\e952";
}

.jin-ifont-bitcoinwallet:before {
	content: "\e953";
}

.jin-ifont-bookopen:before {
	content: "\e954";
}

.jin-ifont-bottoms:before {
	content: "\e955";
}

.jin-ifont-cafe:before {
	content: "\e956";
}

.jin-ifont-camera:before {
	content: "\e957";
}

.jin-ifont-car:before {
	content: "\e958";
}

.jin-ifont-cardboardbox3:before {
	content: "\e959";
}

.jin-ifont-cardboardbox:before {
	content: "\e95a";
}

.jin-ifont-cat:before {
	content: "\e95b";
}

.jin-ifont-chick:before {
	content: "\e95c";
}

.jin-ifont-conditioner:before {
	content: "\e95d";
}

.jin-ifont-cosme:before {
	content: "\e95e";
}

.jin-ifont-couple:before {
	content: "\e95f";
}

.jin-ifont-creditcard:before {
	content: "\e960";
}

.jin-ifont-datsumou:before {
	content: "\e961";
}

.jin-ifont-diamond:before {
	content: "\e962";
}

.jin-ifont-dinner:before {
	content: "\e963";
}

.jin-ifont-dog:before {
	content: "\e964";
}

.jin-ifont-download:before {
	content: "\e965";
}

.jin-ifont-drag:before {
	content: "\e966";
}

.jin-ifont-dumbbell:before {
	content: "\e967";
}

.jin-ifont-earphone:before {
	content: "\e968";
}

.jin-ifont-female:before {
	content: "\e969";
}

.jin-ifont-flower:before {
	content: "\e96a";
}

.jin-ifont-folkspoon:before {
	content: "\e96b";
}

.jin-ifont-game:before {
	content: "\e96c";
}

.jin-ifont-girl:before {
	content: "\e96d";
}

.jin-ifont-graph:before {
	content: "\e96e";
}

.jin-ifont-handbag:before {
	content: "\e96f";
}

.jin-ifont-headphone:before {
	content: "\e970";
}

.jin-ifont-homewifi:before {
	content: "\e971";
}

.jin-ifont-kid:before {
	content: "\e972";
}

.jin-ifont-kirakira:before {
	content: "\e973";
}

.jin-ifont-link:before {
	content: "\e974";
}

.jin-ifont-lipstick:before {
	content: "\e975";
}

.jin-ifont-makeup:before {
	content: "\e976";
}

.jin-ifont-male:before {
	content: "\e977";
}

.jin-ifont-malefemale:before {
	content: "\e978";
}

.jin-ifont-moneybag:before {
	content: "\e979";
}

.jin-ifont-moneywallet:before {
	content: "\e97a";
}

.jin-ifont-nikukyu:before {
	content: "\e97b";
}

.jin-ifont-onpu:before {
	content: "\e97c";
}

.jin-ifont-paint:before {
	content: "\e97d";
}

.jin-ifont-petfood:before {
	content: "\e97e";
}

.jin-ifont-plant:before {
	content: "\e97f";
}

.jin-ifont-pocketwifi:before {
	content: "\e980";
}

.jin-ifont-prbadge:before {
	content: "\e981";
}

.jin-ifont-present:before {
	content: "\e982";
}

.jin-ifont-qrpay:before {
	content: "\e983";
}

.jin-ifont-rice:before {
	content: "\e984";
}

.jin-ifont-rpoint:before {
	content: "\e985";
}

.jin-ifont-rucksack:before {
	content: "\e986";
}

.jin-ifont-saving:before {
	content: "\e987";
}

.jin-ifont-scooter:before {
	content: "\e988";
}

.jin-ifont-seedleaf:before {
	content: "\e989";
}

.jin-ifont-shoes:before {
	content: "\e98a";
}

.jin-ifont-simcard:before {
	content: "\e98b";
}

.jin-ifont-skirt:before {
	content: "\e98c";
}

.jin-ifont-smartphone:before {
	content: "\e98d";
}

.jin-ifont-smartspeaker:before {
	content: "\e98e";
}

.jin-ifont-smile:before {
	content: "\e98f";
}

.jin-ifont-sun:before {
	content: "\e990";
}

.jin-ifont-supplement:before {
	content: "\e991";
}

.jin-ifont-supplement2:before {
	content: "\e992";
}

.jin-ifont-tapioka:before {
	content: "\e993";
}

.jin-ifont-telephone:before {
	content: "\e994";
}

.jin-ifont-tops:before {
	content: "\e995";
}

.jin-ifont-trade:before {
	content: "\e996";
}

.jin-ifont-video:before {
	content: "\e997";
}

.jin-ifont-weddingring:before {
	content: "\e998";
}

.jin-ifont-weightscale:before {
	content: "\e999";
}

.jin-ifont-wifi:before {
	content: "\e99a";
}

.jin-ifont-wirelessearphone:before {
	content: "\e99b";
}

.jin-ifont-answertxt:before {
	content: "\e99c";
}

.jin-ifont-questiontxt:before {
	content: "\e99d";
}

.jin-ifont-starcircle:before {
	content: "\e99e";
}

.jin-ifont-fire:before {
	content: "\e99f";
}

.jin-ifont-hamburger:before {
	content: "\e9a0";
}

.jin-ifont-fish:before {
	content: "\e9a1";
}

.jin-ifont-heartcircle:before {
	content: "\e9a2";
}

.jin-ifont-hourglass:before {
	content: "\e9a3";
}

.jin-ifont-rss:before {
	content: "\e9a4";
}

.jin-ifont-leaf:before {
	content: "\e9a5";
}

.jin-ifont-moon:before {
	content: "\e9a6";
}

.jin-ifont-plug:before {
	content: "\e9a7";
}

.jin-ifont-rocket:before {
	content: "\e9a8";
}

.jin-ifont-sailing:before {
	content: "\e9a9";
}

.jin-ifont-slash:before {
	content: "\e9aa";
}

.jin-ifont-timer:before {
	content: "\e9ac";
}

.jin-ifont-tv:before {
	content: "\e9ad";
}

.jin-ifont-videocamera:before {
	content: "\e9ae";
}

.jin-ifont-wine:before {
	content: "\e9af";
}

.jin-ifont-anchor:before {
	content: "\e9b0";
}

.jin-ifont-aqua:before {
	content: "\e9b1";
}

.jin-ifont-backslash:before {
	content: "\e9b2";
}

.jin-ifont-badge:before {
	content: "\e9b4";
}

.jin-ifont-baseball:before {
	content: "\e9b5";
}

.jin-ifont-basket:before {
	content: "\e9b6";
}

.jin-ifont-basketball:before {
	content: "\e9b7";
}

.jin-ifont-beachparasol:before {
	content: "\e9b8";
}

.jin-ifont-businessman:before {
	content: "\e9b9";
}

.jin-ifont-cameraretro:before {
	content: "\e9ba";
}

.jin-ifont-carrot:before {
	content: "\e9bb";
}

.jin-ifont-compass:before {
	content: "\e9bc";
}

.jin-ifont-dollar:before {
	content: "\e9bd";
}

.jin-ifont-academic:before {
	content: "\e9be";
}

.jin-ifont-bell:before {
	content: "\e9bf";
}

.jin-ifont-circle:before {
	content: "\e9c0";
}

.jin-ifont-camp:before {
	content: "\e9c1";
}

.jin-ifont-drier:before {
	content: "\e9c2";
}

.jin-ifont-fingerbottom:before {
	content: "\e9c3";
}

.jin-ifont-fingerright:before {
	content: "\e9c4";
}

.jin-ifont-key:before {
	content: "\e9c5";
}

.jin-ifont-number1square:before {
	content: "\e9c6";
}

.jin-ifont-number2square:before {
	content: "\e9c7";
}

.jin-ifont-number3square:before {
	content: "\e9c8";
}

.jin-ifont-number4square:before {
	content: "\e9c9";
}

.jin-ifont-number5square:before {
	content: "\e9ca";
}

.jin-ifont-number6square:before {
	content: "\e9cb";
}

.jin-ifont-number7square:before {
	content: "\e9cc";
}

.jin-ifont-number8square:before {
	content: "\e9cd";
}

.jin-ifont-number9square:before {
	content: "\e9ce";
}

.jin-ifont-number10square:before {
	content: "\e9cf";
}

.jin-ifont-number1circle:before {
	content: "\e9d0";
}

.jin-ifont-number2circle:before {
	content: "\e9d1";
}

.jin-ifont-number3circle:before {
	content: "\e9d2";
}

.jin-ifont-number4circle:before {
	content: "\e9d3";
}

.jin-ifont-number5circle:before {
	content: "\e9d4";
}

.jin-ifont-number6circle:before {
	content: "\e9d5";
}

.jin-ifont-number7circle:before {
	content: "\e9d6";
}

.jin-ifont-number8circle:before {
	content: "\e9d7";
}

.jin-ifont-number9circle:before {
	content: "\e9d8";
}

.jin-ifont-number10circle:before {
	content: "\e9d9";
}

.jin-ifont-answerbox:before {
	content: "\e9da";
}

.jin-ifont-questionbox:before {
	content: "\e9db";
}

.jin-ifont-wordpress:before {
	content: "\e9dc";
}

.jin-ifont-pinterest:before {
	content: "\e9dd";
}

.jin-ifont-amazon:before {
	content: "\e9de";
}

.jin-ifont-human:before {
	content: "\e9df";
}

.jin-ifont-arrow-circle:before {
	content: "\e902";
}

.jin-ifont-check-circle:before {
	content: "\e90a";
}

.jin-ifont-arrow-b-circle:before {
	content: "\e94b";
}

.jin-ifont-arrow-b:before {
	content: "\e94c";
}

.jin-ifont-arrow-top:before {
	content: "\e903";
}

.jin-ifont-arrow-bottom:before {
	content: "\e932";
}

.jin-ifont-arrow-left:before {
	content: "\e933";
}

/* 絵文字 */

/* For emoji replacement images */

img.emoji {
	background: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	display: inline !important;
	height: 1em !important;
	margin: 0 0.07em !important;
	padding: 0 !important;
	vertical-align: -0.1em !important;
	width: 1em !important;
}

/* H2スタイル */

.h2-style02 h2 {
	border-bottom: 1px solid #ED7B27;
	border-left: 5px solid #ED7B27;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 30px;
	margin-top: 50px;
	padding: 13px 12px 15px;
	position: relative;
}

.h2-style02 h2 :before {
	background: #f6aa01;
	content: "";
	height: 100%;
	left: 0px;
	opacity: 0.05;
	position: absolute;
	top: 0;
	width: 100%;
}

/* H3スタイル */

.h3-style01 h3 {
	border-bottom: 3px solid #ED7B27;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 40px;
	padding: 4px 8px;
}

/* H4スタイル */

.h4-style01 h4 {
	border-left: 2px solid #ED7B27;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
	margin-top: 20px;
	padding: 2px 12px;
}

/* ショートコード */

/*アイコンボックス*/

.jin-icons {
	font-size: 20px;
}

.jin-iconbox {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px;
	padding: 20px;
}

.jin-iconbox ul:last-child,
.jin-iconbox ol:last-child {
	margin-bottom: 0;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.jin-iconbox ul li:last-child,
.jin-iconbox ol li:last-child {
	margin-bottom: 0 !important;
}

p + .jin-iconbox {
	margin-top: 0;
}

img + .jin-iconbox {
	margin-top: 5px;
}

.jin-iconbox + p,
.jin-iconbox + img {
	padding-top: 10px;
}

.jin-iconbox-icons {
	padding-left: 2px;
	padding-right: 14px;
}

.jin-iconbox-main {
	font-size: 16px;
	line-height: 1.6;
	padding-left: 15px;
}

.yellow-iconbox {
	background-color: #fff9df;
}

.green-iconbox {
	background-color: #e8f9e9;
}

.red-iconbox {
	background-color: #fff0f2;
}

.blue-iconbox {
	background-color: #eef0fa;
}

.yellow--border {
	border-left: 2px dashed #ffe89b;
}

.green--border {
	border-left: 2px dashed #a5edaf;
}

.red--border {
	border-left: 2px dashed #ffd1d1;
}

.blue--border {
	border-left: 2px dashed #d5d9f2;
}

.jin-icon-caution .jin-iconbox-main P,
.jin-icon-star .jin-iconbox-main P,
.jin-icon-bulb .jin-iconbox-main P,
.jin-icon-cart .jin-iconbox-main P,
.jin-icon-speaker .jin-iconbox-main P,
.jin-icon-comment .jin-iconbox-main P,
.jin-icon-checkcircle .jin-iconbox-main P,
.jin-icon-pencil .jin-iconbox-main P,
.jin-icon-like .jin-iconbox-main P,
.jin-icon-information .jin-iconbox-main P,
.jin-icon-gear .jin-iconbox-main P,
.jin-icon-clipboard .jin-iconbox-main P,
.jin-icon-heart .jin-iconbox-main P,
.jin-icon-unlike .jin-iconbox-main P,
.jin-icon-question .jin-iconbox-main P,
.jin-icon-flag .jin-iconbox-main P {
	padding-bottom: 0;
}

.jin-icon-caution .jin-iconbox-main ul,
.jin-icon-caution .jin-iconbox-main ol,
.jin-icon-star .jin-iconbox-main ul,
.jin-icon-star .jin-iconbox-main ol,
.jin-icon-bulb .jin-iconbox-main ul,
.jin-icon-bulb .jin-iconbox-main ol,
.jin-icon-cart .jin-iconbox-main ul,
.jin-icon-cart .jin-iconbox-main ol,
.jin-icon-speaker .jin-iconbox-main ul,
.jin-icon-speaker .jin-iconbox-main ol,
.jin-icon-comment .jin-iconbox-main ul,
.jin-icon-comment .jin-iconbox-main ol,
.jin-icon-checkcircle .jin-iconbox-main ul,
.jin-icon-checkcircle .jin-iconbox-main ol,
.jin-icon-pencil .jin-iconbox-main ul,
.jin-icon-pencil .jin-iconbox-main ol,
.jin-icon-like .jin-iconbox-main ul,
.jin-icon-like .jin-iconbox-main ol,
.jin-icon-information .jin-iconbox-main ul,
.jin-icon-information .jin-iconbox-main ol,
.jin-icon-gear .jin-iconbox-main ul,
.jin-icon-gear .jin-iconbox-main ol,
.jin-icon-clipboard .jin-iconbox-main ul,
.jin-icon-clipboard .jin-iconbox-main ol,
.jin-icon-heart .jin-iconbox-main ul,
.jin-icon-heart .jin-iconbox-main ol,
.jin-icon-unlike .jin-iconbox-main ul,
.jin-icon-unlike .jin-iconbox-main ol,
.jin-icon-question .jin-iconbox-main ul,
.jin-icon-question .jin-iconbox-main ol,
.jin-icon-flag .jin-iconbox-main ul,
.jin-icon-flag .jin-iconbox-main ol {
	padding: 15px 0;
}

.jin-icon-caution,
.jin-icon-star,
.jin-icon-bulb,
.jin-icon-cart {
	background-color: #fff9df;
}

.jin-icon-caution .jin-iconbox-main,
.jin-icon-star .jin-iconbox-main,
.jin-icon-bulb .jin-iconbox-main,
.jin-icon-cart .jin-iconbox-main {
	border-left: 2px dashed #ffe89b;
}

.jin-icon-speaker,
.jin-icon-comment,
.jin-icon-checkcircle,
.jin-icon-pencil {
	background-color: #e8f9e9;
}

.jin-icon-speaker .jin-iconbox-main,
.jin-icon-comment .jin-iconbox-main,
.jin-icon-checkcircle .jin-iconbox-main,
.jin-icon-pencil .jin-iconbox-main {
	border-left: 2px dashed #a5edaf;
}

.jin-icon-like,
.jin-icon-information,
.jin-icon-gear,
.jin-icon-clipboard {
	background-color: #eef0fa;
}

.jin-icon-like .jin-iconbox-main,
.jin-icon-information .jin-iconbox-main,
.jin-icon-gear .jin-iconbox-main,
.jin-icon-clipboard .jin-iconbox-main {
	border-left: 2px dashed #d5d9f2;
}

.jin-icon-heart,
.jin-icon-unlike,
.jin-icon-question,
.jin-icon-flag {
	background-color: #fff0f2;
}

.jin-icon-heart .jin-iconbox-main,
.jin-icon-unlike .jin-iconbox-main,
.jin-icon-question .jin-iconbox-main,
.jin-icon-flag .jin-iconbox-main {
	border-left: 2px dashed #ffd1d1;
}

.jin-iconbox-icons { /*グリーンアイコン*/ /*ブルーアイコン*/ /*レッドアイコン*/
}

.jin-iconbox-icons .jin-icons {
	vertical-align: middle;
}

.jin-iconbox-icons .jin-icons:before {
	padding-bottom: 3px;
}

.jin-iconbox-icons .jin-ifont-star.jin-icons,
.jin-iconbox-icons .jin-ifont-bulb.jin-icons,
.jin-iconbox-icons .jin-ifont-cart.jin-icons,
.jin-iconbox-icons .jin-ifont-caution.jin-icons {
	color: #ffbf0e;
}

.jin-iconbox-icons .jin-ifont-checkcircle.jin-icons,
.jin-iconbox-icons .jin-ifont-comment.jin-icons,
.jin-iconbox-icons .jin-ifont-pencil.jin-icons,
.jin-iconbox-icons .jin-ifont-speaker.jin-icons {
	color: #05b483;
}

.jin-iconbox-icons .jin-ifont-information.jin-icons,
.jin-iconbox-icons .jin-ifont-gear.jin-icons,
.jin-iconbox-icons .jin-ifont-clipboard.jin-icons,
.jin-iconbox-icons .jin-ifont-like.jin-icons {
	color: #2f387c;
}

.jin-iconbox-icons .jin-ifont-question.jin-icons,
.jin-iconbox-icons .jin-ifont-flag.jin-icons,
.jin-iconbox-icons .jin-ifont-unlike.jin-icons,
.jin-iconbox-icons .jin-ifont-heart.jin-icons {
	color: #f13d54;
}

.jin-iconbox-icons .fa-twitter.jin-icons {
	color: #0f1419;
}

.jin-iconbox-icons .fa-bitcoin.jin-icons,
.jin-iconbox-icons .fa-amazon.jin-icons {
	color: #ff9902;
}

.jin-iconbox-icons .fa-facebook-square.jin-icons {
	color: #3b469c;
}

.jin-iconbox-icons .fa-instagram.jin-icons {
	color: #c92670;
}

.jin-iconbox-icons .fa-line.jin-icons {
	color: #00b901;
}

/*カラム分け*/

.jin-2column,
.jin-3column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.jin-2column p,
.jin-3column p {
	padding-bottom: 0 !important;
}

.jin-2column .color-button01,
.jin-2column .color-button02 {
	margin-top: 20px;
}

.jin-3column .color-button01,
.jin-3column .color-button02 {
	margin-top: 20px;
}

.jin-2column-left,
.jin-2column-right {
	padding: 20px;
	width: 49.2%;
}

.jin-3column-left,
.jin-3column-center,
.jin-3column-right {
	padding: 20px;
	width: 32.2%;
}

.jin-3column-left.col-nocolor,
.jin-3column-center.col-nocolor,
.jin-3column-right.col-nocolor,
.jin-2column-left.col-nocolor,
.jin-2column-right.col-nocolor {
	padding: 10px !important;
}

/*画像加工*/

.jin-img-shadow-on img {
	-webkit-box-shadow: 0px 0px 5px 3px #eee;
	box-shadow: 0px 0px 5px 3px #eee;
}

.jin-img-radius-on img {
	border-radius: 500px;
}

.jin-img-border-on img {
	border: 3px solid #eee;
}

.jin-img-shadow img {
	-webkit-box-shadow: 0px 3px 7px 1px #bbb;
	box-shadow: 0px 3px 7px 1px #bbb;
}

.jin-img-kadomaru img {
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 6px 1px #bbb;
	box-shadow: 0px 3px 6px 1px #bbb;
}

.jin-img-waku img {
	border-top: 1px solid #f3f3f3;
	-webkit-box-shadow: 0px 4px 6px 1px #ccc;
	box-shadow: 0px 4px 6px 1px #ccc;
	padding: 10px;
}

.jin-img-maruwaku img {
	border-radius: 999px;
	border-top: 1px solid #f3f3f3;
	-webkit-box-shadow: 0px 4px 6px 1px #ccc;
	box-shadow: 0px 4px 6px 1px #ccc;
}

/*　LP用見出し　*/

.jin-lp-h2 h2:before,
.jin-lp-h2 h2:after {
	display: none;
}

.jin-lp-h2 h2 {
	background-color: none !important;
	border: none;
	border-radius: 0;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.jin-lp-h2 h2 {
	display: block !important;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 25px;
	padding-bottom: 10px;
	padding-top: 40px;
	text-align: center;
	text-align: center;
}

.jinlph2-style1 h2:first-letter {
	font-size: 24px;
}

.jinlph2-style2 h2 {
	border-bottom: 2px solid #f7f7f7;
}

.jinlph2-style3 h2 {
	border: 2px solid #f7f7f7;
	margin-top: 30px;
	padding: 20px !important;
}

/*　カラム分けの見出しスタイル　*/

.jincol-h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 25px;
	padding-bottom: 10px;
	text-align: center;
}

.jincolumn-h3style2 {
	border-bottom: 2px solid #ccc;
}

/*　線　*/

.jin-sen {
	padding-bottom: 50px;
	padding-top: 20px;
}

.jin-sen .jin-sen-solid,
.jin-sen .jin-sen-dashed,
.jin-sen .jin-sen-double {
	width: 100%;
}

.jin-sen .jin-sen-solid {
	border-radius: 20px;
	border-top: 3px solid #f7f7f7;
}

.jin-sen .jin-sen-dashed {
	border-top: 3px dashed #f7f7f7;
}

.jin-sen .jin-sen-double {
	border-top: 3px double #f7f7f7;
}

/*　余白　*/

.jin-yohaku10,
.jin-yohaku15,
.jin-yohaku20,
.jin-yohaku25,
.jin-yohaku30,
.jin-yohaku35,
.jin-yohaku40,
.jin-yohaku45,
.jin-yohaku50 {
	width: 100%;
}

.jin-yohaku10 {
	height: 10px;
}

.jin-yohaku15 {
	height: 15px;
}

.jin-yohaku20 {
	height: 20px;
}

.jin-yohaku25 {
	height: 25px;
}

.jin-yohaku30 {
	height: 30px;
}

.jin-yohaku35 {
	height: 35px;
}

.jin-yohaku40 {
	height: 40px;
}

.jin-yohaku45 {
	height: 45px;
}

.jin-yohaku50 {
	height: 50px;
}

/*　付箋　*/

.jin-photo-title .jin-fusen1-down,
.jin-photo-title .jin-fusen1-even,
.jin-photo-title .jin-fusen1-up {
	background: #fff;
	border-left: 20px solid #3b4675;
	-webkit-box-shadow: 2px 2px 5px 1px #f3f3f3;
	box-shadow: 2px 2px 5px 1px #f3f3f3;
	display: inline-block;
	margin: 15px 0;
	padding: 10px 25px 10px 15px;
}

.jin-photo-title .jin-fusen1-down {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

.jin-photo-title .jin-fusen1-up {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.jin-photo-title .jin-fusen2,
.jin-photo-title .jin-fusen3 {
	background: #3b4675;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	margin: 15px 0;
	padding: 10px 20px;
	position: relative;
	z-index: 20;
}

.jin-photo-title .jin-fusen2 {
	border-radius: 2px;
}

.jin-photo-title .jin-fusen2:before,
.jin-photo-title .jin-fusen3:before {
	border-bottom: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid;
	border-top-color: #3b4675;
	bottom: -9px;
	content: "";
	margin-left: -15px;
	position: absolute;
}

.jin-photo-title .jin-fusen2:before {
	left: 40px;
}

.jin-photo-title .jin-fusen3:before {
	left: 45px;
}

.jin-photo-title .jin-fusen1-down,
.jin-photo-title .jin-fusen1-even,
.jin-photo-title .jin-fusen1-up,
.jin-photo-title .jin-fusen2,
.jin-photo-title .jin-fusen3 {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.4;
}

.jic:before {
	display: inline-block !important;
}

.jic-sc {
	line-height: 13;
	margin-left: 3px;
	margin-right: 3px;
}

.jin-code-icon-bulb,
.jin-code-icon-account,
.jin-code-icon-star,
.jin-code-icon-star-half,
.jin-code-icon-star-blank {
	margin-left: 1px;
	margin-right: 1px;
}

/*　ビジュアルボタン　*/

.cps-post-main p + .jin-flexbox {
	margin-top: -40px;
}

.jin-flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jin-flexbox a:hover {
	opacity: 1;
}

.jin-flexbox .jsb-visual-shiny {
	position: relative;
}

.jin-flexbox .jsb-visual-shiny:before {
	-webkit-animation: 3s jin-shiny ease infinite;
	animation: 3s jin-shiny ease infinite;
	background: rgba(255, 255, 255, .5);
	content: "";
	display: block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="30" /></filter></svg>#filter');
	-webkit-filter: blur(30px);
	filter: blur(30px);
	height: 130px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	width: 60px;
}

.jin-flexbox .jsb-visual-float {
	-webkit-animation: 2s jin-float ease infinite;
	animation: 2s jin-float ease infinite;
}

.jin-flexbox .jsb-visual-bound {
	-webkit-animation: 2s jin-bound ease infinite;
	animation: 2s jin-bound ease infinite;
}

.jin-flexbox div:not(.jsb-visual-shiny).jsb-hover-down a,
.jin-flexbox div:not(.jsb-visual-shiny).jsb-hover-up a,
.jin-flexbox div:not(.jsb-visual-shiny).jsb-hover-hop a {
	will-change: transform;
}

.jin-flexbox .jsb-hover-down a:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.jin-flexbox .jsb-hover-up a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.jin-flexbox .jsb-hover-hop a:hover {
	-webkit-box-shadow: 0px 5px 15px -5px #ddd;
	box-shadow: 0px 5px 15px -5px #ddd;
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}

.jin-shortcode-button {
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	will-change: transform;
}

.jin-shortcode-button a {
	background: #54dcef;
	border-radius: 50px;
	-webkit-box-shadow: 0px 5px 15px -5px #ccc;
	box-shadow: 0px 5px 15px -5px #ccc;
	color: #fff !important;
	display: inline-block;
	font-size: 17px;
	margin: 20px 0;
	padding: 19px 80px;
	text-align: center;
	text-decoration: none !important;
}

.gb-two-button-box {
	margin-top: 30px;
	text-align: center;
}

.gb-two-button-box .jin-flexbox {
	display: inline-block;
}

.gb-two-button-box .jin-shortcode-button {
	display: inline;
}

.gb-two-button-box .jin-shortcode-button a {
	padding: 15px 60px;
}

.gb-two-button-box .color-button01,
.gb-two-button-box .color-button02 {
	display: inline-block;
}

.gb-two-button-box .color-button01 a,
.gb-two-button-box .color-button02 a {
	padding: 15px 60px !important;
}

/* 吹き出し */

.balloon-box {
	overflow: hidden;
	padding-bottom: 3px;
	position: relative;
}

.balloon-icon {
	height: 80px;
	margin-bottom: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 80px;
}

.balloon-icon.maru {
	border: 2px solid #eee;
	border-radius: 40px;
}

.icon-name {
	color: #777;
	font-size: 10px;
	position: absolute;
	text-align: center;
	top: 85px;
	width: 80px;
}

.balloon-icon img {
	height: auto;
	margin-bottom: 0 !important;
	width: 80px;
}

.balloon-serif .balloon-content img.star {
	margin-bottom: -3px !important;
	padding-bottom: 1px;
	width: 24%;
}

.balloon-content p:last-of-type {
	padding-bottom: 0 !important;
}

.balloon-left .balloon-icon {
	left: 0;
}

.balloon-left .icon-name {
	left: 0;
}

.balloon-left .balloon-serif {
	float: left;
	margin: 0 105px 40px 105px;
	padding: 0;
	position: relative;
}

.balloon-left .balloon-serif:before {
	border-style: solid;
	border-width: 7px 10px 7px 0;
	content: "";
	display: block;
	height: 0px;
	left: -7px;
	position: absolute;
	top: 16px;
	width: 0px;
	z-index: 3;
}

.balloon-left .balloon-serif:after {
	border-style: solid;
	border-width: 8px 10px 8px 0;
	content: "";
	display: block;
	height: 0px;
	left: -10px;
	position: absolute;
	top: 15px;
	width: 0px;
	z-index: 2;
}

.balloon-left .balloon-serif .balloon-content {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1.6;
	padding: 20px;
	position: relative;
	z-index: 2;
}

.balloon-right .balloon-icon {
	right: 0;
}

.balloon-right .icon-name {
	right: 0;
}

.balloon-right .balloon-serif {
	float: right;
	margin: 0 105px 40px 105px;
	padding: 0;
	position: relative;
}

.balloon-right .balloon-serif:before {
	border-style: solid;
	border-width: 7px 0px 7px 10px;
	content: "";
	display: block;
	height: 0px;
	position: absolute;
	right: -7px;
	top: 16px;
	width: 0px;
	z-index: 3;
}

.balloon-right .balloon-serif:after {
	border-style: solid;
	border-width: 8px 0px 8px 10px;
	content: "";
	display: block;
	height: 0px;
	position: absolute;
	right: -10px;
	top: 15px;
	width: 0px;
	z-index: 2;
}

.balloon-right .balloon-serif .balloon-content {
	border: 2px solid;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1.6;
	padding: 20px;
	position: relative;
	z-index: 2;
}

.balloon-box ol li {
	display: block;
	margin-bottom: 0.15em;
	padding: 1px 0px 5px 25px;
	position: relative;
}

.balloon-box ol li:after {
	border-radius: 11px;
	color: #fff;
	content: counter(li);
	counter-increment: li;
	font-size: 0.65em;
	height: 20px;
	left: 0px;
	padding: 0 0 0 0px;
	position: absolute;
	text-align: center;
	top: 1.2em;
	width: 20px;
}

.balloon-right.balloon-gray .balloon-serif:after,
.balloon-right.has-ccc-ballon .balloon-serif:after {
	border-color: transparent transparent transparent #ccc;
}

.balloon-right.balloon-gray .balloon-content,
.balloon-right.has-ccc-ballon .balloon-content {
	border-color: #ccc;
}

.balloon-left.balloon-gray .balloon-serif:after,
.balloon-left.has-ccc-ballon .balloon-serif:after {
	border-color: transparent #ccc transparent transparent;
}

.balloon-left.balloon-gray .balloon-content,
.balloon-left.has-ccc-ballon .balloon-content {
	border-color: #ccc;
}

.balloon-right.balloon-bg-gray .balloon-serif:before,
.balloon-right.has-efefef-bgballon .balloon-serif:before {
	border-color: transparent transparent transparent #efefef;
}

.balloon-right.balloon-bg-gray .balloon-content,
.balloon-right.has-efefef-bgballon .balloon-content {
	background: #efefef;
}

.balloon-left.balloon-bg-gray .balloon-serif:before,
.balloon-left.has-efefef-bgballon .balloon-serif:before {
	border-color: transparent #efefef transparent transparent;
}

.balloon-left.balloon-bg-gray .balloon-content,
.balloon-left.has-efefef-bgballon .balloon-content {
	background: #efefef;
}

.balloon-right.balloon-blue .balloon-serif:after,
.balloon-right.has-93-d-2-f-0-ballon .balloon-serif:after {
	border-color: transparent transparent transparent #93d2f0;
}

.balloon-right.balloon-blue .balloon-content,
.balloon-right.has-93-d-2-f-0-ballon .balloon-content {
	border-color: #93d2f0;
}

.balloon-left.balloon-blue .balloon-serif:after,
.balloon-left.has-93-d-2-f-0-ballon .balloon-serif:after {
	border-color: transparent #93d2f0 transparent transparent;
}

.balloon-left.balloon-blue .balloon-content,
.balloon-left.has-93-d-2-f-0-ballon .balloon-content {
	border-color: #93d2f0;
}

.balloon-right.balloon-bg-blue .balloon-serif:before,
.balloon-right.has-e-2-f-6-ff-bgballon .balloon-serif:before {
	border-color: transparent transparent transparent #e2f6ff;
}

.balloon-right.balloon-bg-blue .balloon-content,
.balloon-right.has-e-2-f-6-ff-bgballon .balloon-content {
	background: #e2f6ff;
}

.balloon-left.balloon-bg-blue .balloon-serif:before,
.balloon-left.has-e-2-f-6-ff-bgballon .balloon-serif:before {
	border-color: transparent #e2f6ff transparent transparent;
}

.balloon-left.balloon-bg-blue .balloon-content,
.balloon-left.has-e-2-f-6-ff-bgballon .balloon-content {
	background: #e2f6ff;
}

.balloon-right.balloon-red .balloon-serif:after,
.balloon-right.has-f-48789-ballon .balloon-serif:after {
	border-color: transparent transparent transparent #f48789;
}

.balloon-right.balloon-red .balloon-content,
.balloon-right.has-f-48789-ballon .balloon-content {
	border-color: #f48789;
}

.balloon-left.balloon-red .balloon-serif:after,
.balloon-left.has-f-48789-ballon .balloon-serif:after {
	border-color: transparent #f48789 transparent transparent;
}

.balloon-left.balloon-red .balloon-content,
.balloon-left.has-f-48789-ballon .balloon-content {
	border-color: #f48789;
}

.balloon-right.balloon-bg-red .balloon-serif:before,
.balloon-right.has-ffebeb-bgballon .balloon-serif:before {
	border-color: transparent transparent transparent #ffebeb;
}

.balloon-right.balloon-bg-red .balloon-content,
.balloon-right.has-ffebeb-bgballon .balloon-content {
	background: #ffebeb;
}

.balloon-left.balloon-bg-red .balloon-serif:before,
.balloon-left.has-ffebeb-bgballon .balloon-serif:before {
	border-color: transparent #ffebeb transparent transparent;
}

.balloon-left.balloon-bg-red .balloon-content,
.balloon-left.has-ffebeb-bgballon .balloon-content {
	background: #ffebeb;
}

.balloon-right.balloon-green .balloon-serif:after,
.balloon-right.has-9-ddd-93-ballon .balloon-serif:after {
	border-color: transparent transparent transparent #9ddd93;
}

.balloon-right.balloon-green .balloon-content,
.balloon-right.has-9-ddd-93-ballon .balloon-content {
	border-color: #9ddd93;
}

.balloon-left.balloon-green .balloon-serif:after,
.balloon-left.has-9-ddd-93-ballon .balloon-serif:after {
	border-color: transparent #9ddd93 transparent transparent;
}

.balloon-left.balloon-green .balloon-content,
.balloon-left.has-9-ddd-93-ballon .balloon-content {
	border-color: #9ddd93;
}

.balloon-right.balloon-bg-green .balloon-serif:before,
.balloon-right.has-d-1-f-8-c-2-bgballon .balloon-serif:before {
	border-color: transparent transparent transparent #d1f8c2;
}

.balloon-right.balloon-bg-green .balloon-content,
.balloon-right.has-d-1-f-8-c-2-bgballon .balloon-content {
	background: #d1f8c2;
}

.balloon-left.balloon-bg-green .balloon-serif:before,
.balloon-left.has-d-1-f-8-c-2-bgballon .balloon-serif:before {
	border-color: transparent #d1f8c2 transparent transparent;
}

.balloon-left.balloon-bg-green .balloon-content,
.balloon-left.has-d-1-f-8-c-2-bgballon .balloon-content {
	background: #d1f8c2;
}

.balloon-right.balloon-yellow .balloon-serif:after,
.balloon-right.has-ffd-75-e-ballon .balloon-serif:after {
	border-color: transparent transparent transparent #ffd75e;
}

.balloon-right.balloon-yellow .balloon-content,
.balloon-right.has-ffd-75-e-ballon .balloon-content {
	border-color: #ffd75e;
}

.balloon-left.balloon-yellow .balloon-serif:after,
.balloon-left.has-ffd-75-e-ballon .balloon-serif:after {
	border-color: transparent #ffd75e transparent transparent;
}

.balloon-left.balloon-yellow .balloon-content,
.balloon-left.has-ffd-75-e-ballon .balloon-content {
	border-color: #ffd75e;
}

.balloon-right.balloon-bg-yellow .balloon-serif:before,
.balloon-right.has-fff-8-d-1-bgballon .balloon-serif:before {
	border-color: transparent transparent transparent #fff8d1;
}

.balloon-right.balloon-bg-yellow .balloon-content,
.balloon-right.has-fff-8-d-1-bgballon .balloon-content {
	background: #fff8d1;
}

.balloon-left.balloon-bg-yellow .balloon-serif:before,
.balloon-left.has-fff-8-d-1-bgballon .balloon-serif:before {
	border-color: transparent #fff8d1 transparent transparent;
}

.balloon-left.balloon-bg-yellow .balloon-content,
.balloon-left.has-fff-8-d-1-bgballon .balloon-content {
	background: #fff8d1;
}

.balloon-right.balloon-bg-none .balloon-serif:before,
.balloon-right.has-fff-bgballon .balloon-serif:before {
	border-color: transparent transparent transparent #fff;
}

.balloon-right.balloon-bg-none .balloon-content,
.balloon-right.has-fff-bgballon .balloon-content {
	background: #fff;
}

.balloon-left.balloon-bg-none .balloon-serif:before,
.balloon-left.has-fff-bgballon .balloon-serif:before {
	border-color: transparent #fff transparent transparent;
}

.balloon-left.balloon-bg-none .balloon-content,
.balloon-left.has-fff-bgballon .balloon-content {
	background: #fff;
}

.balloon-left.balloon-none .balloon-serif:after,
.balloon-left.balloon-none .balloon-content,
.balloon-right.balloon-none .balloon-serif:after,
.balloon-right.balloon-none .balloon-content,
.balloon-left.has-fff-ballon .balloon-serif:after,
.balloon-left.has-fff-ballon .balloon-content,
.balloon-right.has-fff-ballon .balloon-serif:after,
.balloon-right.has-fff-ballon .balloon-content {
	border-color: transparent;
}

.balloon-left.balloon-none .balloon-serif:before,
.balloon-left.has-fff-ballon .balloon-serif:before {
	left: -9px;
}

.balloon-right.balloon-none .balloon-serif:before,
.balloon-right.has-fff-ballon .balloon-serif:before {
	right: -9px;
}

/*ランキング用の装飾*/

.ranking-number {
	height: auto;
	width: 52px;
}

.ranking-number-girly {
	height: auto;
	width: 50px;
}

.ranking-number-rich {
	height: auto;
	width: 38px;
}

h2 .ranking-number,
h3 .ranking-number {
	float: left;
	height: auto;
	margin-right: 3px;
	margin-top: -3px;
	position: relative;
	width: 52px;
}

h2 .ranking-number-rich,
h3 .ranking-number-rich {
	float: left;
	height: auto;
	margin-right: 3px;
	margin-top: -5px;
	position: relative;
	width: 38px;
	z-index: 1;
}

h2 .ranking-number-girly,
h3 .ranking-number-girly {
	float: left;
	height: auto;
	margin-right: 3px;
	margin-top: -7px;
	position: relative;
	width: 50px;
	z-index: 1;
}

h2 .ranking-number:after,
h3 .ranking-number:after,
h2 .ranking-number-rich:after,
h3 .ranking-number-rich:after,
h2 .ranking-number-girly:after,
h3 .ranking-number-girly:after {
	clear: both;
	content: "";
	position: absolute;
}

.jin-ac-box01,
.jin-ac-box02 {
	margin-bottom: 20px;
}

.jin-ac-box01-title,
.jin-ac-box02-title {
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 6px 0px #dedede;
	box-shadow: 0 2px 6px 0px #dedede;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	padding: 15px 20px;
	padding-right: 55px;
	position: relative;
	z-index: 1;
}

.jin-ac-box01-title::after,
.jin-ac-box02-title::after {
	content: "\e932";
	font-family: "jin-icons";
	position: absolute;
	right: 20px;
	top: 17px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.jin-ac-box02-title {
	padding-left: 55px;
}

.jin-ac-box02-title::before {
	color: #4f5ed2;
	content: "\e99d";
	font-family: "jin-icons";
	font-size: 1.25em;
	left: 20px;
	position: absolute;
	top: 14px;
}

.jin-ac-box02-title::after {
	color: #4f5ed2;
}

.jin-ac-box01-inner,
.jin-ac-box02-inner {
	border-radius: 4px;
	margin-top: 15px;
}

.jin-ac-box01-inner p,
.jin-ac-box02-inner p {
	font-size: 16px;
	line-height: 1.6;
}

.jin-ac-box01-inner {
	background: #f7f7f7;
	padding: 30px 30px 0px 30px;
}

.jin-ac-box02-inner {
	background: #fff5f4;
	padding: 30px 30px 0px 55px;
	position: relative;
}

.jin-ac-box02-inner::before {
	color: #f1487c;
	content: "\e99c";
	font-family: "jin-icons";
	font-size: 1.25em;
	left: 20px;
	position: absolute;
	top: 31px;
}

.jin-ac-box01-inner,
.jin-ac-box02-inner {
	opacity: 0;
	position: absolute;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	visibility: hidden;
}

.jin-ac-box01-inner.open,
.jin-ac-box02-inner.open {
	opacity: 1;
	position: relative;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: visible;
}

.jin-ac-box01-title.open::after,
.jin-ac-box02-title.open::after {
	-webkit-transform: rotate(180deg) translateY(3px);
	transform: rotate(180deg) translateY(3px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/* アイコンフォント「jin-icons」 */

/* アイコンフォント「jin-icons」 */

.widget_nav_menu ul > li > a:before,
.widget_categories ul > li > a:before,
.widget_pages ul > li > a:before,
.widget_recent_entries ul > li > a:before,
.widget_archive ul > li > a:before,
.widget_archive form:after,
.widget_categories form:after,
.widget_nav_menu ul > li > ul.sub-menu > li > a:before,
.widget_categories ul > li > .children > li > a:before,
.widget_pages ul > li > .children > li > a:before,
.widget_nav_menu ul > li > ul.sub-menu > li > ul.sub-menu li > a:before,
.widget_categories ul > li > .children > li > .children li > a:before,
.widget_pages ul > li > .children > li > .children li > a:before {
	color: #f6aa01;
}

.widget_nav_menu ul .sub-menu .sub-menu li a:before {
	background-color: #212121 !important;
}

.d--labeling-act-border {
	border-color: rgba(33, 33, 33, .18);
}

.c--labeling-act.d--labeling-act-solid {
	background-color: rgba(33, 33, 33, .06);
}

.a--labeling-act {
	color: rgba(33, 33, 33, .6);
}

.a--labeling-small-act span {
	background-color: rgba(33, 33, 33, .21);
}

.c--labeling-act.d--labeling-act-strong {
	background-color: rgba(33, 33, 33, .045);
}

.d--labeling-act-strong .a--labeling-act {
	color: rgba(33, 33, 33, .75);
}

#drawernav a:hover,
.post-list-title,
#prev-next p,
#toc_container .toc_list li a {
	color: #212121 !important;
}

#header-box {
	background-color: #f9f9ff;
}

.pickup-contents:before {
	background-color: #f9f9ff !important;
}

.main-image-text {
	color: #555;
}

.main-image-text-sub {
	color: #555;
}

#site-info span a {
	color: #f6aa01 !important;
}

#headmenu .headsns .line a svg {
	fill: #de5e59 !important;
}

#headmenu .headsns a,
#headmenu {
	border-color: #de5e59 !important;
	color: #de5e59 !important;
}

.profile-follow .line-sns a svg {
	fill: #f6aa01 !important;
}

.profile-follow .line-sns a:hover svg {
	fill: #f2a9a9 !important;
}

.profile-follow a {
	border-color: #f6aa01 !important;
	color: #f6aa01 !important;
}

.profile-follow a:hover,
#headmenu .headsns a:hover {
	border-color: #f2a9a9 !important;
	color: #f2a9a9 !important;
}

.search-box:hover {
	border-color: #f2a9a9 !important;
	color: #f2a9a9 !important;
}

#header #headmenu .headsns .line a:hover svg {
	fill: #f2a9a9 !important;
}

.cps-icon-bar,
#navtoggle:checked + .sp-menu-open .cps-icon-bar {
	background-color: #f6aa01;
}

#nav-container {
	background-color: #f6aa01;
}

.menu-box .menu-item svg {
	fill: #ffffff;
}

#drawernav ul.menu-box > li > a,
#drawernav2 ul.menu-box > li > a,
#drawernav3 ul.menu-box > li > a,
#drawernav4 ul.menu-box > li > a,
#drawernav5 ul.menu-box > li > a,
#drawernav ul.menu-box > li.menu-item-has-children:after,
#drawernav2 ul.menu-box > li.menu-item-has-children:after,
#drawernav3 ul.menu-box > li.menu-item-has-children:after,
#drawernav4 ul.menu-box > li.menu-item-has-children:after,
#drawernav5 ul.menu-box > li.menu-item-has-children:after {
	color: #ffffff !important;
}

#drawernav ul.menu-box li a,
#drawernav2 ul.menu-box li a,
#drawernav3 ul.menu-box li a,
#drawernav4 ul.menu-box li a,
#drawernav5 ul.menu-box li a {
	font-size: 14 !important;
}

#drawernav3 ul.menu-box > li {
	color: #212121 !important;
}

#drawernav4 .menu-box > .menu-item > a:after,
#drawernav3 .menu-box > .menu-item > a:after,
#drawernav .menu-box > .menu-item > a:after {
	background-color: #ffffff !important;
}

#drawernav2 .menu-box > .menu-item:hover,
#drawernav5 .menu-box > .menu-item:hover {
	border-top-color: #f6aa01 !important;
}

.cps-info-bar a {
	background-color: #ffcd44 !important;
}

#tab-1:checked ~ .tabBtn-mag li [for=tab-1],
#tab-2:checked ~ .tabBtn-mag li [for=tab-2],
#tab-3:checked ~ .tabBtn-mag li [for=tab-3],
#tab-4:checked ~ .tabBtn-mag li [for=tab-4],
#prev-next a.next:after,
#prev-next a.prev:after,
.more-cat-button a:hover span:before {
	background-color: #f6aa01 !important;
}

.swiper-slide .post-list-cat,
.post-list-mag .post-list-cat,
.post-list-mag3col .post-list-cat,
.post-list-mag-sp1col .post-list-cat,
.swiper-pagination-bullet-active,
.pickup-cat,
.post-list .post-list-cat,
#breadcrumb .bcHome a:hover span:before,
.popular-item:nth-child(1) .pop-num,
.popular-item:nth-child(2) .pop-num,
.popular-item:nth-child(3) .pop-num {
	background-color: #f2a9a9 !important;
}

.sidebar-btn a,
.profile-sns-menu {
	background-color: #f2a9a9 !important;
}

.sp-sns-menu a,
.pickup-contents-box a:hover .pickup-title {
	border-color: #f6aa01 !important;
	color: #f6aa01 !important;
}

.pro-line svg {
	fill: #f6aa01 !important;
}

.cps-post-cat a,
.meta-cat,
.popular-cat {
	background-color: #f2a9a9 !important;
	border-color: #f2a9a9 !important;
}

.tagicon,
.tag-box a,
#toc_container .toc_list > li,
#toc_container .toc_title {
	color: #f6aa01 !important;
}

.widget_tag_cloud a::before {
	color: #212121 !important;
}

.tag-box a,
#toc_container:before {
	border-color: #f6aa01 !important;
}

.cps-post-cat a:hover {
	color: #53bcb5 !important;
}

.pagination li:not([class*=current]) a:hover,
.widget_tag_cloud a:hover {
	background-color: #f6aa01 !important;
}

.pagination li:not([class*=current]) a:hover {
	opacity: 0.5 !important;
}

.pagination li.current a {
	background-color: #f6aa01 !important;
	border-color: #f6aa01 !important;
}

.nextpage a:hover span {
	border-color: #f6aa01 !important;
	color: #f6aa01 !important;
}

.cta-content:before {
	background-color: #f0f7e3 !important;
}

.cta-text,
.info-title {
	color: #877179 !important;
}

#footer-widget-area.footer_style1 .widgettitle {
	border-color: #f2a9a9 !important;
}

.sidebar_style1 .widgettitle,
.sidebar_style5 .widgettitle {
	border-color: #f6aa01 !important;
}

.sidebar_style2 .widgettitle,
.sidebar_style4 .widgettitle,
.sidebar_style6 .widgettitle,
#home-bottom-widget .widgettitle,
#home-top-widget .widgettitle,
#post-bottom-widget .widgettitle,
#post-top-widget .widgettitle {
	background-color: #f6aa01 !important;
}

#home-bottom-widget .widget_search .search-box input[type=submit],
#home-top-widget .widget_search .search-box input[type=submit],
#post-bottom-widget .widget_search .search-box input[type=submit],
#post-top-widget .widget_search .search-box input[type=submit] {
	background-color: #f2a9a9 !important;
}

.tn-logo-size {
	font-size: 240% !important;
}

.sp-logo-size {
	font-size: 120% !important;
}

.sp-logo-size img {
	width: 120% !important;
}

.cps-post-main ul > li:before,
.cps-post-main ol > li:before {
	background-color: #f2a9a9 !important;
}

.profile-card .profile-title {
	background-color: #f6aa01 !important;
}

.profile-card {
	border-color: #f6aa01 !important;
}

.cps-post-main a {
	color: #53bcb5;
}

.cps-post-main .marker {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #fcd25d));
	background: linear-gradient(transparent 80%, #fcd25d 0%);
}

.cps-post-main .marker2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #fcf15d));
	background: linear-gradient(transparent 80%, #fcf15d 0%);
}

.cps-post-main .jic-sc {
	color: #e9546b;
}

.simple-box1 {
	border-color: #68d6cb !important;
}

.simple-box2 {
	border-color: #f2bf7d !important;
}

.simple-box3 {
	border-color: #68d6cb !important;
}

.simple-box4 {
	border-color: #7badd8 !important;
}

.simple-box4:before {
	background-color: #7badd8;
}

.simple-box5 {
	border-color: #e896c7 !important;
}

.simple-box5:before {
	background-color: #e896c7;
}

.simple-box6 {
	background-color: #fffdef !important;
}

.simple-box7 {
	border-color: #def1f9 !important;
}

.simple-box7:before {
	background-color: #def1f9 !important;
}

.simple-box8 {
	border-color: #96ddc1 !important;
}

.simple-box8:before {
	background-color: #96ddc1 !important;
}

.simple-box9:before {
	background-color: #e1c0e8 !important;
}

.simple-box9:after {
	border-color: #e1c0e8 #e1c0e8 #fff #fff !important;
}

.kaisetsu-box1:before,
.kaisetsu-box1-title {
	background-color: #ffb49e !important;
}

.kaisetsu-box2 {
	border-color: #68d6cb !important;
}

.kaisetsu-box2-title {
	background-color: #68d6cb !important;
}

.kaisetsu-box4 {
	border-color: #ea91a9 !important;
}

.kaisetsu-box4-title {
	background-color: #ea91a9 !important;
}

.kaisetsu-box5:before {
	background-color: #57b3ba !important;
}

.kaisetsu-box5-title {
	background-color: #57b3ba !important;
}

.concept-box1 {
	border-color: #85db8f !important;
}

.concept-box1:after {
	background-color: #85db8f !important;
}

.concept-box1:before {
	color: #85db8f !important;
	content: "ここがポイント！" !important;
}

.concept-box2 {
	border-color: #f7cf6a !important;
}

.concept-box2:after {
	background-color: #f7cf6a !important;
}

.concept-box2:before {
	color: #f7cf6a !important;
	content: "ここに注意してね" !important;
}

.concept-box3 {
	border-color: #86cee8 !important;
}

.concept-box3:after {
	background-color: #86cee8 !important;
}

.concept-box3:before {
	color: #86cee8 !important;
	content: "良い例" !important;
}

.concept-box4 {
	border-color: #ed8989 !important;
}

.concept-box4:after {
	background-color: #ed8989 !important;
}

.concept-box4:before {
	color: #ed8989 !important;
	content: "悪い例" !important;
}

.concept-box5 {
	border-color: #9e9e9e !important;
}

.concept-box5:after {
	background-color: #9e9e9e !important;
}

.concept-box5:before {
	color: #9e9e9e !important;
	content: "参考にしてね！" !important;
}

.concept-box6 {
	border-color: #8eaced !important;
}

.concept-box6:after {
	background-color: #8eaced !important;
}

.concept-box6:before {
	color: #8eaced !important;
	content: "メモ" !important;
}

.innerlink-box1,
.blog-card {
	border-color: #68d6cb !important;
}

.innerlink-box1-title {
	background-color: #68d6cb !important;
	border-color: #68d6cb !important;
}

.innerlink-box1:before,
.blog-card-hl-box {
	background-color: #68d6cb !important;
}

.jin-ac-box01-title::after {
	color: #f6aa01;
}

.color-button01 a,
.color-button01 a:hover,
.color-button01:before {
	background-color: #ff7fa1 !important;
}

.top-image-btn-color a,
.top-image-btn-color a:hover,
.top-image-btn-color:before {
	background-color: #ffcd44 !important;
}

.color-button02 a,
.color-button02 a:hover,
.color-button02:before {
	background-color: #68d6cb !important;
}

.color-button01-big a,
.color-button01-big a:hover,
.color-button01-big:before {
	background-color: #68d6cb !important;
}

.color-button01-big a,
.color-button01-big:before {
	border-radius: 5px !important;
}

.color-button01-big a {
	padding-bottom: 20px !important;
	padding-top: 20px !important;
}

.color-button02-big a,
.color-button02-big a:hover,
.color-button02-big:before {
	background-color: #ffca89 !important;
}

.color-button02-big a,
.color-button02-big:before {
	border-radius: 40px !important;
}

.color-button02-big a {
	padding-bottom: 20px !important;
	padding-top: 20px !important;
}

.color-button01-big {
	width: 75% !important;
}

.color-button02-big {
	width: 75% !important;
}

.top-image-btn-color:before,
.color-button01:before,
.color-button02:before,
.color-button01-big:before,
.color-button02-big:before {
	border-radius: 6px;
	bottom: -1px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .25);
	height: 100%;
	left: -1px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 100%;
}

.top-image-btn-color a:hover,
.color-button01 a:hover,
.color-button02 a:hover,
.color-button01-big a:hover,
.color-button02-big a:hover {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.95" /><feFuncG type="linear" slope="0.95" /><feFuncB type="linear" slope="0.95" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0.95);
	filter: brightness(0.95);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.top-image-btn-color:hover:before,
.color-button01:hover:before,
.color-button02:hover:before,
.color-button01-big:hover:before,
.color-button02-big:hover:before {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.h2-style01 h2,
.h2-style02 h2:before,
.h2-style03 h2,
.h2-style04 h2:before,
.h2-style05 h2,
.h2-style07 h2:before,
.h2-style07 h2:after,
.h3-style03 h3:before,
.h3-style02 h3:before,
.h3-style05 h3:before,
.h3-style07 h3:before,
.h2-style08 h2:after,
.h2-style10 h2:before,
.h2-style10 h2:after,
.h3-style02 h3:after,
.h4-style02 h4:before {
	background-color: #f6aa01 !important;
}

.h3-style01 h3,
.h3-style04 h3,
.h3-style05 h3,
.h3-style06 h3,
.h4-style01 h4,
.h2-style02 h2,
.h2-style08 h2,
.h2-style08 h2:before,
.h2-style09 h2,
.h4-style03 h4 {
	border-color: #f6aa01 !important;
}

.h2-style05 h2:before {
	border-top-color: #f6aa01 !important;
}

.h2-style06 h2:before,
.sidebar_style3 .widgettitle:after {
	background-image: linear-gradient(-45deg, transparent 25%, #f6aa01 25%, #f6aa01 50%, transparent 50%, transparent 75%, #f6aa01 75%, #f6aa01);
}

.jin-h2-icons.h2-style02 h2 .jic:before,
.jin-h2-icons.h2-style04 h2 .jic:before,
.jin-h2-icons.h2-style06 h2 .jic:before,
.jin-h2-icons.h2-style07 h2 .jic:before,
.jin-h2-icons.h2-style08 h2 .jic:before,
.jin-h2-icons.h2-style09 h2 .jic:before,
.jin-h2-icons.h2-style10 h2 .jic:before,
.jin-h3-icons.h3-style01 h3 .jic:before,
.jin-h3-icons.h3-style02 h3 .jic:before,
.jin-h3-icons.h3-style03 h3 .jic:before,
.jin-h3-icons.h3-style04 h3 .jic:before,
.jin-h3-icons.h3-style05 h3 .jic:before,
.jin-h3-icons.h3-style06 h3 .jic:before,
.jin-h3-icons.h3-style07 h3 .jic:before,
.jin-h4-icons.h4-style01 h4 .jic:before,
.jin-h4-icons.h4-style02 h4 .jic:before,
.jin-h4-icons.h4-style03 h4 .jic:before,
.jin-h4-icons.h4-style04 h4 .jic:before {
	color: #f6aa01;
}

.jin-lp-h2 h2,
.jin-lp-h2 h2 {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #212121 !important;
}

.jincolumn-h3style2 {
	border-color: #f6aa01 !important;
}

.jinlph2-style1 h2:first-letter {
	color: #f6aa01 !important;
}

.jinlph2-style2 h2,
.jinlph2-style3 h2 {
	border-color: #f6aa01 !important;
}

.jin-photo-title .jin-fusen1-down,
.jin-photo-title .jin-fusen1-even,
.jin-photo-title .jin-fusen1-up {
	border-left-color: #f6aa01;
}

.jin-photo-title .jin-fusen2,
.jin-photo-title .jin-fusen3 {
	background-color: #f6aa01;
}

.jin-photo-title .jin-fusen2:before,
.jin-photo-title .jin-fusen3:before {
	border-top-color: #f6aa01;
}

.has-huge-font-size {
	font-size: 42px !important;
}

.has-large-font-size {
	font-size: 36px !important;
}

.has-medium-font-size {
	font-size: 20px !important;
}

.has-normal-font-size {
	font-size: 16px !important;
}

.has-small-font-size {
	font-size: 13px !important;
}

@media (hover: hover) and (pointer: fine) {

.l-cta__btn-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
}

.l-cta__btn-link:hover {
	background: -webkit-gradient(linear, left top, right top, from(rgba(77, 173, 76, .7)), to(rgba(49, 154, 51, .7)));
	background: linear-gradient(to right, rgba(77, 173, 76, .7) 0%, rgba(49, 154, 51, .7) 100%);
}

.l-cta__btn-link.--orange:hover {
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 174, 83, .7)), to(rgba(237, 117, 29, .7)));
	background: linear-gradient(to right, rgba(255, 174, 83, .7) 0%, rgba(237, 117, 29, .7) 100%);
}

.l-fixed__btn::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-fixed__btn:hover::after {
	opacity: 0.7;
}

.l-footer__logo {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-footer__logo:hover {
	opacity: 0.7;
}

.l-footer__nav-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-footer__nav-link:hover {
	opacity: 0.7;
}

.l-header__logo {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-header__logo:hover {
	opacity: 0.7;
}

.l-link__banner-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.l-link__banner-link:hover {
	background-color: rgba(243, 251, 251, .7);
}

.l-navi__menu-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-navi__menu-link::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: width;
	transition-property: width;
}

.l-navi__menu-link:hover::after {
	width: 100%;
}

.l-navi__child-item a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-navi__child-item a:hover {
	opacity: 0.7;
}

.l-navi__link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-navi__link:hover {
	opacity: 0.7;
}

.l-navi__btn {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.l-navi__btn:hover {
	background-color: #ED7B27;
	color: #fff;
}

.l-undermv__breadcrumbs li a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.l-undermv__breadcrumbs li a::before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.l-undermv__breadcrumbs li a span {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.l-undermv__breadcrumbs li a:hover {
	color: #ED7B27;
}

.l-undermv__breadcrumbs li a:hover::before {
	background-color: #ED7B27;
}

.l-undermv__breadcrumbs li a:hover span {
	color: #ED7B27;
}

.c-btn {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.c-btn::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.c-btn--green:hover {
	background-color: #fff;
	color: #319A33;
}

.c-btn--green:hover::after {
	background-color: #319A33;
}

.c-btn--orange:hover {
	background-color: #ED7B27;
	color: #fff;
}

.c-btn--orange:hover::after {
	background-color: #fff;
}

.c-btn--orange2:hover::after {
	background-color: #FFFBF1;
}

.c-form-btn .submit::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.c-form-btn .submit:hover::after {
	background-color: #fff;
}

.c-form-btn .submit input[type=submit],
.c-form-btn .submit button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.c-form-btn .submit input[type=submit]:hover,
.c-form-btn .submit button:hover {
	background-color: #ED7B27;
	color: #fff;
}

#toc_container .toc_list > li > a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

#toc_container .toc_list > li > a:hover {
	opacity: 0.6;
}

.p-class-blog__link .p-class-blog__link-image img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.p-class-blog__link:hover .p-class-blog__link-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-class-mv__record-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-class-mv__record-link:hover {
	opacity: 0.7;
}

.p-class-mv__fixed-link::before,
.p-class-mv__fixed-link::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-class-mv__fixed-link:hover::before {
	opacity: 0.7;
}

.p-class-mv__fixed-link:hover::after {
	opacity: 0.3;
}

.p-course-detail__interview-link a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-course-detail__interview-link a:hover {
	opacity: 0.7;
}

.p-flow__text a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-flow__text a:hover {
	opacity: 0.7;
}

.p-top-banner__blog-link::before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-banner__blog-link:hover::before {
	opacity: 0.6;
}

.p-top-banner__summer-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-top-banner__summer-link:hover {
	background-color: rgba(255, 251, 241, .7);
}

.p-top-class__card-links a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-class__card-links a:hover {
	opacity: 0.7;
}

.p-top-course__nav-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.p-top-course__nav-link:hover {
	background-color: #ED7B27;
	color: #fff;
}

.p-top-course__list-link .p-top-course__list-image img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.p-top-course__list-link:hover .p-top-course__list-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-top-mv__record-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-mv__record-link:hover {
	opacity: 0.7;
}

.p-top-mv__fixed-link::before,
.p-top-mv__fixed-link::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-mv__fixed-link:hover::before {
	opacity: 0.7;
}

.p-top-mv__fixed-link:hover::after {
	opacity: 0.3;
}

}

@media all and (-ms-high-contrast: none) {

html,
body {
	display: none;
}

*::-ms-backdrop,
.color-button01:before,
.color-button02:before,
.color-button01-big:before,
.color-button02-big:before {
	background-color: #595857 !important;
}

}

@media (min-width: 481px) {

#site-info {
	padding-bottom: 40px !important;
	padding-top: 40px !important;
}

.tn-logo-size img {
	width: 120% !important;
}

}

@media (min-width: 768px) {

#header-box .header-box10-bg:before,
#header-box .header-box11-bg:before {
	border-radius: 2px;
}

.top-image-meta {
	margin-top: -30px;
}

.post-list-mag .post-list-item:not(:nth-child(2n)) {
	margin-right: 2.6%;
}

#tab-1:checked ~ .tabBtn-mag li [for=tab-1]:after,
#tab-2:checked ~ .tabBtn-mag li [for=tab-2]:after,
#tab-3:checked ~ .tabBtn-mag li [for=tab-3]:after,
#tab-4:checked ~ .tabBtn-mag li [for=tab-4]:after {
	border-top-color: #f6aa01 !important;
}

.tabBtn-mag label {
	border-bottom-color: #f6aa01 !important;
}

.tn-logo-size img {
	width: 528% !important;
}

}

@media (min-width: 1200px) {

.top-image-meta {
	margin-top: 0px;
}

.tn-logo-size img {
	width: 240% !important;
}

}

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

.p-course-mv__contents {
	padding-block: 13.1%;
}

}

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

html {
	font-size: 55.5%;
}

.l-header__inner {
	padding-inline: 2.4rem;
}

.l-header__logo {
	margin-top: 2.6rem;
	width: 22rem;
}

}

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

:root {
	--content_width: 680px;
	--content-both_space: 15px;
	--header_height: 65px;
	--waves_height: 20px;
}

html {
	font-size: 62.5%;
}

body {
	min-width: 100%;
	overflow-x: hidden;
	width: 100%;
}

.l-cta__treat.--circle {
	left: 0;
}

.l-cta__treat.--triangle {
	right: 0;
}

.l-cta__treat.--square {
	right: 1rem;
}

.l-fixed__wrap {
	gap: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
}

.l-fixed__btn {
	border-radius: 1.6rem 1.6rem 0 0;
	width: 50%;
}

.l-footer {
	padding-bottom: 8.4rem;
}

.l-footer__body {
	gap: 6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__body + * {
	margin-top: 5.5rem;
}

.l-footer__address {
	text-align: center;
}

.l-footer__content {
	width: 100%;
}

.l-footer__nav-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-header__inner {
	padding-block: 2rem;
	padding-inline: 3rem 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-header__logo {
	margin-top: 0;
}

.l-header__top {
	display: contents;
}

.l-link__list {
	grid-template-columns: repeat(2, 1fr);
}

.l-main--under {
	margin-top: 10.8rem;
}

.l-main--404 .error-h1 .en,
.l-main--error .error-h1 .en {
	font-size: 8.6rem;
}

.l-navi {
	background-color: #FFFBF1;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: scroll;
	position: fixed;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.l-navi__inner {
	margin-inline: auto;
	gap: 2.45rem;
	padding-block: 7.2rem 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 90%;
}

.l-navi__menu {
	gap: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.l-navi__menu-item {
	border-bottom: 1px solid #ED7B27;
	width: 100%;
}

.l-navi__menu-item.has-child .l-navi__menu-link::after {
	background-color: #319A33;
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	display: block;
	height: 0.8rem;
	margin-top: 0.2rem;
	position: static;
	width: 1rem;
}

.l-navi__menu-link {
	padding-block: 1.6rem;
}

.l-navi__menu-link::after {
	display: none;
}

.l-navi__child-wrap {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 0;
	opacity: 0;
	overflow: hidden;
	overflow: hidden;
	padding: 0;
	padding-left: 1rem;
	position: static;
	-webkit-transform: none;
	transform: none;
	width: 100%;
}

.l-navi__child-list {
	padding-bottom: 1.6rem;
}

.l-navi__child-item a {
	gap: 0.4rem;
	color: #252525;
}

.l-navi__child-item a::before {
	aspect-ratio: none;
	background-color: #ED7B27;
	height: 1px;
	width: 1.6rem;
}

.l-navi__link {
	gap: 0.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
}

.l-navi__link::before {
	aspect-ratio: 8/10;
	background-color: #ED7B27;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	content: "";
	display: block;
	width: 0.8rem;
}

.l-navi__link-wrap {
	gap: 2.4rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.l-navi__btn {
	background-color: #FFFBF1;
}

.l-navi__btn-wrap {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.l-undermv {
	margin-top: 10.8rem;
}

.p-class-mv {
	position: relative;
}

.p-class-mv .u-con--lg {
	padding-block: 4.8rem 2.7rem;
	width: 90.234375%;
}

.p-class-mv .u-con--lg::after {
	bottom: auto;
	left: -1.1rem;
	right: auto;
	top: 0;
	width: 10.8rem;
}

.p-class-mv__images {
	padding-right: 0;
	top: 2rem;
	width: 66.4502164502%;
}

.p-class-mv__images::after {
	left: -2.4rem;
	top: -4rem;
}

.p-class-mv__lead {
	right: -2.8rem;
	top: -2.8rem;
	width: 54.2345276873%;
}

.p-class-mv__image img {
	-o-object-position: left;
	object-position: left;
}

.p-class-mv__contents {
	max-width: 42rem;
}

.p-class-mv__record-lead {
	font-size: 3.2rem;
}

.p-class-mv__record-lead:after {
	bottom: 0.4rem;
	height: 1.2rem;
}

.p-class-mv__record-lead.--sub {
	font-size: 1.78rem;
}

.p-class-mv__record-lead + * {
	margin-top: 0.8rem;
}

.p-class-mv__record-box {
	padding-block: 1.3rem;
	padding-inline: 1.3rem;
	width: 100%;
}

.p-class-mv__record-list {
	gap: 0 1.6rem;
}

.p-class-mv__record-list + * {
	margin-top: 0.8rem;
}

.p-class-mv__record-item {
	font-size: 2rem;
}

.p-class-mv__btn-text {
	width: 95%;
}

.p-class-mv__fixed {
	bottom: -3.9rem;
	position: absolute;
}

.p-class-mv__fixed .u-con--lg {
	padding: 0;
	width: 94.140625%;
}

.p-class-scene__images {
	gap: 3.2rem;
}

.p-course-method__summary-balloon {
	left: -2rem;
}

.p-course-mv {
	position: relative;
}

.p-course-mv .u-con--lg {
	padding-top: 4.8rem;
	width: 90.234375%;
}

.p-course-mv__images {
	padding-right: 0;
	top: 2rem;
	width: 66.4502164502%;
}

.p-course-mv__images::after {
	left: -2.4rem;
	top: -4rem;
}

.p-course-mv__image img {
	-o-object-position: left;
	object-position: left;
}

.p-course-mv__contents {
	padding-block: 10.9rem;
}

.p-top-banner .u-con--md::after {
	left: -2rem;
}

.p-top-image {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(14rem, transparent), color-stop(14rem, #FFFBF1), to(#FFFBF1));
	background: linear-gradient(to bottom, transparent 0%, transparent 14rem, #FFFBF1 14rem, #FFFBF1 100%);
}

.p-top-mv {
	padding-top: 8.8rem;
	position: relative;
}

.p-top-mv .u-con--lg {
	padding-block: 4.8rem 2.7rem;
	width: 90.234375%;
}

.p-top-mv .u-con--lg::before {
	background-image: url(../images/top/mv-treat-tb.svg);
	left: -4.6rem;
	top: 19.4rem;
	width: 13.1rem;
}

.p-top-mv .u-con--lg::after {
	bottom: -3rem;
	right: -4.6rem;
}

.p-top-mv__images {
	padding-right: 0;
	top: 2rem;
	width: 66.4502164502%;
}

.p-top-mv__images::after {
	left: -2.4rem;
	top: -4rem;
}

.p-top-mv__lead {
	right: -2.8rem;
	top: -2.8rem;
	width: 54.2345276873%;
}

.p-top-mv__image img {
	-o-object-position: left;
	object-position: left;
}

.p-top-mv__contents {
	max-width: 42rem;
}

.p-top-mv__record-lead {
	font-size: 3.2rem;
}

.p-top-mv__record-lead:after {
	bottom: 0.4rem;
	height: 1.2rem;
}

.p-top-mv__record-lead.--sub {
	font-size: 1.78rem;
}

.p-top-mv__record-lead + * {
	margin-top: 0.8rem;
}

.p-top-mv__record-box {
	padding-block: 1.3rem;
	padding-inline: 1.3rem;
	max-width: 33.2rem;
}

.p-top-mv__record-list {
	gap: 0 1.6rem;
}

.p-top-mv__record-list + * {
	margin-top: 0.8rem;
}

.p-top-mv__record-item {
	font-size: 2rem;
	max-width: 12rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-top-mv__btn-text {
	width: 95%;
}

.p-top-mv__fixed {
	bottom: -3.9rem;
	position: absolute;
}

.p-top-mv__fixed .u-con--lg {
	padding: 0;
	width: 94.140625%;
}

.p-top-reason__body {
	grid-template-columns: repeat(1, 1fr);
}

.u-pc {
	display: none;
}

.u-con--sm {
	width: 90%;
}

.u-con--md {
	width: 90%;
}

.alignright {
	margin: 20px 0px 20px auto;
	text-align: right;
}

}

@media not all and (max-width: 1024px) {

.u-st {
	display: none !important;
}

}

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

.p-class-access__body {
	grid-template-columns: repeat(1, 1fr);
}

.p-class-blog__list {
	grid-template-columns: repeat(1, 1fr);
}

.p-course-detail__interview {
	grid-template-columns: repeat(1, 1fr);
}

.p-course-detail__interview-image {
	margin-inline: auto;
	width: 73.0519480519%;
}

.p-course-method__feature {
	margin-inline: auto;
	grid-template-columns: repeat(1, 1fr);
	max-width: 45rem;
}

.p-recruitment-interview__item-flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-recruitment-interview__item-flex.--left {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-recruitment-interview__item-flex .p-recruitment-interview__item-box {
	padding-bottom: 4rem;
}

.p-recruitment-interview__item-image {
	margin-top: -2.4rem;
	width: 90.4761904762%;
}

.p-top-record__list.l-grid--col4 {
	grid-template-columns: repeat(2, 1fr);
	max-width: 45rem;
}

.twobutton .color-button01,
.twobutton .color-button02 {
	margin-bottom: 10px;
}

.jin-iconbox {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.jin-2column,
.jin-3column {
	display: block;
	margin-bottom: 30px;
}

.jin-2column .color-button01 a,
.jin-2column .color-button02 a {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.jin-3column .color-button01 a,
.jin-3column .color-button02 a {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.jin-2column-left,
.jin-2column-right {
	margin-bottom: 20px;
	padding: 15px;
	width: 100%;
}

.jin-3column-left,
.jin-3column-center,
.jin-3column-right {
	margin-bottom: 20px;
	padding: 15px;
	width: 100%;
}

.page-template-onecolumn .jin-2column,
.page-template-onecolumn .jin-3column,
.page-template-lp .jin-2column,
.page-template-lp .jin-3column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.page-template-onecolumn .jin-2column .jin-2column-left,
.page-template-onecolumn .jin-2column .jin-2column-right,
.page-template-onecolumn .jin-3column .jin-2column-left,
.page-template-onecolumn .jin-3column .jin-2column-right,
.page-template-lp .jin-2column .jin-2column-left,
.page-template-lp .jin-2column .jin-2column-right,
.page-template-lp .jin-3column .jin-2column-left,
.page-template-lp .jin-3column .jin-2column-right {
	padding: 20px;
	width: 49.2%;
}

.page-template-onecolumn .jin-2column .jin-3column-left,
.page-template-onecolumn .jin-2column .jin-3column-center,
.page-template-onecolumn .jin-2column .jin-3column-right,
.page-template-onecolumn .jin-3column .jin-3column-left,
.page-template-onecolumn .jin-3column .jin-3column-center,
.page-template-onecolumn .jin-3column .jin-3column-right,
.page-template-lp .jin-2column .jin-3column-left,
.page-template-lp .jin-2column .jin-3column-center,
.page-template-lp .jin-2column .jin-3column-right,
.page-template-lp .jin-3column .jin-3column-left,
.page-template-lp .jin-3column .jin-3column-center,
.page-template-lp .jin-3column .jin-3column-right {
	padding: 20px;
	width: 32.2%;
}

.page-template-onecolumn .jin-2column-left,
.page-template-onecolumn .jin-2column-right,
.page-template-lp .jin-2column-left,
.page-template-lp .jin-2column-right,
.page-template-onecolumn .jin-3column-left,
.page-template-onecolumn .jin-3column-center,
.page-template-onecolumn .jin-3column-right,
.page-template-lp .jin-3column-left,
.page-template-lp .jin-3column-center,
.page-template-lp .jin-3column-right {
	padding: 30px;
}

.jincolumn-h3style1 {
	padding-bottom: 0px !important;
}

.jin-shortcode-button a {
	padding: 15px 40px;
}

.gb-two-button-box .jin-shortcode-button a {
	padding: 15px 30px;
}

.gb-two-button-box .color-button01 a,
.gb-two-button-box .color-button02 a {
	padding: 15px 30px !important;
}

}

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

:root {
	--content_width: 420px;
}

.l-cta {
	padding-block: 6rem;
}

.l-cta__lead {
	gap: 0;
	font-size: 2.8rem;
}

.l-cta__lead::after {
	margin-bottom: 0.3rem;
	width: 1.7rem;
}

.l-cta__lead + * {
	margin-top: 1.9rem;
}

.l-cta__text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
}

.l-cta__text + * {
	margin-top: 1.9rem;
}

.l-cta__btn-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-cta__treat.--circle {
	bottom: -4.5rem;
	left: 7.2rem;
	width: 8.1rem;
}

.l-cta__treat.--triangle {
	right: 1.1rem;
	top: -5.6rem;
	-webkit-transform: none;
	transform: none;
	width: 7.5rem;
}

.l-cta__treat.--square {
	bottom: 4rem;
	right: 5.3rem;
	width: 6.4rem;
}

.l-fixed__btn {
	padding-inline: 0;
}

.l-fixed__btn-tel {
	padding-block: 1.1rem 0.8rem;
}

.l-fixed__btn-tel .num {
	gap: 0.1rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2rem;
	line-height: 1.35;
}

.l-fixed__btn-tel .num::before {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_phone.svg) 50%/contain no-repeat;
	background-color: #fff;
	content: "";
	display: block;
	margin-top: 0.7rem;
	mask: url(../images/icon/icon_phone.svg) 50%/contain no-repeat;
	width: 1.4rem;
}

.l-fixed__btn-tel .text {
	font-size: 1rem;
	margin-top: -0.3rem;
}

.l-fixed__btn-cta {
	padding-block: 0.8rem 0.9rem;
}

.l-fixed__btn-cta .text01 {
	font-size: 2rem;
}

.l-fixed__btn-cta .text02 {
	font-size: 1rem;
	margin-top: -0.3rem;
}

.l-footer {
	padding-block: 4rem 6.8rem;
	border-radius: 6rem 6rem 0 0;
}

.l-footer__address-tel {
	font-size: 2.4rem;
}

.l-footer__address-tel + .l-footer__address-content {
	font-size: 1.2rem;
	line-height: 1.5;
}

.l-footer__address-content + .l-footer__address-content {
	margin-top: 1.5rem;
}

.l-footer__btns.l-grid {
	margin-inline: auto;
	width: 24rem;
}

.l-footer__btns.l-grid .c-btn {
	padding-block: 1.4rem;
	font-size: 1.6rem;
}

.l-footer__btns.l-grid .c-btn::after {
	right: 1.6rem;
}

.l-footer__nav-list {
	gap: 0.6rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-grid--col2 {
	grid-template-columns: repeat(1, 1fr);
}

.l-grid--col3 {
	grid-template-columns: repeat(1, 1fr);
}

.l-grid--col4 {
	grid-template-columns: repeat(1, 1fr);
}

.l-header__inner {
	padding-block: 1rem;
	padding-inline: 1rem;
}

.l-header__logo {
	width: 27.2rem;
}

.l-link__banner-image {
	width: 66.3650075415%;
}

.l-link__banner-text {
	gap: 0.85rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-link__banner-text::after {
	position: static;
	-webkit-transform: none;
	transform: none;
}

.l-link__banner + * {
	margin-top: 4rem;
}

.l-link__list {
	-moz-column-gap: 2.8rem;
	-webkit-column-gap: 2.8rem;
	column-gap: 2.8rem;
	grid-template-columns: repeat(2, 1fr);
}

.l-link__list .c-btn {
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-link__list .c-btn::after {
	position: static;
	-webkit-transform: none;
	transform: none;
}

.l-link__list + * {
	margin-top: 2.4rem;
}

.l-main--under {
	margin-top: 8.6rem;
}

.l-main--404,
.l-main--error {
	padding-top: 16rem;
}

.l-main--404 .error-h1 .en,
.l-main--error .error-h1 .en {
	font-size: 4.4rem;
	line-height: 1.5454545455;
}

.l-main--404 .error-h1 .jp,
.l-main--error .error-h1 .jp {
	font-size: 1.8rem;
	line-height: 1.3793103448;
}

.l-main--404 .error-text,
.l-main--error .error-text {
	font-size: 1.6rem;
	line-height: 1.5;
}

.l-undermv {
	margin-top: 8.6rem;
}

.l-undermv__body {
	padding-block: 6rem 0.8rem;
	border-radius: 0.8rem;
}

.l-undermv__body::before {
	left: -1rem;
	top: 1rem;
	width: 14.2rem;
}

.l-undermv__title {
	font-size: 2.8rem;
}

.l-undermv__title + * {
	margin-top: 3.1rem;
}

.l-undermv__breadcrumbs {
	padding-inline: 0.8rem;
}

.l-undermv + * {
	margin-top: 6.4rem;
}

.c-breadcrumbs ul li {
	font-size: 1.2rem;
}

.c-article-card-text {
	display: none;
}

.c-article-card-data {
	font-size: 1.1rem;
}

.c-classic-content {
	margin-top: 3rem;
}

.c-classic-content h2 {
	font-size: 2.2rem;
}

.c-classic-content h3 {
	font-size: 1.8rem;
}

.c-classic-content h2,
.c-classic-content h3,
.c-classic-content h4,
.c-classic-content p,
.c-classic-content ul,
.c-classic-content ol {
	margin-top: 3rem;
}

.c-classic-content h2 + p,
.c-classic-content h2 + ul,
.c-classic-content h2 + ol,
.c-classic-content h3 + p,
.c-classic-content h3 + ul,
.c-classic-content h3 + ol,
.c-classic-content p + p,
.c-classic-content p + ul,
.c-classic-content p + ol,
.c-classic-content ul + p,
.c-classic-content ul + ul,
.c-classic-content ul + ol,
.c-classic-content ol + p,
.c-classic-content ol + ul,
.c-classic-content ol + ol {
	margin-top: 1.5rem;
}

.c-contents h2,
.c-contents h3,
.c-contents h4,
.c-contents p,
.c-contents ul,
.c-contents ol {
	margin-bottom: 3rem;
}

.c-contents h2 + p,
.c-contents h2 + ul,
.c-contents h2 + ol,
.c-contents h3 + p,
.c-contents h3 + ul,
.c-contents h3 + ol,
.c-contents p + p,
.c-contents p + ul,
.c-contents p + ol,
.c-contents ul + p,
.c-contents ul + ul,
.c-contents ul + ol,
.c-contents ol + p,
.c-contents ol + ul,
.c-contents ol + ol {
	margin-bottom: 1.5rem;
}

.c-form input::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder,
.c-form input:-moz-placeholder,
.c-form textarea:-moz-placeholder,
.c-form textarea,
.c-form input[type=text],
.c-form input[type=date],
.c-form input[type=tel],
.c-form input[type=email],
.c-form input[type=number],
.c-form select {
	font-size: 1.6rem;
}

.c-form textarea,
.c-form input[type=text],
.c-form input[type=date],
.c-form input[type=tel],
.c-form input[type=email],
.c-form input[type=number],
.c-form select {
	padding: 1rem;
}

.c-form input[type=radio] + span:before {
	height: 1.8rem;
	width: 1.8rem;
}

.c-form input[type=radio]:checked + span:after {
	height: 1rem;
	left: 0.4rem;
	width: 1rem;
}

.c-form input[type=checkbox] + span:before {
	height: 1.8rem;
	width: 1.8rem;
}

.c-form input[type=checkbox]:checked + span:after {
	height: 1rem;
	left: 0.4rem;
	width: 1rem;
}

.c-form-select select {
	padding: 1.2rem 1rem;
}

.c-form-btn .submit input[type=submit],
.c-form-btn .submit button {
	font-size: 1.8rem;
	height: 5rem;
	width: 24rem;
}

.c-form-btn .back input[type=submit],
.c-form-btn .back button {
	height: 4rem;
	width: 16rem;
}

.c-form-message {
	font-size: 1.8rem;
	margin-bottom: 4rem;
}

.c-form-desc {
	margin-bottom: 4rem;
}

.c-form-item {
	margin-bottom: 3rem;
}

.c-form-label {
	font-size: 1.6rem;
}

.error {
	font-size: 1.2rem;
}

.c-form-complete {
	gap: 3rem;
}

.c-form-complete .title {
	font-size: 2rem;
}

.c-form-complete .txt {
	text-align: left;
}

.c-page-nav {
	border-radius: 2rem;
}

.c-page-nav-item a::after {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.c-page-nav-item a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.4rem;
	padding: 2rem 1rem;
}

.c-page-nav-item.prev a,
.c-page-nav-item.next a,
.c-page-nav-item.back a {
	gap: 0.5rem;
}

.wp-pagenavi {
	gap: 1rem;
	margin: 4rem 0 0;
}

.wp-pagenavi a,
.wp-pagenavi .current {
	font-size: 1.4rem;
	height: 3rem;
	width: 3rem;
}

.c-primary-title__small {
	gap: 0;
}

.c-primary-title__small .c-primary-title__jp {
	font-size: 1.8rem;
}

.c-primary-title__jp {
	font-size: 2.4rem;
}

.c-primary-title__en {
	font-size: 1.8rem;
	line-height: 1.8888888889;
}

.c-title.xl {
	font-size: 2.4rem;
}

.c-title.lg {
	font-size: 2.2rem;
}

.c-title.md {
	font-size: 2rem;
}

.c-title.border-left::before {
	margin-right: 1.2rem;
}

#toc_container {
	margin-bottom: 3rem;
	padding: 2rem 2rem;
}

#toc_container .toc_title {
	font-size: 1.8rem;
}

#toc_container .toc_list > li {
	font-size: 1.6rem;
}

.p-archive {
	grid-template-columns: 1fr;
}

.p-archive-cards {
	gap: 3rem;
	grid-template-columns: 1fr;
}

.p-page {
	padding-top: 8.8rem;
}

.p-page-header {
	background-position: -1rem center;
	background-size: auto 90%;
	border-radius: 0.8rem;
	margin: 0 5%;
}

.p-page-header .u-con--lg {
	min-height: 16rem;
}

.p-page-header-title {
	font-size: 2.8rem;
	margin-top: -0.5em;
}

.p-page-header .c-breadcrumbs {
	bottom: 1rem;
	left: 1rem;
}

.p-page-body {
	padding-block: 6rem;
}

.p-single {
	padding-block: 8.8rem 6rem;
}

.p-single-container {
	grid-template-columns: minmax(0, 1fr);
}

.p-single-header {
	margin-bottom: 2rem;
}

.p-single-header-title {
	font-size: 3rem;
}

.p-single-header-data {
	font-size: 1.1rem;
}

.p-single-eyecatch {
	margin-top: 3rem;
}

.p-single-content {
	margin-top: 3rem;
}

.p-single-nav {
	margin-top: 6rem;
}

.p-single-related {
	margin-top: 6rem;
}

.p-single-related-title {
	font-size: 2rem;
}

.p-class-about {
	padding-block: 4rem 8rem;
}

.p-class-about .c-primary-title {
	margin-left: 1.6rem;
}

.p-class-about .c-primary-title + * {
	margin-top: -1.9rem;
}

.p-class-about__body {
	grid-template-columns: repeat(1, 1fr);
}

.p-class-about__body::before {
	background-image: url(../images/class/about-treat-l_sp.svg);
	bottom: auto;
	left: auto;
	right: -1.5rem;
	top: -15.5rem;
	width: 16.8rem;
}

.p-class-about__body::after {
	height: 71.8297101449%;
	width: 100%;
}

.p-class-about__box {
	padding-block: 3.4rem 0;
	padding-inline: 1.6rem;
	min-height: auto;
}

.p-class-about__image-box {
	margin-inline: auto;
	width: 27rem;
}

.p-class-about__image-box::after {
	background-image: url(../images/class/about-treat-s_sp.svg);
	bottom: -6.9rem;
	left: -4.2rem;
	right: auto;
	top: auto;
	width: 13.8rem;
	z-index: -1;
}

.p-class-access .c-primary-title + * {
	margin-top: 2.4rem;
}

.p-class-access__body {
	gap: 2.4rem;
}

.p-class-access__h3 + * {
	margin-top: 1.6rem;
}

.p-class-access__dl .inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-class-access__dl + * {
	margin-top: 3.2rem;
}

.p-class-access__image {
	aspect-ratio: 336/237;
	border-radius: 0.8rem;
}

.p-class-access__map {
	aspect-ratio: 336/237;
	border-radius: 0.8rem;
}

.p-class-access + * {
	margin-top: 4rem;
}

.p-class-blog {
	padding-top: 8rem;
}

.p-class-blog .u-con--md::before {
	background-image: url(../images/class/blog-treat_sp.svg);
	left: -1.4rem;
	top: -0.8rem;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 10.8rem;
}

.p-class-blog .u-con--md::after {
	border-radius: 0.8rem 0px 0px 0.8rem;
	height: calc(100% - 5rem);
	top: 5rem;
}

.p-class-blog .c-primary-title {
	margin-left: 4.7407407407%;
}

.p-class-blog__body {
	padding-bottom: 4.8rem;
	padding-left: 1.6rem;
}

.p-class-blog__list {
	gap: 2.4rem;
}

.p-class-blog__link-title + * {
	margin-top: 1.4rem;
}

.p-class-blog__link-tag {
	padding-inline: 1rem;
	font-size: 1.1rem;
	line-height: 1.2727272727;
}

.p-class-blog__link-date {
	font-size: 1.1rem;
}

.p-class-blog + * {
	margin-top: 4rem;
}

.p-class-mv .u-con--lg {
	padding-block: 1.6rem 0;
	width: 90%;
}

.p-class-mv__images {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
}

.p-class-mv__images::after {
	background-image: url(../images/top/mv-treat-tb.svg);
	bottom: -5.4rem;
	left: auto;
	right: -1.5rem;
	top: auto;
	width: 10.8rem;
}

.p-class-mv__lead {
	bottom: 2.4rem;
	left: 0;
	right: auto;
	top: auto;
	width: 33.6rem;
}

.p-class-mv__image {
	border-radius: 12rem 1.6rem 12rem 1.6rem;
	position: relative;
}

.p-class-mv__image img {
	-o-object-position: 50% 45%;
	object-position: 50% 45%;
}

.p-class-mv__contents {
	margin: 2rem auto 0;
	width: 100%;
}

.p-class-mv__record-lead {
	font-size: 2.8rem;
}

.p-class-mv__record-lead:after {
	bottom: 0;
}

.p-class-mv__record-lead.--sub {
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-class-mv__record-lead.--sub:after {
	bottom: 0;
}

.p-class-mv__record-lead + .p-top-mv__record-lead {
	margin-top: 0.6rem;
}

.p-class-mv__record-list {
	gap: 0 2rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-class-mv__record-item {
	font-size: 1.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-class-mv__btn-wrap {
	gap: 1.6rem;
}

.p-class-mv__btn-text {
	width: 33.6rem;
}

.p-class-mv__btn-text + * {
	margin-top: 1rem;
}

.p-class-mv + * {
	margin-top: 0;
}

.p-class-scene {
	padding-top: 4rem;
}

.p-class-scene .u-con--md {
	padding-bottom: 4.8rem;
}

.p-class-scene .u-con--md::after {
	border-radius: 0.8rem 0px 0px 0.8rem;
	height: calc(100% - 5.2rem);
	left: 0;
	right: auto;
	top: 5.2rem;
}

.p-class-scene .c-primary-title {
	margin-left: 4.7407407407%;
}

.p-class-scene__images {
	gap: 1.6rem 1.4rem;
	grid-template-columns: repeat(2, 1fr);
	padding-left: 4.7407407407%;
	padding-right: 0;
}

.p-class-scene__image {
	border-radius: 0.8rem;
}

.p-class .p-page-body {
	padding-block: 2.4rem 8rem;
}

.p-class__bg {
	padding-block: 8rem;
}

.p-class__bg + * {
	margin-top: 8rem;
}

.p-company__body {
	margin-top: 6.4rem;
	padding-bottom: 8rem;
}

.p-company__dl .inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-course-detail__item + .p-course-detail__item {
	margin-top: 5.6rem;
}

.p-course-detail__title {
	font-size: 2.4rem;
	margin-left: 1.6rem;
}

.p-course-detail__title + * {
	margin-top: -1.9rem;
}

.p-course-detail__body {
	grid-template-columns: repeat(1, 1fr);
}

.p-course-detail__body::after {
	height: 83.59375%;
	width: 100%;
}

.p-course-detail__body + * {
	margin-top: 2rem;
}

.p-course-detail__box {
	padding-block: 3.4rem 0;
	padding-inline: 1.6rem;
	min-height: auto;
}

.p-course-detail__box .p-course__text + * {
	margin-top: 1.6rem;
}

.p-course-detail__recommend-title {
	gap: 0.4rem;
}

.p-course-detail__recommend-title span {
	gap: 0.1rem;
	font-size: 1.6rem;
	line-height: 1.625;
	padding: 0.2rem 1.2rem;
}

.p-course-detail__recommend-title span::before {
	width: 1.6rem;
}

.p-course-detail__recommend-title + * {
	margin-top: 1rem;
}

.p-course-detail__recommend-list li {
	gap: 0.3rem;
}

.p-course-detail__image {
	margin-left: auto;
	width: 49.0998363339%;
}

.p-course-detail__image-box {
	padding-inline: 1.6rem;
}

.p-course-detail__interview {
	padding: 1.4rem;
	width: 100%;
}

.p-course-detail__interview-title h3 {
	font-size: 1.6rem;
}

.p-course-detail__interview-title p {
	font-size: 1rem;
	line-height: 1.4;
}

.p-course-detail__interview-title + * {
	margin-top: 1.6rem;
}

.p-course-method {
	padding-block: 8rem 9.6rem;
}

.p-course-method .u-con--md::before,
.p-course-method .u-con--md::after {
	background-image: url(../images/course/method-treat-l_sp.svg);
	width: 16.8rem;
}

.p-course-method .u-con--md::before {
	display: none;
}

.p-course-method .u-con--md::after {
	right: -1.4rem;
	top: 38rem;
}

.p-course-method .c-primary-title::before {
	background-image: url(../images/course/method-treat-s_sp.svg);
	left: -1.4rem;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 10.8rem;
}

.p-course-method .c-primary-title + * {
	margin-top: 5.14rem;
}

.p-course-method__comparison {
	border-radius: 0.8rem;
	padding: 2.76rem 1.6rem 3.64rem;
}

.p-course-method__comparison.--usual::after {
	bottom: -1.76rem;
	width: 6rem;
}

.p-course-method__comparison.--usual .p-course-method__comparison-title {
	left: 1.69rem;
	top: -1.14rem;
	width: 25.357rem;
}

.p-course-method__comparison-title {
	left: 1.7rem;
	top: -1.15rem;
	width: 19.746rem;
}

.p-course-method__comparison-list li {
	gap: 0.3rem;
}

.p-course-method__comparison + .p-course-method__comparison {
	margin-top: 5.3rem;
}

.p-course-method__comparison + * {
	margin-top: 5.6rem;
}

.p-course-method__feature {
	padding-bottom: 5.6rem;
}

.p-course-method__feature::before {
	display: none;
}

.p-course-method__feature-icon {
	width: 44.6428571429%;
}

.p-course-method__feature-icon + * {
	margin-top: 1.6rem;
}

.p-course-method__feature-title {
	min-height: auto;
}

.p-course-method__feature-title + * {
	margin-top: 1.6rem;
}

.p-course-method__summary {
	margin-top: 11rem;
	padding: 2.4rem 1.6rem 1.6rem;
}

.p-course-method__summary-balloon {
	-webkit-mask-image: url(../images/course/method-balloon_sp.svg);
	font-size: 1.6rem;
	left: 0;
	mask-image: url(../images/course/method-balloon_sp.svg);
	padding: 1.6rem 1.6rem 3.26rem;
	top: -11rem;
}

.p-course-mv .u-con--lg {
	padding-block: 1.6rem 0;
	width: 90%;
}

.p-course-mv .u-con--lg::after {
	background-image: url(../images/course/mv-treat-l_sp.svg);
	bottom: auto;
	left: -1.1rem;
	right: auto;
	top: 0;
	width: 10.8rem;
}

.p-course-mv__images {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
}

.p-course-mv__images::after {
	background-image: url(../images/course/mv-treat-l_sp.svg);
	bottom: -5.4rem;
	left: auto;
	right: -1.5rem;
	top: auto;
	width: 10.8rem;
}

.p-course-mv__image {
	border-radius: 12rem 1.6rem 12rem 1.6rem;
	position: relative;
}

.p-course-mv__image img {
	-o-object-position: 50% 45%;
	object-position: 50% 45%;
}

.p-course-mv__contents {
	padding-block: 0;
	margin: 4rem auto 0;
	max-width: 100%;
	width: 100%;
}

.p-course-mv__btn-wrap {
	gap: 2.4rem 2.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-course-mv__btn-wrap .c-btn {
	margin-inline: 0;
	gap: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(50% - 1.4rem);
}

.p-course-mv__btn-wrap .c-btn::after {
	position: static;
	-webkit-transform: none;
	transform: none;
}

.p-course-mv__btn-wrap .c-btn + .c-btn {
	margin-top: 0;
}

.p-course .p-page-body {
	padding-block: 2.4rem 8rem;
}

.p-course .l-link-body {
	padding-top: 8rem;
}

.p-faq__body {
	margin-top: 6.4rem;
	padding-bottom: 8rem;
}

.p-faq__item {
	border-radius: 0.8rem;
	padding: 1.6rem;
}

.p-faq__item + .p-faq__item {
	margin-top: 2.4rem;
}

.p-faq__question::before,
.p-faq__answer::before {
	font-size: 1.8rem;
	line-height: 1.1111111111;
	padding-top: 0;
	width: 2.4rem;
}

.p-faq__question-inner,
.p-faq__answer-inner {
	font-size: 1.4rem;
}

.p-faq__question + * {
	margin-top: 0.8rem;
}

.p-flow__body {
	margin-top: 6.4rem;
	padding-bottom: 8rem;
}

.p-flow__text {
	font-size: 1.4rem;
	line-height: 1.7142857143;
}

.p-flow__text + .p-flow__list {
	margin-top: 2.4rem;
}

.p-flow__text + * {
	margin-top: 1.6rem;
}

.p-flow__list-item {
	padding-left: 0;
	padding-top: 0;
}

.p-flow__list-item + .p-flow__list-item {
	margin-top: 2.4rem;
}

.p-flow__list-inner {
	padding-inline: 1.6rem;
	padding-bottom: 2.4rem;
}

.p-flow__list-title {
	font-size: 2rem;
	padding-left: 3.8rem;
}

.p-flow__list-title::before {
	font-size: 1.2rem;
	line-height: 1.3333333333;
}

.p-flow__list-title span {
	margin-top: -0.2rem;
}

.p-flow__list-h3 {
	gap: 0.4rem;
	font-size: 1.6rem;
}

.p-flow__list-h3 .icon {
	width: 1.6rem;
}

.p-flow__list-h3 + * {
	margin-top: 0.8rem;
}

.p-flow__list-btn {
	margin-inline: auto;
}

.p-flow__list-icon {
	left: -1rem;
	width: 6rem;
}

.p-privacy__text {
	font-size: 1.4rem;
	line-height: 1.5;
}

.p-privacy__text + .p-privacy__h2 {
	margin-top: 3.2rem;
}

.p-privacy__text + * {
	margin-top: 0.8rem;
}

.p-privacy__h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	padding-bottom: 0.6rem;
}

.p-privacy__h2 + * {
	margin-top: 1.6rem;
}

.p-privacy__list {
	font-size: 1.4rem;
	line-height: 1.5;
}

.p-privacy__list + .p-privacy__h2 {
	margin-top: 3.2rem;
}

.p-privacy__info {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 2.4rem;
}

.p-privacy-main {
	margin-top: 6.4rem;
}

.p-privacy-main__inner {
	padding-bottom: 8rem;
}

.p-recruitment-about {
	padding-block: 8rem;
}

.p-recruitment-about .c-primary-title + * {
	margin-top: 8rem;
}

.p-recruitment-about__h3 h3 {
	font-size: 1.8rem;
}

.p-recruitment-about__h3 p {
	font-size: 1.4rem;
}

.p-recruitment-about__detail {
	padding: 4.9rem 1.6rem 2.4rem;
}

.p-recruitment-about__detail .p-recruitment-about__h3 {
	top: -1.3rem;
}

.p-recruitment-about__detail-list li {
	gap: 0.4rem;
	line-height: 1.5;
}

.p-recruitment-about__detail-list li::before {
	margin-top: 0.6rem;
}

.p-recruitment-about__detail-list li + li {
	margin-top: 0.8rem;
}

.p-recruitment-about__detail + * {
	margin-top: 2.4rem;
}

.p-recruitment-about__dl .inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-recruitment-about__dl + * {
	margin-top: 3.2rem;
}

.p-recruitment-interview {
	padding-block: 4rem 8rem;
}

.p-recruitment-interview__head {
	padding-block: 2.4rem 4.6rem;
	background-color: transparent;
	margin-bottom: 32.9rem;
	margin-left: 0;
	padding-left: 1.6rem;
	width: calc(100% - 1.9rem);
}

.p-recruitment-interview__head::before {
	background-color: #FFFBF1;
	border-radius: 0 0.8rem 0.8rem 0;
	bottom: 0;
	-webkit-box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 120%;
	z-index: -1;
}

.p-recruitment-interview__head-image {
	bottom: 2.4rem;
	right: -2.4rem;
	top: auto;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	width: 22.618rem;
}

.p-recruitment-interview__head + * {
	margin-top: 3.2rem;
}

.p-recruitment-interview__list + * {
	margin-top: 3.2rem;
}

.p-recruitment-interview__item-box {
	padding-inline: 1.6rem;
	border-radius: 0.8rem;
}

.p-recruitment-interview__item + .p-recruitment-interview__item {
	margin-top: 2.4rem;
}

.p-recruitment-interview__question::before,
.p-recruitment-interview__answer::before {
	font-size: 2rem;
	line-height: 1.2;
	width: 3rem;
}

.p-recruitment-interview__question-inner p {
	font-size: 1.8rem;
	line-height: 1.3333333333;
}

.p-recruitment-interview__question + * {
	margin-top: 1.4rem;
}

.p-recruitment-interview__btn .c-btn {
	max-width: 33.6rem;
}

.p-recruitment__text--center {
	text-align: left;
}

.p-recruitment__text.--sp {
	margin-inline: auto;
	width: 90%;
}

.p-top-banner .u-con--md::after {
	bottom: -11rem;
	left: -1.7rem;
	width: 13.8rem;
}

.p-top-banner__item {
	max-width: 46rem;
}

.p-top-banner__item + .p-top-banner__item {
	margin-top: 2.4rem;
}

.p-top-banner__blog {
	padding-block: 2.4rem 2.2rem;
}

.p-top-banner__blog::before {
	left: 0;
	top: -6rem;
	width: 8rem;
}

.p-top-banner__blog-img {
	width: 16rem;
}

.p-top-banner__blog-img + * {
	margin-top: 0.7rem;
}

.p-top-banner__blog-link {
	padding-block: 1.6rem;
	font-size: 1.6rem;
	max-width: 30.8rem;
}

.p-top-banner__blog-link::after {
	right: 1.2rem;
}

.p-top-banner__summer-text {
	gap: 0.6rem;
}

.p-top-banner__summer-text .underline {
	background: -webkit-gradient(linear, left bottom, left top, from(#F6FF00), color-stop(0.8rem, #F6FF00), color-stop(0.8rem, transparent), to(transparent));
	background: linear-gradient(to top, #F6FF00 0%, #F6FF00 0.8rem, transparent 0.8rem, transparent 100%);
	font-size: 2rem;
}

.p-top-banner__summer-img {
	margin-top: 0.6rem;
	position: static;
	width: 6.4rem;
}

.p-top-blog.p-class-blog {
	padding-top: 1.8rem;
}

.p-top-blog.p-class-blog .u-con--md::before {
	background-image: url(../images/top/class-treat02.svg);
	left: auto;
	right: -0.9rem;
	top: -1.8rem;
	-webkit-transform: none;
	transform: none;
	width: 13.8rem;
}

.p-top-blog.p-class-blog + * {
	margin-top: 0;
}

.p-top-class {
	padding-block: 7.6rem 8rem;
}

.p-top-class .u-con--md::before {
	background-image: url(../images/top/class-treat01_sp.png);
	left: -1.5rem;
	top: -7.2rem;
	width: 10.8rem;
}

.p-top-class .u-con--md::after {
	display: none;
}

.p-top-class__text {
	letter-spacing: 0;
}

.p-top-class__text-center {
	text-align: left;
}

.p-top-class__text + * {
	margin-top: 2rem;
}

.p-top-class__map-body {
	aspect-ratio: auto;
	height: 47.5rem;
}

.p-top-class__map::after {
	bottom: -9rem;
	left: auto;
	right: -1.9rem;
	width: 16.8rem;
}

.p-top-class__map + * {
	margin-top: 4rem;
}

.p-top-class__list {
	gap: 2rem;
}

.p-top-class__list + * {
	margin-top: 5.4rem;
}

.p-top-class__card {
	padding: 1.6rem;
}

.p-top-class__card-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-top-class__card-name {
	font-size: 1.8rem;
	line-height: 1.5;
}

.p-top-class__card-name + * {
	margin-top: 0;
}

.p-top-class__card-info-item.--tel .p-top-class__card-text:not(.--small) {
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-top-class__card-info-item + .p-top-class__card-info-item {
	margin-top: 0.4rem;
}

.p-top-class__card-text {
	font-size: 1.4rem;
	line-height: 1.4285714286;
}

.p-top-class__card-text.--small {
	font-size: 1rem;
	margin-top: 0;
}

.p-top-class__card-image {
	width: 32.7332242226%;
}

.p-top-course {
	padding-top: 8rem;
}

.p-top-course .u-con--md {
	width: 100%;
}

.p-top-course .c-primary-title + * {
	margin-top: 2.4rem;
}

.p-top-course__nav-list {
	gap: 2rem;
}

.p-top-course__nav-item {
	max-width: 24%;
}

.p-top-course__nav-link {
	padding-block: 0.2rem;
	font-size: 500;
}

.p-top-course__swiper {
	padding: 2.4rem 1.9rem 4.4rem;
}

.p-top-course__swiper .swiper-button-prev,
.p-top-course__swiper .swiper-button-next {
	height: 2.4rem;
	top: 16.8rem;
	-webkit-transform: none;
	transform: none;
	width: 2.4rem;
}

.p-top-course__swiper .swiper-button-prev {
	left: 0.7rem;
}

.p-top-course__swiper .swiper-button-next {
	right: 0.7rem;
}

.p-top-course__swiper .swiper-button-prev::after,
.p-top-course__swiper .swiper-button-next::after {
	height: 2.4rem;
	width: 2.4rem;
}

.p-top-course__list-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.6rem 1.6rem 0;
	position: relative;
}

.p-top-course__list-link::after {
	background: #fff;
	border-radius: 0.8rem;
	-webkit-box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	box-shadow: 0px 0.3rem 3rem rgba(0, 0, 0, .05);
	content: "";
	height: 62.3721881391%;
	left: 0;
	max-width: 86.4rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-top-course__list-title {
	font-size: 2rem;
	line-height: 1.45;
}

.p-top-course__list-title + * {
	margin-top: 0.8rem;
}

.p-top-course__list-lead {
	font-size: 1.6rem;
}

.p-top-course__list-lead::before {
	margin-top: 1.1rem;
	width: 2rem;
}

.p-top-course__list-lead + * {
	margin-top: 0.4rem;
}

.p-top-course__list-image {
	margin-inline: auto;
	width: 99.5090016367%;
}

.p-top-image__swiper + .p-top-image__swiper {
	margin-top: 1.6rem;
}

.p-top-instagram {
	padding-block: 4rem 8rem;
}

.p-top-instagram .c-primary-title__en {
	font-size: 3.6rem;
}

.p-top-interview.p-class-blog {
	padding-top: 8rem;
}

.p-top-interview.p-class-blog .u-con--md::before {
	display: none;
}

.p-top-interview.p-class-blog .u-con--md::after {
	border-radius: 0px 0.8rem 0.8rem 0px;
	height: calc(100% - 5rem);
	top: 5rem;
}

.p-top-interview.p-class-blog .c-primary-title__jp {
	text-align: left;
}

.p-top-interview.p-class-blog .c-primary-title + * {
	margin-top: 3.8rem;
}

.p-top-interview.p-class-blog .p-class-blog__body {
	padding-bottom: 4.8rem;
	padding-right: 1.6rem;
}

.p-top-interview.p-class-blog + * {
	margin-top: 6.2rem;
}

.p-top-message {
	padding-block: 4rem;
}

.p-top-message .c-primary-title {
	margin-left: 1.6rem;
}

.p-top-message .c-primary-title + * {
	margin-top: -1.9rem;
}

.p-top-message__body {
	grid-template-columns: repeat(1, 1fr);
}

.p-top-message__body::after {
	height: 71.8297101449%;
	width: 100%;
}

.p-top-message__box {
	padding-block: 3.4rem 0;
	padding-inline: 1.6rem;
	min-height: auto;
}

.p-top-message__image-box {
	margin-inline: auto;
	width: 26.8rem;
}

.p-top-mv {
	padding-top: 8.8rem;
}

.p-top-mv .u-con--lg {
	padding-block: 0.6rem 0;
	width: 90%;
}

.p-top-mv .u-con--lg::before {
	left: -1.1rem;
	top: 0;
	width: 10.8rem;
}

.p-top-mv .u-con--lg::after {
	display: none;
}

.p-top-mv__images {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
}

.p-top-mv__images::after {
	background-image: url(../images/top/mv-treat-tb.svg);
	bottom: -5.4rem;
	left: auto;
	right: -1.5rem;
	top: auto;
	width: 10.8rem;
}

.p-top-mv__lead {
	bottom: 1.6rem;
	left: 1.6rem;
	right: auto;
	top: auto;
	width: 31.1rem;
}

.p-top-mv__image {
	border-radius: 12rem 1.6rem 12rem 1.6rem;
	position: relative;
}

.p-top-mv__image::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50.74%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .5)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50.74%, rgba(255, 255, 255, .5) 100%);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-top-mv__image img {
	-o-object-position: 50% 45%;
	object-position: 50% 45%;
}

.p-top-mv__contents {
	margin: 2rem auto 0;
	width: 100%;
}

.p-top-mv__record-lead {
	font-size: 2.8rem;
}

.p-top-mv__record-lead:after {
	bottom: 0;
}

.p-top-mv__record-lead.--sub {
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-top-mv__record-lead.--sub:after {
	bottom: 0;
}

.p-top-mv__record-lead + .p-top-mv__record-lead {
	margin-top: 0.6rem;
}

.p-top-mv__record-list {
	gap: 0 2rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-top-mv__btn-wrap {
	gap: 1.6rem;
}

.p-top-mv__btn-wrap .c-btn {
	margin-inline: auto;
	max-width: 24rem;
	width: 100%;
}

.p-top-mv__btn-text {
	width: 33.6rem;
}

.p-top-mv__btn-text + * {
	margin-top: 1rem;
}

.p-top-reason {
	padding-block: 10.5rem 4rem;
}

.p-top-reason__lead {
	font-size: 2.4rem;
}

.p-top-reason__lead::before {
	left: -1.7rem;
	top: -4.3rem;
	width: 13.3rem;
}

.p-top-reason__lead::after {
	right: -1.7rem;
	top: -2.3rem;
	width: 8rem;
}

.p-top-reason__lead .dot {
	background-image: radial-gradient(0.1041666667em 0.1041666667em at center center, #ED7B27, #ED7B27 100%, transparent, transparent);
	background-size: 1em 0.2083333333em;
	padding-top: 0.2083333333em;
}

.p-top-reason__lead + * {
	margin-top: 1.4rem;
}

.p-top-reason .c-primary-title + * {
	margin-top: 3rem;
}

.p-top-reason__body {
	gap: 30px;
}

.p-top-reason__item {
	padding-left: 1rem;
}

.p-top-reason__item-inner {
	padding-inline: 1.6rem;
	padding-bottom: 2rem;
}

.p-top-reason__item-title {
	font-size: 1.8rem;
	min-height: auto;
}

.p-top-reason__item-title::before {
	font-size: 1.2rem;
	line-height: 1.3333333333;
}

.p-top-reason__item-title + * {
	margin-top: 0.7rem;
}

.p-top-reason__item-icon {
	top: -1rem;
	width: 6rem;
}

.p-top-record {
	padding-top: 4rem;
}

.p-top-record .u-con--md::before {
	left: -1.1rem;
	top: -6.6rem;
	width: 13.8rem;
}

.p-top-record .u-con--md::after {
	background-image: url(../images/top/class-treat01_sp.png);
	bottom: -2rem;
	right: -0.9rem;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	width: 13.8rem;
}

.p-top-record__list.l-grid--col4 {
	gap: 1.6rem;
	max-width: 33.6rem;
}

.p-top-record__list-item {
	padding-top: 2.4rem;
}

.p-top-record__list-text {
	font-size: 1.6rem;
	min-height: 4.8rem;
}

.p-top-record__list-num {
	gap: 0.2rem;
	font-size: 1.6rem;
}

.p-top-record__list-num .number {
	font-size: 5.6rem;
	line-height: 1.0714285714;
}

.u-sp {
	display: none !important;
}

.u-con--sm {
	max-width: 60rem;
}

.u-con--md {
	max-width: 60rem;
}

.u-con--lg {
	max-width: 60rem;
}

p:has(.wp-embedded-content) .wp-embedded-content {
	width: 100%;
}

.cps-post-main .video iframe,
.cps-post-main .instagram iframe {
	max-height: 200px;
	width: 100%;
}

.cps-post-main p {
	font-size: 1em;
	font-weight: 400;
}

.cps-post-main h2,
.cps-post-main h3,
.cps-post-main h4,
.cps-post-main h5 {
	font-weight: 500;
}

.cps-post-main h5 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 0.8rem;
	margin-top: 0rem;
	padding: 4px 0px;
}

.cps-post-main ol > li:after,
.cps-post-main table ol li:after {
	font-weight: 400;
	top: 13px;
}

.cps-post-main ol > li:before,
.cps-post-main table ol li:before {
	top: 3px;
}

.cps-post-main .wp-caption {
	margin-bottom: 30px;
}

.cps-post-main table.cps-table03 th {
	font-weight: 700;
}

.cps-post-main table.cps-table03 td {
	padding: 10px 7px;
}

.cps-post-main .ranking01 .ranking-title01,
.cps-post-main .ranking01 .ranking-title02,
.cps-post-main .ranking01 .ranking-title03,
.cps-post-main .ranking01 .ranking-title04,
.cps-post-main .ranking02 .ranking-title01,
.cps-post-main .ranking02 .ranking-title02,
.cps-post-main .ranking02 .ranking-title03,
.cps-post-main .ranking02 .ranking-title04,
.cps-post-main .ranking03 .ranking-title01,
.cps-post-main .ranking03 .ranking-title02,
.cps-post-main .ranking03 .ranking-title03,
.cps-post-main .ranking03 .ranking-title04 {
	font-size: 21px;
	font-weight: 700;
	padding-left: 60px;
}

.cps-post-main .ranking01 .ranking-title01 img.ranking-number,
.cps-post-main .ranking01 .ranking-title02 img.ranking-number,
.cps-post-main .ranking01 .ranking-title03 img.ranking-number,
.cps-post-main .ranking01 .ranking-title04 img.ranking-number,
.cps-post-main .ranking02 .ranking-title01 img.ranking-number,
.cps-post-main .ranking02 .ranking-title02 img.ranking-number,
.cps-post-main .ranking02 .ranking-title03 img.ranking-number,
.cps-post-main .ranking02 .ranking-title04 img.ranking-number,
.cps-post-main .ranking03 .ranking-title01 img.ranking-number,
.cps-post-main .ranking03 .ranking-title02 img.ranking-number,
.cps-post-main .ranking03 .ranking-title03 img.ranking-number,
.cps-post-main .ranking03 .ranking-title04 img.ranking-number {
	bottom: -18px;
	left: 2px;
	width: 55px;
}

.cps-post-main .ranking01 .ranking-title01 img.ranking-number-girly,
.cps-post-main .ranking01 .ranking-title02 img.ranking-number-girly,
.cps-post-main .ranking01 .ranking-title03 img.ranking-number-girly,
.cps-post-main .ranking01 .ranking-title04 img.ranking-number-girly,
.cps-post-main .ranking02 .ranking-title01 img.ranking-number-girly,
.cps-post-main .ranking02 .ranking-title02 img.ranking-number-girly,
.cps-post-main .ranking02 .ranking-title03 img.ranking-number-girly,
.cps-post-main .ranking02 .ranking-title04 img.ranking-number-girly,
.cps-post-main .ranking03 .ranking-title01 img.ranking-number-girly,
.cps-post-main .ranking03 .ranking-title02 img.ranking-number-girly,
.cps-post-main .ranking03 .ranking-title03 img.ranking-number-girly,
.cps-post-main .ranking03 .ranking-title04 img.ranking-number-girly {
	bottom: -18px;
	left: 2px;
	width: 55px;
}

.cps-post-main .ranking01 .ranking-title01 img.ranking-number-rich,
.cps-post-main .ranking01 .ranking-title02 img.ranking-number-rich,
.cps-post-main .ranking01 .ranking-title03 img.ranking-number-rich,
.cps-post-main .ranking01 .ranking-title04 img.ranking-number-rich,
.cps-post-main .ranking02 .ranking-title01 img.ranking-number-rich,
.cps-post-main .ranking02 .ranking-title02 img.ranking-number-rich,
.cps-post-main .ranking02 .ranking-title03 img.ranking-number-rich,
.cps-post-main .ranking02 .ranking-title04 img.ranking-number-rich,
.cps-post-main .ranking03 .ranking-title01 img.ranking-number-rich,
.cps-post-main .ranking03 .ranking-title02 img.ranking-number-rich,
.cps-post-main .ranking03 .ranking-title03 img.ranking-number-rich,
.cps-post-main .ranking03 .ranking-title04 img.ranking-number-rich {
	bottom: -36px;
	left: 8px;
	width: 44px;
}

.cps-post-main .ranking01 .ranking-img01,
.cps-post-main .ranking01 .ranking-img02,
.cps-post-main .ranking01 .ranking-img03,
.cps-post-main .ranking01 .ranking-img04,
.cps-post-main .ranking02 .ranking-img01,
.cps-post-main .ranking02 .ranking-img02,
.cps-post-main .ranking02 .ranking-img03,
.cps-post-main .ranking02 .ranking-img04,
.cps-post-main .ranking03 .ranking-img01,
.cps-post-main .ranking03 .ranking-img02,
.cps-post-main .ranking03 .ranking-img03,
.cps-post-main .ranking03 .ranking-img04 {
	margin: 0 auto;
}

.cps-post-main .ranking01 .ranking-info01,
.cps-post-main .ranking01 .ranking-info02,
.cps-post-main .ranking01 .ranking-info03,
.cps-post-main .ranking02 .ranking-info01,
.cps-post-main .ranking02 .ranking-info02,
.cps-post-main .ranking02 .ranking-info03,
.cps-post-main .ranking03 .ranking-info01,
.cps-post-main .ranking03 .ranking-info02,
.cps-post-main .ranking03 .ranking-info03 {
	margin-bottom: 20px;
}

.cps-post-main .gb-review-table-box .cps-table03 table th,
.cps-post-main .gb-review-table-box .cps-table03 table tr td:first-child {
	font-weight: 600;
}

.cps-post-main .gb-review-table-box .cps-table03 table td {
	padding: 10px 7px;
}

img.aligncenter {
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: block;
	margin-bottom: 20px;
}

img.alignleft {
	display: block;
	margin: 0 10px 10px 0;
}

.kaisetsu-box1 {
	padding-top: 70px !important;
}

.kaisetsu-box1-title {
	font-size: 18px;
	font-weight: 700;
}

.kaisetsu-box2 {
	padding-top: 70px !important;
}

.kaisetsu-box2-title {
	font-size: 18px;
	font-weight: 700;
}

.kaisetsu-box3 {
	padding-top: 70px !important;
}

.kaisetsu-box3-title {
	font-size: 18px;
	font-weight: 700;
}

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

.kaisetsu-box4-title {
	font-weight: 700;
}

.kaisetsu-box5 {
	margin-top: 20px !important;
	padding-top: 40px !important;
}

.kaisetsu-box5-title {
	font-weight: 700;
}

.concept-box1,
.concept-box2,
.concept-box3,
.concept-box4,
.concept-box5,
.concept-box6 {
	margin-top: 40px !important;
	padding-top: 40px !important;
}

.concept-box1:before,
.concept-box2:before,
.concept-box3:before,
.concept-box4:before,
.concept-box5:before,
.concept-box6:before {
	font-size: 18px;
	padding: 20px 8px 20px 32px;
	top: -21px;
}

.concept-box1:after,
.concept-box2:after,
.concept-box3:after,
.concept-box4:after,
.concept-box5:after,
.concept-box6:after {
	border-radius: 28px;
	font-size: 12px;
	left: 12px;
	padding-bottom: 12px;
	padding-left: 9px;
	padding-right: 11px;
	padding-top: 8px;
	top: -23px;
}

.innerlink-box1 {
	margin-top: 10px !important;
	padding-top: 35px !important;
}

.innerlink-box1-title {
	font-size: 11px;
	font-weight: bold;
	left: 15px;
	padding: 5px 5px 5px 6px;
	top: -14px;
}

.innerlink-box1-title .jic:before {
	padding-bottom: 0;
	padding-right: 0;
	vertical-align: inherit;
}

.simple-box1,
.simple-box2,
.simple-box3,
.simple-box4,
.simple-box5,
.simple-box6,
.simple-box7,
.simple-box8,
.simple-box9,
.kaisetsu-box1,
.kaisetsu-box2,
.kaisetsu-box3,
.kaisetsu-box4,
.kaisetsu-box5,
.kaisetsu-box6,
.concept-box1,
.concept-box2,
.concept-box3,
.concept-box4,
.concept-box5,
.concept-box6,
.innerlink-box1 {
	margin-bottom: 30px;
}

.simple-box1 ol,
.simple-box1 ul,
.simple-box2 ol,
.simple-box2 ul,
.simple-box3 ol,
.simple-box3 ul,
.simple-box4 ol,
.simple-box4 ul,
.simple-box5 ol,
.simple-box5 ul,
.simple-box6 ol,
.simple-box6 ul,
.simple-box7 ol,
.simple-box7 ul,
.simple-box8 ol,
.simple-box8 ul,
.simple-box9 ol,
.simple-box9 ul,
.kaisetsu-box1 ol,
.kaisetsu-box1 ul,
.kaisetsu-box2 ol,
.kaisetsu-box2 ul,
.kaisetsu-box3 ol,
.kaisetsu-box3 ul,
.kaisetsu-box4 ol,
.kaisetsu-box4 ul,
.kaisetsu-box5 ol,
.kaisetsu-box5 ul,
.kaisetsu-box6 ol,
.kaisetsu-box6 ul,
.concept-box1 ol,
.concept-box1 ul,
.concept-box2 ol,
.concept-box2 ul,
.concept-box3 ol,
.concept-box3 ul,
.concept-box4 ol,
.concept-box4 ul,
.concept-box5 ol,
.concept-box5 ul,
.concept-box6 ol,
.concept-box6 ul,
.innerlink-box1 ol,
.innerlink-box1 ul {
	padding-left: 4px !important;
	padding-right: 4px;
}

.simple-box1 ol,
.simple-box1 ul,
.simple-box2 ol,
.simple-box2 ul,
.simple-box3 ol,
.simple-box3 ul,
.simple-box4 ol,
.simple-box4 ul,
.simple-box5 ol,
.simple-box5 ul,
.simple-box6 ol,
.simple-box6 ul,
.simple-box7 ol,
.simple-box7 ul,
.simple-box8 ol,
.simple-box8 ul,
.simple-box9 ol,
.simple-box9 ul,
.kaisetsu-box1 ol,
.kaisetsu-box1 ul,
.kaisetsu-box2 ol,
.kaisetsu-box2 ul,
.kaisetsu-box3 ol,
.kaisetsu-box3 ul,
.kaisetsu-box4 ol,
.kaisetsu-box4 ul,
.kaisetsu-box5 ol,
.kaisetsu-box5 ul,
.kaisetsu-box6 ol,
.kaisetsu-box6 ul {
	padding-left: 4px !important;
	padding-right: 4px;
}

.concept-box1 ol,
.concept-box1 ul,
.concept-box2 ol,
.concept-box2 ul,
.concept-box3 ol,
.concept-box3 ul,
.concept-box4 ol,
.concept-box4 ul,
.concept-box5 ol,
.concept-box5 ul,
.concept-box6 ol,
.concept-box6 ul,
.innerlink-box1 ol,
.innerlink-box1 ul {
	padding-left: 4px !important;
	padding-right: 4px;
}

.color-button01,
.color-button02,
.color-button01-big,
.color-button02-big {
	margin-bottom: 10px;
}

.spfull {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.top-image-btn-color a,
.color-button01 a,
.color-button02 a {
	font-weight: 700;
	padding: 12px 80px;
	padding-bottom: 11px;
}

.spfull.color-button01 a,
.spfull.color-button02 a {
	width: 100%;
}

.color-button01-big a,
.color-button02-big a {
	font-weight: 700;
	width: 100% !important;
}

.top-image-btn-color a {
	font-weight: 700 !important;
}

.h2-style02 h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	padding: 10px 10px 12px;
}

.h3-style01 h3 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.h4-style01 h4 {
	font-size: 16px;
}

.jin-iconbox {
	margin: 20px 0;
}

.jin-iconbox-icons .jin-icons:before {
	padding-bottom: 1px;
}

.jin-2column,
.jin-3column {
	display: block;
	margin-bottom: 30px;
}

.jin-2column-left,
.jin-2column-right {
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
}

.jin-3column-left,
.jin-3column-center,
.jin-3column-right {
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
}

.jin-3column-left.col-nocolor,
.jin-3column-center.col-nocolor,
.jin-3column-right.col-nocolor,
.jin-2column-left.col-nocolor,
.jin-2column-right.col-nocolor {
	padding: 10px !important;
}

.jin-lp-h2 h2 {
	font-size: 18px;
	font-weight: 700 !important;
	margin-bottom: 25px;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
}

.jinlph2-style1 h2:first-letter {
	font-size: 20px;
}

.jinlph2-style3 h2 {
	font-weight: 500 !important;
	margin-top: 20px;
	padding: 15px !important;
}

.jincol-h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: center;
}

.jincolumn-h3style1 {
	padding-bottom: 0px !important;
}

.jic:before {
	padding-bottom: 3px;
	padding-right: 3px;
	vertical-align: bottom;
}

.jin-flexbox a {
	font-weight: bold;
}

.jsb-sp-2col-off {
	display: block !important;
	text-align: center;
}

.jsb-sp-2col-off .jin-shortcode-button a {
	margin: 6px 0;
	padding: 16px 80px;
}

.jsb-sp-2col-off p {
	padding-bottom: 0;
}

.jsb-sp-2col-on .jin-shortcode-button a {
	font-size: 14px;
	padding: 12px 24px;
}

.jin-shortcode-button a {
	padding: 15px 40px;
}

.gb-two-button-box .jin-shortcode-button a {
	padding: 12px 30px;
}

.gb-two-button-box .color-button01 a,
.gb-two-button-box .color-button02 a {
	padding: 15px 20px !important;
}

.balloon-icon {
	height: 60px;
	width: 60px;
}

.icon-name {
	font-size: 9px;
	top: 62px;
	width: 60px;
}

.balloon-icon img {
	width: 60px;
}

.balloon-serif .balloon-content img.star {
	padding-bottom: 2px;
	width: 38%;
}

.balloon-left .balloon-serif {
	margin: 0 0px 30px 78px;
}

.balloon-left .balloon-serif:before {
	top: 13px;
}

.balloon-left .balloon-serif:after {
	top: 12px;
}

.balloon-right .balloon-serif {
	margin: 0 78px 30px 0px;
}

.balloon-right .balloon-serif:before {
	top: 13px;
}

.balloon-right .balloon-serif:after {
	top: 12px;
}

.ranking-number {
	width: 45px;
}

.ranking-number-girly {
	width: 45px;
}

.ranking-number-rich {
	width: 35px;
}

h2 .ranking-number,
h3 .ranking-number {
	width: 45px;
}

h2 .ranking-number-rich,
h3 .ranking-number-rich {
	width: 35px;
}

h2 .ranking-number-girly,
h3 .ranking-number-girly {
	width: 45px;
}

.jin-ac-box01-title,
.jin-ac-box02-title {
	font-size: 16px;
	padding-right: 50px;
}

.jin-ac-box01-title::after,
.jin-ac-box02-title::after {
	right: 15px;
	top: 15px;
}

.jin-ac-box02-title {
	padding-left: 50px;
}

.jin-ac-box01-inner {
	padding: 20px 20px 0px 20px;
}

.jin-ac-box02-inner {
	padding: 25px 20px 0px 50px;
}

.jin-ac-box02-inner::before {
	top: 26px;
}

}

@media not all and (max-width: 767px) {

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

.c-form-list-horizontal {
	-moz-column-gap: 2rem;
	row-gap: 1rem;
	-webkit-column-gap: 2rem;
	column-gap: 2rem;
}

.c-form-list-horizontal.w2 .horizontal-item {
	width: calc(50% - 1rem);
}

.u-pt {
	display: none !important;
}

}

@-webkit-keyframes arrow-fade {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

49% {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

50% {
	opacity: 0;
}

51% {
	opacity: 1;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

100% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

}

@keyframes arrow-fade {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

49% {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

50% {
	opacity: 0;
}

51% {
	opacity: 1;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

100% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

}

@-webkit-keyframes jin-shiny {

0% {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}

20% {
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

100% {
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

}

@keyframes jin-shiny {

0% {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}

20% {
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

100% {
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

}

@-webkit-keyframes jin-float {

50% {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

}

@keyframes jin-float {

50% {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

}

@-webkit-keyframes jin-bound {

0% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

5% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

12% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

18% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

24% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@keyframes jin-bound {

0% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

5% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

12% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

18% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

24% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}


/*# sourceMappingURL=style.css.map */
