@charset "UTF-8";
/*
@include mq(sp){}
@include mq(tb){}
@include mq(pc){}
@include mq(pcw){}
*/
/* =======================================================================
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=reset],
input[type=submit] {
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: none;
	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;
	}
}
/* =======================================================================
root
======================================================================= */
:root {
	--fontsize: 16;
	--width_primary: 1000px;
	--width_secondary: 1200px;
	--width_tertiary: 768px;
	--color_primary: #000000;
	--color_secondary: #00c1d8;
	--color_tertiary: #36ba6b;
	--color_quaternary: #ee8538;
	--color_alert: #dd0000;
	--color_clear: #ffffff;
	--line_primary: #ccc;
	--line_secondary: #aaa;
	--bg_primary: #f3f5f4;
	--bg_secondary: #e7f8fa;
}
@media screen and (min-width: 1025px) {
	:root {
		--global_margin: 100px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	:root {
		--global_margin: 20px;
	}
}
@media screen and (max-width: 767px) {
	:root {
		--global_margin: 20px;
	}
}

/* =======================================================================
main
======================================================================= */
html {
	font-size: calc(var(--fontsize) / 16 * 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: calc(16 / (var(--fontsize)) * 1rem);
	line-height: 1.231;
	color: var(--color_primary);
}

.l-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.l-inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;
	padding-left: var(--global_margin);
	padding-right: var(--global_margin);
}
.l-inner--l {
	max-width: var(--width_secondary);
}
.l-inner--m {
	max-width: var(--width_primary);
}
.l-inner--s {
	max-width: var(--width_tertiary);
}

/* =======================================================================
header
======================================================================= */
.l-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 5010;
}
@media screen and (min-width: 768px) {
	.l-header__main {
		flex-shrink: 0;
		padding-top: 30px;
		padding-left: 40px;
	}
}
@media screen and (max-width: 767px) {
	.l-header__main {
		padding-top: var(--global_margin);
		padding-left: var(--global_margin);
	}
}
.l-header__sub {
	display: flex;
	justify-content: end;
	align-items: center;
}

.c-header-logo {
	display: grid;
	gap: 10px;
}
.c-header-logo .txt {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.c-header-logo .txt {
		font-size: calc(16 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.c-header-logo .txt {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (min-width: 768px) {
	.c-header-logo .logo {
		width: 250px;
	}
}
@media screen and (max-width: 767px) {
	.c-header-logo .logo {
		width: 150px;
	}
}

@media screen and (min-width: 768px) {
	.c-gnav {
		padding-right: clamp(20px, 3.125vw, 50px);
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.c-gnav {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.c-gnav {
		display: none;
	}
}

.c-gnav-list {
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	min-height: 70px;
	border-radius: 100vmax;
}
@media screen and (min-width: 768px) {
	.c-gnav-list {
		padding: 20px clamp(20px, 3.125vw, 50px);
		gap: clamp(20px, 3.125vw, 50px);
	}
}
.c-gnav-list__item {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	font-size: calc(16 / (var(--fontsize)) * 1rem);
}
.c-gnav-list__item a {
	transition: 0.3s;
}
.c-gnav-list__item a:hover {
	text-decoration: none;
	color: var(--color_secondary);
}

.c-contact-btn {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--color_quaternary);
	color: var(--color_clear);
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.c-contact-btn {
		width: 160px;
		height: 160px;
		gap: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c-contact-btn {
		width: 80px;
		height: 80px;
		gap: 10px;
	}
}
.c-contact-btn .ico {
	position: relative;
	flex-shrink: 0;
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	.c-contact-btn .ico {
		width: 48px;
		height: 48px;
	}
}
@media screen and (max-width: 767px) {
	.c-contact-btn .ico {
		width: 24px;
		height: 24px;
	}
}
.c-contact-btn .ico:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/ico_contact.svg");
	background-size: 100%;
	opacity: 0;
	transition: 0.3s;
}
.c-contact-btn .ico img {
	transition: 0.3s;
}
.c-contact-btn .txt {
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.c-contact-btn .txt {
		font-size: calc(18 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.c-contact-btn .txt {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}
.c-contact-btn:hover {
	text-decoration: none;
	background-color: var(--color_clear);
	color: var(--color_quaternary);
}
.c-contact-btn:hover .ico img {
	opacity: 0;
}
.c-contact-btn:hover .ico:before {
	opacity: 1;
}

/* =======================================================================
footer
======================================================================= */
.c-pagetop {
	position: fixed;
	z-index: 5050;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--color_tertiary);
	color: var(--color_clear);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
	.c-pagetop {
		right: 30px;
		bottom: 30px;
		width: 80px;
		height: 80px;
		border-radius: 10px;
	}
}
@media screen and (max-width: 767px) {
	.c-pagetop {
		right: 10px;
		bottom: 10px;
		width: 50px;
		height: 50px;
		border-radius: 5px;
	}
}
.c-pagetop.is-on {
	pointer-events: auto;
	opacity: 1;
}
.c-pagetop:hover, .c-pagetop.is-on:hover {
	opacity: 0.7;
	text-decoration: none;
}
.c-pagetop .ico {
	margin-top: 5px;
	width: 25%;
	height: 25%;
	rotate: 45deg;
}
@media screen and (min-width: 768px) {
	.c-pagetop .ico {
		border-top: solid 3px var(--color_clear);
		border-left: solid 3px var(--color_clear);
	}
}
@media screen and (max-width: 767px) {
	.c-pagetop .ico {
		border-top: solid 2px var(--color_clear);
		border-left: solid 2px var(--color_clear);
	}
}
.c-pagetop .txt {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.c-pagetop .txt {
		font-size: calc(14 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.c-pagetop .txt {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}

@media screen and (min-width: 768px) {
	.l-footer {
		padding: 40px var(--global_margin);
	}
}
@media screen and (max-width: 767px) {
	.l-footer {
		padding: 20px var(--global_margin);
	}
}

.c-footer-col {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--global_margin);
}
@media screen and (min-width: 768px) {
	.c-footer-col__logo {
		width: 340px;
	}
}
@media screen and (max-width: 767px) {
	.c-footer-col__logo {
		max-width: 220px;
	}
}

.c-footer-nav {
	display: flex;
	justify-content: end;
	gap: 20px;
}
.c-footer-nav__item {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.c-footer-nav__item {
		font-size: calc(14 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.c-footer-nav__item {
		font-size: calc(11 / (var(--fontsize)) * 1rem);
	}
}

.c-footer-cr {
	display: block;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.c-footer-cr {
		margin-top: 60px;
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.c-footer-cr {
		margin-top: 40px;
		font-size: calc(10 / (var(--fontsize)) * 1rem);
		text-align: center;
	}
}

.u-align-c {
	text-align: center;
}

.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-color-primary {
	color: var(--color_primary);
}
.u-color-primary a {
	color: var(--color_primary);
}

.u-color-secondary {
	color: var(--color_secondary);
}
.u-color-secondary a {
	color: var(--color_secondary);
}

.u-color-tertiary {
	color: var(--color_tertiary);
}
.u-color-tertiary a {
	color: var(--color_tertiary);
}

.u-color-clear {
	color: var(--color_clear);
}
.u-color-clear a {
	color: var(--color_clear);
}

.u-color-alert {
	color: var(--color_alert);
}
.u-color-alert a {
	color: var(--color_alert);
}

@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;
	font-weight: 500;
}

a {
	color: var(--color_primary);
	text-decoration: none;
	outline: none;
}
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 var(--color_secondary);
	border-right: solid 2px var(--color_secondary);
	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-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-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-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-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-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;
}

@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-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-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-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-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-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-fw-n {
	font-weight: 500;
}

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

.u-fs-10 {
	font-size: calc(10 / (var(--fontsize)) * 1rem);
	line-height: 1.75;
}

.u-fs-11 {
	font-size: calc(11 / (var(--fontsize)) * 1rem);
	line-height: 1.75;
}

.u-fs-12 {
	font-size: calc(12 / (var(--fontsize)) * 1rem);
	line-height: 1.75;
}

.u-fs-13 {
	font-size: calc(13 / (var(--fontsize)) * 1rem);
	line-height: 1.75;
}

.u-fs-14 {
	font-size: calc(14 / (var(--fontsize)) * 1rem);
	line-height: 1.75;
}

.u-fs-16 {
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	line-height: 2.1;
}

.u-fs-18 {
	font-size: calc(18 / (var(--fontsize)) * 1rem);
	line-height: 1.5;
}

.u-fs-20 {
	font-size: calc(20 / (var(--fontsize)) * 1rem);
	line-height: 1.5;
}

.u-fs-24 {
	font-size: calc(24 / (var(--fontsize)) * 1rem);
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.u-fs-10 {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
		line-height: 1.75;
	}
	.u-fs-11 {
		font-size: calc(11 / (var(--fontsize)) * 1rem);
		line-height: 1.75;
	}
	.u-fs-12 {
		font-size: calc(12 / (var(--fontsize)) * 1rem);
		line-height: 1.75;
	}
	.u-fs-13 {
		font-size: calc(13 / (var(--fontsize)) * 1rem);
		line-height: 1.75;
	}
	.u-fs-14 {
		font-size: calc(14 / (var(--fontsize)) * 1rem);
		line-height: 1.75;
	}
	.u-fs-16 {
		font-size: calc(16 / (var(--fontsize)) * 1rem);
		line-height: 2.1;
	}
	.u-fs-18 {
		font-size: calc(18 / (var(--fontsize)) * 1rem);
		line-height: 1.5;
	}
	.u-fs-20 {
		font-size: calc(20 / (var(--fontsize)) * 1rem);
		line-height: 1.5;
	}
	.u-fs-24 {
		font-size: calc(24 / (var(--fontsize)) * 1rem);
		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;
}

/* =======================================================================
main visual
======================================================================= */
.p-mv {
	position: relative;
	display: grid;
}
.p-mv__inner {
	position: relative;
	align-self: end;
	grid-column: 1/2;
	padding-left: var(--global_margin);
	padding-right: var(--global_margin);
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.p-mv__inner {
		grid-row: 1/2;
		padding-top: 60px;
		padding-bottom: 60px;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 193, 216, 0.5) 20%, rgb(0, 193, 216) 80%, rgb(0, 193, 216) 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-mv__inner {
		grid-row: 2/3;
		margin-top: -42.6666666667vw;
		padding-top: 16vw;
		padding-bottom: 10.6666666667vw;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 193, 216) 15%, rgb(0, 193, 216) 80%, rgb(0, 193, 216) 100%);
	}
}
.p-mv__img {
	position: relative;
	grid-column: 1/2;
}
@media screen and (min-width: 768px) {
	.p-mv__img {
		grid-row: 1/2;
		min-height: 100vh;
	}
}
@media screen and (max-width: 767px) {
	.p-mv__img {
		grid-row: 1/2;
		min-height: 118.6666666667vw;
	}
}
.p-mv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-mv-title {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	color: var(--color_clear);
	line-height: 1.3;
}
@media screen and (min-width: 768px) {
	.p-mv-title {
		font-size: calc(50 / (var(--fontsize)) * 1rem);
		text-shadow: 0 0 40px var(--color_secondary);
	}
}
@media screen and (max-width: 767px) {
	.p-mv-title {
		font-size: calc(28 / (var(--fontsize)) * 1rem);
		text-shadow: 0 0 10px var(--color_secondary), 0 0 10px var(--color_secondary), 0 0 10px var(--color_secondary), 0 0 10px var(--color_secondary);
	}
}

.p-mv-txt {
	margin-top: 30px;
	color: var(--color_clear);
	line-height: 2.125;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.p-mv-txt {
		font-size: calc(16 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-mv-txt {
		display: grid;
		gap: 1rem;
		font-size: calc(13 / (var(--fontsize)) * 1rem);
	}
}

/* =======================================================================
problem
======================================================================= */
.p-problem-main {
	background-image: url("../images/bg_problem.jpg");
	background-size: cover;
	background-position: 50%;
}
@media screen and (min-width: 768px) {
	.p-problem-main {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.p-problem-main {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.p-problem-title {
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.p-problem-title {
		font-size: calc(42 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-title {
		font-size: calc(23 / (var(--fontsize)) * 1rem);
	}
}

.p-problem-list {
	position: relative;
	aspect-ratio: var(--wrap_width)/var(--wrap_height);
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	.p-problem-list {
		--wrap_width: 1314;
		--wrap_height: 906;
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list {
		--wrap_width: 750;
		--wrap_height: 1804;
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media screen and (min-width: 768px) {
	.p-problem-list {
		max-width: calc(var(--wrap_width) * 1px);
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list {
		margin-top: 20px;
	}
}
.p-problem-list__txt {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	border-radius: 100vmax;
	background-color: var(--color_clear);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	container-type: size;
}
.p-problem-list__txt .txt {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	line-height: 1.6;
	font-size: 8.2291666667cqi;
}
.p-problem-list__txt--03, .p-problem-list__txt--08, .p-problem-list__txt--09 {
	background-color: #cff2f6;
}
.p-problem-list__txt--02, .p-problem-list__txt--04, .p-problem-list__txt--06 {
	color: var(--color_secondary);
}
@media screen and (min-width: 768px) {
	.p-problem-list__txt--01 {
		top: calc(20 / var(--wrap_height) * 100%);
		left: calc(482 / var(--wrap_width) * 100%);
		width: calc(190 / var(--wrap_width) * 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list__txt--01 {
		top: calc(0 / var(--wrap_height) * 100%);
		left: calc(40 / var(--wrap_width) * 100%);
		width: calc(216 / var(--wrap_width) * 100%);
	}
}
@media screen and (min-width: 768px) {
	.p-problem-list__txt--02 {
		top: calc(122 / var(--wrap_height) * 100%);
		left: calc(670 / var(--wrap_width) * 100%);
		width: calc(260 / var(--wrap_width) * 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list__txt--02 {
		top: calc(0 / var(--wrap_height) * 100%);
		right: calc(10 / var(--wrap_width) * 100%);
		width: calc(352 / var(--wrap_width) * 100%);
	}
}
@media screen and (min-width: 768px) {
	.p-problem-list__txt--03 {
		top: calc(76 / var(--wrap_height) * 100%);
		left: calc(160 / var(--wrap_width) * 100%);
		width: calc(242 / var(--wrap_width) * 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list__txt--03 {
		top: calc(206 / var(--wrap_height) * 100%);
		left: calc(124 / var(--wrap_width) * 100%);
		width: calc(270 / var(--wrap_width) * 100%);
	}
}
@media screen and (min-width: 768px) {
	.p-problem-list__txt--04 {
		top: calc(384 / var(--wrap_height) * 100%);
		right: calc(30 / var(--wrap_width) * 100%);
		width: calc(202 / var(--wrap_width) * 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list__txt--04 {
		top: calc(480 / var(--wrap_height) * 100%);
		left: calc(40 / var(--wrap_width) * 100%);
		width: calc(270 / var(--wrap_width) * 100%);
	}
}
@media screen and (min-width: 768px) {
	.p-problem-list__txt--05 {
		top: calc(232 / var(--wrap_height) * 100%);
		left: calc(404 / var(--wrap_width) * 100%);
		width: calc(202 / var(--wrap_width) * 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list__txt--05 {
		top: calc(776 / var(--wrap_height) * 100%);
		right: calc(5 / var(--wrap_width) * 100%);
		width: calc(270 / var(--wrap_width) * 100%);
	}
}
@media screen and (min-width: 768px) {
	.p-problem-list__txt--06 {
		top: calc(392 / var(--wrap_height) * 100%);
		left: calc(582 / var(--wrap_width) * 100%);
		width: calc(240 / var(--wrap_width) * 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list__txt--06 {
		top: calc(1034 / var(--wrap_height) * 100%);
		left: calc(308 / var(--wrap_width) * 100%);
		width: calc(324 / var(--wrap_width) * 100%);
	}
}
@media screen and (min-width: 768px) {
	.p-problem-list__txt--07 {
		top: calc(586 / var(--wrap_height) * 100%);
		left: calc(404 / var(--wrap_width) * 100%);
		width: calc(228 / var(--wrap_width) * 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list__txt--07 {
		top: calc(1206 / var(--wrap_height) * 100%);
		left: calc(30 / var(--wrap_width) * 100%);
		width: calc(270 / var(--wrap_width) * 100%);
	}
}
@media screen and (min-width: 768px) {
	.p-problem-list__txt--08 {
		bottom: calc(0 / var(--wrap_height) * 100%);
		left: calc(612 / var(--wrap_width) * 100%);
		width: calc(185 / var(--wrap_width) * 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list__txt--08 {
		bottom: calc(242 / var(--wrap_height) * 100%);
		right: calc(-20 / var(--wrap_width) * 100%);
		width: calc(216 / var(--wrap_width) * 100%);
	}
}
@media screen and (min-width: 768px) {
	.p-problem-list__txt--09 {
		top: calc(694 / var(--wrap_height) * 100%);
		right: calc(0 / var(--wrap_width) * 100%);
		width: calc(178 / var(--wrap_width) * 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list__txt--09 {
		bottom: calc(56 / var(--wrap_height) * 100%);
		left: calc(30 / var(--wrap_width) * 100%);
		width: calc(216 / var(--wrap_width) * 100%);
	}
}
.p-problem-list__img {
	position: absolute;
	mask-repeat: no-repeat;
	mask-position: 50% 100%;
	mask-size: 100%;
}
.p-problem-list__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-problem-list__img--01 {
	aspect-ratio: 340/340;
	mask-image: url("../images/mask_problem_01.svg");
}
@media screen and (min-width: 768px) {
	.p-problem-list__img--01 {
		top: calc(0 / var(--wrap_height) * 100%);
		right: calc(0 / var(--wrap_width) * 100%);
		width: calc(340 / var(--wrap_width) * 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list__img--01 {
		top: calc(406 / var(--wrap_height) * 100%);
		right: calc(30 / var(--wrap_width) * 100%);
		width: calc(340 / var(--wrap_width) * 100%);
	}
}
.p-problem-list__img--02 {
	aspect-ratio: 432/366;
	mask-image: url("../images/mask_problem_02.svg");
}
@media screen and (min-width: 768px) {
	.p-problem-list__img--02 {
		top: calc(368 / var(--wrap_height) * 100%);
		left: calc(0 / var(--wrap_width) * 100%);
		width: calc(432 / var(--wrap_width) * 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list__img--02 {
		top: calc(768 / var(--wrap_height) * 100%);
		left: calc(-40 / var(--wrap_width) * 100%);
		width: calc(432 / var(--wrap_width) * 100%);
	}
}
.p-problem-list__img--03 {
	aspect-ratio: 360/360;
	mask-image: url("../images/mask_problem_03.svg");
}
@media screen and (min-width: 768px) {
	.p-problem-list__img--03 {
		top: calc(436 / var(--wrap_height) * 100%);
		left: calc(784 / var(--wrap_width) * 100%);
		width: calc(360 / var(--wrap_width) * 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-list__img--03 {
		bottom: calc(0 / var(--wrap_height) * 100%);
		left: calc(278 / var(--wrap_width) * 100%);
		width: calc(360 / var(--wrap_width) * 100%);
	}
}

.p-problem-foot {
	background-color: var(--color_secondary);
}
@media screen and (min-width: 768px) {
	.p-problem-foot {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.p-problem-foot {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.p-problem-foot-txt {
	text-align: center;
	color: var(--color_clear);
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.p-problem-foot-txt {
		font-size: calc(30 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-foot-txt {
		font-size: calc(18 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (min-width: 768px) {
	.p-problem-foot-txt .em {
		font-size: calc(44 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-problem-foot-txt .em {
		font-size: calc(24 / (var(--fontsize)) * 1rem);
	}
}

/* =======================================================================
issue
======================================================================= */
@media screen and (min-width: 768px) {
	.p-issue__inner {
		padding-top: 80px;
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 767px) {
	.p-issue__inner {
		padding-top: 40px;
		padding-bottom: 50px;
	}
}

.p-issue-mv {
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url("../images/bg_issue.jpg");
}
@media screen and (min-width: 768px) {
	.p-issue-mv {
		padding-top: 100px;
		padding-bottom: 100px;
		min-height: 556px;
	}
}
@media screen and (max-width: 767px) {
	.p-issue-mv {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.p-issue-mv__inner {
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-issue-mv__inner {
		gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.p-issue-mv__inner {
		gap: 20px;
	}
}

.p-issue-mv-copy {
	--color_copy: #e1ef2a;
	display: inline-flex;
	width: fit-content;
	margin-inline: auto;
	border: solid 1px var(--color_copy);
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	color: var(--color_copy);
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.p-issue-mv-copy {
		padding: 20px 40px;
		font-size: calc(32 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-mv-copy {
		padding: 10px;
		font-size: calc(18 / (var(--fontsize)) * 1rem);
	}
}

.p-issue-mv-txt {
	text-align: center;
	line-height: 2.8;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	color: var(--color_clear);
}
@media screen and (min-width: 768px) {
	.p-issue-mv-txt {
		font-size: calc(20 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-mv-txt {
		font-size: calc(13 / (var(--fontsize)) * 1rem);
	}
}

.p-issue-title {
	width: fit-content;
	margin-inline: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: var(--color_tertiary);
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.p-issue-title {
		border-bottom: solid 5px;
		font-size: calc(32 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-title {
		border-bottom: solid 3px;
		font-size: calc(20 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (min-width: 768px) {
	.p-issue-title .em {
		font-size: calc(42 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-title .em {
		font-size: calc(25 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (min-width: 768px) {
	.p-issue-title .em .num {
		font-size: calc(61 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-title .em .num {
		font-size: calc(34 / (var(--fontsize)) * 1rem);
	}
}

@media screen and (min-width: 768px) {
	.p-issue-block {
		margin-top: 80px;
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block {
		margin-top: 40px;
	}
}

.p-issue-block-intro {
	display: grid;
	background-color: var(--bg_secondary);
}
@media screen and (min-width: 768px) {
	.p-issue-block-intro {
		grid-template-columns: auto 38%;
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-intro {
		gap: 20px;
		padding: 20px;
	}
}
@media screen and (min-width: 768px) {
	.p-issue-block-intro__main {
		padding: 40px 50px 40px 70px;
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-intro__main {
		display: contents;
	}
}
@media screen and (min-width: 768px) {
	.p-issue-block-intro__img {
		aspect-ratio: 1/1;
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-intro__img {
		grid-row: 2/3;
		aspect-ratio: 570/378;
	}
}
.p-issue-block-intro__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.p-issue-block-heading {
	display: flex;
	align-items: center;
	gap: 20px;
}
.p-issue-block-heading .ico {
	display: flex;
	align-items: center;
	color: var(--color_tertiary);
	flex-shrink: 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.p-issue-block-heading .ico {
		width: 70px;
		border-bottom: solid 5px var(--color_clear);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-heading .ico {
		width: 40px;
		justify-content: space-between;
		border-bottom: solid 3px var(--color_clear);
	}
}
.p-issue-block-heading .ico .txt {
	writing-mode: vertical-rl;
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	.p-issue-block-heading .ico .txt {
		font-size: calc(13 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-heading .ico .txt {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}
.p-issue-block-heading .ico .num {
	flex: 1 1 0;
}
@media screen and (min-width: 768px) {
	.p-issue-block-heading .ico .num {
		font-size: calc(60 / (var(--fontsize)) * 1rem);
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-heading .ico .num {
		text-align: right;
		font-size: calc(40 / (var(--fontsize)) * 1rem);
	}
}
.p-issue-block-heading .title {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	line-height: 1.75;
}
@media screen and (min-width: 768px) {
	.p-issue-block-heading .title {
		font-size: calc(24 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-heading .title {
		font-size: calc(16 / (var(--fontsize)) * 1rem);
	}
}

.p-issue-block-intro-txt {
	line-height: 2.125;
}
@media screen and (min-width: 768px) {
	.p-issue-block-intro-txt {
		margin-top: 30px;
		font-size: calc(16 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-intro-txt {
		font-size: calc(13 / (var(--fontsize)) * 1rem);
	}
}

.p-issue-block-intro-btn {
	min-width: fit-content;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color_tertiary);
	color: var(--color_clear);
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	transition: opacity 0.3s;
}
.p-issue-block-intro-btn:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.p-issue-block-intro-btn {
		margin-top: 30px;
		width: 160px;
		min-height: 50px;
		padding: 10px 20px;
		font-size: calc(14 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-intro-btn {
		margin-left: auto;
		width: 115px;
		min-height: 35px;
		padding: 10px 20px;
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}

.p-issue-block-solution-wrap {
	display: none;
}

.p-issue-block-solution {
	display: flex;
	position: relative;
}
@media screen and (min-width: 768px) {
	.p-issue-block-solution {
		padding-top: 60px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-solution {
		padding-top: 30px;
	}
}
.p-issue-block-solution:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	translate: -50% 0;
}
@media screen and (min-width: 768px) {
	.p-issue-block-solution:before {
		border-top: solid 24px var(--color_tertiary);
		border-left: solid 24px transparent;
		border-right: solid 24px transparent;
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-solution:before {
		border-top: solid 12px var(--color_tertiary);
		border-left: solid 12px transparent;
		border-right: solid 12px transparent;
	}
}
.p-issue-block-solution__heading {
	display: flex;
	align-items: start;
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	.p-issue-block-solution__heading {
		width: 120px;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-solution__heading {
		width: 30px;
	}
}
.p-issue-block-solution__content {
	flex: 1 1 0;
	border-left: solid 1px var(--color_tertiary);
}
@media screen and (min-width: 768px) {
	.p-issue-block-solution__content {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-solution__content {
		padding-left: 20px;
	}
}

.p-issue-block-solution-title {
	writing-mode: vertical-rl;
	text-align: center;
	color: var(--color_tertiary);
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.p-issue-block-solution-title {
		font-size: calc(24 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-solution-title {
		font-size: calc(15 / (var(--fontsize)) * 1rem);
	}
}

.p-issue-block-solution-list {
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-issue-block-solution-list {
		gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-solution-list {
		gap: 20px;
	}
}
.p-issue-block-solution-list__item {
	line-height: 1.75;
	color: var(--color_tertiary);
}
@media screen and (min-width: 768px) {
	.p-issue-block-solution-list__item {
		font-size: calc(18 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-solution-list__item {
		font-size: calc(15 / (var(--fontsize)) * 1rem);
	}
}

.p-issue-block-solution-list-child {
	position: relative;
	color: var(--color_primary);
	line-height: 2.15;
	font-size: calc(14 / (var(--fontsize)) * 1rem);
}
@media screen and (min-width: 768px) {
	.p-issue-block-solution-list-child {
		font-size: calc(14 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-issue-block-solution-list-child {
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}

/* =======================================================================
contactLink
======================================================================= */
.p-contactLink {
	background-size: cover;
	background-image: url("../images/bg_contactLink.jpg");
	background-position: 50% 50%;
}
@media screen and (min-width: 768px) {
	.p-contactLink {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 790px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 767px) {
	.p-contactLink {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.p-contactLink-txt {
	text-align: center;
	color: var(--color_clear);
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	line-height: 2.375;
}
@media screen and (min-width: 768px) {
	.p-contactLink-txt {
		font-size: calc(32 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-contactLink-txt {
		font-size: calc(15 / (var(--fontsize)) * 1rem);
	}
}

.p-contactLink-btn {
	margin-inline: auto;
	min-width: fit-content;
	display: flex;
	align-items: center;
	background-color: var(--color_clear);
	box-shadow: 0 12px 72px 0 rgb(5, 146, 163);
	transition: 0.3s;
	gap: 20px;
}
@media screen and (min-width: 768px) {
	.p-contactLink-btn {
		gap: 50px;
		margin-top: 100px;
		width: fit-content;
		min-width: 600px;
		min-height: 100px;
		padding: 20px 50px;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.p-contactLink-btn {
		width: 100%;
		margin-top: 50px;
		min-height: 70px;
		padding: 20px 30px;
	}
}
.p-contactLink-btn .ico {
	position: relative;
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	.p-contactLink-btn .ico {
		width: 48px;
		height: 48px;
	}
}
@media screen and (max-width: 767px) {
	.p-contactLink-btn .ico {
		width: 32px;
		height: 32px;
	}
}
.p-contactLink-btn .ico:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/ico_contact_wh.svg");
	background-size: 100%;
	opacity: 0;
	transition: 0.3s;
}
.p-contactLink-btn .ico img {
	transition: 0.3s;
}
.p-contactLink-btn .txt {
	flex: 1 1 0;
	line-height: 1.5;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-contactLink-btn .txt {
		font-size: calc(26 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-contactLink-btn .txt {
		font-size: calc(15 / (var(--fontsize)) * 1rem);
	}
}
.p-contactLink-btn:hover {
	text-decoration: none;
	background-color: var(--color_quaternary);
	color: var(--color_clear);
}
.p-contactLink-btn:hover .ico img {
	opacity: 0;
}
.p-contactLink-btn:hover .ico:before {
	opacity: 1;
}

/* =======================================================================
customer
======================================================================= */
.p-customer {
	background-color: var(--bg_primary);
}
@media screen and (min-width: 768px) {
	.p-customer {
		padding-top: 80px;
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 767px) {
	.p-customer {
		padding-top: 40px;
		padding-bottom: 50px;
	}
}

.p-customer-heading {
	display: grid;
	gap: 10px;
	text-align: center;
}

.p-customer-heading-en {
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	.p-customer-heading-en {
		width: 110px;
	}
}
@media screen and (max-width: 767px) {
	.p-customer-heading-en {
		width: 80px;
	}
}

.p-customer-heading-title {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	color: var(--color_secondary);
}
@media screen and (min-width: 768px) {
	.p-customer-heading-title {
		font-size: calc(30 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-customer-heading-title {
		font-size: calc(27 / (var(--fontsize)) * 1rem);
	}
}

.p-customer-heading-txt {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.p-customer-heading-txt {
		font-size: calc(13 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-customer-heading-txt {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}

.p-customer-list {
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-customer-list {
		grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
		margin-top: 50px;
		gap: 4px;
	}
}
@media screen and (max-width: 767px) {
	.p-customer-list {
		grid-template-columns: 1fr 1fr;
		margin-top: 30px;
		gap: 2px;
	}
}
.p-customer-list__item {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color_clear);
	line-height: 1.75;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-customer-list__item {
		min-height: 100px;
		font-size: calc(16 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-customer-list__item {
		min-height: 60px;
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}

/* =======================================================================
service
======================================================================= */
@media screen and (min-width: 768px) {
	.p-service {
		padding-top: 100px;
		padding-bottom: 120px;
	}
}
@media screen and (max-width: 767px) {
	.p-service {
		padding-top: 50px;
		padding-bottom: 60px;
	}
}

.p-service-title {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-service-title {
		font-size: calc(36 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-service-title {
		font-size: calc(27 / (var(--fontsize)) * 1rem);
	}
}

.p-service-col {
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-service-col {
		margin-top: 60px;
		grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
		gap: 40px;
	}
}
@media screen and (max-width: 767px) {
	.p-service-col {
		margin-top: 40px;
		gap: 30px;
	}
}

.p-service-block {
	background-color: var(--bg_secondary);
	box-shadow: 0 0 40px 0 rgba(145, 198, 204, 0.6);
}
@media screen and (min-width: 768px) {
	.p-service-block {
		padding: 40px 50px;
	}
}
@media screen and (max-width: 767px) {
	.p-service-block {
		padding: 30px;
	}
}

.p-service-block-heading {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.p-service-block-heading {
		margin: -40px -50px 20px;
		padding-right: 20px;
		gap: 40px;
	}
}
@media screen and (max-width: 767px) {
	.p-service-block-heading {
		margin: -30px -30px 20px;
		padding-right: 20px;
		gap: 20px;
	}
}
.p-service-block-heading .ico {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--color_secondary);
	color: var(--color_clear);
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.p-service-block-heading .ico {
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width: 767px) {
	.p-service-block-heading .ico {
		width: 70px;
		height: 70px;
	}
}
@media screen and (min-width: 768px) {
	.p-service-block-heading .ico .en {
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-service-block-heading .ico .en {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (min-width: 768px) {
	.p-service-block-heading .ico .num {
		font-size: calc(34 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-service-block-heading .ico .num {
		font-size: calc(28 / (var(--fontsize)) * 1rem);
	}
}
.p-service-block-heading .title {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	line-height: 1.35;
}
@media screen and (min-width: 768px) {
	.p-service-block-heading .title {
		font-size: calc(30 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-service-block-heading .title {
		padding-top: 10px;
		font-size: calc(22 / (var(--fontsize)) * 1rem);
	}
}

.p-service-block-ico {
	margin-inline: auto;
	background-color: var(--color_clear);
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.p-service-block-ico {
		max-width: 220px;
	}
}
@media screen and (max-width: 767px) {
	.p-service-block-ico {
		max-width: 150px;
	}
}

.p-service-block-title {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	color: var(--color_secondary);
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-service-block-title {
		font-size: calc(20 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-service-block-title {
		font-size: calc(15 / (var(--fontsize)) * 1rem);
	}
}

.p-service-block-txt {
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	line-height: 2;
}
@media screen and (min-width: 768px) {
	.p-service-block-txt {
		margin-top: 30px;
		font-size: calc(16 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-service-block-txt {
		margin-top: 20px;
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}
.p-service-block-txt--list > * {
	position: relative;
	padding-left: 1em;
}
.p-service-block-txt--list > *:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.p-service-block-list {
	counter-reset: number 0;
	margin-top: 20px;
	display: grid;
	gap: 10px;
	border: solid 1px var(--color_secondary);
}
@media screen and (min-width: 768px) {
	.p-service-block-list {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-service-block-list {
		padding: 15px;
	}
}
.p-service-block-list > * {
	position: relative;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.p-service-block-list > * {
		padding-left: 20px;
		font-size: calc(16 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-service-block-list > * {
		padding-left: 15px;
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (min-width: 768px) {
	.p-service-block-list > * .s {
		font-size: calc(14 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-service-block-list > * .s {
		font-size: calc(11 / (var(--fontsize)) * 1rem);
	}
}
.p-service-block-list > *:before {
	counter-increment: number 1;
	content: counter(number);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	border-radius: 100vmax;
	background-color: var(--color_secondary);
	color: var(--color_clear);
}
@media screen and (min-width: 768px) {
	.p-service-block-list > *:before {
		top: 0.33em;
		width: 16px;
		height: 16px;
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-service-block-list > *:before {
		top: 0.33em;
		width: 12px;
		height: 12px;
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}

/* =======================================================================
space images
======================================================================= */
.p-space-imgs {
	display: grid;
	grid-auto-flow: column;
}
.p-space-imgs__item {
	aspect-ratio: 534/642;
}
.p-space-imgs__item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* =======================================================================
use
======================================================================= */
.p-use {
	background-color: var(--color_tertiary);
}
@media screen and (min-width: 768px) {
	.p-use {
		padding-top: 80px;
		padding-bottom: 120px;
	}
}
@media screen and (max-width: 767px) {
	.p-use {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

.p-use-heading {
	display: grid;
	gap: 10px;
	text-align: center;
	color: var(--color_clear);
}

.p-use-heading-en {
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	.p-use-heading-en {
		width: 110px;
	}
}
@media screen and (max-width: 767px) {
	.p-use-heading-en {
		width: 80px;
	}
}

.p-use-heading-title {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.p-use-heading-title {
		font-size: calc(36 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-use-heading-title {
		font-size: calc(27 / (var(--fontsize)) * 1rem);
	}
}

.p-use-block {
	background-color: #219a51;
}
@media screen and (min-width: 768px) {
	.p-use-block {
		margin-top: 60px;
		padding: 40px 80px 60px 40px;
	}
}
@media screen and (max-width: 767px) {
	.p-use-block {
		margin-top: 30px;
		padding: 20px 10px;
	}
}
.p-use-block + .p-use-block {
	margin-top: 40px;
}

.p-use-block-title {
	display: flex;
	align-items: start;
	color: var(--color_clear);
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.p-use-block-title {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.p-use-block-title .num {
	position: relative;
	display: flex;
	align-items: end;
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	.p-use-block-title .num {
		gap: 0.75rem;
		min-width: 90px;
		translate: 0 -0.66rem;
		font-size: calc(40 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-use-block-title .num {
		gap: 0.5rem;
		min-width: 50px;
		translate: 0 -0.2rem;
		font-size: calc(25 / (var(--fontsize)) * 1rem);
	}
}
.p-use-block-title .num:after {
	content: ":";
}
.p-use-block-title .txt {
	line-height: 1.75;
}
@media screen and (min-width: 768px) {
	.p-use-block-title .txt {
		font-size: calc(20 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-use-block-title .txt {
		font-size: calc(16 / (var(--fontsize)) * 1rem);
	}
}

.p-use-block-list {
	display: grid;
	gap: 20px;
}
@media screen and (min-width: 768px) {
	.p-use-block-list {
		margin-top: 30px;
		margin-left: 90px;
	}
}
@media screen and (max-width: 767px) {
	.p-use-block-list {
		margin-top: 10px;
	}
}
.p-use-block-list__item {
	position: relative;
	display: flex;
	background-color: var(--color_clear);
}
@media screen and (min-width: 768px) {
	.p-use-block-list__item {
		align-items: center;
		gap: 30px;
		padding: 10px 40px;
		min-height: 64px;
		border-radius: 32px;
	}
}
@media screen and (max-width: 767px) {
	.p-use-block-list__item {
		flex-direction: column;
		gap: 10px;
		padding: 20px;
		border-radius: 10px;
	}
}
.p-use-block-list__item .en {
	display: flex;
	align-items: baseline;
	gap: 0.25rem;
	flex-shrink: 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	color: var(--color_tertiary);
}
@media screen and (min-width: 768px) {
	.p-use-block-list__item .en {
		min-width: 70px;
		font-size: calc(14 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-use-block-list__item .en {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (min-width: 768px) {
	.p-use-block-list__item .en .num {
		font-size: calc(20 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-use-block-list__item .en .num {
		font-size: calc(16 / (var(--fontsize)) * 1rem);
	}
}
.p-use-block-list__item .txt {
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.p-use-block-list__item .txt {
		font-size: calc(16 / (var(--fontsize)) * 1rem);
	}
}
@media screen and (max-width: 767px) {
	.p-use-block-list__item .txt {
		font-size: calc(13 / (var(--fontsize)) * 1rem);
	}
}
.p-use-block-list__item:not(:last-of-type):before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	translate: -50% 100%;
	border-top: solid 12px var(--color_clear);
	border-left: solid 12px transparent;
	border-right: solid 12px transparent;
}

/* =======================================================================
contact
======================================================================= */
.p-contact {
	background-color: #efeafa;
}
@media screen and (min-width: 768px) {
	.p-contact {
		padding-top: 120px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 767px) {
	.p-contact {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}