@charset "UTF-8";

/* base */

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

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

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

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #2a3b4c;
	word-wrap: break-word;
	text-underline-offset: 0.2em;
}

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

a[target=_blank]:not([href*=".pdf"])::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 0 0.2em 0.7em;
	vertical-align: middle;
	background: url(../img/icon_target_blank_black.svg) no-repeat center/contain;
}

a[target=_blank]:not([href*=".pdf"]).link-color-orange::after {
	background-image: url(../img/icon_target_blank_orange.svg);
}

a[target=_blank]:not([href*=".pdf"]).no-blank-icon::after {
	content: none;
}

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

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

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

button {
	cursor: pointer;
}

/* for development */

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

/* Tools */

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

.wrapper {
	width: calc(100% - 20px);
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.wrapper-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;
	margin-bottom: -20px;
}

.row > * {
	margin-bottom: 20px;
}

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

/*!
 * Bootstrap Utilities v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%;
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

.sticky-bottom {
	position: sticky;
	bottom: 0;
	z-index: 1020;
}

.hstack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.vstack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vr {
	display: inline-block;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: currentcolor;
	opacity: 0.25;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-25 {
	opacity: 0.25 !important;
}

.opacity-50 {
	opacity: 0.5 !important;
}

.opacity-75 {
	opacity: 0.75 !important;
}

.opacity-100 {
	opacity: 1 !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

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

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

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

.d-grid {
	display: -ms-grid !important;
	display: grid !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;
}

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

.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.top-0 {
	top: 0 !important;
}

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	-webkit-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

.translate-middle-y {
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}

.border {
	border: var(--border-width) var(--border-style) var(--color-gray-300) !important;
}

.border-0 {
	border: 0 !important;
}

.border-top {
	border-top: var(--border-width) var(--border-style) var(--color-gray-300) !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-end {
	border-right: var(--border-width) var(--border-style) var(--color-gray-300) !important;
}

.border-end-0 {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: var(--border-width) var(--border-style) var(--color-gray-300) !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-start {
	border-left: var(--border-width) var(--border-style) var(--color-gray-300) !important;
}

.border-start-0 {
	border-left: 0 !important;
}

.border-1 {
	--border-width: 1px;
}

.border-2 {
	--border-width: 2px;
}

.border-3 {
	--border-width: 3px;
}

.border-4 {
	--border-width: 4px;
}

.border-5 {
	--border-width: 5px;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.w-70px {
	width: 5rem;
}

.w-120px {
	width: 7rem;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.h-140px {
	height: 14rem;
}

.h-280px {
	height: 28rem;
}

.h-420px {
	height: 42rem;
}

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

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

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

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

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

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

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

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

.m-0 {
	margin: 0 !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.gap-0 {
	gap: 0 !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
	font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.fw-bolder {
	font-weight: 900 !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

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

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

/* rtl:begin:remove */

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

/* rtl:end:remove */

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: var(--border-radius) !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: var(--border-radius-sm) !important;
}

.rounded-2 {
	border-radius: var(--border-radius) !important;
}

.rounded-3 {
	border-radius: var(--border-radius-lg) !important;
}

.rounded-4 {
	border-radius: var(--border-radius-xl) !important;
}

.rounded-5 {
	border-radius: var(--border-radius-2xl) !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: var(--border-radius-pill) !important;
}

.rounded-top {
	border-top-left-radius: var(--border-radius) !important;
	border-top-right-radius: var(--border-radius) !important;
}

.rounded-end {
	border-top-right-radius: var(--border-radius) !important;
	border-bottom-right-radius: var(--border-radius) !important;
}

.rounded-bottom {
	border-bottom-right-radius: var(--border-radius) !important;
	border-bottom-left-radius: var(--border-radius) !important;
}

.rounded-start {
	border-bottom-left-radius: var(--border-radius) !important;
	border-top-left-radius: var(--border-radius) !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.list-style-reset {
	list-style: none;
	padding-left: 0;
}

/* Layout */

.l-body {
	width: 100%;
	overflow: hidden;
	padding-top: 54px;
	position: relative;
}

.l-body.is-fixed {
	position: fixed;
	z-index: 3000;
}

.l-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3000;
}

.l-footer {
	border-top: 1px solid #dbe2e7;
	margin-top: -1px;
}

/* Module */

.noscript {
	background: #e95404;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	line-height: 1.45;
	padding: 1em;
}

.header-1 {
	position: absolute;
	left: 0;
	background: #FFF;
	width: 100%;
	height: 54px;
	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;
	padding-left: 15px;
	border-bottom: 1px solid #e4e4e4;
	z-index: 2000;
}

body.is-loaded .header-1 {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header-1.is-fixed {
	position: fixed;
	top: -70px;
}

.header-1.is-fixed-visible {
	position: fixed;
	top: 0;
}

.header-1__nav {
	display: none;
}

.header-2 {
	display: none;
}

.header-2.is-fixed {
	position: fixed;
	top: -115px;
	left: 0;
	width: 100%;
	z-index: 3000;
}

body.is-loaded .header-2.is-fixed {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header-2.is-fixed-visible {
	top: 0;
}

.site-title a {
	display: block;
}

.site-title img {
	display: block;
	width: 160px;
}

.lang-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.lang-menu__item {
	margin-left: 0.4em;
	margin-right: 0.4em;
}

.lang-menu__item a {
	display: block;
	width: 2.2em;
	line-height: 2.2;
	text-align: center;
	outline: none;
}

.lang-menu__item a:hover,
.lang-menu__item a:focus-visible {
	text-decoration: underline;
}

.lang-menu__item.is-current {
	border: 1px solid #e95404;
	border-radius: 50%;
}

.lang-menu__item.is-current a {
	color: #e95404;
}

.gnav1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.3rem;
	margin-left: -1.2em;
}

.gnav1__item {
	padding: 0 1em;
	line-height: 1.333;
}

.gnav1__item:hover > a::before,
.gnav1__item.is-focus > a::before {
	opacity: 1;
}

.gnav1__item--has-children > a::after {
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border-right: 2px solid #e95404;
	border-bottom: 2px solid #e95404;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	margin-bottom: 0.3em;
	margin-left: 0.4em;
}

.gnav1__item > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	font-weight: 700;
}

.gnav1__item > a::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #e95404;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}

body.is-loaded .gnav1__item > a::before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.gnav1__mega {
	background: #f4f7fa;
	position: absolute;
	top: 100%;
	left: calc(1em - 20px);
	width: 100vw;
	z-index: 1000;
	padding: 20px 20px;
	opacity: 0;
	visibility: hidden;
}

body.is-loaded .gnav1__mega {
	-webkit-transition: 0.1s 0.1s;
	transition: 0.1s 0.1s;
}

.gnav1__mega.is-visible {
	opacity: 1;
	visibility: visible;
}

body.is-loaded .gnav1__mega.is-visible {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.gnav1__heading {
	display: none;
}

.gnav1__heading__link {
	display: none;
}

.gnav1__heading__main {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
}

.gnav1__heading__sub {
	display: block;
	font-size: 1.4rem;
	font-family: "Roboto Condensed", sans-serif;
	color: #e95404;
	margin-top: 0.8em;
}

.gnav1__heading-sub-link {
	font-weight: 700;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 20px;
}

.gnav1__heading-sub-link:hover {
	color: #e95404;
}

.gnav1__heading-sub-link::before {
	content: "→";
	color: #e95404;
	font-size: 1.2rem;
	font-weight: 400;
	padding-right: 0.5em;
}

.gnav1__detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 1.4rem;
}

.gnav1__child-links-1col {
	border-left: 1px solid rgba(42, 59, 76, 0.3);
	height: 100%;
}

.gnav1__child-links-3col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.gnav1__child-links-3col .gnav1__child-link {
	margin-top: 9px;
}

.gnav1__child-links-3col .gnav1__child-link:nth-child(1),
.gnav1__child-links-3col .gnav1__child-link:nth-child(2),
.gnav1__child-links-3col .gnav1__child-link:nth-child(3) {
	margin-top: 0;
}

.gnav1__child-links-3col .gnav1__child-link:nth-child(1)::before,
.gnav1__child-links-3col .gnav1__child-link:nth-child(2)::before,
.gnav1__child-links-3col .gnav1__child-link:nth-child(3)::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(42, 59, 76, 0.3);
}

.gnav1__child-link a {
	position: relative;
	display: block;
	width: calc((100vw - 40px) / 3);
	padding: 0.825em 0 0.825em 1em;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.gnav1__child-link a:hover,
.gnav1__child-link a:focus-visible {
	color: #e95404;
}

.gnav1__child-link__note {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 6px;
}

.gnav1__other {
	background: #ffffff;
	border-radius: 5px;
	padding: 20px;
	width: calc((100vw - 40px) / 3);
}

.gnav1__other__heading {
	display: block;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 12px;
}

.gnav1__other__item a {
	position: relative;
	display: block;
	padding: 0.825em 2em 0.825em 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.gnav1__other__item a::after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.gnav1__other__item a:hover,
.gnav1__other__item a:focus-visible {
	color: #e95404;
}

.gnav1__other__item a:hover::after,
.gnav1__other__item a:focus-visible::after {
	background: url(../img/icon_target_blank_orange.svg) no-repeat center/contain;
}

.gnav2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.gnav2__item {
	margin-right: 0.6em;
	white-space: nowrap;
}

.gnav2__item a {
	display: bloclk;
	padding: 1em 0;
	outline: none;
}

body.is-loaded .gnav2__item a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.gnav2__item a:hover,
.gnav2__item a:focus-visible {
	color: #e95404;
}

.gnav2__item a[target=_blank] {
	outline: none;
}

.gnav2__item a[target=_blank]::after {
	width: 0.666666em;
	height: 0.666666em;
	margin-left: 0.2em;
}

body.is-loaded .gnav2__item a[target=_blank]::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.gnav2__item a[target=_blank]:hover::after,
.gnav2__item a[target=_blank]:focus-visible::after {
	background: url(../img/icon_target_blank_orange.svg) no-repeat center/contain;
}

.gnav3 {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gnav3__item {
	border-left: 1px solid #a6b0b8;
	padding-left: 2.3em;
	margin-left: 2.2em;
}

.gnav3__item a {
	display: block;
	padding: 0.4em 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.gnav3__item a:hover,
.gnav3__item a:focus-visible {
	color: #e95404;
}

.gnav3__item a[target=_blank]:not([href*=".pdf"]) {
	outline: none;
}

.gnav3__item a[target=_blank]:not([href*=".pdf"])::after {
	width: 0.666666em;
	height: 0.666666em;
	margin-left: 0.2em;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.gnav3__item a[target=_blank]:not([href*=".pdf"]):hover::after,
.gnav3__item a[target=_blank]:not([href*=".pdf"]):focus-visible::after {
	background: url(../img/icon_target_blank_orange.svg) no-repeat center/contain;
}

.header-cv {
	display: none;
}

.header-cv__tel {
	display: block;
	text-align: center;
	background: none;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

body.is-loaded .header-cv__tel {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header-cv__tel:hover,
.header-cv__tel:focus-visible {
	opacity: 0.7;
}

.header-cv__tel__number {
	display: block;
	color: #e95404;
	font-size: 1.9rem;
	font-weight: 700;
	white-space: nowrap;
}

.header-cv__tel__note {
	display: block;
	font-size: 1.15rem;
	margin-top: 0.7em;
}

.header-cv-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.6em 0 0.6em 1.2em;
	border-left: 1px solid #a6b0b8;
	margin-left: 0.8em;
}

.header-cv-button__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 700;
	white-space: nowrap;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.header-cv-button__item:hover,
.header-cv-button__item:focus-visible {
	opacity: 0.7;
}

.header-cv-button__item:not(:last-child) {
	margin-right: 20px;
}

.header-cv-button__item--line::before {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	margin-right: 8px;
	background: url(../img/icon_line.svg) no-repeat center center/contain;
}

.header-cv-button__item--form::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	background: url(../img/icon_mail_blue.svg) no-repeat center center/contain;
}

.sp-menu-btn {
	display: block;
	width: 60px;
	height: 100%;
	position: relative;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.sp-menu-btn__icon {
	position: relative;
	width: 30px;
	height: 15px;
	display: block;
	margin: 4px auto 0;
}

.is-opend .sp-menu-btn__icon {
	top: 6px;
	width: 50px;
}

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

.is-opend .sp-menu-btn__icon span {
	width: 30px;
	left: 11px;
}

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

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

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

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

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

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

.sp-menu-btn__text {
	display: block;
	margin-top: 6px;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.is-opend .sp-menu-btn__text {
	opacity: 0;
}

.sp-gnav {
	display: none;
	position: fixed;
	top: 54px;
	left: 0;
	width: 100%;
	height: calc(100% - 54px);
	overflow: auto;
	background: #f4f7fa;
	z-index: 2000;
}

.sp-gnav-label {
	width: 100px;
	height: calc(100% - 54px);
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.36;
	position: fixed;
	top: 54px;
	left: 0;
}

.sp-gnav-label__item {
	border-bottom: 1px solid #e4e4e4;
	height: 75px;
	max-height: 14.2857142857%;
}

.sp-gnav-label__item button,
.sp-gnav-label__item a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: #FFF;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.sp-gnav-label__item button[aria-selected=true] {
	background: none;
	color: #e95404;
}

.sp-gnav-label__item button#sp-gna-label-cta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sp-gnav-label__item button#sp-gna-label-cta::before {
	content: "";
	width: 20px;
	height: 20px;
	margin-bottom: 5px;
	background: url(../img/icon_mail_basecolor.svg) no-repeat center/contain, url(../img/icon_mail_orange.svg) no-repeat center/contain;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sp-gnav-label__item button#sp-gna-label-cta[aria-selected=true]::before {
	background: url(../img/icon_mail_orange.svg) no-repeat center/contain;
}

.sp-gnav-label__item a[target=_blank]:not([href*=".pdf"]):after {
	margin: 0 0 0 0.3em;
	width: 0.8em;
	height: 0.8em;
}

.sp-gnav-label__item--has-icon a,
.sp-gnav-label__item--has-icon button {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sp-gnav-label__item--has-icon a img,
.sp-gnav-label__item--has-icon button img {
	margin-bottom: 5px;
	width: 20px;
}

.sp-gnav-main-wrap {
	padding: 10px 10px 40px;
	width: calc(100% - 100px);
	margin-left: auto;
}

.sp-gnav-main {
	display: none;
}

.sp-gnav-main[aria-hidden=false] {
	display: block;
}

.sp-gnav-list {
	background: #FFF;
	border-radius: 5px;
	line-height: 1.35;
	padding: 0 10px;
	margin-bottom: 10px;
}

.sp-gnav-list__item:not(:last-child) {
	border-bottom: 1px solid #e4e4e4;
}

.sp-gnav-list__item a {
	position: relative;
	display: block;
	padding: 1em 1.5em 1em 0;
}

.sp-gnav-list__item a::after {
	content: "→";
	color: #e95404;
	font-size: 1.2rem;
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sp-gnav-list__item a span {
	display: block;
}

.sp-gnav-list__note {
	font-size: 1.18rem;
	margin-bottom: 3px;
}

.sp-gnav-tel {
	display: block;
	text-align: center;
	background: none;
	padding: 0;
	border: none;
	width: 100%;
	margin-top: 50px;
}

.sp-gnav-tel__number {
	display: block;
	font-size: 2.1rem;
	font-weight: 700;
	color: #e95404;
}

.sp-gnav-tel__note {
	display: block;
	font-size: 1.3rem;
	margin-top: 8px;
}

.footer-1 {
	position: relative;
}

.footer-1__inner {
	padding: 40px 0;
}

.footer-2 {
	background: #162e4b;
	color: #FFF;
	padding: 20px 0;
}

.footer-navi-1__item {
	color: #2a3b4c;
	font-weight: 700;
	line-height: 1.71;
	padding: 10px 0 20px;
	border-top: 1px solid #dbe2e7;
}

.footer-navi-1__item--pb0 {
	padding-bottom: 0;
}

.footer-navi-1__item--bt-none {
	border-top: none;
}

.footer-navi-1__item a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.footer-navi-1__item a:hover,
.footer-navi-1__item a:focus-visible {
	color: #e95404;
}

.footer-navi-1__child {
	padding-left: 1em;
}

.footer-navi-1__child__item {
	font-weight: 400;
}

.footer-navi-2 {
	letter-spacing: 0.05em;
	line-height: 1.71;
}

.footer-navi-2__item {
	margin-bottom: 10px;
}

.footer-navi-2__item a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.footer-navi-2__item a:hover,
.footer-navi-2__item a:focus-visible {
	text-decoration: underline;
}

.footer-company-info {
	margin-bottom: 20px;
}

.footer-company-info__logo {
	width: 277px;
	margin-bottom: 55px;
}

.footer-company-info__item {
	line-height: 1.43;
}

.footer-company-info__item:not(:last-child) {
	margin-bottom: 24px;
}

.footer-company-info__item span {
	color: #e95404;
	font-weight: 700;
}

.footer-company-info__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.footer-company-info__bnr {
	width: 175px;
	max-width: 100%;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

.copyright {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0.2em;
	display: block;
	text-align: center;
	margin-top: 25px;
	font-size: 1.2rem;
}

.pagetop-link {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 0;
	border: none;
	background: #e95404;
	font-size: 1rem;
	line-height: 1.33;
	text-align: center;
	color: #ffffff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.pagetop-link::before {
	content: "↑";
	display: block;
}

.pagetop-link:hover,
.pagetop-link:focus-visible {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

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

.call-info__heading {
	margin-bottom: 24px;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 900;
}

.call-info__number {
	position: relative;
	display: block;
	margin-bottom: 2px;
	padding-top: 60px;
	font-size: 3.8rem;
	line-height: 1.1;
	color: #e95404;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.call-info__number::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background: url(../img/icon_tel_orange.svg) no-repeat center center/contain;
}

.call-info__note {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 700;
}

.call-info__text {
	margin-top: 25px;
	line-height: 1.5;
	font-weight: 700;
}

.call-info__text span {
	color: #e95404;
}

.fixed-cta {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #ffffff;
	border-top: 1px solid #e4e4e4;
	z-index: 2000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.fixed-cta.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.fixed-cta__heading {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -4px;
	padding: 6px 10px;
	background: #00477a;
	color: #ffffff;
	border-radius: 0 50px 50px 0;
	font-size: 1.2rem;
}

.fixed-cta__heading img {
	height: 1.4em;
}

.fixed-cta__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fixed-cta__item {
	position: relative;
	width: 50%;
	height: 65px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
}

.fixed-cta__item:not(:last-child)::after {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background: #e4e4e4;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fixed-cta__item a,
.fixed-cta__item button {
	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%;
	background: none;
	border: none;
	padding: 3px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
}

.fixed-cta__item img {
	margin-right: 0.8em;
}

.fixed-cta__item img[src*=icon_tel] {
	width: 3.4em;
}

.fixed-cta__item img[src*=icon_line] {
	width: 3em;
	margin-top: 0.1em;
}

.fixed-cta__item img[src*=icon_mail] {
	width: 2.7em;
	margin-top: 0.1em;
}

.section {
	position: relative;
	padding-top: 60px;
}

.section--pb {
	padding-bottom: 60px;
}

.section--pt0 {
	padding-top: 0 !important;
}

.section--ptsm {
	padding-top: 30px;
}

.section--bt {
	margin-top: 60px;
}

.section--bt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #dbe2e7;
	width: calc(100% - 50px);
	height: 1px;
	max-width: 925px;
}

.section--bb {
	padding-bottom: 60px;
}

.section--bb::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #dbe2e7;
	width: calc(100% - 50px);
	height: 1px;
	max-width: 925px;
}

.bg-gray {
	background: #f4f7fa;
}

.heading-1 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 0.6em;
}

.heading-1 span {
	color: #e95404;
}

.heading-2 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.333333;
	margin-bottom: 40px;
}

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

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

.heading-3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	padding: 0 0 0.1em calc(3px + 0.4em);
	margin-bottom: 1.4em;
}

.heading-3:not(:first-child) {
	margin-top: 40px;
}

.heading-3::before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background: #2a3b4c;
	position: absolute;
	top: 0;
	left: 0;
}

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

.heading-3--orange::before {
	background: #e95404;
}

.heading-3 span:not([class]) {
	display: inline-block;
}

.heading-4 {
	font-weight: 700;
	border-left: 3px solid #e95404;
	padding: 0 0 0em 1.2em;
	margin-bottom: 1em;
}

.heading-4__sub {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 0.1em;
	line-height: 1.4;
}

.heading-4__sub span {
	display: inline-block;
}

.heading-4__main {
	display: block;
	color: #e95404;
	font-size: 2rem;
	line-height: 1.3;
}

.heading-4__main span {
	display: inline-block;
}

.heading-5 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	padding: 0 0 0.1em calc(3px + 0.4em);
	margin-bottom: 0.8em;
}

.heading-5:not(:first-child) {
	margin-top: 40px;
}

.heading-5::before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background: #e95404;
	position: absolute;
	top: 0;
	left: 0;
}

.heading-6 {
	font-size: 3.2rem;
	line-height: 1.333333;
	margin-bottom: 40px;
	color: #e95404;
	text-align: center;
}

.heading-7 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}

.heading-8 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1em;
}

.heading-8:not(:first-child) {
	margin-top: 1.6em;
}

.heading-8--mt0:not(:first-child) {
	margin-top: 0;
}

.text {
	font-size: 1.6rem;
	line-height: 1.75;
}

.text p:not(:last-child),
.text ul:not(:last-child),
.text ol:not(:last-child) {
	margin-bottom: 1.75em;
}

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

.text a {
	text-decoration: underline;
}

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

.text-md {
	font-size: 1.6rem;
	line-height: 2;
}

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

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

.text-sm {
	font-size: 1.4rem;
	line-height: 1.7;
}

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

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

.text-orange {
	color: #e95404;
}

.link-color-orange {
	color: #e95404;
	outline: none;
}

.link-color-orange:hover,
.link-color-orange:focus-visible {
	text-decoration: underline;
}

.link-1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 40px;
	width: 275px;
	max-width: 100%;
	height: 60px;
	padding: 0 3.7em 0 2em;
	color: #FFFFFF;
	font-size: 1.4rem;
	background: -webkit-gradient(linear, left top, right top, from(#e95404), color-stop(#e95404), to(#ffba00)) no-repeat right top/200% 100%;
	background: linear-gradient(to right, #e95404, #e95404, #ffba00) no-repeat right top/200% 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 1.4;
	outline: none;
}

.link-1::after {
	content: "→";
	position: absolute;
	top: 50%;
	right: 2em;
	-webkit-transition: inherit;
	transition: inherit;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.link-1:hover,
.link-1:focus-visible {
	background-position: left top;
}

.link-1:hover::after,
.link-1:focus-visible::after {
	-webkit-transform: translate(0.5em, -50%);
	-ms-transform: translate(0.5em, -50%);
	transform: translate(0.5em, -50%);
}

.link-1[target=_blank]:not([href*=".pdf"]) {
	outline: none;
}

.link-1[target=_blank]:not([href*=".pdf"])::after {
	background: url(../img/icon_target_blank_white.svg) no-repeat center/contain;
}

.link-1[target=_blank]:not([href*=".pdf"]):hover::after,
.link-1[target=_blank]:not([href*=".pdf"]):focus-visible::after {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.link-1--bg-none {
	background: -webkit-gradient(linear, left top, right top, from(#e95404), color-stop(50%, #e95404), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) no-repeat right top/200% 100%;
	background: linear-gradient(to right, #e95404 0%, #e95404 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) no-repeat right top/200% 100%;
	border: 1px solid #FFF;
}

.link-1--icon-mail {
	outline: none;
}

.link-1--icon-mail::after {
	content: "";
	width: 1.25em;
	height: 1.25em;
	background: url(../img/icon_mail_white.svg) no-repeat center/contain;
}

.link-1--icon-mail:hover::after,
.link-1--icon-mail:focus-visible::after {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.link-1--line {
	background: #06c755;
}

.link-2 {
	font-size: 1.4rem;
	font-weight: 700;
	border: 2px solid #e95404;
	padding: 0.8em 1.3em;
	border-radius: 3em;
	color: #e95404;
	display: inline-block;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #e95404), color-stop(50%, #e95404), color-stop(50%, #FFF), to(#FFF)) no-repeat right top/200% 100%;
	background: linear-gradient(to right, #e95404 0, #e95404 50%, #FFF 50%, #FFF 100%) no-repeat right top/200% 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.link-2::after {
	content: "→";
	padding-left: 1.2em;
	font-weight: 400;
	display: inline-block;
}

.link-2:hover,
.link-2:focus-visible {
	background-position: left top;
	color: #FFF;
}

.link-2--line {
	color: #06c755;
	border-color: #06c755;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #06c755), color-stop(50%, #06c755), color-stop(50%, #FFF), to(#FFF)) no-repeat right top/200% 100%;
	background: linear-gradient(to right, #06c755 0, #06c755 50%, #FFF 50%, #FFF 100%) no-repeat right top/200% 100%;
}

.link-3 {
	font-size: 1.4rem;
	color: #e95404;
	outline: none;
}

.link-3::after {
	content: "";
	width: 2.14em;
	height: 2.14em;
	background: url(../img/icon_link_3.png) no-repeat center/contain;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0.28em 0.7em;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.link-3:hover::after,
.link-3:focus-visible::after {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.link-4 {
	color: #e95404;
	display: inline-block;
	text-decoration: underline;
	text-underline-offset: 0.4em;
	text-decoration-thickness: 1px;
	outline: none;
}

.link-4:hover,
.link-4:focus-visible {
	text-decoration: none;
}

.link-4::after {
	content: "→";
	display: inline-block;
	text-decoration: none;
	padding-left: 0.4em;
}

.button-wrap {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button-wrap--mt-lg {
	margin-top: 50px;
}

.button-wrap--mb {
	margin-bottom: 25px;
}

.cnav--index {
	margin-top: 30px;
}

.cnav__col {
	margin-bottom: 20px;
}

.cnav__image {
	height: 130px;
	margin-bottom: 5px;
}

.cnav__image img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.cnav__item a {
	display: block;
	position: relative;
	background: #f4f7fa;
	border-radius: 10px;
	margin-bottom: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 20px calc(15px + 1em + 10px) 20px 20px;
}

.cnav__item a::after {
	content: "→";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #e95404;
	font-weight: 300;
}

.cnav__item a:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.cnav__for {
	display: block;
	line-height: 1.3;
	margin-bottom: 4px;
}

.cnav__page-title {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.25;
	color: #e95404;
}

.cnav__button-wrap {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cnav__service-link {
	text-align: right;
	margin-bottom: 30px;
}

.cnav__more-link {
	margin-left: auto;
	margin-right: auto;
}

.home-mv-2 {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: calc(100svh - 119px);
	min-height: 450px;
}

.home-mv-2__wrapper {
	width: 90%;
	margin: 0 auto;
}

.home-mv-2__inner {
	padding-bottom: 140px;
}

.home-mv-2__en-text {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 107%;
	margin-bottom: -15px;
	max-width: 347px;
}

.home-mv-2__body {
	width: 240px;
	width: 71%;
	margin: 0 auto;
	padding: 18px;
	background: #FFFFFF;
	border-radius: 15px 0 15px 0;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.home-mv-2__lead {
	margin-bottom: 12px;
	font-size: 2rem;
	font-size: clamp(2rem, 0.5rem + 4vw, 2.5rem);
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#e95404), to(#ffba00));
	background: linear-gradient(to right, #e95404, #ffba00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home-mv-2__text {
	margin-bottom: 22px;
	font-size: clamp(1rem, 0.4rem + 1.6vw, 1.2rem);
	line-height: 1.7;
	font-weight: 700;
	text-align: center;
}

.home-mv-2__text strong {
	color: #e95404;
}

.home-mv-2__image {
	width: 114px;
	margin: 0 auto;
}

.home-mv-2__link-wrap {
	position: absolute;
	bottom: 22px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 240px;
}

.home-mv-2__link {
	display: block;
	width: 100%;
	padding: 14px;
	background: #e95404;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.4rem;
	line-height: 1.5;
	border-radius: 100px;
	outline: none;
}

.home-mv-2__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.5em;
	height: 1.5em;
	background: url(../img/icon_link_3_white.png) no-repeat center/contain;
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.home-mv-2-bg {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: -1;
	width: 100%;
	height: 100%;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.home-mv-2-bg .infiniteslide_wrap {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100% !important;
	height: 100% !important;
}

.home-mv-2-bg__item {
	width: auto !important;
	height: 100% !important;
}

.home-mv-2-bg picture {
	width: auto;
	height: 100%;
}

.home-mv-2-bg img {
	display: block;
	width: auto;
	max-width: inherit;
	height: 100%;
}

.access-wrap {
	margin-bottom: -50px;
}

.access:not(:last-child) {
	margin-bottom: 50px;
}

.access__col {
	margin-bottom: 50px;
}

.access__text {
	font-size: 1.4rem;
	line-height: 1.42;
}

.access__text p:not(:last-child) {
	margin-bottom: 1.42em;
}

.access__image {
	gap: 4%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

.access__image img {
	width: 48%;
}

.access__map {
	min-height: 298px;
	position: relative;
	margin-top: 30px;
}

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

.news-headline {
	border-bottom: 1px solid #e4e4e4;
	font-size: 1.6rem;
	padding: 1.8em 0;
}

.news-headline__inner {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-headline__inner:not(:last-child) {
	margin-bottom: 10px;
}

.news-headline__inner--mt {
	margin-top: 15px;
}

.news-headline__heading {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 0;
}

.news-headline__main {
	width: 100%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-top: 0.5em;
}

.news-headline__item {
	display: block;
	padding: 0.4em 0;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.news-headline__item:hover .news-headline__title {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.news-headline__date {
	display: block;
	color: #b2b2b2;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.news-headline__title {
	color: #404040;
	display: block;
	margin-top: 0.3em;
}

.news-headline__button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 8em;
	text-align: right;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.home-feature-wrap {
	padding: 50px 0;
}

.home-feature:not(:last-child) {
	margin-bottom: 60px;
}

.home-feature__image {
	margin: 30px auto 30px;
	width: 80%;
}

.home-feature__image--2 {
	width: 100%;
}

.home-feature__image--2__inner img {
	width: 100%;
}

.home-feature__text {
	font-size: 1.6rem;
	line-height: 2;
}

.home-growth__heading {
	margin-bottom: 30px;
	text-align: center;
}

.home-growth__image {
	max-width: 253px;
	width: 50%;
	margin: 0 auto 30px;
}

.home-growth__image img {
	display: block;
}

.home-growth__item a {
	border-radius: 10px;
	display: block;
	margin-bottom: 20px;
	padding: 20px calc(10px + 1.6em + 10px) 20px 20px;
	background: url(../img/icon_link_3.png) no-repeat right 10px center/1.6em auto, #FFF;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.home-growth__item a:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.home-growth__text {
	font-size: 1.4rem;
	line-height: 1.7;
}

.home-growth__another-link--pc {
	display: none;
}

.home-blog-wrap {
	padding: 60px 0;
}

.home-blog {
	position: relative;
	padding: 20px 15px 40px;
}

.home-blog::before {
	content: "";
	display: block;
	width: 100%;
	background: #FFF;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	height: 100%;
}

.home-blog__col {
	position: relative;
}

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

.home-blog__list {
	margin-top: -2.8rem;
}

.index-heading {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.25;
}

.specialists-nav {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -80px;
}

.specialists-nav__item {
	padding-bottom: 80px;
}

.specialists-nav__image {
	border-radius: 8px;
	overflow: hidden;
	-webkit-transform: skew(0, -5deg);
	-ms-transform: skew(0, -5deg);
	transform: skew(0, -5deg);
	position: relative;
	margin-bottom: 0;
}

.specialists-nav__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 121.4%;
}

.specialists-nav__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	-webkit-transform: skew(0, 5deg) scale(1.17);
	-ms-transform: skew(0, 5deg) scale(1.17);
	transform: skew(0, 5deg) scale(1.17);
}

.specialists-nav__field {
	text-align: right;
	margin-top: -17px;
	margin-right: 10px;
	margin-bottom: 18px;
	position: relative;
}

.specialists-nav__field span {
	font-size: clamp(3rem, 2.642rem + 1.119vw, 3.5rem);
	font-weight: 900;
	background: -webkit-gradient(linear, left top, right top, from(#e95404), to(#ffba00));
	background: linear-gradient(90deg, #e95404, #ffba00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.specialists-nav__message {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 18px;
}

.specialists-nav__info {
	border-left: 3px solid #e95404;
	padding: 1px 0 5px 20px;
}

.specialists-nav__position {
	display: block;
	margin-bottom: 9px;
	margin-right: -1em;
	line-height: 1.4;
}

.specialists-nav__name {
	display: block;
	font-size: 2rem;
	font-weight: 700;
}

.specialists-nav__button {
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #2a3b4c;
	border-radius: 17px;
	padding: 10px 0;
	text-align: center;
	font-size: 1.2rem;
	margin-top: 21px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.specialists-nav__button:hover,
.specialists-nav__button:focus-visible {
	background: #e95404;
	border-color: #e95404;
	color: #ffffff;
}

.blog-index1__item {
	border-bottom: 1px solid #e1dcd6;
}

.blog-index1__item a {
	display: block;
	padding: 1.5em 0 1.5em;
}

.blog-index1__item a:hover .blog-index1__title {
	text-decoration: underline;
}

.blog-index1__date {
	display: block;
	color: #b2b2b2;
	margin-bottom: 0.3em;
}

.blog-index1__title {
	display: block;
	line-height: 1.42;
}

.joinus {
	border-radius: 10px;
}

.joinus__image__inner {
	position: relative;
}

.joinus__image__inner img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.joinus__main {
	border-radius: 0 0 10px 10px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#e95404), to(#ffba00)) no-repeat right top/200% 100%;
	background: linear-gradient(to right, #e95404, #ffba00) no-repeat right top/200% 100%;
	padding: 21px 7.9% 30px;
}

.joinus__label {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 4.5rem;
	font-weight: 700;
	margin-bottom: 17px;
}

.joinus__heading {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 13px;
}

.joinus__text {
	font-size: 1.2rem;
	line-height: 1.3333;
}

.breadcrumb {
	position: relative;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	padding: 22px 0;
}

.breadcrumb::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background: #dbe2e7;
}

.breadcrumb__item {
	display: inline;
	font-size: 1.2rem;
	line-height: 1.5;
}

.breadcrumb__item:not(:last-child)::after {
	content: "＞";
	padding: 0 0.2em 0 0.1em;
}

.breadcrumb__item a {
	color: #e95404;
	outline: none;
}

.breadcrumb__item a:hover,
.breadcrumb__item a:focus-visible {
	text-decoration: underline;
}

.index {
	margin-bottom: -10px;
}

.index__item a {
	position: relative;
	background: #f4f7fa;
	border-radius: 10px;
	margin-bottom: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 20px calc(15px + 1.4rem + 10px) 20px 20px;
	font-size: 1.8rem;
	line-height: 1.5;
	min-height: 5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: none;
}

.index__item a::after {
	content: "→";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #e95404;
	font-weight: 300;
	font-size: 1.4rem;
}

.index__item a[target=_blank]::after {
	content: "";
	background-image: url(../img/icon_target_blank_orange.svg);
}

.index__item a:hover,
.index__item a:focus-visible {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.index-title {
	position: relative;
	margin-top: 10px;
}

.index-title::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 15px);
	height: 100%;
	background: #f4f7fa;
	border-radius: 20px 0 0 0;
}

.index-title__inner {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 240px;
	padding: 0 50px;
}

.index-title__main {
	position: relative;
	display: block;
	margin-top: 0.8em;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700;
}

.index-title__sub {
	position: relative;
	padding-bottom: 0.2em;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 4rem;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
}

.index-title__sub::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#e95404), to(#ffba00));
	background: linear-gradient(to right, #e95404, #ffba00);
}

.index-title__illust {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.download {
	background: #f1efec;
	padding: 20px;
	border-radius: 20px;
	position: relative;
}

.download__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.download__image {
	width: 29.2%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 5%;
}

.download__heading {
	margin-bottom: 15px;
}

.download__heading__jp {
	font-size: 2rem;
	font-weight: 700;
}

.download__heading__en {
	display: block;
	font: 700 1.7rem "Roboto Condensed", sans-serif;
	margin-top: 8px;
}

.download__text {
	line-height: 1.5;
}

.bnr {
	display: block;
	padding: 20px 15px 18px;
	background: #f4f7fa;
	border-radius: 10px;
}

.bnr__text {
	margin-bottom: 24px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}

.bnr__link {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.bnr__link img {
	display: block;
}

.bnr__link:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.bnr + .bnr {
	margin-top: 20px;
}

.list-1--pl {
	padding-left: 1em;
}

.list-1 li {
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.list-1 li::before {
	content: "◉ ";
	color: #e95404;
}

.list-2 {
	counter-reset: number 0;
	padding-left: 1.2em;
}

.list-2--pl {
	padding-left: 2.2em;
}

.list-2 li {
	list-style: outside decimal;
	padding-left: 0.5em;
}

.list-2 li::marker {
	color: #e95404;
}

.list-2-manual {
	padding-left: 1.2em;
}

.list-2-manual li {
	position: relative;
	padding-left: 0.5em;
}

.list-2-manual__number {
	position: absolute;
	top: 0;
	right: 100%;
	color: #e95404;
}

.related-contents {
	border: 1px solid #2a3b4c;
	background: #f4f7fa;
	border-radius: 20px;
	padding: 20px;
}

.related-contents__heading {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.related-contents__heading::before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../img/icon_related.png) no-repeat center/contain;
	margin-right: 7px;
	vertical-align: middle;
}

.related-contents__list {
	margin-bottom: -15px;
	line-height: 1.4;
}

.related-contents__list li {
	margin-bottom: 15px;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.related-contents__list li a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.related-contents__list li a:hover,
.related-contents__list li a:focus-visible {
	color: #e95404;
}

.related-contents__list li a::before {
	content: "→ ";
}

.three-imgs {
	margin-top: 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.three-imgs img {
	display: block;
	width: calc(33.333% - 10px);
	border-radius: 10px;
}

.three-imgs img:not(:last-child) {
	margin-right: 15px;
}

.staff-list {
	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;
}

.staff-list__item {
	border: none;
	background: none;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	width: calc((100% - 15px) / 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.staff-list__item:hover .staff-list__image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.staff-list__image {
	overflow: hidden;
	border-radius: 10px;
}

.staff-list__image img {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.staff-list__content {
	position: relative;
	padding: 20px 0;
	width: 100%;
}

.staff-list__position {
	position: absolute;
	bottom: 99%;
	left: 0;
	display: inline-block;
	color: #e95404;
	background: #fff;
	max-width: 95%;
	padding: 5px 10px 5px 0px;
	border-radius: 0 5px 0 0;
	font-size: 1.2rem;
	line-height: 1.4;
}

.staff-list__name {
	font-size: 2rem;
	font-weight: 700;
}

.staff-list__en-name {
	margin-top: 11px;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	color: #737373;
	font-size: 1.2rem;
}

.staff-list__profile {
	margin-top: 18px;
	font-size: 1.4rem;
}

.one-img {
	margin-top: 50px;
	margin-bottom: 100px;
}

.one-img img {
	display: block;
	border-radius: 10px;
}

.table-1 {
	width: 100%;
}

.table-1 td,
.table-1 th {
	border-collapse: collapse;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}

.table-1 th {
	width: 31%;
	font-weight: 700;
	padding: 15px 1%;
	border-top: 1px solid #2a3b4c;
	border-bottom: 1px solid #2a3b4c;
}

.table-1 td {
	padding: 15px 3%;
	border-top: 1px solid #d0d3d5;
	border-bottom: 1px solid #d0d3d5;
	vertical-align: middle;
}

.table-1 td p:not(:last-child) {
	margin-bottom: 1.5em;
}

.staff-detail__head {
	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;
}

.staff-detail__image {
	width: 47%;
}

.staff-detail__image img {
	border-radius: 10px;
	display: block;
}

.staff-detail__content {
	width: 49%;
}

.staff-detail__position {
	color: #e95404;
	font-size: 1.4rem;
}

.staff-detail__name {
	margin-top: 10px;
	font-size: 2.2rem;
	font-weight: 700;
}

.staff-detail__name-en {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	color: #737373;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
}

.staff-detail__profile {
	margin-top: 13px;
	font-size: 1.4rem;
	font-weight: 400;
}

.staff-detail__text {
	margin-top: 18px;
	background: #f4f7fa;
	padding: 10px 15px;
	margin-bottom: 20px;
	border-radius: 5px;
	line-height: 1.7143;
}

.staff-detail__detail {
	margin-top: 20px;
}

.staff-detail__item {
	border-top: 1px solid #dbe2e7;
	padding: 15px 0;
}

.staff-detail__heading {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: 700;
}

.staff-detail__content {
	line-height: 1.4;
}

.staff-detail__list {
	line-height: 1.7143;
}

.insert-right {
	margin-bottom: 1.75em;
}

.insert-left {
	margin-bottom: 1.75em;
}

.insert-center {
	margin-bottom: 1.75em;
}

.tag-nav {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #2a3b4c;
	border-radius: 10px;
	overflow: hidden;
}

.tag-nav__heading {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	background: #2a3b4c;
	width: 100px;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	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;
}

.tag-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 20px;
	color: #2a3b4c;
	font-size: 1.6rem;
	margin-right: -2em;
	margin-bottom: -10px;
}

.tag-nav__list li {
	margin-right: 2em;
	margin-bottom: 10px;
}

.page-catch {
	background: #fdf2e5;
	border-radius: 20px;
	padding: 20px 20px 100px;
	position: relative;
	margin-bottom: 40px;
}

.page-catch__text {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.71;
	color: #e95404;
}

.page-catch__image {
	position: absolute;
	bottom: -30px;
	right: 20px;
	height: 120px;
}

.page-catch__image img {
	height: 100%;
}

.strong-paragraph {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	color: #e95404;
	text-indent: -50px;
	padding-left: 50px;
	margin: 20px 0;
}

.strong-paragraph::before {
	content: "";
	width: 40px;
	height: 1px;
	display: inline-block;
	background: #e95404;
	margin-right: 10px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.list-block-1 {
	border: 1px solid #2a3b4c;
	border-radius: 20px;
	padding: 26px 20px 32px;
	margin: 28px 0 55px;
}

.list-block-1__heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
	text-align: center;
	border-bottom: 1px solid #2a3b4c;
	padding-bottom: 28px;
}

.list-block-1__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-block-1__col {
	border-bottom: 1px solid #d4d8db;
	line-height: 1.5;
	text-align: center;
	width: 47.7%;
	padding: 17px 0 18px;
}

.list-block-1__col:nth-child(odd) {
	margin-right: 4.6%;
}

.list-block-1--1col .list-block-1__col {
	width: 100%;
	text-align: left;
	margin-right: 0;
}

.list-block-1__text {
	padding-top: 20px;
}

.induce {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

.induce::after {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	border-right: 3px solid #2a3b4c;
	border-bottom: 3px solid #2a3b4c;
}

.page-title {
	margin-top: 15px;
	padding: 35px 0 50px;
	position: relative;
}

.page-title::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: calc(100% - 15px);
	border-radius: 20px 0 0 0;
	height: 100%;
	display: block;
	background: #f4f7fa;
}

.page-title__inner {
	position: relative;
	width: calc(100% - 30px);
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.page-title__sub {
	display: block;
	color: #e95404;
	margin-bottom: 6px;
}

.page-title__main {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3;
}

.page-title__main-sm {
	display: block;
	margin-top: 0.2em;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
}

.specialist-index-heading {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.57;
	margin-bottom: 70px;
	position: relative;
}

.specialist-index-heading__en {
	position: absolute;
	top: -70px;
	left: 43%;
	font: 700 15rem "Roboto Condensed", sans-serif;
	line-height: 0.933;
	color: rgba(225, 234, 244, 0.6);
	z-index: -1;
}

.specialist-head {
	margin-bottom: 55px;
}

.specialist-head__title {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.56;
	margin-bottom: 25px;
}

.specialist-head__image {
	border-radius: 4px;
	overflow: hidden;
	-webkit-transform: skew(0, -5deg);
	-ms-transform: skew(0, -5deg);
	transform: skew(0, -5deg);
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.specialist-head__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 121.4%;
}

.specialist-head__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	-webkit-transform: skew(0, 5deg) scale(1.17);
	-ms-transform: skew(0, 5deg) scale(1.17);
	transform: skew(0, 5deg) scale(1.17);
}

.specialist-head__field {
	position: relative;
	display: inline-block;
	font-size: 4.2rem;
	font-weight: 900;
	background: -webkit-gradient(linear, left top, right top, from(#e95404), to(#ffba00));
	background: linear-gradient(90deg, #e95404, #ffba00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}

.specialist-head__position {
	display: block;
	line-height: 1.3;
	margin-bottom: 8px;
}

.specialist-head__name {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
}

.specialist-head__info {
	border: 1px solid #dbe2e7;
	border-radius: 10px;
	padding: 20px 20px 13px;
	margin-top: 22px;
}

.specialist-head__info__item:not(:last-child) {
	margin-bottom: 22px;
}

.specialist-head__info__label {
	font-weight: 700;
}

.specialist-head__info__list {
	font-size: 1.2rem;
	line-height: 2;
	margin-top: 4px;
}

.specialist-head__info__list th {
	padding-right: 1em;
	text-align: left;
}

.specialist-head__info__text {
	margin-top: 4px;
	font-size: 1.2rem;
	line-height: 2;
}

.specialists-nav2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

.specialists-nav2__item {
	width: 48%;
	margin-bottom: 30px;
	outline: none;
}

.specialists-nav2__item:nth-child(odd) {
	margin-right: 4%;
}

.specialists-nav2__item:hover .specialists-nav2__image img,
.specialists-nav2__item:focus-visible .specialists-nav2__image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.specialists-nav2__image {
	position: relative;
	margin-bottom: 9px;
	overflow: hidden;
}

.specialists-nav2__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 125%;
}

.specialists-nav2__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.specialists-nav2__field {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	color: #e95404;
	margin-bottom: 9px;
}

.specialists-nav2__position {
	display: block;
	line-height: 1.14;
	margin-bottom: 8px;
}

.specialists-nav2__name {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}

.blog-index2 {
	marign-bottom: -40px;
}

.blog-index2__item {
	position: relative;
	margin-bottom: 40px;
}

.blog-index2__item.is-hover .blog-index2__image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-index2__item.is-hover .blog-index2__title {
	color: #e95404;
}

.blog-index2__image {
	position: relative;
	overflow: hidden;
}

.blog-index2__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 68.6%;
}

.blog-index2__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-index2__image--seminar::before {
	padding-top: 50%;
}

.blog-index2__image--seminar img {
	-o-object-fit: contain;
	object-fit: contain;
}

.blog-index2__main {
	padding: 20px;
}

.blog-index2__info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.blog-index2__date {
	display: block;
	color: #b2b2b2;
	margin-bottom: 6px;
}

.blog-index2__date--mb0 {
	margin-bottom: 0;
}

.blog-index2__title {
	font-size: 1.6rem;
	line-height: 1.5;
}

.blog-index2__title a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-index2__title a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-cat {
	margin-top: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-bottom: -5px;
	position: relative;
	z-index: 10;
}

.blog-cat__item {
	margin-right: 10px;
	margin-bottom: 5px;
}

.blog-cat__item a {
	display: inline-block;
	font-size: 1.2rem;
	border: 2px solid #2a3b4c;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #2a3b4c), color-stop(50%, #2a3b4c), color-stop(50%, #FFF), to(#FFF)) no-repeat right top/200% 100%;
	background: linear-gradient(to right, #2a3b4c 0, #2a3b4c 50%, #FFF 50%, #FFF 100%) no-repeat right top/200% 100%;
	padding: 9px 19px;
	border-radius: 8.5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.blog-cat__item a:hover,
.blog-cat__item a:focus-visible {
	background-position: left top;
	color: #FFF;
}

.blog-status {
	position: relative;
	margin-right: 10px;
	z-index: 10;
	display: inline-block;
	padding: 4px 8px 5px;
	color: #FFFFFF;
	background: #ee793c;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 1.1rem;
	outline: none;
}

.blog-status:hover,
.blog-status:focus-visible {
	opacity: 0.7;
}

.blog-status--finished {
	background: #959595;
}

.blog-status--single {
	font-size: 1.4rem;
	margin-right: 20px;
}

.blog-head {
	margin-bottom: 50px;
}

.blog-head__info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px;
}

.blog-head__date {
	font-size: 1.6rem;
	color: #b2b2b2;
	display: inline-block;
	margin-bottom: 10px;
}

.blog-head__date--mb0 {
	margin-bottom: 0;
}

.blog-head__title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5;
	color: #2a3b4c;
}

.blog-content {
	font-size: 1.6rem;
	line-height: 1.75;
}

.blog-content p:not(:last-child) {
	margin-bottom: 1.75em;
}

.blog-content > *:first-child {
	margin-top: 0;
}

.blog-content > p:not(:last-child),
.blog-content ul:not(:last-child),
.blog-content ol:not(:last-child) {
	margin-bottom: 1.75em;
}

.blog-content > div,
.blog-content > figure,
.blog-content .wp-block-quote,
.blog-content .wp-block-code {
	margin-top: 1.75em;
	margin-bottom: 1.75em;
}

.blog-content strong {
	font-weight: 700;
}

.blog-content em {
	font-style: italic;
}

.blog-content iframe {
	max-width: 100%;
	border-radius: 4px !important;
}

.blog-content a {
	color: #e95404;
	text-decoration: underline;
	outline: none;
}

.blog-content a:hover,
.blog-content a:focus-visible {
	text-decoration: none;
}

.blog-content a[target=_blank]:not([href*=".pdf"])::after {
	margin: 0 0.4em 0.1em 0.2em;
	background-image: url(../img/icon_target_blank_orange.svg);
}

.blog-content ul:not([class]) li {
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.blog-content ul:not([class]) li::before {
	content: "◉ ";
	color: #e95404;
}

.blog-content ol:not([class]) {
	counter-reset: item;
}

.blog-content ol:not([class]) li {
	position: relative;
	padding-left: 1.2em;
}

.blog-content ol:not([class]) li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
}

.blog-content h2 + div,
.blog-content h2 + figure,
.blog-content h2 + .wp-block-quote,
.blog-content h2 + .wp-block-code,
.blog-content h3 + div,
.blog-content h3 + figure,
.blog-content h3 + .wp-block-quote,
.blog-content h3 + .wp-block-code,
.blog-content h4 + div,
.blog-content h4 + figure,
.blog-content h4 + .wp-block-quote,
.blog-content h4 + .wp-block-code,
.blog-content h5 + div,
.blog-content h5 + figure,
.blog-content h5 + .wp-block-quote,
.blog-content h5 + .wp-block-code,
.blog-content h6 + div,
.blog-content h6 + figure,
.blog-content h6 + .wp-block-quote,
.blog-content h6 + .wp-block-code {
	margin-top: 0;
}

.blog-content h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding: 0 0 0.1em calc(3px + 0.4em);
	margin-bottom: 1.2em;
}

.blog-content h2:not(:first-child) {
	margin-top: 40px;
}

.blog-content h2::before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background: #e95404;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-content h3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding: 0 0 0.1em calc(2px + 0.4em);
	margin-bottom: 1.2em;
}

.blog-content h3:not(:first-child) {
	margin-top: 40px;
}

.blog-content h3::before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: #2a3b4c;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-content h4 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding: 0 0 0.1em calc(6px + 0.3em);
	margin-bottom: 0.8em;
}

.blog-content h4:not(:first-child) {
	margin-top: 40px;
}

.blog-content h4::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2a3b4c;
	position: absolute;
	top: 0.7em;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-content h5,
.blog-content h6 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	margin-bottom: 0.6em;
}

.blog-content h5:not(:first-child),
.blog-content h6:not(:first-child) {
	margin-top: 30px;
}

.blog-content__special-banner {
	margin-top: 50px !important;
	border: 5px solid #f2f4f6;
}

.blog-content__special-banner__pc {
	display: none;
}

.blog-content__special-banner__sp {
	display: block;
}

.page-link {
	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;
	margin-top: 60px;
	position: relative;
	padding-bottom: 30px;
}

.page-link .page-numbers:not(.prev,
.next,
.dots) {
	font-size: 1.8rem;
	background: #ffffff;
	width: 40px;
	height: 35px;
	border: 1px solid #2a3b4c;
	border-radius: 2.5px;
	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;
	margin: 0 5px;
}

.page-link .page-numbers:not(.prev,
.next,
.dots).current {
	background: #2a3b4c;
	color: #ffffff;
}

.page-link a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.page-link a:not(.prev,
.next) {
	outline: none;
}

.page-link a:not(.prev,
.next):hover,
.page-link a:not(.prev,
.next):focus-visible {
	background: #e95404;
	border-color: #e95404;
	color: #ffffff;
}

.page-link .prev,
.page-link .next {
	position: absolute;
	bottom: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	outline: none;
}

.page-link .prev:hover,
.page-link .prev:focus-visible,
.page-link .next:hover,
.page-link .next:focus-visible {
	color: #e95404;
}

.page-link .prev {
	left: 0;
	margin-right: 10px;
}

.page-link .prev::before {
	content: "＜";
}

.page-link .next {
	right: 0;
	margin-left: 10px;
}

.page-link .next::after {
	content: "＞";
}

.blog-nav {
	background: #f2f4f6;
	border-radius: 5px;
	padding: 30px 20px 0;
}

.blog-nav__heading {
	text-align: center;
	margin-bottom: 27px;
}

.blog-nav__heading__main {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 9px;
}

.blog-nav__heading__sub {
	display: block;
	font: 400 1.4rem "Roboto Condensed", sans-serif;
	letter-spacing: 0.1em;
}

.search-nav__item {
	border-top: 1px solid #d0d3d5;
	padding: 22px 0;
}

.search-nav__label {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.search-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 2.14;
}

.search-nav__list li {
	width: 50%;
}

.search-nav__list li a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.search-nav__list li a:hover,
.search-nav__list li a:focus-visible {
	color: #e95404;
}

.search-nav__select {
	display: block;
	border: none;
	width: 230px;
	height: 40px;
	border-radius: 2.5px;
	padding: 0 35px 0 10px;
	background: url(../img/arrow_select.svg) no-repeat right 13px center/9px auto, #ffffff;
	margin: 10px 0;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
	outline: none;
}

.search-nav__select:hover,
.search-nav__select:focus-visible {
	border-color: #2a3b4c;
}

.philosophy__copy {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 38px;
}

.philosophy__image {
	max-width: 493px;
	margin-left: auto;
	margin-right: auto;
}

.cta {
	margin-top: 130px;
}

.cta__inner {
	position: relative;
	padding: 58px 35px 25px;
}

.cta__inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 10px;
	background: #fdf2e5;
}

.cta__title {
	margin-bottom: 24px;
	font-size: 1.8rem;
	line-height: 1.3889;
	font-weight: 700;
	text-align: center;
}

.cta__badge {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	padding-top: 1%;
	background: #e95404;
	border-radius: 50%;
}

.cta__badge img {
	display: block;
	width: 75%;
	margin: 0 auto;
}

.cta__item:not(:last-child) {
	margin-bottom: 22px;
	padding-bottom: 23px;
	border-bottom: 1px solid #bdbbb7;
}

.cta__image {
	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: 45px;
	margin: 0 auto 10px;
}

.cta__image--tel {
	width: 58px;
}

.cta__image--mail {
	width: 37px;
}

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

.cta__heading {
	margin-bottom: 12px;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}

.cta__button {
	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: 225px;
	width: 100%;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.cta__button:hover,
.cta__button:focus-visible {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
}

.cta__button--tel {
	border: none;
	background: #FFFFFF;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2.7rem;
	line-height: 1.5;
	font-weight: 700;
	color: #e95404;
}

.cta__button--mail {
	background: #e95404;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #FFFFFF;
}

.cta__text {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
}

.anchor-list__item {
	margin-bottom: 15px;
}

.anchor-list__item a {
	position: relative;
	display: block;
	padding: 0.5em 0 0.5em 1em;
	font-size: 1.8rem;
	line-height: 1.5;
	outline: none;
}

.anchor-list__item a:hover::after,
.anchor-list__item a:focus-visible::after {
	width: 0;
}

.anchor-list__item a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url(../img/icon_anchorlist.svg) no-repeat center center/contain;
}

.anchor-list__item a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #e95404;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.table-plan {
	background: #f4f7fa;
	text-align: center;
	padding: 30px 0;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.table-plan__inner {
	overflow-x: scroll;
}

.table-plan__inner::-webkit-scrollbar {
	display: none;
}

.table-plan__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 810px;
	margin: 0 auto;
	padding-right: 25px;
}

.table-plan__label__head,
.table-plan__plan__head {
	height: 140px;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.table-plan__label__col,
.table-plan__plan__col {
	height: 60px;
	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;
}

.table-plan__label {
	width: 20%;
	position: sticky;
	left: 0;
	background: #f4f7fa;
	padding-left: 25px;
}

.table-plan__label__head,
.table-plan__label__col {
	border-bottom: 1px solid #2a3b4c;
}

.table-plan__plan {
	width: 25%;
}

.table-plan__plan__head,
.table-plan__plan__col {
	border-bottom: 1px solid #d0d3d5;
}

.table-plan__plan__type {
	margin-bottom: 0.9em;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
}

.table-plan__plan__button {
	display: block;
	max-width: 150px;
	margin: 0 auto;
	padding: 0.5em 1.5em;
	border: 2px solid #2a3b4c;
	border-radius: 50px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
	background: #FFFFFF;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.table-plan__plan__button:hover,
.table-plan__plan__button:focus-visible {
	background: #2a3b4c;
	color: #FFFFFF;
}

.table-plan__plan__col {
	font-size: 1.5rem;
}

.table-plan__note {
	text-align: center;
	margin-top: 25px;
}

.plan-data__item {
	position: relative;
	padding: 30px 15px 12px;
	border: 4px solid #d0d3d5;
	border-radius: 10px;
}

.plan-data__item:not(:last-child) {
	margin-bottom: 32px;
}

.plan-data__item--blue {
	border-color: #2a3b4c;
}

.plan-data__item:nth-child(1)::after {
	content: "";
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	width: 13px;
	height: 43px;
	background: url(../img/icon_arrow_plan_data.svg) no-repeat center center/contain;
}

.plan-data__heading {
	margin-bottom: 26px;
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
}

.plan-data__note {
	margin-top: 5px;
	text-align: right;
}

.plan-data-table {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
}

.plan-data-table__tr {
	border-bottom: 1px solid #d0d3d5;
}

.plan-data-table__tr:first-child {
	border-top: 1px solid #d0d3d5;
}

.plan-data-table--blue .plan-data-table__tr {
	border-color: #2a3b4c;
}

.plan-data-table__th {
	padding: 12px 0;
	text-align: left;
}

.plan-data-table__td {
	padding: 12px 0;
	text-align: right;
}

.plan-data-table__price {
	color: #e95404;
	font-weight: 700;
}

.plan-data-table__price sup {
	position: relative;
	top: -0.5em;
	font-size: 1rem;
	color: #2a3b4c;
}

.voice {
	position: relative;
	margin: 28px 0 55px;
	padding-bottom: 35px;
}

.voice__inner {
	background: #f1efec;
	border-radius: 20px;
	padding: 34px 22px 115px;
}

.voice::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 120px;
	height: 130px;
	background: url(../img/img_illust_person_03.png) no-repeat center center/contain;
}

.voice--2::before {
	width: 160px;
	height: 130px;
	background: url(../img/img_illust_person_08.png) no-repeat center center/contain;
}

.call-text {
	margin-bottom: 40px;
	text-align: center;
}

.call-text__button {
	background: none;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	margin-bottom: 10px;
	font-size: 3.2rem;
	line-height: 1.333333;
	color: #e95404;
	text-align: center;
}

.sns-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;
}

.sns-link__item {
	height: 30px;
}

.sns-link__item--low {
	height: 25px;
}

.sns-link__item img {
	height: 100%;
}

.sns-link__item:not(:last-child) {
	margin-right: 18px;
}

.dialog {
	margin: 28px 0 55px;
	padding: 20px;
	background: #f5f5f9;
	border-radius: 20px;
}

.dialog__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

.dialog__image {
	width: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

.dialog__image img {
	display: block;
}

.dialog__image--02 {
	width: 60px;
}

.dialog__row--reverse .dialog__image {
	margin-right: 0;
	margin-left: 15px;
}

.dialog__main {
	width: auto;
}

.notice-block {
	margin: 28px 0 55px;
	padding: 20px;
	background: #f5f5f9;
	border-radius: 20px;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	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;
	z-index: 6000;
}

.modal__container {
	position: relative;
	background-color: #fff;
	max-width: 920px;
	width: calc(100% - 30px);
	z-index: 6000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}

.modal__container--sm {
	max-width: 600px;
}

.modal__inner {
	padding: 15px;
	overflow-y: auto;
	max-height: 88vh;
}

.modal__close-btn {
	width: 40px;
	background: none;
	padding: 0;
	border: none;
	position: absolute;
	top: 0;
	right: 10px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.modal__close-btn:hover,
.modal__close-btn:focus-visible {
	-webkit-transform: scale(1.07) translate(50%, -50%);
	-ms-transform: scale(1.07) translate(50%, -50%);
	transform: scale(1.07) translate(50%, -50%);
}

.modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}

/**************************\
	Demo Animation Style
\**************************/

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

.qr-area {
	max-width: 160px;
	margin: 0 auto;
}

.seminar-content {
	word-break: break-all;
	word-wrap: break-word;
	font-size: 1.4rem;
	line-height: 2;
}

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

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

.seminar-content > *:first-child {
	margin-top: 0;
}

.seminar-content > p {
	margin-bottom: 2em;
}

.seminar-content img {
	display: block;
	margin: 35px 0;
}

.seminar-content .alignleft {
	float: left;
	margin-right: 20px;
	margin-top: 0;
}

.seminar-content .alignright {
	float: right;
	margin-left: 20px;
	margin-top: 0;
}

.seminar-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.seminar-content > h2 {
	position: relative;
	margin-top: 3em;
	margin-bottom: 2.3em;
	padding: 0.5em 1.5em;
	font-size: 2rem;
	line-height: 1.5384;
	font-weight: bold;
	background: #f7efd8;
	color: #162e4b;
}

.seminar-content > h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: calc(100% - 38px);
	background: #e95404;
}

.seminar-content > h3 {
	margin-top: 4.2em;
	margin-bottom: 1.5em;
	padding: 0.6em 0;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6363;
	color: #162e4b;
	border-top: 1px solid #162e4b;
	border-bottom: 1px solid #162e4b;
}

.seminar-content > h4 {
	position: relative;
	margin-top: 4.2em;
	margin-bottom: 1.5em;
	padding-left: 1em;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #e95404;
	font-weight: 700;
}

.seminar-content > h4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: #e95404;
	background: linear-gradient(-45deg, #e95404, #e95404 35%, #f9cdb6 35%, #f9cdb6 50%, #e95404 50%, #e95404 86%, #f9cdb6 86%, #f9cdb6);
	background-size: 4px 4px;
}

.seminar-content h2 + h3,
.seminar-content h3 + h4 {
	margin-top: 0;
}

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

.seminar-content a:hover {
	text-decoration: none;
}

.seminar-content strong {
	color: inherit;
	font-weight: bold;
}

.seminar-content ul:not([class]) {
	margin-bottom: 1.2em;
}

.seminar-content ul:not([class]) li {
	position: relative;
	padding-left: 0.7em;
}

.seminar-content ul:not([class]) li::before {
	content: "";
	position: absolute;
	top: 1em;
	left: 0;
	width: 5px;
	height: 5px;
	z-index: 1;
	border-radius: 50%;
	background: #2a3b4c;
}

.seminar-content ol:not([class]) {
	margin-bottom: 1.2em;
	counter-reset: number 0;
}

.seminar-content ol:not([class]) li {
	position: relative;
	padding-left: 1.2em;
}

.seminar-content ol:not([class]) li::before {
	counter-increment: number 1;
	content: counter(number) ".";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.block-bg-unordered-list {
	margin-bottom: 1.2em;
	padding: 1em 1.3em;
	background: #e8f0f4;
}

.block-bg-unordered-list li {
	position: relative;
	padding-left: 1.4em;
}

.block-bg-unordered-list li::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #0e73bd;
}

.block-bg-unordered-check-list {
	margin-bottom: 1.2em;
	padding: 1em 1.3em;
	background: #e8f0f4;
}

.block-bg-unordered-check-list li {
	position: relative;
	padding-left: 1.8em;
}

.block-bg-unordered-check-list li::before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	z-index: 1;
	width: 1.1em;
	height: 1.1em;
	background: #0e73bd;
}

.block-bg-unordered-check-list li::after {
	content: "";
	position: absolute;
	top: 0.75em;
	left: 0.2em;
	z-index: 2;
	width: 0.7em;
	height: 0.45em;
	border-bottom: 0.18em solid #FFF;
	border-left: 0.18em solid #FFF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.block-bg-ordered-list {
	margin-bottom: 1.2em;
	padding: 1.2em 1.6em;
	background: #e8f0f4;
	counter-reset: number 0;
}

.block-bg-ordered-list li {
	position: relative;
	padding-left: 2.2em;
}

.block-bg-ordered-list li:not(:last-child) {
	margin-bottom: 0.5em;
}

.block-bg-ordered-list li::before {
	counter-increment: number 1;
	content: counter(number) " ";
	position: absolute;
	top: 0.5em;
	left: 0;
	padding-right: 0.8em;
	z-index: 1;
	border-right: 1px solid #313131;
	line-height: 1;
	color: #0e73bd;
}

.block-table-1 {
	width: 100%;
	margin-bottom: 3em;
}

.block-table-1 tr:not(:last-child) th {
	border-bottom: 1px solid #FFFFFF;
}

.block-table-1 tr:not(:last-child) td {
	border-bottom: 1px solid #8596ab;
}

.block-table-1 th {
	width: 100px;
	padding: 0.7em;
	background: #83b6dc;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.block-table-1 td {
	padding: 0.7em;
	background: #e8f0f4;
}

.seminar-kv {
	margin-bottom: 50px;
}

.seminar-embed-form {
	margin-top: 7.5em;
	border: 5px solid #e95404;
}

.seminar-embed-form__heading {
	margin-bottom: 0;
	padding: 0.28em;
	font-size: 2rem;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background: #e95404;
}

.seminar-embed-form__content {
	padding: 1em 0;
	background: #f5f4f1;
}

.seminar-embed-form__content iframe {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.seminar-external-link {
	margin-top: 7.5em;
	padding: 2em 2em 2.4em;
	background: #fdf2e5;
}

.seminar-external-link--end {
	padding: 1em 0;
	background: #e95404;
}

.seminar-external-link__heading {
	color: #e95404;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.5;
}

.seminar-external-link--end .seminar-external-link__heading {
	color: #FFFFFF;
}

.seminar-external-link__button {
	display: block;
	text-align: center;
	margin-top: 0.9em;
	padding: 0.8em 0.5em;
	font-size: 1.8rem;
	line-height: 1.5;
	background: #e95404;
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.seminar-external-link__button:hover,
.seminar-external-link__button:focus-visible {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
}

.download-index__item {
	position: relative;
}

.download-index__item:not(:last-child) {
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.download-index__item:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #dbe2e7;
	width: 100%;
	height: 1px;
	max-width: 925px;
}

.download-content__image {
	display: block;
	width: 50%;
	margin: 0 auto 40px;
	border-radius: 5px;
	border: 5px solid #f4f7fa;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
}

.download-content__image:hover,
.download-content__image:focus-visible {
	opacity: 0.7;
}

.download-content__image img {
	display: block;
}

.download-content__content {
	width: 100%;
}

.download-content__link {
	margin-top: 40px;
}

.join-kv {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 60px;
}

.join-kv__item {
	width: 28.4%;
	overflow: hidden;
}

.join-kv__item:first-child {
	border-radius: 0 15px 15px 0;
}

.join-kv__item:nth-child(2) {
	width: 40.2%;
	border-radius: 15px;
}

.join-kv__item:nth-child(3) {
	border-radius: 15px 0 0 15px;
}

.join-kv__text-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}

.join-kv__copy {
	width: 90%;
}

.join-kv__text {
	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;
	background: #e95403;
	padding: 1rem 2rem;
	border-radius: 2.4rem 0 0 2.4rem;
	margin-left: 1.5rem;
	width: 90%;
	margin-left: auto;
}

.join-lead {
	margin-top: 4rem;
	background: #f4f7fa;
	padding: 2rem 2rem 3rem;
	border-radius: 3rem;
}

.join-lead__text {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.64;
}

.join-lead__logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 3.2rem;
	gap: 20px 25px;
}

.join-lead__logo--1 {
	width: 221px;
}

.join-lead__logo--2 {
	width: 271px;
}

.join-lead__logo--3 {
	width: 340px;
	mix-blend-mode: multiply;
}

.join-lead__logo--4 {
	width: 162px;
}

.join-lead__logo--5 {
	width: 169px;
}

.join-history-lead {
	margin-top: 4.5rem;
}

.join-history-lead__text {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-top: 3rem;
}

.join-wrapper {
	max-width: 966px;
	margin-left: auto;
	margin-right: auto;
}

.join-history {
	background: #f1efec;
	border-radius: 1.5rem;
	padding: 3rem 3% 3rem 6.1%;
	margin-top: 2.3rem;
	margin-bottom: 6.5rem;
}

.join-history__contents {
	position: relative;
}

.join-history__contents::before {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 2px;
	height: calc(100% - 1.5rem);
	display: block;
	background: #e95403;
}

.join-history__item {
	position: relative;
	padding-left: 7%;
}

.join-history__item:not(:last-child) {
	margin-bottom: 5.8rem;
}

.join-history__item::before {
	position: absolute;
	top: 0.2rem;
	left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	background: #e95403;
	border-radius: 50%;
}

.join-history__years {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 14.4%;
	min-width: 100px;
	margin-bottom: 2rem;
}

.join-history__logo {
	width: 20rem;
	margin-right: 3.3rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 2rem;
}

.join-history__logo--2 img {
	width: 73%;
}

.join-history__logo--3 img {
	width: 77%;
}

.join-history__heading {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1;
	margin-bottom: 0.8rem;
}

.join-history__heading span {
	font-size: 1.4rem;
}

.join-history__text {
	letter-spacing: 0.1em;
	line-height: 1.57;
}

.join-history-detail {
	margin-top: 2.5rem;
}

.join-history-detail__label {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-bottom: 4px solid #04477b;
}

.join-history-detail__label span {
	display: inline-block;
	color: #ffffff;
	background: #04477b;
	padding: 0.3em 1.2em;
	border-radius: 1rem 1rem 0 0;
}

.join-history-detail__contents {
	padding: 3rem 0;
}

.join-history-detail__heading {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.025em;
	margin-bottom: 0.8rem;
}

.join-history-detail__company {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	background: #f4f7fa;
	color: #04477b;
	padding: 0.5em 0.5em;
	margin-bottom: 3rem;
}

.join-history-detail__company span {
	font-size: 1.4rem;
}

.join-history-detail__purpose__heading {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #e95403;
	margin-bottom: 1rem;
}

.join-history-detail__list {
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1.75;
}

.join-history-detail__list li {
	text-indent: -1em;
	padding-left: 1em;
}

.join-history-detail__list li::before {
	content: "";
	width: 0.6rem;
	height: 0.6rem;
	display: inline-block;
	background: #04477b;
	border-radius: 50%;
	margin-right: 0.7em;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.join-history-detail__image {
	margin-top: 3rem;
}

.join-history-detail__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem 4rem;
	margin-top: 2.5rem;
}

.join-strategy {
	position: relative;
	padding: 6rem 0 8rem;
	margin-top: 3.5rem;
	z-index: 1;
}

.join-strategy::before {
	position: absolute;
	top: 6rem;
	left: calc(50% + 30px);
	-webkit-transform: translateX(49%);
	-ms-transform: translateX(49%);
	transform: translateX(49%);
	content: "";
	width: 150px;
	height: auto;
	aspect-ratio: 318/234;
	display: block;
	background: url(../img/deco_strategy.png) no-repeat center/contain;
	z-index: -1;
}

.join-strategy__text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.join-strategy__contents {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem 2.8%;
}

.join-strategy__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;
	text-align: center;
	border: 1px solid #04477b;
	background: #ffffff;
	border-radius: 2rem;
	padding: 0.9rem 0.5rem;
}

.join-strategy__item p {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #04477b;
}

.join-strategy__item p span {
	display: block;
	font-size: 1.2rem;
	line-height: 1.47;
}

.join-heading {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.28;
	text-align: center;
	color: #e95403;
}

.join-heading--white {
	color: #ffffff;
}

.join-heading span {
	display: inline-block;
}

.join-thoughts {
	background: -webkit-gradient(linear, left top, right top, from(#f48602), to(#fcb900));
	background: linear-gradient(90deg, #f48602, #fcb900);
	padding: 4rem 0 11.3rem;
}

.join-thoughts__contents {
	background: #ffffff;
	border-radius: 1.5rem;
	padding: 3rem 2rem 0;
	margin-top: 2.4rem;
}

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

.join-thoughts__contents::after {
	clear: both;
}

.join-thoughts__text {
	font-size: 1.6rem;
	line-height: 1.78;
}

.join-thoughts__text p:not(:last-child) {
	margin-bottom: 1.3rem;
}

.join-thoughts__image {
	width: 150px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
}

.join-thoughts__image img {
	display: block;
}

.join-contact {
	display: block;
	text-align: center;
	background: #04477b;
	border: 1px solid #04477b;
	color: #ffffff;
	border-radius: 1.5rem;
	padding: 3rem 2rem;
	margin-top: -8rem;
}

.join-contact__text {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.23;
	margin-bottom: 1.7rem;
}

.join-contact__email {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.join-contact__email__main {
	text-decoration: underline;
}

.join-contact__email__note {
	display: inline-block;
	font-size: 1.4rem;
}

@media (min-width: 576px) {

.wrapper {
	width: 100%;
}

.wrapper {
	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;
}

.sticky-sm-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

.sticky-sm-bottom {
	position: sticky;
	bottom: 0;
	z-index: 1020;
}

.float-sm-start {
	float: left !important;
}

.float-sm-end {
	float: right !important;
}

.float-sm-none {
	float: none !important;
}

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

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

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

.d-sm-grid {
	display: -ms-grid !important;
	display: grid !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;
}

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

.flex-sm-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

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

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

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

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

.flex-sm-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-sm-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-sm-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-sm-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !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 {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

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

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

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

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

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

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

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

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

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

.align-items-sm-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-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;
}

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

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

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

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

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

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

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

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

.m-sm-0 {
	margin: 0 !important;
}

.mx-sm-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-sm-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-sm-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mt-sm-0 {
	margin-top: 0 !important;
}

.me-sm-0 {
	margin-right: 0 !important;
}

.me-sm-auto {
	margin-right: auto !important;
}

.mb-sm-0 {
	margin-bottom: 0 !important;
}

.ms-sm-0 {
	margin-left: 0 !important;
}

.ms-sm-auto {
	margin-left: auto !important;
}

.p-sm-0 {
	padding: 0 !important;
}

.px-sm-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.py-sm-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-sm-0 {
	padding-top: 0 !important;
}

.pe-sm-0 {
	padding-right: 0 !important;
}

.pb-sm-0 {
	padding-bottom: 0 !important;
}

.ps-sm-0 {
	padding-left: 0 !important;
}

.gap-sm-0 {
	gap: 0 !important;
}

.gap-sm-1 {
	gap: 0.25rem !important;
}

.gap-sm-2 {
	gap: 0.5rem !important;
}

.gap-sm-3 {
	gap: 1rem !important;
}

.gap-sm-4 {
	gap: 1.5rem !important;
}

.gap-sm-5 {
	gap: 3rem !important;
}

.text-sm-start {
	text-align: left !important;
}

.text-sm-end {
	text-align: right !important;
}

.text-sm-center {
	text-align: center !important;
}

.fixed-cta__item {
	font-size: 1.4rem;
}

.specialists-nav {
	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;
	width: 100%;
}

.specialists-nav__item {
	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;
	width: 47%;
}

.specialists-nav__field span {
	font-size: 2.7rem;
}

}

@media (min-width: 768px) {

.wrapper {
	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;
}

.sticky-md-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

.sticky-md-bottom {
	position: sticky;
	bottom: 0;
	z-index: 1020;
}

.float-md-start {
	float: left !important;
}

.float-md-end {
	float: right !important;
}

.float-md-none {
	float: none !important;
}

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

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

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

.d-md-grid {
	display: -ms-grid !important;
	display: grid !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;
}

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

.flex-md-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

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

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

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

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

.flex-md-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-md-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-md-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-md-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !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 {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

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

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

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

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

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

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

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

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

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

.align-items-md-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-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;
}

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

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

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

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

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

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

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

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

.m-md-0 {
	margin: 0 !important;
}

.mx-md-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-md-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-md-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mt-md-0 {
	margin-top: 0 !important;
}

.me-md-0 {
	margin-right: 0 !important;
}

.me-md-auto {
	margin-right: auto !important;
}

.mb-md-0 {
	margin-bottom: 0 !important;
}

.ms-md-0 {
	margin-left: 0 !important;
}

.ms-md-auto {
	margin-left: auto !important;
}

.p-md-0 {
	padding: 0 !important;
}

.px-md-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.py-md-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-md-0 {
	padding-top: 0 !important;
}

.pe-md-0 {
	padding-right: 0 !important;
}

.pb-md-0 {
	padding-bottom: 0 !important;
}

.ps-md-0 {
	padding-left: 0 !important;
}

.gap-md-0 {
	gap: 0 !important;
}

.gap-md-1 {
	gap: 0.25rem !important;
}

.gap-md-2 {
	gap: 0.5rem !important;
}

.gap-md-3 {
	gap: 1rem !important;
}

.gap-md-4 {
	gap: 1.5rem !important;
}

.gap-md-5 {
	gap: 3rem !important;
}

.text-md-start {
	text-align: left !important;
}

.text-md-end {
	text-align: right !important;
}

.text-md-center {
	text-align: center !important;
}

.l-body {
	padding-top: 115px;
}

.header-1 {
	position: relative;
	background: #f4f7fa;
	border-bottom: none;
	padding: 10px 20px 10px 20px;
	height: auto;
}

.header-1__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-2-layer {
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

body.is-loaded .header-2-layer {
	-webkit-transition: 0.1s 0.1s;
	transition: 0.1s 0.1s;
}

.header-2-layer.is-mega-opening {
	opacity: 1;
	visibility: visible;
}

body.is-loaded .header-2-layer.is-mega-opening {
	-webkit-transition: 0.3s 0.1s;
	transition: 0.3s 0.1s;
}

.header-2 {
	position: relative;
	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;
	padding: 0 10px 0 20px;
	background: #FFF;
	z-index: 2000;
}

.header-2__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.site-title img {
	width: 200px;
}

.lang-menu {
	margin-top: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.lang-menu__item {
	margin-left: 1em;
	margin-right: 0;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

.lang-menu__item a {
	width: auto;
	line-height: 1;
}

.lang-menu__item.is-current {
	border: none;
	border-radius: none;
}

.gnav1__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sp-menu-btn {
	display: none;
}

.footer-1__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 120px 0 92px;
}

.footer-2 {
	padding: 32px 0;
}

.footer-2__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-navi-1-wrap {
	width: 48.6%;
}

.footer-navi-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-navi-2__item {
	margin-bottom: 0;
	margin-right: 20px;
}

.footer-company-info {
	width: 41.4%;
	margin-bottom: 0;
}

.footer-company-info__button {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 55px;
}

.footer-company-info__bnr {
	width: 200px;
	margin-left: 0;
}

.copyright {
	text-align: left;
	font-size: 1.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 5px;
}

.pagetop-link {
	bottom: 30px;
	right: 30px;
	padding: 0 0 4px;
	font-size: 1.2rem;
	width: 80px;
	height: 80px;
}

.pagetop-link::before {
	margin-bottom: 4px;
}

.call-info__heading {
	font-size: 2.4rem;
}

.call-info__number {
	font-size: 4.2rem;
}

.call-info__number::before {
	width: 57px;
	height: 60px;
}

.call-info__text {
	font-size: 1.8rem;
}

.fixed-cta {
	width: 15em;
	left: auto;
	right: 0;
	border-radius: 10px 0 0 0;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

.fixed-cta__heading {
	left: auto;
	right: 0;
	border-radius: 50px 0 0 50px;
}

.fixed-cta__main {
	display: block;
}

.fixed-cta__item {
	width: 100%;
	height: 55px;
}

.fixed-cta__item:not(:last-child)::after {
	width: calc(100% - 2em);
	height: 1px;
	top: 100%;
	right: 50%;
	-webkit-transform: translate(50%);
	-ms-transform: translate(50%);
	transform: translate(50%);
}

.fixed-cta__item a,
.fixed-cta__item button {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 1em 0 1.5em;
}

.fixed-cta__item img[src*=icon_tel] {
	width: 2.5em;
}

.fixed-cta__item img[src*=icon_line] {
	width: 1.8em;
	margin-left: 0.5em;
	margin-right: 0.9em;
}

.fixed-cta__item img[src*=icon_mail] {
	width: 1.7em;
	margin-left: 0.5em;
	margin-right: 0.9em;
}

.section {
	padding-top: 80px;
}

.section--pb {
	padding-bottom: 80px;
}

.section--ptsm {
	padding-top: 40px;
}

.section--bt {
	margin-top: 80px;
}

.section--bb {
	padding-bottom: 80px;
}

.heading-1 {
	font-size: 4rem;
	margin-bottom: 1.5em;
}

.heading-2 {
	font-size: 3.6rem;
	margin-bottom: 60px;
}

.heading-3 {
	padding-left: calc(3px + 0.9em);
}

.heading-3--pc-sm {
	font-size: 1.6rem;
	padding-left: calc(2px + 1em);
}

.heading-3--pc-sm::before {
	width: 2px;
}

.heading-4 {
	margin-bottom: 1.2em;
}

.heading-4__sub {
	font-size: 1.6rem;
}

.heading-4__main {
	font-size: 2.2rem;
}

.heading-5 {
	padding-left: calc(3px + 0.9em);
}

.heading-5:not(:first-child) {
	margin-top: 60px;
}

.heading-6 {
	font-size: 3.6rem;
	margin-bottom: 60px;
}

.text-md {
	font-size: 1.8rem;
}

.link-1 {
	width: 300px;
	height: 80px;
	font-size: 1.6rem;
}

.button-wrap {
	margin-top: 40px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.button-wrap--mt-lg {
	margin-top: 80px;
}

.button-wrap--mb {
	margin-bottom: 40px;
}

.cnav__for {
	font-size: 1.6rem;
}

.cnav__page-title {
	font-size: 2.2rem;
}

.home-mv-2 {
	height: calc(100svh - 250px);
	min-height: 620px;
}

.home-mv-2__wrapper {
	width: 85.8%;
	margin: 0 auto;
}

.home-mv-2__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 70px;
}

.home-mv-2__en-text {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	margin: 0;
	max-width: 578px;
	width: 100%;
	width: 49%;
	margin-right: 4%;
	padding-top: 60px;
}

.home-mv-2__body {
	width: 460px;
	margin: 0;
	padding: 43px 44px 20px;
	border-radius: 30px 0 30px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home-mv-2__lead {
	margin-bottom: 20px;
	text-align: left;
	font-size: 3.6rem;
	line-height: 1.2778;
	font-size: clamp(2.4rem, 0.2666666667rem + 2.7777777778vw, 3.6rem);
}

.home-mv-2__text {
	margin-bottom: 42px;
	text-align: left;
	line-height: 1.8571;
	font-size: clamp(1.2rem, 0.8444444444rem + 0.462962963vw, 1.4rem);
}

.home-mv-2__image {
	max-width: 360px;
	width: 100%;
}

.home-mv-2__link-wrap {
	position: relative;
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	margin-top: 70px;
	text-align: right;
	width: 100%;
}

.home-mv-2__link {
	display: inline-block;
	width: auto;
	padding: 0 36px 0 0;
	background: transparent;
	color: #e95404;
	text-decoration: underline;
	text-underline-offset: 0.6em;
	text-decoration-thickness: 1px;
}

.home-mv-2__link:hover {
	text-decoration: none;
}

.home-mv-2__link::after {
	right: 0;
	width: 1.7em;
	height: 1.7em;
	background: url(../img/icon_link_3.png) no-repeat center/contain;
}

.home-mv-2__link:hover::after,
.home-mv-2__link:focus-visible::after {
	-webkit-transform: translateY(-50%) scale(1.2);
	-ms-transform: translateY(-50%) scale(1.2);
	transform: translateY(-50%) scale(1.2);
}

.access-wrap {
	margin-bottom: -120px;
}

.access {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.access:not(:last-child) {
	margin-bottom: 120px;
}

.access__col {
	width: 46.8%;
	margin-bottom: 120px;
}

.access__col:not(:nth-of-type(2n)) {
	margin-right: 6.4%;
}

.access__image {
	gap: 8.5%;
	max-width: 350px;
}

.access__image img {
	width: 45.75%;
}

.access__map {
	min-height: 298px;
	margin-top: 50px;
}

.access__lg-col {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.access__lg-col__info {
	width: 40%;
}

.access__lg-col__map {
	margin-top: 0;
	width: 57.2%;
}

.home-feature-wrap {
	padding: 100px 0 190px;
}

.home-feature:not(:last-child) {
	margin-bottom: 160px;
}

.home-feature {
	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;
}

.home-feature--pc-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.home-feature__main {
	width: 55%;
}

.home-feature__image {
	width: 42%;
	margin: 0;
}

.home-feature__image--2 {
	width: 42%;
}

.home-feature__image--2__inner {
	width: calc(50% + 50vw);
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	width: calc(100% + 50vw - 245px);
}

.home-feature__text {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 2.9em;
}

.home-growth__heading {
	margin-bottom: 40px;
}

.home-blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 0;
}

.home-blog::before {
	width: calc(100vw - 100px);
	max-width: 1300px;
	min-width: calc(100% + 40px);
	border-radius: 20px;
}

.home-blog__col {
	width: 44.5%;
}

.home-blog__col:not(:last-child) {
	margin-right: 5.5%;
}

.home-blog__list {
	margin-top: -1.5em;
	padding-left: calc(3px + 1.8rem);
}

.index-heading {
	margin-bottom: 40px;
	font-size: 3rem;
}

.joinus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 0 20px 20px 0;
}

.joinus__image {
	width: 57.21%;
}

.joinus__image__inner {
	left: 100%;
	height: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	width: calc(100% + 50vw - 345px);
}

.joinus__image__inner img {
	border-radius: 0;
}

.joinus__main {
	width: 52%;
	border-radius: 0 20px 20px 0;
	padding: 55px 4.5%;
}

.joinus__label {
	font-size: 7.2rem;
	margin-bottom: 48px;
}

.joinus__heading {
	font-size: 2.4rem;
	margin-bottom: 16px;
}

.joinus__text {
	font-size: 1.6rem;
	line-height: 1.45;
}

.breadcrumb {
	width: calc(100% - 60px);
}

.index-title {
	margin-top: 0;
}

.index-title::before {
	width: calc(100% - 30px);
}

.index-title__inner {
	height: 360px;
	padding: 0 0 25px;
}

.index-title__main {
	font-size: 1.6rem;
}

.index-title__sub {
	padding-bottom: 0;
	font-size: 5.6rem;
}

.index-title__sub::after {
	height: 4px;
}

.index-title__illust {
	width: 132px;
}

.download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 50px 5.4% 50px 6.5%;
}

.download::before {
	position: absolute;
	top: -10px;
	right: 12%;
	content: "";
	width: 214px;
	height: 170px;
	display: block;
	background: url(../img/img_illust_person_02.png) no-repeat center/contain;
}

.download__main {
	width: 59.2%;
	margin-bottom: 0;
}

.download__image {
	margin-right: 6.25%;
}

.download__text {
	font-size: 1.6rem;
}

.bnr {
	padding: 34px 18px 18px;
}

.bnr__text {
	margin-bottom: 28px;
	font-size: 1.8rem;
}

.related-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 30px 18px;
}

.related-contents__heading {
	padding: 20px 30px 20px 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
}

.related-contents__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 30px;
	margin-right: -40px;
	position: relative;
}

.related-contents__list::before {
	position: absolute;
	top: calc((100% - 15px) / 2);
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: calc(100% - 15px);
	min-height: 70px;
	display: block;
	background: #2a3b4c;
}

.related-contents__list li {
	margin-right: 40px;
}

.staff-list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.staff-list__item {
	width: 27.6663333333%;
	margin-bottom: 80px;
}

.staff-list__item:not(:nth-child(3n)) {
	margin-right: 8.5%;
}

.staff-list__position {
	font-size: 1.4rem;
	padding: 13px 13px 5px 0px;
}

.staff-list__name {
	font-size: 2.2rem;
}

.staff-list__en-name {
	font-size: 1.4rem;
}

.one-img {
	margin-top: 100px;
	margin-bottom: 200px;
}

.table-1 td,
.table-1 th {
	font-size: 1.6rem;
}

.table-1 th {
	padding: 24px 10px;
	width: 26%;
}

.table-1 td {
	padding: 24px 21px;
}

.staff-detail__head {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.staff-detail__image {
	width: 31.7%;
}

.staff-detail__content {
	width: 63.5%;
}

.staff-detail__name {
	margin-top: 2px;
	font-size: 3rem;
}

.staff-detail__text {
	margin-top: 26px;
	margin-bottom: 0;
	padding: 13px 21px;
}

.staff-detail__detail {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.staff-detail__item {
	padding: 0 0 0 9px;
	width: 30.5%;
	border-top: none;
	border-left: 1px solid #dbe2e7;
}

.staff-detail__item:not(:first-child) {
	margin-left: 4.25%;
}

.staff-detail__heading {
	margin-bottom: 15px;
}

.staff-detail__content {
	line-height: 1.7143;
}

.insert-right {
	float: right;
	max-width: 350px;
	margin-left: 30px;
}

.insert-left {
	float: left;
	max-width: 350px;
	margin-right: 30px;
}

.insert-left--sm {
	max-width: 150px;
}

.insert-center {
	display: block;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.tag-nav {
	margin-top: 120px;
}

.tag-nav__list {
	padding: 19px 28px;
}

.page-catch {
	padding: 27px 180px 30px 40px;
}

.page-catch--img-lg {
	padding-right: 240px;
}

.page-catch__text {
	font-size: 2.8rem;
}

.page-catch__image {
	right: 30px;
	height: 130px;
}

.page-catch--img-lg .page-catch__image {
	right: 30px;
	height: 120px;
}

.page-catch__image--width {
	right: -30px;
}

.strong-paragraph {
	text-indent: -70px;
	padding-left: 70px;
}

.strong-paragraph::before {
	width: 60px;
}

.list-block-1 {
	padding: 26px 40px 32px;
}

.list-block-1__col {
	font-size: 1.6rem;
}

.page-title {
	margin-top: 0;
	padding: 55px 0 75px;
}

.page-title::before {
	width: calc(100% - 30px);
}

.page-title__inner {
	width: calc(100% - 100px);
	max-width: 720px;
}

.page-title__sub {
	font-size: 1.6rem;
}

.page-title__main {
	font-size: 3.6rem;
}

.page-title__main-sm {
	font-size: 2.2rem;
}

.specialist-index-heading {
	font-size: 3.8rem;
}

.specialist-head__title {
	font-size: 3.2rem;
	margin-bottom: 83px;
}

.specialist-head__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.specialist-head__image {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.specialist-head__image {
	width: 45.2%;
}

.specialist-head__main {
	width: 47.9%;
	padding-top: 10px;
}

.specialist-head__field {
	margin-bottom: 25px;
}

.specialists-nav2__item {
	width: 17.4%;
}

.specialists-nav2__item:not(:nth-child(5n)) {
	margin-right: 3.25%;
}

.specialists-nav2__item:nth-child(odd) {
	margin-right: auto;
}

.specialists-nav2__item:nth-child(odd):not(:nth-child(5n)) {
	margin-right: 3.25%;
}

.specialists-nav2__field {
	font-size: 1.7rem;
}

.blog-index2 {
	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;
}

.blog-index2__item {
	width: 47%;
}

.blog-status--finished:hover {
	background: #aaaaaa;
}

.blog-head {
	margin-bottom: 100px;
}

.blog-head__date {
	font-size: 1.8rem;
	margin-bottom: 22px;
}

.blog-head__date--mb0 {
	margin-bottom: 0;
}

.blog-head__title {
	font-size: 2.8rem;
	padding-bottom: 7px;
}

.blog-content h2 {
	padding-left: calc(3px + 0.9em);
}

.blog-content h2:not(:first-child) {
	margin-top: 60px;
}

.blog-content h3 {
	padding-left: calc(2px + 0.9em);
}

.blog-content h3:not(:first-child) {
	margin-top: 60px;
}

.blog-content h4 {
	padding-left: calc(6px + 0.8em);
}

.blog-content h4:not(:first-child) {
	margin-top: 60px;
}

.blog-content h5:not(:first-child),
.blog-content h6:not(:first-child) {
	margin-top: 50px;
}

.blog-content__special-banner__pc {
	display: block;
}

.blog-content__special-banner__sp {
	display: none;
}

.page-link {
	padding-bottom: 0;
}

.page-link .prev,
.page-link .next {
	position: static;
	font-size: 1.6rem;
}

.page-link .prev {
	margin-right: 28px;
}

.page-link .next {
	margin-left: 28px;
}

.blog-nav {
	padding: 40px 30px;
}

.search-nav__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-nav__label {
	min-width: 17.4%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 3.3%;
	text-align: left;
	margin-bottom: 0;
}

.search-nav__select {
	margin-left: 0;
	margin-right: 0;
}

.cta {
	margin-top: 260px;
}

.cta__inner {
	padding: 76px 10px 64px;
}

.cta__inner::before {
	width: calc(100vw - 60px);
}

.cta__title {
	margin-bottom: 43px;
	font-size: 2.8rem;
}

.cta__badge {
	width: 120px;
	height: 120px;
	padding-top: 0;
}

.cta__badge img {
	width: 73%;
}

.cta__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cta__item {
	width: 50%;
	padding: 10px 0;
}

.cta__item:not(:last-child) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	border-right: 1px solid #bdbbb7;
}

.cta__image {
	height: 60px;
	margin-bottom: 15px;
}

.cta__image--tel {
	width: 78px;
}

.cta__image--mail {
	width: 50px;
}

.cta__heading {
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.cta__button {
	max-width: 280px;
	height: 60px;
}

.cta__button--tel {
	font-size: 3.2rem;
}

.cta__button--mail {
	font-size: 1.4rem;
}

.cta__text {
	margin-top: 15px;
	font-size: 1.6rem;
}

.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;
	margin-bottom: -10px;
}

.anchor-list__item {
	margin: 0 20px 10px 20px;
}

.anchor-list--left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: -40px;
}

.anchor-list--left .anchor-list__item {
	margin: 0 40px 10px 0;
}

.table-plan {
	overflow: hidden;
	border-radius: 20px;
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
	padding: 0 20px 30px;
}

.table-plan__main {
	width: 100%;
	padding-right: 0;
}

.table-plan__label {
	padding-left: 0;
	width: 18%;
}

.table-plan__plan {
	width: 26.5%;
}

.table-plan__plan__type {
	font-size: 1.7rem;
}

.plan-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.plan-data__item {
	width: calc(50% - 16px);
}

.plan-data__item:not(:last-child) {
	margin-bottom: 0;
}

.plan-data__item:nth-child(1)::after {
	top: 50%;
	left: calc(100% + 14px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.voice {
	width: 90%;
	margin-left: auto;
	padding-bottom: 0;
}

.voice__inner {
	padding: 34px 50px 42px 95px;
}

.voice::before {
	bottom: -5px;
	left: -62px;
}

.voice--2::before {
	left: -92px;
}

.call-text {
	margin-bottom: 52px;
}

.call-text__button {
	font-size: 3.6rem;
}

.sns-link__item {
	width: auto;
	height: 25px;
}

.sns-link__item--low {
	height: 20px;
}

.dialog {
	padding: 30px;
}

.dialog__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 65px;
}

.dialog__row--reverse {
	padding-right: 0;
	padding-left: 65px;
}

.dialog__image {
	width: 80px;
	margin-right: 28px;
}

.dialog__image--02 {
	width: 90px;
}

.dialog__row--reverse .dialog__image {
	margin-left: 28px;
}

.notice-block {
	padding: 30px;
}

.modal__container {
	width: calc(100% - 120px);
}

.modal__inner {
	padding: 30px;
}

.modal__close-btn {
	right: 0;
	width: 60px;
}

.seminar-content {
	font-size: 1.8rem;
}

.seminar-content img {
	margin: 45px 0;
}

.seminar-content > h2 {
	padding: 1em 2em;
	font-size: 2.6rem;
}

.seminar-content > h2::before {
	left: 20px;
	width: 10px;
}

.seminar-content > h3 {
	font-size: 2.2rem;
}

.seminar-content > h4 {
	font-size: 2.2rem;
}

.block-table-1 th {
	width: 160px;
	padding: 1.2em 1.5em;
}

.block-table-1 td {
	padding: 1.2em 1.5em;
}

.seminar-embed-form__heading {
	font-size: 3.2rem;
}

.seminar-embed-form__content {
	padding: 3.6em 1em;
}

.seminar-external-link {
	padding: 2.4em 5em 3em;
}

.seminar-external-link--end {
	padding: 1em 1em;
}

.seminar-external-link__heading {
	font-size: 3.2rem;
}

.seminar-external-link__button {
	font-size: 2rem;
	padding: 1.2em;
}

.download-index__item:not(:last-child) {
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.download-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.download-content__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 30%;
}

.download-content__content {
	padding-right: 5%;
}

.join-kv {
	padding-bottom: 40px;
}

.join-kv__item:first-child {
	border-radius: 0 30px 30px 0;
}

.join-kv__item:nth-child(2) {
	border-radius: 30px;
}

.join-kv__item:nth-child(3) {
	border-radius: 30px 0 0 30px;
}

.join-kv__text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: auto;
}

.join-kv__copy {
	width: auto;
}

.join-kv__text {
	padding: 2.5rem 3rem;
	width: auto;
	margin-left: 3rem;
}

.join-lead {
	margin-top: 8rem;
	padding: 4rem 2rem 5rem;
}

.join-lead__text {
	font-size: 2.8rem;
	text-align: center;
}

.join-lead__logos {
	margin-top: 4.5rem;
	gap: 25px 45px;
}

.join-lead__logo--3 {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.join-lead__logo--5 {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.join-history-lead {
	margin-top: 7.5rem;
}

.join-history-lead__text {
	margin-top: 3.8rem;
}

.join-history {
	border-radius: 3rem;
	padding: 4rem 3% 4.5rem 6.1%;
	margin-top: 4.3rem;
}

.join-history__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 3.4%;
}

.join-history__item::before {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.join-history__years {
	margin-bottom: 0;
}

.join-history__logo {
	width: 22.1rem;
	margin-bottom: 0;
}

.join-history__heading {
	font-size: 2rem;
}

.join-history-detail__label {
	font-size: 1.8rem;
}

.join-history-detail__contents {
	padding: 4rem 0;
}

.join-history-detail__heading {
	font-size: 2.4rem;
}

.join-history-detail__company {
	margin-bottom: 1.2em;
	font-size: 2rem;
}

.join-history-detail__company span {
	font-size: 1.6rem;
}

.join-history-detail__2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.join-history-detail__image {
	width: 33.1%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 0;
	margin-left: 3.1%;
}

.join-history-detail__image--sm img {
	display: block;
	width: 94%;
	margin-left: auto;
}

.join-strategy::before {
	top: 0.5rem;
	left: calc(50% + 195px);
	width: 20vw;
}

.join-strategy__text {
	font-size: 2rem;
	margin-bottom: 4.5rem;
}

.join-strategy__contents {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
	gap: 2.7rem 2.8%;
}

.join-strategy__item {
	min-height: 10rem;
}

.join-strategy__item p {
	font-size: 2.4rem;
}

.join-strategy__item p span {
	font-size: 1.5rem;
}

.join-heading {
	font-size: 3.6rem;
}

.join-thoughts {
	padding: 6.5rem 0 11.3rem;
}

.join-thoughts__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-radius: 3rem;
	padding: 2rem 0.8% 0 4%;
	margin-top: 4.8rem;
}

.join-thoughts__text {
	font-size: 1.8rem;
	padding-bottom: 4.4rem;
}

.join-thoughts__image {
	width: 193px;
}

.join-contact {
	border-radius: 3rem;
	margin-top: -7rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.join-contact:hover {
	background: #ffffff;
	color: #04477b;
}

.join-contact__text {
	font-size: 2.6rem;
}

.join-contact__text span {
	display: inline-block;
}

.join-contact__email {
	font-size: 2rem;
}

}

@media (min-width: 992px) {

.wrapper {
	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;
}

.sticky-lg-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

.sticky-lg-bottom {
	position: sticky;
	bottom: 0;
	z-index: 1020;
}

.w-70px {
	width: 7rem;
}

.w-120px {
	width: 12rem;
}

.float-lg-start {
	float: left !important;
}

.float-lg-end {
	float: right !important;
}

.float-lg-none {
	float: none !important;
}

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

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

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

.d-lg-grid {
	display: -ms-grid !important;
	display: grid !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;
}

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

.flex-lg-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

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

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

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

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

.flex-lg-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-lg-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-lg-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-lg-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !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 {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

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

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

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

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

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

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

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

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

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

.align-items-lg-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-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;
}

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

.order-lg-0 {
	-webkit-box-ordinal-group: 1 !important;
	-ms-flex-order: 0 !important;
	order: 0 !important;
}

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

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

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

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

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

.order-lg-last {
	-webkit-box-ordinal-group: 7 !important;
	-ms-flex-order: 6 !important;
	order: 6 !important;
}

.m-lg-0 {
	margin: 0 !important;
}

.mx-lg-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-lg-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-lg-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mt-lg-0 {
	margin-top: 0 !important;
}

.me-lg-0 {
	margin-right: 0 !important;
}

.me-lg-auto {
	margin-right: auto !important;
}

.mb-lg-0 {
	margin-bottom: 0 !important;
}

.ms-lg-0 {
	margin-left: 0 !important;
}

.ms-lg-auto {
	margin-left: auto !important;
}

.p-lg-0 {
	padding: 0 !important;
}

.px-lg-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.py-lg-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-lg-0 {
	padding-top: 0 !important;
}

.pe-lg-0 {
	padding-right: 0 !important;
}

.pb-lg-0 {
	padding-bottom: 0 !important;
}

.ps-lg-0 {
	padding-left: 0 !important;
}

.gap-lg-0 {
	gap: 0 !important;
}

.gap-lg-1 {
	gap: 0.25rem !important;
}

.gap-lg-2 {
	gap: 0.5rem !important;
}

.gap-lg-3 {
	gap: 1rem !important;
}

.gap-lg-4 {
	gap: 1.5rem !important;
}

.gap-lg-5 {
	gap: 3rem !important;
}

.text-lg-start {
	text-align: left !important;
}

.text-lg-end {
	text-align: right !important;
}

.text-lg-center {
	text-align: center !important;
}

.l-body {
	padding-top: 145px;
}

.header-2.is-fixed {
	top: -145px;
}

.header-2.is-fixed-visible {
	top: 0;
}

.gnav1 {
	margin-left: -0.8em;
	font-size: 1.4rem;
}

.gnav1__item {
	padding: 0 0.8em;
}

.gnav1__item > a {
	height: 100px;
}

.gnav1__mega {
	left: calc(-20px + 0.8em);
}

.gnav1__detail {
	font-size: 1.5rem;
}

.gnav1__child-link a {
	padding-left: 2.65em;
}

.gnav1__child-link a::before {
	content: "→";
	color: #e95404;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 1.75em;
}

.gnav1__child-link__note {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.gnav1__other {
	border-radius: 10px;
}

.gnav1__other__heading {
	line-height: 1;
}

.gnav2 {
	font-size: 1.4rem;
}

.header-cv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #a6b0b8;
	padding-left: 0.8em;
	margin-left: 0.8em;
}

.footer-navi-1-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-navi-1 {
	width: 47.2%;
}

.footer-navi-1__item {
	padding: 10px 0 37px;
}

.footer-navi-1__item--pb0 {
	padding-bottom: 0;
}

.fixed-cta {
	display: none;
}

.section {
	padding-top: 120px;
}

.section--pb {
	padding-bottom: 120px;
}

.section--ptsm {
	padding-top: 50px;
}

.section--bt {
	margin-top: 120px;
}

.section--bb {
	padding-bottom: 120px;
}

.heading-3:not(:first-child) {
	margin-top: 50px;
}

.button-wrap--mt-lg {
	margin-top: 120px;
}

.cnav--index {
	margin-top: 80px;
}

.cnav__main {
	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;
}

.cnav__col {
	width: 48.6%;
}

.cnav__image {
	height: 160px;
}

.cnav__item a {
	border-radius: 20px;
	padding: 28px calc(30px + 1em + 20px) 28px 30px;
}

.cnav__item a::after {
	right: 30px;
}

.cnav__service-link {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-headline__inner {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.news-headline__inner:not(:last-child) {
	margin-bottom: 0;
}

.news-headline__heading {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
	width: 8.3em;
}

.news-headline__main {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 0;
	width: calc(100% - 8.3em);
}

.news-headline__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-headline__date {
	width: 8.5em;
}

.news-headline__title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 8.5em);
	margin-top: 0;
}

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

.home-feature__image--2__inner {
	width: calc(100% + 50vw - 365px);
}

.home-growth__heading {
	text-align: left;
	margin-bottom: 52px;
}

.home-growth__image {
	width: 100%;
	margin: 0 0 50px;
}

.home-growth__item a {
	padding: 30px calc(4.1% + 2.14em + 6%) 26px 4.1%;
	border-radius: 20px;
	background-position: right 4.1% center;
	background-size: 2.14em auto;
	margin-bottom: 30px;
}

.home-growth__another-link--sp {
	display: none;
}

.home-growth__another-link--pc {
	display: block;
}

.specialists-nav {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.specialists-nav__item {
	width: 29.7%;
}

.specialists-nav__item:not(:nth-child(3n)) {
	margin-right: 5.45%;
}

.specialists-nav__field span {
	font-size: clamp(2.7rem, 0.877rem + 2.373vw, 4.2rem);
}

.joinus__image__inner {
	width: calc(100% + 50vw - 465px);
}

.joinus__main {
	width: 42.79%;
	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;
	padding: 71px 5.3%;
}

.breadcrumb {
	width: calc(100% - 120px);
}

.index {
	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;
	margin-bottom: -20px;
}

.index__item {
	width: 48.64%;
}

.index__item a {
	min-height: 6em;
	margin-bottom: 20px;
	border-radius: 20px;
	padding: 28px calc(30px + 1.4rem + 20px) 28px 30px;
}

.index__item a::after {
	right: 30px;
}

.index-title::before {
	width: calc(100% - 60px);
}

.index-title__inner {
	height: 420px;
}

.index-title__main {
	font-size: 2rem;
}

.index-title__sub {
	font-size: 7.2rem;
}

.download__heading {
	margin-bottom: 31px;
}

.download__heading__jp {
	font-size: 2.7rem;
}

.download__heading__en {
	font-size: 2.4rem;
	margin-top: 12px;
}

.three-imgs img {
	border-radius: 20px;
}

.staff-list__image {
	border-radius: 20px;
}

.one-img img {
	border-radius: 20px;
}

.staff-detail__image img {
	border-radius: 20px;
}

.staff-detail__text {
	border-radius: 10px;
}

.page-catch {
	padding: 27px 280px 30px 40px;
	margin-bottom: 0;
}

.page-catch--img-lg {
	padding-right: 290px;
}

.page-catch__image {
	right: 60px;
	height: 160px;
}

.page-catch--img-lg .page-catch__image {
	right: 40px;
	height: 145px;
}

.page-catch__image--width {
	right: 0px;
}

.page-title::before {
	width: calc(100% - 60px);
}

.page-title__inner {
	width: calc(100% - 180px);
	max-width: 960px;
}

.specialist-index-heading {
	font-size: 4.2rem;
	margin-bottom: 140px;
}

.specialist-head__image {
	border-radius: 8px;
}

.specialists-nav2__field {
	font-size: 1.8rem;
}

.blog-index2 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.blog-index2__item {
	width: 31.5%;
}

.blog-index2__item:not(:nth-child(3n)) {
	margin-right: 2.75%;
}

.blog-cat__item a {
	border-radius: 17px;
}

.page-link .page-numbers:not(.prev,
.next,
.dots) {
	border-radius: 5px;
}

.blog-nav {
	border-radius: 10px;
}

.blog-nav {
	padding: 48px 95px 0;
}

.search-nav__list li {
	width: 22%;
}

.search-nav__list li:not(:nth-child(4n)) {
	margin-right: 4%;
}

.search-nav__select {
	border-radius: 5px;
}

.cta__inner::before {
	border-radius: 20px;
}

.cta__inner::before {
	width: calc(100vw - 120px);
}

.cta__title {
	font-size: 3.6rem;
}

.cta__button {
	max-width: 300px;
}

.cta__button--tel {
	font-size: 3.6rem;
}

.cta__button--mail {
	font-size: 1.6rem;
}

.anchor-list__item {
	margin: 0 45px 10px 45px;
}

.anchor-list--left {
	margin-right: -60px;
}

.anchor-list--left .anchor-list__item {
	margin: 0 60px 10px 0;
}

.table-plan {
	padding: 3px 30px 30px;
}

.table-plan__label {
	width: 16.27%;
}

.table-plan__plan {
	width: 25.58%;
}

.table-plan__plan__type {
	font-size: 1.8rem;
}

.table-plan__plan__col {
	font-size: 1.6rem;
}

.plan-data__item {
	border-radius: 20px;
}

.modal__container {
	border-radius: 20px;
}

.modal__inner {
	padding: 50px;
}

.download-index__item:not(:last-child) {
	margin-bottom: 120px;
	padding-bottom: 120px;
}

.join-strategy::before {
	top: 2rem;
	left: calc(50% + 165px);
	width: 25.5vw;
	max-width: 318px;
}

}

@media (min-width: 1200px) {

.wrapper {
	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;
}

.sticky-xl-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

.sticky-xl-bottom {
	position: sticky;
	bottom: 0;
	z-index: 1020;
}

.float-xl-start {
	float: left !important;
}

.float-xl-end {
	float: right !important;
}

.float-xl-none {
	float: none !important;
}

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

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

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

.d-xl-grid {
	display: -ms-grid !important;
	display: grid !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;
}

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

.flex-xl-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

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

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

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

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

.flex-xl-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-xl-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-xl-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-xl-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !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 {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

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

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

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

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

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

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

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

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

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

.align-items-xl-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-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;
}

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

.order-xl-0 {
	-webkit-box-ordinal-group: 1 !important;
	-ms-flex-order: 0 !important;
	order: 0 !important;
}

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

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

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

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

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

.order-xl-last {
	-webkit-box-ordinal-group: 7 !important;
	-ms-flex-order: 6 !important;
	order: 6 !important;
}

.m-xl-0 {
	margin: 0 !important;
}

.mx-xl-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-xl-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-xl-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mt-xl-0 {
	margin-top: 0 !important;
}

.me-xl-0 {
	margin-right: 0 !important;
}

.me-xl-auto {
	margin-right: auto !important;
}

.mb-xl-0 {
	margin-bottom: 0 !important;
}

.ms-xl-0 {
	margin-left: 0 !important;
}

.ms-xl-auto {
	margin-left: auto !important;
}

.p-xl-0 {
	padding: 0 !important;
}

.px-xl-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.py-xl-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-xl-0 {
	padding-top: 0 !important;
}

.pe-xl-0 {
	padding-right: 0 !important;
}

.pb-xl-0 {
	padding-bottom: 0 !important;
}

.ps-xl-0 {
	padding-left: 0 !important;
}

.gap-xl-0 {
	gap: 0 !important;
}

.gap-xl-1 {
	gap: 0.25rem !important;
}

.gap-xl-2 {
	gap: 0.5rem !important;
}

.gap-xl-3 {
	gap: 1rem !important;
}

.gap-xl-4 {
	gap: 1.5rem !important;
}

.gap-xl-5 {
	gap: 3rem !important;
}

.text-xl-start {
	text-align: left !important;
}

.text-xl-end {
	text-align: right !important;
}

.text-xl-center {
	text-align: center !important;
}

.fs-1 {
	font-size: 2.5rem !important;
}

.fs-2 {
	font-size: 2rem !important;
}

.fs-3 {
	font-size: 1.75rem !important;
}

.fs-4 {
	font-size: 1.5rem !important;
}

.header-1 {
	padding-right: 30px;
	padding-left: 30px;
}

.header-2 {
	padding-right: 20px;
	padding-left: 30px;
}

.gnav1 {
	margin-left: -1.5em;
}

.gnav1__item {
	padding: 0 1.1em;
}

.gnav1__item--has-children > a::after {
	margin-left: 0.5em;
}

.gnav1__mega {
	padding: 46px 0 46px 50px;
	left: calc(-30px + 1.3em);
}

.gnav1__mega__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gnav1__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 235px;
	max-width: 17vw;
}

.gnav1__heading__link {
	display: block;
}

.gnav1__heading-sub-link {
	margin-top: calc(1.65em + 9px);
	margin-bottom: 0;
}

.gnav1__child-links-3col {
	width: 990px;
	max-width: 77.4vw;
}

.gnav1__child-link a {
	width: 330px;
	max-width: 25.8vw;
}

.gnav1__other {
	width: 300px;
}

.gnav2 {
	font-size: 1.5rem;
}

.header-cv {
	padding-left: 1em;
	margin-left: 1em;
}

.header-cv__tel__number {
	font-size: 2rem;
}

.header-cv__tel__note {
	font-size: 1.2rem;
}

.header-cv-button {
	padding: 0.6em 0.6em 0.6em 2em;
}

.header-cv-button__item {
	font-size: 1.6rem;
}

.header-cv-button__item:not(:last-child) {
	margin-right: 25px;
}

.header-cv-button__item--line::before {
	width: 40px;
	height: 40px;
}

.header-cv-button__item--form::before {
	width: 35px;
	height: 35px;
}

.home-feature__main {
	width: 48.6%;
}

.home-feature__image {
	width: 48.6%;
}

.home-feature__image--2 {
	width: 44.6%;
}

.home-feature__image--2__inner {
	width: calc(100% + 50vw - 405px);
	max-width: 770px;
}

.joinus__image__inner {
	width: calc(100% + 50vw - 555px);
}

.joinus__main {
	padding: 71px 5.3% 110px;
}

.download__heading__jp {
	font-size: 3rem;
}

.page-title__inner {
	max-width: 1140px;
}

}

@media (min-width: 1400px) {

.sticky-xxl-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

.sticky-xxl-bottom {
	position: sticky;
	bottom: 0;
	z-index: 1020;
}

.float-xxl-start {
	float: left !important;
}

.float-xxl-end {
	float: right !important;
}

.float-xxl-none {
	float: none !important;
}

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

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

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

.d-xxl-grid {
	display: -ms-grid !important;
	display: grid !important;
}

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

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

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

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

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

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

.flex-xxl-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

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

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

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

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

.flex-xxl-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-xxl-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-xxl-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-xxl-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-xxl-0 {
	-webkit-box-ordinal-group: 1 !important;
	-ms-flex-order: 0 !important;
	order: 0 !important;
}

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

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

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

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

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

.order-xxl-last {
	-webkit-box-ordinal-group: 7 !important;
	-ms-flex-order: 6 !important;
	order: 6 !important;
}

.m-xxl-0 {
	margin: 0 !important;
}

.mx-xxl-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-xxl-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-xxl-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mt-xxl-0 {
	margin-top: 0 !important;
}

.me-xxl-0 {
	margin-right: 0 !important;
}

.me-xxl-auto {
	margin-right: auto !important;
}

.mb-xxl-0 {
	margin-bottom: 0 !important;
}

.ms-xxl-0 {
	margin-left: 0 !important;
}

.ms-xxl-auto {
	margin-left: auto !important;
}

.p-xxl-0 {
	padding: 0 !important;
}

.px-xxl-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.py-xxl-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-xxl-0 {
	padding-top: 0 !important;
}

.pe-xxl-0 {
	padding-right: 0 !important;
}

.pb-xxl-0 {
	padding-bottom: 0 !important;
}

.ps-xxl-0 {
	padding-left: 0 !important;
}

.gap-xxl-0 {
	gap: 0 !important;
}

.gap-xxl-1 {
	gap: 0.25rem !important;
}

.gap-xxl-2 {
	gap: 0.5rem !important;
}

.gap-xxl-3 {
	gap: 1rem !important;
}

.gap-xxl-4 {
	gap: 1.5rem !important;
}

.gap-xxl-5 {
	gap: 3rem !important;
}

.text-xxl-start {
	text-align: left !important;
}

.text-xxl-end {
	text-align: right !important;
}

.text-xxl-center {
	text-align: center !important;
}

}

@media (min-width: 1440px) {

.gnav1 {
	font-size: 1.5rem;
}

.header-cv {
	padding-left: 1.3em;
	margin-left: 1.3em;
}

}

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

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

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

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

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

.d-print-grid {
	display: -ms-grid !important;
	display: grid !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;
}

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

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

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

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

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

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

}

@-webkit-keyframes mmslideOut {

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

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@keyframes mmslideOut {

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

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

