/*
Theme Name: AIOマーケティング
Theme URI: 
Author: kaizaki
Author URI: 
Description: Original Theme of AIOマーケティング
Version: 1.0
License: kaizaki
License URI: 
Tags: 
Text Domain: 
*/
@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 62.5%;
	line-height: 1.7;
	color: #000000;
	letter-spacing: 0.5em;
}

/* chromeでクリック時に黒枠を表示させない */

* {
	outline: none !important;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	font: 100%;
	font-size: inherit;
}

fieldset {
	border: 0;
	vertical-align: bottom;
}

img {
	border: 0;
	line-height: 0;
	vertical-align: bottom;
}

/*address , caption , cite , code , dfn , em , strong , th , var {*/

address,
caption,
cite,
code,
dfn,
th,
var {
	font-weight: normal;
	font-style: normal;
}

em {
	font-style: normal;
}

strong {
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

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

abbr,
acronym {
	border: 0;
}

textarea {
	font-size: 100%;
}

hr {
	height: 0px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	color: #ffffff;
}

/*- フォントサイズ指定 -*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6em;
}

/*- フォームスタイル -*/

input[type=button],
input[type=submit],
input[type=email],
input[type=text],
input[type=tel] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	     appearance: button;
}

textarea,
button {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	     appearance: button;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	color: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

input[type=checkbox],
input[type=radio] {
	cursor: pointer;
}

/*- slick -*/

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

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

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

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

br.pc {
	display: inline;
}

br.tb {
	display: none;
}

br.sp {
	display: none;
}

:root {
	--c-black: #212121;
	--c-blackL: #4A4A4A;
	--c-white: #ffffff;
	--c-grayDD: #878787;
	--c-gray: #D9D9D9;
	--c-grayL: #ededed;
	--c-grayLL: #F5F5F5;
	--c-black-gra-01: linear-gradient(75deg, rgba(135, 135, 135, 1) 0%, rgba(33, 33, 33, 1) 100%);
	--c-black-gra-02: linear-gradient(250deg, rgba(135, 135, 135, 1) 0%, rgba(33, 33, 33, 1) 100%);
	--c-black-gra-02: linear-gradient(250deg, rgba(135, 135, 135, 1) 0%, rgba(5, 5, 5, 1) 100%);
	--c-gray-gra-01: linear-gradient(50deg,rgba(240, 240, 240, 1) 0%, rgba(185, 185, 185, 1) 75%, rgba(176, 176, 176, 1) 100%);
	--c-gray-gra-02: linear-gradient(325deg, rgba(253, 253, 253, 0.7) 0%, rgba(232, 232, 232, 0.7) 100%);
	--c-gray-gra-03: linear-gradient(180deg,rgba(240, 240, 240, 1) 0%, rgba(185, 185, 185, 1) 75%, rgba(176, 176, 176, 1) 100%);
	--c-gold-gra-01: linear-gradient(200deg, #D3C17C 0%, #533717 100%);
	--font-main: "Zen Kaku Gothic New", sans-serif;
	--font-en: "Marcellus", serif;
}

:root {
	--fade: fade-animation;
	--fade-up: fade-up-animation;
	--fade-down: fade-down-animation;
	--zoom: zoomin-animation;
	--delay: delay-animation;
}

.delay-scroll .box {
	opacity: 0;
}

.fade-in-trigger,
.fade-up-trigger,
.fade-down-trigger,
.zoom-in-trigger {
	opacity: 0;
}

.fade-in {
	opacity: 0;
	-webkit-animation-name: var(--fade);
	   -moz-animation-name: var(--fade);
	        animation-name: var(--fade);
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-up {
	opacity: 0;
	-webkit-animation-name: var(--fade-up);
	   -moz-animation-name: var(--fade-up);
	        animation-name: var(--fade-up);
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-down {
	opacity: 0;
	-webkit-animation-name: var(--fade-down);
	   -moz-animation-name: var(--fade-down);
	        animation-name: var(--fade-down);
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.zoom-in {
	opacity: 0;
	-webkit-animation-name: var(--zoom);
	   -moz-animation-name: var(--zoom);
	        animation-name: var(--zoom);
	-webkit-animation-duration: 0.5s;
	   -moz-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

html {
	scrollbar-gutter: stable;
}

body {
	overflow-x: hidden;
	background-color: var(--c-white);
	font-family: var(--font-main);
	font-size: -webkit-calc(13px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(13px + 3 * (100vw - 1081px) / 839);
	font-size: calc(13px + 3 * (100vw - 1081px) / 839);
	font-weight: 400;
	line-height: 1.7;
	color: var(--c-black);
	letter-spacing: 0;
	letter-spacing: 0.05em;
	-webkit-animation: fv-fadeIn 2s ease 0s 1 normal;
	-moz-animation: fv-fadeIn 2s ease 0s 1 normal;
	     animation: fv-fadeIn 2s ease 0s 1 normal;
}

body img {
	width: 100%;
	height: auto;
}

.container {
	position: relative;
	overflow: hidden;
}

.googlemap {
	position: relative;
	overflow: hidden;
}

.googlemap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	inset: 0;
}

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

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* ----------------------------------------------
  メールフォーム 　共通
------------------------------------------------- */

.mw_wp_form_input .input-none {
	display: none !important;
}

.mw_wp_form_confirm .preview-none {
	display: none !important;
}

.mw_wp_form .error {
	display: block !important;
	padding: 1.5rem 2rem 0 !important;
	font-size: -webkit-calc(12px + 4 * (100vw - 1081px) / 839) !important;
	font-size: -moz-calc(12px + 4 * (100vw - 1081px) / 839) !important;
	font-size: calc(12px + 4 * (100vw - 1081px) / 839) !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	color: #d4145a !important;
	text-align: left !important;
}

/* リンク - 基本 */

a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a:link,
a:visited {
	color: var(--c-black);
}

a:hover,
a:active {
	color: var(--c-black);
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* 電話番号リンク - 基本 */

.tel-link a {
	color: var(--c-black);
	text-decoration: none;
}

/* 詳しく見る - 基本 */

.more {
	padding-top: 3.5rem;
	text-align: left;
}

.more a,
.more .button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	min-width: 200px;
	padding: 1.75rem 3.25rem 1.75rem 4rem;
	border-radius: 100rem;
	background: var(--c-black-gra-01);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	color: var(--c-white);
	text-align: left;
	text-decoration: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	gap: 2.5rem;
}

.more a .ya,
.more .button .ya {
	position: relative;
	right: 0;
	width: auto;
	height: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.more a:hover .ya,
.more .button:hover .ya {
	position: relative;
	right: -0.75rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.more .button {
	cursor: pointer;
}

/* flex - 基本 */

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}

/* 見出し - 基本 */

.sec-title {
	margin-bottom: 3.5rem;
	text-align: left;
}

.sec-title .en {
	background: var(--c-black-gra-01);
	-webkit-background-clip: text;
	background-clip: text;
	font-family: var(--font-en);
	font-size: -webkit-calc(75px + 40 * (100vw - 1081px) / 839);
	font-size: -moz-calc(75px + 40 * (100vw - 1081px) / 839);
	font-size: calc(75px + 40 * (100vw - 1081px) / 839);
	line-height: 1;
	color: transparent;
	letter-spacing: 0.02em;
	-webkit-text-fill-color: transparent;
}

.sec-title .jp {
	font-size: -webkit-calc(16px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(16px + 3 * (100vw - 1081px) / 839);
	font-size: calc(16px + 3 * (100vw - 1081px) / 839);
	letter-spacing: 0.05em;
}

/* 見出し - デザイン的に不要 */

.hidden-title {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	white-space: nowrap;
}

/* ページネーション */

.page-navigation {
	display: inline-block;
	margin-top: 5.5rem;
	padding: 1rem 3rem;
	border: 2px solid var(--c-black);
	border-radius: 500rem;
}

.page-navigation .wp-pagenavi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	        align-items: baseline;
}

.page-navigation .wp-pagenavi .page,
.page-navigation .wp-pagenavi .current,
.page-navigation .wp-pagenavi .last,
.page-navigation .wp-pagenavi .first,
.page-navigation .wp-pagenavi a,
.page-navigation .wp-pagenavi a.nextpostslink,
.page-navigation .wp-pagenavi a.previouspostslink {
	display: block;
	margin: 0 1rem;
	padding: 1rem 0.5rem;
	border: none;
	background-color: none;
	font-family: var(--font-main);
	font-size: -webkit-calc(15px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 5 * (100vw - 1081px) / 839);
	font-size: calc(15px + 5 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1;
	color: var(--c-black);
	text-decoration: none;
}

.page-navigation .wp-pagenavi a:hover {
	opacity: 0.7;
}

.page-navigation .wp-pagenavi .current {
	color: var(--c-black);
}

.page-navigation .wp-pagenavi .pages {
	display: none;
}

.page-navigation .wp-pagenavi a.first,
.page-navigation .wp-pagenavi a.last {
	position: relative;
	overflow: hidden;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	text-indent: -9999px;
}

.page-navigation .wp-pagenavi a.first {
	margin-right: 5rem;
	background-image: url("images/common/ya-02-b-l.svg");
}

.page-navigation .wp-pagenavi a.last {
	margin-left: 5rem;
	background-image: url("images/common/ya-02-b-r.svg");
}

/* ノイズテクスチャ */

.noise {
	position: relative;
	overflow: hidden;
}

.noise::before {
	position: absolute;
	background-image: url("images/common/noise.png");
	background-repeat: repeat;
	background-size: 220px;
	pointer-events: none;
	content: "";
	opacity: 0.3;
	inset: 0;
	mix-blend-mode: soft-light;
}

section,
.section {
	position: relative;
	padding: 10rem 0;
}

section .content,
.section .content {
	position: relative;
	z-index: 2;
	width: 80%;
	max-width: 1440px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: fixed;
	z-index: 9999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: -webkit-calc(100% - 8rem);
	width: -moz-calc(100% - 8rem);
	width: calc(100% - 8rem);
	padding: 3.25rem 4rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

#header .logo a:hover {
	opacity: 0.6;
}

#header .navigation .pc-nav .main-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 3rem;
}

#header .navigation .pc-nav .main-list .item a,
#header .navigation .pc-nav .main-list .item .item-title {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	gap: 0.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#header .navigation .pc-nav .main-list .item a .text-box,
#header .navigation .pc-nav .main-list .item .item-title .text-box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	min-width: 6em;
	text-align: center;
	white-space: nowrap;
}

#header .navigation .pc-nav .main-list .item a .en,
#header .navigation .pc-nav .main-list .item .item-title .en {
	font-family: var(--font-en);
	font-size: -webkit-calc(16px + 4 * (100vw - 1081px) / 839);
	font-size: -moz-calc(16px + 4 * (100vw - 1081px) / 839);
	font-size: calc(16px + 4 * (100vw - 1081px) / 839);
}

#header .navigation .pc-nav .main-list .item a .en,
#header .navigation .pc-nav .main-list .item a .jp,
#header .navigation .pc-nav .main-list .item .item-title .en,
#header .navigation .pc-nav .main-list .item .item-title .jp {
	line-height: 1;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}

#header .navigation .pc-nav .main-list .item a .jp,
#header .navigation .pc-nav .main-list .item .item-title .jp {
	position: absolute;
	left: 50%;
	font-size: -webkit-calc(11px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(11px + 2 * (100vw - 1081px) / 839);
	font-size: calc(11px + 2 * (100vw - 1081px) / 839);
	opacity: 0;
	-webkit-transform: translate(-50%, -100%);
	   -moz-transform: translate(-50%, -100%);
	    -ms-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);
}

#header .navigation .pc-nav .main-list .item a:hover .en,
#header .navigation .pc-nav .main-list .item .item-title:hover .en {
	opacity: 0;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
}

#header .navigation .pc-nav .main-list .item a:hover .jp,
#header .navigation .pc-nav .main-list .item .item-title:hover .jp {
	opacity: 1;
	-webkit-transform: translate(-50%, 50%);
	   -moz-transform: translate(-50%, 50%);
	    -ms-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
}

#header .navigation .pc-nav .main-list .item a .ya,
#header .navigation .pc-nav .main-list .item .item-title .ya {
	width: 0.5em;
	margin-top: 0.25em;
}

#header .navigation .pc-nav .main-list .consultation-button {
	margin: 0;
	padding: 0;
	padding-left: 2.5rem;
}

#header .navigation .pc-nav .main-list .consultation-button a {
	min-width: auto;
	padding: 1rem 3rem;
	gap: 2rem;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	        align-items: baseline;
}

#header .navigation .pc-nav .main-list .consultation-button a:hover .ya {
	right: -0.5rem;
}

/* フッター */

#footer {
	position: relative;
	z-index: 2;
	border: 15px solid #777;
	border-bottom: none;
	border-radius: 15rem 15rem 0 0;
	background: var(--c-black-gra-02);
}

#footer .footer-content {
	padding-top: 2.5rem;
}

#footer .footer-content .footer-consultation-content,
#footer .footer-content .footer-navigation-content {
	position: relative;
	z-index: 1;
}

#footer .footer-content .footer-consultation-content {
	padding-top: 10rem;
	padding-bottom: 12.5rem;
}

#footer .footer-content .footer-consultation-content .title-data .sub-title {
	position: relative;
	overflow: hidden;
}

#footer .footer-content .footer-consultation-content .title-data .sub-title .jp {
	position: relative;
	z-index: 1;
	width: 85%;
	max-width: 1500px;
	margin: 0 auto;
	font-size: -webkit-calc(25px + 15 * (100vw - 1081px) / 839);
	font-size: -moz-calc(25px + 15 * (100vw - 1081px) / 839);
	font-size: calc(25px + 15 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 5;
	color: var(--c-gray);
}

#footer .footer-content .footer-consultation-content .title-data .sub-title .en {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: var(--font-en);
	font-size: -webkit-calc(125px + 75 * (100vw - 1081px) / 839);
	font-size: -moz-calc(125px + 75 * (100vw - 1081px) / 839);
	font-size: calc(125px + 75 * (100vw - 1081px) / 839);
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.1);
	white-space: nowrap;
	pointer-events: none;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#footer .footer-content .footer-consultation-content .title-data .title {
	display: block;
	width: 85%;
	max-width: 1500px;
	margin: 0 auto;
	font-size: 70px;
	font-size: -webkit-calc(50px + 20 * (100vw - 1081px) / 839);
	font-size: -moz-calc(50px + 20 * (100vw - 1081px) / 839);
	font-size: calc(50px + 20 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.25;
	color: var(--c-white);
}

#footer .footer-content .footer-consultation-content .title-data .text {
	width: 85%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 3.5rem;
	font-size: -webkit-calc(14px + 4 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 4 * (100vw - 1081px) / 839);
	font-size: calc(14px + 4 * (100vw - 1081px) / 839);
	color: var(--c-grayLL);
}

#footer .footer-content .footer-consultation-content .title-data .text p {
	width: 80%;
	max-width: 1000px;
}

#footer .footer-content .footer-consultation-content .console-link-data {
	width: 85%;
	max-width: 1500px;
	margin: 3.5rem auto 0;
}

#footer .footer-content .footer-consultation-content .console-link-data .flex {
	gap: 10rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#footer .footer-content .footer-consultation-content .console-link-data .console-item {
	position: relative;
	max-width: 740px;
	margin: 15px;
	padding: 2.5rem 3rem;
	border-radius: 1rem;
	background-color: var(--c-gray);
}

#footer .footer-content .footer-consultation-content .console-link-data .console-item::before {
	position: absolute;
	border: 1px solid var(--c-gray);
	border-radius: -webkit-calc(2.5rem - 10px);
	border-radius: -moz-calc(2.5rem - 10px);
	border-radius: calc(2.5rem - 10px);
	pointer-events: none;
	content: "";
	inset: -10px;
}

#footer .footer-content .footer-consultation-content .console-link-data .console-item h3 {
	display: block;
	width: 35rem;
	margin-bottom: 1rem;
}

#footer .footer-content .footer-consultation-content .console-link-data .console-item p {
	font-size: -webkit-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: calc(14px + 3 * (100vw - 1081px) / 839);
	font-weight: 500;
	line-height: 1.5;
	color: var(--c-blackL);
	letter-spacing: 0;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link {
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	text-decoration: none;
	gap: 3.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a span {
	font-size: -webkit-calc(27px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(27px + 5 * (100vw - 1081px) / 839);
	font-size: calc(27px + 5 * (100vw - 1081px) / 839);
	font-weight: 500;
	line-height: 1.25;
	color: var(--c-white);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a .ya {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 15rem;
	height: 15rem;
	border-radius: 50%;
	background: var(--c-white);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a .ya.noise::before {
	opacity: 0.2;
	mix-blend-mode: darken;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a .ya img {
	width: 20px;
	height: auto;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a:hover span {
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a:hover .ya {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-webkit-transform: translateX(1rem);
	   -moz-transform: translateX(1rem);
	    -ms-transform: translateX(1rem);
	        transform: translateX(1rem);
}

#footer .footer-content .footer-consultation-content::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 85%;
	max-width: 1500px;
	height: 1px;
	background: var(--c-gray);
	content: "";
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

#footer .footer-content .footer-navigation-content {
	padding-top: 12.5rem;
	padding-bottom: 5rem;
}

#footer .footer-content .footer-navigation-content .content {
	width: 85%;
	max-width: 1500px;
	margin: 0 auto;
	padding-bottom: 7.5rem;
}

#footer .footer-content .footer-navigation-content .content .flex {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 0.9fr 2.5fr 1.1fr;
	grid-template-columns: 0.9fr 2.5fr 1.1fr;
	gap: 7rem;
	-webkit-box-align: start;
	-webkit-align-items: start;
	   -moz-box-align: start;
	        align-items: start;
}

#footer .footer-content .footer-navigation-content .content .about-data {
	width: 100%;
	color: var(--c-white);
}

#footer .footer-content .footer-navigation-content .content .about-data .logo {
	width: 100%;
	max-width: 320px;
	margin-bottom: 2.5rem;
}

#footer .footer-content .footer-navigation-content .content .about-data .logo a {
	display: block;
}

#footer .footer-content .footer-navigation-content .content .about-data .logo a:hover {
	opacity: 0.6;
}

#footer .footer-content .footer-navigation-content .content .about-data .name {
	margin-bottom: 1.5rem;
	font-size: -webkit-calc(16px + 4 * (100vw - 1081px) / 839);
	font-size: -moz-calc(16px + 4 * (100vw - 1081px) / 839);
	font-size: calc(16px + 4 * (100vw - 1081px) / 839);
	font-weight: 700;
}

#footer .footer-content .footer-navigation-content .content .nav-data {
	display: -ms-grid;
	display: grid;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-grid-columns: (auto)[3];
	grid-template-columns: repeat(3, auto);
	gap: 4rem 5rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
	gap: 7rem;
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	gap: 2rem;
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li {
	color: var(--c-white);
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.main a,
#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.main .menu {
	font-family: var(--font-en);
	font-size: -webkit-calc(17px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(17px + 2 * (100vw - 1081px) / 839);
	font-size: calc(17px + 2 * (100vw - 1081px) / 839);
	color: var(--c-white);
	text-decoration: none;
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.main a::before,
#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.main .menu::before {
	margin-right: 0.25em;
	content: "・";
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.main a:hover {
	opacity: 0.6;
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.sub {
	position: relative;
	padding-left: 3rem;
	font-size: 14px;
	font-size: -webkit-calc(12px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(12px + 2 * (100vw - 1081px) / 839);
	font-size: calc(12px + 2 * (100vw - 1081px) / 839);
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.sub a {
	color: var(--c-white);
	text-decoration: none;
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.sub a:hover {
	opacity: 0.6;
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.sub::before {
	position: absolute;
	top: -1rem;
	bottom: -1rem;
	left: -webkit-calc(1rem - 1px);
	left: -moz-calc(1rem - 1px);
	left: calc(1rem - 1px);
	width: 1px;
	background: rgba(255, 255, 255, 0.25);
	content: "";
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.sub a::before {
	margin: 0;
	content: "";
}

#footer .footer-content .footer-navigation-content .content .button-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	gap: 2.5rem;
}

#footer .footer-content .footer-navigation-content .content .button-list a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	text-decoration: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 2rem 3rem;
	border: 1px solid var(--c-grayDD);
	border-radius: 500rem;
	background: var(--c-black-gra-01);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	color: var(--c-white);
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	gap: 2rem;
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation span {
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	font-weight: 700;
	letter-spacing: 0.04em;
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation img {
	width: 0.5rem;
	height: auto;
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation .ya {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: var(--c-grayLL);
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	opacity: 0.6;
}

#footer .footer-content .footer-navigation-content .content .button-list .wreath {
	min-height: 6rem;
	padding: 0.75rem 3rem;
	border-radius: 500rem;
	background: var(--c-white);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#footer .footer-content .footer-navigation-content .content .button-list .wreath img {
	width: 60%;
	height: auto;
}

#footer .footer-content .footer-navigation-content .content .button-list .wreath:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	opacity: 0.6;
}

#footer .footer-content .footer-navigation-content::after {
	position: absolute;
	z-index: -1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
	pointer-events: none;
	content: "";
	inset: 0;
}

#footer .footer-content .copy {
	position: relative;
	overflow: hidden;
	text-align: center;
}

#footer .footer-content .copy small {
	position: relative;
	z-index: 2;
	font-size: -webkit-calc(11px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(11px + 3 * (100vw - 1081px) / 839);
	font-size: calc(11px + 3 * (100vw - 1081px) / 839);
	line-height: 150px;
	color: var(--c-white);
}

#footer .footer-content .copy .scroll-text {
	position: absolute;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	overflow: hidden;
	pointer-events: none;
	inset: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#footer .footer-content .copy .scroll-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-animation: footerScroll 100s linear infinite;
	   -moz-animation: footerScroll 100s linear infinite;
	        animation: footerScroll 100s linear infinite;
}

#footer .footer-content .copy .scroll-item {
	margin-right: 8rem;
	font-family: var(--font-en);
	font-size: -webkit-calc(100px + 50 * (100vw - 1081px) / 839);
	font-size: -moz-calc(100px + 50 * (100vw - 1081px) / 839);
	font-size: calc(100px + 50 * (100vw - 1081px) / 839);
	line-height: 1;
	color: rgba(255, 255, 255, 0.1);
	white-space: nowrap;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

/* パンくずナビ */

#breadcrumbs {
	padding: 2.5rem;
}

#breadcrumbs .content {
	width: 85%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 3.5rem 0 5.5rem;
	border-top: 1px solid var(--c-gray);
	text-align: right;
}

#breadcrumbs .content .breadcrumbs-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
}

#breadcrumbs .content .breadcrumbs-content span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	font-size: -webkit-calc(13px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(13px + 2 * (100vw - 1081px) / 839);
	font-size: calc(13px + 2 * (100vw - 1081px) / 839);
	line-height: 1;
	gap: 2rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#breadcrumbs .content .breadcrumbs-content span span a {
	color: var(--c-black);
	text-decoration: none;
}

#breadcrumbs .content .breadcrumbs-content span span a:hover {
	opacity: 0.7;
}

#breadcrumbs .content .breadcrumbs-content span span.breadcrumb-separator img {
	width: auto;
	height: 0.75em;
	vertical-align: middle;
}

#breadcrumbs .content .breadcrumbs-content span span.breadcrumb_last {
	font-weight: 600;
	color: var(--c-black);
}

/* ページタイトル - 基本 */

.page-title {
	padding-top: 7.5rem;
	padding-bottom: 0;
	text-align: center;
}

.page-title .content {
	position: relative;
	padding-bottom: 5rem;
}

.page-title .content .title .en {
	display: inline-block;
	font-family: var(--font-en);
	font-size: -webkit-calc(55px + 15 * (100vw - 1081px) / 839);
	font-size: -moz-calc(55px + 15 * (100vw - 1081px) / 839);
	font-size: calc(55px + 15 * (100vw - 1081px) / 839);
	line-height: 1.2;
}

.page-title .content .title .en span {
	font-size: -webkit-calc(35px + 10 * (100vw - 1081px) / 839);
	font-size: -moz-calc(35px + 10 * (100vw - 1081px) / 839);
	font-size: calc(35px + 10 * (100vw - 1081px) / 839);
}

.page-title .content .title .jp {
	display: block;
	font-size: -webkit-calc(16px + 7 * (100vw - 1081px) / 839);
	font-size: -moz-calc(16px + 7 * (100vw - 1081px) / 839);
	font-size: calc(16px + 7 * (100vw - 1081px) / 839);
}

.page-title .content .title .jp.text-s {
	font-size: -webkit-calc(15px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 5 * (100vw - 1081px) / 839);
	font-size: calc(15px + 5 * (100vw - 1081px) / 839);
}

.page-title .content::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 5rem;
	height: 4px;
	border-radius: 5rem;
	background-color: var(--c-black);
	content: "";
	-webkit-transform: translate(-50%, 0%);
	   -moz-transform: translate(-50%, 0%);
	    -ms-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
}

body#top { /* 背景画像（動画） */ /* メインビジュアル */ /* 「AIO」で解決・最適化 */ /* サービス */ /* スクロールテキスト */ /* 成果を生む理由 */ /* ブログ */ /* よくある質問 */ /* スクロールテキスト */
}

body#top main {
	position: relative;
	isolation: isolate;
}

body#top section {
	position: relative;
	z-index: 1;
}

body#top .fixed-bg {
	position: fixed;
	z-index: 0;
	inset: 0;
}

body#top .fixed-bg img,
body#top .fixed-bg video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

body#top #mv {
	padding: 0;
}

body#top #mv .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 82.5%;
	max-width: 1600px;
	min-height: -webkit-calc(100vh - 12rem);
	min-height: -moz-calc(100vh - 12rem);
	min-height: calc(100vh - 12rem);
	padding: 9rem 0 3rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

body#top #mv .content .text-data h2 {
	display: block;
	padding-bottom: 5.5rem;
	font-size: -webkit-calc(77px + 38 * (100vw - 1081px) / 839);
	font-size: -moz-calc(77px + 38 * (100vw - 1081px) / 839);
	font-size: calc(77px + 38 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.25;
}

body#top #mv .content .text-data .main-text {
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	line-height: 2;
}

body#top #solution {
	padding: 0;
}

body#top #solution .content {
	width: 95%;
	max-width: 1680px;
	border-radius: 2.5rem;
	background: var(--c-black-gra-02);
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

body#top #solution .content .solution-content {
	width: 85%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 10rem 0;
}

body#top #solution .content .solution-content .sec-title {
	margin-bottom: 2.5rem;
}

body#top #solution .content .solution-content .sec-title .en {
	font-size: -webkit-calc(25px + 15 * (100vw - 1081px) / 839);
	font-size: -moz-calc(25px + 15 * (100vw - 1081px) / 839);
	font-size: calc(25px + 15 * (100vw - 1081px) / 839);
	color: var(--c-grayDD);
	-webkit-text-fill-color: inherit;
}

body#top #solution .content .solution-content .sec-title .jp {
	font-size: -webkit-calc(55px + 15 * (100vw - 1081px) / 839);
	font-size: -moz-calc(55px + 15 * (100vw - 1081px) / 839);
	font-size: calc(55px + 15 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.25;
	color: var(--c-white);
	letter-spacing: 0;
}

body#top #solution .content .solution-content .main-text {
	margin-bottom: 3.5rem;
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	color: var(--c-white);
}

body#top #solution .content .solution-content .solution-list ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
}

body#top #solution .content .solution-content .solution-list ul li {
	position: relative;
	padding: 5px;
	border-radius: 1rem;
	background: var(--c-gray-gra-01);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

body#top #solution .content .solution-content .solution-list ul li .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 0.75rem 4rem 2.5rem;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	        align-items: baseline;
	gap: 2.5rem;
}

body#top #solution .content .solution-content .solution-list ul li .item .case {
	background: var(--c-gold-gra-01);
	-webkit-background-clip: text;
	background-clip: text;
	font-family: var(--font-en);
	font-size: -webkit-calc(15px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 5 * (100vw - 1081px) / 839);
	font-size: calc(15px + 5 * (100vw - 1081px) / 839);
	color: transparent;
	letter-spacing: 0.05em;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	-webkit-text-fill-color: transparent;
}

body#top #solution .content .solution-content .solution-list ul li .item .case span {
	display: inline-block;
	padding-left: 0.25rem;
	font-size: -webkit-calc(25px + 15 * (100vw - 1081px) / 839);
	font-size: -moz-calc(25px + 15 * (100vw - 1081px) / 839);
	font-size: calc(25px + 15 * (100vw - 1081px) / 839);
}

body#top #solution .content .solution-content .solution-list ul li .item .text p {
	font-size: -webkit-calc(17px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(17px + 5 * (100vw - 1081px) / 839);
	font-size: calc(17px + 5 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
}

body#top #solution .content .solution-content .solution-list ul li::before {
	position: absolute;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: -webkit-calc(1rem - 7px);
	border-radius: -moz-calc(1rem - 7px);
	border-radius: calc(1rem - 7px);
	border-radius: 0.75rem;
	pointer-events: none;
	content: "";
	inset: 5px;
}

body#top #service {
	padding-bottom: 5rem;
}

body#top #service .sec-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 92.5%;
	max-width: 1720px;
	margin: 0 0 5rem auto;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	        align-items: baseline;
}

body#top #service .sec-title .jp {
	padding-left: 2rem;
}

body#top #service .content {
	width: 97.5%;
	max-width: 1790px;
	margin: 0 0 0 auto;
	border-radius: 7.5rem 0 0 7.5rem;
	background: rgba(255, 255, 255, 0.45);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

body#top #service .content .service-content {
	width: 1500px;
	width: 85%;
	margin: 0 auto;
	padding: 12.5rem 0;
}

body#top #service .content .service-content .service-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 8.5rem 0;
	border-bottom: 1px solid var(--c-gray);
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
	gap: 9rem;
}

body#top #service .content .service-content .service-data .text-data {
	width: 50%;
}

body#top #service .content .service-content .service-data .text-data .title .en {
	display: block;
	padding-bottom: 1.5rem;
	background: inherit;
	font-family: var(--font-en);
	font-size: -webkit-calc(20px + 12 * (100vw - 1081px) / 839);
	font-size: -moz-calc(20px + 12 * (100vw - 1081px) / 839);
	font-size: calc(20px + 12 * (100vw - 1081px) / 839);
	line-height: 1;
	color: var(--c-grayDD);
	letter-spacing: 0.05em;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	-webkit-text-fill-color: inherit;
}

body#top #service .content .service-content .service-data .text-data .title .en span {
	display: inline-block;
	padding-left: 0.25rem;
	font-size: 40px;
	font-size: -webkit-calc(30px + 10 * (100vw - 1081px) / 839);
	font-size: -moz-calc(30px + 10 * (100vw - 1081px) / 839);
	font-size: calc(30px + 10 * (100vw - 1081px) / 839);
}

body#top #service .content .service-content .service-data .text-data .title .cat {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	border-radius: 500rem;
	background-color: var(--c-gray);
	font-size: -webkit-calc(11px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(11px + 2 * (100vw - 1081px) / 839);
	font-size: calc(11px + 2 * (100vw - 1081px) / 839);
	line-height: 1.25;
}

body#top #service .content .service-content .service-data .text-data .title .jp {
	padding-top: 1.5rem;
	font-size: 50px;
	font-size: -webkit-calc(35px + 15 * (100vw - 1081px) / 839);
	font-size: -moz-calc(35px + 15 * (100vw - 1081px) / 839);
	font-size: calc(35px + 15 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.25;
}

body#top #service .content .service-content .service-data .text-data h3 {
	display: block;
	padding-top: 2rem;
	font-size: 30px;
	font-size: -webkit-calc(20px + 10 * (100vw - 1081px) / 839);
	font-size: -moz-calc(20px + 10 * (100vw - 1081px) / 839);
	font-size: calc(20px + 10 * (100vw - 1081px) / 839);
	font-weight: 500;
	line-height: 1.35;
	color: var(--c-grayDD);
}

body#top #service .content .service-content .service-data .text-data .text {
	width: 85%;
	padding-top: 2rem;
}

body#top #service .content .service-content .service-data .text-data .text p:not(:first-child) {
	padding-top: 1.5rem;
}

body#top #service .content .service-content .service-data .text-data .more {
	text-align: right;
}

body#top #service .content .service-content .service-data .img-data {
	width: 50%;
}

body#top #service .content .service-content .service-data .img-data img {
	border-radius: 1rem;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

body#top #service .content .service-content .service-data#service-01 {
	padding-top: 0;
}

body#top #service .content .service-content .service-data#service-02 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: reverse;
	        flex-direction: row-reverse;
}

body#top #service .content .service-content .service-data#service-03 {
	padding-bottom: 0;
	border-bottom: none;
}

body#top .scroll-text {
	overflow: hidden;
	width: 100%;
}

body#top .scroll-text .scroll-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	color: var(--c-white);
	opacity: 0.5;
	-webkit-animation: scroll-text 70s linear infinite;
	   -moz-animation: scroll-text 70s linear infinite;
	        animation: scroll-text 70s linear infinite;
}

body#top .scroll-text .scroll-item {
	margin-right: 2.5rem;
	font-family: var(--font-en);
	font-size: 135px;
	font-size: -webkit-calc(100px + 35 * (100vw - 1081px) / 839);
	font-size: -moz-calc(100px + 35 * (100vw - 1081px) / 839);
	font-size: calc(100px + 35 * (100vw - 1081px) / 839);
	line-height: 1;
	white-space: nowrap;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

body#top #reason {
	margin: 5rem 2.5rem 0;
	padding: 15rem 0 12.5rem;
	border-radius: 6.5rem;
	background: -webkit-gradient(linear, right top, left top, from(rgba(135, 135, 135, 0.3)), to(rgba(0, 0, 0, 0.9)));
	background: -webkit-linear-gradient(right, rgba(135, 135, 135, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
	background: -moz-linear-gradient(right, rgba(135, 135, 135, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(-90deg, rgba(135, 135, 135, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

body#top #reason.noise::before {
	opacity: 0.2;
	mix-blend-mode: multiply;
}

body#top #reason .content {
	width: 85%;
	max-width: 1500px;
}

body#top #reason .content .reason-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	gap: 7rem;
}

body#top #reason .content .reason-data .text-data {
	width: 45%;
}

body#top #reason .content .reason-data .text-data .sec-title {
	margin-bottom: 2.5rem;
}

body#top #reason .content .reason-data .text-data .sec-title .en {
	font-size: -webkit-calc(25px + 15 * (100vw - 1081px) / 839);
	font-size: -moz-calc(25px + 15 * (100vw - 1081px) / 839);
	font-size: calc(25px + 15 * (100vw - 1081px) / 839);
	color: var(--c-grayDD);
	-webkit-text-fill-color: inherit;
}

body#top #reason .content .reason-data .text-data .sec-title .jp {
	font-size: -webkit-calc(42px + 18 * (100vw - 1081px) / 839);
	font-size: -moz-calc(42px + 18 * (100vw - 1081px) / 839);
	font-size: calc(42px + 18 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.25;
	color: var(--c-white);
	letter-spacing: 0;
}

body#top #reason .content .reason-data .text-data h3 {
	position: relative;
	display: block;
	padding-top: 2rem;
	padding-bottom: 5rem;
	font-size: -webkit-calc(20px + 10 * (100vw - 1081px) / 839);
	font-size: -moz-calc(20px + 10 * (100vw - 1081px) / 839);
	font-size: calc(20px + 10 * (100vw - 1081px) / 839);
	font-weight: 500;
	line-height: 1.35;
	color: var(--c-gray);
}

body#top #reason .content .reason-data .text-data h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--c-black-gra-01);
	content: "";
}

body#top #reason .content .reason-data .text-data .text {
	width: 85%;
	padding-top: 5rem;
	color: var(--c-white);
}

body#top #reason .content .reason-data .text-data .text p:not(:first-child) {
	padding-top: 1.5rem;
}

body#top #reason .content .reason-data .img-data {
	width: 55%;
}

body#top #reason .content .reason-data .img-data .flow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	gap: 3rem;
}

body#top #reason .content .reason-data .img-data .flow .step {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 2.5rem 3rem;
	border: 1px solid var(--c-white);
	border-radius: 1rem;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
	gap: 1rem;
}

body#top #reason .content .reason-data .img-data .flow .step .num {
	width: 5rem;
	padding-right: 1rem;
	border-right: 1px solid var(--c-gray);
	font-family: var(--font-en);
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	color: var(--c-blackL);
	text-align: center;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

body#top #reason .content .reason-data .img-data .flow .step .num span {
	display: block;
	line-height: 1;
	letter-spacing: 0.08em;
}

body#top #reason .content .reason-data .img-data .flow .step .num strong {
	display: block;
	font-family: var(--font-main);
	font-size: -webkit-calc(20px + 10 * (100vw - 1081px) / 839);
	font-size: -moz-calc(20px + 10 * (100vw - 1081px) / 839);
	font-size: calc(20px + 10 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1;
}

body#top #reason .content .reason-data .img-data .flow .step .data {
	padding-left: 1rem;
	color: var(--c-black);
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	   -moz-box-flex: 1;
	        flex: 1 1;
}

body#top #reason .content .reason-data .img-data .flow .step .data h4 {
	font-size: -webkit-calc(18px + 7 * (100vw - 1081px) / 839);
	font-size: -moz-calc(18px + 7 * (100vw - 1081px) / 839);
	font-size: calc(18px + 7 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0;
}

body#top #reason .content .reason-data .img-data .flow .step .data .text {
	margin-top: 0.75rem;
	line-height: 1.45;
}

body#top #reason .content .reason-data .img-data .flow .step .img {
	width: 12rem;
	padding: 2.5rem 2rem;
	border-radius: 0.75rem;
	background-color: var(--c-white);
	anchor-scope: 1/1;
}

body#top #reason .content .reason-data .img-data .flow .step .img a {
	display: block;
}

body#top #reason .content .reason-data .img-data .flow .step .img a:hover {
	opacity: 0.5;
}

body#top #reason .content .reason-data .img-data .flow .step:not(:last-child)::after {
	position: absolute;
	bottom: -3rem;
	left: 50%;
	width: 1px;
	height: 3rem;
	background: var(--c-white);
	content: "";
}

body#top #reason .content .reason-data .img-data .flow .step:nth-child(1) {
	background: -webkit-linear-gradient(315deg, #f0f0f0 0%, #d8d8d8 100%);
	background: -moz-linear-gradient(315deg, #f0f0f0 0%, #d8d8d8 100%);
	background: linear-gradient(135deg, #f0f0f0 0%, #d8d8d8 100%);
}

body#top #reason .content .reason-data .img-data .flow .step:nth-child(2) {
	background: -webkit-linear-gradient(315deg, #dddddd 0%, #bfbfbf 100%);
	background: -moz-linear-gradient(315deg, #dddddd 0%, #bfbfbf 100%);
	background: linear-gradient(135deg, #dddddd 0%, #bfbfbf 100%);
}

body#top #reason .content .reason-data .img-data .flow .step:nth-child(3) {
	background: -webkit-linear-gradient(315deg, #b5b5b5 0%, #8f8f8f 100%);
	background: -moz-linear-gradient(315deg, #b5b5b5 0%, #8f8f8f 100%);
	background: linear-gradient(135deg, #b5b5b5 0%, #8f8f8f 100%);
}

body#top #reason .content .reason-data .img-data .flow .step:nth-child(4) {
	background: -webkit-linear-gradient(315deg, #8e8e8e 0%, #6f6f6f 100%);
	background: -moz-linear-gradient(315deg, #8e8e8e 0%, #6f6f6f 100%);
	background: linear-gradient(135deg, #8e8e8e 0%, #6f6f6f 100%);
}

body#top #reason .content .reason-data .img-data .flow .step:nth-child(5) {
	background: -webkit-linear-gradient(315deg, #5a5a5a 0%, #3a3a3a 100%);
	background: -moz-linear-gradient(315deg, #5a5a5a 0%, #3a3a3a 100%);
	background: linear-gradient(135deg, #5a5a5a 0%, #3a3a3a 100%);
}

body#top #reason .content .reason-data .img-data .flow .step:nth-child(6) {
	background: -webkit-linear-gradient(315deg, #363636 0%, #171717 100%);
	background: -moz-linear-gradient(315deg, #363636 0%, #171717 100%);
	background: linear-gradient(135deg, #363636 0%, #171717 100%);
}

body#top #reason .content .reason-data .img-data .flow .step:nth-child(n+4) .num {
	color: var(--c-white);
}

body#top #reason .content .reason-data .img-data .flow .step:nth-child(n+4) .num span {
	color: var(--c-white);
}

body#top #reason .content .reason-data .img-data .flow .step:nth-child(n+4) .num strong {
	color: var(--c-white);
}

body#top #reason .content .reason-data .img-data .flow .step:nth-child(n+4) .data {
	color: var(--c-white);
}

body#top #blog {
	padding: 15rem 0 12.5rem;
	padding-bottom: 15rem;
}

body#top #blog .content {
	width: 85%;
	max-width: 1500px;
}

body#top #blog .content .blog-top-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	gap: 10rem;
}

body#top #blog .content .blog-top-content .text-data {
	width: 30rem;
	max-width: 300px;
}

body#top #blog .content .blog-top-content .text-data .more a {
	width: -webkit-calc(100% - 7.25rem);
	width: -moz-calc(100% - 7.25rem);
	width: calc(100% - 7.25rem);
	min-width: auto;
}

body#top #blog .content .blog-top-content .blog-list-data {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	   -moz-box-flex: 1;
	        flex: 1 1;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item {
	overflow: hidden;
	border-radius: 1.25rem;
	background: var(--c-white);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .img {
	overflow: hidden;
	aspect-ratio: 360/237;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease;
	-o-object-fit: cover;
	   object-fit: cover;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .data {
	padding: 2.25rem 2.75rem;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .data .cat {
	display: inline-block;
	margin-bottom: 1.25rem;
	padding: 0.25rem 1.2rem;
	border-radius: 500rem;
	background: var(--c-grayLL);
	font-size: -webkit-calc(10px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(10px + 2 * (100vw - 1081px) / 839);
	font-size: calc(10px + 2 * (100vw - 1081px) / 839);
	font-weight: 600;
	color: var(--c-grayDD);
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .data .title {
	margin-bottom: 2rem;
	font-size: -webkit-calc(14px + 4 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 4 * (100vw - 1081px) / 839);
	font-size: calc(14px + 4 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.5;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .data time {
	display: block;
	padding-top: 1.25rem;
	border-top: 1px solid var(--c-gray);
	font-weight: 500;
	color: var(--c-grayDD);
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item:hover a .img img {
	opacity: 0.6;
	-webkit-transform: scale(1.025);
	   -moz-transform: scale(1.025);
	    -ms-transform: scale(1.025);
	        transform: scale(1.025);
}

body#top #faq {
	padding: 0 0 15rem;
}

body#top #faq .content {
	max-width: 1500px;
	padding-top: 12.5rem;
	border-top: 1px solid var(--c-gray);
}

body#top #faq .content .faq-top-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	gap: 10rem;
}

body#top #faq .content .faq-top-content .text-data {
	max-width: 300px;
}

body#top #faq .content .faq-top-content .faq-list-data {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	   -moz-box-flex: 1;
	        flex: 1 1;
}

body#top #faq .content .faq-top-content .faq-list-data .faq-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	gap: 2.25rem;
}

body#top #faq .content .faq-top-content .faq-list-data .faq-list .faq-item {
	overflow: hidden;
	border-radius: 1rem;
	background: var(--c-white);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body#top #faq .content .faq-top-content .faq-list-data .faq-list .faq-item .faq-question {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 100%;
	padding: 2.25rem 3rem;
	border: 0;
	background: transparent;
	font: inherit;
	color: inherit;
	text-align: left;
	cursor: pointer;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 2rem;
}

body#top #faq .content .faq-top-content .faq-list-data .faq-list .faq-item .faq-question .q {
	padding-right: 2.25rem;
	border-right: 1px solid var(--c-gray);
	font-family: var(--font-en);
	font-size: 30px;
	line-height: 1;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

body#top #faq .content .faq-top-content .faq-list-data .faq-list .faq-item .faq-question .title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	   -moz-box-flex: 1;
	        flex: 1 1;
}

body#top #faq .content .faq-top-content .faq-list-data .faq-list .faq-item .faq-question .icon {
	position: relative;
	width: 18px;
	height: 18px;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

body#top #faq .content .faq-top-content .faq-list-data .faq-list .faq-item .faq-question .icon::before,
body#top #faq .content .faq-top-content .faq-list-data .faq-list .faq-item .faq-question .icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background: var(--c-black);
	content: "";
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

body#top #faq .content .faq-top-content .faq-list-data .faq-list .faq-item .faq-question .icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	   -moz-transform: translate(-50%, -50%) rotate(90deg);
	    -ms-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}

body#top #faq .content .faq-top-content .faq-list-data .faq-list .faq-item .faq-answer {
	display: none;
}

body#top #faq .content .faq-top-content .faq-list-data .faq-list .faq-item .faq-answer .answer-inner {
	padding: 0 4.5rem 3.5rem 11rem;
}

body#top #faq .content .faq-top-content .faq-list-data .faq-list .faq-item .faq-answer .answer-inner p {
	font-size: 1.5rem;
	line-height: 1.8;
}

body#top #faq .content .faq-top-content .faq-list-data .faq-list .faq-item.is-open .faq-question .icon::after {
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) rotate(0);
	   -moz-transform: translate(-50%, -50%) rotate(0);
	    -ms-transform: translate(-50%, -50%) rotate(0);
	        transform: translate(-50%, -50%) rotate(0);
}

/* ----------------------------------------------
  固定・投稿記事 - 共通／流用パターン
------------------------------------------------- */

/* 装飾 - ブログ形式投稿 共通 */

body.single-post .article-content {
	font-size: -webkit-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: calc(14px + 3 * (100vw - 1081px) / 839);
	line-height: 1.6; /* 画像の回り込み */ /* 見出しで回り込み解除 */ /* 画像のキャプション */ /* table 装飾 */ /* 動画の埋め込み */ /* 見出し */
}

body.single-post .article-content::after {
	display: block;
	clear: both;
	content: "";
}

body.single-post .article-content iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 1920/1080;
}

body.single-post .article-content iframe.wp-embedded-content {
	height: revert-layer;
	aspect-ratio: auto;
}

body.single-post .article-content span {
	line-height: 1.6;
}

body.single-post .article-content strong {
	font-weight: 900;
}

body.single-post .article-content em {
	font-style: italic;
}

body.single-post .article-content p,
body.single-post .article-content pre {
	margin: 0 0 2.5rem;
	padding: 0;
	font-family: var(--font-main);
	font-weight: 500;
}

body.single-post .article-content p code,
body.single-post .article-content pre code {
	font-family: var(--font-main);
}

body.single-post .article-content ul {
	margin: 0 0 0 1rem;
	padding-bottom: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
}

body.single-post .article-content ul li {
	margin: 0 0 0.5rem 2em;
	list-style: disc;
	list-style-position: inside;
	text-indent: -1.5em;
}

body.single-post .article-content ul li p {
	display: inline;
}

body.single-post .article-content ol {
	margin: 0 0 0 1rem;
	padding-bottom: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
}

body.single-post .article-content ol li {
	margin: 0 0 0.5rem 2em;
	list-style: decimal;
	list-style-position: inside;
	text-indent: -1em;
}

body.single-post .article-content ol li p {
	display: inline;
}

body.single-post .article-content figcaption {
	padding-top: 0.5rem;
	line-height: 1.65;
}

body.single-post .article-content blockquote {
	display: block;
	margin: 0 0 2.5rem;
	padding: 1.5rem 3rem;
	border: 1px solid var(--c-gray);
	border-radius: 0.75rem;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: -webkit-calc(13px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(13px + 3 * (100vw - 1081px) / 839);
	font-size: calc(13px + 3 * (100vw - 1081px) / 839);
	color: var(--c-blackL);
}

body.single-post .article-content blockquote p {
	margin: 0 !important;
	padding: 0 !important;
}

body.single-post .article-content hr {
	margin: 2.5rem 0;
	border-bottom: 1px solid var(--c-gray);
	background-color: inherit;
}

body.single-post .article-content figure {
	width: auto !important;
	max-width: 100%;
}

body.single-post .article-content img {
	display: block;
	width: revert-layer;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
	border-radius: 1rem;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

body.single-post .article-content img.alignleft {
	margin: 0 3rem 2.5rem 0;
}

body.single-post .article-content img.alignright {
	margin: 0 0 2.5rem 3rem;
}

body.single-post .article-content .wp-block-columns {
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
}

body.single-post .article-content .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

body.single-post .article-content .alignright {
	display: inline;
	float: right;
}

body.single-post .article-content .alignleft {
	display: inline;
	float: left;
}

body.single-post .article-content h2,
body.single-post .article-content h3,
body.single-post .article-content h4,
body.single-post .article-content hr,
body.single-post .article-content blockquote,
body.single-post .article-content .aligncenter {
	clear: both;
}

body.single-post .article-content .clear {
	clear: both;
}

body.single-post .article-content table {
	overflow: hidden;
	border-radius: 1rem;
	background: var(--c-white);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	border-spacing: 0;
	border-collapse: separate;
}

body.single-post .article-content table th,
body.single-post .article-content table td {
	padding: 1rem 2.5rem;
	border-right: 1px solid var(--c-gray);
	border-bottom: 1px solid var(--c-gray);
}

body.single-post .article-content table th {
	background-color: var(--c-grayLL);
	font-weight: 500;
}

body.single-post .article-content table th:last-child,
body.single-post .article-content table td:last-child {
	border-right: none;
}

body.single-post .article-content table tr:last-child th,
body.single-post .article-content table tr:last-child td {
	border-bottom: none;
}

body.single-post .article-content .wp-video {
	max-width: 100%;
	height: auto;
	margin: 0 auto 3rem;
}

body.single-post .article-content h2 {
	position: relative;
	display: block;
	margin-bottom: 3.5rem;
	padding: 9.5rem 0 2rem;
	font-family: var(--font-main);
	font-size: -webkit-calc(32px + 8 * (100vw - 1081px) / 839);
	font-size: -moz-calc(32px + 8 * (100vw - 1081px) / 839);
	font-size: calc(32px + 8 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.4;
}

body.single-post .article-content h2::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: var(--c-black-gra-01);
	content: "";
}

body.single-post .article-content h3 {
	position: relative;
	display: block;
	margin: 5.5rem 0 2.5rem;
	padding: 0 0 0 3rem;
	font-family: var(--font-main);
	font-size: -webkit-calc(20px + 8 * (100vw - 1081px) / 839);
	font-size: -moz-calc(20px + 8 * (100vw - 1081px) / 839);
	font-size: calc(20px + 8 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.4;
}

body.single-post .article-content h3::after {
	position: absolute;
	top: 0.75em;
	left: 0;
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 500rem;
	background: var(--c-black-gra-01);
	font-size: -webkit-calc(20px + 8 * (100vw - 1081px) / 839);
	font-size: -moz-calc(20px + 8 * (100vw - 1081px) / 839);
	font-size: calc(20px + 8 * (100vw - 1081px) / 839);
	content: "";
}

body.single-post .article-content h4 {
	position: relative;
	display: block;
	margin: 1rem 0 2.5rem;
	padding: 1rem 2.5rem;
	border-radius: 0.5rem;
	background-color: rgba(0, 0, 0, 0.05);
	font-family: var(--font-main);
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.4;
	color: var(--c-blackL);
}

/* ---------------------------
  お知らせ ‐ 詳細
------------------------------ */

body.single-post {
	position: relative;
}

body.single-post .container {
	background-image: url("images/common/noise-light.png"), var(--c-gray-gra-02);
	background-repeat: repeat, no-repeat;
	background-position: 0 0, center;
	background-size: 220px, cover;
}

body.single-post #blog-article {
	position: relative;
	z-index: 1;
	padding: 17.5rem 0;
}

body.single-post #blog-article::after {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 50rem;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	pointer-events: none;
	content: "";
	inset: 0;
}

body.single-post #blog-article .content {
	width: 70%;
	max-width: 900px;
}

body.single-post #blog-article .content .blog-article-content article {
	display: block;
	text-align: left;
}

body.single-post #blog-article .content .blog-article-content article .article-header {
	padding-bottom: 6.5rem;
}

body.single-post #blog-article .content .blog-article-content article .article-header .article-title {
	position: relative;
	padding-bottom: 3.5rem;
}

body.single-post #blog-article .content .blog-article-content article .article-header .article-title .en {
	padding-bottom: 1rem;
	font-family: var(--font-en);
	font-size: -webkit-calc(25px + 10 * (100vw - 1081px) / 839);
	font-size: -moz-calc(25px + 10 * (100vw - 1081px) / 839);
	font-size: calc(25px + 10 * (100vw - 1081px) / 839);
	color: var(--c-grayDD);
}

body.single-post #blog-article .content .blog-article-content article .article-header .article-title .title {
	display: block;
	margin: 0 auto;
	font-size: -webkit-calc(37px + 8 * (100vw - 1081px) / 839);
	font-size: -moz-calc(37px + 8 * (100vw - 1081px) / 839);
	font-size: calc(37px + 8 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.45;
	color: var(--c-black);
	letter-spacing: 0;
}

body.single-post #blog-article .content .blog-article-content article .article-header .article-title::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: var(--c-gray-gra-01);
	content: "";
}

body.single-post #blog-article .content .blog-article-content article .article-header .about-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 2.5rem 0 0;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	        align-items: baseline;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
	gap: 2rem;
}

body.single-post #blog-article .content .blog-article-content article .article-header .about-data .day {
	font-size: -webkit-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: calc(14px + 3 * (100vw - 1081px) / 839);
	line-height: 1;
}

body.single-post #blog-article .content .blog-article-content article .article-header .about-data .cat-tag-list .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	        align-items: baseline;
	gap: 1.5rem;
}

body.single-post #blog-article .content .blog-article-content article .article-header .about-data .cat-tag-list .list li {
	display: block;
	margin-right: 0.5rem;
	border-radius: 500rem;
	font-size: -webkit-calc(12px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(12px + 2 * (100vw - 1081px) / 839);
	font-size: calc(12px + 2 * (100vw - 1081px) / 839);
	font-weight: 500;
	line-height: 1;
}

body.single-post #blog-article .content .blog-article-content article .article-header .about-data .cat-tag-list .list li a {
	display: block;
	padding: 0.75rem 1.75rem;
	border-radius: 500rem;
	background-color: var(--c-white);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

body.single-post #blog-article .content .blog-article-content article .article-header .about-data .cat-tag-list .list li a:hover {
	opacity: 0.7;
}

body.single-post #blog-article .content .blog-article-content article .article-header .about-data .cat-tag-list .list li.tag-item {
	border: none;
	background-color: var(--c-beigeL);
}

body.single-post #blog-article .content .blog-article-content article .article-thumbnail {
	padding-bottom: 5rem;
}

body.single-post #blog-article .content .blog-article-content article .article-thumbnail img {
	border-radius: 1rem;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

body.single-post #blog-article .content .blog-article-content article .article-lead {
	padding-bottom: 4.5rem;
	font-size: -webkit-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: calc(14px + 3 * (100vw - 1081px) / 839);
	font-weight: 500;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc {
	display: block;
	margin-bottom: 2.5rem;
	padding: 3.5rem 4rem;
	border-radius: 1rem;
	background: var(--c-black-gra-01);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc .toc-title {
	margin: 0;
	padding-bottom: 2rem;
	font-family: var(--font-en);
	font-size: -webkit-calc(20px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(20px + 5 * (100vw - 1081px) / 839);
	font-size: calc(20px + 5 * (100vw - 1081px) / 839);
	line-height: 1;
	color: var(--c-white);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul {
	margin: 0 2rem;
	padding: 0;
	border-bottom: 1px solid var(--c-grayDD);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li {
	display: block;
	margin: 0;
	padding: 1rem;
	border-top: 1px solid var(--c-grayDD);
	text-indent: 0;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1.25;
	color: var(--c-white);
	text-decoration: none;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	        align-items: baseline;
	gap: 0.75rem;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li a:hover {
	padding-left: 0.75rem;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li a .num {
	line-height: 1.25;
	color: var(--c-white);
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li a .text {
	position: relative;
	display: block;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h3 {
	padding-left: 1em;
	border-top-style: dotted;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h3 a {
	font-size: -webkit-calc(13px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(13px + 3 * (100vw - 1081px) / 839);
	font-size: calc(13px + 3 * (100vw - 1081px) / 839);
	font-weight: 400;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h3 a .text::after {
	width: 4px;
	height: 4px;
	background-color: var(--c-white);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h4 {
	padding-left: 2em;
	border-top-style: dotted;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h4 a {
	font-size: -webkit-calc(12px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(12px + 2 * (100vw - 1081px) / 839);
	font-size: calc(12px + 2 * (100vw - 1081px) / 839);
	color: var(--c-gray);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h4 a .text::after {
	width: 3px;
	height: 3px;
	background-color: var(--c-gray);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li:last-of-type {
	border-bottom: none;
}

body.single-post #blog-article .content .blog-article-content article .article-writer {
	width: -webkit-calc(80% - 10rem);
	width: -moz-calc(80% - 10rem);
	width: calc(80% - 10rem);
	margin: 12.5rem auto 5rem;
	padding: 5rem;
	border: 1px solid var(--c-gray);
	border-radius: 1rem;
	background-color: var(--c-white);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-image {
	width: 12.5rem;
	margin-right: 2.5rem;
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-image img {
	width: 100%;
	border-radius: 500rem;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	   -moz-box-flex: 1;
	        flex: 1 1;
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer-name {
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	font-weight: 600;
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer-title {
	padding-top: 0.5rem;
	font-size: -webkit-calc(12px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(12px + 2 * (100vw - 1081px) / 839);
	font-size: calc(12px + 2 * (100vw - 1081px) / 839);
	font-weight: 500;
	color: var(--c-grayDD);
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer-profile {
	padding-top: 0.5rem;
	font-size: -webkit-calc(12px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(12px + 2 * (100vw - 1081px) / 839);
	font-size: calc(12px + 2 * (100vw - 1081px) / 839);
	line-height: 1.5;
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer_career {
	padding-top: 1rem;
	font-size: -webkit-calc(12px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(12px + 2 * (100vw - 1081px) / 839);
	font-size: calc(12px + 2 * (100vw - 1081px) / 839);
	font-weight: 500;
	line-height: 1.45;
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer-sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding-top: 1rem;
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer-sns li {
	margin-right: 2rem;
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer-sns li a {
	font-family: var(--font-title);
	font-weight: 600;
}

body#privacypolicy #privacy-content {
	padding-top: 7.5rem;
}

body#privacypolicy #privacy-content .content {
	max-width: 1280px;
	padding: 10rem 0;
	border: 1px solid var(--c-black);
	border-radius: 3.5rem;
	text-align: left;
}

body#privacypolicy #privacy-content .content .privacy-data {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}

body#privacypolicy #privacy-content .content .privacy-data h2 {
	position: relative;
	padding: 2rem;
	border-bottom: 1px solid var(--c-black);
	font-family: var(--font-main);
	font-size: -webkit-calc(18px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(18px + 5 * (100vw - 1081px) / 839);
	font-size: calc(18px + 5 * (100vw - 1081px) / 839);
	font-weight: 600;
}

body#privacypolicy #privacy-content .content .privacy-data h2::after {
	position: absolute;
	z-index: 1;
	bottom: -2px;
	left: 0;
	display: block;
	width: 10rem;
	height: 3px;
	background-color: var(--c-black);
	content: "";
}

body#privacypolicy #privacy-content .content .privacy-data .item {
	padding: 3rem 2rem;
}

body#privacypolicy #privacy-content .content .privacy-data .item p {
	display: block;
	padding-bottom: 1rem;
}

body#privacypolicy #privacy-content .content .privacy-data .item ul {
	display: block;
	margin-left: 1.5em;
	padding-bottom: 1rem;
}

body#privacypolicy #privacy-content .content .privacy-data .item ul li {
	list-style: disc;
}

body#privacypolicy #privacy-content .content .privacy-data .item ul + h3 {
	margin-top: 1rem;
}

body#privacypolicy #privacy-content .content .privacy-data .item h3 {
	display: block;
	padding-bottom: 0.5rem;
	font-family: var(--font-main);
	font-size: -webkit-calc(14px + 4 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 4 * (100vw - 1081px) / 839);
	font-size: calc(14px + 4 * (100vw - 1081px) / 839);
	font-weight: 600;
}

body#privacypolicy #privacy-content {
	padding-top: 7.5rem;
}

body#privacypolicy #privacy-content .content {
	max-width: 1280px;
	padding: 10rem 0;
	border: 1px solid var(--c-black);
	border-radius: 3.5rem;
	text-align: left;
}

body#privacypolicy #privacy-content .content .privacy-data {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}

body#privacypolicy #privacy-content .content .privacy-data h2 {
	position: relative;
	padding: 2rem;
	border-bottom: 1px solid var(--c-black);
	font-family: var(--font-main);
	font-size: -webkit-calc(18px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(18px + 5 * (100vw - 1081px) / 839);
	font-size: calc(18px + 5 * (100vw - 1081px) / 839);
	font-weight: 600;
}

body#privacypolicy #privacy-content .content .privacy-data h2::after {
	position: absolute;
	z-index: 1;
	bottom: -2px;
	left: 0;
	display: block;
	width: 10rem;
	height: 3px;
	background-color: var(--c-black);
	content: "";
}

body#privacypolicy #privacy-content .content .privacy-data .item {
	padding: 3rem 2rem;
}

body#privacypolicy #privacy-content .content .privacy-data .item p {
	display: block;
	padding-bottom: 1rem;
}

body#privacypolicy #privacy-content .content .privacy-data .item ul {
	display: block;
	margin-left: 1.5em;
	padding-bottom: 1rem;
}

body#privacypolicy #privacy-content .content .privacy-data .item ul li {
	list-style: disc;
}

body#privacypolicy #privacy-content .content .privacy-data .item ul + h3 {
	margin-top: 1rem;
}

body#privacypolicy #privacy-content .content .privacy-data .item h3 {
	display: block;
	padding-bottom: 0.5rem;
	font-family: var(--font-main);
	font-size: -webkit-calc(14px + 4 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 4 * (100vw - 1081px) / 839);
	font-size: calc(14px + 4 * (100vw - 1081px) / 839);
	font-weight: 600;
}

/* error404 */

body.error404 #error-content {
	padding: 25rem 0 30rem;
}

body.error404 #error-content .content {
	text-align: center;
}

body.error404 #error-content .content .en {
	display: block;
	padding-bottom: 3.5rem;
	font-family: var(--font-main);
	font-size: -webkit-calc(250px + 100 * (100vw - 1081px) / 839);
	font-size: -moz-calc(250px + 100 * (100vw - 1081px) / 839);
	font-size: calc(250px + 100 * (100vw - 1081px) / 839);
	font-weight: 100;
	line-height: 1;
	color: var(--c-black);
	letter-spacing: 0.01em;
}

body.error404 #error-content .content h1 {
	display: block;
	padding-bottom: 2.5rem;
	font-family: var(--font-main);
	font-size: -webkit-calc(28px + 12 * (100vw - 1081px) / 839);
	font-size: -moz-calc(28px + 12 * (100vw - 1081px) / 839);
	font-size: calc(28px + 12 * (100vw - 1081px) / 839);
	font-weight: 600;
	line-height: 1;
}

body.error404 #error-content .content .more {
	text-align: center;
}

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

html {
	font-size: 0.625vw;
}

}

@media (max-width: 1600px) {

body {
	line-height: 1.7;
}

}

@media (max-width: 1500px) {

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a .ya {
	width: 12.5rem;
	height: 12.5rem;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a .ya img {
	width: 2rem;
}

#footer .footer-content .footer-navigation-content .content .flex {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

#footer .footer-content .footer-navigation-content .content .flex .button-list {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
}

#footer .footer-content .footer-navigation-content .content .about-data .logo {
	width: 35rem;
}

#footer .footer-content .footer-navigation-content .content .button-list {
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-webkit-flex-direction: inherit;
	   -moz-box-orient: inherit;
	   -moz-box-direction: inherit;
	        flex-direction: inherit;
	padding-top: 7.5rem;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

body#top #solution .content .solution-content .solution-list ul li .item {
	padding: 0.75rem 3rem 2.5rem;
}

body#top #solution .content .solution-content .solution-list ul li .item .text p br {
	display: none;
}

body#top #service .content .service-content .service-data .text-data .title .jp br {
	display: none;
}

body#top #service .content .service-content .service-data .text-data h3 br {
	display: none;
}

body#top #reason .content .reason-data {
	gap: 6rem;
}

body#top #reason .content .reason-data .text-data .sec-title .jp br {
	display: none;
}

body#top #reason .content .reason-data .img-data .flow .step .data {
	padding-left: 3rem;
}

body#top #reason .content .reason-data .img-data .flow .step .data h4 br {
	display: none;
}

body#top #reason .content .reason-data .img-data .flow .step .img {
	width: 10rem;
}

body.single-post #blog-article {
	padding-top: 30rem;
}

}

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

html {
	font-size: 0.9250693802vw;
}

html br.pc {
	display: none;
}

html br.tb {
	display: inline;
}

html br.sp {
	display: none;
}

}

@media (max-width: 1080px) {

body {
	font-size: -webkit-calc(15px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 7 * (100vw - 601px) / 679);
	font-size: calc(15px + 7 * (100vw - 601px) / 679);
}

.mw_wp_form .error {
	font-size: -webkit-calc(12px + 4 * (100vw - 601px) / 480) !important;
	font-size: -moz-calc(12px + 4 * (100vw - 601px) / 480) !important;
	font-size: calc(12px + 4 * (100vw - 601px) / 480) !important;
}

.sec-title {
	margin-bottom: 7.5rem;
}

.sec-title .en {
	font-size: -webkit-calc(60px + 60 * (100vw - 601px) / 679);
	font-size: -moz-calc(60px + 60 * (100vw - 601px) / 679);
	font-size: calc(60px + 60 * (100vw - 601px) / 679);
}

.sec-title .jp {
	font-size: -webkit-calc(16px + 9 * (100vw - 601px) / 679);
	font-size: -moz-calc(16px + 9 * (100vw - 601px) / 679);
	font-size: calc(16px + 9 * (100vw - 601px) / 679);
}

.page-navigation {
	margin-top: 7.5rem;
	padding: 1.5rem 3rem;
}

.page-navigation .wp-pagenavi .page,
.page-navigation .wp-pagenavi .current,
.page-navigation .wp-pagenavi .last,
.page-navigation .wp-pagenavi .first,
.page-navigation .wp-pagenavi a,
.page-navigation .wp-pagenavi a.nextpostslink,
.page-navigation .wp-pagenavi a.previouspostslink {
	padding: 1rem 1rem;
	font-size: -webkit-calc(16px + 8 * (100vw - 601px) / 679);
	font-size: -moz-calc(16px + 8 * (100vw - 601px) / 679);
	font-size: calc(16px + 8 * (100vw - 601px) / 679);
}

.page-navigation .wp-pagenavi a:hover {
	opacity: 1;
}

section,
.section {
	padding: 12.5rem 0;
}

section .content,
.section .content {
	width: 85%;
}

#header {
	width: -webkit-calc(100% - 10rem);
	width: -moz-calc(100% - 10rem);
	width: calc(100% - 10rem);
	padding: 5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#header .logo {
	width: 45rem;
	max-width: 400px;
}

#header .logo a:hover {
	opacity: 1;
}

#header .navigation .pc-nav .main-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 7rem;
}

#header .navigation .pc-nav .main-list .item a .text-box,
#header .navigation .pc-nav .main-list .item .item-title .text-box {
	overflow: visible;
	min-width: auto;
}

#header .navigation .pc-nav .main-list .item a .en,
#header .navigation .pc-nav .main-list .item .item-title .en {
	font-size: -webkit-calc(18px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(18px + 10 * (100vw - 601px) / 679);
	font-size: calc(18px + 10 * (100vw - 601px) / 679);
}

#header .navigation .pc-nav .main-list .item a .en,
#header .navigation .pc-nav .main-list .item a .jp,
#header .navigation .pc-nav .main-list .item .item-title .en,
#header .navigation .pc-nav .main-list .item .item-title .jp {
	line-height: 1;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}

#header .navigation .pc-nav .main-list .item a .jp,
#header .navigation .pc-nav .main-list .item .item-title .jp {
	display: none;
}

#header .navigation .pc-nav .main-list .item a:hover .en,
#header .navigation .pc-nav .main-list .item .item-title:hover .en {
	opacity: 1;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	        transform: none;
}

#header .navigation .pc-nav .main-list .item a:hover .jp,
#header .navigation .pc-nav .main-list .item .item-title:hover .jp {
	opacity: 0;
	-webkit-transform: translate(-50%, -100%);
	   -moz-transform: translate(-50%, -100%);
	    -ms-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);
}

#header .navigation .pc-nav .main-list .item:nth-of-type(2) {
	display: none;
}

#footer {
	border: 10px solid #777;
	border-bottom: none;
	border-radius: 10rem 10rem 0 0;
}

#footer .footer-content .footer-consultation-content {
	padding-top: 2.5rem;
	padding-bottom: 12.5rem;
}

#footer .footer-content .footer-consultation-content .title-data .sub-title .jp {
	width: 85%;
	max-width: none;
	font-size: -webkit-calc(20px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(20px + 10 * (100vw - 601px) / 679);
	font-size: calc(20px + 10 * (100vw - 601px) / 679);
	line-height: 5;
}

#footer .footer-content .footer-consultation-content .title-data .sub-title .en {
	font-size: -webkit-calc(100px + 15 * (100vw - 601px) / 679);
	font-size: -moz-calc(100px + 15 * (100vw - 601px) / 679);
	font-size: calc(100px + 15 * (100vw - 601px) / 679);
}

#footer .footer-content .footer-consultation-content .title-data .title {
	max-width: none;
	font-size: -webkit-calc(40px + 25 * (100vw - 601px) / 679);
	font-size: -moz-calc(40px + 25 * (100vw - 601px) / 679);
	font-size: calc(40px + 25 * (100vw - 601px) / 679);
}

#footer .footer-content .footer-consultation-content .title-data .title br {
	display: none;
}

#footer .footer-content .footer-consultation-content .title-data .text {
	max-width: none;
	font-size: -webkit-calc(14px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 7 * (100vw - 601px) / 679);
	font-size: calc(14px + 7 * (100vw - 601px) / 679);
}

#footer .footer-content .footer-consultation-content .title-data .text p {
	width: 100%;
	max-width: none;
}

#footer .footer-content .footer-consultation-content .console-link-data {
	width: 85%;
	max-width: none;
	margin: 3.5rem auto 0;
}

#footer .footer-content .footer-consultation-content .console-link-data .flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	gap: 7rem;
}

#footer .footer-content .footer-consultation-content .console-link-data .console-item {
	max-width: none;
	margin: 15px;
	padding: 3.5rem 3.25rem;
	border-radius: 1.25rem;
}

#footer .footer-content .footer-consultation-content .console-link-data .console-item::before {
	border-radius: -webkit-calc(3.5rem - 8px);
	border-radius: -moz-calc(3.5rem - 8px);
	border-radius: calc(3.5rem - 8px);
	inset: -8px;
}

#footer .footer-content .footer-consultation-content .console-link-data .console-item h3 {
	display: block;
	width: 45rem;
	margin-bottom: 1rem;
}

#footer .footer-content .footer-consultation-content .console-link-data .console-item p {
	font-size: -webkit-calc(14px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 7 * (100vw - 601px) / 679);
	font-size: calc(14px + 7 * (100vw - 601px) / 679);
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	text-decoration: none;
	gap: 3.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a span {
	font-size: -webkit-calc(25px + 20 * (100vw - 601px) / 679);
	font-size: -moz-calc(25px + 20 * (100vw - 601px) / 679);
	font-size: calc(25px + 20 * (100vw - 601px) / 679);
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a .ya {
	width: 12.5rem;
	height: 12.5rem;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a .ya img {
	width: 2rem;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a:hover span {
	opacity: 1;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a:hover .ya {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

#footer .footer-content .footer-consultation-content::before {
	width: 85%;
	max-width: none;
}

#footer .footer-content .footer-navigation-content {
	padding-top: 8.5rem;
	padding-bottom: 5rem;
}

#footer .footer-content .footer-navigation-content .content {
	max-width: none;
	padding-bottom: 0;
}

#footer .footer-content .footer-navigation-content .content .flex {
	display: block;
	gap: 3rem;
}

#footer .footer-content .footer-navigation-content .content .about-data {
	display: block;
	width: 50%;
	max-width: none;
	margin: 0 auto;
	color: var(--c-white);
	text-align: left;
}

#footer .footer-content .footer-navigation-content .content .about-data .logo {
	width: 100%;
	max-width: none;
	margin-bottom: 2.5rem;
}

#footer .footer-content .footer-navigation-content .content .about-data .logo a:hover {
	opacity: 1;
}

#footer .footer-content .footer-navigation-content .content .about-data .name {
	font-size: -webkit-calc(18px + 12 * (100vw - 601px) / 679);
	font-size: -moz-calc(18px + 12 * (100vw - 601px) / 679);
	font-size: calc(18px + 12 * (100vw - 601px) / 679);
}

#footer .footer-content .footer-navigation-content .content .nav-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding-top: 8.5rem;
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	width: 33%;
	gap: 2rem;
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.main a,
#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.main .menu {
	font-size: -webkit-calc(20px + 15 * (100vw - 601px) / 679);
	font-size: -moz-calc(20px + 15 * (100vw - 601px) / 679);
	font-size: calc(20px + 15 * (100vw - 601px) / 679);
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.main a:hover {
	opacity: 1;
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.sub {
	font-size: -webkit-calc(13px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(13px + 7 * (100vw - 601px) / 679);
	font-size: calc(13px + 7 * (100vw - 601px) / 679);
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.sub a br {
	display: none;
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.sub a:hover {
	opacity: 1;
}

#footer .footer-content .footer-navigation-content .content .button-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	width: 50%;
	min-width: 300px;
	margin: 0 auto;
	padding-top: 10rem;
	gap: 5rem;
}

#footer .footer-content .footer-navigation-content .content .button-list li {
	width: 100%;
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation {
	padding: 3rem 5rem;
	gap: 2rem;
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation span {
	font-size: -webkit-calc(15px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 10 * (100vw - 601px) / 679);
	font-size: calc(15px + 10 * (100vw - 601px) / 679);
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation img {
	width: 1rem;
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation .ya {
	width: 5rem;
	height: 5rem;
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation:hover {
	opacity: 1;
}

#footer .footer-content .footer-navigation-content .content .button-list .wreath {
	min-height: 6rem;
	padding: 2rem 3rem;
}

#footer .footer-content .footer-navigation-content .content .button-list .wreath img {
	width: 55%;
}

#footer .footer-content .footer-navigation-content .content .button-list .wreath:hover {
	opacity: 1;
}

#footer .footer-content .copy {
	margin-top: 7.5rem;
}

#footer .footer-content .copy small {
	font-size: -webkit-calc(12px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 7 * (100vw - 601px) / 679);
	font-size: calc(12px + 7 * (100vw - 601px) / 679);
	line-height: -webkit-calc(75px + 100 * (100vw - 601px) / 679);
	line-height: -moz-calc(75px + 100 * (100vw - 601px) / 679);
	line-height: calc(75px + 100 * (100vw - 601px) / 679);
}

#footer .footer-content .copy .scroll-item {
	font-size: -webkit-calc(75px + 100 * (100vw - 601px) / 679);
	font-size: -moz-calc(75px + 100 * (100vw - 601px) / 679);
	font-size: calc(75px + 100 * (100vw - 601px) / 679);
}

.page-title {
	padding-top: 5rem;
}

.page-title .content {
	padding-bottom: 3.5rem;
}

.page-title .content .title .en {
	font-size: -webkit-calc(50px + 50 * (100vw - 601px) / 679);
	font-size: -moz-calc(50px + 50 * (100vw - 601px) / 679);
	font-size: calc(50px + 50 * (100vw - 601px) / 679);
}

.page-title .content .title .en span {
	font-size: -webkit-calc(25px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(25px + 10 * (100vw - 601px) / 679);
	font-size: calc(25px + 10 * (100vw - 601px) / 679);
}

.page-title .content .title .jp {
	font-size: -webkit-calc(17px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(17px + 7 * (100vw - 601px) / 679);
	font-size: calc(17px + 7 * (100vw - 601px) / 679);
}

.page-title .content::after {
	height: 3px;
}

body#top .fixed-bg img,
body#top .fixed-bg video {
	-o-object-position: 100% 0;
	   object-position: 100% 0;
}

body#top .fixed-bg img,
body#top .fixed-bg video {
	-o-object-position: 50% 0;
	   object-position: 50% 0;
}

body#top #mv .content .text-data h2 {
	font-size: -webkit-calc(60px + 60 * (100vw - 601px) / 679);
	font-size: -moz-calc(60px + 60 * (100vw - 601px) / 679);
	font-size: calc(60px + 60 * (100vw - 601px) / 679);
}

body#top #mv .content .text-data .main-text {
	width: 90%;
	font-size: -webkit-calc(16px + 14 * (100vw - 601px) / 679);
	font-size: -moz-calc(16px + 14 * (100vw - 601px) / 679);
	font-size: calc(16px + 14 * (100vw - 601px) / 679);
}

body#top #solution .content {
	width: 100%;
	max-width: none;
	border-radius: 7.5rem;
}

body#top #solution .content .solution-content {
	width: 80%;
}

body#top #solution .content .solution-content .sec-title {
	margin-bottom: 5rem;
}

body#top #solution .content .solution-content .sec-title .en {
	padding-bottom: 2rem;
	font-size: -webkit-calc(30px + 20 * (100vw - 601px) / 679);
	font-size: -moz-calc(30px + 20 * (100vw - 601px) / 679);
	font-size: calc(30px + 20 * (100vw - 601px) / 679);
}

body#top #solution .content .solution-content .sec-title .jp {
	font-size: -webkit-calc(43px + 37 * (100vw - 601px) / 679);
	font-size: -moz-calc(43px + 37 * (100vw - 601px) / 679);
	font-size: calc(43px + 37 * (100vw - 601px) / 679);
}

body#top #solution .content .solution-content .main-text {
	margin-bottom: 5rem;
	font-size: -webkit-calc(15px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 10 * (100vw - 601px) / 679);
	font-size: calc(15px + 10 * (100vw - 601px) / 679);
}

body#top #solution .content .solution-content .solution-list ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

body#top #solution .content .solution-content .solution-list ul li {
	padding: 5px;
	border-radius: 1.75rem;
}

body#top #solution .content .solution-content .solution-list ul li .item {
	display: block;
	padding: 0.5rem 3rem 2.5rem;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	        align-items: baseline;
	gap: 0.5rem;
}

body#top #solution .content .solution-content .solution-list ul li .item .case {
	font-size: -webkit-calc(15px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 7 * (100vw - 601px) / 679);
	font-size: calc(15px + 7 * (100vw - 601px) / 679);
}

body#top #solution .content .solution-content .solution-list ul li .item .case span {
	font-size: -webkit-calc(25px + 15 * (100vw - 601px) / 679);
	font-size: -moz-calc(25px + 15 * (100vw - 601px) / 679);
	font-size: calc(25px + 15 * (100vw - 601px) / 679);
}

body#top #solution .content .solution-content .solution-list ul li .item .text p {
	font-size: -webkit-calc(16px + 9 * (100vw - 601px) / 679);
	font-size: -moz-calc(16px + 9 * (100vw - 601px) / 679);
	font-size: calc(16px + 9 * (100vw - 601px) / 679);
	line-height: 1.5;
}

body#top #solution .content .solution-content .solution-list ul li::before {
	border-radius: 1.25rem;
	inset: 5px;
}

body#top #service .sec-title {
	width: 90%;
	max-width: none;
	margin: 0 0 5rem auto;
}

body#top #service .sec-title .jp {
	padding-left: 3.5rem;
}

body#top #service .content {
	width: 95%;
	max-width: none;
}

body#top #service .content .service-content {
	width: 80%;
	padding: 10rem 0;
}

body#top #service .content .service-content .service-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	padding: 8.5rem 0;
	gap: 5rem;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	   -moz-box-align: end;
	        align-items: flex-end;
}

body#top #service .content .service-content .service-data .text-data {
	width: auto;
}

body#top #service .content .service-content .service-data .text-data .title .en {
	font-size: -webkit-calc(20px + 20 * (100vw - 601px) / 679);
	font-size: -moz-calc(20px + 20 * (100vw - 601px) / 679);
	font-size: calc(20px + 20 * (100vw - 601px) / 679);
}

body#top #service .content .service-content .service-data .text-data .title .en span {
	font-size: -webkit-calc(35px + 20 * (100vw - 601px) / 679);
	font-size: -moz-calc(35px + 20 * (100vw - 601px) / 679);
	font-size: calc(35px + 20 * (100vw - 601px) / 679);
}

body#top #service .content .service-content .service-data .text-data .title .cat {
	font-size: -webkit-calc(13px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(13px + 7 * (100vw - 601px) / 679);
	font-size: calc(13px + 7 * (100vw - 601px) / 679);
}

body#top #service .content .service-content .service-data .text-data .title .jp {
	padding-top: 3rem;
	font-size: -webkit-calc(32px + 28 * (100vw - 601px) / 679);
	font-size: -moz-calc(32px + 28 * (100vw - 601px) / 679);
	font-size: calc(32px + 28 * (100vw - 601px) / 679);
}

body#top #service .content .service-content .service-data .text-data h3 {
	padding-top: 3rem;
	font-size: -webkit-calc(23px + 17 * (100vw - 601px) / 679);
	font-size: -moz-calc(23px + 17 * (100vw - 601px) / 679);
	font-size: calc(23px + 17 * (100vw - 601px) / 679);
	line-height: 1.5;
}

body#top #service .content .service-content .service-data .text-data .text {
	width: 100%;
	padding-top: 2rem;
	font-size: -webkit-calc(14px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 7 * (100vw - 601px) / 679);
	font-size: calc(14px + 7 * (100vw - 601px) / 679);
}

body#top #service .content .service-content .service-data .text-data .text p:not(:first-child) {
	padding-top: 1.5rem;
}

body#top #service .content .service-content .service-data .text-data .more {
	text-align: right;
}

body#top #service .content .service-content .service-data .img-data {
	width: 85%;
}

body#top #service .content .service-content .service-data .img-data img {
	border-radius: 1rem;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

body#top #service .content .service-content .service-data#service-01 {
	padding-top: 0;
}

body#top #service .content .service-content .service-data#service-02 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

body#top #service .content .service-content .service-data#service-03 {
	padding-bottom: 0;
	border-bottom: none;
}

body#top .scroll-text .scroll-item {
	font-size: -webkit-calc(70px + 100 * (100vw - 601px) / 679);
	font-size: -moz-calc(70px + 100 * (100vw - 601px) / 679);
	font-size: calc(70px + 100 * (100vw - 601px) / 679);
}

body#top #reason {
	margin: 5rem 0 0;
	padding: 12.5rem 0 15rem;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

body#top #reason .content {
	width: 80%;
	max-width: none;
}

body#top #reason .content .reason-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	gap: 5rem;
}

body#top #reason .content .reason-data .text-data {
	width: 100%;
}

body#top #reason .content .reason-data .text-data .sec-title {
	margin-bottom: 5rem;
}

body#top #reason .content .reason-data .text-data .sec-title .en {
	font-size: -webkit-calc(30px + 20 * (100vw - 601px) / 679);
	font-size: -moz-calc(30px + 20 * (100vw - 601px) / 679);
	font-size: calc(30px + 20 * (100vw - 601px) / 679);
}

body#top #reason .content .reason-data .text-data .sec-title .jp {
	font-size: -webkit-calc(43px + 37 * (100vw - 601px) / 679);
	font-size: -moz-calc(43px + 37 * (100vw - 601px) / 679);
	font-size: calc(43px + 37 * (100vw - 601px) / 679);
}

body#top #reason .content .reason-data .text-data h3 {
	padding-top: 0;
	font-size: -webkit-calc(23px + 17 * (100vw - 601px) / 679);
	font-size: -moz-calc(23px + 17 * (100vw - 601px) / 679);
	font-size: calc(23px + 17 * (100vw - 601px) / 679);
	line-height: 1.5;
}

body#top #reason .content .reason-data .text-data .text {
	width: 100%;
}

body#top #reason .content .reason-data .img-data {
	width: 100%;
	max-width: none;
}

body#top #reason .content .reason-data .img-data .flow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	gap: 3rem;
}

body#top #reason .content .reason-data .img-data .flow .step {
	padding: 3.5rem 4rem 3.5rem 2rem;
}

body#top #reason .content .reason-data .img-data .flow .step .num {
	width: 3.5em;
	font-size: -webkit-calc(15px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 7 * (100vw - 601px) / 679);
	font-size: calc(15px + 7 * (100vw - 601px) / 679);
}

body#top #reason .content .reason-data .img-data .flow .step .num strong {
	font-size: -webkit-calc(30px + 15 * (100vw - 601px) / 679);
	font-size: -moz-calc(30px + 15 * (100vw - 601px) / 679);
	font-size: calc(30px + 15 * (100vw - 601px) / 679);
}

body#top #reason .content .reason-data .img-data .flow .step .data {
	padding-left: 2rem;
}

body#top #reason .content .reason-data .img-data .flow .step .data h4 {
	font-size: -webkit-calc(18px + 12 * (100vw - 601px) / 679);
	font-size: -moz-calc(18px + 12 * (100vw - 601px) / 679);
	font-size: calc(18px + 12 * (100vw - 601px) / 679);
}

body#top #reason .content .reason-data .img-data .flow .step .img {
	width: 10rem;
}

body#top #reason .content .reason-data .img-data .flow .step .img a:hover {
	opacity: 1;
}

body#top #blog .content {
	width: 80%;
	max-width: none;
}

body#top #blog .content .blog-top-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	gap: 7.5rem;
}

body#top #blog .content .blog-top-content .text-data {
	width: auto;
	max-width: none;
}

body#top #blog .content .blog-top-content .text-data .sec-title {
	margin-bottom: 5rem;
}

body#top #blog .content .blog-top-content .blog-list-data {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	   -moz-box-flex: 1;
	        flex: 1 1;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 3.25rem;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .data {
	padding: 2.25rem 2.75rem;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .data .cat {
	font-size: -webkit-calc(12px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 7 * (100vw - 601px) / 679);
	font-size: calc(12px + 7 * (100vw - 601px) / 679);
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .data .title {
	font-size: -webkit-calc(17px + 13 * (100vw - 601px) / 679);
	font-size: -moz-calc(17px + 13 * (100vw - 601px) / 679);
	font-size: calc(17px + 13 * (100vw - 601px) / 679);
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .data time {
	font-size: -webkit-calc(13px + 8 * (100vw - 601px) / 679);
	font-size: -moz-calc(13px + 8 * (100vw - 601px) / 679);
	font-size: calc(13px + 8 * (100vw - 601px) / 679);
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item:hover a .img img {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

body.single-post .article-content {
	font-size: -webkit-calc(15px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 7 * (100vw - 601px) / 679);
	font-size: calc(15px + 7 * (100vw - 601px) / 679);
}

body.single-post .article-content blockquote {
	font-size: -webkit-calc(14px + 5 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 5 * (100vw - 601px) / 679);
	font-size: calc(14px + 5 * (100vw - 601px) / 679);
}

body.single-post .article-content h2 {
	font-size: -webkit-calc(32px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(32px + 7 * (100vw - 601px) / 679);
	font-size: calc(32px + 7 * (100vw - 601px) / 679);
}

body.single-post .article-content h3 {
	font-size: -webkit-calc(25px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(25px + 7 * (100vw - 601px) / 679);
	font-size: calc(25px + 7 * (100vw - 601px) / 679);
}

body.single-post .article-content h3::after {
	width: 7.5px;
	font-size: -webkit-calc(25px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(25px + 7 * (100vw - 601px) / 679);
	font-size: calc(25px + 7 * (100vw - 601px) / 679);
}

body.single-post .article-content h4 {
	font-size: -webkit-calc(18px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(18px + 7 * (100vw - 601px) / 679);
	font-size: calc(18px + 7 * (100vw - 601px) / 679);
}

body.single-post #blog-article {
	padding-top: 25vw;
}

body.single-post #blog-article .content {
	width: 80%;
	max-width: 800px;
}

body.single-post #blog-article .content .blog-article-content article .article-header .article-title .en {
	font-size: -webkit-calc(20px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(20px + 10 * (100vw - 601px) / 679);
	font-size: calc(20px + 10 * (100vw - 601px) / 679);
}

body.single-post #blog-article .content .blog-article-content article .article-header .article-title .title {
	font-size: -webkit-calc(30px + 20 * (100vw - 601px) / 679);
	font-size: -moz-calc(30px + 20 * (100vw - 601px) / 679);
	font-size: calc(30px + 20 * (100vw - 601px) / 679);
}

body.single-post #blog-article .content .blog-article-content article .article-header .about-data .day {
	font-size: -webkit-calc(15px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 7 * (100vw - 601px) / 679);
	font-size: calc(15px + 7 * (100vw - 601px) / 679);
}

body.single-post #blog-article .content .blog-article-content article .article-header .about-data .cat-tag-list .list li {
	font-size: -webkit-calc(13px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(13px + 7 * (100vw - 601px) / 679);
	font-size: calc(13px + 7 * (100vw - 601px) / 679);
}

body.single-post #blog-article .content .blog-article-content article .article-header .about-data .cat-tag-list .list li a:hover {
	opacity: 1;
}

body.single-post #blog-article .content .blog-article-content article .article-lead {
	font-size: -webkit-calc(15px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 7 * (100vw - 601px) / 679);
	font-size: calc(15px + 7 * (100vw - 601px) / 679);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc .toc-title {
	font-size: -webkit-calc(15px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 10 * (100vw - 601px) / 679);
	font-size: calc(15px + 10 * (100vw - 601px) / 679);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li {
	padding: 1.25rem;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li a {
	font-size: -webkit-calc(18px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(18px + 10 * (100vw - 601px) / 679);
	font-size: calc(18px + 10 * (100vw - 601px) / 679);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li a:hover {
	padding-left: 0;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h3 a {
	font-size: -webkit-calc(16px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(16px + 7 * (100vw - 601px) / 679);
	font-size: calc(16px + 7 * (100vw - 601px) / 679);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h3 a .text::after {
	width: 4px;
	height: 4px;
	background-color: var(--c-white);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h4 a {
	font-size: -webkit-calc(14px + 6 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 6 * (100vw - 601px) / 679);
	font-size: calc(14px + 6 * (100vw - 601px) / 679);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h4 a .text::after {
	width: 3px;
	height: 3px;
	background-color: var(--c-gray);
}

body.single-post #blog-article .content .blog-article-content article .article-writer {
	width: -webkit-calc(90% - 10rem);
	width: -moz-calc(90% - 10rem);
	width: calc(90% - 10rem);
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer-name {
	font-size: -webkit-calc(16px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(16px + 7 * (100vw - 601px) / 679);
	font-size: calc(16px + 7 * (100vw - 601px) / 679);
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer-title {
	font-size: -webkit-calc(13px + 5 * (100vw - 601px) / 679);
	font-size: -moz-calc(13px + 5 * (100vw - 601px) / 679);
	font-size: calc(13px + 5 * (100vw - 601px) / 679);
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer-profile {
	font-size: -webkit-calc(13px + 5 * (100vw - 601px) / 679);
	font-size: -moz-calc(13px + 5 * (100vw - 601px) / 679);
	font-size: calc(13px + 5 * (100vw - 601px) / 679);
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer_career {
	font-size: -webkit-calc(13px + 5 * (100vw - 601px) / 679);
	font-size: -moz-calc(13px + 5 * (100vw - 601px) / 679);
	font-size: calc(13px + 5 * (100vw - 601px) / 679);
}

body#privacypolicy #privacy-content {
	padding-top: 10rem;
}

body#privacypolicy #privacy-content .content {
	max-width: 800px;
	padding: 0;
	border: none;
	border-radius: 0;
}

body#privacypolicy #privacy-content .content .privacy-data {
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

body#privacypolicy #privacy-content .content .privacy-data h2 {
	padding: 2rem;
	border-bottom: 1px solid var(--c-black);
	font-size: -webkit-calc(18px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(18px + 10 * (100vw - 601px) / 679);
	font-size: calc(18px + 10 * (100vw - 601px) / 679);
}

body#privacypolicy #privacy-content .content .privacy-data .item {
	padding: 4rem 2rem;
}

body#privacypolicy #privacy-content .content .privacy-data .item h3 {
	font-size: -webkit-calc(17px + 6 * (100vw - 601px) / 679);
	font-size: -moz-calc(17px + 6 * (100vw - 601px) / 679);
	font-size: calc(17px + 6 * (100vw - 601px) / 679);
}

body#privacypolicy #privacy-content {
	padding-top: 10rem;
}

body#privacypolicy #privacy-content .content {
	max-width: 800px;
	padding: 0;
	border: none;
	border-radius: 0;
}

body#privacypolicy #privacy-content .content .privacy-data {
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

body#privacypolicy #privacy-content .content .privacy-data h2 {
	padding: 2rem;
	border-bottom: 1px solid var(--c-black);
	font-size: -webkit-calc(18px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(18px + 10 * (100vw - 601px) / 679);
	font-size: calc(18px + 10 * (100vw - 601px) / 679);
}

body#privacypolicy #privacy-content .content .privacy-data .item {
	padding: 4rem 2rem;
}

body#privacypolicy #privacy-content .content .privacy-data .item h3 {
	font-size: -webkit-calc(17px + 6 * (100vw - 601px) / 679);
	font-size: -moz-calc(17px + 6 * (100vw - 601px) / 679);
	font-size: calc(17px + 6 * (100vw - 601px) / 679);
}

body.error404 #error-content .content {
	width: 70%;
}

body.error404 #error-content .content .en {
	padding-bottom: 4.5rem;
	font-size: -webkit-calc(200px + 150 * (100vw - 601px) / 679);
	font-size: -moz-calc(200px + 150 * (100vw - 601px) / 679);
	font-size: calc(200px + 150 * (100vw - 601px) / 679);
}

body.error404 #error-content .content h1 {
	padding-bottom: 5rem;
	font-size: -webkit-calc(30px + 15 * (100vw - 601px) / 679);
	font-size: -moz-calc(30px + 15 * (100vw - 601px) / 679);
	font-size: calc(30px + 15 * (100vw - 601px) / 679);
}

}

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

html {
	font-size: 1.3333333333vw;
}

html br.pc {
	display: none;
}

html br.tb {
	display: none;
}

html br.sp {
	display: inline;
}

body {
	width: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}

}

@media (max-width: 600px) {

body {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
	line-height: 1.5;
}

.mw_wp_form .error {
	font-size: -webkit-calc(11px + 3 * (100vw - 320px) / 280) !important;
	font-size: -moz-calc(11px + 3 * (100vw - 320px) / 280) !important;
	font-size: calc(11px + 3 * (100vw - 320px) / 280) !important;
}

.sec-title {
	margin-bottom: 7.5rem;
}

.sec-title .en {
	font-size: -webkit-calc(40px + 40 * (100vw - 320px) / 280);
	font-size: -moz-calc(40px + 40 * (100vw - 320px) / 280);
	font-size: calc(40px + 40 * (100vw - 320px) / 280);
}

.sec-title .jp {
	font-size: -webkit-calc(12px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 5 * (100vw - 320px) / 280);
	font-size: calc(12px + 5 * (100vw - 320px) / 280);
}

.page-navigation {
	margin-top: 10rem;
	padding: 1.5rem 3rem;
}

.page-navigation .wp-pagenavi .page,
.page-navigation .wp-pagenavi .current,
.page-navigation .wp-pagenavi .last,
.page-navigation .wp-pagenavi .first,
.page-navigation .wp-pagenavi a,
.page-navigation .wp-pagenavi a.nextpostslink,
.page-navigation .wp-pagenavi a.previouspostslink {
	padding: 1rem 1rem;
	font-size: -webkit-calc(13px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 6 * (100vw - 320px) / 280);
	font-size: calc(13px + 6 * (100vw - 320px) / 280);
}

section .content,
.section .content {
	width: 85%;
}

#header .logo {
	width: 34rem;
	max-width: 340px;
}

#header .navigation .pc-nav .main-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 4.5rem;
}

#header .navigation .pc-nav .main-list .item a .en,
#header .navigation .pc-nav .main-list .item .item-title .en {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

#footer {
	border: 7px solid #777;
	border-bottom: none;
	border-radius: 7.5rem 7.5rem 0 0;
}

#footer .footer-content .footer-consultation-content {
	padding-top: 2.5rem;
	padding-bottom: 7.5rem;
}

#footer .footer-content .footer-consultation-content .title-data .sub-title .jp {
	width: 80%;
	font-size: -webkit-calc(15px + 7 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 7 * (100vw - 320px) / 280);
	font-size: calc(15px + 7 * (100vw - 320px) / 280);
	line-height: 5;
}

#footer .footer-content .footer-consultation-content .title-data .sub-title .en {
	font-size: -webkit-calc(52px + 30 * (100vw - 320px) / 280);
	font-size: -moz-calc(52px + 30 * (100vw - 320px) / 280);
	font-size: calc(52px + 30 * (100vw - 320px) / 280);
}

#footer .footer-content .footer-consultation-content .title-data .title {
	width: 80%;
	font-size: -webkit-calc(25px + 17 * (100vw - 320px) / 280);
	font-size: -moz-calc(25px + 17 * (100vw - 320px) / 280);
	font-size: calc(25px + 17 * (100vw - 320px) / 280);
}

#footer .footer-content .footer-consultation-content .title-data .text {
	width: 80%;
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

#footer .footer-content .footer-consultation-content .console-link-data {
	width: 80%;
	margin: 3.5rem auto 0;
}

#footer .footer-content .footer-consultation-content .console-link-data .flex {
	gap: 5rem;
}

#footer .footer-content .footer-consultation-content .console-link-data .console-item {
	margin: 7px;
	border-radius: 1rem;
}

#footer .footer-content .footer-consultation-content .console-link-data .console-item::before {
	border-radius: -webkit-calc(3.5rem - 4.5px);
	border-radius: -moz-calc(3.5rem - 4.5px);
	border-radius: calc(3.5rem - 4.5px);
	border-radius: 1.25rem;
	inset: -4.5px;
}

#footer .footer-content .footer-consultation-content .console-link-data .console-item h3 {
	width: 100%;
	max-width: 300px;
}

#footer .footer-content .footer-consultation-content .console-link-data .console-item p {
	font-size: -webkit-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: calc(12px + 4 * (100vw - 320px) / 280);
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a span {
	font-size: -webkit-calc(15px + 10 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 10 * (100vw - 320px) / 280);
	font-size: calc(15px + 10 * (100vw - 320px) / 280);
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a .ya {
	width: 10rem;
	height: 10rem;
}

#footer .footer-content .footer-consultation-content .console-link-data .consultation-link a .ya img {
	width: 1.5rem;
}

#footer .footer-content .footer-consultation-content::before {
	width: 80%;
}

#footer .footer-content .footer-navigation-content {
	padding-top: 7.5rem;
	padding-bottom: 5rem;
}

#footer .footer-content .footer-navigation-content .content {
	max-width: none;
	padding-bottom: 0;
}

#footer .footer-content .footer-navigation-content .content .flex {
	display: block;
	gap: 3rem;
}

#footer .footer-content .footer-navigation-content .content .about-data {
	width: 80%;
	max-width: none;
}

#footer .footer-content .footer-navigation-content .content .about-data .name {
	font-size: -webkit-calc(16px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(16px + 5 * (100vw - 320px) / 280);
	font-size: calc(16px + 5 * (100vw - 320px) / 280);
}

#footer .footer-content .footer-navigation-content .content .nav-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	padding-top: 7.5rem;
	gap: 3rem;
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	width: 100%;
	gap: 2rem;
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.main a,
#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.main .menu {
	font-size: -webkit-calc(16px + 8 * (100vw - 320px) / 280);
	font-size: -moz-calc(16px + 8 * (100vw - 320px) / 280);
	font-size: calc(16px + 8 * (100vw - 320px) / 280);
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.sub {
	padding-left: 5rem;
	font-size: -webkit-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: calc(12px + 4 * (100vw - 320px) / 280);
}

#footer .footer-content .footer-navigation-content .content .nav-data .main-list li.sub::before {
	left: -webkit-calc(1.75rem - 1px);
	left: -moz-calc(1.75rem - 1px);
	left: calc(1.75rem - 1px);
}

#footer .footer-content .footer-navigation-content .content .button-list {
	width: 80%;
	min-width: auto;
	padding-top: 7.5rem;
	gap: 3.5rem;
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation {
	padding: 3rem 5rem;
	gap: 2rem;
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation span {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation img {
	width: 1rem;
}

#footer .footer-content .footer-navigation-content .content .button-list .consultation .ya {
	width: 5rem;
	height: 5rem;
}

#footer .footer-content .copy {
	margin-top: 4.5rem;
}

#footer .footer-content .copy small {
	font-size: -webkit-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: calc(12px + 4 * (100vw - 320px) / 280);
	line-height: -webkit-calc(50px + 50 * (100vw - 320px) / 280);
	line-height: -moz-calc(50px + 50 * (100vw - 320px) / 280);
	line-height: calc(50px + 50 * (100vw - 320px) / 280);
}

#footer .footer-content .copy .scroll-item {
	font-size: -webkit-calc(50px + 50 * (100vw - 320px) / 280);
	font-size: -moz-calc(50px + 50 * (100vw - 320px) / 280);
	font-size: calc(50px + 50 * (100vw - 320px) / 280);
}

.page-title {
	padding-top: 7.5rem;
}

.page-title .content {
	padding-bottom: 3.5rem;
}

.page-title .content .title .en {
	font-size: -webkit-calc(33px + 22 * (100vw - 320px) / 280);
	font-size: -moz-calc(33px + 22 * (100vw - 320px) / 280);
	font-size: calc(33px + 22 * (100vw - 320px) / 280);
}

.page-title .content .title .en span {
	font-size: -webkit-calc(25px + 10 * (100vw - 320px) / 280);
	font-size: -moz-calc(25px + 10 * (100vw - 320px) / 280);
	font-size: calc(25px + 10 * (100vw - 320px) / 280);
}

.page-title .content .title .jp {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

.page-title .content::after {
	height: 2px;
}

body#top #mv .content .text-data h2 {
	font-size: -webkit-calc(35px + 30 * (100vw - 320px) / 280);
	font-size: -moz-calc(35px + 30 * (100vw - 320px) / 280);
	font-size: calc(35px + 30 * (100vw - 320px) / 280);
	font-weight: 700;
	line-height: 1.5;
}

body#top #mv .content .text-data .main-text {
	width: 95%;
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
	font-weight: 500;
	line-height: 1.7;
}

body#top #solution .content {
	width: 95%;
	border-radius: 3.5rem;
}

body#top #solution .content .solution-content {
	width: 82.5%;
}

body#top #solution .content .solution-content .sec-title {
	margin-bottom: 5rem;
}

body#top #solution .content .solution-content .sec-title .en {
	display: block;
	padding-bottom: 1rem;
	font-size: -webkit-calc(20px + 15 * (100vw - 320px) / 280);
	font-size: -moz-calc(20px + 15 * (100vw - 320px) / 280);
	font-size: calc(20px + 15 * (100vw - 320px) / 280);
}

body#top #solution .content .solution-content .sec-title .jp {
	font-size: -webkit-calc(25px + 17 * (100vw - 320px) / 280);
	font-size: -moz-calc(25px + 17 * (100vw - 320px) / 280);
	font-size: calc(25px + 17 * (100vw - 320px) / 280);
}

body#top #solution .content .solution-content .main-text {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

body#top #solution .content .solution-content .solution-list ul {
	display: -ms-grid;
	display: grid;
	width: 85%;
	margin: 0 auto;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	gap: 2rem;
}

body#top #solution .content .solution-content .solution-list ul li {
	padding: 3px;
	border-radius: 1rem;
}

body#top #solution .content .solution-content .solution-list ul li .item {
	display: block;
	padding: 2.5rem 3rem 2.5rem;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	        align-items: baseline;
	gap: 0.5rem;
}

body#top #solution .content .solution-content .solution-list ul li .item .case {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

body#top #solution .content .solution-content .solution-list ul li .item .case span {
	font-size: -webkit-calc(20px + 10 * (100vw - 320px) / 280);
	font-size: -moz-calc(20px + 10 * (100vw - 320px) / 280);
	font-size: calc(20px + 10 * (100vw - 320px) / 280);
}

body#top #solution .content .solution-content .solution-list ul li .item .text p {
	font-size: -webkit-calc(14px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(14px + 5 * (100vw - 320px) / 280);
	font-size: calc(14px + 5 * (100vw - 320px) / 280);
	line-height: 1.5;
}

body#top #solution .content .solution-content .solution-list ul li::before {
	border-radius: 0.75rem;
	inset: 3px;
}

body#top #service .sec-title .jp {
	padding-left: 1.5rem;
}

body#top #service .content {
	width: 100%;
	max-width: none;
	border-radius: 9rem 0 0 9rem;
}

body#top #service .content .service-content {
	width: 80%;
}

body#top #service .content .service-content .service-data .text-data .title .en {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

body#top #service .content .service-content .service-data .text-data .title .en span {
	font-size: -webkit-calc(20px + 15 * (100vw - 320px) / 280);
	font-size: -moz-calc(20px + 15 * (100vw - 320px) / 280);
	font-size: calc(20px + 15 * (100vw - 320px) / 280);
}

body#top #service .content .service-content .service-data .text-data .title .cat {
	font-size: -webkit-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: calc(12px + 4 * (100vw - 320px) / 280);
}

body#top #service .content .service-content .service-data .text-data .title .jp {
	font-size: -webkit-calc(25px + 15 * (100vw - 320px) / 280);
	font-size: -moz-calc(25px + 15 * (100vw - 320px) / 280);
	font-size: calc(25px + 15 * (100vw - 320px) / 280);
	line-height: 1.4;
}

body#top #service .content .service-content .service-data .text-data h3 {
	padding-top: 3rem;
	font-size: -webkit-calc(16px + 10 * (100vw - 320px) / 280);
	font-size: -moz-calc(16px + 10 * (100vw - 320px) / 280);
	font-size: calc(16px + 10 * (100vw - 320px) / 280);
	line-height: 1.5;
}

body#top #service .content .service-content .service-data .text-data .text {
	padding-top: 2.5rem;
	font-size: -webkit-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: calc(12px + 4 * (100vw - 320px) / 280);
	line-height: 1.6;
}

body#top #service .content .service-content .service-data .img-data {
	width: 100%;
}

body#top .scroll-text .scroll-item {
	font-size: -webkit-calc(50px + 30 * (100vw - 320px) / 280);
	font-size: -moz-calc(50px + 30 * (100vw - 320px) / 280);
	font-size: calc(50px + 30 * (100vw - 320px) / 280);
}

body#top #reason {
	padding: 10rem 0 12.5rem;
}

body#top #reason .content {
	width: 80%;
	max-width: none;
}

body#top #reason .content .reason-data .text-data .sec-title .en {
	display: block;
	padding-bottom: 1rem;
	font-size: -webkit-calc(20px + 15 * (100vw - 320px) / 280);
	font-size: -moz-calc(20px + 15 * (100vw - 320px) / 280);
	font-size: calc(20px + 15 * (100vw - 320px) / 280);
}

body#top #reason .content .reason-data .text-data .sec-title .jp {
	font-size: -webkit-calc(25px + 17 * (100vw - 320px) / 280);
	font-size: -moz-calc(25px + 17 * (100vw - 320px) / 280);
	font-size: calc(25px + 17 * (100vw - 320px) / 280);
}

body#top #reason .content .reason-data .text-data h3 {
	padding-top: 0;
	font-size: -webkit-calc(16px + 10 * (100vw - 320px) / 280);
	font-size: -moz-calc(16px + 10 * (100vw - 320px) / 280);
	font-size: calc(16px + 10 * (100vw - 320px) / 280);
	line-height: 1.5;
}

body#top #reason .content .reason-data .text-data .text {
	font-size: -webkit-calc(12px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 5 * (100vw - 320px) / 280);
	font-size: calc(12px + 5 * (100vw - 320px) / 280);
}

body#top #reason .content .reason-data .img-data .flow .step {
	padding: 3.5rem 4rem 3.5rem 2rem;
}

body#top #reason .content .reason-data .img-data .flow .step .num {
	width: 3.5em;
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

body#top #reason .content .reason-data .img-data .flow .step .num strong {
	font-size: -webkit-calc(20px + 10 * (100vw - 320px) / 280);
	font-size: -moz-calc(20px + 10 * (100vw - 320px) / 280);
	font-size: calc(20px + 10 * (100vw - 320px) / 280);
}

body#top #reason .content .reason-data .img-data .flow .step .data h4 {
	font-size: -webkit-calc(15px + 7 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 7 * (100vw - 320px) / 280);
	font-size: calc(15px + 7 * (100vw - 320px) / 280);
}

body#top #reason .content .reason-data .img-data .flow .step .data .text {
	font-size: -webkit-calc(12px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 5 * (100vw - 320px) / 280);
	font-size: calc(12px + 5 * (100vw - 320px) / 280);
}

body#top #reason .content .reason-data .img-data .flow .step .img {
	width: 10rem;
}

body#top #blog .content .blog-top-content {
	gap: 5rem;
}

body#top #blog .content .blog-top-content .blog-list-data {
	width: 80%;
	margin: 0 auto;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	gap: 3.25rem;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .data {
	padding: 3rem 3rem;
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .data .cat {
	font-size: -webkit-calc(10px + 2 * (100vw - 320px) / 280);
	font-size: -moz-calc(10px + 2 * (100vw - 320px) / 280);
	font-size: calc(10px + 2 * (100vw - 320px) / 280);
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .data .title {
	font-size: -webkit-calc(16px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(16px + 5 * (100vw - 320px) / 280);
	font-size: calc(16px + 5 * (100vw - 320px) / 280);
}

body#top #blog .content .blog-top-content .blog-list-data .blog-list .blog-item a .data time {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

body.single-post .article-content {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

body.single-post .article-content blockquote {
	font-size: -webkit-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: calc(12px + 4 * (100vw - 320px) / 280);
}

body.single-post .article-content img.alignleft {
	margin: auto;
}

body.single-post .article-content img.alignright {
	margin: auto;
}

body.single-post .article-content .wp-block-columns {
	display: block;
}

body.single-post .article-content .alignright {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

body.single-post .article-content .alignleft {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

body.single-post .article-content h2 {
	font-size: -webkit-calc(21px + 12 * (100vw - 320px) / 280);
	font-size: -moz-calc(21px + 12 * (100vw - 320px) / 280);
	font-size: calc(21px + 12 * (100vw - 320px) / 280);
}

body.single-post .article-content h3 {
	font-size: -webkit-calc(18px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(18px + 6 * (100vw - 320px) / 280);
	font-size: calc(18px + 6 * (100vw - 320px) / 280);
}

body.single-post .article-content h3::after {
	width: 7.5px;
	font-size: -webkit-calc(18px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(18px + 6 * (100vw - 320px) / 280);
	font-size: calc(18px + 6 * (100vw - 320px) / 280);
}

body.single-post .article-content h4 {
	font-size: -webkit-calc(14px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(14px + 5 * (100vw - 320px) / 280);
	font-size: calc(14px + 5 * (100vw - 320px) / 280);
}

body.single-post #blog-article {
	padding-top: 25rem;
	padding-bottom: 10rem;
}

body.single-post #blog-article .content {
	width: 82.5%;
	max-width: none;
}

body.single-post #blog-article .content .blog-article-content article .article-header .article-title .en {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

body.single-post #blog-article .content .blog-article-content article .article-header .article-title .title {
	font-size: -webkit-calc(20px + 15 * (100vw - 320px) / 280);
	font-size: -moz-calc(20px + 15 * (100vw - 320px) / 280);
	font-size: calc(20px + 15 * (100vw - 320px) / 280);
}

body.single-post #blog-article .content .blog-article-content article .article-header .about-data .day {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

body.single-post #blog-article .content .blog-article-content article .article-header .about-data .cat-tag-list .list li {
	font-size: -webkit-calc(11px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(11px + 4 * (100vw - 320px) / 280);
	font-size: calc(11px + 4 * (100vw - 320px) / 280);
}

body.single-post #blog-article .content .blog-article-content article .article-lead {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc .toc-title {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li {
	padding: 1.5rem;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li a {
	font-size: -webkit-calc(14px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(14px + 5 * (100vw - 320px) / 280);
	font-size: calc(14px + 5 * (100vw - 320px) / 280);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li a:hover {
	padding-left: 0;
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h3 a {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h3 a .text::after {
	width: 4px;
	height: 4px;
	background-color: var(--c-white);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h4 a {
	font-size: -webkit-calc(12px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 5 * (100vw - 320px) / 280);
	font-size: calc(12px + 5 * (100vw - 320px) / 280);
}

body.single-post #blog-article .content .blog-article-content article .article-content .toc ul li.h4 a .text::after {
	width: 3px;
	height: 3px;
	background-color: var(--c-gray);
}

body.single-post #blog-article .content .blog-article-content article .article-writer {
	width: -webkit-calc(100% - 10rem);
	width: -moz-calc(100% - 10rem);
	width: calc(100% - 10rem);
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer-name {
	font-size: -webkit-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 5 * (100vw - 320px) / 280);
	font-size: calc(13px + 5 * (100vw - 320px) / 280);
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer-title {
	font-size: -webkit-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: calc(12px + 4 * (100vw - 320px) / 280);
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer-profile {
	font-size: -webkit-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: calc(12px + 4 * (100vw - 320px) / 280);
}

body.single-post #blog-article .content .blog-article-content article .article-writer .flex .writer-info .writer_career {
	font-size: -webkit-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: calc(12px + 4 * (100vw - 320px) / 280);
}

body#privacypolicy #privacy-content {
	padding-top: 7.5rem;
}

body#privacypolicy #privacy-content .content {
	max-width: none;
}

body#privacypolicy #privacy-content .content .privacy-data h2 {
	padding: 2rem 1.5rem;
	font-size: -webkit-calc(15px + 7 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 7 * (100vw - 320px) / 280);
	font-size: calc(15px + 7 * (100vw - 320px) / 280);
}

body#privacypolicy #privacy-content .content .privacy-data .item {
	padding: 4rem 1.5rem;
}

body#privacypolicy #privacy-content .content .privacy-data .item h3 {
	font-size: -webkit-calc(14px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(14px + 6 * (100vw - 320px) / 280);
	font-size: calc(14px + 6 * (100vw - 320px) / 280);
}

body#privacypolicy #privacy-content {
	padding-top: 7.5rem;
}

body#privacypolicy #privacy-content .content {
	max-width: none;
}

body#privacypolicy #privacy-content .content .privacy-data h2 {
	padding: 2rem 1.5rem;
	font-size: -webkit-calc(15px + 7 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 7 * (100vw - 320px) / 280);
	font-size: calc(15px + 7 * (100vw - 320px) / 280);
}

body#privacypolicy #privacy-content .content .privacy-data .item {
	padding: 4rem 1.5rem;
}

body#privacypolicy #privacy-content .content .privacy-data .item h3 {
	font-size: -webkit-calc(14px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(14px + 6 * (100vw - 320px) / 280);
	font-size: calc(14px + 6 * (100vw - 320px) / 280);
}

body.error404 #error-content .content {
	width: 85%;
}

body.error404 #error-content .content .en {
	padding-bottom: 5.5rem;
	font-size: -webkit-calc(120px + 60 * (100vw - 320px) / 280);
	font-size: -moz-calc(120px + 60 * (100vw - 320px) / 280);
	font-size: calc(120px + 60 * (100vw - 320px) / 280);
}

body.error404 #error-content .content h1 {
	padding-bottom: 3.5rem;
	font-size: -webkit-calc(20px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(20px + 5 * (100vw - 320px) / 280);
	font-size: calc(20px + 5 * (100vw - 320px) / 280);
}

}

@-webkit-keyframes fade-animation {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-moz-keyframes fade-animation {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fade-animation {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes fade-up-animation {

from {
	opacity: 0;
	-webkit-transform: translateY(3rem);
	        transform: translateY(3rem);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-moz-keyframes fade-up-animation {

from {
	opacity: 0;
	-moz-transform: translateY(3rem);
	     transform: translateY(3rem);
}

to {
	opacity: 1;
	-moz-transform: translateY(0);
	     transform: translateY(0);
}

}

@keyframes fade-up-animation {

from {
	opacity: 0;
	-webkit-transform: translateY(3rem);
	   -moz-transform: translateY(3rem);
	        transform: translateY(3rem);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes fade-down-animation {

from {
	opacity: 0;
	-webkit-transform: translateY(-3rem);
	        transform: translateY(-3rem);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-moz-keyframes fade-down-animation {

from {
	opacity: 0;
	-moz-transform: translateY(-3rem);
	     transform: translateY(-3rem);
}

to {
	opacity: 1;
	-moz-transform: translateY(0);
	     transform: translateY(0);
}

}

@keyframes fade-down-animation {

from {
	opacity: 0;
	-webkit-transform: translateY(-3rem);
	   -moz-transform: translateY(-3rem);
	        transform: translateY(-3rem);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes zoomin-animation {

from {
	opacity: 0;
	-webkit-transform: scale(0.6);
	        transform: scale(0.6);
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@-moz-keyframes zoomin-animation {

from {
	opacity: 0;
	-moz-transform: scale(0.6);
	     transform: scale(0.6);
}

to {
	opacity: 1;
	-moz-transform: scale(1);
	     transform: scale(1);
}

}

@keyframes zoomin-animation {

from {
	opacity: 0;
	-webkit-transform: scale(0.6);
	   -moz-transform: scale(0.6);
	        transform: scale(0.6);
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	        transform: scale(1);
}

}

@-webkit-keyframes delay-animation {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-moz-keyframes delay-animation {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes delay-animation {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-moz-keyframes fv-fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fv-fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fv-fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes footerScroll {

from {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

to {
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

}

@-moz-keyframes footerScroll {

from {
	-moz-transform: translateX(0);
	     transform: translateX(0);
}

to {
	-moz-transform: translateX(-50%);
	     transform: translateX(-50%);
}

}

@keyframes footerScroll {

from {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	        transform: translateX(0);
}

to {
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	        transform: translateX(-50%);
}

}

@-webkit-keyframes scroll-text {

from {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

to {
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

}

@-moz-keyframes scroll-text {

from {
	-moz-transform: translateX(0);
	     transform: translateX(0);
}

to {
	-moz-transform: translateX(-50%);
	     transform: translateX(-50%);
}

}

@keyframes scroll-text {

from {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	        transform: translateX(0);
}

to {
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	        transform: translateX(-50%);
}

}

