html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

html.hidden,
body.hidden {
	overflow: hidden;
}

body {
	background: #fff;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.4;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

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

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

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	background-color: #E4D600;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input,
textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	display: block;
	max-width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

/* Slider */

.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 45px;
	line-height: 0px;
	outline: none;
	padding: 0;
	position: absolute;
	top: -30px;
	width: 45px;
	z-index: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	display: none !important;
}

.slick-prev:hover,
.slick-next:hover {
	color: transparent;
	opacity: 0.6;
	outline: none;
}

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

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

.slick-prev:before,
.slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	content: none;
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
}

.slick-prev {
	background: url(../img/slider_prev@2x.png) no-repeat center/contain;
	height: 45px;
	right: 90px;
	width: 45px;
	z-index: 1;
}

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

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

.slider__num {
	font-size: 24px;
}

.slick-next {
	background: url(../img/slider_next@2x.png) no-repeat center/contain;
	height: 45px;
	right: 35px;
	width: 45px;
}

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

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

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 5px;
	width: 20px;
}

.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: 1;
}

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

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

/* Slider */

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

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

.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 {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

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

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

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

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

[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 {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

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

.l-container {
	margin: auto;
	max-width: 1280px;
	padding: 0 15px;
}

.l-footer {
	background: #E4D600;
	color: #333;
	padding: 80px 0;
	position: relative;
}

.l-footer::after {
	background: url(../img/footer_bg@2x.png) no-repeat center/contain;
	bottom: 0;
	content: "";
	height: 411px;
	position: absolute;
	right: 0;
	width: 552px;
}

.l-footer__wrapper {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 100%;
	padding: 0 100px;
	width: 1280px;
}

.l-footer__right {
	width: 45%;
}

.l-footer__headline {
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 40px;
}

.l-footer__headline > span {
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 60px;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.l-footer__logo {
	margin-bottom: 30px;
	max-width: 100%;
	width: 315px;
}

.l-footer__address {
	color: #32649B;
	font-family: "Jost", sans-serif;
	font-size: 30px;
	font-weight: 500;
}

.l-footer__btn {
	margin-left: -15px;
	margin-top: -10px;
	width: 286px;
}

.l-footer__btn a {
	transition: .3s;
}

.l-footer__btn a:hover {
	opacity: .7;
}

.l-footer__info dl {
	line-height: 1.7;
	padding: 18px 0;
}

.l-footer__info dl:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.l-footer__info dt {
	color: #32649b;
	font-size: 15px;
	font-weight: bold;
}

#header {
	height: 80px;
	left: 0;
	max-width: 100%;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 20;
}

.l-header__title {
	align-items: center;
	color: #32649b;
	display: flex;
	font-family: "Jost", sans-serif;
	font-size: 34px;
	line-height: 1;
	padding-left: 40px;
}

.l-header__title span {
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
}

.l-header__wrapper {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	position: relative;
	width: 1280px;
}

.header-content {
	align-items: center;
	display: flex;
}

.l-header__logo {
	margin-right: auto;
}

.l-header__logo a {
	transition: all 0.3s ease 0s;
}

.l-header__logo a:hover {
	opacity: 0.6;
}

.l-header__logo img {
	width: 200px;
}

.c-btn {
	-webkit-appearance: none;
	background-color: #E4D600;
	background-image: none;
	border: 1px solid #E4D600;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	height: 60px;
	letter-spacing: 0.04em;
	line-height: 58px;
	margin: 0;
	max-width: 100%;
	position: relative;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: .3s;
	vertical-align: middle;
	width: 300px;
}

.c-btn::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: '';
	height: 10px;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
	width: 10px;
}

.c-btn:hover {
	background: #fff;
	color: #E4D600;
}

.c-btn:hover::after {
	border-color: #E4D600;
	right: 5%;
}

.c-btn:not(:disabled) {
	cursor: pointer;
}

.c-btn:hover,
.c-btn:focus {
	outline: none;
}

.c-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.c-gnav__wrapper {
	background: #E4D600;
	bottom: auto;
	color: #333;
	height: 100vh;
	left: auto;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	right: 0;
	text-align: left;
	top: 0;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 100vw;
	z-index: 40;
}

.c-gnav__wrapper.is-open {
	opacity: 1;
	visibility: inherit;
}

.c-gnav__container {
	padding: 90px 0 240px;
	position: relative;
}

.c-gnav__container::after {
	background: url(../img/gnav_bg@2x.png) no-repeat center/contain;
	bottom: 0;
	content: "";
	height: 365px;
	left: -1000px;
	margin: auto;
	position: absolute;
	right: -1000px;
	width: 1920px;
}

.c-gnav__logo {
	margin: 0 auto 50px;
	max-width: 100%;
	width: 266px;
}

.c-gnav__content {
	margin: auto;
	max-width: 100%;
	position: relative;
	width: 670px;
	z-index: 1;
}

.c-gnav__headline2 {
	background: #32649b;
	border-radius: 50px;
	color: #fff;
	font-feature-settings: "palt";
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	padding: 15px 15px;
	position: relative;
	text-align: center;
}

.c-gnav__headline2::after {
	border-bottom: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-style: solid;
	border-top: 14px solid #32649b;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 100%;
	width: 0;
}

.c-gnav__wrap {
	display: flex;
	justify-content: space-between;
}

.c-gnav__btn {
	margin: 0 -2%;
	transition: 0.3s;
	width: 52%;
}

.c-gnav__btn img {
	margin: auto;
}

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

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

.c-gnav__list ul {
	list-style: none;
	margin: 0 0 80px;
	padding: 0;
}

.c-gnav__link {
	color: #333;
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 21px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-gnav__link.active {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.c-gnav__link:hover {
	opacity: 0.6;
}

.c-gnav__icon {
	display: block;
}

.c-gnav__list {
	display: initial;
}

.c-gnav__link {
	color: #333;
	text-decoration: none;
}

.c-gnav__icon {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.c-gnav__icon::after {
	color: #424242;
	content: "MENU";
	display: none;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.c-gnav__icon.is-open::after {
	content: "CLOSE";
}

.c-gnav__icon a {
	display: block;
	height: 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 27px;
}

.c-gnav__icon a:after,
.c-gnav__icon a:before {
	background: #32649b;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav__icon a:before {
	top: 0;
}

.c-gnav__icon a:after {
	bottom: 0;
}

.c-gnav__icon a span {
	background: #32649b;
	height: 2px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
	width: 67%;
}

.c-gnav__icon a.is-open:not(.fix) {
	background: none;
	margin: auto;
}

.c-gnav__icon a.is-open:not(.fix):before {
	background: #32649b;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix):after {
	background: #32649b;
	bottom: 50%;
	transform: translate(0, 50%) rotate(-45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix) span {
	transform: translate(150%, -50%);
}

/* ローディング画面 */

#loading {
	background-color: #fff;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 1s;
	width: 100vw;
	z-index: 100;
}

#loading.is-loaded {
	opacity: 0;
	visibility: hidden;
}

.c-loading__anime {
	animation: load4 1.3s infinite linear;
	border-radius: 50%;
	color: #808080;
	font-size: 20px;
	height: 1em;
	left: 50%;
	margin: 100px auto;
	position: fixed;
	text-indent: -9999em;
	top: calc(50% - 100px);
	transform: translateZ(0);
	transform: translate(-50%, -50%);
	width: 1em;
}

.c-mv {
	background: #E4D600;
	position: relative;
	width: 100%;
}

.c-mv__container {
	margin: auto;
	max-width: 100%;
	position: relative;
	width: 1280px;
}

.c-mv__img {
	margin: 0px -50px -100px auto;
	margin-left: auto;
	max-width: 100%;
	padding-top: 100px;
	position: relative;
	width: 950px;
	z-index: 2;
}

.c-mv__logo {
	left: 80px;
	position: absolute;
	top: 20%;
	z-index: 2;
}

.c-mv__text {
	font-size: 27px;
	font-weight: bold;
	left: 80px;
	letter-spacing: .22em;
	position: absolute;
	top: 60%;
	z-index: 2;
}

.c-scroll-top {
	bottom: 5%;
	opacity: 0;
	position: fixed;
	right: 5%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 2;
}

[data-scroll="true"] .c-scroll-top {
	opacity: 1;
	visibility: visible;
}

.c-scroll-top a {
	background: url(../img/page_top.svg) no-repeat center/contain;
	border-radius: 50%;
	display: inline-block;
	height: 76px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 76px;
}

#footer.high .c-scroll-top {
	bottom: auto;
	margin: 0;
	position: absolute;
	right: 5%;
	top: 0;
	transform: translateY(-50%);
}

.p-top-concept {
	background: #fff;
	padding: 180px 0;
	position: relative;
	z-index: 1;
}

.p-top-concept::before {
	background: url(../img/top_concept_bg1@2x.png) no-repeat center/contain;
	content: "";
	height: 531px;
	left: 0;
	position: absolute;
	top: 0;
	width: 652px;
}

.p-top-concept::after {
	background: url(../img/top_concept_bg2@2x.png) no-repeat center/contain;
	bottom: 0;
	content: "";
	height: 365px;
	left: -1000px;
	margin: auto;
	position: absolute;
	right: -1000px;
	width: 1920px;
	z-index: -1;
}

.p-top-concept__container {
	margin: auto;
	max-width: 100%;
	position: relative;
	width: 1280px;
}

.p-top-concept__headline {
	color: #E4D600;
	font-family: "Jost", sans-serif;
	font-size: 140px;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	right: 120px;
	top: -45px;
}

.p-top-concept__headline > span {
	opacity: 0.25 !important;
}

.p-top-concept__text1 {
	font-family: "Jost", sans-serif;
	font-size: 60px;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 100px;
	position: relative;
}

.p-top-concept__text1::before {
	background: #231815;
	content: "";
	height: 1px;
	left: 90px;
	position: absolute;
	top: 50%;
	transform: translateX(-100%);
	width: 1000px;
}

.p-top-concept__text2 {
	padding-left: 100px;
}

.p-top-concept__text2 > span {
	background: #e4d600;
	color: #fff;
	display: inline-block;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	padding-left: 10px;
}

.p-top-concept__item {
	display: grid;
	place-items: center;
	transition: .3s;
}

.p-top-concept__item--1 {
	aspect-ratio: 1/1;
	background: url(../img/top_concept1@2x.png) no-repeat center/contain;
	margin: -100px 100px 0 auto;
	max-width: 100%;
	padding: 0 100px 0 55px;
	width: 423px;
}

.p-top-concept__item--2 {
	aspect-ratio: 441/420;
	background: url(../img/top_concept2@2x.png) no-repeat center/contain;
	margin: -230px 0 0 100px;
	max-width: 100%;
	padding: 0 55px 0 100px;
	width: 441px;
}

.p-top-concept__item--3 {
	aspect-ratio: 434/442;
	background: url(../img/top_concept3@2x.png) no-repeat center/contain;
	margin: -150px 0 0 520px;
	max-width: 100%;
	padding: 0 100px 0 55px;
	width: 434px;
}

.p-top-concept__num {
	color: #e4d600;
	font-family: "Jost", sans-serif;
	font-size: 72px;
	line-height: 1;
	margin-bottom: 30px;
	text-align: center;
}

.p-top-concept__num--white {
	color: #fff;
	font-size: 97px;
}

.p-top-concept__text3 {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}

.p-top-concept__text3--1 {
	font-size: 19px;
}

.p-top-pickup {
	background: #E4D600;
	padding: 60px 0 50px;
}

.p-top-pickup__container {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 100%;
	padding: 0 50px;
	width: 1180px;
}

.p-top-pickup__headline {
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
}

.p-top-pickup__headline > span {
	font-family: "Jost", sans-serif;
	font-size: 60px;
	letter-spacing: 0.04em;
}

.p-top-pickup__wrap {
	max-width: calc(100% - 270px);
	position: relative;
	width: 750px;
}

.p-top-pickup__slider .slick-current,
.p-top-pickup__slider .is-active-next {
	transform: scale(1);
}

.p-top-pickup__slider .slick-current .p-top-pickup__date,
.p-top-pickup__slider .slick-current .p-top-pickup__title,
.p-top-pickup__slider .is-active-next .p-top-pickup__date,
.p-top-pickup__slider .is-active-next .p-top-pickup__title {
	display: block;
}

.p-top-pickup__item {
	margin: 0 0px;
	transform: scale(0.8);
}

.p-top-pickup__img {
	background: #fff;
	border-radius: 10px;
	display: grid;
	height: 300px;
	margin-bottom: 10px;
	place-items: center;
	width: 100%;
}

.p-top-pickup__date {
	display: none;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	padding-left: 80px;
	position: relative;
}

.p-top-pickup__date::before {
	background: #333;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 72px;
}

.p-top-pickup__title {
	display: none;
	font-size: 17px;
	font-weight: bold;
}

.p-top-service {
	padding: 130px 0 100px;
	position: relative;
}

.p-top-service::before {
	background: url(../img/top_service_bg1@2x.png) no-repeat center/contain;
	content: "";
	height: 563px;
	position: absolute;
	right: 0;
	top: -60px;
	width: 455px;
	z-index: -1;
}

.p-top-service::after {
	background: url(../img/top_service_bg2@2x.png) no-repeat center/contain;
	bottom: 0;
	content: "";
	height: 590px;
	left: 0;
	position: absolute;
	width: 374px;
	z-index: -1;
}

.p-top-service__container {
	margin: auto;
	max-width: 100%;
	padding: 0 100px;
	width: 1280px;
}

.p-top-service__headline {
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 60px;
	text-align: center;
}

.p-top-service__headline > span {
	font-family: "Jost", sans-serif;
	font-size: 60px;
	letter-spacing: 0.04em;
}

.p-top-service__item {
	display: flex;
	justify-content: space-between;
}

.p-top-service__item:not(:last-child) {
	margin-bottom: 60px;
}

.p-top-service__img {
	border-radius: 10px;
	width: 30%;
}

.p-top-service__content {
	width: 66%;
}

.p-top-service__title {
	margin-bottom: 15px;
}

.p-top-service__title > span {
	background: #e4d600;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.16em;
	margin-bottom: 10px;
	padding-left: 10px;
}

.p-top-service__text {
	font-size: 18px;
	line-height: 1.8;
}

.p-top-talent {
	background: linear-gradient(to right, #E4D600 70%, #fff 70%);
	margin-bottom: -80px;
	padding-top: 80px;
}

.p-top-talent__container {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 100%;
	padding: 0 100px;
	position: relative;
	width: 1280px;
}

.p-top-talent__headline {
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 60px;
	margin-right: 50px;
}

.p-top-talent__headline > span {
	font-family: "Jost", sans-serif;
	font-size: 60px;
	letter-spacing: 0.04em;
}

.p-top-talent__arrows {
	position: absolute;
	right: 100px;
	top: -50px;
}

.p-top-talent__wrap {
	position: relative;
	z-index: 1;
}

.p-top-talent__item {
	border-radius: 10px;
	margin: 0 20px;
	overflow: hidden;
	width: 240px;
}

.p-top-talent__img img {
	aspect-ratio: 16/19;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.p-top-talent__name {
	background: #32649B;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-top: -5px;
	padding: 5px;
	text-align: center;
}

.p-top-project {
	background: #fff;
	margin-bottom: -80px;
	padding: 260px 0px 0;
	position: relative;
}

.p-top-project::before {
	background: url(../img/top_talent_bg1@2x.png) no-repeat center/contain;
	content: "";
	height: 164px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 334px;
}

.p-top-project__container {
	background: linear-gradient(to right, #fff 30%, #E4D600 30%);
	position: relative;
}

.p-top-project__container::before {
	background: url(../img/top_talent_bg2@2x.png) no-repeat center/contain;
	bottom: 100%;
	content: "";
	height: 171px;
	position: absolute;
	right: 0;
	width: 306px;
}

.p-top-project__headline {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	position: relative;
	text-align: center;
	top: -35px;
}

.p-top-project__headline > span {
	font-family: "Jost", sans-serif;
	font-size: 60px;
	letter-spacing: 0.04em;
}

.p-top-project__wrap {
	margin: auto;
	max-width: 100%;
	padding: 0 100px;
	position: relative;
	width: 1280px;
	z-index: 1;
}

.p-top-project__arrows {
	left: 240px;
	position: absolute;
	top: -60px;
}

.p-top-contact {
	background: #fff;
	padding: 220px 0 150px 0;
	position: relative;
}

.p-top-contact::after {
	background: url(../img/top_contact_bg2@2x.png) no-repeat center/contain;
	bottom: 0;
	content: "";
	height: 220px;
	left: -1000px;
	margin: auto;
	position: absolute;
	right: -1000px;
	width: 1920px;
}

.p-top-contact__container {
	margin: auto;
	max-width: 100%;
	padding: 0 100px;
	width: 1280px;
}

.p-top-contact__frame {
	background: url(../img/top_contact_frame.png) repeat center;
	border-radius: 13px;
	padding: 80px 20px;
	position: relative;
	z-index: 1;
}

.p-top-contact__edge1,
.p-top-contact__edge2 {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-top-contact__edge1::before,
.p-top-contact__edge1::after,
.p-top-contact__edge2::before,
.p-top-contact__edge2::after {
	background: url(../img/top_contact_edge.svg) no-repeat center/contain;
	content: "";
	height: 47px;
	position: absolute;
	width: 47px;
}

.p-top-contact__edge1::before {
	left: -2px;
	top: -2px;
}

.p-top-contact__edge1::after {
	right: -2px;
	top: -2px;
	transform: rotate(90deg);
}

.p-top-contact__edge2::before {
	bottom: -2px;
	left: -2px;
	transform: rotate(270deg);
}

.p-top-contact__edge2::after {
	bottom: -2px;
	right: -2px;
	transform: rotate(180deg);
}

.p-top-contact__content {
	margin: auto;
	max-width: 100%;
	position: relative;
	width: 670px;
}

.p-top-contact__headline {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.p-top-contact__headline > span {
	font-family: "Jost", sans-serif;
	font-size: 60px;
	letter-spacing: 0.04em;
}

.p-top-contact__headline2 {
	background: #32649b;
	border-radius: 50px;
	color: #fff;
	font-feature-settings: "palt";
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	padding: 15px 15px;
	position: relative;
	text-align: center;
}

.p-top-contact__headline2::after {
	border-bottom: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-style: solid;
	border-top: 14px solid #32649b;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 100%;
	width: 0;
}

.p-top-contact__wrap {
	display: flex;
	justify-content: space-between;
}

.p-top-contact__btn {
	margin: 0 -2%;
	transition: .3s;
	width: 52%;
}

.p-top-contact__btn img {
	margin: auto;
}

.p-top-contact__btn:hover {
	opacity: .7;
}

.js-fadein,
.js-fadein-up,
.js-fadein-down {
	opacity: 0;
	transition: 1s .5s;
}

.js-fadein.is-fadein,
.is-fadein.js-fadein-up,
.is-fadein.js-fadein-down {
	opacity: 1;
	transform: translate(0);
}

.js-fadein-up {
	transform: translateY(-30px);
}

.js-fadein-down {
	transform: translateY(30px);
}

.u-mbl {
	margin-bottom: 5em;
}

.u-mbm {
	margin-bottom: 3em;
}

.u-mbs {
	margin-bottom: 1em;
}

@media (prefers-reduced-motion: reduce) {

* {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (min-width: 768px) {

.p-top-concept__item--1:hover {
	background: url(../img/top_concept1_hover@2x.png) no-repeat center/contain;
	padding: 0 100px 0 65px;
	width: 537px;
}

.p-top-concept__item--2:hover {
	background: url(../img/top_concept2_hover@2x.png) no-repeat center/contain;
	padding: 0 75px 0 120px;
	width: 537px;
}

.p-top-concept__item--3:hover {
	background: url(../img/top_concept3_hover@2x.png) no-repeat center/contain;
	padding: 0 100px 0 65px;
	width: 537px;
}

.p-top-concept__item:hover .p-top-concept__num {
	color: #fff;
	font-size: 97px;
}

.p-top-concept__item:hover .p-top-concept__text3 {
	font-size: 19px;
}

.u-sp-only {
	display: none !important;
}

}

@media (max-width: 1150px) {

.p-top-concept__item--1 {
	margin: -100px 100px 0 auto;
}

.p-top-concept__item--2 {
	margin: 0px 0 0 100px;
}

.p-top-concept__item--3 {
	margin: 0px 100px 0 auto;
}

}

@media (max-width: 767px) {

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.slick-prev,
.slick-next {
	height: 35px;
	top: 100%;
	transform: translateY(15px);
	width: 35px;
}

.slick-prev {
	height: 30px;
	right: calc(50% + 5px);
	width: 30px;
}

.slider__num {
	font-size: 14px;
}

.slick-next {
	height: 30px;
	left: calc(50% + 5px);
	right: -15px;
	right: auto;
	width: 30px;
}

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

.l-footer::after {
	height: 272px;
	width: 365px;
}

.l-footer__wrapper {
	flex-direction: column;
	padding: 0 30px;
}

.l-footer__left {
	margin-bottom: 30px;
}

.l-footer__right {
	width: 100%;
}

.l-footer__headline {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}

.l-footer__headline > span {
	font-size: 45px;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.l-footer__logo {
	margin-bottom: 30px;
	max-width: 100%;
	width: 315px;
}

.l-footer__logo img {
	margin: auto;
}

.l-footer__address {
	font-size: 34px;
	text-align: center;
}

.l-footer__btn {
	margin-left: 0;
	margin-top: -10px;
	max-width: 100%;
	text-align: center;
	width: 340px;
}

.l-footer__info dl {
	padding: 18px 0;
}

.l-footer__info dd {
	font-size: 15px;
}

#header {
	height: 60px;
}

.l-header__title {
	font-size: 26px;
	padding-left: 15px;
}

.l-header__title span {
	font-size: 12px;
	margin-left: 5px;
}

.c-gnav__container {
	padding: 80px 30px 140px;
}

.c-gnav__container::after {
	height: 240px;
}

.c-gnav__logo {
	margin: 0 auto 40px;
	width: 234px;
}

.c-gnav__headline {
	font-size: 16px;
	margin-bottom: 30px;
}

.c-gnav__headline > span {
	font-size: 48px;
}

.c-gnav__headline2 {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 25px;
	padding: 11px 15px;
}

.c-gnav__headline2::after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 11px solid #32649b;
}

.c-gnav__wrap {
	flex-direction: column;
}

.c-gnav__btn {
	margin: 0;
	margin: -4%;
	margin-bottom: 0;
	width: 100%;
	width: 108%;
}

.c-gnav__list ul {
	margin: 0 0 30px;
}

.c-gnav__link {
	margin-bottom: 20px;
}

.c-gnav__icon {
	right: 20px;
}

.c-mv__img {
	margin: 0px 0px -55px 30px;
	padding-top: 110px;
}

.c-mv__logo {
	left: 40px;
	max-width: calc(100% - 70px);
	top: 70px;
}

.c-mv__text {
	bottom: -110px;
	font-size: 19px;
	left: 40px;
	top: auto;
}

.p-top-concept {
	background: #fff;
	padding: 240px 0 180px;
	position: relative;
	z-index: 1;
}

.p-top-concept::before {
	height: 291px;
	width: 335px;
}

.p-top-concept::after {
	background: url(../img/top_concept_bg2@2x.png) no-repeat center/contain;
	height: 240px;
}

.p-top-concept__headline {
	font-size: 70px;
	letter-spacing: 0.08em;
	right: 0px;
	top: -80px;
	writing-mode: vertical-rl;
}

.p-top-concept__text1 {
	font-size: 40px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.p-top-concept__text1::before {
	left: 25px;
	top: 50%;
	transform: translateX(-100%);
}

.p-top-concept__text2 {
	padding-left: 30px;
}

.p-top-concept__text2 > span {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	padding-left: 5px;
}

.p-top-concept__item--1 {
	margin: 30px 0px 0 -15px;
	max-width: calc(100% - 50px);
	padding: 0 80px 0 55px;
}

.p-top-concept__item--2 {
	margin: 30px -15px 0 70px;
	max-width: calc(100% - 50px);
	padding: 0 45px 0 80px;
}

.p-top-concept__item--3 {
	margin: 30px 70px 0 -15px;
	max-width: calc(100% - 50px);
	padding: 0 80px 0 45px;
}

.p-top-concept__num {
	font-size: 51px;
	line-height: 1;
	margin-bottom: 10px;
}

.p-top-concept__num--white {
	font-size: 70px;
}

.p-top-concept__text3 {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.9;
}

.p-top-concept__text3--1 {
	font-size: 16px;
}

.p-top-pickup {
	padding: 60px 0 80px;
}

.p-top-pickup__container {
	flex-direction: column;
	padding: 0 20px;
}

.p-top-pickup__headline {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}

.p-top-pickup__headline > span {
	font-size: 48px;
}

.p-top-pickup__wrap {
	max-width: calc(100%);
	width: 750px;
}

.p-top-pickup__slider .slick-current,
.p-top-pickup__slider .is-active-next {
	transform: scale(1);
}

.p-top-pickup__slider .slick-current .p-top-pickup__date,
.p-top-pickup__slider .slick-current .p-top-pickup__title,
.p-top-pickup__slider .is-active-next .p-top-pickup__date,
.p-top-pickup__slider .is-active-next .p-top-pickup__title {
	display: block;
}

.p-top-pickup__item {
	margin: 0 10px;
	transform: scale(1);
}

.p-top-pickup__img {
	background: #fff;
	border-radius: 10px;
	display: grid;
	height: 300px;
	margin-bottom: 10px;
	place-items: center;
	width: 100%;
}

.p-top-pickup__date {
	display: none;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	padding-left: 80px;
	position: relative;
}

.p-top-pickup__date::before {
	background: #333;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 72px;
}

.p-top-pickup__title {
	display: none;
	font-size: 17px;
	font-weight: bold;
}

.p-top-service {
	padding: 60px 0 90px;
}

.p-top-service::before {
	height: 400px;
	top: -50px;
	width: 300px;
}

.p-top-service::after {
	background: url(../img/top_service_bg2@2x.png) no-repeat center/contain;
	content: "";
	height: 380px;
	width: 240px;
}

.p-top-service__container {
	padding: 0 30px;
}

.p-top-service__headline {
	font-size: 16px;
	margin-bottom: 30px;
}

.p-top-service__headline > span {
	font-size: 48px;
}

.p-top-service__item {
	flex-direction: column;
}

.p-top-service__img {
	border-radius: 10px;
	margin-bottom: 30px;
	width: 100%;
}

.p-top-service__content {
	width: 100%;
}

.p-top-service__title {
	margin-bottom: 15px;
}

.p-top-service__title > span {
	font-size: 19px;
	letter-spacing: 0;
	margin-bottom: 10px;
	padding: 0 5px;
}

.p-top-service__text {
	font-size: 17px;
	line-height: 1.8;
}

.p-top-talent {
	background: linear-gradient(to right, #E4D600 90%, #fff 90%);
	margin-bottom: -105px;
	padding-top: 45px;
}

.p-top-talent__container {
	flex-direction: column;
	padding: 0 0 0 0px;
}

.p-top-talent__headline {
	font-size: 16px;
	margin-bottom: 30px;
	margin-right: 0px;
	text-align: center;
}

.p-top-talent__headline > span {
	font-size: 48px;
}

.p-top-talent__arrows {
	left: 0;
	margin: auto;
	right: 0px;
	top: 100%;
}

.p-top-talent__wrap {
	padding: 0 0 0 50px;
}

.p-top-talent__item {
	margin: 0 20px;
	width: 185px;
}

.p-top-talent__img img {
	width: 100%;
}

.p-top-talent__name {
	font-size: 16px;
	margin-top: -5px;
	padding: 5px;
}

.p-top-project {
	margin-bottom: -20px;
	padding: 260px 0px 0;
}

.p-top-project::before {
	height: 128px;
	width: 263px;
}

.p-top-project__container {
	background: linear-gradient(to right, #fff 10%, #E4D600 10%);
	position: relative;
}

.p-top-project__container::before {
	height: 100px;
	width: 177px;
}

.p-top-project__headline {
	font-size: 16px;
	top: -25px;
}

.p-top-project__headline > span {
	font-size: 48px;
}

.p-top-project__wrap {
	padding: 0 0px;
}

.p-top-project__arrows {
	left: 0px;
	margin: auto;
	right: 0;
	top: 100%;
}

.p-top-project__item {
	padding: 0 5px;
}

.p-top-contact {
	padding: 110px 0 120px 0;
}

.p-top-contact::after {
	bottom: 0;
	height: 150px;
}

.p-top-contact__container {
	padding: 0 30px;
}

.p-top-contact__frame {
	border-radius: 13px;
	padding: 50px 20px 40px;
}

.p-top-contact__edge1::before,
.p-top-contact__edge1::after,
.p-top-contact__edge2::before,
.p-top-contact__edge2::after {
	height: 40px;
	width: 40px;
}

.p-top-contact__edge1::before {
	left: -2px;
	top: -2px;
}

.p-top-contact__edge1::after {
	right: -2px;
	top: -2px;
}

.p-top-contact__edge2::before {
	bottom: -2px;
	left: -2px;
}

.p-top-contact__edge2::after {
	bottom: -2px;
	right: -2px;
}

.p-top-contact__headline {
	font-size: 16px;
	margin-bottom: 30px;
}

.p-top-contact__headline > span {
	font-size: 48px;
}

.p-top-contact__headline2 {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 25px;
	padding: 11px 15px;
}

.p-top-contact__headline2::after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 11px solid #32649b;
}

.p-top-contact__wrap {
	flex-direction: column;
}

.p-top-contact__btn {
	margin: 0;
	margin: -4%;
	margin-bottom: 0;
	width: 100%;
	width: 108%;
}

.u-pc-only {
	display: none !important;
}

}

@keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

