/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/

/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/

/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/

/*!
page > common > mv
------------------------------
*/

.mv {
	background: url(../images/common/bg_mv.webp) no-repeat center top/contain;
	height: 100%;
	margin-top: 17.0666666667vw;
	min-height: 234.6666666667vw;
	width: 100%;
}

.mv_inner {
	position: relative;
	z-index: 1;
}

.mv_content {
	padding-top: 21.3333333333vw;
}

.mv_title {
	color: #000;
	font-size: 8vw;
	font-weight: 900;
	letter-spacing: 0.075em;
	line-height: 1.8915662651;
	position: relative;
}

.mv_text {
	margin-top: 10.6666666667vw;
	text-align: justify;
}

.mv_text p {
	color: #000;
	font-size: 4.2666666667vw;
	font-weight: 900;
	letter-spacing: 0.045em;
	line-height: 1.9583333333;
}

.mv_content p + p {
	margin-top: 4vw;
}

/*!
page > common > cta
------------------------------
*/

.cta {
	padding-bottom: 18.6666666667vw;
	padding-top: 26.6666666667vw;
	position: relative;
}

.cta::after {
	background-color: #4fb25a;
	bottom: 0;
	content: "";
	height: 53.3333333333vw;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.cta_wrap {
	margin-inline: auto;
	padding: 20px;
	text-align: center;
	width: 100%;
}

.cta_title {
	color: #333;
	display: inline-block;
	font-size: 6.9333333333vw;
	font-weight: 700;
	line-height: 1;
	padding: 4.2666666667vw;
	position: relative;
}

.cta_title::before,
.cta_title::after {
	background-color: #333;
	content: "";
	height: 7.2vw;
	position: absolute;
	top: 55%;
	transform-origin: center;
	width: 1.0666666667vw;
}

.cta_title::before {
	left: 0;
	transform: translateY(-50%) rotate(-20deg);
}

.cta_title::after {
	right: 0;
	transform: translateY(-50%) rotate(20deg);
}

.cta_list {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 16vw;
}

.cta_item {
	flex: 1 1 0;
}

.cta_item .cta_card {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.cta_item .card_img {
	display: block;
	height: 46.4vw;
	margin-bottom: -3.5rem;
	position: relative;
	width: 55.4666666667vw;
}

.cta_item .card_img img {
	display: block;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.cta_item .card_body {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0px 0px 20px #333;
	padding: 19.7333333333vw 5.3333333333vw 6.4vw;
	width: 100%;
}

.cta_item .card_title {
	color: #333;
	font-size: 5.3333333333vw;
	font-weight: 700;
	line-height: 1.625;
}

.cta_item .card_text {
	color: #000;
	display: block;
	font-size: 3.7333333333vw;
	font-weight: 500;
	line-height: 1.8666666667;
}

.cta_item .card_text:nth-of-type(1) {
	margin-top: 4.2666666667vw;
}

.cta_item .card_tel {
	color: #4fb25a;
	font-family: "Roboto", serif;
	font-size: 9.6vw;
	font-weight: 500;
	line-height: 1.05;
	margin-top: 4.2666666667vw;
}

.cta_item .card_button {
	border: 1px solid #4fb25a;
	border-radius: 30px;
	box-shadow: 3px 3px 0px rgba(114, 193, 123, 0.3);
	color: #4fb25a;
	display: inline-block;
	font-size: 4.8vw;
	font-weight: 700;
	letter-spacing: 0.045em;
	line-height: 2.35;
	margin-top: 8vw;
	padding: 1.6vw;
	transition: all 0.3s ease-out;
	width: 100%;
}

/*!
page > common > strengths
------------------------------
*/

.strengths_content {
	display: grid;
	gap: 21.3333333333vw;
	margin-top: 21.8666666667vw;
}

.strengths_card {
	background: #fff;
	border: 1px solid #000;
	border-radius: 15px;
	padding: 10.6666666667vw 8vw 8vw;
	position: relative;
}

.strengths_card::before {
	background-image: repeating-linear-gradient(-45deg, #497050 0px, #497050 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
	background-size: 8px 8px;
	border-radius: 15px;
	bottom: -6px;
	content: "";
	height: 100%;
	position: absolute;
	right: -6px;
	width: 100%;
	z-index: -1;
}

.strengths_card .card_title {
	color: #333;
	font-size: 6.9333333333vw;
	font-weight: 700;
}

.strengths_card .card_text {
	color: #333;
	font-size: 4.2666666667vw;
	font-weight: 500;
	line-height: 1.5555555556;
	margin-top: 8vw;
}

.language_area {
	background: #fff;
	border: 1px solid #000;
	border-radius: 15px;
	display: inline-block;
	margin-top: 5.3333333333vw;
	padding: 1.6vw 6.9333333333vw;
	position: relative;
	text-align: center;
}

.card_text_wrap {
	position: relative;
	z-index: 10;
}

.language_bg {
	inset: 0;
	position: absolute;
	z-index: -1;
}

.language_bg::before {
	background-image: repeating-linear-gradient(-45deg, #497050 0px, #497050 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
	background-size: 8px 8px;
	border-radius: 15px;
	content: "";
	inset: 6px -6px -6px 6px;
	position: absolute;
	z-index: -1;
}

.language_area .text01 {
	color: #333;
	font-size: 4.8vw;
	font-weight: 500;
}

.language_area .text02 {
	align-items: flex-end;
	color: #333;
	display: flex;
	font-size: 8vw;
	font-weight: 500;
}

.language_area .text02 .number {
	display: inline-block;
	height: 12vw;
	width: 13.3333333333vw;
}

.language_area .text02 .number img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.strengths_card .card_img {
	justify-items: center;
	margin-top: 10.6666666667vw;
}

.strengths_card.wide .card_img {
	margin-top: 10.6666666667vw;
}

.strengths_card .card_img img {
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.country_wrap {
	display: grid;
	margin-top: 7.4666666667vw;
}

.country_wrap .list + .list {
	margin-top: 0.625rem;
}

.country_wrap .list li {
	border-bottom: 1px solid #ccc;
	color: #72c17b;
	font-feature-settings: "palt";
	font-size: 1.125rem;
}

.country_wrap .list li + li {
	margin-top: 2.6666666667vw;
}

/*!
page > common > case
------------------------------
*/

.case {
	background: url(../images/common/bg_case.webp) no-repeat center bottom/contain;
	padding-bottom: 53.3333333333vw;
	position: relative;
	z-index: 1;
}

.case_content {
	display: grid;
	margin-top: 21.8666666667vw;
	row-gap: 14.4vw;
}

.case_card {
	background: #fff;
	border: 1px solid #000;
	border-radius: 15px;
	display: grid;
	padding: 10.6666666667vw 5.3333333333vw 8vw;
	position: relative;
}

.case_card::before {
	background-image: repeating-linear-gradient(-45deg, #497050 0px, #497050 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
	background-size: 8px 8px;
	border-radius: 15px;
	bottom: -6px;
	content: "";
	height: 100%;
	position: absolute;
	right: -6px;
	width: 100%;
	z-index: -1;
}

.case_card .card_img {
	height: 55.7333333333vw;
	margin-bottom: 8vw;
	margin-inline: auto;
	width: 55.7333333333vw;
}

.case_card .card_img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.case_card .card_title {
	color: #333;
	font-size: 6.9333333333vw;
	font-weight: 700;
	line-height: 1.0714285714;
}

.case_card .headline {
	font-feature-settings: "palt";
	margin-top: 10.6666666667vw;
}

.case_card .headline li + li {
	margin-top: 3.2vw;
}

.case_card .headline li {
	color: #333;
	font-size: 4.2666666667vw;
	font-weight: 500;
	line-height: 1.4;
	padding-left: 6.9333333333vw;
	position: relative;
}

.case_card .headline li::before {
	background: #497050;
	border-radius: 50%;
	content: "";
	height: 1em;
	left: 0;
	position: absolute;
	top: 1.0666666667vw;
	width: 1em;
}

.case_card .client_name {
	color: #000;
	font-size: 4.8vw;
	font-weight: 700;
	line-height: 1;
}

.case_card .client_name span {
	color: #497050;
	font-size: 4.2666666667vw;
	font-weight: 700;
	line-height: 1.2222222222;
	margin-right: 4.2666666667vw;
}

.case_card .card_wrap {
	margin-top: 8vw;
}

.case_card .wrap_title {
	color: #000;
	font-size: 6.4vw;
	font-weight: 700;
	padding-left: 9.6vw;
	position: relative;
}

.case_card .wrap_title::before {
	background: url(../images/common/icon_ttl.webp) no-repeat center/cover;
	content: "";
	height: 5.0666666667vw;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8vw;
}

.case_card .wrap_text {
	color: #333;
	font-size: 3.7333333333vw;
	line-height: 1.8571428571;
	margin-top: 4.2666666667vw;
	text-align: justify;
}

/*!
page > common > case
------------------------------
*/

#contact {
	padding-bottom: 102.4vw;
}

/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/

/* Box sizing rules */

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Set core root defaults */

html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture {
	display: block;
	max-width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

html {
	font-size: 16px;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

button {
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	outline: none;
	padding: 0;
}

.pc-only {
	display: none;
}

/*!
component > footer
------------------------------
*/

.footer {
	background: url(../images/common/bg_footer.webp) no-repeat bottom/contain;
	height: 100%;
	padding-bottom: 32vw;
	width: 100%;
}

.footer_content {
	display: flex;
	flex-direction: column;
	row-gap: 16vw;
}

.footer_info .info_logo {
	height: 20vw;
	transition: opacity 0.3s ease-out;
	width: 90.6666666667vw;
}

.footer_info .info_logo img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.company_info {
	color: #111;
	font-size: 3.7333333333vw;
	font-style: normal;
	font-weight: 500;
	line-height: 1.875;
	margin-top: 12vw;
}

.policy_links {
	color: #111;
	display: flex;
	font-size: 3.7333333333vw;
	font-weight: 700;
	justify-content: center;
}

.policy_links a {
	display: inline-block;
	padding: 1.6vw 4.2666666667vw;
	position: relative;
	transition: all 0.3s ease-out;
}

.policy_links a::after {
	background: #000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s ease-out;
	width: 100%;
}

.footer_banner {
	margin: 0 auto;
}

.banner_item {
	background: #fff;
	border: 1px solid #000;
	border-radius: 15px;
	display: flex;
	padding: 5.3333333333vw;
	-moz-column-gap: 2.6666666667vw;
	align-items: center;
	column-gap: 2.6666666667vw;
	position: relative;
	transition: all 0.3s ease-out;
}

.banner_bg {
	inset: 0;
	position: absolute;
}

.banner_bg::before {
	background-image: repeating-linear-gradient(-45deg, #497050 0px, #497050 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
	background-size: 8px 8px;
	border-radius: 15px;
	bottom: -6px;
	content: "";
	height: 100%;
	position: absolute;
	right: -6px;
	width: 100%;
	z-index: -1;
}

.banner_title {
	color: #000;
	display: inline-block;
	font-size: 3.7333333333vw;
	font-weight: 700;
	position: relative;
}

.banner_title::after {
	background: #000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s ease-out;
	width: 100%;
}

.banner_lead {
	color: #000;
	font-size: 2.6666666667vw;
	line-height: 1.6428571429;
	margin-top: 2.6666666667vw;
}

.banner_img {
	height: 20.5333333333vw;
	width: 32.5333333333vw;
}

.banner_img img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.copyrights {
	color: #111;
	font-size: 3.7333333333vw;
	font-weight: 500;
	margin-top: 21.3333333333vw;
	text-align: center;
}

/*!
component > header
------------------------------
*/

.header {
	backdrop-filter: blur(3px);
	background: rgba(202, 233, 250, 0.8);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header_inner {
	padding: 0 2.6666666667vw;
}

.header_wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 5.3333333333vw 0;
}

.header_logo {
	align-items: center;
	display: flex;
	-moz-column-gap: 1.125rem;
	column-gap: 1.125rem;
	transition: all 0.3s ease-out;
}

.header_logo img {
	height: 3.5rem;
	width: 7.875rem;
}

.header_logo_text {
	align-items: center;
	color: #000;
	display: flex;
	flex-direction: column;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.6923076923;
}

#menu-icon {
	display: block;
}

.header_menu a::after {
	background: #000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s ease-out;
	width: 100%;
}

.header_menu.contact a {
	align-items: center;
	border: 2px solid #333;
	border-radius: 6.6666666667vw;
	display: flex;
	font-weight: 700;
	height: 13.3333333333vw;
	justify-content: center;
	transition: all 0.3s ease-out;
	width: 100%;
}

.header_menu.contact a::after {
	display: none;
}

.menu_icon {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: block;
	height: 2.5rem;
	padding: 0;
	position: relative;
	width: 2.5rem;
}

/* 3本線 */

.menu_icon > span,
.menu_icon > span::before,
.menu_icon > span::after {
	background: #000;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: transform 0.25s, top 0.25s, opacity 0.25s;
	width: 1.5rem;
}

.menu_icon > span {
	top: 50%;
}

.menu_icon > span::before {
	top: calc(50% - 0.5rem);
}

.menu_icon > span::after {
	top: calc(50% + 0.5rem);
}

/* 開いた時の× */

.is-menu-open .menu_icon > span {
	background: transparent;
}

.is-menu-open .menu_icon > span::before {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.is-menu-open .menu_icon > span::after {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.offcanvas {
	background: #fff;
	height: 100vh;
	inset: 0 0 0 auto;
	overflow-y: auto;
	padding: 26.6666666667vw 4.2666666667vw;
	position: fixed;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	width: 80%;
	z-index: 110;
}

.offcanvas .header_menus {
	display: grid;
	row-gap: 10.6666666667vw;
}

.offcanvas .header_menu a {
	color: #000;
	font-size: 5.3333333333vw;
	font-weight: 700;
	padding: 6.4vw 2.6666666667vw;
}

.offcanvas .header_menu.contact a {
	margin-left: 0;
}

/* 背景オーバーレイ */

.offcanvas_backdrop {
	backdrop-filter: blur(1px);
	background: rgba(0, 0, 0, 0.3);
	height: 100vh;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.3s ease;
	z-index: 105;
}

.offcanvas_close {
	display: block;
	font-size: 4.2666666667vw;
	position: absolute;
	right: 1rem;
	top: 1rem;
}

/* 開いた状態 */

.is-menu-open {
	overflow: hidden;
}

.is-menu-open .offcanvas {
	transform: translateX(0);
}

.is-menu-open .offcanvas_backdrop {
	display: block;
	opacity: 1;
	pointer-events: auto;
}

.is-menu-open .offcanvas_backdrop[hidden] {
	display: block;
}

/*
component > section-title
------------------------------
*/

.section_title h3 {
	-webkit-text-stroke: 4px #000;
	color: #fff;
	font-size: 12.8vw;
	font-weight: 700;
	line-height: 1;
	paint-order: stroke;
}

.section_title p {
	color: #000;
	font-size: 4.8vw;
	font-weight: 700;
	letter-spacing: 0.045em;
	line-height: 1;
	margin-top: 5.3333333333vw;
}

.js-fadeInChars {
	letter-spacing: -0.12em;
	overflow: hidden;
}

.js-fadeInChars span {
	display: inline-block;
}

/*!
layout > inner
------------------------------
*/

.inner {
	margin: 0 auto;
	max-width: 1460px;
	padding: 0 20px;
}

/*!
layout > section
------------------------------
*/

.section {
	padding-top: 42.6666666667vw;
}

@media (hover: hover) {

.cta_card:hover .card_button {
	background: #4fb25a;
	color: #fff;
}

.footer_info .info_logo:hover {
	opacity: 0.8;
}

.policy_links a:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}

.banner_item:hover .banner_title::after {
	transform: scale(1, 1);
	transform-origin: left top;
}

.header_logo:hover {
	opacity: 0.8;
}

.header_menu a:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}

.offcanvas .header_menu.contact a:hover {
	background: #333;
	color: #fff;
}

}

@media (prefers-reduced-motion: reduce) {

html:focus-within {
	scroll-behavior: auto;
}

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media screen and (min-width: 768px) {

.mv {
	background: url(../images/common/bg_mv.webp) no-repeat center top/cover;
	margin-top: 0;
	min-height: 105.8333333333vw;
}

.mv_content {
	left: 2.0833333333vw;
	padding-top: 0;
	position: absolute;
	top: 18.2291666667vw;
}

.mv_title {
	font-size: 5.1875rem;
}

.mv_text {
	margin-top: 4.1666666667vw;
}

.mv_text p {
	font-size: 1.5rem;
}

.mv_content p + p {
	margin-top: 1.5625vw;
}

.cta {
	padding-bottom: 4.375rem;
	padding-top: 6.25rem;
}

.cta::after {
	height: 12.5rem;
}

.cta_wrap {
	width: 86.25rem;
}

.cta_title {
	font-size: 1.875rem;
	padding: 0 1rem;
}

.cta_title::before,
.cta_title::after {
	height: 1.6875rem;
	width: 0.25rem;
}

.cta_list {
	flex-direction: row;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	margin-top: 4.375rem;
}

.cta_item .cta_card.event_none {
	pointer-events: none;
}

.cta_item .card_img {
	height: 10.875rem;
	width: 13rem;
}

.cta_item .card_body {
	padding: 4.625rem 1.25rem 1.5rem;
}

.cta_item .card_title {
	font-size: 1.5rem;
}

.cta_item .card_text {
	font-size: 0.9375rem;
}

.cta_item .card_text:nth-of-type(1) {
	margin-top: 1rem;
}

.cta_item .card_tel {
	font-size: 2.5rem;
	margin-top: 1rem;
}

.cta_item .card_button {
	font-size: 1.25rem;
	margin-top: 1.875rem;
	max-width: 17.5rem;
	padding: 0.375rem;
}

.strengths_content {
	gap: 5rem;
	grid-template-areas: "a b" "c c";
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5.125rem;
}

.strengths_card.wide {
	display: grid;
	grid-template-columns: repeat(3, auto);
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-area: c;
}

.strengths_card {
	padding: 4.75rem 3.625rem 2.5rem;
}

.strengths_card .card_title {
	font-size: 1.875rem;
}

.strengths_card .card_text {
	font-size: 1.125rem;
	margin-top: 2.875rem;
}

.language_area {
	margin-top: 1.75rem;
	padding: 0.375rem 1.625rem;
}

.language_area .text01 {
	font-size: 1.3125rem;
}

.language_area .text02 {
	font-size: 2rem;
}

.language_area .text02 .number {
	height: 2.8125rem;
	width: 3.125rem;
}

.strengths_card .card_img {
	margin-top: 3.125rem;
}

.strengths_card.wide .card_img {
	margin-top: unset;
}

.country_wrap {
	grid-template-columns: repeat(3, 1fr);
	-moz-column-gap: 1.75rem;
	column-gap: 1.75rem;
	margin-top: 0;
}

.country_wrap .list + .list {
	margin-top: 0;
}

.country_wrap .list li + li {
	margin-top: 0.625rem;
}

.case {
	padding-bottom: 13.75rem;
}

.case_content {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	-moz-column-gap: 5.375rem;
	column-gap: 5.375rem;
	margin-top: 5.125rem;
	row-gap: 3.375rem;
}

.case_card {
	padding: 4.75rem 3.25rem 1.875rem;
}

.case_card.documents {
	align-self: baseline;
	padding-bottom: 5rem;
}

.case_card .card_img {
	height: 13.0625rem;
	position: absolute;
	width: 13.0625rem;
}

.case_card.manual .card_img,
.case_card.marketing .card_img {
	right: 2.375rem;
	top: 3rem;
}

.case_card.documents .card_img {
	right: 1.75rem;
	top: 8.125rem;
}

.case_card.production .card_img {
	right: 2.875rem;
	top: 8.125rem;
}

.case_card .card_title {
	font-size: 1.875rem;
}

.case_card .headline {
	margin-top: 3.125rem;
}

.case_card .headline li + li {
	margin-top: 1rem;
}

.case_card .headline li {
	font-size: 1.125rem;
	padding-left: 1.5rem;
}

.case_card .headline li::before {
	top: 0.375rem;
}

.case_card .client_name {
	font-size: 1.375rem;
}

.case_card .client_name span {
	font-size: 1.125rem;
	margin-right: 1.5rem;
}

.case_card .card_wrap {
	margin-top: 1.875rem;
}

.case_card .wrap_title {
	font-size: 1.875rem;
	padding-left: 2.75rem;
}

.case_card .wrap_title::before {
	height: 1.1875rem;
	width: 1.875rem;
}

.case_card .wrap_text {
	font-size: 0.875rem;
	margin-top: 1.125rem;
}

#contact {
	/*padding-bottom: 24rem;*/
	padding-bottom: 10rem;
}

html {
	font-size: 1.095890411vw;
}

.pc-only {
	display: block;
}

.footer {
	min-height: 33.6458333333vw;
	padding-bottom: 40.375rem;
}

.footer_content {
	flex-direction: row;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.footer_info .info_logo {
	height: 4.6875rem;
	width: 21.25rem;
}

.company_info {
	font-size: 1rem;
	margin-top: 2.8125rem;
}

.company_info .tel {
	pointer-events: none;
	text-decoration: none;
}

.policy_links {
	align-items: baseline;
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.policy_links a {
	padding: 0.375rem 0.625rem;
}

.footer_banner {
	margin: 0 0 0 auto;
}

.banner_item {
	min-width: 28.25rem;
	padding: 2.25rem;
	-moz-column-gap: 2.75rem;
	column-gap: 2.75rem;
}

.banner_title {
	font-size: 0.875rem;
}

.banner_lead {
	font-size: 0.875rem;
	margin-top: 1rem;
}

.banner_img {
	height: 4.8125rem;
	width: 7.625rem;
}

.copyrights {
	font-size: 1rem;
	margin-top: 5.25rem;
}

.header_inner {
	margin-inline: auto;
	padding: 0 40px;
	width: 91.25rem;
}

.header_wrap {
	padding: 1.25rem 0;
}

#menu-icon {
	display: none;
}

.header_menu.contact a {
	background-color: #fff;
	border-radius: 1.875rem;
	height: 3.75rem;
	width: 13.125rem;
}

.offcanvas {
	background: none;
	height: auto;
	max-width: 100%;
	padding: 0;
	position: relative;
	transform: none;
	width: auto;
}

.offcanvas .header_menus {
	align-items: center;
	display: flex;
	-moz-column-gap: 0.875rem;
	column-gap: 0.875rem;
}

.offcanvas .header_menu a {
	font-size: 1.25rem;
	padding: 0.625rem 1.5rem;
	position: relative;
	transition: all 0.3s ease-out;
}

.offcanvas .header_menu.contact a {
	margin-left: 1.5rem;
}

.offcanvas_close {
	display: none;
}

.section_title h3 {
	font-size: 4.5rem;
}

.section_title p {
	font-size: 1.375rem;
	margin-top: 1.5rem;
}

.inner {
	padding: 0 40px;
}

.section {
	padding-top: 13.4375rem;
}

}

@media screen and (min-width: 1000px) {

.mv_content {
	top: 20vw;
}

}

@media screen and (min-width: 1200px) {

.mv_content {
	top: 22.9166666667vw;
}

}

@media (min-width: 1460px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

