/* =====================================================
* Base
* ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

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

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

input[type=search] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

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

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

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

/* normalize overwrite */

html {
	position: relative;
	min-height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #1a1a1a;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

body.is-drawer-open {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

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

figure {
	margin: 0;
}

figure img {
	display: block;
}

a {
	color: #1a1a1a;
	text-decoration: none;
}

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

p {
	margin: 0;
}

dl {
	margin: 0;
}

dd {
	margin-left: 0;
}

button {
	padding: 0;
	border-style: none;
}

address {
	font-weight: 500;
	font-style: inherit;
}

/* =====================================================
* State
* ================================================== */

/* =====================================================
 * Module
 * ================================================== */

/* -----------------------------------------------------
 * Display
 * -------------------------------------------------- */

.u-show-br-sp {
	display: none;
}

.u-show-br-pc {
	display: none;
}

/* -----------------------------------------------------
 * Text
 * -------------------------------------------------- */

/* font-family
---------------------------------------- */

.u-font-en {
	font-family: 'Open Sans', sans-serif !important;
}

.u-font-ja {
	font-family: 'Noto Sans JP', sans-serif !important;
}

/* text-align
---------------------------------------- */

.u-al-left {
	text-align: left !important;
}

.u-al-center {
	text-align: center !important;
}

.u-al-right {
	text-align: right !important;
}

/* writing-mode
---------------------------------------- */

.u-wm-rl {
	-ms-writing-mode: tb-rl !important;
	-webkit-writing-mode: vertical-rl !important;
	writing-mode: vertical-rl !important;
}

/* -----------------------------------------------------
 * c-arrow-circle
 * -------------------------------------------------- */

.c-arrow-circle {
	display: block;
	position: relative;
	flex-shrink: 0;
	width: 11.7333333333vw;
	height: 11.7333333333vw;
	border: 1px solid #1a1a1a;
	border-radius: 50%;
	background-color: transparent;
	transition: background-color 0.2s ease-in-out;
}

.c-arrow-circle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.1333333333vw;
	height: 2.1333333333vw;
	border-top: 2px solid #1a1a1a;
	border-right: 2px solid #1a1a1a;
	-webkit-transform: translate(-60%, -50%) rotate(45deg);
	transform: translate(-60%, -50%) rotate(45deg);
}

/* -----------------------------------------------------
 * c-copyright
 * -------------------------------------------------- */

.c-copyright {
	color: #fff;
	font-size: 3.2vw;
	font-weight: 500;
}

/* -----------------------------------------------------
 * c-external
 * -------------------------------------------------- */

.c-external::after {
	content: '';
	display: inline-block;
	width: 4.8vw;
	height: 4.8vw;
	margin: 0 0 0.8vw 1.0666666667vw;
	background-color: transparent;
	background-image: url(../img/common/ico_external.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: middle;
}

.c-external.cl-white::after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

/* -----------------------------------------------------
 * c-header-link
 * -------------------------------------------------- */

.c-header-link {
	display: none;
	position: relative;
	color: #fff;
	font-size: 4.8vw;
	font-weight: 600;
}

.c-header-link::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width 0.3s ease;
}

/* -----------------------------------------------------
 * c-label
 * -------------------------------------------------- */

.c-label {
	display: inline-block;
	padding: 4px 16px;
	border: 1px solid #002f7b;
	border-radius: 99px;
	background-color: transparent;
	color: #002f7b;
	font-size: 3.2vw;
	font-weight: 600;
}

/* -----------------------------------------------------
 * c-logo
 * -------------------------------------------------- */

.c-logo {
	display: block;
	overflow: hidden;
	width: 43.2vw;
	height: 0;
	padding: 9.6vw 0 0;
	background-color: transparent;
	background-image: url(../img/common/logo_white.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	white-space: nowrap;
	transition: opacity 0.2s ease;
	transition: opacity 0.2s ease-in-out;
}

.c-logo.is-sdw {
	width: 53.3333333333vw;
	padding: 8vw 0 0;
	background-image: url(../img/common/logo_sdw.webp);
}

/* -----------------------------------------------------
 * c-more-btn
 * -------------------------------------------------- */

.c-more-btn {
	display: inline-flex;
	align-items: center;
	align-self: start;
	grid-area: btn;
	justify-self: start;
	gap: 4.2666666667vw;
}

.c-more-btn .text {
	position: relative;
	font-size: 4.2666666667vw;
	font-weight: 700;
}

.c-more-btn .text::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width 0.3s ease;
}

/* -----------------------------------------------------
 * c-ut-button
 * -------------------------------------------------- */

.c-ut-btn {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 74.6666666667vw;
	margin: 0 auto;
	padding: 3.4666666667vw 6.4vw;
	border-radius: 26.4vw;
	background-image: linear-gradient(90deg, #002f7b, #0068b7, #002f7b);
	background-position: left center;
	background-size: 200% 100%;
	color: #fff;
	font-size: 4.2666666667vw;
	font-weight: 600;
	text-align: center;
	transition: background-position 0.3s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.c-ut-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 6.4vw;
	width: 2.1333333333vw;
	height: 2.1333333333vw;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

/* -----------------------------------------------------
 * p-btn
 * -------------------------------------------------- */

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

.p-btn:not(:first-of-type) {
	margin: 3.2vw 0 0;
}

/* -----------------------------------------------------
 * p-drawer
 * -------------------------------------------------- */

.p-drawer {
	visibility: hidden;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	transition: visibility 0.35s ease, -webkit-transform 0.35s ease;
	transition: transform 0.35s ease, visibility 0.35s ease;
	transition: transform 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.p-drawer.is-open {
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-drawer-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 27.7333333333vw 4.2666666667vw 16vw;
	gap: 4.2666666667vw;
}

.p-drawer-inner .c-header-link {
	display: block;
	padding: 4.2666666667vw;
	color: #111827;
}

body.is-drawer-open .p-drawer-inner .c-header-link.cl-white::after {
	-webkit-filter: none;
	filter: none;
}

.p-drawer-inner .p-header-btn {
	display: block;
	width: 100%;
}

.p-drawer-inner .p-header-btn a {
	display: block;
	width: 100%;
	padding: 2.9333333333vw 0;
	border-radius: 0;
	text-align: center;
}

.p-drawer-overlay {
	visibility: hidden;
	position: fixed;
	z-index: 98;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

.p-drawer-overlay.is-open {
	visibility: visible;
	opacity: 1;
}

/* -----------------------------------------------------
 * p-header
 * -------------------------------------------------- */

.p-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.l-header.is-scrolled .p-header-logo .c-logo {
	background-image: url(../img/common/logo_color.webp);
}

body.is-drawer-open .p-header-logo .c-logo {
	background-image: url(../img/common/logo_color.webp);
}

.p-header-menu {
	display: flex;
	align-items: center;
	gap: 4.2666666667vw;
}

.l-header.is-scrolled .p-header .c-header-link.cl-white::after {
	-webkit-filter: none;
	filter: none;
}

.l-header.is-scrolled .p-header .c-header-link.cl-white {
	color: #111827;
}

.p-header-btn {
	display: none;
}

.p-header-btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	max-width: 100%;
	padding: 11px 0;
	border-radius: 99px;
	color: #fff;
	font-size: 4.8vw;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
}

.p-header-btn a.dl {
	background-color: #111827;
	transition: background-color 0.2s ease-in-out;
}

.p-header-btn a.contact {
	background-image: linear-gradient(90deg, #002f7b, #0068b7, #002f7b);
	background-position: left center;
	background-size: 200% 100%;
	transition: background-position 0.3s ease-in-out;
}

.p-header-toggle {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 11.7333333333vw;
	height: 11.7333333333vw;
	padding: 0;
	border: none;
	background: none;
}

/* -----------------------------------------------------
 * p-heading-section
 * -------------------------------------------------- */

.p-heading-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 8.5333333333vw;
}

.p-heading-section .sup {
	color: #002f7b;
	font-family: 'Open Sans', sans-serif;
	font-size: 7.4666666667vw;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.p-heading-section .main {
	font-size: 3.7333333333vw;
	font-weight: 500;
	text-align: center;
}

.p-heading-section.al-left-sz-s {
	align-items: flex-start;
}

.p-heading-section.al-left-sz-s .sup {
	font-size: 6.4vw;
	text-align: left;
}

.p-heading-section.al-left-sz-s .main {
	text-align: left;
}

.p-heading-section.al-left-white {
	align-items: flex-start;
}

.p-heading-section.al-left-white .sup,
.p-heading-section.al-left-white .main {
	color: #fff;
	text-align: left;
}

.p-heading-section.al-left {
	align-items: flex-start;
}

.p-heading-section.al-left-sz-ss {
	align-items: flex-start;
}

.p-heading-section.al-left-sz-ss .sup {
	font-size: 5.8666666667vw;
	text-align: left;
}

.p-heading-section.al-left-sz-ss .main {
	font-size: 4.2666666667vw;
	text-align: left;
}

/* -----------------------------------------------------
 * p-news
 * -------------------------------------------------- */

.p-news {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center;
	padding: 48px 0 40px;
	border-bottom: none;
}

.p-news-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2.1333333333vw;
}

.p-news-item .title {
	font-size: 4.2666666667vw;
	font-weight: 500;
	text-decoration: underline;
	transition: opacity 0.2s ease;
}

.p-news-meta {
	display: flex;
	align-items: center;
	gap: 3.7333333333vw;
}

.p-news-meta .time {
	font-family: 'Open Sans', sans-serif;
	font-size: 4.2666666667vw;
	font-weight: 500;
}

.p-news-meta .c-label {
	flex: 0 0 21.8666666667vw;
}

/* -----------------------------------------------------
 * p-slider
 * -------------------------------------------------- */

.p-slider {
	overflow: hidden;
	width: 100%;
	height: 144vw;
}

.p-slider .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.p-slider .swiper-slide {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.p-slider .swiper-slide picture {
	display: block;
	width: 100%;
	height: 100%;
}

.p-slider .swiper-slide picture img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-slider .swiper-pagination {
	display: flex;
	position: absolute;
	z-index: 10;
	bottom: 6.4vw;
	left: 50%;
	justify-content: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	gap: 4.2666666667vw;
}

.p-slider .swiper-pagination .swiper-pagination-bullet {
	cursor: pointer;
	width: 3.2vw;
	height: 3.2vw;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	opacity: 1;
}

.p-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}

/* -----------------------------------------------------
 * p-toggle-btn
 * -------------------------------------------------- */

.p-toggle-btn {
	display: block;
	position: relative;
	width: 6.9333333333vw;
	height: 1.0666666667vw;
	background-color: #fff;
	transition: background-color 0.2s;
}

.p-toggle-btn::before,
.p-toggle-btn::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1.0666666667vw;
	background-color: #fff;
	transition: top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
	transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
}

.p-toggle-btn::before {
	top: -2.1333333333vw;
}

.p-toggle-btn::after {
	bottom: -2.1333333333vw;
}

.l-header.is-scrolled .p-toggle-btn {
	background-color: #111827;
}

.l-header.is-scrolled .p-toggle-btn::before,
.l-header.is-scrolled .p-toggle-btn::after {
	background-color: #111827;
}

.p-header-toggle.is-open .p-toggle-btn {
	background-color: transparent;
}

.p-header-toggle.is-open .p-toggle-btn::before,
.p-header-toggle.is-open .p-toggle-btn::after {
	background-color: #111827;
}

.p-header-toggle.is-open .p-toggle-btn::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-header-toggle.is-open .p-toggle-btn::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * footer
 * -------------------------------------------------- */

.l-footer {
	position: relative;
	z-index: 1;
	padding: 10.6666666667vw 0 0;
	background-color: #1a1a1a;
}

.l-footer-inner {
	display: grid;
	align-items: center;
	padding: 0 4.2666666667vw;
	grid-template-columns: 1fr;
	gap: 6.4vw;
}

.l-footer-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.1333333333vw;
}

.l-footer-right address {
	color: #fff;
	font-size: 3.7333333333vw;
	text-align: center;
}

.l-footer-logo {
	display: inline-block;
	position: relative;
	padding: 12.8vw 0 0 0;
	color: #fff;
	font-size: 3.7333333333vw;
	font-weight: 700;
	transition: opacity 0.2s ease;
}

.l-footer-logo::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 43.2vw;
	height: 9.6vw;
	background-color: transparent;
	background-image: url(../img/common/logo_white.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-footer-nav nav ul {
	display: flex;
	justify-content: center;
	gap: 5.3333333333vw;
}

.l-footer-nav nav ul li {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}

.l-footer-nav nav ul li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -11px;
	width: 1px;
	height: 17px;
	background-color: #d1d5db;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.l-footer-nav nav ul li:last-child::after {
	display: none;
}

.l-footer-nav nav ul li a {
	color: #fff;
	font-size: 3.2vw;
	transition: opacity 0.2s ease;
}

.l-footer-cta {
	padding: 6.4vw 4.2666666667vw;
	background-color: #fff;
}

.l-footer-cta .title {
	padding: 0 0 2.6666666667vw;
	border-bottom: 1px solid #1a1a1a;
	font-size: 4.2666666667vw;
	font-weight: 600;
	text-align: center;
}

.l-footer-cta ul {
	display: grid;
	margin: 4.2666666667vw 0 0;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	gap: 2.1333333333vw 6.4vw;
}

.l-footer-cta ul li:last-child {
	text-align: center;
	grid-column: 1/-1;
}

.l-footer-cta ul li a {
	position: relative;
	color: #1a1a1a;
	font-size: 3.7333333333vw;
	font-weight: 600;
}

.l-footer-cta ul li a::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1a1a1a;
	transition: width 0.2s ease-in-out;
}

.l-footer-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 6.4vw 0 0;
	padding: 6.4vw 0;
	border-top: 1px solid #d1d5db;
	gap: 1.0666666667vw;
}

.l-footer-bottom span {
	color: #fff;
	font-size: 3.2vw;
}

/* -----------------------------------------------------
 * l-header
 * -------------------------------------------------- */

.l-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 17.0666666667vw;
	background-color: transparent;
	transition: background-color 0.3s ease-in-out;
}

.l-header.is-scrolled {
	background-color: #fff;
}

.l-header-inner {
	height: 100%;
	padding: 0 4.2666666667vw;
}

/* -----------------------------------------------------
 * l-site
 * -------------------------------------------------- */

.l-site {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.l-site .l-site-bg {
	position: absolute;
	z-index: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
}

.l-site .l-site-bg::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 240vw;
	background-repeat: no-repeat;
	background-size: cover;
}

.l-site .l-site-bg::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 400vw;
	background-image: linear-gradient(90deg, #002f7b, #0068b7 54%, #edf2fc);
	-webkit-transform: skewY(-20deg);
	transform: skewY(-20deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.l-site .l-site-bg.bg-top {
	top: 144vw;
}

.l-site .l-site-bg.bg-top::before {
	top: 0;
	background-image: url(../img/top/bg_dots_top_sp.webp);
	background-position: right top;
}

.l-site .l-site-bg.bg-top::after {
	top: 400vw;
}

.l-site .l-site-bg.bg-top .bg-top-line {
	display: block;
	position: absolute;
	right: 0;
	height: 1px;
	background-color: #0068b7;
	-webkit-transform: skewY(-20deg);
	transform: skewY(-20deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

.l-site .l-site-bg.bg-top .bg-top-line:nth-child(1) {
	top: 1280px;
	width: 30%;
}

.l-site .l-site-bg.bg-top .bg-top-line:nth-child(2) {
	top: 1360px;
	width: 20%;
}

.l-site .l-site-bg.bg-bottom {
	bottom: 0;
	height: 480vw;
}

.l-site .l-site-bg.bg-bottom::before {
	bottom: 520px;
	background-image: url(../img/top/bg_dots_bottom_pc.webp);
	background-position: left bottom;
}

.l-site .l-site-bg.bg-bottom::after {
	top: auto;
	bottom: -40vw;
}

.l-site .l-site-bg.bg-bottom .bg-bottom-line {
	display: block;
	position: absolute;
	left: 0;
	height: 1px;
	background-color: #0068b7;
	-webkit-transform: skewY(-20deg);
	transform: skewY(-20deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.l-site .l-site-bg.bg-bottom .bg-bottom-line:nth-child(1) {
	bottom: 700px;
	width: 60%;
}

.l-site .l-site-bg.bg-bottom .bg-bottom-line:nth-child(2) {
	display: none;
}

/* -----------------------------------------------------
 * layout
 * -------------------------------------------------- */

body {
	display: flex;
	flex-direction: column;
}

.l-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.l-main {
	flex-grow: 1;
	min-width: 320px;
	background-color: #fff;
}

.l-section-inner {
	padding: 0 4.2666666667vw;
}

.l-section a {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}

/* =====================================================
 * Page
 * ================================================== */

/* -----------------------------------------------------
 * p-home-access
 * -------------------------------------------------- */

.p-home-access {
	position: relative;
	z-index: 1;
	padding: 10.6666666667vw 0 14.9333333333vw;
}

.p-home-access-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8.5333333333vw;
}

.p-home-access-item {
	display: flex;
	flex-direction: column;
	padding: 6.4vw 4.2666666667vw;
	border-radius: 2.1333333333vw;
	background-color: #fff;
	box-shadow: 0 0 5.3333333333vw 0 rgba(0, 47, 123, 0.25);
	gap: 6.4vw;
}

.p-home-access-item .p-heading-section {
	margin: 0;
}

.p-home-access-item .map {
	width: 82.6666666667vw;
	height: 50.6666666667vw;
}

.p-home-access-item address {
	font-size: 4.2666666667vw;
	font-weight: 500;
}

/* -----------------------------------------------------
 * p-home-business
 * -------------------------------------------------- */

.p-home-business {
	position: relative;
	z-index: 1;
	margin: 10.6666666667vw 0 0;
}

.p-home-business-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6.4vw;
}

.p-home-business-item {
	display: flex;
	flex-direction: column;
	padding: 8.5333333333vw 6.4vw;
	border-radius: 2.1333333333vw;
	background-color: #fff;
	box-shadow: 0 0 5.3333333333vw 0 rgba(0, 47, 123, 0.25);
}

.p-home-business-item::before {
	content: '';
	display: block;
	width: 32vw;
	height: 32vw;
	margin: 0 auto 2.1333333333vw;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.p-home-business-item:nth-of-type(1)::before {
	background-image: url(../img/top/ico_business_01.webp);
}

.p-home-business-item:nth-of-type(2)::before {
	background-image: url(../img/top/ico_business_02.webp);
}

.p-home-business-item:nth-of-type(3)::before {
	background-image: url(../img/top/ico_business_03.webp);
}

.p-home-business-item h3 {
	font-size: 5.3333333333vw;
	font-weight: 700;
	text-align: center;
}

.p-home-business-item p {
	flex-grow: 1;
	margin: 5.3333333333vw 0 6.4vw;
	font-size: 4.2666666667vw;
	font-weight: 400;
	text-align: left;
}

/* -----------------------------------------------------
 * p-home-case
 * -------------------------------------------------- */

.p-home-case {
	position: relative;
	z-index: 1;
	margin: 17.0666666667vw 0 0;
}

.p-home-case-content {
	display: grid;
	padding: 8.5333333333vw 6.4vw;
	border-radius: 2.1333333333vw;
	background-color: #fff;
	grid-template-columns: 1fr;
	grid-template-areas: 'heading' 'list' 'btn';
	gap: 6.4vw;
}

.p-home-case .p-heading-section {
	margin: 0;
	grid-area: heading;
}

.p-home-case .c-more-btn {
	justify-self: end;
}

.p-home-case-list {
	display: grid;
	grid-area: list;
	grid-template-columns: repeat(2, 1fr);
	gap: 5.3333333333vw 4vw;
}

/* -----------------------------------------------------
 * p-home-kv
 * -------------------------------------------------- */

.p-home-kv {
	position: relative;
	overflow: hidden;
}

.p-home-kv-content {
	position: relative;
}

.p-home-kv-body {
	display: flex;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: auto;
	flex-direction: column;
	padding: 0 4.2666666667vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	gap: 4.2666666667vw;
}

.p-home-kv-body .lead {
	color: #fff;
	font-size: 6.9333333333vw;
	font-weight: 600;
	line-height: 1.5;
	text-shadow: 0 0 25px rgba(0, 47, 123, 0.5);
	letter-spacing: 0.03em;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}

.p-home-kv-body .lead .fw-m {
	font-weight: 400;
}

.p-home-kv-body .text {
	color: #fff;
	font-size: 4.2666666667vw;
	font-weight: 500;
	line-height: 1.6;
}

/* -----------------------------------------------------
 * p-home-message
 * -------------------------------------------------- */

.p-home-message {
	position: relative;
	z-index: 1;
	padding: 10.6666666667vw 0;
}

.p-home-message-content {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr;
	grid-template-areas: 'text' 'img';
	gap: 8.5333333333vw;
}

.p-home-message-content .text {
	display: flex;
	flex-direction: column;
	grid-area: text;
	gap: 4.2666666667vw;
}

.p-home-message-content .text p {
	font-size: 4.2666666667vw;
	font-weight: 400;
	line-height: 2;
}

.p-home-message-content figure {
	margin: 0 auto;
	grid-area: img;
}

.p-home-message-content figure img {
	max-width: 80vw;
	border-radius: 1.0666666667vw;
}

.p-home-message-content figure figcaption {
	margin: 2.1333333333vw 0 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 5.3333333333vw;
	text-align: center;
}

/* -----------------------------------------------------
 * p-home-overview
 * -------------------------------------------------- */

.p-home-overview {
	position: relative;
	z-index: 1;
	padding: 10.6666666667vw 0;
}

.p-home-overview-item {
	display: grid;
	align-items: center;
	padding: 4.2666666667vw;
	border-top: 1px solid #d1d5db;
	grid-template-columns: 18.1333333333vw auto;
	gap: 8.5333333333vw;
}

.p-home-overview-item dt,
.p-home-overview-item dd {
	font-size: 3.7333333333vw;
	font-weight: 500;
	text-align: left;
}

/* -----------------------------------------------------
 * p-home-what
 * -------------------------------------------------- */

.p-home-what {
	position: relative;
	z-index: 1;
	padding: 17.0666666667vw 0 10.6666666667vw;
}

.p-home-what-top {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: 'logo' 'title' 'text';
	gap: 4.2666666667vw;
}

.p-home-what-bottom {
	display: grid;
	margin: 10.6666666667vw 0 0;
	grid-template-columns: 1fr;
	grid-template-areas: 'img' 'title' 'text';
	gap: 4.2666666667vw;
}

.p-home-what h3 {
	font-size: 5.8666666667vw;
	font-weight: 600;
	grid-area: title;
}

.p-home-what p {
	font-size: 4.2666666667vw;
	font-weight: 400;
	line-height: 2;
	grid-area: text;
}

.p-home-what .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6.4vw 0;
	border-radius: 1.0666666667vw;
	background-color: rgba(255, 255, 255, 0.9);
	grid-area: logo;
}

.p-home-what .logo img {
	max-width: 38.4vw;
}

.p-home-what .img {
	grid-area: img;
}

@media screen and (min-width: 768px) {
	.u-hide-ovsp {
		display: none !important;
	}

	.c-arrow-circle {
		width: 44px;
		height: 44px;
	}

	.c-arrow-circle::after {
		width: 8px;
		height: 8px;
	}

	.c-copyright {
		font-size: 1.2rem;
	}

	.c-external::after {
		width: 18px;
		height: 18px;
		margin: 0 0 3px 4px;
	}

	.c-header-link {
		font-size: 1.6rem;
	}

	.c-header-link {
		display: block;
	}

	.c-label {
		font-size: 1.2rem;
	}

	.c-logo {
		width: 162px;
		padding: 36px 0 0;
	}

	.c-logo.is-sdw {
		width: 310px;
		padding: 46px 0 0;
	}

	.c-more-btn {
		gap: 12px;
	}

	.c-more-btn .text {
		font-size: 1.6rem;
	}

	.c-ut-btn {
		font-size: 1.6rem;
	}

	.c-ut-btn {
		max-width: 280px;
		padding: 13px 24px;
		border-radius: 999px;
	}

	.c-ut-btn::after {
		right: 24px;
		width: 8px;
		height: 8px;
	}

	.p-btn:not(:first-of-type) {
		margin: 12px 0 0;
	}

	.p-drawer {
		display: none;
	}

	.p-drawer-inner .c-header-link {
		display: none;
	}

	.p-drawer-inner .p-header-btn {
		display: none;
	}

	.p-drawer-overlay {
		display: none;
	}

	.p-header-menu {
		gap: 16px;
	}

	.p-header-btn {
		display: block;
	}

	.p-header-btn a {
		font-size: 1.6rem;
	}

	.p-header-toggle {
		display: none;
	}

	.p-heading-section {
		margin: 0 0 40px;
	}

	.p-heading-section .sup {
		font-size: 4rem;
	}

	.p-heading-section .main {
		font-size: 1.6rem;
	}

	.p-heading-section.al-left-sz-s .sup {
		font-size: 3.2rem;
	}

	.p-heading-section.al-left-sz-ss .sup {
		font-size: 3.2rem;
	}

	.p-heading-section.al-left-sz-ss .main {
		font-size: 1.6rem;
	}

	.p-news {
		border-bottom: 1px solid #1a1a1a;
	}

	.p-news-item {
		flex-direction: row;
		align-items: center;
		gap: 16px;
	}

	.p-news-item .title {
		font-size: 1.6rem;
	}

	.p-news-meta {
		gap: 16px;
	}

	.p-news-meta .time {
		font-size: 1.6rem;
	}

	.p-news-meta .c-label {
		flex: 0 0 82px;
	}

	.p-slider {
		height: 640px;
	}

	.p-slider .swiper-pagination {
		bottom: 24px;
		gap: 16px;
	}

	.p-slider .swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.l-footer {
		padding: 60px 0 0;
	}

	.l-footer-inner {
		width: 1440px;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 80px;
		grid-template-columns: auto 46.875%;
		gap: 40px;
	}

	.l-footer-right {
		align-items: flex-start;
		gap: 6px;
	}

	.l-footer-right address {
		font-size: 1.4rem;
	}

	.l-footer-right address {
		text-align: left;
	}

	.l-footer-logo {
		font-size: 1.4rem;
	}

	.l-footer-logo {
		padding: 48px 0 0 0;
	}

	.l-footer-logo::after {
		left: 0;
		width: 162px;
		height: 36px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.l-footer-nav nav ul {
		justify-content: flex-start;
		gap: 20px;
	}

	.l-footer-nav nav ul li a {
		font-size: 1.2rem;
	}

	.l-footer-cta {
		padding: 40px 16px;
	}

	.l-footer-cta .title {
		font-size: 1.6rem;
	}

	.l-footer-cta .title {
		padding: 0 0 12px;
	}

	.l-footer-cta ul {
		margin: 16px 0 0;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}

	.l-footer-cta ul li:last-child {
		text-align: left;
		grid-column: auto;
	}

	.l-footer-cta ul li a {
		font-size: 1.6rem;
	}

	.l-footer-bottom {
		margin: 40px 0 0;
		padding: 24px 0;
		gap: 10px;
	}

	.l-footer-bottom span {
		font-size: 1.2rem;
	}

	.l-header {
		height: 80px;
	}

	.l-header-inner {
		padding: 0 24px;
	}

	.l-site .l-site-bg::before {
		height: 1000px;
	}

	.l-site .l-site-bg::after {
		height: 770px;
	}

	.l-site .l-site-bg.bg-top {
		top: 640px;
	}

	.l-site .l-site-bg.bg-top::before {
		background-image: url(../img/top/bg_dots_top_pc.webp);
	}

	.l-site .l-site-bg.bg-top::after {
		top: 950px;
	}

	.l-site .l-site-bg.bg-bottom {
		height: 2500px;
	}

	.l-site .l-site-bg.bg-bottom::after {
		bottom: -200px;
	}

	.l-section-inner {
		width: 1440px;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 80px;
	}

	.l-section-inner.sz-s {
		width: 1440px;
		padding: 0 170px;
	}

	.p-home-access {
		padding: 80px 0 120px;
	}

	.p-home-access-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	.p-home-access-item {
		padding: 32px;
		border-radius: 8px;
		box-shadow: 0 0 20px 0 rgba(0, 47, 123, 0.25);
		gap: 24px;
	}

	.p-home-access-item .map {
		width: 100%;
		height: 290px;
	}

	.p-home-access-item address {
		font-size: 1.8rem;
	}

	.p-home-business {
		margin: 56px 0 0;
	}

	.p-home-business-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}

	.p-home-business-item {
		padding: 40px 24px;
		border-radius: 8px;
		box-shadow: 0 0 20px 0 rgba(0, 47, 123, 0.25);
	}

	.p-home-business-item::before {
		width: 140px;
		height: 140px;
		margin: 0 auto 8px;
	}

	.p-home-business-item h3 {
		font-size: 2.4rem;
	}

	.p-home-business-item p {
		font-size: 1.6rem;
	}

	.p-home-business-item p {
		margin: 20px 0 32px;
	}

	.p-home-case {
		margin: 56px 0 0;
	}

	.p-home-case-content {
		padding: 56px 90px;
		border-radius: 8px;
		grid-template-columns: 260px auto;
		grid-template-areas: 'heading list' 'btn list' '. list';
		gap: 0;
	}

	.p-home-case .p-heading-section {
		margin: 0 0 40px;
	}

	.p-home-case .c-more-btn {
		justify-self: start;
	}

	.p-home-case-list {
		grid-template-columns: repeat(5, 1fr);
		gap: 24px 10px;
	}

	.p-home-kv-body {
		left: 80px;
		padding: 0;
		gap: 24px;
	}

	.p-home-kv-body .lead {
		font-size: 4rem;
	}

	.p-home-kv-body .lead {
		font-weight: 700;
	}

	.p-home-kv-body .lead .fw-m {
		font-weight: 500;
	}

	.p-home-kv-body .text {
		font-size: 1.8rem;
	}

	.p-home-kv-body .text {
		font-weight: 600;
		line-height: 1.7;
	}

	.p-home-message {
		padding: 80px 0;
	}

	.p-home-message-content {
		align-items: center;
		grid-template-columns: 1fr 300px;
		grid-template-areas: 'text img';
		gap: 96px;
	}

	.p-home-message-content .text {
		gap: 16px;
	}

	.p-home-message-content .text p {
		font-size: 1.6rem;
	}

	.p-home-message-content figure img {
		max-width: 300px;
		border-radius: 4px;
	}

	.p-home-message-content figure figcaption {
		font-size: 2rem;
	}

	.p-home-message-content figure figcaption {
		margin: 8px 0 0;
	}

	.p-home-overview {
		padding: 80px 0;
	}

	.p-home-overview-item {
		padding: 16px 24px;
		grid-template-columns: 336px auto;
		gap: 48px;
	}

	.p-home-overview-item dt,
  .p-home-overview-item dd {
		font-size: 1.6rem;
	}

	.p-home-what {
		padding: 120px 0 80px;
	}

	.p-home-what-top {
		grid-template-columns: 50.909% 1fr;
		grid-template-areas: 'logo .' 'logo title' 'logo text' 'logo .';
		gap: 24px 40px;
	}

	.p-home-what-bottom {
		margin: 100px 0 0;
		grid-template-columns: 1fr 50.909%;
		grid-template-areas: '. img' 'title img' 'text img' '. img';
		gap: 24px 40px;
	}

	.p-home-what h3 {
		font-size: 2.6rem;
	}

	.p-home-what p {
		font-size: 1.6rem;
	}

	.p-home-what .logo {
		padding: 40px 0;
		border-radius: 4px;
	}

	.p-home-what .logo img {
		max-width: 243px;
	}
}

@media screen and (min-width: 1280px) {
	.u-hide-pc {
		display: none !important;
	}

	.u-show-pc {
		display: block !important;
	}

	.u-show-br-pc {
		display: inline-block !important;
	}
}

@media screen and (max-width: 767px) {
	.u-hide-sp {
		display: none !important;
	}

	.u-show-sp {
		display: block !important;
	}

	.u-show-br-sp {
		display: inline-block !important;
	}

	.l-site .l-site-bg.bg-top .bg-top-line:nth-child(1) {
		display: none;
	}

	.l-site .l-site-bg.bg-top .bg-top-line:nth-child(2) {
		display: none;
	}

	.l-site .l-site-bg.bg-bottom::before {
		display: none;
	}

	.l-site .l-site-bg.bg-bottom .bg-bottom-line:nth-child(1) {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	.u-hide-md {
		display: none !important;
	}

	.c-ut-btn {
		font-size: 1.1111111111vw;
	}

	.l-footer-inner {
		grid-template-columns: repeat(2, auto);
	}

	.l-footer-cta ul {
		gap: 1.25vw;
	}

	.p-home-message-content {
		gap: 6.6666666667vw;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.c-ut-btn {
		font-size: 1.6rem;
	}

	.l-footer-inner {
		grid-template-columns: 1fr;
	}

	.l-footer-right {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.l-footer-right address {
		text-align: center;
	}

	.l-footer-logo::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.l-footer-cta {
		padding: 40px 16px;
	}

	.l-site .l-site-bg.bg-top::after {
		top: 1550px;
		height: 131.9444444444vw;
	}

	.l-section-inner.sz-s {
		width: 1440px;
		padding: 0 80px;
	}

	.p-home-business-list {
		grid-template-columns: 1fr;
	}

	.p-home-case-content {
		padding: 3.8888888889vw 6.25vw;
		grid-template-columns: 1fr;
		grid-template-areas: 'heading' 'list' 'btn';
		gap: 2.7777777778vw;
	}

	.p-home-case .p-heading-section {
		margin: 0;
	}

	.p-home-case .c-more-btn {
		justify-self: end;
	}

	.p-home-overview-item {
		grid-template-columns: 200px auto;
	}

	.p-home-what h3 {
		font-size: 2.4rem;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media (hover: hover) {
	.c-header-link:hover::before {
		width: 100%;
	}

	.c-logo:hover {
		opacity: 0.7;
	}

	.c-more-btn:hover .text::before {
		width: 100%;
	}

	.c-more-btn:hover .c-arrow-circle {
		border-color: #002f7b;
		background-color: #002f7b;
	}

	.c-more-btn:hover .c-arrow-circle::after {
		border-color: #fff;
	}

	.c-ut-btn:hover {
		background-position: right center;
	}

	.p-header-btn a.dl:hover {
		background-color: #002f7b;
	}

	.p-header-btn a.contact:hover {
		background-position: right center;
	}

	.p-news-item .title:hover {
		opacity: 0.7;
	}

	.l-footer-logo:hover {
		opacity: 0.7;
	}

	.l-footer-nav nav ul li a:hover {
		opacity: 0.7;
	}

	.l-footer-cta ul li a:hover::before {
		width: 100%;
	}
}