/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	word-break: normal;
	-moz-tab-size: 4;
	tab-size: 4
}

*,
::after,
::before {
	background-repeat: no-repeat;
	box-sizing: inherit
}

::after,
::before {
	text-decoration: inherit;
	vertical-align: inherit
}

* {
	padding: 0;
	margin: 0
}

hr {
	overflow: visible;
	height: 0
}

details,
main {
	display: block
}

summary {
	display: list-item
}

small {
	font-size: 80%
}

[hidden] {
	display: none
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline-width: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace
}

pre {
	font-size: 1em
}

b,
strong {
	font-weight: bolder
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

input {
	border-radius: 0
}

[disabled] {
	cursor: default
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

textarea {
	overflow: auto;
	resize: vertical
}

button,
input,
optgroup,
select,
textarea {
	font: inherit
}

optgroup {
	font-weight: 700
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer;
	color: inherit
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none
}

select {
	-moz-appearance: none;
	-webkit-appearance: none
}

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

select::-ms-value {
	color: currentColor
}

legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
	max-width: 100%
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	color: inherit;
	font: inherit
}

img {
	border-style: none
}

progress {
	vertical-align: baseline
}

svg:not([fill]) {
	fill: currentColor
}

[aria-busy=true] {
	cursor: progress
}

[aria-controls] {
	cursor: pointer
}

[aria-disabled] {
	cursor: default
}

html {
	font-family: YakuHanJP, Alata, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	width: 100%;
	font-size: 62.5%
}

_:-ms-lang(x)::-ms-backdrop,
html {
	font-family: YakuHanJP, "Crimson Text", "メイリオ", sans-serif
}

body {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-size: 1.4rem;
	line-height: 1.67;
	letter-spacing: .12em;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	color: #132738;
	background: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt" 1;
	position: relative
}

a {
	outline: 0;
	color: #132738;
	text-decoration: none
}

:focus,
a:focus {
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600
}

button,
input,
select,
textarea {
	border-radius: 0;
	-webkit-appearance: none;
	display: block
}

button,
select {
	cursor: pointer
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 1.6rem;
	font-weight: 400;
	color: #a0a2a8;
	opacity: 1
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 1.6rem;
	font-weight: 400;
	color: #a0a2a8;
	opacity: 1
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 1.6rem;
	font-weight: 400;
	color: #a0a2a8;
	opacity: 1
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 1.6rem;
	font-weight: 400;
	color: #a0a2a8;
	opacity: 1
}

ul {
	list-style-type: none
}

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

.main {
	margin-top: 14.66667vw
}

body:not(.is-load) .main {
	display: none
}

.content-inner {
	width: 100%;
	padding-right: 8vw;
	padding-left: 8vw
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center
}

.slick-dots li {
	cursor: pointer
}

.lazyload-fadein {
	opacity: 0;
	transition: opacity .7s
}

.lazyload-fadein.lazyloaded {
	opacity: 1
}

.lazyload-fadeup {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .7s, transform .7s
}

.lazyload-fadeup.lazyloaded {
	opacity: 1;
	transform: translateY(0)
}

.section-heading {
	text-align: center
}

.section-heading__small {
	color: #00c3b7;
	font-size: 1.3rem
}

.section-heading__main {
	font-size: 2rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	margin-top: 1.86667vw;
	line-height: 1.5
}

.button {
	display: flex;
	align-items: center;
	width: 55.46667vw;
	height: 13.86667vw;
	border: 1px solid #bbc0ca;
	font-size: 1.2rem;
	letter-spacing: .08em;
	color: #00c3b7;
	padding-left: 5.6vw;
	position: relative;
	transition: .25s ease-out
}

.button:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: #019baa;
	transform: scaleX(0);
	transform-origin: center left;
	transition: .25s ease-out transform
}

.button:after {
	content: '';
	display: block;
	width: 11.46667vw;
	height: 1.33333vw;
	background: url(/assets/img/icon_arrow_green.svg);
	background-size: 100% 100%;
	position: absolute;
	right: -5.33333vw;
	top: 50%;
	margin-top: -.66667vw;
	transition: .25s ease-out transform;
	transform-origin: center right
}

.button__text {
	position: relative;
	z-index: 2
}

.bg-button {
	display: flex;
	align-items: center;
	background: #116bb9;
	border-radius: 6px;
	position: relative
}

.bg-button.bg-button--disabled {
	background: #bbbbbb
}

.bg-button.bg-button--mint {
	background: #00c3b7
}

.bg-button.bg-button--light {
	background: #019baa
}

.bg-button.bg-button--blue {
	background: #084e8a
}

.bg-button:after {
	content: '';
	display: block;
	width: 6vw;
	height: 1.2vw;
	background: url(/assets/img/icon_arrow_short_white.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 5.33333vw;
	top: 50%;
	margin-top: -.66667vw;
	transition: .25s ease-out transform;
	transform-origin: center right
}

.bg-button__text {
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	color: #fff
}

.list-back-button {
	border: 1px solid #d5d9e0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 60vw;
	height: 13.86667vw;
	color: #003d72;
	font-size: 1.4rem;
	position: relative;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600
}

.list-back-button:after {
	content: '';
	width: 4vw;
	height: 4vw;
	background: url(/assets/img/icon_list_gray.svg) no-repeat;
	background-size: 100% 100%;
	margin-left: 3.73333vw
}

.global-slider .slick-arrow {
	background: #003d72;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s ease-out background;
	position: relative
}

.global-slider .slick-arrow:after {
	content: '';
	display: block;
	width: 2.66667vw;
	height: 2.66667vw;
	border: solid #fff;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1.06667vw;
	margin-left: -1.86667vw;
	transform: rotate(45deg)
}

.global-slider .slick-arrow.slick-prev {
	transform: scaleX(-1)
}

.global-slider .slick-arrow.slick-disabled {
	background: 0 0;
	border: 1px solid #003d72
}

.global-slider .slick-arrow.slick-disabled:after {
	border-color: #003d72
}

.panel-list__item {
	background: #fff
}

.panel-list__item a {
	display: block
}

.panel-list__ph {
	height: 58.66667vw;
	overflow: hidden
}

.panel-list__ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover;';
	transition: .25s ease-out
}

.panel-list__outline {
	height: 16vw;
	display: flex;
	align-items: center;
	position: relative
}

a .panel-list__outline:after {
	content: '';
	display: block;
	transform: rotate(45deg);
	border: solid #00c3b7;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 50%;
	width: 2.66667vw;
	height: 2.66667vw;
	right: 5.33333vw;
	margin-top: -1.33333vw
}

.panel-list__name {
	font-size: 1.4rem;
	padding-left: 5.33333vw;
	padding-right: 5.33333vw
}

.sns-list {
	display: flex
}

.sns-list__item:not(:last-child) {
	margin-right: 2.66667vw
}

.sns-list__item a {
	background: #2fdfd4;
	width: 7.73333vw;
	height: 7.73333vw;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s ease-out
}

.sns-list__item a span {
	display: block;
	width: 4vw;
	height: 3.73333vw;
	font-size: 0;
	line-height: 0
}

.sns-list__item a span img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	font-family: 'object-fit: contain;'
}

.keyword-list {
	display: flex;
	flex-wrap: wrap
}

.keyword-list__item {
	color: #00c3b7;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.46
}

.keyword-list__item:before {
	content: '#'
}

.keyword-list__item a {
	color: inherit;
	position: relative
}

.keyword-list__item a:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(0, 195, 183, .4);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .25s ease-out transform;
	transform: scaleX(0)
}

.lang-switch {
	position: relative
}

.lang-switch__title {
	font-size: 1.2rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .25s ease-out
}

.lang-switch__title:after {
	content: '';
	display: block;
	width: 2.13333vw;
	height: 2.13333vw;
	border: solid #c4c7cf;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	margin-left: 2.13333vw;
	margin-top: -.53333vw
}

.lang-switch__modal {
	background: #e3e9f2;
	position: absolute;
	top: -22.66667vw;
	right: -1.33333vw;
	width: 28vw;
	height: 17.86667vw;
	padding-left: 5.33333vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: opacity .2s, visibility 0s ease .2s;
	opacity: 0;
	visibility: hidden
}

.lang-switch__modal.is-active {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible
}

.lang-switch__modal:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.66667vw 1.33333vw 0 1.33333vw;
	border-color: #e3e9f2 transparent transparent transparent;
	position: absolute;
	bottom: -2.66667vw;
	right: 8vw
}

.lang-switch__link a {
	color: #084e8a;
	font-size: 1.2rem;
	letter-spacing: .1em;
	display: flex;
	align-items: center
}

.lang-switch__link a:after {
	content: '';
	display: block;
	width: 1.86667vw;
	height: 1.86667vw;
	border: solid #c4c7cf;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	margin-left: .8vw
}

.global-post {
	background: #fff
}

.global-post__ph {
	height: 48vw;
	overflow: hidden;
	position: relative
}

.global-post__ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover;';
	transition: .25s ease-out
}

a:hover .global-post__ph img {
	transform: scale(1.03)
}

.global-post__request {
	background: #00c3b7;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	font-size: 1.2rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	letter-spacing: .14em;
	width: 38.4vw;
	height: 5.33333vw
}

.global-post__request--end {
	background: #92a5b6
}

.global-post__meta {
	display: flex;
	align-items: center
}

.global-post__outline {
	padding: 5.33333vw 5.33333vw
}

.global-post__category {
	background: #084e8a;
	display: flex;
	align-items: center;
	line-height: 0;
	padding-left: 1.33333vw;
	padding-right: 1.33333vw;
	height: 5.33333vw;
	font-size: 1.3rem;
	color: #fff;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	margin-right: 2.13333vw
}

.global-post__date {
	color: #7a7a7a;
	font-size: 1.3rem;
	letter-spacing: .06em
}

.global-post__schedule {
	color: #00c3b7;
	font-size: 1.2rem;
	letter-spacing: .04em;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600
}

.global-post__title {
	font-size: 1.5rem;
	line-height: 1.6;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	margin-top: 2.4vw
}

.global-post__title-large {
	font-size: 1.6rem;
	line-height: 1.67;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	margin-top: 1.06667vw
}

.global-post__keyword {
	margin-top: 2.4vw
}

.visual-header {
	height: 76vw;
	position: relative;
	z-index: 1;
	background: #084e8a
}

.visual-header__ph {
	width: 70.93333vw;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0
}

.visual-header__ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover;'
}

.visual-header__outline {
	position: relative;
	z-index: 1;
	padding-top: 3.46667vw
}

.visual-header__title-en {
	font-size: 1.5rem;
	color: #00c3b7
}

.visual-header__title-main {
	font-size: 2rem;
	letter-spacing: .12em;
	color: #fff;
	line-height: 1.6;
	margin-top: 1.06667vw
}

.visual-header__text {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: .05em;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	color: #fff;
	margin-top: 2.93333vw
}

.text-header {
	position: relative
}

.text-header:after {
	content: '';
	display: block;
	width: 100%;
	height: 22.66667vw;
	background: #084e8a;
	position: absolute;
	top: 0;
	left: 0
}

.text-header__inner {
	background: #003d72;
	position: relative;
	z-index: 1
}

.text-header__textarea {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.text-header__small {
	font-size: 1.4rem;
	text-align: center;
	color: #00c3b7
}

.text-header__title {
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 2rem;
	line-height: 1.52;
	margin-top: .53333vw;
	text-align: center
}

.qa-block {
	background: #fff;
	padding: 6.13333vw 4.53333vw 6.4vw 4.53333vw
}

.qa-answer-title:before,
.qa-question:before {
	color: #00c3b7;
	font-weight: 400;
	width: 5.33333vw;
	flex-shrink: 0
}

.qa-question {
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	color: #003d72;
	display: flex
}

.qa-question:before {
	content: 'Q'
}

.qa-answer {
	margin-top: 3.2vw
}

.qa-answer-title {
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	color: #003d72;
	display: flex
}

.qa-answer-title:before {
	content: 'A';
	font-size: 1.8rem
}

.qa-answer-text {
	overflow: hidden;
	margin-top: 2.66667vw
}

.qa-photo {
	border-radius: 50%;
	overflow: hidden
}

.qa-arrows {
	display: flex;
	justify-content: flex-end;
	margin-top: 5.33333vw
}

.qa-arrows .slick-arrow {
	margin-left: 3.73333vw
}

.check-list__item {
	position: relative;
	list-style-type: none;
	padding-left: 6.4vw
}

.check-list__item:not(:last-child) {
	margin-bottom: 4.26667vw
}

.check-list__item:before {
	content: '';
	display: block;
	width: 4.26667vw;
	height: 4.26667vw;
	background: url(/assets/img/icon_check_green.svg);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 1.6vw
}

.check-list__title {
	font-size: 1.6rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600
}

.check-list__text {
	margin-top: 1.06667vw;
	letter-spacing: .06em
}

.form-box__heading {
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	font-size: 1.6rem
}

.form-box__require-tag {
	content: '必須';
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	background: #b40148;
	color: #fff;
	border-radius: 999px;
	width: 12.53333vw;
	height: 5.33333vw
}

.form-box__block input,
.form-box__block select,
.form-box__block textarea {
	width: 100%;
	border: 1px solid #d5d9e0;
	min-height: 14.66667vw;
	padding: 0 4vw;
	line-height: 1.4
}

.form-box__block textarea {
	height: 33.33333vw;
	padding-top: 2.13333vw;
	padding-bottom: 2.13333vw
}

.form-box__block.is-error input,
.form-box__block.is-error select,
.form-box__block.is-error textarea {
	background: #f6ebf0
}

.form-box__error {
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	color: #b40148
}

.form-box__block:not(.is-error) .form-box__error {
	display: none
}

.loading {
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transition: opacity 1s .2s;
	pointer-events: none
}

body.is-load .loading {
	opacity: 0
}

.header {
	position: fixed;
	width: 100%;
	z-index: 99
}

.header>.content-inner {
	height: 100%
}

.header__fix-bg {
	background: #153048;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	transition: .3s transform
}

body:not(.is-header-band) .header__fix-bg {
	transform: translateY(-100%)
}

.header__inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1
}

.header__logo {
	width: 18.13333vw;
	font-size: 0;
	line-height: 0;
	margin-top: .53333vw
}

.header__logo a {
	display: block
}

.header__nav {
	height: 100%
}

.header__nav__list {
	display: flex;
	height: 100%
}

.header__nav__item {
	font-size: 1.3rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	height: 100%
}

.header__nav__item:not(:last-child) {
	margin-right: 35px
}

.header__nav__item a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative
}

.header__nav__item a:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #019baa;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .25s ease-out;
	transform: scaleX(0)
}

.header__nav__item a:hover:after {
	transform: scaleX(1)
}

.header__contact {
	margin-right: 0;
	margin-left: auto;
	width: 25.6vw;
	height: 14.66667vw;
	position: absolute;
	right: 20vw;
	top: 0;
	z-index: 2
}

.header__contact a {
	width: 100%;
	height: 100%;
	font-size: 1.1rem;
	letter-spacing: .12em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00c3b7;
	color: #084e8a
}

.header__humberger {
	background: #153048;
	height: 100%;
	width: 20vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
	height: 14.66667vw
}

.header__humberger:after {
	content: 'MENU';
	color: #fff;
	font-size: 1rem;
	letter-spacing: .1em;
	line-height: 1;
	margin-top: 1.86667vw
}

body.is-nav-open .header__humberger:after {
	content: 'CLOSE';
	margin-top: 3.2vw
}

.header__humberger__line {
	transition: .25s ease-out
}

.header__humberger__line span {
	display: block;
	height: 2px;
	background: #fff;
	border-radius: 6px;
	transition: .15s ease-out
}

.header__humberger__line span:nth-child(1) {
	width: 7.46667vw
}

.header__humberger__line span:nth-child(2) {
	width: 5.06667vw;
	margin-top: 1.33333vw;
	margin-right: 0;
	margin-left: auto
}

body.is-nav-open .header__humberger__line {
	margin-top: 1.33333vw
}

body.is-nav-open .header__humberger__line span {
	width: 5.6vw
}

body.is-nav-open .header__humberger__line span:nth-child(1) {
	transform: rotate(45deg)
}

body.is-nav-open .header__humberger__line span:nth-child(2) {
	transform: rotate(-45deg);
	margin-top: -.26667vw
}

.header-bg {
	width: 100%;
	background: #084e8a;
	position: absolute;
	left: 0;
	top: 0;
	height: 14.66667vw
}

.global-nav {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 98;
	padding: 4vw;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	transition: opacity .3s, visibility 0s ease .3s;
	opacity: 0;
	visibility: hidden
}

body.is-nav-open .global-nav {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible
}

.global-nav__inner {
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-top: 9.33333vw;
	padding-bottom: 16vw
}

body:not(.is-nav-open) .global-nav__inner {
	opacity: 0
}

.global-nav__logo {
	width: 23.2vw;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.global-nav__main {
	margin-top: 6.66667vw
}

.global-nav__link {
	border-bottom: 1px solid #edf2fa;
	height: 12.53333vw;
	display: flex;
	align-items: center;
	position: relative;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	padding-left: 2.66667vw;
	padding-right: 2.66667vw
}

.global-nav__link.has-child:after,
.global-nav__link.has-child:before {
	content: '';
	display: block;
	background: #00c3b7;
	position: absolute;
	right: 2.66667vw;
	top: 50%;
	transform: translateY(-50%);
	transition: .25s ease-out
}

.global-nav__link.has-child:before {
	width: .53333vw;
	height: 3.46667vw;
	margin-right: 1.46667vw
}

.global-nav__link.has-child:after {
	height: .53333vw;
	width: 3.46667vw
}

.global-nav__group.is-active .global-nav__link:after,
.global-nav__group.is-active .global-nav__link:before {
	transform: translateY(-50%) rotate(90deg)
}

.global-nav__group.is-active .global-nav__link:after {
	opacity: 0
}

.global-nav__link a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .25s ease-out
}

.global-nav__link a:after {
	content: '';
	display: block;
	width: 2.13333vw;
	height: 2.13333vw;
	border: solid #00c3b7;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	margin-right: .8vw
}

.global-nav__child__link {
	font-size: 1.3rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600
}

.global-nav__child__link a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .25s ease-out
}

.global-nav__child__link a:after {
	content: '';
	display: block;
	width: 1.6vw;
	height: 1.6vw;
	border: solid #084e8a;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg)
}

.global-nav__child__link:not(:first-child) a {
	padding-top: 1.33333vw
}

.global-nav__child__link:not(:last-child) a {
	padding-bottom: 1.33333vw
}

.global-nav__utility {
	margin-top: 6.4vw
}

.global-nav__button {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.3rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	background: #000;
	position: relative;
	transition: .25s ease-out opacity
}

.global-nav__button:after {
	content: '';
	display: block;
	transform: rotate(45deg);
	width: 2.13333vw;
	height: 2.13333vw;
	border: solid #fff;
	border-width: 1px 1px 0 0;
	position: absolute;
	right: 4vw;
	top: 50%;
	margin-top: -1.2vw
}

.global-nav__button--contact {
	background: #00c3b7
}

.global-nav__button--download {
	background: #019baa
}

.global-nav__small-links {
	display: flex;
	align-items: center
}

.global-nav__small-links__item {
	margin-right: 5.33333vw
}

.global-nav__small-links__item a {
	font-size: 1.2rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	color: #6a6c70;
	display: block;
	transition: .25s ease-out
}

.global-nav__lang .lang-switch__title {
	color: #6a6c70
}

.global-nav__sns .sns-list__item a {
	background: #084e8a
}

.footer {
	background: #153048;
	padding-top: 14.93333vw;
	padding-bottom: 15.46667vw;
	color: #fff
}

.footer__logo {
	width: 26.93333vw
}

.footer__logo a {
	display: block
}

.footer__address {
	margin-top: 4.8vw
}

.footer__address__title {
	font-size: 1.5rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600
}

.footer__address__text {
	font-size: 1.3rem;
	margin-top: 1.33333vw
}

.footer__sns {
	margin-top: 8vw
}

.footer__support {
	display: flex;
	margin-top: 12vw
}

.footer__support__item {
	width: 14.4vw
}

.footer__support__item.item_ebay {
	width: auto;
}

.footer__support__item:not(:last-child) {
	margin-right: 1.33333vw
}

.footer__support__item a {
	transition: .25s ease-out
}

.footer__nav {
	display: flex
}

.footer__nav a {
	color: #fff
}

.footer__nav__column:not(:last-child) {
	margin-right: 2.66667vw
}

.footer__nav__item a {
	display: block;
	padding-bottom: 1.2vw;
	transition: .25s ease-out
}

.footer__nav__item:not(:first-child) a {
	padding-top: 1.2vw
}

.footer__nav__main-text {
	font-size: 1.2rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	letter-spacing: .06em
}

.footer__nav__child-text {
	font-size: 1.3rem
}

.footer__nav__main-text+.footer__nav__child-text {
	margin-top: 10px
}

.footer__utility {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.footer__lang {
	margin-left: 5.33333vw
}

.footer__lang .lang-switch__title {
	color: #c4c7cf
}

.footer__utility__title a {
	font-size: 1.2rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	color: #c4c7cf;
	display: block;
	transition: .25s ease-out
}

.footer__copyright {
	letter-spacing: .08em
}

.contact {
	position: relative;
	overflow: hidden
}

.contact__tel {
	color: #fff;
	background: #003d72
}

.contact__tel__text-01 {
	font-size: 1.8rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600
}

.contact__tel__text-02 {
	font-size: 3rem;
	margin-top: 2vw
}

.contact__tel__text-02 a {
	color: #fff
}

.contact__tel__text-03 {
	font-size: 1.3rem;
	margin-top: .93333vw
}

.contact__banner a {
	overflow: hidden;
	height: 33.33333vw;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 8vw;
	position: relative
}

.contact__banner a:after {
	content: '';
	display: block;
	width: 11.6vw;
	height: 1.2vw;
	background: url(/assets/img/icon_arrow_white.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 8vw;
	top: 50%;
	transform-origin: center right;
	transition: .25s ease-out
}

.contact__banner a:hover:after {
	transform: scaleX(.8)
}

.contact__banner__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: no-repeat center center;
	background-size: cover;
	transition: .25s ease-out
}

.contact__banner--inquiry .contact__banner__bg.lazyloaded {
	background-image: url(/assets/img/bg_contact_01_pc.jpg)
}

.contact__banner--download .contact__banner__bg.lazyloaded {
	background-image: url(/assets/img/bg_contact_02_pc.jpg)
}

a:hover .contact__banner__bg {
	transform: scale(1.04)
}

.contact__banner__text-main {
	font-size: 1.8rem;
	font-family: YakuHanJP, Alata, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-weight: 600;
	position: relative;
	z-index: 1
}

.contact__banner__text-small {
	font-size: 1.2rem;
	position: relative;
	z-index: 1
}

@media screen {
	[hidden~=screen] {
		display: inherit
	}
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute!important;
		clip: rect(0 0 0 0)!important
	}
}

@media (min-width:768px) {
	body {
		min-width: 1032px;
		line-height: 1.87
	}
	.sp {
		display: none!important
	}
	.main {
		margin-top: 80px
	}
	.content-inner {
		padding-right: 24px;
		padding-left: 24px;
		margin-right: auto;
		margin-left: auto;
		width: 1032px
	}
	.section-heading__small {
		font-size: 1.5rem
	}
	.section-heading__main {
		margin-top: 8px;
		font-size: 2.8rem
	}
	.button {
		width: 228px;
		height: 52px;
		padding-left: 34px
	}
	.button:hover {
		border-color: #019baa;
		color: #fff
	}
	.button:hover:before {
		transform: scaleX(1)
	}
	.button:after {
		width: 43px;
		height: 5px;
		right: -20px;
		margin-top: -2px
	}
	.button:hover:after {
		transform: scaleX(.8)
	}
	.bg-button {
		height: 70px;
		justify-content: center
	}
	.bg-button:after {
		width: 43px;
		height: 5px;
		right: 40px;
		margin-top: -2px;
		background-image: url(/assets/img/icon_arrow_white.svg)
	}
	.bg-button:hover:after {
		transform: scaleX(.8)
	}
	.bg-button__text {
		font-size: 1.9rem
	}
	.list-back-button {
		width: 312px;
		height: 70px;
		transition: .25s ease-out
	}
	.list-back-button:hover {
		background: #d5d9e0;
		border-color: none
	}
	.list-back-button:after {
		width: 20px;
		height: 20px;
		position: absolute;
		right: 24px;
		top: 0;
		bottom: 0;
		margin: auto
	}
	.list-back-button:hover:after {
		background-image: url(/assets/img/icon_list_navy.svg);
		opacity: .7
	}
	.global-slider .slick-arrow {
		width: 48px;
		height: 48px
	}
	.global-slider .slick-arrow:after {
		width: 10px;
		height: 10px;
		margin-top: -5px;
		margin-left: -5px
	}
	.panel-list {
		display: flex;
		flex-wrap: wrap
	}
	.panel-list__item {
		width: calc((100% - 48px)/ 3)
	}
	.panel-list__item:not(:nth-child(3n)) {
		margin-right: 24px
	}
	.panel-list__item:not(:nth-last-of-type(-n+3)) {
		margin-bottom: 24px
	}
	.panel-list__ph {
		height: 220px
	}
	a:hover .panel-list__ph img {
		transform: scale(1.03)
	}
	.panel-list__outline {
		height: 60px
	}
	a .panel-list__outline:after {
		width: 10px;
		height: 10px;
		right: 20px;
		margin-top: -5px
	}
	.panel-list__name {
		padding-left: 20px;
		padding-right: 20px
	}
	.sns-list__item:not(:last-child) {
		margin-right: 10px
	}
	.sns-list__item a {
		width: 29px;
		height: 29px
	}
	.sns-list__item a:hover {
		opacity: .7
	}
	.sns-list__item a span {
		width: 15px;
		height: 14px
	}
	.keyword-list__item a:hover:after {
		transform: scaleX(1)
	}
	.lang-switch__title:hover {
		opacity: .6
	}
	.lang-switch__title:after {
		width: 8px;
		height: 8px;
		margin-left: 8px;
		margin-top: -2px
	}
	.lang-switch__modal {
		width: 105px;
		height: 67px;
		padding-left: 20px;
		top: -85px;
		right: -10px
	}
	.lang-switch__modal:after {
		border-width: 10px 5px 0 5px;
		bottom: -10px;
		right: 30px
	}
	.lang-switch__link a:after {
		margin-left: 3px;
		width: 7px;
		height: 7px
	}
	.global-post__ph {
		height: 180px
	}
	.global-post__request {
		width: 144px;
		height: 20px
	}
	.global-post__outline {
		padding: 20px 24px
	}
	.global-post__category {
		height: 20px;
		padding-right: 5px;
		padding-left: 5px;
		margin-right: 8px
	}
	.global-post__title {
		margin-top: 10px
	}
	.global-post__title-large {
		margin-top: 4px
	}
	.global-post__keyword {
		margin-top: 9px
	}
	.visual-header {
		height: 420px
	}
	.visual-header__ph {
		width: calc(50% + 156px)
	}
	.visual-header__outline {
		padding-top: 46px
	}
	.visual-header__title-en {
		font-size: 2rem
	}
	.visual-header__title-main {
		font-size: 2.8rem;
		margin-top: 18px
	}
	.visual-header__text {
		font-size: 1.5rem;
		margin-top: 14px
	}
	.text-header:after {
		height: 150px
	}
	.text-header.text-header--large:after {
		height: 250px
	}
	.text-header__inner {
		width: calc(50% + 348px);
		height: 200px;
		margin-right: 0;
		margin-left: auto
	}
	.text-header--large .text-header__inner {
		height: 250px
	}
	.text-header__textarea {
		width: 696px
	}
	.text-header--large .text-header__textarea {
		padding-bottom: 50px
	}
	.text-header__small {
		font-size: 1.6rem
	}
	.text-header__title {
		font-size: 2.8rem;
		margin-top: 4px
	}
	.qa-block {
		padding: 30px 84px 33px 84px
	}
	.qa-block:not(:last-child) {
		margin-bottom: 3px
	}
	.qa-answer-title:before,
	.qa-question:before {
		width: 28px
	}
	.qa-question {
		font-size: 1.6rem;
		padding-left: 122px
	}
	.qa-answer {
		margin-top: 14px;
		position: relative;
		padding-left: 122px;
		min-height: 98px
	}
	.qa-answer-title {
		font-size: 1.8rem
	}
	.qa-answer-text {
		margin-top: 3px
	}
	.qa-photo {
		width: 98px;
		height: 98px;
		position: absolute;
		left: 0;
		top: 0
	}
	.qa-arrows {
		display: none
	}
	.check-list__item {
		padding-left: 36px
	}
	.check-list__item:not(:last-child) {
		margin-bottom: 18px
	}
	.check-list__item:before {
		width: 21px;
		height: 21px;
		top: 6px
	}
	.check-list__title {
		font-size: 1.8rem
	}
	.check-list__text {
		margin-top: 2px
	}
	.form-box__require-tag {
		width: 47px;
		height: 20px
	}
	.form-box__block input,
	.form-box__block select,
	.form-box__block textarea {
		min-height: 60px;
		padding: 0 20px
	}
	.form-box__block textarea {
		height: 175px;
		padding-top: 18px;
		padding-bottom: 18px
	}
	.header {
		height: 80px;
		min-width: 1032px
	}
	.header__logo {
		width: 91px;
		margin-top: 4px;
		margin-right: 82px
	}
	.header__contact {
		width: 144px;
		right: 80px;
		height: 80px
	}
	.header__contact a {
		font-size: 1.3rem;
		transition: .25s ease-out
	}
	.header__contact a:hover {
		background: #019baa;
		color: #fff
	}
	.header__humberger {
		width: 80px;
		height: 80px
	}
	.header__humberger:after {
		margin-top: 10px
	}
	body.is-nav-open .header__humberger:after {
		margin-top: 18px
	}
	body.is-nav-open .header__humberger:hover .header__humberger__line {
		transform: scaleX(-1)
	}
	.header__humberger__line span:nth-child(1) {
		width: 28px
	}
	.header__humberger__line span:nth-child(2) {
		width: 19px;
		margin-top: 5px
	}
	.header__humberger:hover .header__humberger__line span:nth-child(2) {
		width: 28px
	}
	body.is-nav-open .header__humberger__line {
		margin-top: 6px
	}
	body.is-nav-open .header__humberger__line span {
		width: 28px
	}
	body.is-nav-open .header__humberger__line span:nth-child(2) {
		margin-top: -2px
	}
	.header-bg {
		height: 80px
	}
	.global-nav {
		padding: 24px
	}
	.global-nav__inner {
		padding-top: 90px;
		padding-bottom: 60px
	}
	.global-nav__logo {
		width: 123px
	}
	.global-nav__main {
		display: flex;
		margin-top: 50px
	}
	.global-nav__group {
		width: 100%
	}
	.global-nav__group:not(:last-child) {
		margin-right: 24px
	}
	.global-nav__group.has-column {
		width: 50%;
		flex-shrink: 0
	}
	.global-nav__link {
		height: 44px;
		padding-right: 10px;
		padding-left: 10px
	}
	.global-nav__link:first-child {
		border-top: 1px solid #edf2fa
	}
	.global-nav__link.has-child {
		border-bottom: none
	}
	.global-nav__link.has-child:after,
	.global-nav__link.has-child:before {
		display: none
	}
	.global-nav__link a:hover {
		color: #8e8e8e
	}
	.global-nav__link a:after {
		width: 8px;
		height: 8px;
		margin-right: 6px
	}
	.global-nav__child {
		padding-top: 6px;
		padding-right: 10px;
		padding-left: 10px
	}
	.global-nav__group.has-column .global-nav__child {
		display: flex
	}
	.global-nav__child__column {
		width: 100%
	}
	.global-nav__child__column:not(:last-child) {
		margin-right: 44px
	}
	.global-nav__child__link a {
		color: #7b7d82
	}
	.global-nav__child__link a:hover {
		color: #b5b8bf
	}
	.global-nav__child__link a:after {
		width: 6px;
		height: 6px
	}
	.global-nav__child__link:not(:first-child) a {
		padding-top: 5px
	}
	.global-nav__child__link:not(:last-child) a {
		padding-bottom: 5px
	}
	.global-nav__utility {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-top: 1px solid #edf2fa;
		margin-top: 70px;
		padding-top: 32px
	}
	.global-nav__button {
		width: 200px;
		height: 50px
	}
	.global-nav__button:hover {
		opacity: .65
	}
	.global-nav__button:after {
		width: 9px;
		height: 9px;
		margin-top: -4px;
		right: 16px
	}
	.global-nav__button+.global-nav__button {
		margin-left: 20px;
		margin-right: auto
	}
	.global-nav__small-links {
		order: 99;
		justify-content: flex-end
	}
	.global-nav__small-links__item {
		margin-right: 36px
	}
	.global-nav__small-links__item a:hover {
		opacity: .6
	}
	.global-nav__sns {
		margin-right: 44px
	}
	.footer {
		padding-top: 84px;
		padding-bottom: 84px
	}
	.footer__main {
		display: flex;
		justify-content: space-between
	}
	.footer__logo {
		width: 101px
	}
	.footer__address {
		margin-top: 18px
	}
	.footer__address__text {
		margin-top: 5px
	}
	.footer__sns {
		margin-top: 30px
	}
	.footer__support {
		margin-top: 45px
	}
	.footer__support__item {
		width: 54px
	}
	.footer__support__item.item_ebay {
		width: auto;
	}
	.footer__support__item:not(:last-child) {
		margin-right: 5px
	}
	.footer__support__item a:hover {
		opacity: .75
	}
	.footer__nav__column:not(:last-child) {
		margin-right: 64px
	}
	.footer__nav__item a {
		padding-bottom: 5px
	}
	.footer__nav__item a:hover {
		opacity: .65
	}
	.footer__nav__item:not(:first-child) a {
		padding-top: 5px
	}
	.footer__nav__main-text {
		font-size: 1.4rem
	}
	.footer__bottom {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin-top: 100px
	}
	.footer__lang {
		margin-left: 68px
	}
	.footer__utility__title a:hover {
		opacity: .6
	}
	.footer__copyright {
		font-size: 1.3rem;
		color: #d7dae3
	}
	.contact {
		display: flex;
		align-items: flex-end
	}
	.contact__tel {
		width: 50%;
		height: 435px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
	.contact__tel__inner {
		width: 100%;
		max-width: 492px;
		margin-right: 0;
		margin-left: auto
	}
	.contact__tel__text-01 {
		font-size: 2.5rem;
		margin-top: -56px
	}
	.contact__tel__text-02 {
		margin-top: 15px
	}
	.contact__tel__text-02 a {
		pointer-events: none
	}
	.contact__tel__text-03 {
		font-size: 1.5rem;
		margin-top: 7px
	}
	.contact__banner-wrap {
		flex: 1
	}
	.contact__banner a {
		max-width: 700px;
		height: 195px;
		padding-left: 70px
	}
	.contact__banner a:after {
		width: 44px;
		height: 5px;
		right: 100px
	}
	.contact__banner__text-main {
		font-size: 2rem
	}
	.contact__banner__text-small {
		font-size: 1.4rem
	}
}

@media (max-width:767px) {
	html {
		font-size: calc(1000vw / 375)
	}
	input,
	select,
	textarea {
		font-size: 1.6rem
	}
	.wide {
		display: none!important
	}
	.bg-button {
		height: 16vw;
		padding-left: 5.6vw
	}
	.global-slider .slick-arrow {
		width: 12.8vw;
		height: 12.8vw
	}
	.panel-list__item:not(:last-child) {
		margin-bottom: 5.33333vw
	}
	.text-header__inner {
		height: 34.66667vw;
		margin-left: 8vw
	}
	.text-header__textarea {
		padding-right: 8vw
	}
	.qa-answer-title:before {
		margin-top: -1.06667vw
	}
	.qa-photo {
		width: 21.33333vw;
		height: 21.33333vw;
		float: left;
		margin-right: 1.33333vw;
		margin-bottom: 1.33333vw
	}
	.header {
		height: 14.66667vw
	}
	.header__nav {
		display: none
	}
	.global-nav__group:first-child .global-nav__link:first-child {
		border-top: 1px solid #edf2fa
	}
	.global-nav__child {
		background: #edf2fa;
		padding: 5.33333vw 4vw 6.66667vw 5.33333vw
	}
	.global-nav__group:not(.is-active) .global-nav__child {
		display: none
	}
	.global-nav__child__column:not(:last-child) {
		padding-bottom: 2.66667vw
	}
	.global-nav__button {
		width: 66.66667vw;
		height: 13.33333vw;
		margin-left: auto;
		margin-right: auto
	}
	.global-nav__button+.global-nav__button {
		margin-top: 2.66667vw
	}
	.global-nav__small-links {
		margin-top: 6.66667vw;
		justify-content: center
	}
	.global-nav__button-wrap {
		margin-top: 5.33333vw
	}
	.global-nav__sns {
		margin-top: 8vw
	}
	.global-nav__sns .sns-list {
		justify-content: center
	}
	.footer__nav {
		margin-top: 12.53333vw
	}
	.footer__utility {
		margin-top: 10.13333vw
	}
	.footer__copyright {
		text-align: center;
		font-size: 1.1rem;
		margin-top: 14.66667vw;
		color: #68738a
	}
	.contact:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 20vw;
		z-index: -1;
		background: #153048
	}
	.contact__tel {
		margin-right: 8vw;
		padding-left: 8vw;
		padding-top: 13.33333vw;
		padding-bottom: 21.33333vw
	}
	.contact__banner-wrap {
		margin-top: -10.66667vw
	}
	.contact__banner {
		margin-left: 8vw
	}
}