* {
	box-sizing: border-box;
}

html {
	--font-family-base: Noto Sans JP, sans-serif;
	--font-weight-base: 400;
	--lineheight-base: 1.5;
	font-size: 10px;
	overflow-x: hidden;
	font-size: 2.6666666667vw;
}

html.noscroll {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background-color: #fff;
	color: #1c1b19;
	margin: 0;
	font-family: var(--font-family-base);
	font-weight: var(--font-weight-base);
	font-size: 1.4rem;
	line-height: var(--lineheight-base);
	text-align: left;
	position: relative;
	overflow-x: hidden;
}

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

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

b,
strong {
	font-weight: 700;
}

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

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

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

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

textarea {
	overflow: auto;
	resize: vertical;
}

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

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

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

[hidden] {
	display: none !important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.container {
	margin: auto;
	width: 100%;
	padding-inline: 1rem;
}

.p-header {
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	top: 1rem;
	left: 1rem;
	right: 1rem;
}

.p-header__logo {
	width: 7rem;
}

.u-pb5 {
	padding-bottom: 0.5rem;
}

.p-footer {
	padding: 1rem 0 6.5rem;
}

.footer-menu {
	padding: 5rem 0;
}

.footer-menu__list {
	display: flex;
	gap: 4.5rem;
	justify-content: center;
}

.footer-menu__list a {
	transition: 0.3s;
}

.footer-menu__list a:hover {
	color: #035aa5;
}

.footer-copyright {
	color: #666;
	font-size: 1.3rem;
	text-align: center;
}

.hline01 {
	text-align: center;
	position: relative;
	z-index: 1;
	padding-bottom: 1rem;
}

.hline01::after {
	content: "";
	position: absolute;
	bottom: 0;
	z-index: -1;
	left: 6rem;
	top: 1rem;
	right: 1rem;
	background: url(../images/ttl_bg_sp.svg) no-repeat center/contain;
}

.hline01 img {
	width: 100%;
}

.subline01 {
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4444444444;
}

.subline01 .sub-item {
	position: relative;
	padding: 0 3rem 0 4rem;
	display: inline-block;
}

.subline01 .sub-item::before,
.subline01 .sub-item::after {
	content: "";
	position: absolute;
	width: 0.2rem;
	height: 100%;
	background: #234B9F;
	display: block;
	top: 1rem;
}

.subline01 .sub-item::before {
	transform-origin: top left;
	left: 0;
	transform: rotate(-25deg);
}

.subline01 .sub-item::after {
	right: 0;
	transform-origin: top right;
	transform: rotate(25deg);
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 0.75;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 1;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir=rtl] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: -4rem;
	list-style: none;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.5rem;
	width: 1.5rem;
	margin: 0 0.2rem;
	padding: 0;
	text-align: center;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 0.7rem;
	width: 0.7rem;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
	background: #000;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 0.75;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 1;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.p-bg-linear {
	position: relative;
	z-index: 1;
	background: linear-gradient(to bottom, #2ca3de 0%, #234b9f 100%);
	margin-top: -4.2rem;
	border-radius: 5rem 5rem 0 0;
}

.p-bg-linear.--impress {
	padding: 2rem 1rem;
}

.p-bg-white {
	position: relative;
	z-index: 1;
	background: #fff;
	margin-top: -4.7rem;
	border-radius: 5rem 5rem 0 0;
}

.p-bg-light {
	position: relative;
	z-index: 1;
	background: #F0F8FC;
	border-radius: 5rem 5rem 0 0;
}

.p-mv {
	position: relative;
	background: url("../images/mv_bg_sp.webp") no-repeat center/cover;
	min-height: var(--vh);
	height: 50rem;
	padding-top: 5rem;
}

.p-mv__image img {
	width: 100%;
}

.p-visit {
	padding-top: 4rem;
}

.p-visit__ttl {
	color: #FFFC66;
	text-align: center;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.3076923077;
	margin-bottom: 2rem;
}

.p-visit__ttl.--ttl-line {
	position: relative;
	padding: 0 4rem;
}

.p-visit__ttl.--ttl-line::before,
.p-visit__ttl.--ttl-line::after {
	content: "";
	position: absolute;
	background: #FFFC66;
	display: block;
	top: 1rem;
	width: 0.3rem;
	border-radius: 0.5rem;
	height: calc(100% + 0.3rem);
}

.p-visit__ttl.--ttl-line::before {
	transform-origin: top left;
	left: 0;
	transform: rotate(-25deg);
}

.p-visit__ttl.--ttl-line::after {
	right: 0;
	transform-origin: top right;
	transform: rotate(25deg);
}

.p-visit__txt {
	text-align: center;
	font-weight: 500;
	color: #fff;
	font-size: 1.8rem;
	margin-bottom: 2.7rem;
	line-height: 1.3333333333;
}

.p-visit__box {
	position: relative;
	margin-bottom: 5rem;
}

.p-visit__name {
	position: absolute;
	font-weight: 500;
	color: #fff;
	font-size: 1.4rem;
	bottom: 12rem;
}

.p-visit__name .small {
	font-size: 1.2rem;
}

.p-interview {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 5rem;
	padding: 4.5rem 1rem 0;
	margin-bottom: 7rem;
}

.p-interview::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background: url(../images/interview_bg_01_sp.svg) no-repeat bottom/cover;
	height: 14rem;
}

.p-interview .hline01 {
	margin-bottom: 3.8rem;
}

.p-interview__ttl {
	color: #234B9F;
	font-weight: bold;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

.p-interview__ttl .ttl-line {
	position: relative;
	padding-bottom: 1.5rem;
	display: block;
}

.p-interview__ttl .ttl-line::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: repeating-linear-gradient(to right, #234B9F 0px, #234B9F 5px, transparent 5px, transparent 7px);
}

.p-interview__des {
	color: #222;
	position: relative;
	margin-bottom: 3rem;
}

.p-interview__txt {
	margin-bottom: 5.5rem;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-interview__image {
	margin-bottom: 2.8rem;
	position: relative;
}

.p-interview__image.--image-shadown {
	box-shadow: rgba(192, 231, 250, 0.5) 0.5rem 0.5rem 0;
	border-radius: 2rem;
}

.p-interview__image.--image-shadown img {
	border-radius: 2rem;
}

.p-interview__image.--space-img01 {
	margin-bottom: 5.5rem;
}

.p-interview__image.--space-img02 {
	margin-top: 26.4rem;
}

.p-interview__image-txt {
	position: absolute;
	font-weight: bold;
	color: #234B9F;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	line-height: 1.4285714286;
}

.p-interview__image-txt.--txt-01 {
	width: 22.2rem;
	left: 0;
	top: -23.7rem;
	height: 16.3rem;
	background: url(../images/interview_cmt_bg_01_sp.svg) no-repeat center/contain;
	padding-bottom: 3.8rem;
}

.p-interview__image-txt.--txt-02 {
	width: 23.4rem;
	height: 12.6rem;
	top: -10.7rem;
	background: url(../images/interview_cmt_bg_02_sp.svg) no-repeat center/contain;
	padding-bottom: 2.4rem;
}

.p-interview__image-txt.--txt-03 {
	width: 24.3rem;
	right: 0;
	height: 12.5rem;
	background: url(../images/interview_cmt_bg_03_sp.svg) no-repeat center/contain;
}

.p-interview__image img {
	width: 100%;
	display: block;
}

.p-interview__avata {
	width: 100%;
	position: relative;
	z-index: 3;
}

.p-interview-media {
	display: flex;
	gap: 1.7rem;
	align-items: flex-start;
	margin-bottom: 3rem;
}

.p-interview-media__txt {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/interview_media_cmt_sp.svg) no-repeat center/contain;
	width: 100%;
	height: 14rem;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0 2rem 2.5rem;
	color: #234B9F;
	text-align: center;
}

.p-interview-media__image {
	width: 26rem;
}

.p-interview-media__image img {
	width: 100%;
	border-radius: 3rem;
}

.p-ask {
	background-color: #F0F8FC;
	border-radius: 3rem;
	padding: 2.5rem 1rem 1.4rem;
}

.p-ask::after {
	content: "";
}

.p-ask__sub {
	color: #234B9F;
	font-weight: bold;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 1.8rem;
}

.p-ask__sub .item {
	position: relative;
	padding: 1.5rem 4.5rem 0.1rem;
}

.p-ask__sub .item::before,
.p-ask__sub .item::after {
	content: "";
	position: absolute;
	width: 0.2rem;
	height: 100%;
	background: #234B9F;
	display: block;
	top: 1rem;
}

.p-ask__sub .item::before {
	transform: rotate(-30deg);
	transform-origin: top left;
	left: 0;
}

.p-ask__sub .item::after {
	right: 0;
	transform: rotate(30deg);
	transform-origin: top right;
}

.p-ask-media {
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}

.p-ask-media__image {
	text-align: center;
}

.p-ask-media__image img {
	border-radius: 3rem;
}

.p-ask-media__body {
	flex: 1 1;
}

.p-ask-media__txt {
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-ask-media__sub {
	font-weight: 500;
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 1.5rem;
}

.p-ask-list {
	display: grid;
	gap: 3.5rem;
}

.p-ask-list__item {
	border-radius: 3rem;
	overflow: hidden;
}

.p-ask-list__image {
	height: 16rem;
}

.p-ask-list__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-ask-list__ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #234B9F;
	color: #fff;
	min-height: 6.8rem;
	font-size: 1.4rem;
}

.p-media {
	display: flex;
	justify-content: flex-start;
	gap: 2.1rem;
}

.p-media__image {
	width: 16.1rem;
}

.p-road {
	padding-top: 3.3rem;
}

.p-road__sub {
	margin-bottom: 7rem;
}

.p-road-list {
	position: relative;
}

.p-road-list__wrap {
	position: relative;
	max-width: 100%;
	width: 100%;
}

.p-road-list__cmt {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: #234B9F;
	font-size: 1.4rem;
	padding-bottom: 1.8rem;
}

.p-road-list__cmt.--cmt-bg01 {
	background: url(../images/road_cmt_bg_01.svg) no-repeat center/contain;
	min-height: 9rem;
	aspect-ratio: 195/109;
	top: -4.1rem;
	left: 1rem;
}

.p-road-list__cmt.--cmt-bg02 {
	background: url(../images/road_cmt_bg_02.svg) no-repeat center/contain;
	aspect-ratio: 166/79;
	top: -1.4rem;
	left: 1rem;
	min-height: 6.5rem;
}

.p-road-list__item {
	position: relative;
	z-index: 1;
	padding-bottom: 5.4rem;
}

.p-road-list__item::before,
.p-road-list__item::after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
}

.p-road-list__item:first-child::after {
	top: 9.3rem;
	height: 46.7rem;
	background: url(../images/road_bg_first_sp.webp) no-repeat bottom center/contain;
}

.p-road-list__item:first-child .p-road-list__image {
	margin-bottom: 2.4rem;
}

.p-road-list__item:not(:first-child):not(:last-child)::before {
	top: 0;
	height: 6.5rem;
	background: url(../images/road_bg_hori_sp.webp) no-repeat top center/contain;
}

.p-road-list__item:not(:first-child):not(:last-child)::after {
	background: url(../images/road_bg_verti_sp.webp) repeat-y top center/contain;
	top: 6.4rem;
	height: calc(100% - 6.4rem);
}

.p-road-list__item:nth-child(even):not(:first-child):not(:last-child)::before {
	transform: scaleX(-1);
}

.p-road-list__item:nth-child(odd):not(:first-child):not(:last-child) .p-road-list__wrap {
	margin-left: auto;
}

.p-road-list__item:nth-child(odd):not(:first-child):not(:last-child) .p-road-list__body {
	margin-left: auto;
}

.p-road-list__item:last-child {
	padding-bottom: 0;
}

.p-road-list__item.--road-item06 {
	padding-bottom: 5rem;
}

.p-road-list__item.--road-item08 {
	padding-bottom: 0;
}

.p-road-list__image {
	overflow: hidden;
	border-radius: 3rem;
	box-shadow: rgba(192, 231, 250, 0.5) 1rem 1rem 0;
	width: 100%;
}

.p-road-list__image:not(:last-child) {
	margin-bottom: 2.4rem;
}

.p-road-list__image img {
	width: 100%;
}

.p-road-list__ttl {
	font-weight: bold;
	color: #234B9F;
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

.p-road-list__ttl span {
	background: linear-gradient(to top, #FFFC66 2rem, transparent 2rem);
}

.p-road-list__txt {
	font-weight: 500;
	line-height: 1.4444444444;
	font-size: 1.6rem;
}

.p-road-media {
	display: flex;
	justify-content: flex-end;
	position: relative;
	gap: 8rem;
}

.p-road-media__cmt {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: #234B9F;
	background: url(../images/road_media_cmt_sp.svg) no-repeat center/contain;
	top: -2rem;
	aspect-ratio: 189/108;
	font-size: 1.4rem;
	padding-bottom: 3.4rem;
	min-height: 10.8rem;
}

.p-road-media__image {
	position: relative;
	width: 17.8rem;
}

.p-remove {
	margin-inline: auto;
	padding: 3.6rem 1rem 8.6rem;
}

.p-remove__ttl {
	margin-bottom: 3rem;
	width: 29.1rem;
	margin-inline: auto;
}

.p-remove__sub {
	text-align: center;
	position: relative;
	color: #234B9F;
	font-size: 2rem;
	padding-block: 0.8rem;
	margin-bottom: 2.5rem;
}

.p-remove__sub::before,
.p-remove__sub::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	background: url(../images/remove_sub_bg.svg) no-repeat center/contain;
	height: 1.3rem;
}

.p-remove__sub::before {
	top: 0;
}

.p-remove__sub::after {
	bottom: 0;
}

.p-remove__sub .sub-item {
	background-color: #fff;
	padding-block: 1rem;
}

.p-remove__inner {
	max-width: 80rem;
	margin-inline: auto;
}

.p-remove__video {
	width: 100%;
	position: relative;
}

.p-remove__video video {
	width: 100%;
	display: block;
	border: none;
	outline: none;
	pointer-events: none;
}

.p-remove__video-play {
	position: absolute;
	inset: 0;
	background: url(../images/remove_img_01.webp) no-repeat center/cover;
	z-index: 1;
	cursor: pointer;
}

.p-remove__video-play:hover .p-remove__video-icon {
	background-color: rgba(34, 76, 159, 0.8);
}

.p-remove__video-play.is-hide {
	display: none;
}

.p-remove__video-icon {
	position: absolute;
	width: 6.5rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: #224c9f;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-in-out;
}

.p-remove__video-icon::after {
	content: "";
	position: absolute;
	width: 40%;
	aspect-ratio: 1;
	left: calc(50% + 0.3rem);
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/icon_play.svg) no-repeat center/contain;
}

.p-remove__video .video-control {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 1rem;
	left: 1.8rem;
	right: 1.8rem;
	bottom: 1rem;
}

.p-remove__video .video-control__txt {
	flex-shrink: 0;
	color: #fff;
	font-size: 1.4rem;
}

.p-remove__video .video-control .time-remaining {
	flex: 1 1;
	height: 0.4rem;
	background: #999;
	overflow: hidden;
	border-radius: 0.6rem;
}

.p-remove__video .video-control .time-remaining__item {
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 0.6rem;
	transition: width 0.2s linear;
}

.p-remove-slider {
	margin-bottom: 5.5rem;
}

.p-remove-slider__item {
	width: 26.8rem;
}

.p-remove-slider .slick-list {
	overflow: initial;
}

.p-remove-slider .slick-track {
	display: flex;
	gap: 2rem;
}

.p-remove-slider .slick-dots {
	bottom: -3.2rem;
}

.p-remove-slider .slick-dots li {
	margin: 0;
}

.p-remove-slider .slick-dots li.slick-active button {
	background-color: #234B9F;
}

.p-remove-slider .slick-dots li button {
	background-color: rgba(35, 75, 159, 0.5);
}

.p-remove-slider .slick-arrow {
	z-index: 3;
	width: 1.8rem;
	height: 1.8rem;
	top: calc(100% + 1.5rem);
	transform: translate(0, 0);
}

.p-remove-slider .slick-arrow::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../images/arrow_icon.svg) no-repeat center/contain;
}

.p-remove-slider .slick-prev {
	left: inherit;
	right: calc(50% + 7.6rem);
}

.p-remove-slider .slick-next {
	left: calc(50% + 7.6rem);
	right: inherit;
}

.p-remove-slider .slick-next::before {
	transform: scaleX(-1);
}

.p-impress {
	background-color: #fff;
	position: relative;
	padding: 5.5rem 1.5rem 0;
	border-radius: 5rem;
}

.p-impress .hline01 {
	margin-bottom: 1.5rem;
}

.p-impress .hline01::after {
	right: -0.5rem;
}

.p-impress-media {
	margin-bottom: 3.5rem;
}

.p-impress-media__ttl {
	font-weight: bold;
	color: #234B9F;
	border-bottom: 1px solid #234B9F;
	font-size: 2rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

.p-impress-media__image {
	width: 17rem;
}

.p-impress-media__txt {
	font-weight: 500;
	font-size: 1.6rem;
}

.p-impress-media__txt .line {
	background: linear-gradient(to top, #A2E4FA 2rem, transparent 2rem);
}

.p-impress__image {
	margin-bottom: 2.4rem;
}

.p-impress__image img {
	border-radius: 3rem;
	width: 100%;
}

.p-impress__des {
	background-color: #2CA6E0;
	color: #fff;
	text-align: center;
	font-weight: 600;
	clip-path: polygon(100% 0, calc(100% - 1rem) 50%, 100% 100%, 0% 100%, 1rem 50%, 0% 0%);
	padding: 0.8rem 1rem;
	font-size: 1.8rem;
	margin-bottom: 2.4rem;
}

.p-impress__avata img {
	width: 100%;
}

.backtop {
	position: fixed;
	z-index: 8;
	aspect-ratio: 1;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
	right: 1rem;
	bottom: 1rem;
	width: 4.3rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.backtop.is-show {
	opacity: 1;
	visibility: visible;
}

.backtop:hover {
	opacity: 0.85;
}

@media (min-width: 768px) {

html {
	font-size: 0.9803921569vw;
}

body {
	font-size: 1.5rem;
}

.container {
	max-width: 102rem;
}

.p-header {
	top: 5.3rem;
	left: 6.7rem;
	right: 6.7rem;
}

.p-header__logo {
	width: 12rem;
}

.p-footer {
	padding: 10rem 0 6.5rem;
}

.hline01 {
	padding-bottom: 2.2rem;
}

.hline01::after {
	left: 7rem;
	top: 4rem;
	right: 2rem;
	background-image: url(../images/ttl_bg.svg);
}

.subline01 {
	font-size: 2.8rem;
	line-height: 1.4285714286;
}

.subline01 .sub-item::before {
	transform: rotate(-30deg);
}

.subline01 .sub-item::after {
	transform: rotate(30deg);
}

.slick-dots li {
	margin: 0 0.5rem;
}

.slick-dots li button {
	height: 1rem;
	width: 1rem;
}

.sp {
	display: none;
}

.p-bg-linear {
	margin-top: -17.8rem;
	border-radius: 10rem 10rem 0 0;
}

.p-bg-linear.--impress {
	padding: 10rem 0 17.5rem;
}

.p-bg-white {
	margin-top: -17.8rem;
	border-radius: 10rem 10rem 0 0;
}

.p-bg-light {
	border-radius: 10rem 10rem 0 0;
}

.p-mv {
	height: 50rem;
	padding-top: 6rem;
	height: 93.1rem;
	background: url("../images/mv_bg.webp") no-repeat center/auto 100%;
}

.p-visit {
	padding-top: 7.3rem;
}

.p-visit__ttl {
	font-size: 4.5rem;
	line-height: 1.4444444444;
	margin-bottom: 5rem;
}

.p-visit__ttl.--ttl-line::before,
.p-visit__ttl.--ttl-line::after {
	top: 0;
	height: calc(100% + 2rem);
}

.p-visit__ttl.--ttl-line::before {
	transform: rotate(-35deg);
}

.p-visit__ttl.--ttl-line::after {
	transform: rotate(35deg);
}

.p-visit__txt {
	margin: 0 auto;
	font-size: 2.8rem;
	max-width: 83rem;
}

.p-visit__name {
	font-size: 2rem;
	bottom: 13rem;
	right: -6rem;
}

.p-visit__name .small {
	font-size: 1.8rem;
}

.p-interview {
	border-radius: 10rem;
	padding: 6.3rem 10rem 28.8rem;
	margin-bottom: 7.8rem;
}

.p-interview::after {
	background-image: url(../images/interview_bg_01.svg);
	height: 21.8rem;
}

.p-interview .hline01 {
	margin-bottom: 4.2rem;
}

.p-interview__ttl {
	font-size: 3.8rem;
	margin-bottom: 3.3rem;
}

.p-interview__ttl .ttl-line {
	display: inline-block;
	padding-bottom: 0.5rem;
}

.p-interview__des {
	margin-bottom: 5rem;
}

.p-interview__txt {
	margin-bottom: 5.5rem;
	font-size: 1.8rem;
	line-height: 1.4444444444;
	text-align: center;
}

.p-interview__txt.--txt-line {
	margin-inline: -1.5rem;
}

.p-interview__image {
	margin-bottom: 3.5rem;
}

.p-interview__image.--image-shadown {
	box-shadow: rgba(192, 231, 250, 0.5) 1rem 1rem 0;
	border-radius: 3rem;
}

.p-interview__image.--image-shadown img {
	border-radius: 3rem;
}

.p-interview__image.--space-img01 {
	margin-bottom: 5.5rem;
}

.p-interview__image.--space-img02 {
	margin-top: 15.2rem;
}

.p-interview__image-txt {
	font-size: 1.7rem;
	line-height: 1.4705882353;
}

.p-interview__image-txt.--txt-01 {
	background: url(../images/interview_cmt_bg_01.svg) no-repeat center/contain;
	top: -9.6rem;
	height: 18.2rem;
	width: 27.9rem;
	left: -4.6rem;
	padding-bottom: 3rem;
}

.p-interview__image-txt.--txt-02 {
	background: url(../images/interview_cmt_bg_02.svg) no-repeat center/contain;
	height: 15.2rem;
	width: 26.2rem;
	left: 23.3rem;
	top: -2.8rem;
	padding-bottom: 3rem;
}

.p-interview__image-txt.--txt-03 {
	background: url(../images/interview_cmt_bg_03.svg) no-repeat center/contain;
	height: 14rem;
	width: 24.3rem;
	right: 4.1rem;
	top: 0.9rem;
	padding-bottom: 3.8rem;
}

.p-interview__avata {
	bottom: 0;
	z-index: 2;
	right: 0;
	position: absolute;
	right: 13.5rem;
	width: 35rem;
}

.p-interview-media__txt {
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: 600;
	padding: 0 6rem 0 4rem;
	width: 48.4rem;
	height: 16.9rem;
	background-image: url(../images/interview_media_cmt.svg);
}

.p-interview-media__image {
	width: 29.9rem;
}

.p-ask {
	border-radius: 10rem;
	padding: 3.5rem 3.5rem 6.5rem;
}

.p-ask__sub {
	font-size: 2.8rem;
	margin-bottom: 2.5rem;
}

.p-ask__sub .item {
	padding: 1.5rem 5rem 0.5rem;
}

.p-ask-media {
	margin-block: 5.5rem;
	margin-block: 5.5rem;
	gap: 1.4rem;
	margin-right: -3.5rem;
	display: flex;
}

.p-ask-media__image {
	flex-shrink: 0;
	width: 32.3rem;
}

.p-ask-media__txt {
	font-size: 1.8rem;
	line-height: 1.4444444444;
}

.p-ask-media__sub {
	margin-top: 0.4rem;
}

.p-ask-list {
	gap: 3rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-ask-list__image {
	height: 18.2rem;
}

.p-ask-list__image img {
	-o-object-position: top;
	object-position: top;
}

.p-ask-list__ttl {
	height: 12.2rem;
	padding-inline: 0.6rem;
	font-size: 2rem;
}

.p-media {
	gap: 6.6rem;
	padding-left: 3.6rem;
	padding-bottom: 17.6rem;
}

.p-media__image {
	width: 30.1rem;
}

.p-media__body {
	padding-top: 8.3rem;
}

.p-road {
	padding-top: 16.2rem;
}

.p-road__sub {
	margin-bottom: 6.2rem;
}

.p-road-list__cmt {
	font-size: 1.7rem;
	padding-bottom: 2.2rem;
}

.p-road-list__cmt.--cmt-bg01 {
	top: 0;
	min-height: 10.9rem;
	left: -9.7rem;
}

.p-road-list__cmt.--cmt-bg02 {
	top: 2.1rem;
	left: -10.2rem;
	min-height: 7.9rem;
}

.p-road-list__item {
	padding-bottom: 15.4rem;
}

.p-road-list__item:first-child {
	min-height: 82rem;
}

.p-road-list__item:first-child::before {
	top: 13.7rem;
	height: 13.4rem;
	background: url(../images/road_bg_first.webp) no-repeat bottom center/contain;
}

.p-road-list__item:first-child::after {
	background: url(../images/road_bg_verti.webp) repeat-y top center/contain;
	top: 27rem;
	height: calc(100% - 27.1rem);
}

.p-road-list__item:first-child .p-road-list__wrap {
	width: 69.1rem;
	margin-inline: auto;
}

.p-road-list__item:first-child .p-road-list__image {
	margin-bottom: 5rem;
	margin-inline: auto;
}

.p-road-list__item:first-child .p-road-list__body {
	padding-inline: 3.8rem;
}

.p-road-list__item:not(:first-child):not(:last-child) {
	margin-top: -15.4rem;
}

.p-road-list__item:not(:first-child):not(:last-child)::before {
	top: 15.4rem;
	height: 133px;
	background: url(../images/road_bg_hori.webp) no-repeat top center/contain;
}

.p-road-list__item:not(:first-child):not(:last-child)::after {
	background: url(../images/road_bg_verti.webp) repeat-y top center/contain;
	top: 28.6rem;
	height: calc(100% - 28.6rem);
}

.p-road-list__item:nth-child(even):not(:first-child):not(:last-child)::after {
	transform: scaleX(-1);
}

.p-road-list__item:last-child {
	padding-top: 10.8rem;
}

.p-road-list__item:last-child::before {
	top: 0;
	height: 50%;
	background: url(../images/road_bg_last.webp) no-repeat top center;
	background-size: 100% auto;
}

.p-road-list__item:last-child .p-road-list__image {
	width: 80rem;
	margin-inline: auto;
}

.p-road-list__item:not(.--height-auto):not(:first-child) {
	min-height: 88rem;
}

.p-road-list__item.--road-item02 .p-road-list__wrap {
	width: 62rem;
}

.p-road-list__item.--road-item02 .p-road-list__body {
	max-width: 50rem;
}

.p-road-list__item.--road-item03 .p-road-list__wrap {
	width: 62rem;
}

.p-road-list__item.--road-item03 .p-road-list__body {
	max-width: 53.3rem;
}

.p-road-list__item.--road-item04 .p-road-list__wrap {
	width: 58rem;
}

.p-road-list__item.--road-item04 .p-road-list__body {
	max-width: 50rem;
}

.p-road-list__item.--road-item05 .p-road-list__wrap {
	width: 58rem;
}

.p-road-list__item.--road-item05 .p-road-list__body {
	max-width: 51.6rem;
}

.p-road-list__item.--road-item06 {
	padding-bottom: 26.4rem;
}

.p-road-list__item.--road-item06 .p-road-list__wrap {
	width: 50rem;
}

.p-road-list__item.--road-item06 .p-road-list__body {
	max-width: 51.6rem;
}

.p-road-list__item.--road-item07 .p-road-list__wrap {
	width: 63.3rem;
}

.p-road-list__item.--road-item07 .p-road-list__body {
	max-width: 50.3rem;
}

.p-road-list__item.--road-item08 .p-road-list__wrap {
	width: 60rem;
}

.p-road-list__item.--road-item08 .p-road-list__txt {
	max-width: 50rem;
}

.p-road-list__image:not(:last-child) {
	margin-bottom: 2.6rem;
}

.p-road-list__ttl {
	font-size: 3rem;
	line-height: 1.4666666667;
	margin-bottom: 2.3rem;
}

.p-road-list__txt {
	font-size: 1.8rem;
}

.p-road-media {
	gap: 2.4rem;
	margin-top: 6.2rem;
}

.p-road-media__cmt {
	top: 0;
	aspect-ratio: 227/150;
	background: url(../images/road_media_cmt.svg) no-repeat center/contain;
	font-size: 2rem;
	padding-bottom: 3.2rem;
	min-height: 15rem;
	right: calc(100% - 4rem);
}

.p-road-media__image {
	width: 18.4rem;
}

.p-road-media__body {
	flex: 1 1;
	max-width: 55.9rem;
	padding-top: 5.1rem;
}

.p-remove {
	padding: 7.1rem 3.2rem 35.7rem;
	max-width: 144rem;
}

.p-remove__ttl {
	margin-bottom: 5rem;
	width: 63.9rem;
}

.p-remove__sub {
	font-size: 4.5rem;
	padding-block: 1.6rem;
	margin-bottom: 7.5rem;
}

.p-remove__sub::before,
.p-remove__sub::after {
	height: 2.5rem;
}

.p-remove__sub .sub-item {
	padding-block: 1.9rem;
}

.p-remove__video-icon {
	width: 7.5rem;
}

.p-remove__video .video-control {
	bottom: 1.5rem;
}

.p-remove-slider {
	margin-bottom: 7rem;
}

.p-remove-slider .slick-track {
	gap: 5rem;
}

.p-remove-slider .slick-dots {
	bottom: -3.5rem;
}

.p-remove-slider .slick-dots li {
	margin-inline: 0.5rem;
}

.p-remove-slider .slick-arrow {
	width: 2.4rem;
	height: 2.4rem;
}

.p-remove-slider .slick-prev {
	right: calc(50% + 13.6rem);
}

.p-remove-slider .slick-next {
	left: calc(50% + 13.6rem);
}

.p-impress {
	padding: 10.5rem 10rem 0;
	border-radius: 10rem;
}

.p-impress .hline01 {
	margin-bottom: 4.5rem;
}

.p-impress .hline01::after {
	left: 9rem;
	right: -1.5rem;
}

.p-impress-media {
	padding-right: 2.6rem;
	margin-bottom: 6rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.p-impress-media__ttl {
	display: inline-block;
	line-height: 1.2222222222;
	font-size: 4.5rem;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.p-impress-media__image {
	width: 18.3rem;
}

.p-impress-media__body {
	flex: 1 1;
}

.p-impress-media__txt {
	font-size: 1.8rem;
	line-height: 1.6;
}

.p-impress__image {
	margin-bottom: 3.6rem;
}

.p-impress__des {
	clip-path: polygon(100% 0, calc(100% - 1rem) 50%, 100% 100%, 0% 100%, 1rem 50%, 0% 0%);
	padding: 1rem;
	font-size: 3rem;
	margin-bottom: 4rem;
}

.backtop {
	right: 2rem;
	bottom: 2rem;
	width: 7rem;
}

}

@media (min-width: 1020px) {

html {
	font-size: 10px;
}

}

@media (min-width: 1920px) {

.p-mv::before,
.p-mv::after {
	content: "";
	position: absolute;
	top: 0;
	width: calc(50% - 80rem);
	height: 100%;
}

.p-mv::before {
	left: 0;
	background: url(../images/mv_bg_left.webp) repeat-x top right/auto 100%;
}

.p-mv::after {
	right: 0;
	background: url(../images/mv_bg_right.webp) repeat-x top left/auto 100%;
}

}

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

.footer-menu {
	padding: 2.5rem 0 1.5rem;
	font-size: 1.1rem;
}

.footer-menu__list {
	gap: 2.5rem;
}

.footer-copyright {
	font-size: 1rem;
}

}

@media (max-width: 767px) {

.pc {
	display: none;
}

.bytesp {
	font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
}

.p-bg-linear.--space-mv {
	margin-top: -10.2rem;
}

.space-inline-sp {
	padding-inline: 0.8rem;
}

.p-mv .container {
	padding-inline: 0;
}

.p-interview {
	margin-top: 3.4rem;
}

.p-interview__txt.--txt-line {
	margin-bottom: 2.6rem;
	margin-right: -0.1rem;
}

.p-interview__image.--space-img02 {
	margin-bottom: 14.2rem;
}

.p-interview__image-txt.--txt-02 {
	right: 1.5rem;
}

.p-interview__image-txt.--txt-03 {
	bottom: -10.2rem;
	padding-top: 3.1rem;
}

.p-interview-media {
	margin-bottom: 2rem;
	gap: 1.5rem;
	align-items: center;
	flex-direction: column;
}

.p-ask {
	margin-bottom: 4rem;
}

.p-ask-media__image {
	margin-bottom: 1.5rem;
}

.p-ask-list {
	margin-top: 5.5rem;
}

.p-media {
	flex-direction: column-reverse;
	align-items: center;
	padding-bottom: 4.2rem;
}

.p-media .p-visit__ttl {
	margin-bottom: 0;
	line-height: 1.4230769231;
}

.p-road__sub .sub-item {
	padding-top: 1rem;
	padding-bottom: 1.5rem;
}

.p-road__sub .sub-item::before {
	transform: rotate(-20deg);
}

.p-road__sub .sub-item::after {
	transform: rotate(20deg);
}

.p-road-list__wrap {
	padding-inline: 1rem;
}

.p-road-list__item:nth-child(odd):not(:first-child):not(:last-child)::after {
	transform: scaleX(-1);
}

.p-road-list__item.--height-auto {
	padding-bottom: 7.4rem;
}

.p-road-list__item.--height-auto::after {
	height: 100% !important;
	background: url(../images/road_bg_last_sp.webp) no-repeat top center/cover !important;
}

.p-road-list__ttl {
	text-align: center;
}

.p-road-media {
	flex-direction: column-reverse;
	margin-bottom: -14rem;
}

.p-road-media__cmt {
	left: 13.3rem;
}

.p-road-media__image {
	height: 40rem;
}

.p-road-media__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.p-impress .hline01 {
	padding-right: 1rem;
}

.p-impress-media__ttl {
	text-align: center;
}

.p-impress-media__image {
	margin-inline: auto;
}

.p-impress-media__body {
	margin-bottom: 2.5rem;
}

.p-impress__avata {
	margin-inline: -1.5rem;
}

}

