* {
	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);
}

.magazine-container {
	width: 100%;
	padding: 0 2.0833333333vw;
}

.magazine-hero {
	background-color: #003c88;
	color: #fff;
}

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

.magazine-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
	-moz-column-gap: 1.6666666667vw;
	column-gap: 1.6666666667vw;
	row-gap: 3.8194444444vw;
}

.magazine-item {
	width: 100%;
}

.magazine-item__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.magazine-item__thumbnail {
	aspect-ratio: 317/210;
	width: 100%;
	-o-object-fit: cover;
	margin-bottom: 0.5555555556vw;
	overflow: hidden;
	object-fit: cover;
	border-radius: 60px;
	background: #f5f5f5;
}

.magazine-item__thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.magazine-item__content {
	width: 100%;
	padding: 0 0.8333333333vw;
}

.magazine-item__date {
	display: block;
	margin-bottom: 0.6944444444vw;
	color: #2d3042;
	font-weight: 500;
	font-size: 0.9722222222vw;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	text-align: center;
}

.magazine-item__title {
	display: -webkit-box;
	margin: 0;
	color: #2d3042;
	font-weight: 500;
	font-size: 1.1111111111vw;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	white-space: normal;
	word-break: break-all;
	overflow-wrap: break-word;
}

.magazine-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 34.7222222222vw;
	text-align: center;
}

.magazine-empty__title {
	margin-bottom: 1.6666666667vw;
	color: #2d3042;
	font-weight: 600;
	font-size: 2.7777777778vw;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.magazine-empty__text {
	color: #2d3042;
	font-weight: 500;
	font-size: 1.1111111111vw;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.magazine-hero .breadcrumb .large-container {
	width: 100%;
	max-width: 980px;
}

@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;
}

.magazine-container {
	width: 100%;
	padding: 0 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;
}

.magazine-container {
	padding: 0 5.1282051282vw;
}

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

.magazine-list {
	grid-template-columns: repeat(1, 1fr);
	-moz-column-gap: 0;
	column-gap: 0;
	row-gap: 10.2564102564vw;
}

.magazine-item__thumbnail {
	aspect-ratio: 305/230;
	margin-bottom: 2.0512820513vw;
	border-radius: 4.1025641026vw;
}

.magazine-item__content {
	padding: 0 2.0512820513vw;
}

.magazine-item__date {
	margin-bottom: 2.5641025641vw;
	font-size: min(3.8461538462vw, 15px);
}

.magazine-item__title {
	font-size: min(4.358974359vw, 17px);
}

.magazine-empty {
	min-height: 102.5641025641vw;
}

.magazine-empty__title {
	margin-bottom: 5.1282051282vw;
	font-size: 7.1794871795vw;
}

.magazine-empty__text {
	font-size: min(3.8461538462vw, 15px);
}

}

