@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #394448;
	word-wrap: break-word;
}

a {
	color: inherit;
	text-decoration: none;
}

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

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

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

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

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

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

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

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

.l-body {
	width: 100%;
	overflow: scroll;
}

.l-body.is-fixed {
	position: fixed;
}

.opening {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 5000;
	pointer-events: none;
}

.opening:before,
.opening:after {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background: #FFF;
	position: absolute;
	left: 0;
	z-index: 5100;
	-webkit-transition: 0.25s cubic-bezier(0.85, 0.05, 0.83, 0.67);
	-o-transition: 0.25s cubic-bezier(0.85, 0.05, 0.83, 0.67);
	transition: 0.25s cubic-bezier(0.85, 0.05, 0.83, 0.67);
}

.opening:before {
	top: 0;
}

.opening:after {
	bottom: 0;
}

.opening.is-hidden:before {
	-webkit-transform: translateY(-101%);
	-ms-transform: translateY(-101%);
	transform: translateY(-101%);
}

.opening.is-hidden:after {
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
}

.opening__img {
	width: 180px;
	position: rekative;
	z-index: 5800;
}

.opening__img.is-hidden {
	-webkit-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
	-webkit-transition: 0.25s cubic-bezier(0.85, 0.05, 0.83, 0.67);
	-o-transition: 0.25s cubic-bezier(0.85, 0.05, 0.83, 0.67);
	transition: 0.25s cubic-bezier(0.85, 0.05, 0.83, 0.67);
}

.mainvisual {
	position: relative;
}

.mainvisual img {
	display: block;
	width: 100%;
}

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

.mainvisual__button {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.8em 1.4em;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0.28572em 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.28572em 0 rgba(0, 0, 0, 0.1);
	border-radius: 10em;
	white-space: nowrap;
}

.mainvisual__button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border: 0.225em solid #036EB8;
	border-radius: 10em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual__button__text {
	margin-right: 0.6em;
	padding-right: 0.7em;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on, "cpsp" on, "case" on;
	font-feature-settings: "palt" on, "cpsp" on, "case" on;
	color: #036EB8;
	border-right: 0.08em dashed #036EB8;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual__button__label {
	display: inline-block;
	padding: 0.3em 1.3em;
	background: #036EB8;
	border-radius: 10em;
	font-weight: 700;
	font-size: 0.666666em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on, "cpsp" on, "case" on;
	font-feature-settings: "palt" on, "cpsp" on, "case" on;
	color: #FFFFFF;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual__button--fune {
	top: 9.3%;
	left: 14.3%;
}

.mainvisual__button--marutai {
	top: 10%;
	left: 80.2%;
}

.mainvisual__button--kutsushita {
	top: 54.6%;
	left: 31.5%;
}

.mainvisual__button--ie {
	top: 49.5%;
	left: 78.4%;
}

.mainvisual__button--kamaboko {
	top: 80.3%;
	left: 64%;
}

.contents {
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border-radius: 16px 16px 0 0;
	top: calc(100% - 70px);
	left: 15px;
	position: fixed;
	-webkit-transition: 0.4s cubic-bezier(0.8, 0.02, 0.65, 0.63);
	-o-transition: 0.4s cubic-bezier(0.8, 0.02, 0.65, 0.63);
	transition: 0.4s cubic-bezier(0.8, 0.02, 0.65, 0.63);
	height: 70px;
	z-index: 3000;
}

.contents.is-hidden {
	top: 100%;
}

.contents.is-visible {
	top: 20px;
	height: calc(100% - 20px);
}

.contents__body {
	overflow: auto;
	height: calc(100% - 70px);
}

.contents__head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	padding: 0 20px;
	border-bottom: 2px solid rgba(57, 68, 72, 0.1);
}

.contents__head__logo {
	width: 152px;
}

.contents__head__logo img {
	display: block;
	width: 100%;
}

.contents__head__text {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 30px;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on, "cpsp" on, "case" on;
	font-feature-settings: "palt" on, "cpsp" on, "case" on;
}

.contents__head__text span {
	position: relative;
	font-size: 1.8rem;
	color: #036EB8;
}

.contents__head__text span::before {
	content: "";
	position: absolute;
	top: -0.25em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0.2em;
	height: 0.2em;
	border-radius: 50%;
	background: #036EB8;
}

.contents__head__text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 18px;
	background: url(../img/deco_eye.svg) no-repeat center center/contain;
}

.contents__inner {
	margin-left: auto;
	margin-right: auto;
	width: 83.333333%;
	padding: 62px 0 0;
}

.contents__footer {
	padding: 0 20px;
	border-top: 2px solid rgba(57, 68, 72, 0.1);
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.overlay.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.text {
	font-size: 1.7rem;
	line-height: 2.4;
	letter-spacing: 0.05em;
}

.text p:not(:last-child) {
	margin-bottom: 2.5em;
}

.heading-1 {
	position: relative;
	margin-bottom: 1.9em;
	text-align: center;
}

.heading-1--mblg {
	margin-bottom: 2.4em;
}

.heading-1::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	width: 120%;
	height: 1px;
	border-bottom: 1px dashed #036EB8;
}

.heading-1 span {
	position: relative;
	display: inline-block;
	padding: 0 0.3em;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on, "cpsp" on, "case" on;
	font-feature-settings: "palt" on, "cpsp" on, "case" on;
	color: #036EB8;
	background: #FFFFFF;
}

.heading-1 span::before {
	content: "（";
	margin-right: 1em;
}

.heading-1 span::after {
	content: "）";
	margin-left: 1em;
}

.heading-2 {
	margin-bottom: 1.13em;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on, "cpsp" on, "case" on;
	font-feature-settings: "palt" on, "cpsp" on, "case" on;
}

.heading-2 span {
	display: block;
	margin-top: 0.7em;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on, "cpsp" on, "case" on;
	font-feature-settings: "palt" on, "cpsp" on, "case" on;
	color: rgba(57, 68, 72, 0.3);
}

.heading-3 {
	margin-bottom: 1.2em;
	padding: 0.15em;
	background: rgba(3, 110, 184, 0.1);
	border-radius: 0px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on, "cpsp" on, "case" on;
	font-feature-settings: "palt" on, "cpsp" on, "case" on;
	color: #036EB8;
}

.heading-3__label::after {
	content: " | ";
}

.section:not(:last-child) {
	margin-bottom: 100px;
}

.article-head {
	margin-bottom: 65px;
	text-align: center;
}

.article-head__company {
	display: inline-block;
	margin-bottom: 0.5em;
	padding: 0 1.5em;
	min-width: 11.9em;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on, "cpsp" on, "case" on;
	font-feature-settings: "palt" on, "cpsp" on, "case" on;
	color: #036EB8;
	background: rgba(0, 162, 232, 0.1);
	border-radius: 10em;
}

.article-head__title {
	display: block;
	font-weight: 700;
	font-size: 4.4rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on, "cpsp" on, "case" on;
	font-feature-settings: "palt" on, "cpsp" on, "case" on;
	color: #394448;
}

.article-head__title span {
	display: inline-block;
}

.article-head__kana {
	display: block;
	margin-top: 0.6em;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.3em;
	-webkit-font-feature-settings: "palt" on, "cpsp" on, "case" on;
	font-feature-settings: "palt" on, "cpsp" on, "case" on;
	color: rgba(57, 68, 72, 0.3);
}

.matterport {
	position: relative;
	overflow: hidden;
	margin-top: 3em;
	margin-bottom: 3em;
	border-radius: 8px;
}

.matterport::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.matterport iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.image {
	overflow: hidden;
	border: 1px solid rgba(57, 68, 72, 0.1);
	border-radius: 8px;
}

.image img {
	display: block;
}

.contents-2col:not(:last-child) {
	margin-bottom: 55px;
}

.contents-2col__main {
	margin-bottom: 40px;
}

.contents-2col__image img {
	display: block;
}

.text-image::before,
.text-image::after {
	content: "";
	display: table;
}

.text-image::after {
	clear: both;
}

.text-image__image {
	margin-bottom: 30px;
}

.contents-footer {
	position: relative;
	padding: 29px 0 148px;
	text-align: center;
}

.contents-footer__text {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
}

.contents-footer__tel {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
}

.contents-footer__tel a {
	text-decoration: underline;
	color: #036EB8;
}

.contents-footer__copyright {
	display: block;
	margin-top: 22px;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on, "cpsp" on, "case" on;
	font-feature-settings: "palt" on, "cpsp" on, "case" on;
	color: rgba(57, 68, 72, 0.5);
}

.contents-footer__logo {
	margin-top: 42px;
}

.contents-back {
	position: fixed;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.8em 1.4em;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0.28572em 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.28572em 0 rgba(0, 0, 0, 0.1);
	border-radius: 10em;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.contents.is-visible .contents-back {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.4s 0.6s;
	-o-transition: opacity 0.4s 0.6s;
	transition: opacity 0.4s 0.6s;
}

.contents-back::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/icon_arrow_left.svg) no-repeat center center/contain;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.contents-back::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border: 0.225em solid #036EB8;
	border-radius: 10em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.contents-back span {
	margin-left: 0.5em;
	padding-left: 0.5em;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on, "cpsp" on, "case" on;
	font-feature-settings: "palt" on, "cpsp" on, "case" on;
	color: #036EB8;
	border-left: 0.08em dashed #036EB8;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.illust-link-wrap {
	position: relative;
}

.illust-link {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	position: absolute;
	background: none;
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.illust-link::before {
	content: "";
	display: block;
	background: url(../img/icon_play_1.svg) no-repeat center/contain, url(../img/icon_play_2.svg) no-repeat center/contain;
	width: clamp(15px, 4vw, 26px);
	height: clamp(15px, 4vw, 26px);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.illust-link:hover:before {
	background: url(../img/icon_play_2.svg) no-repeat center/contain;
}

.illust-link--marutai-3 {
	top: 14%;
	left: 18%;
	width: 10.5%;
	height: 30%;
}

.illust-link--marutai-3::before {
	top: 64%;
	left: 32%;
}

.illust-link--marutai-6 {
	top: 3%;
	left: 40%;
	width: 18%;
	height: 37%;
}

.illust-link--marutai-6::before {
	top: 74%;
	left: 48%;
}

.illust-link--marutai-10 {
	top: 60%;
	left: 15%;
	width: 11.5%;
	height: 24%;
}

.illust-link--marutai-10::before {
	top: 79%;
	left: 62%;
}

.illust-link--marutai-11 {
	top: 55%;
	left: 27%;
	width: 11%;
	height: 29%;
}

.illust-link--marutai-11::before {
	top: 82%;
	left: 25%;
}

.illust-link--marutai-13 {
	top: 54%;
	left: 39%;
	width: 16%;
	height: 30%;
}

.illust-link--marutai-13::before {
	top: 75%;
	left: 34%;
}

.illust-link--marutai-14 {
	top: 54%;
	left: 56%;
	width: 6%;
	height: 30%;
}

.illust-link--marutai-14::before {
	top: 83%;
}

.illust-link--nonakakamaboko-1 {
	top: 12%;
	left: 6%;
	width: 36%;
	height: 38%;
}

.illust-link--nonakakamaboko-1::before {
	top: 86%;
	left: 31%;
}

.illust-link--nonakakamaboko-2 {
	top: 15%;
	left: 45%;
	width: 28%;
	height: 33%;
}

.illust-link--nonakakamaboko-2::before {
	left: 38%;
}

.illust-link--nonakakamaboko-3 {
	top: 12%;
	left: 77.5%;
	width: 17%;
	height: 36%;
}

.illust-link--nonakakamaboko-3::before {
	top: 80%;
	left: 59%;
}

.illust-link--nonakakamaboko-4 {
	top: 52%;
	left: 11.5%;
	width: 20%;
	height: 35%;
}

.illust-link--nonakakamaboko-4::before {
	top: 82%;
	left: 47%;
}

.illust-link--nonakakamaboko-7 {
	top: 54%;
	left: 77%;
	width: 15%;
	height: 35%;
}

.illust-link--nonakakamaboko-7::before {
	top: 59%;
	left: 82%;
}

.illust-link--namura-2 {
	top: 12%;
	left: 23%;
	width: 20%;
	height: 34%;
}

.illust-link--namura-2::before {
	top: 78%;
	left: 43%;
}

.illust-link--namura-3 {
	top: 12%;
	left: 46%;
	width: 17%;
	height: 34%;
}

.illust-link--namura-3::before {
	top: 77%;
	left: 80%;
}

.illust-link--namura-4 {
	top: 11%;
	left: 66%;
	width: 30%;
	height: 35%;
}

.illust-link--namura-4::before {
	top: 45%;
	left: 59%;
}

.illust-link--namura-5 {
	top: 52%;
	left: 5%;
	width: 18%;
	height: 36%;
}

.illust-link--namura-5::before {
	top: 81%;
	left: 59%;
}

.illust-link--namura-6 {
	top: 50%;
	left: 26%;
	width: 19%;
	height: 39%;
}

.illust-link--namura-6::before {
	top: 72%;
	left: 59%;
}

.illust-link--sekisui-1 {
	top: 12%;
	left: 6%;
	width: 16%;
	height: 33%;
}

.illust-link--sekisui-1::before {
	top: 86%;
	left: 61%;
}

.illust-link--sekisui-2 {
	top: 12%;
	left: 24%;
	width: 13.5%;
	height: 34%;
}

.illust-link--sekisui-2::before {
	top: 69%;
	left: 53%;
}

.illust-link--sekisui-3 {
	top: 10%;
	left: 39%;
	width: 15.5%;
	height: 39%;
}

.illust-link--sekisui-3::before {
	top: 63%;
	left: 61%;
}

.illust-link--sekisui-4 {
	top: 11%;
	left: 58%;
	width: 15%;
	height: 35%;
}

.illust-link--sekisui-4::before {
	top: 74%;
	left: 42%;
}

.illust-link--sekisui-5 {
	top: 11%;
	left: 76%;
	width: 15%;
	height: 36%;
}

.illust-link--sekisui-5::before {
	top: 83%;
	left: 41%;
}

.illust-link--sekisui-6 {
	top: 52%;
	left: 9%;
	width: 16%;
	height: 36%;
}

.illust-link--sekisui-6::before {
	top: 81%;
	left: 44%;
}

.illust-link--sekisui-7 {
	top: 52%;
	left: 28.5%;
	width: 15.5%;
	height: 36%;
}

.illust-link--sekisui-7::before {
	top: 79%;
	left: 45%;
}

.illust-link--sekisui-9 {
	top: 50%;
	left: 68%;
	width: 22%;
	height: 39%;
}

.illust-link--sekisui-9::before {
	top: 72%;
	left: 32%;
}

.illust-link--iida-2 {
	top: 10%;
	left: 24%;
	width: 13%;
	height: 42%;
}

.illust-link--iida-2::before {
	top: 54%;
	left: 28%;
}

.illust-link--iida-3 {
	top: 13%;
	left: 40%;
	width: 17%;
	height: 39%;
}

.illust-link--iida-4 {
	top: 13%;
	left: 61%;
	width: 17%;
	height: 39%;
}

.illust-link--iida-4::before {
	top: 67%;
	left: 50%;
}

.illust-link--iida-5 {
	top: 13%;
	left: 81%;
	width: 15%;
	height: 38%;
}

.illust-link--iida-5::before {
	top: 46%;
	left: 20%;
}

.illust-link--iida-6 {
	top: 55%;
	left: 10%;
	width: 20%;
	height: 38%;
}

.illust-link--iida-6::before {
	top: 58%;
	left: 54%;
}

.illust-link--iida-8 {
	top: 56%;
	left: 55%;
	width: 19%;
	height: 37%;
}

.illust-link--iida-8::before {
	top: 47%;
	left: 55%;
}

.download {
	margin-bottom: 100px;
	background: rgba(0, 162, 232, 0.1);
	padding: 32px 5.33%;
	border-radius: 8px;
	width: 109.1%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.download__heading {
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}

.download__heading__sm {
	color: #036EB8;
	margin-bottom: 8px;
}

.download__heading__lg {
	font-size: 2rem;
	line-height: 1.5;
}

.download__button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 40px 16px 55px;
	background: #036EB8;
	border: 3px solid #FFFFFF;
	-webkit-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.download__button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 20px;
	background: url(../img/icon_download_white.svg) no-repeat center center/contain;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.download__note {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	margin-top: 24px;
}

/* base */

/* Tools */

/* Layout */

/* Module */

@media screen and (min-width: 768px) {

.opening__img { /* pc */
	width: 280px;
}

.mainvisual__button { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual__button:hover {
	background: #036EB8;
	color: #FFFFFF;
}

.mainvisual__button:hover::before {
	border-width: 0.175em;
	border-color: #FFFFFF;
}

.mainvisual__button:hover .mainvisual__button__text {
	color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.mainvisual__button:hover .mainvisual__button__label {
	background: #FFFFFF;
	color: #036EB8;
}

.mainvisual__button__text { /* pc */
	font-size: 1.8rem;
}

.contents { /* pc */
	width: calc(100% - 40px);
	left: 20px;
}

.contents__body { /* pc */
}

.contents__head { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
}

.contents__head__logo { /* pc */
	width: 171px;
}

.contents__inner { /* pc */
	width: 90%;
	padding: 95px 0 0;
}

.contents__footer { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
}

.heading-1 { /* pc */
	margin-bottom: 1.2em;
}

.heading-1--mblg { /* pc */
	margin-bottom: 2.4em;
}

.heading-1::before { /* pc */
	width: 100%;
}

.heading-2 { /* pc */
	margin-bottom: 1.3em;
	font-size: 4rem;
}

.heading-3 { /* pc */
	padding: 0.15em 0.8em;
	border-radius: 10em 0 0 10em;
}

.section:not(:last-child) { /* pc */
	margin-bottom: 135px;
}

.article-head { /* pc */
	margin-bottom: 88px;
}

.article-head__company { /* pc */
	padding: 0 3em;
	width: auto;
}

.article-head__title { /* pc */
	font-size: 6.8rem;
}

.contents-2col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contents-2col__main { /* pc */
	padding-right: 4.2%;
	margin-bottom: 0;
}

.contents-2col__image { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 33.5%;
}

.text-image__image--right { /* pc */
	float: right;
	width: 300px;
	margin-left: 4%;
	margin-bottom: 10px;
}

.contents-footer__tel a { /* pc */
}

.contents-footer__tel a:hover {
	text-decoration: none;
}

.contents-footer__logo { /* pc */
	position: absolute;
	bottom: 40px;
	right: 30px;
}

.contents-back { /* pc */
}

.contents-back:hover {
	background: #036EB8;
	color: #FFFFFF;
}

.contents-back:hover::before {
	background-image: url(../img/icon_arrow_left_white.svg);
}

.contents-back:hover::after {
	border-width: 0.175em;
	border-color: #FFFFFF;
}

.contents-back:hover span {
	color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.illust-link::before { /* pc */
	width: clamp(15px, 2.031vw, 36px);
	height: clamp(15px, 2.031vw, 36px);
}

.download { /* pc */
	margin-bottom: 140px;
	padding: 48px;
	width: calc(100% + 30px);
}

.download__heading { /* pc */
	margin-bottom: 24px;
}

.download__heading__sm { /* pc */
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.download__heading__lg { /* pc */
	font-size: 2.4rem;
	line-height: 1;
}

.download__button { /* pc */
	padding: 16px 65px;
}

.download__button:hover {
	background: #FFFFFF;
	border-color: #036EB8;
	color: #036EB8;
}

.download__button:hover::before {
	background-image: url(../img/icon_download_blue.svg);
}

.download__button::before { /* pc */
	left: 38px;
}

.download__note { /* pc */
	font-size: 1.6rem;
	margin-top: 32px;
}

}

@media screen and (min-width: 1181px) {

.contents__inner { /* pc */
	width: 72.58%;
	max-width: 1280px;
}

}

@media screen and (min-height: 75.859375vw) {

.mainvisual { /* 縦長 */
	width: 131.822863vh;
	height: 100vh;
}

.mainvisual::before {
	acpect-ratio: 1280/971;
}

.mainvisual img { /* 縦長 */
	width: auto;
	max-width: initial;
	height: 100%;
}

}

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

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

.sp-only-2 { /* sp */
	display: inline-block !important;
}

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

.pc-only-2 { /* sp */
	display: none !important;
}

}

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

.download { /* iPhone5s */
	padding: 32px 4%;
}

.download__heading__lg { /* iPhone5s */
	font-size: 1.8rem;
}

.download__note { /* iPhone5s */
	font-size: 1.1rem;
}

}

