@charset "UTF-8";
/* =======================================================================
normalize
======================================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* =======================================================================
reset
======================================================================= */
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	height: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

i {
	font-style: normal;
}

label {
	cursor: pointer;
}

th, td {
	vertical-align: middle;
}

th {
	font-weight: normal;
	text-align: left;
}

em {
	font-weight: bold;
	font-style: normal;
}

figcaption {
	line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background-color: transparent;
	outline: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

hr {
	margin: 0;
}

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

@media screen and (max-width: 767px) {
	img {
		width: 100%;
		max-width: inherit;
	}
}
.u-align-c {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.u-align-c--pc {
		text-align: left;
	}
}

.u-align-l {
	text-align: left;
}

.u-align-r {
	text-align: right;
}

.u-valign-t {
	vertical-align: top;
}

.u-valign-m {
	vertical-align: middle;
}

.u-valign-b {
	vertical-align: bottom;
}

.u-bg-primary {
	background-color: #eaeff9;
}

.u-bg-secondary {
	background-color: #eeeeee;
}

.u-bg-tertiary {
	background-color: #eff2f1;
}

.u-color-default {
	color: #333;
}
.u-color-default a {
	color: #333;
}

.u-color-primary {
	color: #0f2350;
}
.u-color-primary a {
	color: #0f2350;
}

.u-color-default {
	color: #333;
}
.u-color-default a {
	color: #333;
}

.u-color-clear {
	color: #ffffff;
}
.u-color-clear a {
	color: #ffffff;
}

.u-color-alert {
	color: #da2888;
}
.u-color-alert a {
	color: #da2888;
}

@media screen and (min-width: 768px) {
	.u-sp-only {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.u-pc-only {
		display: none;
	}
}

.u-ff-primary {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

.u-ff-secondary {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}

a {
	color: #0f2350;
	text-decoration: none;
	outline: none;
}
@media screen and (min-width: 768px) {
	a:hover {
		text-decoration: underline;
	}
}

.u-uline {
	text-decoration: underline;
}

.u-uline:hover {
	text-decoration: none;
}

.u-hline:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.u-op {
		display: block;
		transition: opacity 0.3s;
	}
	.u-op:hover {
		opacity: 0.7;
		text-decoration: none;
	}
}

.u-list-dot > * {
	position: relative;
	padding-left: 1em;
}
.u-list-dot > *:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.u-list-cir > * {
	position: relative;
}
.u-list-cir > *:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}

.u-list-square > * {
	position: relative;
}
.u-list-square > *:before {
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}

.u-list-decimal {
	list-style: decimal;
	margin-left: 1.5em;
}
.u-list-ar > * {
	position: relative;
	padding-left: 20px;
}
.u-list-ar > *:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px #0f2350;
	border-right: solid 2px #0f2350;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

/* =======================================================================
margin
padding
======================================================================= */
.u-mt-xs {
	margin-top: 10px;
}

.u-mt-s {
	margin-top: 20px;
}

.u-mt-m {
	margin-top: 30px;
}

.u-mt-l {
	margin-top: 40px;
}

.u-mt-xl {
	margin-top: 60px;
}

.u-mt-2xl {
	margin-top: 80px;
}

.u-mt-3xl {
	margin-top: 100px;
}

.u-mb-xs {
	margin-bottom: 10px;
}

.u-mb-s {
	margin-bottom: 20px;
}

.u-mb-m {
	margin-bottom: 30px;
}

.u-mb-l {
	margin-bottom: 40px;
}

.u-mb-xl {
	margin-bottom: 60px;
}

.u-mb-2xl {
	margin-bottom: 80px;
}

.u-mb-3xl {
	margin-bottom: 100px;
}

.u-m-xs {
	margin: 10px;
}

.u-m-s {
	margin: 20px;
}

.u-m-m {
	margin: 30px;
}

.u-m-l {
	margin: 40px;
}

.u-m-xl {
	margin: 60px;
}

.u-m-2xl {
	margin: 80px;
}

.u-m-3xl {
	margin: 100px;
}

.u-pt-xs {
	padding-top: 10px;
}

.u-pt-s {
	padding-top: 20px;
}

.u-pt-m {
	padding-top: 30px;
}

.u-pt-l {
	padding-top: 40px;
}

.u-pt-xl {
	padding-top: 60px;
}

.u-pt-2xl {
	padding-top: 80px;
}

.u-pt-3xl {
	padding-top: 100px;
}

.u-pb-xs {
	padding-bottom: 10px;
}

.u-pb-s {
	padding-bottom: 20px;
}

.u-pb-m {
	padding-bottom: 30px;
}

.u-pb-l {
	padding-bottom: 40px;
}

.u-pb-xl {
	padding-bottom: 60px;
}

.u-pb-2xl {
	padding-bottom: 80px;
}

.u-pb-3xl {
	padding-bottom: 100px;
}

.u-p-xs {
	padding: 10px;
}

.u-p-s {
	padding: 20px;
}

.u-p-m {
	padding: 30px;
}

.u-p-l {
	padding: 40px;
}

.u-p-xl {
	padding: 60px;
}

.u-p-2xl {
	padding: 80px;
}

.u-p-3xl {
	padding: 100px;
}

@media screen and (max-width: 767px) {
	.u-mt-xs {
		margin-top: 5px;
	}
	.u-mt-s {
		margin-top: 10px;
	}
	.u-mt-m {
		margin-top: 15px;
	}
	.u-mt-l {
		margin-top: 20px;
	}
	.u-mt-xl {
		margin-top: 30px;
	}
	.u-mt-2xl {
		margin-top: 40px;
	}
	.u-mt-3xl {
		margin-top: 60px;
	}
	.u-mb-xs {
		margin-bottom: 5px;
	}
	.u-mb-s {
		margin-bottom: 10px;
	}
	.u-mb-m {
		margin-bottom: 15px;
	}
	.u-mb-l {
		margin-bottom: 20px;
	}
	.u-mb-xl {
		margin-bottom: 30px;
	}
	.u-mb-2xl {
		margin-bottom: 40px;
	}
	.u-mb-3xl {
		margin-bottom: 60px;
	}
	.u-m-xs {
		margin: 5px;
	}
	.u-m-s {
		margin: 10px;
	}
	.u-m-m {
		margin: 15px;
	}
	.u-m-l {
		margin: 20px;
	}
	.u-m-xl {
		margin: 30px;
	}
	.u-m-2xl {
		margin: 40px;
	}
	.u-m-3xl {
		margin: 60px;
	}
	.u-pt-xs {
		padding-top: 5px;
	}
	.u-pt-s {
		padding-top: 10px;
	}
	.u-pt-m {
		padding-top: 15px;
	}
	.u-pt-l {
		padding-top: 20px;
	}
	.u-pt-xl {
		padding-top: 30px;
	}
	.u-pt-2xl {
		padding-top: 40px;
	}
	.u-pt-3xl {
		padding-top: 60px;
	}
	.u-pb-xs {
		padding-bottom: 5px;
	}
	.u-pb-s {
		padding-bottom: 10px;
	}
	.u-pb-m {
		padding-bottom: 15px;
	}
	.u-pb-l {
		padding-bottom: 20px;
	}
	.u-pb-xl {
		padding-bottom: 30px;
	}
	.u-pb-2xl {
		padding-bottom: 40px;
	}
	.u-pb-3xl {
		padding-bottom: 60px;
	}
	.u-p-xs {
		padding: 5px;
	}
	.u-p-s {
		padding: 10px;
	}
	.u-p-m {
		padding: 15px;
	}
	.u-p-l {
		padding: 20px;
	}
	.u-p-xl {
		padding: 30px;
	}
	.u-p-2xl {
		padding: 40px;
	}
	.u-p-3xl {
		padding: 60px;
	}
}
.u-fw-n {
	font-weight: 500;
}

.u-fw-b {
	font-weight: 700;
}

.u-fs-10 {
	font-size: 0.625rem;
	line-height: 1.75;
}

.u-fs-11 {
	font-size: 0.6875rem;
	line-height: 1.75;
}

.u-fs-12 {
	font-size: 0.75rem;
	line-height: 1.75;
}

.u-fs-13 {
	font-size: 0.8125rem;
	line-height: 1.75;
}

.u-fs-14 {
	font-size: 0.875rem;
	line-height: 1.75;
}

.u-fs-16 {
	font-size: 1rem;
	line-height: 2.1;
}

.u-fs-18 {
	font-size: 1.125rem;
	line-height: 1.5;
}

.u-fs-20 {
	font-size: 1.25rem;
	line-height: 1.5;
}

.u-fs-24 {
	font-size: 1.5rem;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.u-fs-10 {
		font-size: 0.625rem;
		line-height: 1.75;
	}
	.u-fs-11 {
		font-size: 0.625rem;
		line-height: 1.75;
	}
	.u-fs-12 {
		font-size: 0.6875rem;
		line-height: 1.75;
	}
	.u-fs-13 {
		font-size: 0.6875rem;
		line-height: 1.75;
	}
	.u-fs-14 {
		font-size: 0.75rem;
		line-height: 1.75;
	}
	.u-fs-16 {
		font-size: 0.8125rem;
		line-height: 2.1;
	}
	.u-fs-18 {
		font-size: 0.9375rem;
		line-height: 1.5;
	}
	.u-fs-20 {
		font-size: 1rem;
		line-height: 1.5;
	}
	.u-fs-24 {
		font-size: 1.125rem;
		line-height: 1.5;
	}
}
.u-lh-l {
	line-height: 2.5;
}

.u-lh-m {
	line-height: 2;
}

.u-lh-s {
	line-height: 1.75;
}

.u-ls-m {
	letter-spacing: 0.1em;
}

.u-ls-l {
	letter-spacing: 0.2em;
}

.u-ti-1em {
	text-indent: 1em;
}

/* =======================================================================
breadcrumb
======================================================================= */
.c-breadcrumb-wrap {
	max-width: 1414px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	overflow: hidden;
}

.c-breadcrumb {
	display: flex;
	padding: 10px 0;
	font-size: 1.2rem;
}
.c-breadcrumb__item {
	position: relative;
	padding-right: 2em;
	font-weight: 700;
	flex-shrink: 0;
}
.c-breadcrumb__item:before {
	content: "＞";
	position: absolute;
	right: 0.5em;
	top: 0;
	font-size: 1.2rem;
	font-weight: normal;
}
.c-breadcrumb__item:last-child:before {
	display: none;
}
.c-breadcrumb__item a {
	color: #0f2350;
	font-weight: normal;
}
.c-breadcrumb__item a:hover {
	text-decoration: underline;
}

/* =======================================================================
btn
======================================================================= */
.c-btn01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: solid 1px #0f2350;
	padding: 10px 20px;
	gap: 10px;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.c-btn01 {
		width: 240px;
		height: 50px;
		border-radius: 50px;
	}
}
@media screen and (max-width: 767px) {
	.c-btn01 {
		width: calc(100% - 20px);
		height: 50px;
		border-radius: 50px;
	}
}
.c-btn01 .pict {
	width: 28px;
}
.c-btn01 .txt {
	flex: 1 1 0;
}
@media screen and (min-width: 768px) {
	.c-btn01 .txt {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.c-btn01 .txt {
		font-size: 1rem;
		text-align: center;
	}
}
.c-btn01--reverse {
	background-color: #0f2350;
	color: #ffffff;
}
.c-btn01--bg-wh {
	background-color: #ffffff;
}
.c-btn01--bg-gd {
	border-color: transparent;
	background-image: linear-gradient(150deg, #e7f0ed 0%, #c8dde6 70%, #d5e0f9 100%);
}
.c-btn01--bg-or {
	border-color: transparent;
	background-image: linear-gradient(90deg, #fdd55a 0%, #f39548 100%);
}
.c-btn01--h-l {
	height: 60px;
	border-radius: 60px;
	padding: 10px 30px;
}
.c-btn01--ta-c .txt {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.c-btn01--s {
		width: 180px;
		height: 24px;
		padding: 0 10px;
	}
}
.c-btn01--s .txt {
	text-align: center;
}

a.c-btn01:hover,
a:hover .c-btn01 {
	background-color: #0f2350;
	color: #ffffff;
	text-decoration: none;
}

a.c-btn01--bg-gd:hover,
a:hover .c-btn01--bg-gd,
a.c-btn01--bg-or:hover,
a:hover .c-btn01--bg-or {
	background-image: linear-gradient(90deg, #0f2350 0%, #0f2350 100%);
}

a.c-btn01--reverse:hover,
a:hover .c-btn01--reverse {
	background-color: transparent;
	color: #0f2350;
}

.c-btn02 {
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: solid 1px #0f2350;
	transition: 0.3s;
}
.c-btn02 .txt {
	font-size: 0.875rem;
}
.c-btn02--bg-wh {
	background-color: #ffffff;
}
.c-btn02--s {
	width: 100px;
	height: 100px;
}

a.c-btn02:hover,
a:hover .c-btn02 {
	background-color: #0f2350;
	color: #ffffff;
	text-decoration: none;
}

.c-btn03 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background-image: linear-gradient(150deg, #e7f0ed 0%, #c8dde6 70%, #d5e0f9 100%);
}
@media screen and (min-width: 768px) {
	.c-btn03 {
		width: 360px;
		height: 80px;
		padding: 10px 25px;
		border-radius: 15px;
	}
}
@media screen and (max-width: 767px) {
	.c-btn03 {
		height: 60px;
		padding: 10px 15px;
		border-radius: 10px;
	}
}
.c-btn03 .txt {
	flex: 1 1 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.c-btn03 .txt {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.c-btn03 .txt {
		font-size: 0.8125rem;
	}
}

a.c-btn03 {
	transition: opacity 0.3s;
}
a.c-btn03:hover {
	opacity: 0.7;
	text-decoration: none;
}

.c-btn04 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: none;
	padding: 20px 20px;
	gap: 10px;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.c-btn04 {
		width: 240px;
		height: 50px;
		border-radius: 50px;
	}
}
@media screen and (max-width: 767px) {
	.c-btn04 {
		width: calc(100% - 20px);
		height: 50px;
		border-radius: 50px;
	}
}
.c-btn04 .pict {
	width: 28px;
}
@media screen and (min-width: 768px) {
	.c-btn04 .txt {
		font-size: 0.875rem;
		padding-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c-btn04 .txt {
		font-size: 1rem;
		text-align: center;
	}
}
.c-btn04--reverse {
	background-color: #0f2350;
	color: #ffffff;
}
.c-btn04--bg-wh {
	background-color: #ffffff;
}
.c-btn04--bg-gd {
	border-color: transparent;
	background-image: linear-gradient(150deg, #e7f0ed 0%, #c8dde6 70%, #d5e0f9 100%);
}
.c-btn04--bg-or {
	border-color: transparent;
	background-image: linear-gradient(90deg, #fdd55a 0%, #f39548 100%);
}
.c-btn04--h-l {
	height: 60px;
	border-radius: 60px;
	padding: 10px 30px;
}
.c-btn04--ta-c .txt {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.c-btn04--s {
		width: 180px;
		height: 24px;
		padding: 0 10px;
	}
}
.c-btn04--s .txt {
	text-align: center;
}

a.c-btn04:hover,
a:hover .c-btn04 {
	background-color: #0f2350;
	color: #ffffff;
	text-decoration: none;
}

a.c-btn04--bg-gd:hover,
a:hover .c-btn04--bg-gd,
a.c-btn04--bg-or:hover,
a:hover .c-btn04--bg-or {
	background-image: linear-gradient(90deg, #0f2350 0%, #0f2350 100%);
}

a.c-btn04--reverse:hover,
a:hover .c-btn04--reverse {
	background-color: transparent;
	color: #0f2350;
}

/* =======================================================================
ico
======================================================================= */
.c-ico01 {
	position: relative;
	width: 8px;
	height: 8px;
	background-size: 100%;
}
.c-ico01:before {
	background-image: url("../images/common/ico_arrow.svg");
}
.c-btn01--reverse .c-ico01:before {
	background-image: url("../images/common/ico_arrow-wh.svg");
}
a:hover .c-btn01 .c-ico01:before, a:hover .c-btn02 .c-ico01:before, a:hover .c-btn04 .c-ico01:before, a.c-btn01:hover .c-ico01:before, a.c-btn02:hover .c-ico01:before, a.c-btn04:hover .c-ico01:before {
	opacity: 0;
}
.c-ico01:after {
	opacity: 0;
	background-image: url("../images/common/ico_arrow-wh.svg");
}
.c-btn01--reverse .c-ico01:after {
	background-image: url("../images/common/ico_arrow.svg");
}
a:hover .c-btn01 .c-ico01:after, a:hover .c-btn02 .c-ico01:after, a:hover .c-btn04 .c-ico01:after, a.c-btn01:hover .c-ico01:after, a.c-btn02:hover .c-ico01:after, a.c-btn04:hover .c-ico01:after {
	opacity: 1;
}
.c-ico01:before, .c-ico01:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-size: 100%;
	transition: 0.3s;
}
.c-ico01--l {
	width: 10px;
	height: 10px;
}
.c-ico01--prev {
	transform: scale(-1, 1);
}

.c-ico02 {
	position: relative;
	width: 30px;
	height: 30px;
	border: solid 1px #0f2350;
	border-radius: 50%;
	transition: 0.3s;
}
.c-ico02:before, .c-ico02:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	background-size: 100%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.c-ico02:before {
	background-image: url("../images/common/ico_arrow.svg");
}
a.p-news-pager__pn:hover .c-ico02:before, a:hover .c-btn01 .c-ico02:before, a:hover .c-btn02 .c-ico02:before, a.c-btn01:hover .c-ico02:before, a.c-btn02:hover .c-ico02:before {
	opacity: 0;
}
.c-ico02:after {
	opacity: 0;
	background-image: url("../images/common/ico_arrow-wh.svg");
}
a.p-news-pager__pn:hover .c-ico02:after, a:hover .c-btn01 .c-ico02:after, a:hover .c-btn02 .c-ico02:after, a.c-btn01:hover .c-ico02:after, a.c-btn02:hover .c-ico02:after {
	opacity: 1;
}
.c-ico02--bg-wh {
	background-color: #ffffff;
}
a.p-news-pager__pn:hover .c-ico02--bg-wh {
	background-color: #0f2350;
}
.c-ico02--s {
	width: 24px;
	height: 24px;
}
.c-ico02--s:before {
	width: 6px;
	height: 6px;
}
.c-ico02--l {
	width: 45px;
	height: 45px;
}
.c-ico02--l:before {
	width: 10px;
	height: 10px;
}
.c-ico02--prev {
	transform: scale(-1, 1);
}

/* =======================================================================
form
======================================================================= */
input[type=text].c-input-text,
textarea.c-textarea {
	transition: 0.3s;
	appearance: none;
	-webkit-appearance: none;
	background-color: #eaeff9;
	box-shadow: none;
	border: solid 1px transparent;
	border-radius: 10px;
	width: 100%;
	outline: none;
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	input[type=text].c-input-text,
	textarea.c-textarea {
		padding: 1.5rem 2rem;
	}
}
@media screen and (max-width: 767px) {
	input[type=text].c-input-text,
	textarea.c-textarea {
		padding: 1.25rem 1.5rem;
	}
}
input[type=text].c-input-text:focus,
textarea.c-textarea:focus {
	border-color: #0f2350;
}

textarea.c-textarea {
	resize: none;
}

input[type=radio].c-input-radio,
input[type=checkbox].c-input-checkbox {
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	margin-top: -3px;
	border: solid 1px #0f2350;
	box-shadow: none;
	background-color: #ffffff;
	outline: none;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

input[type=radio].c-input-radio:after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #0f2350;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 100%;
	display: none;
}
input[type=radio].c-input-radio:checked:after {
	display: block;
}

input[type=checkbox].c-input-checkbox:after {
	content: "";
	width: 5px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-bottom: solid 1px #0f2350;
	border-right: solid 1px #0f2350;
	display: none;
	transform: translate(-50%, -65%) rotate(45deg);
}
input[type=checkbox].c-input-checkbox:checked:after {
	display: block;
}

input[type=radio].c-input-radio {
	border-radius: 100%;
}

input[type=checkbox].c-input-checkbox {
	border-radius: 0;
}

select.c-select {
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	min-height: 40px;
	padding: 12px 45px 12px 15px;
	border: solid 2px #cccccc;
	box-shadow: none;
	border-radius: 4px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-image: url(../images/icon-select.png);
	background-position: right 50%;
	cursor: pointer;
	font-size: 1rem;
	outline: none;
	line-height: 1.231;
	text-overflow: "";
}

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

button.c-input-submit,
input.c-input-submit {
	background-color: #0f2350;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
@media screen and (min-width: 768px) {
	button.c-input-submit,
	input.c-input-submit {
		padding: 10px 25px;
		border-radius: 15px;
		min-height: 80px;
		max-width: 500px;
		width: 100%;
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	button.c-input-submit,
	input.c-input-submit {
		padding: 5px 15px;
		border-radius: 10px;
		min-height: 60px;
		font-size: 0.8125rem;
		width: 100%;
	}
}
button.c-input-submit .txt,
input.c-input-submit .txt {
	text-align: center;
	flex: 1 1 0;
}

button.c-input-back,
input.c-input-back {
	border: solid 1px #0f2350;
	border-radius: 10px;
	background-color: transparent;
	color: #0f2350;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
@media screen and (min-width: 768px) {
	button.c-input-back,
	input.c-input-back {
		padding: 10px 25px;
		border-radius: 15px;
		min-height: 60px;
		max-width: 270px;
		font-size: 1rem;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	button.c-input-back,
	input.c-input-back {
		padding: 5px 15px;
		border-radius: 10px;
		min-height: 50px;
		font-size: 0.8125rem;
		width: 100%;
	}
}
button.c-input-back .txt,
input.c-input-back .txt {
	text-align: center;
	flex: 1 1 0;
}

/* =======================================================================
heading
======================================================================= */
.c-heading {
	display: grid;
	gap: 0.25em;
}
@media screen and (min-width: 768px) {
	.c-heading--center {
		text-align: center;
	}
}
.c-heading .ja {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 0.75rem;
}
.c-heading .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.125em;
	font-style: normal;
}
@media screen and (min-width: 768px) {
	.c-heading .en {
		font-size: 2.25rem;
	}
}
@media screen and (max-width: 767px) {
	.c-heading .en {
		font-size: 1.875rem;
	}
}

.l-heading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.l-heading {
		padding-left: 55px;
		padding-right: 55px;
	}
}
@media screen and (max-width: 767px) {
	.l-heading {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.l-heading__inner {
	position: relative;
	width: 100%;
}

.l-heading-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-size: cover;
	gap: 5px;
	background-position: 50% 50%;
}
@media screen and (min-width: 768px) {
	.l-heading-content {
		border-radius: 30px;
		min-height: 300px;
	}
}
@media screen and (max-width: 767px) {
	.l-heading-content {
		border-radius: 15px;
		min-height: 235px;
	}
}
.l-heading-content.coaching {
	background-image: url("../images/coaching/img_title.jpg");
}
.l-heading-content.profile {
	background-image: url("../images/profile/img_title.jpg");
}
.l-heading-content.corporate {
	background-image: url("../images/corporate/img_title.jpg");
}
.l-heading-content.diary {
	background-image: url("../images/diary/img_title.jpg");
}
.l-heading-content.books {
	background-image: url("../images/books/img_title.jpg");
}
.l-heading-content.lecture {
	background-image: url("../images/lecture/img_title.jpg");
}
.l-heading-content.link {
	background-image: url("../images/link/img_title.jpg");
}
.l-heading-content.news {
	background-image: url("../images/news/img_title.jpg");
}
@media screen and (max-width: 767px) {
	.l-heading-content.news {
		background-position: 100% 50%;
	}
}
.l-heading-content.contact {
	background-image: url("../images/contact/img_title.jpg");
}
.l-heading-content.voice {
	background-image: url("../images/voice/img_title.jpg");
}
@media screen and (max-width: 767px) {
	.l-heading-content.voice {
		background-position: right -200px center;
	}
}

.l-heading-title-en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.125em;
	font-style: normal;
	text-align: center;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.l-heading-title-en {
		font-size: 2.625rem;
	}
}
@media screen and (max-width: 767px) {
	.l-heading-title-en {
		font-size: 2.0625rem;
	}
}

.l-heading-title-jp {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.l-heading-title-jp {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.l-heading-title-jp {
		font-size: 0.8125rem;
	}
}

/* =======================================================================
about
======================================================================= */
.c-coaching-nav {
	display: grid;
}
@media screen and (min-width: 768px) {
	.c-coaching-nav {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}
@media screen and (min-width: 1211px) {
	.c-coaching-nav {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.c-coaching-nav {
		grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
		gap: 15px;
	}
}
.c-coaching-nav__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 0px;
	border-radius: 10px;
	border: solid 1px #0f2350;
	background-color: #ffffff;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.c-coaching-nav__item {
		min-height: 140px;
		padding: 25px;
	}
}
@media screen and (max-width: 767px) {
	.c-coaching-nav__item {
		min-height: 100px;
		padding: 15px;
	}
}
.c-coaching-nav__item.index {
	background-color: #0f2350;
}
.c-coaching-nav__item:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(120deg, #d5e0f9 0%, #eef3ff 100%);
	opacity: 0;
	transition: 0.3s;
}
.c-coaching-nav__item:hover {
	text-decoration: none;
}
.c-coaching-nav__item:hover:before {
	opacity: 1;
}

.c-coaching-nav-ico {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	.c-coaching-nav-ico {
		width: 90px;
	}
}
@media screen and (max-width: 767px) {
	.c-coaching-nav-ico {
		width: 40px;
		align-self: end;
	}
}

.c-coaching-nav-arrow {
	position: relative;
	z-index: 1;
	position: absolute;
}
@media screen and (min-width: 768px) {
	.c-coaching-nav-arrow {
		left: 25px;
		bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.c-coaching-nav-arrow {
		left: 15px;
		bottom: 15px;
	}
}

.c-coaching-nav-title {
	position: relative;
	z-index: 1;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 1.2;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.c-coaching-nav-title {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.c-coaching-nav-title {
		font-size: 0.875rem;
	}
}
.c-coaching-nav__item.index .c-coaching-nav-title {
	color: #ffffff;
}
.c-coaching-nav__item.index:hover .c-coaching-nav-title {
	color: #0f2350;
}

/* =======================================================================
bnrs
======================================================================= */
.c-page-bnrs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
.c-page-bnrs__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background-size: cover;
	background-position: 50%;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.c-page-bnrs__item {
		gap: 30px;
		padding: 65px 50px;
	}
}
@media screen and (max-width: 767px) {
	.c-page-bnrs__item {
		gap: 20px;
		padding: 40px 10px;
	}
}
.c-page-bnrs__item--event {
	background-image: url("../images/common/bg_event.jpg");
}
.c-page-bnrs__item--event-only {
	background-image: url("../images/common/bg_event_large.jpg");
}
.c-page-bnrs__item--books {
	background-image: url("../images/common/bg_books.jpg");
}

.c-page-bnrs-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	gap: 0;
}
@media screen and (max-width: 767px) {
	.c-page-bnrs-title .en {
		font-size: 1.25rem;
	}
}

/* =======================================================================
contact
======================================================================= */
.c-contact {
	padding-top: 80px;
	padding-bottom: 80px;
}

.c-contact-txt {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 1.75;
}
@media screen and (min-width: 768px) {
	.c-contact-txt {
		margin-top: 20px;
		font-size: 1rem;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.c-contact-txt {
		margin-top: 30px;
		font-size: 1.0625rem;
	}
}

.c-contact-btns {
	margin-top: 30px;
	display: grid;
}
@media screen and (min-width: 768px) {
	.c-contact-btns {
		gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.c-contact-btns {
		gap: 20px;
	}
}
.c-contact-btns__item {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.c-contact-btns__item {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.c-contact-btns__item {
		font-size: 1.0625rem;
	}
}
.c-contact-btns__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #0f2350;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.c-contact-btns__item a {
		gap: 20px;
		max-width: 520px;
		min-height: 80px;
		border-radius: 80px;
	}
}
@media screen and (max-width: 767px) {
	.c-contact-btns__item a {
		gap: 10px;
		min-height: 50px;
		border-radius: 50px;
	}
}
.c-contact-btns__item a .ico {
	position: relative;
}
@media screen and (min-width: 768px) {
	.c-contact-btns__item a .ico {
		width: 36px;
		height: 36px;
	}
}
@media screen and (max-width: 767px) {
	.c-contact-btns__item a .ico {
		width: 24px;
		height: 24px;
	}
}
.c-contact-btns__item a .ico:before, .c-contact-btns__item a .ico:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	background-size: 100%;
	transition: 0.3s;
}
.c-contact-btns__item a .ico:after {
	opacity: 0;
}
.c-contact-btns__item a .ico--form:before {
	background-image: url("../images/common/ico_contact_form.svg");
}
.c-contact-btns__item a .ico--form:after {
	background-image: url("../images/common/ico_contact_form-wh.svg");
}
.c-contact-btns__item a .ico--mail:before {
	background-image: url("../images/common/ico_contact_mail.svg");
}
.c-contact-btns__item a .ico--mail:after {
	background-image: url("../images/common/ico_contact_mail-wh.svg");
}
.c-contact-btns__item a:hover {
	background-color: #0f2350;
	color: #ffffff;
	text-decoration: none;
}
.c-contact-btns__item a:hover .ico:before {
	opacity: 0;
}
.c-contact-btns__item a:hover .ico:after {
	opacity: 1;
}

.c-contact-tel {
	margin-top: 30px;
	display: grid;
}
@media screen and (min-width: 768px) {
	.c-contact-tel {
		gap: 10px;
	}
}
@media screen and (max-width: 767px) {
	.c-contact-tel {
		gap: 5px;
	}
}

.c-contact-tel-num {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.c-contact-tel-num .title {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.c-contact-tel-num .title {
		font-size: 0.8125rem;
	}
}
.c-contact-tel-num .ico {
	width: 24px;
	flex-shrink: 0;
}
.c-contact-tel-num .num {
	font-size: 1.875rem;
}

.c-contact-tel-txt {
	text-align: center;
	color: #333;
}
@media screen and (min-width: 768px) {
	.c-contact-tel-txt {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.c-contact-tel-txt {
		font-size: 0.8125rem;
	}
}

/* =======================================================================
wysiwyg
wordpress
======================================================================= */
body.c-admin-wysiwyg {
	background-color: #ffffff;
	color: #0f2350;
	max-width: 880px !important;
	padding: 40px !important;
}

body.c-admin-wysiwyg,
.c-wysiwyg {
	*zoom: 1;
	word-wrap: break-word;
	line-height: 1.55;
	overflow: hidden;
	font-size: 1rem;
}
body.c-admin-wysiwyg:after,
.c-wysiwyg:after {
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 767px) {
	body.c-admin-wysiwyg,
	.c-wysiwyg {
		font-size: 0.8125rem;
	}
}
body.c-admin-wysiwyg h1, body.c-admin-wysiwyg h2, body.c-admin-wysiwyg h3, body.c-admin-wysiwyg h4, body.c-admin-wysiwyg h5, body.c-admin-wysiwyg h6, body.c-admin-wysiwyg p, body.c-admin-wysiwyg ol, body.c-admin-wysiwyg ul, body.c-admin-wysiwyg dl, body.c-admin-wysiwyg pre, body.c-admin-wysiwyg hr, body.c-admin-wysiwyg blockquote,
.c-wysiwyg h1,
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6,
.c-wysiwyg p,
.c-wysiwyg ol,
.c-wysiwyg ul,
.c-wysiwyg dl,
.c-wysiwyg pre,
.c-wysiwyg hr,
.c-wysiwyg blockquote {
	*zoom: 1;
	clear: both;
}
body.c-admin-wysiwyg h1:after, body.c-admin-wysiwyg h2:after, body.c-admin-wysiwyg h3:after, body.c-admin-wysiwyg h4:after, body.c-admin-wysiwyg h5:after, body.c-admin-wysiwyg h6:after, body.c-admin-wysiwyg p:after, body.c-admin-wysiwyg ol:after, body.c-admin-wysiwyg ul:after, body.c-admin-wysiwyg dl:after, body.c-admin-wysiwyg pre:after, body.c-admin-wysiwyg hr:after, body.c-admin-wysiwyg blockquote:after,
.c-wysiwyg h1:after,
.c-wysiwyg h2:after,
.c-wysiwyg h3:after,
.c-wysiwyg h4:after,
.c-wysiwyg h5:after,
.c-wysiwyg h6:after,
.c-wysiwyg p:after,
.c-wysiwyg ol:after,
.c-wysiwyg ul:after,
.c-wysiwyg dl:after,
.c-wysiwyg pre:after,
.c-wysiwyg hr:after,
.c-wysiwyg blockquote:after {
	content: "";
	display: table;
	clear: both;
}
body.c-admin-wysiwyg a,
.c-wysiwyg a {
	text-decoration: underline;
	color: #0f2350;
}
body.c-admin-wysiwyg a:hover,
.c-wysiwyg a:hover {
	text-decoration: none;
}
body.c-admin-wysiwyg h1, body.c-admin-wysiwyg h2, body.c-admin-wysiwyg h3, body.c-admin-wysiwyg h4, body.c-admin-wysiwyg h5, body.c-admin-wysiwyg h6,
.c-wysiwyg h1,
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
	margin-bottom: 15px;
	line-height: 1.55;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
body.c-admin-wysiwyg h2,
.c-wysiwyg h2 {
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	body.c-admin-wysiwyg h2,
	.c-wysiwyg h2 {
		font-size: 1.125rem;
	}
}
body.c-admin-wysiwyg h3,
.c-wysiwyg h3 {
	font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
	body.c-admin-wysiwyg h3,
	.c-wysiwyg h3 {
		font-size: 1rem;
	}
}
body.c-admin-wysiwyg h4,
.c-wysiwyg h4 {
	font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
	body.c-admin-wysiwyg h4,
	.c-wysiwyg h4 {
		font-size: 0.9375rem;
	}
}
body.c-admin-wysiwyg h5,
.c-wysiwyg h5 {
	font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
	body.c-admin-wysiwyg h5,
	.c-wysiwyg h5 {
		font-size: 0.9375rem;
	}
}
body.c-admin-wysiwyg h6,
.c-wysiwyg h6 {
	font-size: 1rem;
}
@media screen and (max-width: 767px) {
	body.c-admin-wysiwyg h6,
	.c-wysiwyg h6 {
		font-size: 0.8125rem;
	}
}
body.c-admin-wysiwyg i,
.c-wysiwyg i {
	font-style: italic;
}
body.c-admin-wysiwyg pre,
.c-wysiwyg pre {
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}
body.c-admin-wysiwyg blockquote,
.c-wysiwyg blockquote {
	margin: 0 0 30px;
	padding: 10px 20px;
	background-color: #eaeff9;
	font-size: 0.875rem;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	body.c-admin-wysiwyg blockquote,
	.c-wysiwyg blockquote {
		font-size: 0.6875rem;
	}
}
body.c-admin-wysiwyg hr,
.c-wysiwyg hr {
	height: 1px;
	background-color: #cccccc;
	border: 0;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	body.c-admin-wysiwyg hr,
	.c-wysiwyg hr {
		margin-bottom: 20px;
	}
}
body.c-admin-wysiwyg p,
.c-wysiwyg p {
	*zoom: 1;
	line-height: 2.1;
	margin-bottom: 30px;
}
body.c-admin-wysiwyg p:after,
.c-wysiwyg p:after {
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 767px) {
	body.c-admin-wysiwyg p,
	.c-wysiwyg p {
		margin-bottom: 20px;
	}
}
body.c-admin-wysiwyg ul, body.c-admin-wysiwyg ol,
.c-wysiwyg ul,
.c-wysiwyg ol {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	body.c-admin-wysiwyg ul, body.c-admin-wysiwyg ol,
	.c-wysiwyg ul,
	.c-wysiwyg ol {
		margin-bottom: 20px;
	}
}
body.c-admin-wysiwyg ol li,
.c-wysiwyg ol li {
	list-style-type: decimal;
	margin-left: 1.5em;
}
body.c-admin-wysiwyg ul li,
.c-wysiwyg ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}
body.c-admin-wysiwyg img,
.c-wysiwyg img {
	max-width: 100%;
	height: auto;
}
body.c-admin-wysiwyg img.alignleft,
.c-wysiwyg img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
body.c-admin-wysiwyg img.alignright,
.c-wysiwyg img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
body.c-admin-wysiwyg img.aligncenter,
.c-wysiwyg img.aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
body.c-admin-wysiwyg table,
.c-wysiwyg table {
	width: 100%;
	background-color: #ffffff;
	table-layout: fixed;
}
body.c-admin-wysiwyg table th, body.c-admin-wysiwyg table td,
.c-wysiwyg table th,
.c-wysiwyg table td {
	padding: 10px 20px;
	border: solid 1px #cccccc;
	font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
	body.c-admin-wysiwyg table th, body.c-admin-wysiwyg table td,
	.c-wysiwyg table th,
	.c-wysiwyg table td {
		font-size: 0.75rem;
	}
}
body.c-admin-wysiwyg table th,
.c-wysiwyg table th {
	background-color: #0f2350;
	color: #ffffff;
	font-weight: 700;
}
body.c-admin-wysiwyg .wp-caption-text,
.c-wysiwyg .wp-caption-text {
	margin-top: 0.5em;
	font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
	body.c-admin-wysiwyg .wp-caption-text,
	.c-wysiwyg .wp-caption-text {
		font-size: 0.6875rem;
	}
}
body.c-admin-wysiwyg .wp-caption.alignleft,
.c-wysiwyg .wp-caption.alignleft {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: calc(50% - 20px) !important;
	margin-right: 20px;
}
body.c-admin-wysiwyg .wp-caption.alignleft img,
.c-wysiwyg .wp-caption.alignleft img {
	width: 100%;
	height: auto;
}
body.c-admin-wysiwyg .wp-caption.alignright,
.c-wysiwyg .wp-caption.alignright {
	display: block;
	float: right;
	margin-bottom: 10px;
	width: calc(50% - 20px) !important;
	margin-left: 20px;
}
body.c-admin-wysiwyg .wp-caption.alignright img,
.c-wysiwyg .wp-caption.alignright img {
	width: 100%;
	height: auto;
}
body.c-admin-wysiwyg .wp-caption.aligncenter, body.c-admin-wysiwyg .wp-caption.alignnone,
.c-wysiwyg .wp-caption.aligncenter,
.c-wysiwyg .wp-caption.alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.wp-pagenavi {
		gap: 15px;
	}
}
@media screen and (max-width: 767px) {
	.wp-pagenavi {
		gap: 8px;
	}
}
.wp-pagenavi > a, .wp-pagenavi > span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	color: #0f2350;
	border: solid 1px #0f2350;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.wp-pagenavi > a, .wp-pagenavi > span {
		width: 46px;
		height: 46px;
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.wp-pagenavi > a, .wp-pagenavi > span {
		width: 40px;
		height: 40px;
		font-size: 0.8125rem;
	}
}
.wp-pagenavi > a.previouspostslink, .wp-pagenavi > a.nextpostslink, .wp-pagenavi > span.previouspostslink, .wp-pagenavi > span.nextpostslink {
	display: block;
	text-align: left;
	text-indent: -9998px;
}
.wp-pagenavi > a.previouspostslink:before, .wp-pagenavi > a.previouspostslink:after, .wp-pagenavi > a.nextpostslink:before, .wp-pagenavi > a.nextpostslink:after, .wp-pagenavi > span.previouspostslink:before, .wp-pagenavi > span.previouspostslink:after, .wp-pagenavi > span.nextpostslink:before, .wp-pagenavi > span.nextpostslink:after {
	content: "";
	position: absolute;
	background-image: url("../images/common/ico_arrow.svg");
	width: 8px;
	height: 8px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.wp-pagenavi > a.previouspostslink:after, .wp-pagenavi > a.nextpostslink:after, .wp-pagenavi > span.previouspostslink:after, .wp-pagenavi > span.nextpostslink:after {
	background-image: url("../images/common/ico_arrow-wh.svg");
	opacity: 0;
}
.wp-pagenavi > a.previouspostslink:hover:before, .wp-pagenavi > a.nextpostslink:hover:before, .wp-pagenavi > span.previouspostslink:hover:before, .wp-pagenavi > span.nextpostslink:hover:before {
	opacity: 0;
}
.wp-pagenavi > a.previouspostslink:hover:after, .wp-pagenavi > a.nextpostslink:hover:after, .wp-pagenavi > span.previouspostslink:hover:after, .wp-pagenavi > span.nextpostslink:hover:after {
	opacity: 1;
}
.wp-pagenavi > a.previouspostslink:before, .wp-pagenavi > a.previouspostslink:after, .wp-pagenavi > span.previouspostslink:before, .wp-pagenavi > span.previouspostslink:after {
	transform: translate(-50%, -50%) scale(-1, 1);
}
.wp-pagenavi > a.current, .wp-pagenavi > a:hover, .wp-pagenavi > span.current, .wp-pagenavi > span:hover {
	color: #ffffff;
	background-color: #0f2350;
	text-decoration: none;
}

/* =======================================================================
header
======================================================================= */
.l-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5500;
	transition: 0.3s;
	background-color: #ffffff;
}
@media screen and (min-width: 768px) {
	.l-header {
		height: 100px;
	}
}
@media screen and (max-width: 767px) {
	.l-header {
		height: 80px;
	}
}
.t-top .l-header {
	background-color: transparent;
}
.l-header__inner {
	position: relative;
	display: grid;
	grid-auto-flow: column;
}
@media screen and (min-width: 768px) {
	.l-header__inner {
		padding-left: 270px;
	}
}
.l-header__inner__logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 0px;
	top: 0;
	background-color: #ffffff;
	transition: 0.3s;
}
.t-top .l-header__inner__logo {
	opacity: 0;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	.l-header__inner__logo {
		width: 270px;
		min-height: 150px;
		padding-left: 55px;
		padding-right: 30px;
		border-radius: 0 0 24px 0;
	}
}
@media screen and (max-width: 767px) {
	.l-header__inner__logo {
		width: 160px;
		min-height: 110px;
		padding-left: 20px;
		border-radius: 0 0 12px 0;
	}
}
.l-header__inner__logo > a {
	transition: opacity 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: 0.3s;
}
.l-header__inner__logo > a:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.l-header__inner__logo > a {
		gap: 12px;
	}
}
@media screen and (max-width: 767px) {
	.l-header__inner__logo > a {
		gap: 8px;
	}
}
.l-header__inner__logo:before, .l-header__inner__logo:after {
	content: "";
	position: absolute;
	position: absolute;
	background-size: 100%;
	background-image: url("../images/common/bg_round.svg");
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.l-header__inner__logo:before, .l-header__inner__logo:after {
		width: 24px;
		height: 24px;
	}
}
@media screen and (max-width: 767px) {
	.l-header__inner__logo:before, .l-header__inner__logo:after {
		width: 12px;
		height: 12px;
	}
}
.l-header__inner__logo:before {
	bottom: 0;
	transform: translateY(100%) scale(1, 1);
}
@media screen and (min-width: 768px) {
	.l-header__inner__logo:before {
		left: 55px;
	}
}
@media screen and (max-width: 767px) {
	.l-header__inner__logo:before {
		left: 20px;
	}
}
.l-header__inner__logo:after {
	right: 0;
	transform: translate(100%, 100%) scale(1, 1);
}
@media screen and (min-width: 768px) {
	.l-header__inner__logo:after {
		bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.l-header__inner__logo:after {
		bottom: 30px;
	}
}
.l-header__inner__nav {
	display: grid;
	align-items: center;
	grid-auto-flow: column;
	justify-self: end;
	justify-content: end;
}

.c-header-logo {
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.c-header-logo {
		width: 190px;
	}
}
@media screen and (max-width: 767px) {
	.c-header-logo {
		width: 140px;
	}
}

.c-header-yumekana {
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.c-header-yumekana {
		width: 96px;
	}
}
@media screen and (max-width: 767px) {
	.c-header-yumekana {
		width: 72px;
	}
}

.l-header.is-scroll {
	background-color: #ffffff;
}
.l-header.is-scroll .l-header__inner__logo {
	opacity: 1;
	pointer-events: auto;
}
.l-header.is-scroll .l-header__inner__logo:before, .l-header.is-scroll .l-header__inner__logo:after {
	opacity: 0;
}

@media screen and (min-width: 768px) {
	.t-top .l-header__inner__logo,
	.l-header.is-scroll .l-header__inner__logo {
		width: 180px;
		min-height: 100px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.t-top .l-header__inner__logo,
	.l-header.is-scroll .l-header__inner__logo {
		width: 120px;
		min-height: 80px;
	}
}
@media screen and (min-width: 768px) {
	.t-top .l-header__inner__logo > a,
	.l-header.is-scroll .l-header__inner__logo > a {
		gap: 8px;
	}
}
@media screen and (max-width: 767px) {
	.t-top .l-header__inner__logo > a,
	.l-header.is-scroll .l-header__inner__logo > a {
		gap: 4px;
	}
}
@media screen and (min-width: 768px) {
	.t-top .c-header-logo,
	.l-header.is-scroll .c-header-logo {
		width: 126.6666666667px;
	}
}
@media screen and (max-width: 767px) {
	.t-top .c-header-logo,
	.l-header.is-scroll .c-header-logo {
		width: 93.3333333333px;
	}
}
.t-top .c-header-yumekana,
.l-header.is-scroll .c-header-yumekana {
	line-height: 0;
}
@media screen and (min-width: 768px) {
	.t-top .c-header-yumekana,
	.l-header.is-scroll .c-header-yumekana {
		width: 64px;
	}
}
@media screen and (max-width: 767px) {
	.t-top .c-header-yumekana,
	.l-header.is-scroll .c-header-yumekana {
		width: 48px;
	}
}

@media screen and (min-width: 768px) {
	.c-header-nav {
		display: none;
	}
}
@media screen and (min-width: 1025px) {
	.c-header-nav {
		display: flex;
		justify-content: end;
	}
}
@media screen and (max-width: 767px) {
	.c-header-nav {
		display: none;
	}
}
.c-header-nav__item {
	position: relative;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 1025px) {
	.c-header-nav__item {
		margin-right: 25px;
		font-size: 0.875rem;
	}
}
@media screen and (min-width: 1211px) {
	.c-header-nav__item {
		margin-right: 40px;
		font-size: 0.9375rem;
	}
}
.c-header-nav__item--haschild:after {
	content: "";
	position: absolute;
	left: 50%;
	top: calc(100% + 5px);
	width: 24px;
	height: 10px;
	background-size: 100%;
	background-image: url("../images/common/ico_nav.svg");
	transform: translate(-50%);
	opacity: 0;
	transition: 0.3s;
}
.c-header-nav__item--haschild:hover:after {
	opacity: 1;
}
.c-header-nav__item--haschild:hover .c-header-nav-child {
	opacity: 1;
	pointer-events: auto;
}
.c-header-nav__item > a {
	position: relative;
	display: block;
	padding: 4px 0;
}
.c-header-nav__item > a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #0f2350;
	transition: 0.3s;
	opacity: 0;
}
.c-header-nav__item > a:hover {
	text-decoration: none;
}
.c-header-nav__item > a:hover:before {
	opacity: 1;
}

.c-header-nav-child {
	position: absolute;
	transition: 0.3s;
	top: 100%;
	left: 0;
	padding-top: 15px;
	opacity: 0;
	pointer-events: none;
}

.c-header-nav-child-list {
	background-color: #d5e0f9;
	border-radius: 10px;
	padding: 20px;
	white-space: nowrap;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.c-header-nav-child-list__item {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
}
.c-header-nav-child-list__item + .c-header-nav-child-list__item {
	margin-top: 1rem;
}
.c-header-nav-child-list__item a {
	position: relative;
	display: inline-block;
	padding-bottom: 2px;
}
.c-header-nav-child-list__item a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #0f2350;
	transition: 0.3s;
	opacity: 0;
}
.c-header-nav-child-list__item a:hover {
	text-decoration: none;
}
.c-header-nav-child-list__item a:hover:before {
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.c-header-sns {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.c-header-sns {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 18px;
	}
}

.c-header-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.c-header-menu {
		width: 100px;
		height: 100px;
		gap: 10px;
	}
}
@media screen and (max-width: 767px) {
	.c-header-menu {
		width: 80px;
		height: 80px;
		gap: 8px;
	}
}
.c-header-menu:hover {
	text-decoration: none;
}
.c-header-menu .ico {
	position: relative;
	width: 40%;
	height: 25%;
}
.c-header-menu .ico .line {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 50%;
	margin-left: -50%;
	background-color: #0f2350;
	transition: 0.3s;
}
.c-header-menu .ico .line:nth-of-type(1) {
	top: 0;
}
.c-header-menu .ico .line:nth-of-type(2) {
	top: 50%;
}
.c-header-menu .ico .line:nth-of-type(3) {
	bottom: 0;
}
.c-header-menu .txt {
	transition: 0.3s;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.c-header-menu .txt {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.c-header-menu .txt {
		font-size: 0.6875rem;
	}
}
.c-header-menu.is-on .txt {
	opacity: 0;
}
.c-header-menu.is-on .ico .line {
	background-color: #ffffff;
}
@media screen and (min-width: 768px) {
	.c-header-menu.is-on .ico .line:nth-of-type(1) {
		transform: translate(0, 12px) rotate(30deg);
	}
}
@media screen and (max-width: 767px) {
	.c-header-menu.is-on .ico .line:nth-of-type(1) {
		transform: translate(0, 9.5px) rotate(30deg);
	}
}
.c-header-menu.is-on .ico .line:nth-of-type(2) {
	opacity: 0;
	height: 0;
}
@media screen and (min-width: 768px) {
	.c-header-menu.is-on .ico .line:nth-of-type(3) {
		transform: translate(0, -12px) rotate(-30deg);
	}
}
@media screen and (max-width: 767px) {
	.c-header-menu.is-on .ico .line:nth-of-type(3) {
		transform: translate(0, -9.5px) rotate(-30deg);
	}
}

/* =======================================================================
global nav
======================================================================= */
.c-gnav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background-image: linear-gradient(90deg, #d4a5c8 0%, #7b6caa 100%);
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
	transform: translateX(100%);
	color: #ffffff;
}
.c-gnav a {
	color: #ffffff;
}
.c-gnav::-webkit-scrollbar {
	display: none;
}
.c-gnav.is-on {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

.c-gnav__inner {
	display: grid;
}
@media screen and (min-width: 768px) {
	.c-gnav__inner {
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto;
		justify-content: space-between;
		align-items: end;
		gap: 50px;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav__inner {
		gap: 50px;
		padding-top: 40px;
		padding-bottom: 120px;
	}
}
@media screen and (min-width: 768px) {
	.c-gnav__inner__heading {
		grid-column: 1/2;
		grid-row: 1/2;
	}
}
@media screen and (min-width: 768px) {
	.c-gnav__inner__sns {
		grid-column: 2/3;
		grid-row: 1/2;
		justify-self: end;
	}
}
@media screen and (min-width: 768px) {
	.c-gnav__inner__nav {
		align-self: start;
		grid-column: 1/2;
		grid-row: 2/3;
	}
}
@media screen and (min-width: 768px) {
	.c-gnav__inner__contact {
		align-self: start;
		justify-self: end;
		grid-column: 2/3;
		grid-row: 2/3;
	}
}
@media screen and (min-width: 768px) {
	.c-gnav__inner__address {
		grid-column: 1/2;
		grid-row: 3/4;
	}
}
@media screen and (min-width: 768px) {
	.c-gnav__inner__btm {
		justify-self: end;
		grid-column: 2/3;
		grid-row: 3/4;
	}
}

.c-gnav-heading {
	display: grid;
	gap: 10px;
}

.c-gnav-heading-txt {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.c-gnav-heading-txt {
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-heading-txt {
		font-size: 0.875rem;
	}
}

.c-gnav-heading-title {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.c-gnav-heading-title {
		column-gap: 40px;
		align-items: end;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-heading-title {
		flex-direction: column;
		gap: 5px;
	}
}
.c-gnav-heading-title .ja {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.c-gnav-heading-title .ja {
		font-size: 2.125rem;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-heading-title .ja {
		font-size: 1.625rem;
	}
}
.c-gnav-heading-title .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.125em;
	font-style: normal;
}
@media screen and (min-width: 768px) {
	.c-gnav-heading-title .en {
		font-size: 1.8125rem;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-heading-title .en {
		font-size: 0.8125rem;
	}
}

.c-gnav-sns {
	transition: opacity 0.3s;
	align-items: center;
}
.c-gnav-sns:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.c-gnav-sns {
		display: inline-flex;
		justify-content: end;
		gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-sns {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
}
.c-gnav-sns__txt {
	display: grid;
	gap: 5px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.c-gnav-sns__txt {
		text-align: right;
		justify-content: end;
	}
}
@media screen and (min-width: 768px) {
	.c-gnav-sns__txt .en {
		font-size: 0.6875rem;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-sns__txt .en {
		font-size: 1rem;
	}
}
@media screen and (min-width: 768px) {
	.c-gnav-sns__txt .ja {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-sns__txt .ja {
		font-size: 1.25rem;
	}
}
.c-gnav-sns__ico {
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	.c-gnav-sns__ico {
		width: 16px;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-sns__ico {
		width: 24px;
	}
}

.c-gnav-nav {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.c-gnav-nav {
		gap: 50px;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-nav {
		flex-direction: column;
		gap: 40px;
	}
}
.c-gnav-nav a {
	transition: 0.3s;
}
.c-gnav-nav a:hover {
	text-decoration: none;
	color: #0f2350;
}

.c-gnav-nav-title {
	display: block;
	font-weight: 700;
	border-bottom: solid 1px #ffffff;
	padding-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
	.c-gnav-nav-title {
		min-width: 180px;
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-nav-title {
		font-size: 0.9375rem;
	}
}
.c-gnav-nav-title + .c-gnav-nav-list {
	margin-top: 1.25em;
}

.c-gnav-nav-list {
	display: grid;
	gap: 0.75em;
}
@media screen and (min-width: 768px) {
	.c-gnav-nav-list {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-nav-list {
		font-size: 0.9375rem;
	}
}

.c-gnav-contact-btns {
	display: grid;
}
@media screen and (min-width: 768px) {
	.c-gnav-contact-btns {
		gap: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-contact-btns {
		gap: 15px;
	}
}
.c-gnav-contact-btns__item {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.c-gnav-contact-btns__item {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-contact-btns__item {
		font-size: 0.875rem;
	}
}
.c-gnav-contact-btns__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #ffffff;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.c-gnav-contact-btns__item a {
		gap: 15px;
		min-width: 320px;
		min-height: 60px;
		border-radius: 60px;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-contact-btns__item a {
		gap: 10px;
		min-height: 40px;
		border-radius: 40px;
	}
}
.c-gnav-contact-btns__item a .ico {
	position: relative;
}
@media screen and (min-width: 768px) {
	.c-gnav-contact-btns__item a .ico {
		width: 24px;
		height: 24px;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-contact-btns__item a .ico {
		width: 24px;
		height: 24px;
	}
}
.c-gnav-contact-btns__item a .ico:before, .c-gnav-contact-btns__item a .ico:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	background-size: 100%;
	transition: 0.3s;
}
.c-gnav-contact-btns__item a .ico:after {
	opacity: 0;
}
.c-gnav-contact-btns__item a .ico--form:before {
	background-image: url("../images/common/ico_contact_form-wh.svg");
}
.c-gnav-contact-btns__item a .ico--form:after {
	background-image: url("../images/common/ico_contact_form.svg");
}
.c-gnav-contact-btns__item a .ico--mail:before {
	background-image: url("../images/common/ico_contact_mail-wh.svg");
}
.c-gnav-contact-btns__item a .ico--mail:after {
	background-image: url("../images/common/ico_contact_mail.svg");
}
.c-gnav-contact-btns__item a:hover {
	background-color: #ffffff;
	color: #0f2350;
	text-decoration: none;
}
.c-gnav-contact-btns__item a:hover .ico:before {
	opacity: 0;
}
.c-gnav-contact-btns__item a:hover .ico:after {
	opacity: 1;
}

.c-gnav-contact-tel {
	margin-top: 20px;
	display: grid;
}
@media screen and (min-width: 768px) {
	.c-gnav-contact-tel {
		gap: 5px;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-contact-tel {
		gap: 5px;
	}
}

.c-gnav-contact-tel-num {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.c-gnav-contact-tel-num .title {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-contact-tel-num .title {
		font-size: 0.6875rem;
	}
}
.c-gnav-contact-tel-num .ico {
	width: 20px;
	flex-shrink: 0;
}
.c-gnav-contact-tel-num .num {
	font-size: 1.375rem;
}

.c-gnav-contact-tel-txt {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.c-gnav-contact-tel-txt {
		font-size: 0.75rem;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-contact-tel-txt {
		font-size: 0.6875rem;
	}
}

.c-gnav-address {
	font-style: normal;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.c-gnav-address {
		font-size: 0.75rem;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-address {
		font-size: 0.8125rem;
	}
}

.c-gnav-btm {
	display: grid;
	gap: 10px;
}

.c-gnav-yumekana {
	margin-left: auto;
}
@media screen and (min-width: 768px) {
	.c-gnav-yumekana {
		width: 140px;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav-yumekana {
		width: 210px;
		margin-right: auto;
	}
}

.c-gnav-cr {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
	.c-gnav-cr {
		text-align: center;
	}
}

/* =======================================================================
footer
======================================================================= */
.c-event-btn {
	position: fixed;
	right: 0;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0f2350;
	color: #ffffff;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 1.75;
	writing-mode: vertical-rl;
	z-index: 5400;
	transform: translate(100%, -50%);
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.c-event-btn {
		width: 80px;
		height: 210px;
		border-radius: 40px 0 0 40px;
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.c-event-btn {
		width: 50px;
		height: 140px;
		border-radius: 20px 0 0 20px;
		font-size: 0.6875rem;
	}
}
.c-event-btn.is-on {
	opacity: 1;
	pointer-events: auto;
	transform: translate(0%, -50%);
}
.c-event-btn:hover {
	text-decoration: none;
}
.c-event-btn:before, .c-event-btn:after {
	content: "";
	position: absolute;
	position: absolute;
	background-size: 100%;
	background-image: url("../images/common/bg_round-nv.svg");
}
@media screen and (min-width: 768px) {
	.c-event-btn:before, .c-event-btn:after {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.c-event-btn:before, .c-event-btn:after {
		width: 20px;
		height: 20px;
	}
}
.c-event-btn:before {
	right: 0;
	top: 0;
	transform: translateY(-100%) scale(-1, -1);
}
.c-event-btn:after {
	right: 0;
	bottom: 0;
	transform: translateY(100%) scale(-1, 1);
}

.c-pagetop-btn {
	position: fixed;
	right: 2%;
	bottom: 2%;
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: none;
	background-image: linear-gradient(90deg, #d4a5c8 0%, #7c6daa 100%);
	margin-bottom: 20px;
	z-index: 5300;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.c-pagetop-btn {
		width: 80px;
		height: 80px;
		transform: translate(-85%, 100%);
	}
}
@media screen and (max-width: 767px) {
	.c-pagetop-btn {
		width: 50px;
		height: 50px;
		transform: translate(-50%, 100%);
	}
}
.c-pagetop-btn.is-on {
	opacity: 1;
	pointer-events: auto;
}
@media screen and (min-width: 768px) {
	.c-pagetop-btn.is-on {
		transform: translate(-85%, -2%);
	}
}
@media screen and (max-width: 767px) {
	.c-pagetop-btn.is-on {
		transform: translate(-50%, -2%);
	}
}
.c-pagetop-btn:hover {
	background-color: #0f2350;
	color: #ffffff;
	text-decoration: none;
}
.c-pagetop-btn .c-pagetop-btn-img {
	width: 30%;
}

.l-footer {
	background-color: #0f2350;
	color: #ffffff;
}
.l-footer a {
	color: #ffffff;
}
.l-footer__inner {
	display: grid;
}
@media screen and (min-width: 768px) {
	.l-footer__inner {
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto;
		justify-content: space-between;
		align-items: end;
		gap: 40px;
		padding-top: 90px;
		padding-bottom: 90px;
	}
}
@media screen and (max-width: 767px) {
	.l-footer__inner {
		gap: 40px;
		padding-top: 60px;
		padding-bottom: 30px;
	}
}
@media screen and (min-width: 768px) {
	.l-footer__inner__heading {
		grid-column: 1/2;
		grid-row: 1/2;
	}
}
@media screen and (min-width: 768px) {
	.l-footer__inner__sns {
		grid-column: 2/3;
		grid-row: 1/2;
		justify-self: end;
	}
}
@media screen and (min-width: 768px) {
	.l-footer__inner__nav {
		grid-column: 1/3;
		grid-row: 2/3;
	}
}
@media screen and (min-width: 768px) {
	.l-footer__inner__address {
		grid-column: 1/2;
		grid-row: 3/4;
	}
}
@media screen and (min-width: 768px) {
	.l-footer__inner__btm {
		justify-self: end;
		grid-column: 2/3;
		grid-row: 3/4;
	}
}

.c-footer-heading {
	display: grid;
	gap: 10px;
}

.c-footer-heading-txt {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.c-footer-heading-txt {
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-heading-txt {
		font-size: 0.875rem;
	}
}

.c-footer-heading-title {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.c-footer-heading-title {
		column-gap: 40px;
		align-items: end;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-heading-title {
		flex-direction: column;
		gap: 5px;
	}
}
.c-footer-heading-title .ja {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.c-footer-heading-title .ja {
		font-size: 2.125rem;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-heading-title .ja {
		font-size: 1.625rem;
	}
}
.c-footer-heading-title .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.125em;
	font-style: normal;
}
@media screen and (min-width: 768px) {
	.c-footer-heading-title .en {
		font-size: 1.8125rem;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-heading-title .en {
		font-size: 0.8125rem;
	}
}

.c-footer-sns {
	transition: opacity 0.3s;
	align-items: center;
}
.c-footer-sns:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.c-footer-sns {
		display: inline-flex;
		justify-content: end;
		gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-sns {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
}
.c-footer-sns__txt {
	display: grid;
	gap: 5px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.c-footer-sns__txt {
		text-align: right;
		justify-content: end;
	}
}
@media screen and (min-width: 768px) {
	.c-footer-sns__txt .en {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-sns__txt .en {
		font-size: 1.1875rem;
	}
}
@media screen and (min-width: 768px) {
	.c-footer-sns__txt .ja {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-sns__txt .ja {
		font-size: 1.375rem;
	}
}
.c-footer-sns__ico {
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	.c-footer-sns__ico {
		width: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-sns__ico {
		width: 28px;
	}
}

.c-footer-nav {
	display: flex;
}
@media screen and (min-width: 768px) {
	.c-footer-nav {
		flex-wrap: wrap;
		gap: 50px;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-nav {
		flex-direction: column;
		gap: 40px;
	}
}

.c-footer-nav-title {
	display: block;
	font-weight: 700;
	border-bottom: solid 1px #ffffff;
	padding-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
	.c-footer-nav-title {
		min-width: 180px;
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-nav-title {
		font-size: 0.9375rem;
	}
}
.c-footer-nav-title + .c-footer-nav-list {
	margin-top: 1.25em;
}

.c-footer-nav-list {
	display: grid;
	gap: 0.75em;
}
@media screen and (min-width: 768px) {
	.c-footer-nav-list {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-nav-list {
		font-size: 0.9375rem;
	}
}

.c-footer-address {
	font-style: normal;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.c-footer-address {
		font-size: 0.75rem;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-address {
		font-size: 0.8125rem;
	}
}

.c-footer-btm {
	display: grid;
	gap: 10px;
}

.c-footer-yumekana {
	margin-left: auto;
}
@media screen and (min-width: 768px) {
	.c-footer-yumekana {
		width: 140px;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-yumekana {
		width: 210px;
		margin-right: auto;
	}
}

.c-footer-cr {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
	.c-footer-cr {
		text-align: center;
	}
}

/* =======================================================================
main
======================================================================= */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

body {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.231;
	color: #0f2350;
}

.l-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.l-wrapper {
		padding-top: 100px;
	}
}
@media screen and (max-width: 767px) {
	.l-wrapper {
		padding-top: 80px;
	}
}

.l-inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	.l-inner {
		padding-left: 55px;
		padding-right: 55px;
	}
}
@media screen and (max-width: 767px) {
	.l-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width: 768px) {
	.l-inner--m {
		max-width: 1210px;
	}
}
@media screen and (min-width: 768px) {
	.l-inner--s {
		max-width: 910px;
	}
}