@charset "UTF-8";

/**
* ----------------------------------------------------------------------------
* Noto Sans
* ----------------------------------------------------------------------------
*/
@font-face {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 100;
	src: url(../fonts/NotoSans/NotoSansCJKjp-Thin.woff2) format("woff2"), url(../fonts/NotoSans/NotoSansCJKjp-Thin.woff) format("woff");
}

@font-face {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 200;
	src: url(../fonts/NotoSans/NotoSansCJKjp-Light.woff2) format("woff2"), url(../fonts/NotoSans/NotoSansCJKjp-Light.woff) format("woff");
}

@font-face {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/NotoSans/NotoSansCJKjp-DemiLight.woff2) format("woff2"), url(../fonts/NotoSans/NotoSansCJKjp-DemiLight.woff) format("woff");
}

@font-face {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSans/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../fonts/NotoSans/NotoSansCJKjp-Regular.woff) format("woff");
}

@font-face {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NotoSans/NotoSansCJKjp-Medium.woff2) format("woff2"), url(../fonts/NotoSans/NotoSansCJKjp-Medium.woff) format("woff");
}

@font-face {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSans/NotoSansCJKjp-Bold.woff2) format("woff2"), url(../fonts/NotoSans/NotoSansCJKjp-Bold.woff) format("woff");
}

@font-face {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/NotoSans/NotoSansCJKjp-Black.woff2) format("woff2"), url(../fonts/NotoSans/NotoSansCJKjp-Black.woff) format("woff");
}

/**
* ----------------------------------------------------------------------------
* Futura Std
* ----------------------------------------------------------------------------
*/
@font-face {
	font-family: "Futura Std";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Futura/FuturaStdBook.woff2) format("woff2"), url(../fonts/Futura/FuturaStdBook.woff) format("woff");
}

@font-face {
	font-family: "Futura Std";
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Futura/FuturaStdHeavy.woff2) format("woff2"), url(../fonts/Futura/FuturaStdHeavy.woff) format("woff");
}

/**
* ----------------------------------------------------------------------------
* Reset
*
* Thanks Destyle.css!
* https://github.com/nicolas-cusan/destyle.css
* ----------------------------------------------------------------------------
*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
}

::before,
::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

ul,
ol {
	list-style: none;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top: 1px solid;
	clear: both;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

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

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	vertical-align: bottom;
}

embed,
object,
iframe {
	border: 0;
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	vertical-align: middle;
	color: inherit;
	font: inherit;
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}

select {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
	cursor: default;
}

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

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

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

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

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

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

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

::-webkit-input-placeholder {
	font: inherit;
}

:-ms-input-placeholder {
	font: inherit;
}

::-ms-input-placeholder {
	font: inherit;
}

::placeholder {
	font: inherit;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

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

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
}

th {
	text-align: left;
	font-weight: bold;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/**
* ----------------------------------------------------------------------------
* Global Base
* ----------------------------------------------------------------------------
*/
body {
	color: #333;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

_:lang(x)::-ms-backdrop,
body {
	font-family: "メイリオ", Meiryo, sans-serif;
}

a {
	text-decoration: none;
	transition: all 200ms ease 0s;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	color: #333;
}

a:hover {
	opacity: .75;
}

.container {
	overflow: hidden;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	padding-right: constant(safe-area-inset-right);
	padding-right: env(safe-area-inset-right);
	padding-left: constant(safe-area-inset-left);
	padding-left: env(safe-area-inset-left);
	position: relative;
	width: 100%;
}

@media (min-width: 769px) and (max-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/**
* ----------------------------------------------------------------------------
* Header
* ----------------------------------------------------------------------------
*/
.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

@media (max-width: 768px) {
	.header {
		height: 44px;
	}
}

@media (min-width: 769px) {
	.header {
		height: 90px;
	}
}

@media (max-width: 768px) {
	.header-logo {
		margin: 20px 0 0 20px;
	}
}

@media (min-width: 769px) {
	.header-logo {
		margin: 0 0 0 55px;
	}
}

.header-logo-desc {
	color: #fff;
	letter-spacing: .05em;
}

@media (min-width: 769px) {
	.header-logo-desc {
		align-items: center;
		display: flex;
		font-size: 12px;
		height: 52px;
		justify-content: flex-start;
	}
}

.header-logo-img {
	display: block;
}

@media (max-width: 768px) {
	.header-logo-img {
		height: 24px;
		width: 125px;
	}
}

@media (min-width: 769px) {
	.header-logo-img {
		height: 38px;
		width: 198px;
	}
}

.header-logo-img img {
	height: 100%;
	width: 100%;
}

.header-lang {
	display: flex;
	position: absolute;
}

@media (max-width: 768px) {
	.header-lang {
		height: 24px;
		right: 67px;
		top: 20px;
		width: 96px;
	}
}

@media (min-width: 769px) {
	.header-lang {
		height: 20px;
		right: 50px;
		top: 16px;
		width: 100px;
	}
}

.header-lang-jp,
.header-lang-en {
	align-items: center;
	border: 1px solid #b1e22b;
	color: #b1e22b;
	display: inline-flex;
	font-size: 12px;
	font-weight: bold;
	justify-content: center;
	width: 50%;
}

.header-lang-jp.current,
.header-lang-en.current {
	background: #b1e22b;
	color: #fff;
}

.header-lang-jp {
	border-right: 0;
}

@media (max-width: 768px) {
	.header-lang-jp {
		border-radius: 12px 0 0 12px;
	}
}

@media (min-width: 769px) {
	.header-lang-jp {
		border-radius: 10px 0 0 10px;
	}
}

.header-lang-en {
	border-left: 0;
}

@media (max-width: 768px) {
	.header-lang-en {
		border-radius: 0 12px 12px 0;
	}
}

@media (min-width: 769px) {
	.header-lang-en {
		border-radius: 0 10px 10px 0;
	}
}

/**
* ----------------------------------------------------------------------------
* Global Navigation
* ----------------------------------------------------------------------------
*/
@media (max-width: 768px) {
	.gnav {
		background: rgba(236, 241, 244, 0.95);
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
		height: 100vh;
		position: fixed;
		right: 0;
		top: 0;
		transition: transform .3s ease;
		width: 83vw;
		z-index: 40;
	}

	.gnav:not(.shown) {
		transform: translateX(100%);
	}
}

@media (min-width: 769px) {
	.gnav {
		align-items: flex-end;
		display: flex;
		flex-direction: column;
		height: 90px;
		right: 0;
		position: absolute;
		top: 0;
		z-index: 20;
	}
}

@media (min-width: 769px) {
	.gnav-others {
		align-items: center;
		display: flex;
		justify-content: flex-end;
		height: 52px;
		margin: 0 185px 0 0;
	}
}

@media (min-width: 769px) {
	.gnav-others-item {
		position: relative;
		transition: padding .2s ease;
	}

	.gnav-others-item + li {
		margin: 0 0 0 35px;
	}
}

@media (min-width: 769px) {
	.gnav-others-item-link {
		cursor: pointer;
		display: block;
		font-weight: 700;
		padding: 10px 0;
	}

	.gnav-others-item-link,
	.gnav-others-item-link:link,
	.gnav-others-item-link:visited,
	.gnav-others-item-link:hover,
	.gnav-others-item-link:active,
	.gnav-others-item-link:focus {
		color: #fff;
	}
}

@media (max-width: 768px) {
	.gnav-menu {
		display: block;
		padding: 55px 10% 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;

	}
}

@media (min-width: 769px) {
	.gnav-menu {
		align-items: center;
		display: flex;
		height: 42px;
		justify-content: flex-end;
		margin: 0 50px 0 0;
	}
}

@media (max-width: 768px) {
	.gnav-menu-item {
		margin: 15px 0 0;
	}

	.gnav-menu .gnav-menu-item {
		width: 48%;
		height: 54px;
		background: rgba(266, 266, 266, 0.6);
		text-align: center;
	}

	.gnav-menu .gnav-menu-item a {
		padding: 0 10%;
		color: #2baae2;
		border: solid 1px #2baae2;
		background: rgba(266, 266, 266, 0.6);
		transition: 0.3s;
		height: 54px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.gnav-menu .gnav-menu-item a:hover {
		background: #2baae2;
		color: #fff;
	}

	.gnav-menu .gnav-menu-item:last-of-type {
		width: 100%;
	}

	.gnav-menu .gnav-menu-item:last-of-type a {
		padding: 7.5%;
	}


}

@media (min-width: 769px) {
	.gnav-menu-item {
		position: relative;
	}

	.gnav-menu-item + li {
		margin: 0 0 0 40px;
	}
}

.gnav-menu-item-link {
	display: block;
}

@media (max-width: 768px) {
	.gnav-menu-item-link {
		font-size: 12px;
		line-height: 1.4;
		font-weight: 500;
	}

	.gnav-menu-item-link,
	.gnav-menu-item-link:link,
	.gnav-menu-item-link:visited,
	.gnav-menu-item-link:hover,
	.gnav-menu-item-link:active,
	.gnav-menu-item-link:focus {
		color: #333;
	}
}

@media (min-width: 769px) {
	.gnav-menu-item-link {
		cursor: pointer;
		font-weight: 500;
		font-weight: 500;
		padding: 10px 0;
		line-height: 1.3;
		font-size: 15px;
	}

	.gnav-menu-item-link,
	.gnav-menu-item-link:link,
	.gnav-menu-item-link:visited,
	.gnav-menu-item-link:hover,
	.gnav-menu-item-link:active,
	.gnav-menu-item-link:focus {
		color: #fff;
	}
}

@media (max-width: 768px) {
	.gnav-submenu {
		/* margin: 15px 0 0; */
		display: flex;
		justify-content: space-between;
	}

	.gnav-submenu li {
		width: 40%;
	}

	.gnav-submenu li a {
		padding: 15px;
		display: block;
	}

}

@media (min-width: 769px) {
	.gnav-submenu {
		border-top: 1px solid transparent;
		height: 0;
		left: 50%;
		overflow: hidden;
		padding: 4px 0 0;
		position: absolute;
		top: 36px;
		transform: translateX(-50%);
		transition: border-top .2s ease, height .2s ease;
	}

	.gnav-menu-item:hover .gnav-submenu {
		border-top: 1px solid #2baae2;
		height: 94px;
	}
}

@media (max-width: 768px) {
	.gnav-submenu-item + li {
		/* margin: 15px 0 0; */
	}
}

@media (min-width: 769px) {
	.gnav-submenu-item + li {
		margin: 2px 0 0;
	}
}

@media (max-width: 768px) {
	.gnav-submenu-item-link {
		font-size: 14px;
		font-weight: 400;
	}

	.gnav-submenu-item-link,
	.gnav-submenu-item-link:link,
	.gnav-submenu-item-link:visited,
	.gnav-submenu-item-link:hover,
	.gnav-submenu-item-link:active,
	.gnav-submenu-item-link:focus {
		color: #333;
	}
}

@media (min-width: 769px) {
	.gnav-submenu-item-link {
		align-items: center;
		background: #2baae2;
		display: flex;
		font-size: 13px;
		font-weight: 500;
		height: 44px;
		justify-content: center;
		width: 120px;
		line-height: 1.3;
	}

	.gnav-submenu-item-link,
	.gnav-submenu-item-link:link,
	.gnav-submenu-item-link:visited,
	.gnav-submenu-item-link:hover,
	.gnav-submenu-item-link:active,
	.gnav-submenu-item-link:focus {
		color: #fff;
	}
}

@media (max-width: 768px) {
	.gnav-mat {
		background: rgba(0, 0, 0, 0.3);
		height: 100vh;
		position: fixed;
		right: 0;
		top: 0;
		transition: all .3s ease;
		width: 100vw;
		z-index: 10;
	}

	.gnav-mat:not(.shown) {
		opacity: 0;
		z-index: -1;
	}
}

/**
* ----------------------------------------------------------------------------
* Navigation Toggle
* ----------------------------------------------------------------------------
*/
@media (max-width: 768px) {
	.gnavtoggle {
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 22px;
		justify-content: space-between;
		position: absolute;
		right: 20px;
		top: 21px;
		width: 27px;
		background-color: transparent;
		z-index: 50;
	}
}

@media (max-width: 768px) {
	.gnavtoggle-bar {
		background: #fff;
		border-radius: 1px;
		height: 2px;
		width: 27px;
	}

	.gnavtoggle.on .gnavtoggle-bar {
		background: #1d187a;
	}
}

/**
* ----------------------------------------------------------------------------
* Language Toggle
* ----------------------------------------------------------------------------
*/
.lang {
	position: absolute;
	z-index: 30;
}

@media (max-width: 768px) {
	.lang {
		height: 24px;
		right: 67px;
		top: 20px;
		width: 96px;
		z-index: 100;
	}
}

@media (min-width: 769px) {
	.lang {
		height: 20px;
		right: 50px;
		top: 16px;
		width: 100px;
	}
}

.lang-toggle {
	display: flex;
	height: 100%;
	width: 100%;
}

.lang-toggle-jp,
.lang-toggle-en {
	align-items: center;
	border: 1px solid #b1e22b;
	color: #b1e22b;
	display: inline-flex;
	font-size: 12px;
	font-weight: bold;
	justify-content: center;
	width: 50%;
}

.lang-toggle-jp.current,
.lang-toggle-en.current {
	background: #b1e22b;
	color: #fff;
}

.lang-toggle-jp {
	border-right: 0;
}

@media (max-width: 768px) {
	.lang-toggle-jp {
		border-radius: 12px 0 0 12px;
	}
}

@media (min-width: 769px) {
	.lang-toggle-jp {
		border-radius: 10px 0 0 10px;
	}
}

.lang-toggle-en {
	border-left: 0;
}

@media (max-width: 768px) {
	.lang-toggle-en {
		border-radius: 0 12px 12px 0;
	}
}

@media (min-width: 769px) {
	.lang-toggle-en {
		border-radius: 0 10px 10px 0;
	}
}

/**
* ----------------------------------------------------------------------------
* Footer
* ----------------------------------------------------------------------------
*/
.footer {
	background: #ecf1f4;
}

@media (max-width: 768px) {
	.footer {
		padding: 50px 0 0;
	}
}

@media (min-width: 769px) {
	.footer {
		padding: 50px 0 0;
		font-size: 120%;
	}
}

@media (max-width: 768px) {
	.footer-h {
		text-align: center;
	}
}

@media (min-width: 769px) {
	.footer-h {
		display: flex;
		margin: 0 auto;
		width: 960px;

	}
}

@media (max-width: 768px) {
	.footer-h-logo {
		width: 80%;
		height: auto;
	}
}

@media (min-width: 769px) {
	.footer-h-logo {
		height: 42px;
		width: 516px;
	}
}

@media (min-width: 769px) {
	.footer-h-contact {
		font-size: 18px;
		margin: 0 0 0 60px;
	}
}

@media (min-width: 769px) {
	.footer-h-contact p + p {
		margin: 8px 0 0;
	}
}

@media (min-width: 769px) {
	.footer-hr {
		border-color: #fff;
		margin: 25px auto;
		width: 960px;
	}
}

@media (max-width: 768px) {
	.footer-nav {
		border-top: 1px solid #ccc;
		margin: 35px 0 0;
		width: 100%;
	}

	.footer-nav-item + .footer-nav-item {
		border-top: 1px solid #ccc;
	}

	.footer-nav-item-text {
		align-items: center;
		display: flex;
		font-weight: bold;
		height: 55px;
		justify-content: space-between;
		padding: 0 20px;

	}

	.footer-nav-item-text.has-sub::after {
		background: url(../img/common/icon-plus.png) center/contain no-repeat;
		content: "";
		display: block;
		height: 20px;
		width: 20px;
	}

	.footer-nav-item-text.has-sub.shown::after {
		background: url(../img/common/icon-minus.png) center/contain no-repeat;
	}

	.footer-nav-sub {
		overflow: hidden;
		transition: height .2s ease;
	}

	.footer-nav-sub-item + .footer-nav-sub-item {
		border-top: 1px solid #ecf1f4;
	}

	.footer-nav-sub-item a {
		align-items: center;
		background: #fff;
		display: flex;
		font-size: 14px;
		height: 45px;
		justify-content: space-between;
		padding: 0 26px;
	}
}

@media (min-width: 769px) {
	.footer-nav {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 960px;
	}

	.footer-nav-item + .footer-nav-item {
		margin: 12px 0 0;
	}

	.footer-nav-item-text {
		font-weight: bold;
		line-height: 1.4;
		font-size: 18px;
	}

	.footer-nav-sub {
		margin: 12px 0 16px 8px;
	}

	.footer-nav-sub-item {
		font-size: 14px;
	}

	.footer-nav-sub-item + .footer-nav-sub-item {
		margin: 12px 0 0;
	}
}

.footer-copyright {
	align-items: center;
	background: #333;
	color: #fff;
	display: flex;
	justify-content: center;
	width: 100%;
}

@media (max-width: 768px) {
	.footer-copyright {
		font-size: 12px;
		height: 30px;
	}
}

@media (min-width: 769px) {
	.footer-copyright {
		font-size: 12px;
		height: 54px;
		margin: 60px 0 0;
	}
}

.gototop {
	align-items: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	cursor: pointer;
	display: flex;
	height: 50px;
	justify-content: center;
	position: fixed;
	width: 50px;
	z-index: 10;
}

@media (max-width: 768px) {
	.gototop {
		background: #2baae2;
		border-radius: 50%;
		bottom: 24px;
		right: 12px;
	}
}

@media (min-width: 769px) {
	.gototop {
		background: #333;
		bottom: 60px;
		right: 24px;
	}

	.gototop:hover {
		opacity: .8;
	}
}

.gototop img {
	height: 24px;
	width: 24px;
}

/**
* ----------------------------------------------------------------------------
* Breadcrumb
* ----------------------------------------------------------------------------
*/
.breadcrumb {
	display: flex;
}

@media (max-width: 768px) {
	.breadcrumb {
		margin: 20px auto 0;
		width: calc(100% - 40px);
	}
}

@media (min-width: 769px) {
	.breadcrumb {
		margin: 40px auto 0;
		width: 960px;
	}
}

.breadcrumb li + li::before {
	content: "/";
	display: inline-block;
	height: auto;
	width: auto;
}

@media (max-width: 768px) {
	.breadcrumb li + li::before {
		margin: 0 8px;
	}
}

@media (min-width: 769px) {
	.breadcrumb li + li::before {
		margin: 0 12px;
	}
}

.breadcrumb li,
.breadcrumb-link {
	font-weight: 300;
	letter-spacing: .1em;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	white-space: nowrap;
}

@media (max-width: 768px) {

	.breadcrumb li,
	.breadcrumb-link {
		font-size: 12px;
	}
}

@media (min-width: 769px) {

	.breadcrumb li,
	.breadcrumb-link {
		font-size: 16px;
	}
}

/**
* ----------------------------------------------------------------------------
* Page Title
* ----------------------------------------------------------------------------
*/
.page-title {
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	width: 100%;
}

@media (max-width: 768px) {
	.page-title {
		height: 206px;
		padding: 0 0 2vh;
	}
}

@media (min-width: 769px) {
	.page-title {
		height: 410px;
		padding: 0 0 4vh;
	}
}

.page-title-jp {
	color: #fff;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
	.page-title-jp {
		font-size: 24px;
		line-height: 1.2;
	}
}

@media (min-width: 769px) {
	.page-title-jp {
		font-size: 45px;
		line-height: 1.2;
	}
}

.page-title-en {
	color: #fff;
	font-family: "Futura Std", sans-serif;
	letter-spacing: .02em;
	text-align: center;
}

@media (max-width: 768px) {
	.page-title-en {
		font-size: 14px;
		margin: 12px;
	}
}

@media (min-width: 769px) {
	.page-title-en {
		font-size: 20px;
		margin: 24px;
	}
}

/**
* ----------------------------------------------------------------------------
* Section Title
* ----------------------------------------------------------------------------
*/
.section-title {
	font-weight: 500;
	text-align: center;
}

@media (max-width: 768px) {
	.section-title {
		font-size: 24px;
	}
}

@media (min-width: 769px) {
	.section-title {
		font-size: 36px;
	}
}

.section-title-en {
	text-align: center;
	font-weight: 700;
}

@media (max-width: 768px) {
	.section-title-en {
		font-family: "Futura Std", sans-serif;
		font-size: 12px;
		margin: 16px;
	}
}

@media (min-width: 769px) {
	.section-title-en {
		font-size: 14px;
		margin: 20px;
	}
}

/**
* ----------------------------------------------------------------------------
* Recruit Banner
* ----------------------------------------------------------------------------
*/
.recruit-banner {
	background: #2baae2;
	overflow: hidden;
	width: 100%;
}

@media (max-width: 768px) {
	.recruit-banner {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		height: 278px;
		padding: 0 0 24px;
	}
}

@media (min-width: 769px) {
	.recruit-banner {
		height: 400px;
		padding: 0 50px 0 50%;
		position: relative;
	}
}

@media (max-width: 768px) {
	.recruit-banner-img {
		background: url(../img/common/recruit-banner-img.jpg) center top/cover no-repeat;
		height: 150px;
		order: 1;
		position: relative;
		width: 100%;
	}
}

@media (min-width: 769px) {
	.recruit-banner-img {
		background: url(../img/common/recruit-banner-img.jpg) center top/cover no-repeat;
		height: 400px;
		left: 0;
		position: absolute;
		top: 0;
		width: 50%;
	}
}

.recruit-banner-img::after {
	border: 5px solid rgba(43, 170, 226, 0.6);
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 768px) {
	.recruit-banner-img::after {
		border-bottom: 0;
		height: 150px;
	}
}

@media (min-width: 769px) {
	.recruit-banner-img::after {
		border-right: 0;
		height: 400px;
	}
}

.recruit-banner-img-copy {
	color: #2baae2;
	font-weight: 900;
	letter-spacing: .06em;
	position: absolute;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
	.recruit-banner-img-copy {
		align-items: center;
		display: flex;
		font-size: 28px;
		height: 100%;
		line-height: 1.4;
		right: 20px;
		text-align: right;
		top: 0;
	}
}

@media (min-width: 769px) {
	.recruit-banner-img-copy {
		bottom: 35px;
		font-size: 42px;
		left: 35px;
		line-height: 1.6;
	}
}

.recruit-banner-h {
	color: #fff;
}

@media (max-width: 768px) {
	.recruit-banner-h {
		float: right;
		font-size: 48px;
		letter-spacing: -.02em;
		margin: 13px 0 0;
		order: 2;
		padding: 0 0 0 17px;
		font-weight: bold;
	}
}

@media (min-width: 769px) {
	.recruit-banner-h {
		font-size: 64px;
		font-weight: bold;
		letter-spacing: .02em;
		margin: 40px 0 0;
		padding: 0 0 0 50px;
	}
}

.recruit-banner-label {
	color: #fff;
	font-weight: bold;
}

@media (max-width: 768px) {
	.recruit-banner-label {
		float: left;
		font-size: 48px;
		letter-spacing: -.02em;
		margin: 13px 0 0;
		order: 2;
		padding: 0 0 0 17px;
	}
}

@media (min-width: 769px) {
	.recruit-banner-label {
		font-size: 64px;
		margin: 16px 0 0;
		padding: 0 0 0 50px;
	}
}

.recruit-banner-message {
	color: #fff;
	letter-spacing: .03em;
}

@media (min-width: 769px) {
	.recruit-banner-message {
		font-size: 18px;
		line-height: 1.6;
		margin: 24px 0 0;
		padding: 0 0 0 50px;
	}
}

.recruit-banner-link {
	align-items: center;
	background: #fff;
	display: flex;
	font-weight: bold;
	justify-content: center;
	order: 4;
}

.recruit-banner-link,
.recruit-banner-link:link,
.recruit-banner-link:visited,
.recruit-banner-link:hover,
.recruit-banner-link:active,
.recruit-banner-link:focus {
	color: #2baae2;
}

@media (max-width: 768px) {
	.recruit-banner-link {
		font-size: 14px;
		height: 30px;
		margin: 13px auto 0;
		width: calc(100% - 40px);
	}
}

@media (min-width: 769px) {
	.recruit-banner-link {
		height: 60px;
		margin: 50px 0 0 50px;
		max-width: 560px;
		width: calc(100% - 50px);
	}
}

/**
* ----------------------------------------------------------------------------
* Grid
* ----------------------------------------------------------------------------
*/
@media (max-width: 768px) {
	.grid {
		padding: 0 20px;
		width: 100%;
	}
}

@media (min-width: 769px) {
	.grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		width: 960px;
	}
}

.grid-item {
	margin: 0 0 70px;
}

@media (max-width: 768px) {
	.grid-item {
		width: 100%;
	}
}

@media (min-width: 769px) {
	.grid-item {
		width: 450px;
	}
}

.grid-item-img {
	display: block;
}

@media (max-width: 768px) {
	.grid-item-img {
		height: calc((100vw - 40px) / 450 * 250);
		width: calc(100vw - 40px);
	}
}

@media (min-width: 769px) {
	.grid-item-img {
		height: 250px;
		width: 450px;
	}
}

@media (max-width: 768px) {
	.grid-item-label {
		color: #2baae2;
		font-family: "Futura Std", sans-serif;
		font-size: 12px;
		letter-spacing: .1em;
		margin: 15px 0 0;
		padding: 0 0 0 15px;
		line-height: 1.4;
	}
}

@media (min-width: 769px) {
	.grid-item-label {
		color: #2baae2;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: .12em;
		margin: 25px 0 0;
		padding: 0 0 0 30px;
		line-height: 1.4;
		display: none;
	}
}

.grid-item-title {
	font-weight: 500;
	letter-spacing: .1em;

}

@media (max-width: 768px) {
	.grid-item-title {
		font-size: 20px;
		margin: 20px 0 0;
		padding: 0 0 0 15px;
		line-height: 1.4;
		color: #2baae2;
	}
}

@media (min-width: 769px) {
	.grid-item-title {
		font-size: 22px;
		margin: 30px 0 0;
		padding: 0 0 0 30px;
		line-height: 1.4;
		color: #2baae2;
	}
}

.grid-item-desc {
	font-weight: 300;
	letter-spacing: .1em;
	line-height: 1.5;
	font-size: 110%;
}

@media (max-width: 768px) {
	.grid-item-desc {
		margin: 20px 0 0;
		padding: 0 0 0 15px;
	}
}

@media (min-width: 769px) {
	.grid-item-desc {
		margin: 15px 0 0;
		padding: 0 0 0 30px;
	}
}

/**
* ----------------------------------------------------------------------------
* Table
* ----------------------------------------------------------------------------
*/
@media (min-width: 769px) {
	.table {
		border-top: 1px solid #babcbe;
		border-bottom: 1px solid #babcbe;
		margin: 0 auto;
		width: 860px;
	}

	.table tr + tr {
		border-top: 1px solid #babcbe;
	}

	.table th {
		background: #ecf1f4;
		font-weight: 500;
		line-height: 23px;
		padding: 14px 28px;
		white-space: nowrap;
	}

	.table td {
		border-left: 1px solid #babcbe;
		line-height: 23px;
		padding: 14px 0 14px 60px;
	}

	.table td a {
		text-decoration: underline;
	}

	.table td a,
	.table td a:link,
	.table td a:visited,
	.table td a:hover,
	.table td a:active,
	.table td a:focus {
		color: #2baae2;
	}
}

@media (max-width: 768px) {
	.table.blue th {
		border-bottom: 1px solid #2baae2;
		display: inline-block;
		margin: 24px 0 4px;
		padding: 4px;
	}

	.table.blue td {
		display: block;
		line-height: 25px;
		padding: 0 0 0 6px;
	}

	.table.blue td a {
		text-decoration: underline;
	}

	.table.blue td a,
	.table.blue td a:link,
	.table.blue td a:visited,
	.table.blue td a:hover,
	.table.blue td a:active,
	.table.blue td a:focus {
		color: #2baae2;
	}
}

@media (max-width: 768px) {
	.table.green th {
		display: block;
		margin: 20px 0 10px;
		background: #ecf1f4;
		line-height: 23px;
		padding: 10px 10px;
		white-space: nowrap;
	}

	.table.green td {
		display: block;
		line-height: 25px;
		padding: 0 0 0 6px;
	}

	.table.green td a {
		text-decoration: underline;
	}

	.table.green td a,
	.table.green td a:link,
	.table.green td a:visited,
	.table.green td a:hover,
	.table.green td a:active,
	.table.green td a:focus {
		color: #2baae2;
	}
}

/**
* ----------------------------------------------------------------------------
* Form
* ----------------------------------------------------------------------------
*/
.form {
	background: #ecf1f4;
}

@media (max-width: 768px) {
	.form {
		padding: 40px 20px;
	}
}

@media (min-width: 769px) {
	.form {
		padding: 14px 20px 60px;
	}
}

.form table {
	width: 100%;
}

@media (min-width: 769px) {
	.form table {
		border-collapse: separate;
		border-spacing: 46px 40px;
	}
}

@media (max-width: 768px) {
	.form tr {
		display: block;
	}
}

.form tr + tr {
	margin: 30px 0 0;
}

.form th {
	font-weight: 700;
	position: relative;
}

@media (max-width: 768px) {
	.form th {
		display: block;
	}
}

@media (min-width: 769px) {
	.form th {
		height: 34px;
		line-height: 34px;
		width: 324px;
	}
}

.form th.required::after {
	align-items: center;
	background: #2baae2;
	color: #fff;
	content: "mandatory";
	display: flex;
	font-size: 12px;
	font-weight: 700;
	height: 20px;
	justify-content: center;
	position: absolute;
	right: 0;
	width: 80px;
}

@media (max-width: 768px) {
	.form th.required::after {
		top: -2px;
	}
}

@media (min-width: 769px) {
	.form th.required::after {
		top: 7px;
	}
}

@media (max-width: 768px) {
	.form td {
		display: block;
		margin: 10px 0 0;
		min-height: 34px;
		width: 100%;
	}
}

.form td label {
	align-items: center;
	display: inline-flex;
	height: 34px;
}

@media (max-width: 768px) {
	.form td label + label {
		margin: 0 0 0 10px;
	}
}

@media (min-width: 769px) {
	.form td label + label {
		margin: 0 0 0 40px;
	}
}

.form-text {
	background: #fff;
	border-radius: 0;
	height: 34px;
	padding: 10px;
}

@media (max-width: 768px) {
	.form-text {
		width: 100%;
	}
}

@media (min-width: 769px) {
	.form-text {
		width: 470px;
	}
}

@media (max-width: 768px) {
	.form-radio {
		margin: 0 4px 0 0;
		width: 12px;
	}
}

@media (min-width: 769px) {
	.form-radio {
		margin: 0 8px 0 0;
		width: 12px;
	}
}

.form-textarea {
	background: #fff;
	border-radius: 0;
	padding: 10px;
}

@media (max-width: 768px) {
	.form-textarea {
		height: 150px;
		width: 100%;
	}
}

@media (min-width: 769px) {
	.form-textarea {
		height: 180px;
		width: 470px;
	}
}

.form-submit {
	background: #2baae2;
	border-radius: 0;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	letter-spacing: .05em;
	transition: opacity .2s ease;
}

@media (max-width: 768px) {
	.form-submit {
		margin: 30px auto 0;
		width: 100%;
	}
}

@media (min-width: 769px) {
	.form-submit {
		margin: 0 auto;
		width: 280px;
	}

	.form-submit:hover {
		opacity: .8;
	}
}

/**
* ----------------------------------------------------------------------------
* Util Class
*
* Show/Hide by viewport
*
* [Usage]
* ex. <div class="sp">
* ex. <div class="tb pc">
* ----------------------------------------------------------------------------
*/
@media (min-width: 769px) and (max-width: 1200px) {
	.sp:not(.tb) {
		display: none;
	}
}

@media (min-width: 1201px) {
	.sp:not(.pc) {
		display: none;
	}
}

@media (max-width: 768px) {
	.tb:not(.sp) {
		display: none;
	}
}

@media (min-width: 1201px) {
	.tb:not(.pc) {
		display: none;
	}
}

@media (max-width: 768px) {
	.pc:not(.sp) {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1200px) {
	.pc:not(.tb) {
		display: none;
	}
}


/**
* ----------------------------------------------------------------------------
* 404 error
* ----------------------------------------------------------------------------
*/
#error-404 .mv {
	position: relative;
	width: 100%;
}

@media (max-width: 768px) {
	#error-404 .mv {
		background: #ecf1f4;
		height: 250px;
	}

	#error-404 .inner {
		width: 90%;
		margin: 50px auto 160px;
		line-height: 2;
	}

}

@media (min-width: 769px) {
	#error-404 .mv {
		background: #ecf1f4;
		height: 500px;
	}
}

#error-404 .inner {
	max-width: 960px;
	margin: 50px auto 160px;
	line-height: 2;
}

#error-404 .inner .back-top a {
	display: block;
	background: #2baae2;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	letter-spacing: .05em;
	width: 240px;
	text-align: center;
}

#error-404 .inner .back-top {
	margin-top: 40px;
}


/*# sourceMappingURL=common.css.map */
