/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
	font-size: 16px;
}

body {
	background-color: #fff;
	color: #1c214c;
	font-family: "Noto Serif JP", serif;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.06em;
}

/* link */

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

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.8;
}

/* img */

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

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

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

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

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Document */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

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

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

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

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

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

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

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

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

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

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

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

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

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

.l-inner {
	margin-inline: auto;
	max-width: 75rem;
	padding-inline: 1.875rem;
}

.c-heading__en {
	color: #2b9bf2;
	display: block;
	font-family: "Literata", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.c-heading__ja {
	font-size: 2.1875rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	padding-top: 0.75rem;
	text-align: center;
}

.p-concept {
	padding-top: 6.25rem;
}

.p-concept__text {
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 2.5rem;
	padding-bottom: 7.5rem;
	text-align: center;
}

.p-concept__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-concept__item:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.p-concept__img {
	width: 50%;
}

.p-concept__content-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-inline: clamp(2.5rem, 7.7777777778vw, 7rem);
	width: 50%;
}

.p-concept__content {
	max-width: 100%;
	width: 30.9375rem;
}

.p-concept__item:nth-of-type(odd) .p-concept__content-box {
	background-color: #eff6fc;
}

.p-concept__item:nth-of-type(even) .p-concept__content {
	margin-left: auto;
}

.p-concept__content-head {
	font-size: 1.6875rem;
	font-weight: 600;
	padding-bottom: 2rem;
	position: relative;
}

.p-concept__content-head::after {
	background: #2b9bf2;
	bottom: 0;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 5.5rem;
}

.p-concept__content-text {
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 2.1176470588;
	margin-top: 2rem;
}

.p-concept__content-notice {
	color: #818183;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 1rem;
}

.p-footer {
	background-color: #005dc7;
	overflow: hidden;
	padding-block: 4.375rem 4.0625rem;
	position: relative;
}

.p-footer__logo {
	display: block;
	margin-inline: auto;
	max-width: 22.4375rem;
}

.p-footer__item {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 2.1875rem;
	text-align: center;
}

.p-footer__img {
	aspect-ratio: 252/260;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.p-footer__copy {
	background-color: #1c214c;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	padding-block: 1.1875rem;
	text-align: center;
}

.p-fv {
	height: 33.25rem;
	position: relative;
}

.p-fv__img {
	height: inherit;
}

.p-fv__img img {
	height: 100%;
}

.p-fv__content {
	left: 50%;
	position: absolute;
	top: 43%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}

.p-fv__logo-fv {
	display: block;
	margin-inline: auto;
	max-width: 13rem;
}

.p-fv__logo {
	display: block;
	-webkit-filter: drop-shadow(0px 0px 6px #4a9cd6);
	        filter: drop-shadow(0px 0px 6px #4a9cd6);
	margin-inline: auto;
	margin-top: 3.0625rem;
	max-width: 33.1875rem;
}

.p-fv-bottom {
	background-color: #005dc7;
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	padding-block: 0.8125rem;
	text-align: center;
}

.p-fv-bottom__inner {
	margin-inline: auto;
	max-width: 75rem;
	padding-inline: 1.875rem;
}

.p-header__title {
	font-size: 0;
}

.p-profile {
	background-color: #eff6fc;
	padding-block: 7.5rem;
}

.p-profile__list {
	background-color: #fff;
	margin-inline: auto;
	margin-top: 3.75rem;
	max-width: 67rem;
	padding-block: 1.875rem;
	padding-inline: 1.25rem;
}

.p-profile__item {
	grid-gap: 1.25rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #e0e0e0;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: 17.5rem 1fr;
	grid-template-columns: 17.5rem 1fr;
	margin-inline: auto;
	max-width: 56rem;
	padding-block: 1.875rem;
}

.p-profile__item:last-child {
	border-bottom: 1px solid transparent;
}

.p-profile__item-title {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.6666666667;
}

.p-profile__item-description {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.6666666667;
}

.p-profile__item-description--grid {
	grid-gap: 1rem 3.125rem;
	display: -ms-grid;
	display: grid;
	gap: 1rem 3.125rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	max-width: 20.25rem;
}

.p-profile__item-description-item--line {
	position: relative;
}

.p-profile__item-description-item--line::before {
	background: #1c214c;
	content: "";
	height: 3.25rem;
	left: -1.5625rem;
	position: absolute;
	top: 0.5rem;
	-webkit-transform: rotate(-160deg);
	        transform: rotate(-160deg);
	width: 1px;
}

.p-profile__item-description-item--bottom-left {
	-ms-grid-row: 2;
	    grid-row-start: 2;
}

.p-profile__item-description-item--line {
	-ms-grid-row: 2;
	    grid-row-start: 2;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-sp {
	display: block;
}

@media (max-width: 1440px) {

.p-concept__content-box {
	padding-inline: 2.5rem;
}

.p-concept__content {
	margin-inline: auto;
}

.p-concept__item:nth-of-type(even) .p-concept__content {
	margin-inline: auto;
}

}

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

html {
	font-size: 1.3333333333vw;
}

}

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

html {
	font-size: 16px;
}

a {
	opacity: 1;
	opacity: initial;
}

.l-inner {
	max-width: 31.25rem;
	padding-inline: 0.625rem;
}

.c-heading__en {
	font-size: 0.9375rem;
}

.c-heading__ja {
	font-size: 1.5625rem;
	line-height: 1.44;
}

.p-concept {
	padding-top: 3.125rem;
}

.p-concept__text {
	font-size: 0.9375rem;
	line-height: 1.4666666667;
	margin-top: 2rem;
	padding-bottom: 3.75rem;
}

.p-concept__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-concept__item:nth-of-type(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-concept__img {
	width: 100%;
}

.p-concept__content-box {
	padding: 3rem 1.5625rem;
	width: 100%;
}

.p-concept__content-head {
	font-size: 1.5rem;
	line-height: 1.4166666667;
	padding-bottom: 1rem;
	text-align: center;
}

.p-concept__content-head::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 3rem;
}

.p-concept__content-text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 1.4375rem;
}

.p-concept__content-notice {
	font-size: 0.75rem;
	margin-top: 0.375rem;
}

.p-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	padding: 0;
	position: static;
}

.p-footer__box {
	padding-block: 2.75rem 2.625rem;
}

.p-footer__logo {
	max-width: 16.8125rem;
}

.p-footer__item {
	font-size: 0.75rem;
	line-height: 1.8333333333;
	margin-top: 1.5rem;
}

.p-footer__img {
	aspect-ratio: 375/180;
	height: auto;
	max-width: 100%;
	position: static;
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}

.p-fv {
	height: 100vh;
	height: 100svh;
	min-height: 32.5rem;
}

.p-fv__content {
	top: 47%;
}

.p-fv__logo-fv {
	max-width: 8.0625rem;
}

.p-fv__logo {
	-webkit-filter: initial;
	        filter: initial;
	margin-top: 2.6875rem;
	max-width: 2rem;
}

.p-fv-bottom {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	padding-block: 1.25rem;
	text-align: left;
}

.p-fv-bottom__inner {
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	padding-inline: 0.9375rem;
}

.p-profile {
	padding-block: 3.75rem;
}

.p-profile__list {
	margin-top: 2.5rem;
	padding-block: 0;
}

.p-profile__item {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	gap: 0;
	-ms-grid-columns: 8.75rem 1fr;
	grid-template-columns: 8.75rem 1fr;
	padding-block: 1.5rem;
}

.p-profile__item-title {
	font-size: 0.9375rem;
	line-height: 1.6666666667;
}

.p-profile__item-description {
	font-size: 0.9375rem;
	line-height: 1.6666666667;
}

.p-profile__item-description--grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.625rem;
}

.p-profile__item-description-item--line::before {
	opacity: 0;
}

.u-hidden-pc {
	display: block;
}

.u-hidden-sp {
	display: none;
}

}

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

.p-profile__list {
	padding-inline: 0.875rem;
}

.p-profile__item {
	-ms-grid-columns: 5.9375rem 1fr;
	grid-template-columns: 5.9375rem 1fr;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

