* {
	box-sizing: border-box;
}

body {
	font-family: "Prompt", "Noto Sans JP", sans-serif;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

picture {
	display: block;
	width: 100%;
	height: auto;
}

a {
	display: inline-block;
	transition-duration: 0.7s;
}

a:hover {
	opacity: 0.7;
}

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

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/%E8%8A%B1%E3%81%A8%E3%81%A1%E3%82%87%E3%81%86%E3%81%A1%E3%82%87.ttf") format("truetype");
	font-family: "Hanato Choucho";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/FuturaCyrillicLight.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/FuturaCyrillicBook.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/FuturaCyrillicMedium.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/FuturaCyrillicDemi.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/FuturaCyrillicBold.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/FuturaCyrillicExtraBold.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/FuturaCyrillicHeavy.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

.breadcrumb {
	z-index: 10;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0.6944444444vw 0;
	color: #fff;
	font-weight: normal;
	font-size: 1.1111111111vw;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-align: start;
	text-transform: uppercase;
}

.breadcrumb a,
.breadcrumb span {
	color: #fff;
	text-decoration: none;
}

.breadcrumb span {
	color: #fff;
}

.breadcrumb .breadcrumb-sep,
.breadcrumb .breadcrumb_sep {
	color: #fff;
}

.breadcrumb a:hover {
	opacity: 0.8;
}

.breadcrumb .container {
	margin: 0;
	padding: 0;
	padding-left: 11.1111111111vw;
}

.card__img {
	position: relative;
	width: 100%;
	padding-top: 75%;
}

.card__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card__title {
	margin-top: 8px;
	font-weight: 900;
	font-size: 20px;
}

.card__title.--orange {
	color: #006bc7;
}

.card__text {
	font-weight: 900;
	font-size: 14px;
	line-height: 1.6;
}

.card__text.--white {
	color: #fff;
}

.default-hero__content {
	display: flex;
	-moz-column-gap: 5.5555555556vw;
	column-gap: 5.5555555556vw;
	align-items: center;
	padding-top: 13.8888888889vw;
	padding-bottom: 6.9444444444vw;
}

.default-hero__title {
	font-weight: lighter;
	font-size: 4.8611111111vw;
	line-height: 1.2;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.default-hero__subtitle {
	font-weight: lighter;
	font-size: 2.2916666667vw;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.page-header {
	display: flex;
	align-items: center;
	width: 100%;
	height: 450px;
	background-position: center;
	background-size: cover;
}

.page-header.--work {
	background: url(../img/work_page-header.png) no-repeat center center/cover;
}

.page-header.--place {
	background: url(../img/place_page-header.png) no-repeat center center/cover;
}

.page-header.--blog {
	background: url(../img/blog_page-header.png) no-repeat center center/cover;
}

.page-header.--news {
	background-color: #006bc7;
}

.page-header.--entry {
	display: none;
}

.page-header.--entry.--active {
	display: flex;
}

.page-header__new {
	background: url(../img/entry_page-header1.png) no-repeat center center/cover;
}

.page-header__carrier {
	background: url(../img/entry_page-header2.png) no-repeat center center/cover;
}

.page-header.--privacy {
	background: url(../img/privacy_page-header.png) no-repeat center center/cover;
}

.page-header__container.--work {
	margin-top: 150px;
}

.page-header__text-box {
	display: flex;
	flex-direction: column;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: 0;
	margin-left: auto;
}

.page-header__text-box.--left {
	display: flex;
	flex-direction: column;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: auto;
	margin-left: 0;
}

.page-header__text-box.--entry.--new {
	margin-right: auto;
	margin-left: 0;
}

.page-header.--entry-form .page-header__text-box {
	flex-direction: column-reverse;
	width: 100%;
	text-align: center;
}

.page-header__text {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.page-header__text.--entry {
	margin-top: 20px;
	padding: 0.5em 4em;
	background: #fff;
	color: #2d3042;
	font-size: 18px;
	line-height: 1;
}

.page-header__text.--entry.--new {
	text-align: start;
}

.page-header__text.--entry.--carrier {
	text-align: end;
}

.page-header__title {
	color: #fff;
	font-weight: bold;
	font-size: 70px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.page-header__title.--entry {
	font-size: 45px;
}

.page-header__title.--entry.--carrier {
	text-align: end;
}

.pagination {
	display: flex;
	position: relative;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 120px;
}

.pagination .current {
	flex-grow: 1;
	padding: 1em 3em;
	background: #006bc7;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.pagination .next,
.pagination .prev {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
}

.pagination .next {
	margin-left: 1px;
}

.pagination .prev {
	margin-right: 1px;
}

.pagination .next a,
.pagination .prev a {
	display: block;
	position: relative;
	width: inherit;
	height: inherit;
	background: #006bc7;
	transition-duration: 0.5s;
}

.next a:hover,
.prev a:hover {
	opacity: 0.7;
}

.next a::before,
.prev a::before {
	display: block;
	width: 16px;
	height: 16px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: "";
}

.next a::before {
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.prev a::before {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%) rotate(135deg);
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
}

.magazine-content .wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4.1666666667vw;
	padding-bottom: 0;
	gap: 1.3888888889vw;
}

.magazine-content .wp-pagenavi .current {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 3.3333333333vw;
	min-width: 3.3333333333vw;
	max-width: 3.3333333333vw;
	height: 3.3333333333vw;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #003c88;
	color: #fff;
	font-weight: 600;
	font-size: 1.1111111111vw;
	line-height: 1;
}

.magazine-content .wp-pagenavi a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #003c88;
	font-weight: 600;
	font-size: 1.1111111111vw;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.magazine-content .wp-pagenavi a:hover {
	opacity: 0.7;
}

.magazine-content .wp-pagenavi .page {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 3.3333333333vw;
	min-width: 3.3333333333vw;
	max-width: 3.3333333333vw;
	height: 3.3333333333vw;
	border: none;
	background: transparent;
	color: #003c88;
	font-weight: 600;
	font-size: 1.1111111111vw;
}

.magazine-content .wp-pagenavi .page a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
}

.magazine-content .wp-pagenavi .previouspostslink,
.magazine-content .wp-pagenavi .nextpostslink {
	display: flex !important;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 3.3333333333vw;
	height: 3.3333333333vw;
	border: 1px solid #003c88;
	border-radius: 50%;
	background: #fff;
}

.magazine-content .wp-pagenavi .previouspostslink.disabled,
.magazine-content .wp-pagenavi .previouspostslink[aria-disabled=true],
.magazine-content .wp-pagenavi .previouspostslink:not([href]),
.magazine-content .wp-pagenavi .previouspostslink[style*="visibility: hidden"],
.magazine-content .wp-pagenavi .nextpostslink.disabled,
.magazine-content .wp-pagenavi .nextpostslink[aria-disabled=true],
.magazine-content .wp-pagenavi .nextpostslink:not([href]),
.magazine-content .wp-pagenavi .nextpostslink[style*="visibility: hidden"] {
	visibility: hidden !important;
	pointer-events: none !important;
}

.section-title {
	margin: 52px auto 0 auto;
}

.section-title__text {
	font-weight: bold;
	text-align: center;
}

.section-title__text.--en {
	font-size: 40px;
	font-family: Futura, "Noto Sans JP", "Prompt", sans-serif;
}

.section-title__text.--en.--privacy {
	font-size: 35px;
}

.section-title__text.--uppercase {
	text-transform: uppercase;
}

.section-title__text.--jp {
	margin-top: 12px;
	font-size: 15px;
}

.section-title__text.--jp-blog,
.section-title__text.--jp-news {
	position: relative;
	font-size: 32px;
}

.section-title__text.--jp-blog::after,
.section-title__text.--jp-news::after {
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	width: 60px;
	height: 4px;
	transform: translateX(-50%);
	background: #006bc7;
	content: "";
}

.section-title__text.--white {
	color: #fff;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.zoom-thumbnail__link:hover {
	opacity: 1;
}

.zoom-thumbnail__link:hover .zoom-thumbnail {
	transform: scale(1.1);
}

.zoom-thumbnail__wrapper {
	display: block;
	overflow: hidden;
}

.zoom-thumbnail {
	transform: translateZ(0);
	backface-visibility: hidden;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.faq-hero {
	background-color: #006bc7;
	color: #fff;
}

.faq-content {
	padding: 4.1666666667vw 0 5.5555555556vw;
}

.faq-section {
	margin-bottom: 4.1666666667vw;
}

.faq-section:last-child {
	margin-bottom: 0;
}

.faq-section__header {
	margin-bottom: 2.0833333333vw;
}

.faq-section__title {
	position: relative;
	padding: 1.0416666667vw 0;
	border-top: 1px solid #003c88;
	border-bottom: 1px solid #003c88;
	background: #fff;
	color: #003c88;
	font-weight: 500;
	font-size: 2.2222222222vw;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
}

.faq-section--recruit .faq-section__title {
	border-color: #003c88;
	color: #003c88;
}

.faq-section--recruit .faq-item__question {
	border-color: #003c88;
	color: #003c88;
}

.faq-section--recruit .faq-item__question:hover {
	background: rgba(0, 60, 136, 0.05);
}

.faq-section--recruit .faq-item.is-open .faq-item__question {
	border-bottom: none;
	background: #003c88;
	color: #fff;
}

.faq-section--recruit .faq-item.is-open .faq-item__answer {
	border: 2px solid #003c88;
	border-top: none;
}

.faq-section--work .faq-section__title {
	border-color: #4caf50;
	color: #4caf50;
}

.faq-section--work .faq-item__question {
	border-color: #4caf50;
	color: #4caf50;
}

.faq-section--work .faq-item__question:hover {
	background: rgba(76, 175, 80, 0.05);
}

.faq-section--work .faq-item.is-open .faq-item__question {
	border-bottom: none;
	background: #4caf50;
	color: #fff;
}

.faq-section--work .faq-item.is-open .faq-item__answer {
	border: 2px solid #4caf50;
	border-top: none;
}

.faq-section--welfare .faq-section__title {
	border-color: #ff9800;
	color: #ff9800;
}

.faq-section--welfare .faq-item__question {
	border-color: #ff9800;
	color: #ff9800;
}

.faq-section--welfare .faq-item__question:hover {
	background: rgba(255, 152, 0, 0.05);
}

.faq-section--welfare .faq-item.is-open .faq-item__question {
	border-bottom: none;
	background: #ff9800;
	color: #fff;
}

.faq-section--welfare .faq-item.is-open .faq-item__answer {
	border: 2px solid #ff9800;
	border-top: none;
}

.faq-section__list {
	display: flex;
	flex-direction: column;
	gap: 1.3888888889vw;
}

.faq-item {
	overflow: hidden;
	border-radius: 0.5555555556vw;
	background: #fff;
}

.faq-item.is-open .faq-item__question {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.faq-item.is-open .faq-item__answer {
	border-top: none;
}

.faq-item__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 1.3888888889vw 1.7361111111vw;
	border: 2px solid;
	border-radius: 0.5555555556vw;
	background: #fff;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-align: left;
	cursor: pointer;
	transition: all 0.3s ease;
}

.faq-item__question:hover {
	opacity: 0.8;
}

.faq-item__question-text {
	flex: 1;
	margin-right: 1.0416666667vw;
}

.faq-item__icon {
	flex-shrink: 0;
	font-weight: lighter;
	font-size: 1.9444444444vw;
	line-height: 1;
	transition: transform 0.3s ease;
}

.faq-item.is-open .faq-item__icon {
	transform: rotate(45deg);
}

.faq-item__answer {
	max-height: 0;
	padding: 0 1.7361111111vw;
	overflow: hidden;
	border-radius: 0 0 0.5555555556vw 0.5555555556vw;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background: #fff;
	opacity: 0;
	transition: max-height 0.2s ease, padding 0.3s ease, opacity 0.2s ease;
}

.faq-item.is-open .faq-item__answer {
	max-height: 1000px;
	padding: 0.6944444444vw 1.7361111111vw 3.4722222222vw 1.7361111111vw;
	opacity: 1;
}

.faq-item__answer p {
	margin: 0;
	color: #333;
	font-weight: normal;
	font-size: 1.1111111111vw;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.faq-item.is-open .faq-item__icon {
	color: #fff;
}

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

.hidden-mediumPC {
	display: none;
}

}

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

.breadcrumb {
	font-weight: lighter;
	font-size: 1.1111111111vw;
	text-align: left;
}

.breadcrumb .container {
	padding-left: 11.1111111111vw;
}

.card__title {
	margin-top: 0.5555555556vw;
	font-size: 1.3888888889vw;
}

.card__text {
	font-size: 0.9722222222vw;
}

.hidden-smallPC {
	display: none;
}

.page-header {
	height: 31.25vw;
}

.page-header__container.--work {
	margin-top: 10.4166666667vw;
}

.page-header__text {
	font-size: 1.3888888889vw;
}

.page-header__text.--entry {
	margin-top: 1.3888888889vw;
	font-size: 1.25vw;
}

.page-header__title {
	font-size: 4.8611111111vw;
}

.page-header__title.--entry {
	font-size: 3.125vw;
}

.pagination {
	padding-bottom: 8.3333333333vw;
}

.pagination .current {
	font-size: 1.1111111111vw;
}

.pagination .next,
.pagination .prev {
	width: 3.3333333333vw;
	height: 3.3333333333vw;
}

.next a::before,
.prev a::before {
	width: 1.1111111111vw;
	height: 1.1111111111vw;
}

.section-title {
	margin: 3.6111111111vw auto 0 auto;
}

.section-title__text.--en {
	font-size: 2.7777777778vw;
}

.section-title__text.--en.--privacy {
	font-size: 2.4305555556vw;
}

.section-title__text.--jp {
	margin-top: 0.8333333333vw;
	font-size: 1.0416666667vw;
}

.section-title__text.--jp-blog,
.section-title__text.--jp-news {
	font-size: 2.2222222222vw;
}

.section-title__text.--jp-blog::after,
.section-title__text.--jp-news::after {
	width: 4.1666666667vw;
}

}

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

.hidden-tablet {
	display: none;
}

}

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

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

.sp-only {
	display: block !important;
}

.breadcrumb {
	padding: 2.5641025641vw 0;
}

.breadcrumb {
	font-weight: normal;
	font-size: min(4.1025641026vw, 16px);
	text-align: left;
}

.breadcrumb .container {
	padding-left: 5.1282051282vw;
}

.card__title {
	margin-top: 2.0512820513vw;
	font-size: 5.1282051282vw;
}

.card__text {
	font-size: 3.5897435897vw;
}

.hidden-mobile {
	display: none;
}

.default-hero__content {
	flex-direction: column;
	align-items: flex-start;
	padding-top: 33.3333333333vw;
	padding-bottom: 16vw;
}

.default-hero__title {
	font-size: min(16vw, 120px);
}

.default-hero__subtitle {
	font-size: min(5.3333333333vw, 40px);
}

.page-header {
	height: 56.4102564103vw;
}

.page-header.--work {
	background: url(../img/work_page-header_sp.png) no-repeat center center/cover;
}

.page-header.--place {
	background: url(../img/place_page-header_sp.png) no-repeat center center/cover;
}

.page-header.--blog {
	background: url(../img/blog_page-header_sp.png) no-repeat center center/cover;
}

.page-header__new {
	background: url(../img/entry_page-header1_sp.png) no-repeat center center/cover;
}

.page-header__carrier {
	background: url(../img/entry_page-header2_sp.png) no-repeat center center/cover;
}

.page-header.--privacy {
	background: url(../img/privacy_page-header_sp.png) no-repeat center center/cover;
}

.page-header__container.--work {
	margin-top: 0;
}

.page-header__text-box {
	flex-direction: column-reverse;
	margin: 0 auto;
}

.page-header__text-box.--left {
	flex-direction: column-reverse;
	margin: 0 auto;
}

.page-header__text-box.--entry {
	flex-direction: column;
	width: 100%;
	text-align: center;
}

.page-header__text-box.--entry.--new {
	margin: 0 auto;
}

.page-header__text {
	font-size: 4.6153846154vw;
	text-align: center;
}

.page-header__text.--entry {
	width: 100%;
	margin-top: 5.1282051282vw;
	padding: 0.25em 0;
	font-size: 4.6153846154vw;
}

.page-header__text.--entry.--new {
	text-align: center;
}

.page-header__text.--entry.--carrier {
	text-align: center;
}

.page-header__title {
	font-size: 14.1025641026vw;
}

.page-header__title.--entry {
	font-size: 11.5384615385vw;
}

.page-header__title.--entry.--carrier {
	text-align: center;
}

.pagination {
	width: 100%;
	padding-bottom: 15.3846153846vw;
}

.pagination .current {
	padding: 1em 0;
	font-size: 4.1025641026vw;
}

.pagination .next,
.pagination .prev {
	width: 12.3076923077vw;
	height: 12.3076923077vw;
}

.next a::before,
.prev a::before {
	width: 4.1025641026vw;
	height: 4.1025641026vw;
}

.magazine-content .wp-pagenavi {
	margin-top: 10.2564102564vw;
	gap: 5.1282051282vw;
}

.magazine-content .wp-pagenavi .current {
	width: 12.3076923077vw;
	min-width: 12.3076923077vw;
	max-width: 12.3076923077vw;
	height: 12.3076923077vw;
	font-size: min(4.1025641026vw, 16px);
}

.magazine-content .wp-pagenavi a {
	font-size: min(4.1025641026vw, 16px);
}

.magazine-content .wp-pagenavi .page {
	width: 12.3076923077vw;
	min-width: 12.3076923077vw;
	max-width: 12.3076923077vw;
	height: 12.3076923077vw;
	font-size: min(4.1025641026vw, 16px);
}

.magazine-content .wp-pagenavi .previouspostslink,
.magazine-content .wp-pagenavi .nextpostslink {
	width: 12.3076923077vw;
	height: 12.3076923077vw;
}

.section-title {
	margin: 13.3333333333vw auto 0 auto;
}

.section-title__text.--en {
	font-size: 10.2564102564vw;
}

.section-title__text.--en.--privacy {
	font-size: 8.9743589744vw;
}

.section-title__text.--jp {
	margin-top: 3.0769230769vw;
	font-size: 3.8461538462vw;
}

.section-title__text.--jp-blog,
.section-title__text.--jp-news {
	font-size: 8.2051282051vw;
}

.section-title__text.--jp-blog::after,
.section-title__text.--jp-news::after {
	width: 15.3846153846vw;
}

.faq-content {
	padding: 10.2564102564vw 0 15.3846153846vw;
}

.faq-section {
	margin-bottom: 10.2564102564vw;
}

.faq-section__header {
	margin-bottom: min(8vw, 60px);
}

.faq-section__title {
	padding: 1.3333333333vw 0;
	background: #fff;
	font-size: min(6.1333333333vw, 46px);
}

.faq-section__list {
	gap: 8vw;
}

.faq-item {
	border-radius: 2.0512820513vw;
}

.faq-item__question {
	padding: 4.1025641026vw 5.1282051282vw;
	border-radius: 2.0512820513vw;
	background: #fff;
	font-size: min(4.2666666667vw, 32px);
}

.faq-item__question-text {
	margin-right: 2.5641025641vw;
}

.faq-item__icon {
	font-size: min(8vw, 60px);
}

.faq-item__answer {
	padding: 0 5.1282051282vw;
	border-radius: 0 0 2.0512820513vw 2.0512820513vw;
}

.faq-item.is-open .faq-item__answer {
	padding: 2.0512820513vw 5.1282051282vw 12.8205128205vw 5.1282051282vw;
}

.faq-item__answer p {
	font-size: min(3.7333333333vw, 28px);
}

}

