/* Tools */

/* 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;
}

.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
-------------------------------*/

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

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

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

.flex-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #000;
}

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

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

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

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

button {
	cursor: pointer;
	font-size: inherit;
}

/* for development */

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

/* Layout */

.l-body {
	width: 100%;
	padding-top: 40px;
}

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

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #ffffff;
}

.l-wrapper {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.l-content-md {
	margin-bottom: 50px;
}

.l-content-lg {
	margin-bottom: 100px;
}

.l-section-lg {
	margin-bottom: 100px;
}

.l-section-lg:last-child {
	margin-bottom: 0;
}

.l-section-md {
	margin-bottom: 50px;
}

.l-section-md:last-child {
	margin-bottom: 0;
}

.l-section-sm {
	margin-bottom: 30px;
}

.l-section-sm:last-child {
	margin-bottom: 0;
}

.l-section-xs {
	margin-bottom: 20px;
}

.l-section-xs:last-child {
	margin-bottom: 0;
}

.l-navigation {
	max-width: 1110px;
	margin: 0 auto;
}

/* Module */

.header-main {
	position: relative;
}

.header-main__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 60px;
	padding: 10px 15px;
}

.header-belt__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #162e4b;
	background: #f4f7fa;
	height: 40px;
	padding: 0 15px 0 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.is-header-compact .header-belt__wrapper {
	height: 0;
}

.header-belt__text {
	position: relative;
	padding-left: 33px;
	padding-top: 2px;
	font-size: 1.2rem;
	line-height: 1.4;
}

.header-belt__text::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 38px;
	height: 15px;
	-webkit-mask: url(../img/logo_dig_sm_white.svg) no-repeat center center/contain;
	mask: url(../img/logo_dig_sm_white.svg) no-repeat center center/contain;
	background: currentColor;
}

.header-belt__link {
	position: relative;
	padding-right: 16px;
	font-size: 1.2rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-belt__link::after {
	content: '';
	position: absolute;
	top: 1px;
	right: 0;
	width: 10px;
	height: 10px;
	-webkit-mask: url(../img/icon_external_white.svg) no-repeat center center/contain;
	mask: url(../img/icon_external_white.svg) no-repeat center center/contain;
	background: currentColor;
}

.header-logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 700;
}

.header-logo img {
	display: block;
	width: 35px;
	margin-right: 5px;
}

.header-buttons {
	display: none;
}

.header-buttons__item {
	width: 200px;
	font-size: 1.3rem;
}

.header-buttons__item:not(:last-of-type) {
	margin-right: 10px;
}

.header-buttons__link {
	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;
	width: 100%;
	height: 100%;
	padding: 6px;
	border: 2px solid #162e4b;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-buttons__link--entry {
	background: #e95404;
	color: #ffffff;
	border-color: #e95404;
	font-weight: 900;
}

.header-buttons__link--blue {
	border-color: #055189;
	color: #ffffff;
	background: #055189;
}

.header-buttons__link--wantedly {
	background: transparent;
	border: 1px solid #e7e7e7;
}

.header-buttons__link--wantedly img {
	width: auto;
	height: 100%;
}

.header-menu {
	opacity: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	width: 430px;
	width: 60%;
	min-height: 250px;
	height: 100vh;
	background: #ffffff;
	overflow-y: auto;
	padding: 70px 3.8% 90px;
}

.is-menu-open .header-menu {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.nav__item:not(:last-of-type) {
	margin-bottom: 15px;
}

.nav__link {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.nav__en {
	display: block;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 700;
	color: #e95404;
	font-family: "Montserrat", sans-serif;
}

.nav__en--wantedly {
	color: #21BDDB;
}

.nav__jp {
	display: block;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 700;
	color: #162e4b;
}

.menu-btn {
	position: fixed;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 20px;
	background: transparent;
	border: none;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	z-index: 102;
	text-align: center;
}

.menu-btn__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.menu-btn__icon span {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000;
	-webkit-transition: .3s;
	transition: .3s;
	left: 0;
}

.menu-btn__icon span:nth-of-type(1) {
	top: 0;
}

.menu-btn__icon span:nth-of-type(2) {
	top: 50%;
}

.menu-btn__icon span:nth-of-type(3) {
	top: 100%;
}

.is-menu-open .menu-btn__icon span:nth-of-type(1) {
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-menu-open .menu-btn__icon span:nth-of-type(2) {
	opacity: 0;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

.is-menu-open .menu-btn__icon span:nth-of-type(3) {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-btn__text {
	display: block;
	font-size: 1rem;
	text-align: center;
}

.footer-main {
	padding: 25px 0 23px;
	background: #313131;
	background: -webkit-gradient(linear, left top, right top, from(#0060a3), to(#162f4c));
	background: -webkit-linear-gradient(left, #0060a3 0%, #162f4c 100%);
	background: linear-gradient(90deg, #0060a3 0%, #162f4c 100%);
}

.footer-nav {
	display: none;
}

.footer-nav__items--bottom {
	margin-top: 45px;
}

.footer-nav__item {
	position: relative;
	margin-bottom: 10px;
	padding: 0 10px;
}

.footer-nav__item:not(:last-of-type)::after {
	content: '';
	position: absolute;
	top: 2px;
	right: 0;
	width: 1px;
	height: calc(100% - 4px);
	background: rgba(255, 255, 255, 0.5);
}

.footer-nav__link {
	position: relative;
	color: #FFFFFF;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-nav__link[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background: url(../img/icon_external_white.svg) no-repeat center center/contain;
}

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

.footer-logo__image {
	width: 50px;
	display: block;
	margin: 0 auto 18px;
	opacity: .3;
}

.footer-logo__image img {
	display: block;
	width: 100%;
}

.footer-logo__jp {
	margin-bottom: 9px;
	color: #ffffff;
	line-height: 1.4;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
}

.footer-logo__jp span {
	display: block;
}

.footer-logo__en {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	letter-spacing: .2em;
}

.footer-belt {
	padding: 13px 42px;
	background: #000000;
}

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

.footer-belt__link {
	display: none;
}

.footer-belt__link::after {
	content: '';
	position: absolute;
	top: 1px;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../img/icon_external_white.svg) no-repeat center center/contain;
}

.footer-belt__copy {
	display: inline-block;
	color: #ffffff;
	font-size: 1.1rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: .2em;
}

.bg-beige {
	background: #f1f1ea;
}

.bg-orange {
	background: #e95404;
}

.bg-orange-grad {
	background: -webkit-gradient(linear, left top, right top, from(#f29f00), to(#e95404));
	background: -webkit-linear-gradient(left, #f29f00 0%, #e95404 100%);
	background: linear-gradient(90deg, #f29f00 0%, #e95404 100%);
}

.page-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 180px;
	padding: 20px 0;
	color: #e95404;
}

.page-title__main {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 1.2;
}

.page-title__main--jp {
	font-family: "Noto Sans JP", sans-serif;
}

.page-title__sub {
	display: block;
	margin-top: 10px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
}

.page-title__sub--en {
	font-family: "Montserrat", sans-serif;
}

.white-box {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #ffffff;
	overflow: hidden;
}

.heading-1 {
	margin-bottom: 20px;
	color: #e95404;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 700;
}

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

.heading-1--mblg {
	margin-bottom: 40px;
}

.heading-1--mbsm {
	margin-bottom: 20px;
}

.heading-2 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 700;
}

.heading-2::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 6px;
	height: calc(100% - 6px);
	background: #e95404;
}

.heading-2--noborder {
	padding-left: 0;
}

.heading-2--noborder::before {
	content: none;
}

.heading-2--mbsm {
	margin-bottom: 15px;
}

.heading-2 strong {
	color: #e95404;
}

.heading-3 {
	position: relative;
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}

.heading-3--question {
	margin-bottom: 20px;
	padding-left: 22px;
}

.heading-3--question::before {
	content: '-- ';
	position: absolute;
	top: 0;
	left: 0;
}

.heading-3--orange {
	color: #e95404;
}

.heading-3--mbmd {
	margin-bottom: 15px;
}

.heading-3--mblg {
	margin-bottom: 30px;
}

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

.heading-3__note {
	display: block;
	margin-bottom: 3px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 400;
}

.heading-4 {
	margin-bottom: 24px;
	text-align: center;
}

.heading-4__jp {
	display: block;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .1em;
}

.heading-4__en {
	display: block;
	font-weight: 900;
	color: #e95404;
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: .1em;
}

.heading-5 {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: .1em;
}

.heading-5--mbsm {
	margin-bottom: 8px;
}

.heading-5--orange {
	color: #e95404;
}

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

.heading-5__note {
	display: block;
	margin-bottom: 3px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 400;
}

.heading-6 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 15px;
}

.heading-6--splg {
	font-size: 2rem;
}

.heading-7 {
	margin-bottom: 30px;
	text-align: center;
}

.heading-7__en {
	display: block;
	font-size: 3rem;
	line-height: 1.4;
	color: #e95404;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	letter-spacing: .1em;
}

.heading-7__en--instagram::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	margin-bottom: 8px;
	vertical-align: middle;
	background: url(../img/logo_instagram.svg) no-repeat center center/contain;
}

.heading-7__jp {
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: .1em;
}

.heading-8__en {
	display: block;
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	text-align: center;
	letter-spacing: .2em;
}

.heading-8__jp {
	display: block;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}

.heading-9 {
	margin-bottom: 20px;
	font-size: 3rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 900;
	font-family: "Montserrat", sans-serif;
	letter-spacing: .1em;
}

.heading-10 {
	margin-bottom: 12px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
}

.heading-10 span {
	display: inline-block;
	margin-left: 19px;
	font-size: 1.2rem;
	font-weight: 400;
}

.heading-11 {
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
}

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

.heading-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 10px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
}

.heading-12__label {
	font-size: 1.4rem;
	padding: 2px 10px;
	background: #e95404;
	color: #FFF;
}

.heading-12__main {
	color: #e95404;
}

.text {
	line-height: 1.9;
}

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

.text--mbsm:not(:last-child) {
	margin-bottom: .6em;
}

.text--mblg:not(:last-child) {
	margin-bottom: 30px;
}

.text--12-12 {
	font-size: 1.2rem;
}

.text--12-16 {
	font-size: 1.2rem;
}

.text--12-14 {
	font-size: 1.2rem;
	line-height: 1.75;
}

.text--14-16 {
	font-size: 1.4rem;
}

.text--16-18 {
	font-size: 1.6rem;
}

.text--18-20 {
	font-size: 1.8rem;
}

.text--lhsm {
	line-height: 1.6;
}

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

.text sup {
	font-size: 65%;
	position: relative;
	top: -.5em;
}

.text sub {
	font-size: 65%;
}

.text__bg-yellow {
	background: #fff100;
	font-weight: bold;
}

.text__bg-orange {
	background: #f29f00;
	font-weight: bold;
}

.text__bg-blue {
	background: rgba(5, 81, 137, 0.25);
	font-weight: bold;
}

.text a {
	color: #e95404;
	text-decoration: underline;
}

.lead-text {
	margin-bottom: 40px;
	color: #e95404;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}

.lead-text--orange {
	color: #e95404;
}

.lead-text-2 {
	margin-bottom: 20px;
	color: #e95404;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
}

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

.float-content::after {
	clear: both;
}

.float-content__float {
	margin-bottom: 25px;
}

.float-content__main {
	width: 100%;
	margin-bottom: 20px;
}

.button-1 {
	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;
	max-width: 350px;
	margin: 0 auto;
	padding: 13px 15px;
	border-radius: 50px;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-1--white {
	background: #ffffff;
	border: 2px solid #ffffff;
}

.button-1--lg {
	padding: 18px 15px;
	font-size: 1.6rem;
}

.button-2 {
	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;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding: 15px;
	border-radius: 40px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-2--blue {
	background: #162e4b;
	color: #ffffff;
	border: 2px solid #162e4b;
}

.button-2--orange {
	background: #e95404;
	color: #ffffff;
	border: 2px solid #e95404;
}

.button-2--white {
	background: #ffffff;
	color: #162e4b;
	border: 2px solid #ffffff;
}

.button-3-wrap {
	margin-top: 15px;
	margin-bottom: 15px;
}

.button-3 {
	color: #e95404;
	text-decoration: underline;
	font-weight: 700;
}

.entry {
	padding: 44px 0 50px;
}

.entry__heading {
	margin-bottom: 13px;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 4rem;
	letter-spacing: .1em;
}

.entry__text {
	margin-bottom: 22px;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
	color: #ffffff;
}

.entry__buttons__item:not(:last-child) {
	margin-bottom: 20px;
}

.card-1 {
	display: block;
	margin-bottom: 30px;
}

.card-1__image {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 100%;
}

.card-1__image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.card-1__position {
	font-size: 1.2rem;
	line-height: 1.4;
}

.card-1__name {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 700;
	color: #e95404;
	margin-top: 5px;
}

.card-1__name::after {
	content: "";
	border-right: 2px solid #e95404;
	border-bottom: 2px solid #e95404;
	position: absolute;
	width: 8px;
	height: 8px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.card-1__text {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-top: 2px;
}

.card-2 {
	display: block;
	margin-bottom: 30px;
}

.card-2__image {
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
	padding-top: 100%;
}

.card-2__image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.card-2__position {
	display: block;
	margin-bottom: 5px;
	font-size: 1rem;
	line-height: 1.4;
	text-align: center;
}

.card-2__name {
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 700;
	color: #e95404;
	text-align: center;
}

.card-3 {
	width: 70vw;
	margin-right: 20px;
}

.card-3__image {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 100%;
}

.card-3__image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.card-3__position {
	font-size: 1.2rem;
	line-height: 1.4;
}

.card-3__name {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 700;
	color: #e95404;
	margin-top: 5px;
}

.card-3__name::after {
	content: "";
	border-right: 2px solid #e95404;
	border-bottom: 2px solid #e95404;
	position: absolute;
	width: 8px;
	height: 8px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.card-3__text {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 2px;
}

.career {
	position: relative;
	z-index: 1;
	margin-top: -40px;
	margin-bottom: 30px;
}

.career::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #e95404;
}

.career__wrapper {
	background: #e95404;
	padding: 10px 0;
}

.career__history {
	color: #fff;
	padding: 5px 10px 3px;
	line-height: 1.6;
	font-size: 1.3rem;
}

.list-1 {
	padding: 5px 10px 3px;
}

.list-1__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.4;
	color: #ffffff;
	font-size: 1.2rem;
}

.list-1__item:not(:last-of-type) {
	margin-bottom: 1px;
}

.list-1__date {
	width: 62px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.list-1__main {
	padding-right: 10px;
}

.image {
	margin-top: 30px;
	margin-bottom: 30px;
}

.image--mt0 {
	margin-top: 0;
}

.image--sp-wide {
	margin-left: -4.85%;
	margin-right: -4.85%;
}

.image img {
	display: block;
}

.table-1 {
	width: 100%;
	border: 2px solid #dededf;
}

.table-1__th {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 15px 15px;
	width: 230px;
	background-color: #fafaf8;
	border: 1px solid #dededf;
}

.table-1__th--narrow {
	width: 5em;
}

.table-1--y-center .table-1__th {
	vertical-align: middle;
}

.table-1--sm .table-1__th {
	font-size: 1.3rem;
	padding: 10px 3px;
}

.table-1__td {
	padding: 15px 15px;
	font-size: 1.4rem;
	width: 230px;
	line-height: 1.5;
	border: 1px solid #dededf;
	text-align: left;
}

.table-1--y-center .table-1__td {
	vertical-align: middle;
}

.table-1--center .table-1__td {
	text-align: center;
	vertical-align: middle;
}

.table-1--sm .table-1__td {
	font-size: 1.3rem;
	padding: 10px 3px;
}

.table-2 {
	width: 100%;
	border-collapse: separate;
}

.table-2__tr .table-2__th,
.table-2__tr .table-2__td {
	border-top: 1px solid #dededf;
}

.table-2__tr:last-child .table-2__th,
.table-2__tr:last-child .table-2__td {
	border-bottom: 1px solid #dededf;
}

.table-2__th {
	width: 100px;
	background-color: #fafaf8;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 20px 0 20px 15px;
	line-height: 1.4;
	text-align: left;
}

.table-2__td {
	width: 190px;
	line-height: 1.5;
	font-size: 1.4rem;
	padding: 20px 0 20px 15px;
}

.table-2__td p:not(:last-of-type) {
	margin-bottom: 1em;
}

.table-3__row {
	position: relative;
	display: block;
	text-align: center;
	padding: 15px 20px 15px 0;
	min-height: 80px;
	border-top: 1px solid #e6e6e6;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.table-3__row:last-of-type {
	border-bottom: 1px solid #e6e6e6;
}

.table-3__row::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url(../img/icon_arrow_orange.svg) no-repeat center center/contain;
}

.table-3__item-1 {
	margin-bottom: 10px;
}

.table-3__item-1 span {
	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;
	width: 80%;
	max-width: 200px;
	margin: 0 auto;
	background: #e6e6e6;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 5px;
}

.table-3__item-2 {
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 700;
	color: #e95404;
}

.table-3__item-3 {
	margin-bottom: 5px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.table-3__item-4 {
	font-size: 1.4rem;
	line-height: 1.4;
}

.table-4 {
	width: 100%;
	border: 2px solid #dededf;
	margin-bottom: 60px;
}

.table-4__th {
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 5px 15px;
	background-color: #fafaf8;
	border: 1px solid #dededf;
	text-align: left;
	width: 75%;
}

.table-4__th--data1 {
	background: #f4761b;
	color: #fff;
}

.table-4__th--data2 {
	background: #f8b316;
}

.table-4__th--data3 {
	background: #4658e8;
	color: #fff;
}

.table-4__th--data4 {
	background: #f1c4c5;
}

.table-4__th--data5 {
	background: #252759;
	color: #fff;
}

.table-4__th--data6 {
	background: #01b9bd;
}

.table-4__th--data7 {
	background: #646464;
	color: #fff;
}

.table-4__td {
	padding: 5px 5px;
	font-size: 1.4rem;
	line-height: 1.5;
	border: 1px solid #dededf;
	text-align: right;
}

.frame-1 {
	padding: 20px;
	border: 5px solid #f1f1ea;
}

.frame-2 {
	background-color: #fafaf8;
	border: 1px solid #dededf;
	padding: 20px;
}

.table-scroll-wrapper {
	overflow-x: auto;
}

.indent {
	padding-left: 10px;
}

.input {
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF));
	background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
	background: #f5f5f5;
	border-radius: 0;
	border: none;
	padding: 8px;
	font-size: 1.5rem;
	width: 100%;
}

.input:focus {
	outline: none;
}

.input::-webkit-input-placeholder {
	color: #B2B2B2;
}

.input::-moz-placeholder {
	color: #B2B2B2;
}

.input:-ms-input-placeholder {
	color: #B2B2B2;
}

.input::-ms-input-placeholder {
	color: #B2B2B2;
}

.input::placeholder {
	color: #B2B2B2;
}

.input:-ms-input-placeholder {
	color: #B2B2B2;
}

.input::-ms-input-placeholder {
	color: #B2B2B2;
}

.form {
	border-top: 1px solid #dededf;
}

.form__content {
	border-left: 1px solid #dededf;
	border-right: 1px solid #dededf;
}

.form__row {
	border-bottom: 1px solid #dededf;
}

.form__head {
	width: 100%;
	background: #fafaf8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 15px;
}

.form__heading {
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.4;
}

.form__main {
	width: 100%;
	padding: 15px;
}

.form__note {
	margin-top: 20px;
	font-size: 1.2rem;
	line-height: 1.3;
}

.form .mwform-radio-field {
	display: block;
	margin-bottom: 6px;
}

.form .mwform-radio-field input {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.form .mwform-radio-field label {
	cursor: pointer;
	font-size: 1.4rem;
}

.form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}

.form__button {
	margin-top: 30px;
}

.form-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	color: #ffffff;
	background: #162e4b;
	border-radius: 50px;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 18px;
	font-size: 1.6rem;
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.form-button:hover {
	opacity: .7;
}

.graph {
	position: relative;
	margin-bottom: 30px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.graph--lg {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.graph--bar {
	height: 650px;
}

.graph--bar2 {
	height: 350px;
}

.graph--mb {
	margin-bottom: 40px;
}

.kv-1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 148.5vw;
	padding-bottom: 40px;
}

.kv-1--home {
	margin-bottom: 80px;
	padding-bottom: 0;
}

.kv-1__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.kv-1__bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.kv-1__wrapper {
	position: relative;
	z-index: 1;
}

.kv-1__home-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: 30px;
	z-index: 1;
	width: 92%;
	padding: 30px 15px 30px 0;
	min-height: 120px;
}

.kv-1__home-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100vw;
	background: rgba(233, 84, 4, 0.9);
}

.kv-1__copy {
	margin-bottom: 20px;
	padding-left: 10px;
	color: #e95404;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.4;
}

.kv-1__home-copy {
	position: relative;
	padding-left: 10px;
	color: #ffffff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
	font-style: italic;
}

.kv-1__info {
	position: relative;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 10px 13px;
}

.kv-1__info::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: calc(50vw - 50%);
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}

.kv-1__heading {
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: 700;
}

.kv-1__text {
	font-size: 1.2rem;
	line-height: 1.4;
}

a.kv-1 {
	cursor: pointer;
}

.kv-2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: calc(100vh - 300px);
	min-height: 400px;
	margin-bottom: 30px;
}

.kv-2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 80px);
	background: url(../img/bg_zaimu_kv_sp.jpg) no-repeat top 30% center/cover;
}

.kv-2--bg02 {
	min-height: 550px;
}

.kv-2--bg02::before {
	background: url(../img/bg_inheritance-consultant_kv_sp.jpg) no-repeat center center/cover;
}

.kv-2__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.kv-2__content {
	position: relative;
	z-index: 1;
	padding: 15px;
	background: #ffffff;
	width: 100%;
}

.kv-2__copy {
	margin-bottom: 10px;
	color: #e95404;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
}

.kv-2__heading {
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: 700;
	color: #055189;
}

.kv-2__heading span {
	font-size: 2.8rem;
}

.kv-2__heading--sm {
	font-size: 1.6rem;
}

.kv-2__heading--sm span {
	font-size: 2.2rem;
}

.mv {
	position: relative;
	width: 100%;
	height: 95vw;
	margin-bottom: 308px;
	padding-top: 10px;
	background: url(../img/img_mv_sp.jpg) no-repeat top center/cover;
}

.mv__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 100px;
}

.mv__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 2.3rem;
	line-height: 1.4;
	font-weight: 700;
	margin-left: 10px;
}

.mv__head__item {
	display: inline-block;
	padding: 0 10px;
	background-color: rgba(255, 255, 255, 0.8);
}

.mv__head__item:not(:last-of-type) {
	margin-bottom: 6px;
}

.mv__head__item--01 span {
	color: #FF8C00;
	background: -webkit-linear-gradient(0deg, #f29f00, #e95404);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.mv__head__item--02 span {
	color: #FF8C00;
	background: -webkit-linear-gradient(0deg, #0060a4, #162e4b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.mv-main {
	position: absolute;
	top: calc(100% - 70px);
	left: 0;
	width: calc(100% - 25px);
	padding: 55px 16px 58px 16px;
	background: -webkit-gradient(linear, left top, right top, from(#f29f00), to(#e95404));
	background: -webkit-linear-gradient(left, #f29f00 0%, #e95404 100%);
	background: linear-gradient(90deg, #f29f00 0%, #e95404 100%);
}

.mv-main__jp-text {
	color: #FFFFFF;
	font-size: 2.25rem;
	line-height: 1.3889;
	font-weight: 700;
}

.mv-main__en-text {
	margin-top: 20px;
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: .05em;
	font-family: "Montserrat", sans-serif;
}

.mv-main__links {
	margin-top: 25px;
}

.mv-main__links__item:not(:last-child) {
	margin-bottom: 15px;
}

.mv-main__links__item a {
	display: block;
	max-width: 280px;
	padding: 8px 15px;
	color: #e95404;
	background: #ffffff;
	border: 2px solid #ffffff;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.point__lead {
	margin-bottom: 35px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
}

.point__item {
	margin-bottom: 10px;
}

.point__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 15px 15px;
	background: #f7f7f2;
}

.point__badge {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
}

.point__main {
	width: 100%;
	padding-left: 15px;
}

.point__text {
	font-size: 1.4rem;
	line-height: 1.4444;
}

.point__note {
	margin-top: 5px;
	font-size: 1.1rem;
	line-height: 1.4444;
}

.ourgroup {
	margin-top: 85px;
}

.ourgroup__list-1 {
	margin-bottom: 35px;
}

.ourgroup__list-1__item {
	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;
	width: 100%;
	max-width: 280px;
	padding: 25px 10px;
	margin: 0 auto;
}

.ourgroup__list-1__item:not(:last-of-type) {
	border-bottom: 1px solid #bdbdbd;
}

.ourgroup__list-1__item--1 img {
	height: 25px;
}

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

.ourgroup__list-2__item {
	margin-bottom: 18px;
	padding: 0 15px;
	font-size: 1.4rem;
}

.bg-links {
	margin-top: 60px;
}

.bg-links__item {
	overflow: hidden;
	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;
	height: 120px;
	margin-bottom: 15px;
}

.bg-links__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.bg-links__item--bg01::before {
	background: url(../img/bg_link_01.jpg) no-repeat top center/cover;
}

.bg-links__item--bg02::before {
	background: url(../img/bg_link_02.jpg) no-repeat center center/cover;
}

.bg-links__item--bg03::before {
	background: url(../img/bg_link_03.jpg) no-repeat center center/cover;
}

.bg-links__item--bg04::before {
	background: url(../img/bg_link_04.jpg) no-repeat center center/cover;
}

.bg-links__item--bg05::before {
	background: url(../img/bg_link_05.jpg) no-repeat center center/cover;
}

.bg-links__item--bg06::before {
	background: url(../img/bg_link_06.jpg) no-repeat center center/cover;
}

.bg-links__item--bg07::before {
	background: url(../img/bg_link_07.jpg) no-repeat center center/cover;
}

.bg-links__item--bg08::before {
	background: url(../img/bg_link_08.jpg) no-repeat center center/cover;
}

.bg-links__item--bg09::before {
	background: url(../img/bg_link_09.jpg) no-repeat center center/cover;
}

.bg-links__item--bg10::before {
	background: url(../img/bg_link_10.jpg) no-repeat center center/cover;
}

.bg-links__item--bg11::before {
	background: url(../img/bg_link_11.jpg) no-repeat center center/cover;
}

.bg-links__item--bg12::before {
	background: url(../img/bg_link_12.jpg) no-repeat center center/cover;
}

.bg-links__item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .5;
}

.bg-links__wrap {
	position: relative;
	z-index: 1;
	text-align: center;
}

.bg-links__en {
	margin-bottom: 2px;
	font-size: 2.6rem;
	line-height: 1.4;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	letter-spacing: .1em;
}

.bg-links__jp {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #ffffff;
}

.recruit-link {
	margin-top: 50px;
}

.recruit-link__image {
	display: block;
}

.recruit-link__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.recruit-link__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px;
	background: -webkit-gradient(linear, left top, right top, from(#f29f00), to(#e95404));
	background: -webkit-linear-gradient(left, #f29f00 0%, #e95404 100%);
	background: linear-gradient(90deg, #f29f00 0%, #e95404 100%);
}

.recruit-link__heading {
	margin-bottom: 20px;
	font-size: 3rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	color: #FFFFFF;
}

.recruit-link__text {
	color: #FFFFFF;
	font-size: 1.6rem;
	line-height: 1.5;
}

.recruit-link__links {
	margin-top: 30px;
}

.recruit-link__links__item:not(:last-child) {
	margin-bottom: 20px;
}

.recruit-link__links__item a {
	position: relative;
	display: block;
	padding-bottom: 13px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1.6rem;
	font-weight: 700;
	padding-left: 2px;
}

.recruit-link__links__item a::after {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	background: url(../img/icon_recruit-link.svg) no-repeat center center/contain;
	width: 15px;
	height: 8px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-voice {
	margin-top: 60px;
	margin-bottom: 70px;
}

.home-job {
	margin-top: 80px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.home-job__button {
	margin-top: 30px;
}

.home-job__item:not(:last-of-type) {
	margin-bottom: 50px;
}

.bg-links-2__item {
	padding: 40px 20px;
}

.bg-links-2__item--bg01 {
	background: url(../img/bg_internship.jpg) no-repeat center center/cover;
}

.bg-links-2__item--bg02 {
	background: url(../img/bg_connect.jpg) no-repeat center center/cover;
}

.bg-links-2__text {
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.85;
	color: #ffffff;
	text-align: center;
}

.bg-links-2__list {
	margin-top: 15px;
}

.bg-links-2__list__item {
	position: relative;
	padding: 15px 0;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #ffffff;
	text-align: center;
}

.bg-links-2__list__item:not(:last-of-type) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.bg-links-2__button {
	width: 100%;
	margin-top: 30px;
}

.home-about {
	margin-top: 60px;
}

.home-map {
	margin-top: 50px;
}

.map-item:not(:last-of-type) {
	margin-bottom: 30px;
}

.map-item__map {
	position: relative;
	padding-top: 72%;
	width: 100%;
}

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

.map-item__heading {
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 700;
	color: #e95404;
	text-align: center;
}

.map-item__text {
	margin-top: 5px;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center;
}

.home-map-text {
	margin-top: 40px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
}

.home-map-text a {
	color: #e95404;
	text-decoration: underline;
}

.home-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
}

.home-images__item {
	height: 32.3vw;
}

.home-images__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.top-description {
	margin-top: 30px;
	text-align: center;
}

.top-description p {
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: .2em;
	font-style: italic;
}

.top-description p strong {
	font-weight: bold;
	color: #e95404;
}

.home-instagram {
	margin-top: 70px;
	margin-bottom: 70px;
}

.home-instagram__row:not(:last-child) {
	margin-bottom: 40px;
}

.home-instagram__heading {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
}

.home-instagram__content #sb_instagram.sbi_col_2 #sbi_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-instagram__content #sb_instagram.sbi_col_2 #sbi_images .sbi_item {
	width: calc(50% - 6px) !important;
	margin-bottom: 12px !important;
}

.home-instagram__content #sb_instagram.sbi_col_2 #sbi_images .sbi_item img {
	display: block;
}

.home-instagram__link {
	margin-top: 5px;
	text-align: center;
}

.home-instagram__link a {
	color: #e95404;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

.home-instagram__link a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 10px;
	background: url(../img/logo_instagram.svg) no-repeat center center/contain;
}

.archive-head {
	font-size: 1.8rem;
	color: #162e4b;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.archive-head span {
	color: #e95404;
	font-weight: 700;
}

.article-list {
	border-top: 1px solid #e9e9e9;
}

.article-list__item {
	padding: 20px 0 17px;
	border-bottom: 1px solid #e9e9e9;
}

.article-list__image {
	display: block;
	margin-bottom: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 100%;
	text-align: center;
	position: relative;
}

.article-list__image::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 73.7%;
}

.article-list__image:hover {
	opacity: .7;
}

.article-list__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.article-list__main {
	padding-top: 3px;
	position: relative;
	padding-right: 30px;
}

.article-list__main::before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	border-top: 2px solid #e95404;
	border-right: 2px solid #e95404;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.article-list__top {
	margin-bottom: 18px;
	margin-right: -30px;
}

.article-list__date {
	font-size: 1.2rem;
	font-family: "Montserrat", sans-serif;
	margin-right: 10px;
}

.article-list__cat {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 1.2rem;
	background: #e95404;
	color: #ffffff;
	padding: 3px 12px;
	border-radius: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.article-list__cat:hover {
	opacity: .7;
}

.article-list__titles {
	display: block;
	margin-bottom: 16px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.article-list__titles:hover {
	opacity: .6;
}

.article-list__title {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 7px;
	font-weight: 700;
}

.article-list__text {
	line-height: 1.43;
	margin-bottom: 10px;
	text-align: justify;
}

.article-list__tag {
	font-size: 1.2rem;
	color: #e95404;
	margin-right: 1em;
	text-decoration: underline;
}

.article-list__tag:hover {
	text-decoration: none;
}

.pagination {
	margin-top: 30px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 25px;
	min-height: 25px;
}

.pagination .page-numbers {
	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;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 38px;
	height: 34px;
	min-width: 25px;
	min-height: 25px;
	padding: 7px 5px;
	font-size: 1.3rem;
	margin: 0 2px;
}

.pagination .page-numbers:not(.dots):hover {
	background: #e9e9e9;
}

.pagination .page-numbers.current {
	background: #e9e9e9;
}

.pagination .prev,
.pagination .next {
	position: relative;
	display: block;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}

.pagination .prev::before,
.pagination .next::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
}

.pagination .prev::before {
	top: 12px;
	left: 17px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination .next::before {
	top: 12px;
	right: 17px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pagination .dots {
	min-width: 10px;
}

.single-head {
	margin-bottom: 30px;
}

.single-head__date {
	font-size: 1.4rem;
	line-height: 1.4;
	font-family: "Montserrat", sans-serif;
}

.single-head__category {
	font-size: 1.2rem;
	background: #162e4b;
	color: #ffffff;
	padding: 4px 26px;
	border-radius: 5px;
	margin-left: 17px;
}

.single-head__title {
	margin-top: 12px;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
}

.the_content {
	line-height: 1.5;
	word-wrap: break-word;
}

.the_content h2 {
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 25px;
}

.the_content h3 {
	font-weight: bold;
	padding: 5px 10px;
	font-size: 1.8rem;
	color: #FFFFFF;
	background: #e95404;
	margin-bottom: 25px;
}

.the_content h4 {
	font-weight: bold;
	font-size: 1.8rem;
	padding: 0 5px 5px 5px;
	border-bottom: 2px solid #e95404;
	margin-bottom: 25px;
}

.the_content p {
	font-size: 1.4rem;
	margin-bottom: 35px;
}

.the_content ol {
	list-style-type: decimal;
	margin-bottom: 35px;
}

.the_content ul {
	list-style-type: disc;
	margin-bottom: 35px;
}

.the_content li {
	font-size: 1.4rem;
	margin-left: 1.5em;
	margin-bottom: 10px;
}

.the_content a {
	color: #3A73E0;
	text-decoration: underline;
}

.the_content a:hover {
	text-decoration: none;
}

.the_content strong {
	font-weight: bold;
}

.the_content em {
	font-style: italic;
}

.the_content table {
	width: 100%;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-bottom: 35px;
}

.the_content table th,
.the_content table td {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	vertical-align: middle;
}

.the_content table th {
	font-weight: bold;
	white-space: nowrap;
	background: #f3f3f3;
	border-right: 1px solid #ccc;
}

.the_content table th:last-child {
	border-right: none;
}

.the_content table td {
	border-right: 1px solid #ccc;
}

.the_content table td:last-child {
	border-right: none;
}

.the_content .wp-block-quote {
	color: #666;
	font-style: italic;
	border: 1px solid #dbdcd7;
	padding: 35px 15px 0;
	position: relative;
	margin-bottom: 35px;
}

.the_content .wp-block-quote:before {
	content: '';
	display: block;
	width: 36px;
	height: 28px;
	background: #000;
	position: absolute;
	top: -15px;
	left: 10px;
	background: url("../img/icon_quote.png");
}

.the_content .wp-block-quote cite {
	display: block;
	margin-bottom: 35px;
	font-size: 1.4rem;
}

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

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

.the_content .wp-block-media-text__media {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0;
}

.the_content .wp-block-media-text__media a {
	display: block;
	height: 100%;
}

.the_content .wp-block-media-text__media img {
	height: auto;
	max-width: unset;
	vertical-align: middle;
	width: 100%;
}

.the_content .wp-block-media-text__content {
	direction: ltr;
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
	word-break: break-word;
	margin-top: 15px;
}

.the_content .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.the_content .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

.the_content .wp-block-media-text .wp-block-media-text__content,
.the_content .wp-block-media-text .wp-block-media-text__media,
.the_content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.the_content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.the_content .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.the_content .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
}

.the_content .wp-block-column {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}

.the_content .blocklab-strong {
	border: 1px solid #dbdcd7;
	padding: 1px;
	font-weight: bold;
	margin-bottom: 35px;
}

.the_content .blocklab-strong__inner {
	border: 1px solid #dbdcd7;
	padding: 1px;
	padding: 35px 15px 0;
}

.the_content .blocklab-img-text {
	margin-bottom: 35px;
}

.the_content .blocklab-img-text > div {
	margin-bottom: 15px;
}

.wp-block-image {
	margin-bottom: 35px !important;
}

.wp-block-embed__wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}

.wp-block-embed__wrapper::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

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

.single-back {
	margin-top: 50px;
}

.placement__section:not(:last-child) {
	margin-bottom: 40px;
}

.placement__sm-section:not(:last-of-type) {
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eaeae4;
}

.placement__list {
	margin-top: 7px;
}

.placement__business {
	margin-top: 25px;
}

.placement__image {
	margin-bottom: 20px;
}

.placement__bottom {
	margin-top: 37px;
}

.list-2__item {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.4rem;
	line-height: 1.64;
}

.list-2__item strong {
	background-color: #fff100;
	font-weight: bold;
}

.list-2__item::before {
	content: '●';
}

.list-2__item:not(:last-of-type) {
	margin-bottom: .6em;
}

.bg-frame {
	background: #f7f7f7;
	border: 1px solid #eaeae4;
	padding: 14px 18px 16px;
}

.bg-frame--strong {
	border-color: #e95404;
}

.bg-frame--mt {
	margin-top: 20px;
}

.bg-frame-2 {
	border: 4px solid #e95404;
}

.list-3__item {
	font-size: 1.4rem;
	line-height: 1.5724;
	text-indent: -1em;
	padding-left: 1em;
}

.list-3__item::before {
	content: '・';
}

.list-3__item a {
	position: relative;
	color: #e95404;
	font-size: 1.4rem;
	line-height: 1.5;
	text-decoration: underline;
}

.list-3__item a[target="_blank"]::after {
	content: '';
	display: inline-block;
	background: url(../img/icon_external_orange.svg) no-repeat center center/contain;
	width: 10px;
	height: 10px;
	margin-left: 8px;
}

.list-4__item:not(:last-of-type) {
	margin-bottom: 10px;
}

.list-4__item a {
	position: relative;
	color: #e95404;
	font-size: 1.4rem;
	line-height: 1.5;
	text-decoration: underline;
}

.list-4__item a[target="_blank"]::after {
	content: '';
	display: inline-block;
	background: url(../img/icon_external_orange.svg) no-repeat center center/contain;
	width: 10px;
	height: 10px;
	margin-left: 8px;
}

.list-5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 1.5;
}

.list-5__label {
	width: 92px;
}

.list-5__text {
	width: calc(100% - 92px);
}

.list-6 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.list-6--mb {
	margin-bottom: 20px;
}

.list-6__item {
	padding: 6px 5px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.5;
	background: #f1f1ea;
	color: #e95404;
}

.list-6__item--blue {
	color: #055189;
}

@use "../_config/" as *;
@use "sass:math";
.list-7 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
}

.list-7--mb {
	margin-bottom: 20px;
}

.list-7__item {
	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;
	width: calc(50% - 16px);
	padding: 7px;
	background: #e95404;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
}

.col-image--spmt {
	margin-top: 20px;
}

.col-image--spmb {
	margin-bottom: 20px;
}

.col-image--mb {
	margin-bottom: 20px;
}

.col-image--mt {
	margin-top: 20px;
}

.col-image--spmt {
	margin-top: 20px;
}

.col-image img {
	display: block;
}

.col3-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
	margin-right: -5px;
}

.col3-images__item {
	width: calc(100% / 3 - 5px);
	margin-right: 5px;
	margin-bottom: 5px;
}

.col3-images__item--wide {
	width: 100%;
}

.col3-images__item img {
	display: block;
	width: 100%;
}

.banner-1-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 20px;
}

.banner-1 {
	display: block;
	width: 100%;
}

.banner-1 img {
	display: block;
}

.banner-2 {
	padding: 30px 15px;
	text-align: center;
}

.banner-2__text {
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	color: #ffffff;
}

.banner-2__text--orange {
	color: #e95404;
}

.banner-3 {
	padding: 20px 15px;
	text-align: center;
	background: url(../img/bg_banner-3.jpg) no-repeat center center/cover;
}

.banner-3__text {
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	color: #ffffff;
}

.banner-4 {
	display: block;
	margin-top: 40px;
	margin-bottom: 60px;
}

.banner-4__item:not(:last-child) {
	margin-bottom: 30px;
}

.banner-4__item a {
	display: block;
}

.banner-4__item img {
	display: block;
	width: 100%;
}

.link-wantedly {
	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;
	width: 230px;
	height: 40px;
	padding: 10px;
	border: 1px solid #e7e7e7;
	background: #FFFFFF;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.link-wantedly img {
	display: block;
	width: 140px;
}

.ranking {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -40px;
}

.ranking__item {
	width: 80%;
	max-width: 250px;
	margin-bottom: 40px;
}

.note-text-1--mt {
	margin-top: 30px;
}

.note-text-1__item {
	padding-left: 1em;
	text-indent: -1em;
}

.note-text-1__item::before {
	content: "※";
}

.bg-2col-layout {
	color: #FFFFFF;
}

.bg-2col-layout__item {
	padding: 20px;
}

.bg-2col-layout__item--bg01 {
	background: url(../img/bg_inheritance-consultant_01.jpg) no-repeat center center/cover;
}

.bg-2col-layout__item--bg02 {
	background: url(../img/bg_inheritance-consultant_02.jpg) no-repeat center center/cover;
}

.bg-2col-layout__heading {
	margin-bottom: 10px;
	font-size: 2rem;
	line-height: 1.35;
	font-weight: 700;
}

.bg-2col-layout__heading span {
	font-size: 1.6rem;
}

@use "../_config/" as *;
@use "sass:math";
.fixed-banner {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #e95404;
	padding: 13px 10px 8px;
	border-radius: 10px 0 0 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.is-scroll-footer .fixed-banner {
	opacity: 0;
	visibility: hidden;
}

.fixed-banner--narrow {
	padding: 10px 10px 8px;
}

.fixed-banner__logo {
	display: block;
	width: 35px;
	background: #FFFFFF;
	margin-right: 8px;
}

.fixed-banner__main {
	display: block;
	width: 120px;
	margin-right: 15px;
	color: #FFFFFF;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
}

.fixed-banner__icon {
	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;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	border-radius: 50%;
	color: #e95404;
	font-size: 1rem;
	font-weight: 700;
	background: #FFFFFF;
}

.pickup-link {
	margin-top: 70px;
}

.pickup-link__main {
	margin-top: 20px;
}

.pickup-link__heading {
	margin-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 900;
	font-family: "Montserrat", sans-serif;
	letter-spacing: .1em;
}

.pickup-link__item:not(:last-child) {
	margin-bottom: 15px;
}

.pickup-link__item a {
	position: relative;
	display: block;
	padding-right: 25px;
	padding-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .05em;
	border-bottom: 1px solid #000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pickup-link__item a::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	background: url(../img/icon_recruit-link_black.svg) no-repeat center center/contain;
	width: 16px;
	height: 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fig-system-1 {
	padding: 40px 15px;
	border: 2px solid #e95404;
	background: #f7f7f2;
}

.fig-system-1__main {
	margin-bottom: 30px;
}

.fig-system-1__main__text {
	position: relative;
	display: block;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	color: #e95404;
}

.fig-system-1__main__text:not(:last-child)::after {
	content: "";
	display: block;
	width: 14px;
	height: 30px;
	margin: 10px auto;
	border-left: 4px solid #e95404;
	border-right: 4px solid #e95404;
}

.fig-system-1__list li {
	padding-left: 1em;
	text-indent: -1em;
}

@use "../_config/" as *;
@use "sass:math";
.anchor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}

.anchor-list__item {
	width: 100%;
}

.anchor-list__item a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 10px 30px 10px 0;
	font-size: 1.4rem;
	line-height: 1.5;
	border-bottom: 2px solid #e95404;
}

.anchor-list__item a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	width: 16px;
	height: 16px;
	background: url(../img/icon_arrow_orange.svg) no-repeat center center/contain;
}

@use "../_config/" as *;
@use "sass:math";
.data {
	display: -ms-grid;
	display: grid;
	gap: 40px 3%;
}

.data__item {
	width: 100%;
}

.data__image {
	margin: 0 auto;
	max-width: 400px;
}

.data__image--xsm {
	width: 70%;
	max-width: 280px;
}

.data__image img {
	display: block;
}

.data__text {
	min-height: 100px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.data__text p {
	padding: 0.8em;
	background: rgba(233, 84, 4, 0.1);
}

.data__text span {
	color: #e95404;
}

.data__sm-text {
	display: inline-block;
	font-size: 2rem;
}

@use "../_config/" as *;
@use "sass:math";
.gallery {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-rows: auto auto auto auto auto;
	grid-template-rows: auto auto auto auto auto;
	gap: 1% 2%;
}

.gallery__item {
	overflow: hidden;
}

.gallery__item--01 {
	-ms-grid-column-span: 2;
	grid-column: span 2 / span 2;
}

.gallery__item--02 {
	-ms-grid-column-span: 2;
	grid-column: span 2 / span 2;
	-ms-grid-row: 2;
	grid-row-start: 2;
}

.gallery__item--03 {
	-ms-grid-row: 3;
	grid-row-start: 3;
}

.gallery__item--04 {
	-ms-grid-row: 3;
	grid-row-start: 3;
}

.gallery__item--05 {
	-ms-grid-row: 4;
	grid-row-start: 4;
}

.gallery__item--06 {
	-ms-grid-row: 4;
	grid-row-start: 4;
}

.gallery__item--07 {
	-ms-grid-row: 5;
	grid-row-start: 5;
}

.gallery__item--08 {
	-ms-grid-row: 5;
	grid-row-start: 5;
}

.gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@use "../_config/" as *;
@use "sass:math";
.ecsr-works-wrap {
	margin-bottom: 40px;
}

.ecsr-works {
	margin-bottom: 1em;
}

.ecsr-works__label {
	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;
	width: 200px;
	border-radius: 24px;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: #e95404;
}

.ecsr-works__label--light-blue {
	background: #4285f4;
}

.ecsr-works__label--green {
	background: #00bf63;
}

.ecsr-works__detail {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 600;
	line-height: 1.5;
}

@use "../_config/" as *;
@use "sass:math";
.navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Noto Serif", serif;
}

.navigation__block {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 19px 20px 13px;
	text-align: center;
}

.navigation__heading {
	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;
	gap: 15px;
	margin-bottom: 16px;
}

.navigation__heading__logo {
	width: 193px;
}

.navigation__heading__text {
	width: 127px;
}

.navigation__heading img {
	display: block;
}

.navigation__lead {
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	color: #2a3b4c;
	margin-bottom: 12px;
}

.navigation__text {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.navigation__link {
	display: inline-block;
	padding: 0 0.2em;
	text-decoration: underline;
	text-underline-offset: .2em;
}

.navigation__link--orange {
	color: #ea5419;
}

.navigation__link--blue {
	color: #00569a;
}

@use "../_config/" as *;
@use "sass:math";
.navigation-bnr {
	position: relative;
}

.navigation-bnr--career {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.navigation-bnr--freshers {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.navigation-bnr__inner {
	display: block;
	text-decoration: none;
}

.navigation-bnr__inner--sp-reverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.navigation-bnr__image img {
	display: block;
}

.navigation-bnr__text-wrap--career {
	position: absolute;
	bottom: 22%;
	right: 4%;
}

.navigation-bnr__text-wrap--freshers {
	position: absolute;
	left: 4%;
	bottom: 5.5%;
}

.navigation-bnr__lead {
	display: inline;
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: 0.12em;
	line-height: 2.1;
	padding: 0.2em 0.4em;
	background-color: #ffffff;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: #02243d;
}

.navigation-bnr__title {
	position: relative;
	padding: 4px 35px;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
}

.navigation-bnr__title--career {
	background: #04243d;
}

.navigation-bnr__title--freshers {
	background: #ea5419;
}

.navigation-bnr__title::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	-webkit-mask: url(../img/icon_circle_arrow.svg) no-repeat center center/contain;
	mask: url(../img/icon_circle_arrow.svg) no-repeat center center/contain;
	background: currentColor;
}

.navigation-bnr__title span {
	display: inline-block;
	font-size: 2rem;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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: none;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-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:before,
.slick-track:after {
	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;
}

/* Slider */

.slick-loading .slick-list {
	background: #fff slick-image-url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
	font-family: "slick";
	src: slick-font-url("slick.eot");
	src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

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

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

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

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

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

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

.js-slick-1__item {
	width: 51vw;
	padding: 0 8px;
}

.js-slick-1 .slick-dots {
	bottom: 2px;
}

.js-slick-1 .slick-dots li {
	margin: 0 5px;
	background: #a6a6a6;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 5px;
	padding: 0;
}

.js-slick-1 .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}

.js-slick-1 .slick-dots li button::before {
	content: none;
}

.js-slick-1 .slick-dots li.slick-active {
	background: #e95404;
}

@media (min-width: 576px) {

.container {
	max-width: 540px;
}

.col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-sm-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-sm-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-sm-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-sm-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-sm-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-sm-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-sm-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-sm-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-sm-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-sm-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-sm-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-sm-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-sm-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-sm-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-sm-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-sm-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-sm-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-sm-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-sm-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-sm-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-sm-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-sm-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-sm-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-sm-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-sm-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-sm-0 {
	margin-left: 0;
}

.offset-sm-1 {
	margin-left: 8.333333%;
}

.offset-sm-2 {
	margin-left: 16.666667%;
}

.offset-sm-3 {
	margin-left: 25%;
}

.offset-sm-4 {
	margin-left: 33.333333%;
}

.offset-sm-5 {
	margin-left: 41.666667%;
}

.offset-sm-6 {
	margin-left: 50%;
}

.offset-sm-7 {
	margin-left: 58.333333%;
}

.offset-sm-8 {
	margin-left: 66.666667%;
}

.offset-sm-9 {
	margin-left: 75%;
}

.offset-sm-10 {
	margin-left: 83.333333%;
}

.offset-sm-11 {
	margin-left: 91.666667%;
}

.flex-sm-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-sm-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-sm-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-sm-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-sm-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-sm-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-sm-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-sm-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-sm-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-sm-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-sm-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-sm-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-sm-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-sm-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-sm-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-sm-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-sm-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-sm-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-sm-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-sm-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-sm-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-sm-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-sm-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-sm-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-sm-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-sm-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-sm-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-sm-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-sm-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-sm-none {
	display: none !important;
}

.d-sm-inline {
	display: inline !important;
}

.d-sm-inline-block {
	display: inline-block !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-table {
	display: table !important;
}

.d-sm-table-row {
	display: table-row !important;
}

.d-sm-table-cell {
	display: table-cell !important;
}

.d-sm-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-sm-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.header-menu {
	width: 300px;
	padding-top: 70px;
}

.footer-logo__jp span {
	display: inline-block;
}

.kv-1__home-wrapper {
	width: 80%;
	min-height: 150px;
}

.mv-main__jp-text {
	font-size: 2.4rem;
}

.bg-links__item {
	height: 150px;
}

}

@media (min-width: 768px) {

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

.mbmd0 {
	margin-bottom: 0px !important;
}

.mbmd5 {
	margin-bottom: 5px !important;
}

.mbmd10 {
	margin-bottom: 10px !important;
}

.mbmd15 {
	margin-bottom: 15px !important;
}

.mbmd20 {
	margin-bottom: 20px !important;
}

.mbmd25 {
	margin-bottom: 25px !important;
}

.mbmd30 {
	margin-bottom: 30px !important;
}

.container {
	max-width: 720px;
}

.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-md-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-md-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-md-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-md-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-md-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-md-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-md-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-md-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-md-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-md-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-md-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-md-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-md-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-md-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-md-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-md-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-md-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-md-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-md-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-md-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-md-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-md-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-md-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-md-0 {
	margin-left: 0;
}

.offset-md-1 {
	margin-left: 8.333333%;
}

.offset-md-2 {
	margin-left: 16.666667%;
}

.offset-md-3 {
	margin-left: 25%;
}

.offset-md-4 {
	margin-left: 33.333333%;
}

.offset-md-5 {
	margin-left: 41.666667%;
}

.offset-md-6 {
	margin-left: 50%;
}

.offset-md-7 {
	margin-left: 58.333333%;
}

.offset-md-8 {
	margin-left: 66.666667%;
}

.offset-md-9 {
	margin-left: 75%;
}

.offset-md-10 {
	margin-left: 83.333333%;
}

.offset-md-11 {
	margin-left: 91.666667%;
}

.flex-md-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-md-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-md-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-md-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-md-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-md-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-md-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-md-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-md-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-md-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-md-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-md-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-md-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-md-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-md-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-md-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-md-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-md-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-md-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-md-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-md-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-md-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-md-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-md-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-md-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-md-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-md-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-md-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-md-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-md-none {
	display: none !important;
}

.d-md-inline {
	display: inline !important;
}

.d-md-inline-block {
	display: inline-block !important;
}

.d-md-block {
	display: block !important;
}

.d-md-table {
	display: table !important;
}

.d-md-table-row {
	display: table-row !important;
}

.d-md-table-cell {
	display: table-cell !important;
}

.d-md-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-md-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.l-body {
	padding-top: 140px;
}

.l-content-md {
	margin-bottom: 100px;
}

.l-content-lg {
	margin-bottom: 200px;
}

.l-section-lg {
	margin-bottom: 120px;
}

.l-section-lg:last-child {
	margin-bottom: 0;
}

.l-section-md {
	margin-bottom: 70px;
}

.l-section-md:last-child {
	margin-bottom: 0;
}

.l-section-sm {
	margin-bottom: 43px;
}

.l-section-sm:last-child {
	margin-bottom: 0;
}

.l-section-xs {
	margin-bottom: 30px;
}

.l-section-xs:last-child {
	margin-bottom: 0;
}

.l-navigation {
	width: 94%;
}

.header-main {
	padding-right: 70px;
}

.header-main__wrapper {
	height: 100px;
	padding: 10px 30px 10px 62px;
}

.header-belt__wrapper {
	padding: 0 30px;
}

.header-belt__link:hover {
	opacity: .6;
}

.header-logo a {
	font-size: 1.6rem;
}

.header-logo img {
	width: 40px;
	margin-right: 10px;
}

.header-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-buttons__link:hover {
	background: #162e4b;
	color: #ffffff;
}

.header-buttons__link--entry:hover {
	background: transparent;
	color: #e95404;
}

.header-buttons__link--blue:hover {
	background: transparent;
	color: #055189;
}

.header-buttons__link--wantedly:hover {
	background: #e7e7e7;
}

.header-menu {
	width: 300px;
	padding-top: 100px;
	padding-bottom: 50px;
}

.nav__item:not(:last-of-type) {
	margin-bottom: 20px;
}

.nav__link:hover {
	opacity: .7;
}

.nav__en {
	font-size: 2.4rem;
}

.nav__jp {
	font-size: 1.3rem;
}

.menu-btn {
	top: 35px;
	right: 30px;
	width: 40px;
	height: 28px;
}

.footer-main {
	padding: 60px 0 50px;
}

.footer-nav {
	display: block;
	margin-bottom: 50px;
}

.footer-nav__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.2rem;
	line-height: 1.3;
}

.footer-nav__items--bottom {
	font-size: 1.4rem;
}

.footer-nav__link:hover {
	opacity: .7;
}

.footer-logo__image {
	width: 60px;
	margin-bottom: 8px;
}

.footer-logo__jp {
	margin-bottom: 3px;
	font-size: 1.4rem;
}

.footer-belt {
	padding: 34px 42px;
}

.footer-belt__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-belt__link {
	display: inline-block;
	position: relative;
	padding-right: 16px;
	color: #ffffff;
	font-size: 1rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 0;
	font-size: 1.2rem;
}

.footer-belt__link:hover {
	opacity: .7;
}

.footer-belt__copy {
	font-size: 1.2rem;
}

.page-title {
	min-height: 275px;
	padding: 20px 0 30px;
}

.page-title__main {
	font-size: 4.8rem;
}

.page-title__sub {
	font-size: 1.6rem;
}

.white-box {
	padding-top: 30px;
	padding-bottom: 30px;
}

.heading-1 {
	margin-bottom: 32px;
	font-size: 3rem;
}

.heading-1--mblg {
	margin-bottom: 60px;
}

.heading-1--mbsm {
	margin-bottom: 20px;
}

.heading-2 {
	margin-bottom: 25px;
	padding-left: 30px;
	font-size: 3rem;
}

.heading-2::before {
	top: 5px;
	width: 10px;
	height: calc(100% - 12px);
}

.heading-2--noborder {
	padding-left: 0;
}

.heading-2--mbsm {
	margin-bottom: 10px;
}

.heading-3 {
	margin-bottom: 5px;
	font-size: 1.8rem;
}

.heading-3--mbmd {
	margin-bottom: 20px;
}

.heading-3--mblg {
	margin-bottom: 46px;
}

.heading-3__note {
	font-size: 1.2rem;
}

.heading-4 {
	margin-bottom: 24px;
}

.heading-4__jp {
	font-size: 3rem;
}

.heading-4__en {
	font-size: 1.6rem;
}

.heading-5 {
	margin-bottom: 25px;
	font-size: 2.4rem;
}

.heading-5--mbsm {
	margin-bottom: 8px;
}

.heading-5__note {
	font-size: 1.6rem;
}

.heading-6 {
	font-size: 2rem;
	margin-bottom: 21px;
}

.heading-6--mbsm {
	margin-bottom: 6px;
}

.heading-7 {
	margin-bottom: 50px;
}

.heading-7__en {
	font-size: 4.8rem;
}

.heading-7__en--instagram::before {
	width: 46px;
	height: 46px;
}

.heading-7__jp {
	font-size: 1.6rem;
}

.heading-8__en {
	margin-bottom: 20px;
	font-size: 1.6rem;
}

.heading-8__jp {
	font-size: 3.6rem;
}

.heading-9 {
	margin-bottom: 28px;
	font-size: 4rem;
}

.heading-11 {
	margin-bottom: 20px;
	font-size: 2.2rem;
}

.heading-12 {
	font-size: 1.8rem;
	margin-bottom: 25px;
}

.heading-12__label {
	font-size: 1.6rem;
}

.text--mblg:not(:last-child) {
	margin-bottom: 40px;
}

.text--12-12 {
	font-size: 1.2rem;
}

.text--12-16 {
	font-size: 1.6rem;
}

.text--12-14 {
	font-size: 1.4rem;
}

.text--14-16 {
	font-size: 1.6rem;
}

.text--16-18 {
	font-size: 1.8rem;
}

.text--18-20 {
	font-size: 2rem;
}

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

.lead-text {
	margin-bottom: 60px;
	font-size: 2rem;
}

.lead-text-2 {
	margin-bottom: 30px;
	font-size: 2.4rem;
}

.float-content__float {
	width: 52%;
	margin-bottom: 30px;
}

.float-content--right .float-content__float {
	float: right;
	margin-left: 7%;
}

.float-content--left .float-content__float {
	float: left;
	margin-right: 7%;
}

.float-content__float--sm {
	width: 46%;
	margin-bottom: 20px;
}

.button-1--white:hover {
	background: transparent;
	color: #ffffff;
}

.button-2 {
	padding: 18px;
	font-size: 1.6rem;
}

.button-2--blue:hover {
	background: transparent;
	color: #162e4b;
}

.button-2--orange:hover {
	background: transparent;
	color: #e95404;
}

.button-2--white:hover {
	background: transparent;
	color: #ffffff;
}

.button-3:hover {
	text-decoration: none;
}

.entry {
	padding: 52px 0 80px;
}

.entry__heading {
	margin-bottom: 20px;
	font-size: 6rem;
}

.entry__text {
	margin-bottom: 46px;
	font-size: 1.6rem;
}

.entry__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.entry__buttons__item {
	width: 350px;
}

.entry__buttons__item:not(:last-child) {
	margin-bottom: 0;
	margin-right: 20px;
}

.card-1 {
	margin-bottom: 48px;
}

.card-1:hover .card-1__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.card-1__main {
	padding: 0 21px;
}

.card-1__name::after {
	width: 10px;
	height: 10px;
}

.card-1__name {
	font-size: 2rem;
}

.card-1__text {
	font-size: 1.4rem;
}

.card-2 {
	margin-bottom: 47px;
}

.card-2__image {
	margin-bottom: 10px;
}

.card-2:hover .card-2__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.card-2__position {
	font-size: 1.2rem;
	text-align: left;
}

.card-2__name {
	font-size: 1.6rem;
	text-align: left;
}

.card-3 {
	width: 350px;
	margin-right: 30px;
}

.card-3:hover .card-3__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.card-3__main {
	padding: 0 21px;
}

.card-3__name::after {
	width: 10px;
	height: 10px;
}

.card-3__name {
	font-size: 2rem;
}

.career {
	margin-top: -48px;
	margin-bottom: 50px;
}

.career__history {
	padding: 20px 0 17px;
}

.career__history {
	font-size: 1.4rem;
}

.list-1 {
	padding: 20px 0 17px;
}

.list-1__item {
	font-size: 1.4rem;
}

.list-1__item:not(:last-of-type) {
	margin-bottom: 5px;
}

.list-1__date {
	width: 70px;
}

.image {
	margin-top: 50px;
	margin-bottom: 50px;
}

.image--mt0 {
	margin-top: 0;
}

.image--sp-wide {
	margin-left: 0;
	margin-right: 0;
}

.table-1__th {
	width: auto;
	padding: 30px 15px;
	font-size: 1.6rem;
}

.table-1__th--narrow {
	width: 4em;
}

.table-1--sm .table-1__th {
	font-size: 1.6rem;
	padding: 10px 10px;
}

.table-1__td {
	padding: 30px 15px;
	font-size: 1.6rem;
}

.table-1--sm .table-1__td {
	font-size: 1.6rem;
	padding: 10px 10px;
}

.table-2__th {
	font-size: 1.6rem;
	padding: 29px 0 29px 25px;
	width: 26%;
}

.table-2__td {
	font-size: 1.6rem;
	padding: 27px 0 27px 30px;
	width: 635px;
	width: 74%;
}

.table-3 a:hover {
	opacity: .7;
}

.frame-1 {
	padding: 40px;
	border-width: 10px;
}

.frame-2 {
	padding: 49px 45px 50px 52px;
}

.table-scroll-wrapper {
	overflow-x: hidden;
}

.indent {
	padding-left: 20px;
}

.input {
	font-size: 1.6rem;
	padding: 8px;
}

.form__content {
	border-left: none;
	border-right: none;
}

.form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form__head {
	width: 31%;
	padding: 20px 15px;
}

.form__heading {
	font-size: 1.6rem;
}

.form__main {
	width: 69%;
	padding: 19px 0 19px 27px;
}

.form__note {
	font-size: 1.2rem;
}

.form .mwform-radio-field label {
	font-size: 1.6rem;
}

.form__button {
	margin-top: 50px;
}

.form-button {
	width: 350px;
}

.kv-1 {
	height: 640px;
	padding-bottom: 130px;
}

.kv-1--home {
	margin-bottom: 80px;
	padding-bottom: 0;
}

.kv-1__home-wrapper {
	top: 80px;
	width: 70%;
	min-height: 200px;
}

.kv-1__copy {
	width: 70%;
	margin-bottom: 42px;
	padding-left: 0;
	font-size: 3rem;
	font-size: 3.2vw;
}

.kv-1__home-copy {
	width: 100%;
	padding-left: 0;
	font-size: 2.6rem;
}

.kv-1__info {
	background: transparent;
	padding: 0;
}

.kv-1__info::before {
	content: none;
}

.kv-1__heading {
	font-size: 2rem;
}

.kv-1__text {
	font-size: 1.3rem;
}

.kv-2 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 670px;
	margin-bottom: 100px;
}

.kv-2::before {
	height: 100%;
	background: url(../img/bg_zaimu_kv_pc.jpg) no-repeat top center/cover;
}

.kv-2--bg02::before {
	background: url(../img/bg_inheritance-consultant_kv_pc.jpg) no-repeat center left/cover;
}

.kv-2__wrapper--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.kv-2__content {
	display: inline-block;
	width: auto;
	padding: 20px;
	margin-bottom: 80px;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.kv-2__copy {
	font-size: 2.4rem;
}

.kv-2__heading {
	font-size: 3rem;
}

.kv-2__heading span {
	font-size: 3.6rem;
}

.mv {
	max-height: 730px;
	height: 56.15vw;
	margin-bottom: 190px;
	padding-top: 30px;
	background: url(../img/img_mv_pc.jpg) no-repeat top center/cover;
}

.mv__wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.mv__head {
	font-size: 3rem;
	margin-left: 0;
}

.mv__head__item:not(:last-of-type) {
	margin-bottom: 10px;
}

.mv-main {
	width: 64%;
	top: auto;
	bottom: -80px;
	left: 15px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	padding: 35px 30px 30px;
}

.mv-main__jp-text {
	text-align: left;
}

.mv-main__en-text {
	margin-top: 8px;
	font-size: 1.4rem;
	text-align: left;
}

.mv-main__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mv-main__links__item:not(:last-child) {
	margin-bottom: 0;
	margin-right: 30px;
}

.mv-main__links__item a {
	width: auto;
}

.mv-main__links__item a:hover {
	background: transparent;
	color: #ffffff;
}

.point__lead {
	margin-bottom: 26px;
	font-size: 2.4rem;
	text-align: center;
}

.point__item {
	margin-bottom: 30px;
}

.point__inner {
	padding: 30px 15px 26px;
	display: block;
}

.point__badge {
	width: 106px;
	margin: 0 auto 15px;
}

.point__main {
	padding-left: 0;
	text-align: center;
}

.point__note {
	font-size: 1.2rem;
}

.ourgroup__content {
	padding-top: 8px;
}

.ourgroup__list-1 {
	margin-bottom: 35px;
}

.ourgroup__list-1__item {
	max-width: 350px;
}

.ourgroup__list-1__item--1 img {
	height: 32px;
}

.ourgroup__list-2__item {
	font-size: 1.6rem;
}

.bg-links {
	margin-top: 135px;
}

.bg-links a:hover::before {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.bg-links__item {
	height: 150px;
	margin-bottom: 30px;
}

.recruit-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 120px;
}

.recruit-link__image {
	width: 50%;
}

.recruit-link__content {
	width: 50%;
	padding: 25px;
}

.recruit-link__heading {
	font-size: 4rem;
}

.recruit-link__links {
	margin-top: 0;
}

.recruit-link__links__item a:hover::after {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.home-voice {
	margin-top: 135px;
	margin-bottom: 140px;
}

.home-job {
	margin-top: 146px;
	padding-top: 82px;
	padding-bottom: 100px;
}

.home-job__button {
	margin-top: 50px;
}

.bg-links-2__text {
	margin-top: 25px;
	font-size: 1.6rem;
}

.bg-links-2__list {
	margin-top: 25px;
}

.bg-links-2__list__item {
	font-size: 1.6rem;
}

.bg-links-2__button {
	margin-top: 43px;
}

.home-about {
	margin-top: 135px;
}

.home-map {
	margin-top: 75px;
}

.map-item:not(:last-of-type) {
	margin-bottom: 42px;
}

.map-item__heading {
	font-size: 1.8rem;
}

.map-item__text {
	font-size: 1.4rem;
}

.home-map-text {
	margin-top: 30px;
	font-size: 2rem;
}

.home-map-text a:hover {
	text-decoration: none;
}

.home-images {
	margin-top: 103px;
}

.home-images__item {
	width: 50%;
}

.top-description {
	margin-top: 80px;
	margin-top: 110px;
}

.top-description p {
	font-size: 2rem;
}

.home-instagram {
	margin-top: 135px;
	margin-bottom: 140px;
}

.home-instagram__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home-instagram__row {
	width: 48%;
}

.home-instagram__row:not(:last-child) {
	margin-bottom: 0;
}

.home-instagram__link a:hover {
	text-decoration: underline;
}

.home-instagram__link a::before {
	width: 25px;
	height: 25px;
}

.archive-head {
	font-size: 2.4rem;
	margin-top: 0;
	margin-bottom: 60px;
}

.article-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.article-list__image {
	width: 19.3%;
	min-width: 190px;
	margin-right: 3.1%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
}

.article-list__main {
	width: 77.6%;
	padding-right: 43px;
}

.article-list__date {
	font-size: 1.4rem;
}

.article-list__cat {
	padding: 4px 26px;
}

.article-list__title {
	line-height: 1.1;
}

.pagination {
	margin-top: 60px;
}

.pagination .page-numbers {
	width: 38px;
	height: 34px;
	padding: 7px 12px;
	font-size: 1.6rem;
	margin: 0 3.5px;
}

.pagination .dots {
	font-size: 1.4rem;
}

.single-head {
	margin-bottom: 70px;
}

.single-head__date {
	font-size: 1.6rem;
}

.single-head__title {
	font-size: 3rem;
}

.the_content h2 {
	font-size: 3rem;
	margin-bottom: 30px;
}

.the_content h3 {
	padding: 10px 15px;
	font-size: 2.2rem;
	margin-bottom: 30px;
}

.the_content h4 {
	font-size: 2rem;
	margin-bottom: 30px;
}

.the_content p {
	font-size: 1.6rem;
}

.the_content li {
	font-size: 1.6rem;
}

.the_content .wp-block-quote {
	padding: 35px 35px 0;
}

.the_content .wp-block-media-text {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 1fr;
	grid-template-columns: 50% 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.the_content .wp-block-media-text__content {
	margin-top: 0;
	padding: 0 8%;
}

.the_content .wp-block-column {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.the_content .blocklab-strong__inner {
	padding: 35px 35px 0;
}

.placement__section:not(:last-child) {
	margin-bottom: 73px;
}

.placement__sm-section:not(:last-of-type) {
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.placement__list {
	margin-right: -3px;
}

.placement__image {
	margin-bottom: 0;
}

.list-3__item a:hover {
	text-decoration: none;
}

.list-4__item a:hover {
	text-decoration: none;
}

.list-5__label {
	width: 100px;
}

.list-5__text {
	width: calc(100% - 100px);
}

.list-6 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.list-6--mb {
	margin-bottom: 30px;
}

.list-6__item {
	font-size: 1.4rem;
}

.list-7--mb {
	margin-bottom: 30px;
}

.list-7__item {
	font-size: 1.8rem;
	width: calc(100% / 3 - 6px);
}

.col-image--spmt {
	margin-top: 0;
}

.col-image--spmb {
	margin-bottom: 0;
}

.col-image--mb {
	margin-bottom: 30px;
}

.col-image--mt {
	margin-top: 30px;
}

.col-image--spmt {
	margin-top: 0;
}

.col-image--float {
	float: right;
	width: 35%;
	margin-left: 20px;
}

.col3-images {
	margin-right: -10px;
}

.col3-images__item {
	width: calc(100% / 3 - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
}

.col3-images__item--wide {
	width: 100%;
}

.banner-1 {
	max-width: 350px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.banner-1:hover {
	opacity: .7;
}

.banner-2 {
	padding: 40px 15px;
}

.banner-2__text {
	font-size: 2.4rem;
}

.banner-3 {
	padding: 50px 15px;
}

.banner-3__text {
	margin-bottom: 30px;
	font-size: 2.8rem;
}

.banner-4 {
	margin-top: 0;
	margin-bottom: 100px;
}

.banner-4__item a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.banner-4__item a:hover {
	opacity: .7;
}

.ranking__item {
	width: 45%;
	max-width: 300px;
}

.ranking__item--sm {
	max-width: 260px;
}

.bg-2col-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bg-2col-layout__item {
	width: 50%;
	padding: 50px 30px;
}

.bg-2col-layout__heading {
	margin-bottom: 30px;
	font-size: 2.4rem;
}

.fixed-banner {
	bottom: auto;
	top: 170px;
	display: block;
	padding: 18px 15px 15px;
	border-radius: 10px 0 0 10px;
}

.fixed-banner:hover {
	background: #f29f00;
}

.fixed-banner--narrow {
	padding-left: 8px;
	padding-right: 8px;
}

.fixed-banner__logo {
	width: 74px;
	padding: 5px 0;
	margin-right: 0;
	margin-bottom: 15px;
}

.fixed-banner__main {
	width: 46px;
	margin: 0 auto 15px;
}

.fixed-banner__icon {
	width: 50px;
	height: 50px;
	font-size: 1.2rem;
}

.pickup-link__item a:hover {
	color: #e95404;
	border-bottom-color: #e95404;
}

.pickup-link__item a:hover::after {
	background: url(../img/icon_recruit-link_orange.svg) no-repeat center center/contain;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.fig-system-1 {
	border: 4px solid #e95404;
}

.fig-system-1__main__text {
	font-size: 2.8rem;
}

.fig-system-1__main__text:not(:last-child)::after {
	margin: 20px auto;
}

.anchor-list {
	gap: 20px 30px;
}

.anchor-list__item {
	width: auto;
}

.anchor-list__item a {
	font-size: 1.6rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.anchor-list__item a:hover {
	opacity: .6;
}

.data {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.data__text {
	font-size: 3.2rem;
}

.gallery {
	-ms-grid-columns: 32.2% 25.6% 5.1% 32.2%;
	grid-template-columns: 32.2% 25.6% 5.1% 32.2%;
	-ms-grid-rows: auto auto auto auto auto;
	grid-template-rows: auto auto auto auto auto;
	gap: 1.5% 1.5%;
}

.gallery__item--01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
}

.gallery__item--02 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-row: 3;
	-ms-grid-row-span: 2;
	grid-row: 3/5;
}

.gallery__item--03 {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3/5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
}

.gallery__item--04 {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3/5;
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
	grid-row: 2/4;
}

.gallery__item--05 {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3/5;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	grid-row: 4/5;
}

.gallery__item--06 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	grid-row: 5/6;
}

.gallery__item--07 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2/4;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	grid-row: 5/6;
}

.gallery__item--08 {
	-ms-grid-column: 4;
	-ms-grid-column-span: 1;
	grid-column: 4/5;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	grid-row: 5/6;
}

.ecsr-works__label {
	width: 230px;
	padding: 0.8em 1.5em;
}

.ecsr-works__detail {
	padding-left: 2em;
}

.navigation {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 30px;
	padding: 0 0 120px;
}

.navigation__block {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.navigation__heading {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	gap: 37px;
	padding-right: 1.7rem;
	margin-bottom: 60px;
}

.navigation__heading__logo {
	width: auto;
}

.navigation__heading__text {
	width: auto;
	padding-top: 0.2em;
}

.navigation__lead {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 3.4rem;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
}

.navigation__text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-size: 2.2rem;
	margin-bottom: 57px;
}

.navigation__link {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navigation__link:hover {
	text-decoration: none;
}

.navigation-bnr {
	width: calc(50% - 15px);
}

.navigation-bnr--career {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.navigation-bnr--freshers {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.navigation-bnr__inner {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navigation-bnr__inner:hover {
	opacity: .6;
}

.navigation-bnr__inner--sp-reverse {
	display: block;
}

.navigation-bnr__text-wrap--freshers {
	bottom: 22%;
}

.js-slick-1__item {
	width: inherit;
}

}

@media (min-width: 992px) {

.container {
	max-width: 960px;
}

.col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-lg-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-lg-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-lg-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-lg-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-lg-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-lg-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-lg-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-lg-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-lg-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-lg-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-lg-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-lg-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-lg-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-lg-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-lg-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-lg-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-lg-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-lg-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-lg-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-lg-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-lg-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-lg-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-lg-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-lg-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-lg-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-lg-0 {
	margin-left: 0;
}

.offset-lg-1 {
	margin-left: 8.333333%;
}

.offset-lg-2 {
	margin-left: 16.666667%;
}

.offset-lg-3 {
	margin-left: 25%;
}

.offset-lg-4 {
	margin-left: 33.333333%;
}

.offset-lg-5 {
	margin-left: 41.666667%;
}

.offset-lg-6 {
	margin-left: 50%;
}

.offset-lg-7 {
	margin-left: 58.333333%;
}

.offset-lg-8 {
	margin-left: 66.666667%;
}

.offset-lg-9 {
	margin-left: 75%;
}

.offset-lg-10 {
	margin-left: 83.333333%;
}

.offset-lg-11 {
	margin-left: 91.666667%;
}

.flex-lg-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-lg-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-lg-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-lg-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-lg-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-lg-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-lg-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-lg-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-lg-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-lg-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-lg-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-lg-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-lg-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-lg-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-lg-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-lg-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-lg-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-lg-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-lg-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-lg-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-lg-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-lg-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-lg-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-lg-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-lg-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-lg-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-lg-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-lg-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-lg-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-lg-none {
	display: none !important;
}

.d-lg-inline {
	display: inline !important;
}

.d-lg-inline-block {
	display: inline-block !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-table {
	display: table !important;
}

.d-lg-table-row {
	display: table-row !important;
}

.d-lg-table-cell {
	display: table-cell !important;
}

.d-lg-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-lg-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.header-logo a {
	font-size: 1.8rem;
}

.header-logo img {
	width: 50px;
}

.header-buttons__item {
	width: 230px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
}

.header-menu {
	width: 330px;
}

.nav__en {
	font-size: 2.8rem;
}

.footer-nav__item {
	padding: 0 18px;
}

.white-box {
	padding-top: 67px;
	padding-bottom: 67px;
}

.white-box--p-sm {
	padding-top: 55px;
	padding-bottom: 55px;
}

.heading-1 {
	font-size: 4rem;
}

.table-3__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	padding: 15px 30px 15px 0;
}

.table-3__item-1 {
	width: 20%;
	margin-bottom: 0;
}

.table-3__item-1 span {
	padding: 9px 10px;
}

.table-3__item-2 {
	width: 30%;
	margin-bottom: 0;
}

.table-3__item-3 {
	margin-bottom: 0;
	width: 20%;
}

.table-3__item-4 {
	width: 30%;
}

.form__head {
	padding: 32px 26px 31px;
}

.graph--mb {
	margin-bottom: 60px;
}

.kv-1__home-wrapper {
	width: 60%;
}

.kv-1__copy {
	font-size: 3.6rem;
	font-size: 3vw;
}

.kv-1__home-copy {
	font-size: 3.2rem;
}

.kv-1__heading {
	font-size: 2.4rem;
}

.kv-1__text {
	font-size: 1.4rem;
}

.mv__head {
	font-size: 4rem;
}

.mv-main__jp-text {
	font-size: 3rem;
}

.point__text {
	font-size: 1.8rem;
}

.ourgroup__list-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ourgroup__list-1__item {
	width: 50%;
	max-width: 100%;
	padding: 34px 10px;
	border-right: 1px solid #bdbdbd;
}

.ourgroup__list-1__item:nth-of-type(2n+1) {
	border-left: 1px solid #bdbdbd;
}

.ourgroup__list-1__item:not(:last-of-type) {
	border-bottom: none;
}

.ourgroup__list-1__item--1 img {
	height: 39px;
}

.ourgroup__list-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ourgroup__list-2__item {
	width: calc(100% / 3);
	padding: 0 20px;
	font-size: 1.8rem;
}

.ourgroup__list-2__item:not(:nth-of-type(3n)) {
	border-right: 1px solid #bdbdbd;
}

.ourgroup__list-2__item:last-child {
	border-right: none;
}

.bg-links__item {
	margin-bottom: 30px;
	height: 200px;
}

.bg-links__en {
	margin-bottom: 8px;
	font-size: 3.6rem;
}

.recruit-link__content {
	padding: 50px 50px 42px 50px;
}

.recruit-link__heading {
	margin-bottom: 30px;
	font-size: 5rem;
}

.bg-links-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bg-links-2__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50%;
	padding: 46px;
}

.pickup-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 83%;
	margin: 70px auto 0;
}

.pickup-link__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 38%;
}

.pickup-link__main {
	width: 100%;
	margin-top: 0;
	padding-top: 10px;
	padding-left: 30px;
}

.pickup-link__heading {
	margin-bottom: 15px;
	font-size: 2.8rem;
}

.pickup-link__item:not(:last-child) {
	margin-bottom: 20px;
}

.pickup-link__item a {
	font-size: 1.7rem;
}

.navigation-bnr__text-wrap--career {
	bottom: 20.4%;
	right: 5.5%;
}

.navigation-bnr__text-wrap--freshers {
	left: 5%;
	bottom: 20.3%;
}

.navigation-bnr__lead {
	font-size: 2.6rem;
}

.navigation-bnr__title {
	padding: 5px 50px;
	font-size: 1.8rem;
}

.navigation-bnr__title::after {
	right: 20px;
	width: 30px;
	height: 30px;
}

.navigation-bnr__title span {
	font-size: 2.6rem;
}

}

@media (min-width: 1200px) {

.container {
	max-width: 1140px;
}

.col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-xl-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-xl-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-xl-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-xl-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xl-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-xl-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-xl-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xl-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-xl-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-xl-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xl-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-xl-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-xl-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-xl-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-xl-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-xl-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-xl-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-xl-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-xl-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-xl-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-xl-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-xl-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-xl-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-xl-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-xl-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-xl-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-xl-0 {
	margin-left: 0;
}

.offset-xl-1 {
	margin-left: 8.333333%;
}

.offset-xl-2 {
	margin-left: 16.666667%;
}

.offset-xl-3 {
	margin-left: 25%;
}

.offset-xl-4 {
	margin-left: 33.333333%;
}

.offset-xl-5 {
	margin-left: 41.666667%;
}

.offset-xl-6 {
	margin-left: 50%;
}

.offset-xl-7 {
	margin-left: 58.333333%;
}

.offset-xl-8 {
	margin-left: 66.666667%;
}

.offset-xl-9 {
	margin-left: 75%;
}

.offset-xl-10 {
	margin-left: 83.333333%;
}

.offset-xl-11 {
	margin-left: 91.666667%;
}

.flex-xl-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-xl-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-xl-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-xl-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-xl-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-xl-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-xl-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-xl-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-xl-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-xl-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-xl-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-xl-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-xl-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-xl-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-xl-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-xl-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-xl-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-xl-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-xl-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-xl-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-xl-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-xl-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-xl-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-xl-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-xl-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-xl-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-xl-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-xl-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-xl-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-xl-none {
	display: none !important;
}

.d-xl-inline {
	display: inline !important;
}

.d-xl-inline-block {
	display: inline-block !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-table {
	display: table !important;
}

.d-xl-table-row {
	display: table-row !important;
}

.d-xl-table-cell {
	display: table-cell !important;
}

.d-xl-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-xl-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.table-4__th {
	font-size: 1.6rem;
}

.table-4__td {
	font-size: 1.6rem;
}

.kv-1__home-wrapper {
	width: 48.6%;
	min-height: 260px;
}

.kv-1__copy {
	font-size: 3.6rem;
}

.kv-1__home-copy {
	font-size: 3.2rem;
}

.kv-2 {
	height: 800px;
}

.kv-2__copy {
	font-size: 3.6rem;
}

.kv-2__heading {
	font-size: 3.6rem;
}

.kv-2__heading span {
	font-size: 5rem;
}

.mv__head {
	font-size: 5rem;
}

.mv-main {
	padding: 44px 50px;
}

.mv-main__jp-text {
	font-size: 3.6rem;
}

.mv-main__en-text {
	font-size: 1.8rem;
}

.point__item {
	min-height: 230px;
}

.recruit-link__heading {
	font-size: 6rem;
}

.pickup-link__item a {
	font-size: 2rem;
}

.navigation {
	gap: 0 50px;
}

.navigation-bnr {
	width: calc(50% - 25px);
}

.navigation-bnr__title {
	padding: 5px 60px;
}

.navigation-bnr__title::after {
	right: 30px;
}

}

@media print {

.d-print-none {
	display: none !important;
}

.d-print-inline {
	display: inline !important;
}

.d-print-inline-block {
	display: inline-block !important;
}

.d-print-block {
	display: block !important;
}

.d-print-table {
	display: table !important;
}

.d-print-table-row {
	display: table-row !important;
}

.d-print-table-cell {
	display: table-cell !important;
}

.d-print-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

}

