@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Overpass:400,600,700&display=swap");

/* Tools */

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

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

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

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

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

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

.display-block {
	display: block;
}

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

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

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

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

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

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

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

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

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

.bold {
	font-weight: bold;
}

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

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

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

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #0c2e36;
}

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

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

input,
textarea,
select,
button {
	font-family: inherit;
}

/* Layout */

.l-body {
	width: 100%;
	padding-top: 65px;
	overflow-x: hidden;
	opacity: 0;
}

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

.l-body.is-visible {
	opacity: 1;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	height: 65px;
	background: #FFFFFF;
	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 4.3%;
	z-index: 3000;
	width: 100%;
	border-bottom: 2px solid #e5eef1;
}

.l-header--home {
	border-bottom: none;
}

.l-footer {
	background: #f0f2f2;
}

.l-footer__main {
	padding: 64px 0 80px;
}

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

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

.l-2col {
	margin-bottom: 110px;
}

.l-2col--single {
	padding-top: 56px;
}

.l-2col__main {
	margin-bottom: 105px;
}

.l-navi {
	display: none;
	background: #e5eef1;
	position: fixed;
	top: 65px;
	left: 0;
	width: 100%;
	height: calc(100% - 65px);
	overflow-y: scroll;
	z-index: 2000;
}

.l-navi__inner {
	padding-bottom: 20vw;
}

/* Module */

.header-logo {
	display: block;
	width: 280px;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.main-navi {
	font-size: 4.8vw;
	font-weight: 600;
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	padding: 11% 0;
	margin-bottom: 6%;
}

.main-navi__item a {
	display: block;
	padding: 6.6% 15.5%;
}

.main-navi__item a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-left: 5px;
	background: url(../img/icon_ex_black.png) no-repeat center/contain;
}

.sub-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15.5% 0 15.5%;
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	font-size: 3.5vw;
	font-weight: 600;
	color: #4d676e;
}

.sub-navi__item { /*--0203修正--*/
	margin-right: 5vw;
}

.sub-navi__item:last-child {
	margin-right: 0;
}

.sub-navi__item a {
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sub-navi__item a:hover {
	opacity: 0.7;
}

.sub-navi__item img { /*--0203修正--*/
	display: block;
	width: 20vw;
}

.sub-navi__item--text { /*--0203修正--*/
	margin-right: 5vw;
}

.sub-navi__item--text a {
	padding: 10px 0;
}

.sp-menu-btn {
	font-size: 1.5rem;
	font-weight: 700;
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	display: block;
	padding: 0 8px;
	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: 100%;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-position: center;
	background-size: 26px auto;
	background-repeat: no-repeat;
}

.sp-menu-btn span {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	border-bottom: 2px solid #0c2e36;
	padding-bottom: 8px;
}

.sp-menu-btn.is-opend {
	background-image: url(../img/icon_close.svg);
}

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

.footer-logo {
	width: 85.5%;
	display: block;
	margin: 0 auto 34px;
	width: 85.5%;
}

.footer-logo img {
	width: 145px;
	display: block;
}

.footer-navi {
	font-size: 1.5rem;
	font-weight: 600;
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 85.5%;
	margin: 0 auto;
}

.footer-navi__item {
	width: 50%;
}

.footer-navi__item a {
	padding: 17px 0;
	width: 5.5em;
	display: block;
	margin: 0 auto;
	position: relative;
}

.footer-navi__item a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-left: 5px;
	background: url(../img/icon_ex_black.png) no-repeat center/contain;
}

.copyright {
	border-top: 1px solid #cadde3;
	padding: 20px 0;
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	font-weight: 600;
	color: #94a1a5;
	text-align: center;
	width: 85.5%;
	margin: 28px auto 0;
}

#cursor {
	opacity: 0;
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 14px;
	height: 14px;
	background-color: #8d999c;
	z-index: 3001;
	-webkit-transition: background 0.3s, width 0.3s, height 0.3s;
	-o-transition: background 0.3s, width 0.3s, height 0.3s;
	transition: background 0.3s, width 0.3s, height 0.3s;
}

#cursor.is-link-hover {
	margin-top: -5px !important;
	margin-left: -5px !important;
	/*transform: scale(2);*/
	width: 24px;
	height: 24px;
	background: #2eaea2;	/*#eae400;*/
}

.firstview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: calc(100vh - 65px);
	position: relative;
	margin: 0 auto;
	background-image: url(../../../../img/top/main-bg-pc.jpg);
	background-size: cover;
}
.subview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height:240px; /*height: calc(100vh - 65px);*/
	position: relative;
	margin: 0 auto;
/*	background-image: url(../../../../img/top/main-bg-pc.jpg);*/
	background-size: cover;
}

.firstview__logo {
	position: absolute;
	top: -7vw;
	left: 61%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}

.firstview__logo img {
	width: 90vw;
}

.firstview__inner {
	width: 100%;
	padding: 0 12% 10vw;
	position: relative;
}

.firstview__en-text {
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	font-size: 10.7vw;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.firstview__en-text__line {
	display: block;
	overflow: hidden;
}

.firstview__en-text__line span {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	display: block;
}

.is-visible .firstview__en-text__line span {
	-webkit-animation: textVisible 1.2s 1s cubic-bezier(0.03, 0.65, 0.16, 1) forwards;
	animation: textVisible 1.2s 1s cubic-bezier(0.03, 0.65, 0.16, 1) forwards;
}

.firstview__jp-text {
	font-weight: 700;
	font-size: 4vw;
	letter-spacing: 0.68em;
	margin-top: 6vw;
	overflow: hidden;
}

.firstview__jp-text span {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	display: block;
	padding-bottom: 3px;
}

.is-visible .firstview__jp-text span {
	-webkit-animation: textVisible 1.2s 1s cubic-bezier(0.03, 0.65, 0.16, 1) forwards;
	animation: textVisible 1.2s 1s cubic-bezier(0.03, 0.65, 0.16, 1) forwards;
}

#animation_container {
	-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	transform: scale(1.6);
}

.scroll-btn {
	display: none;
}

.heading-1 {
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom: 40px;
}

.heading-1--sm {
	color: #67797d;
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.heading-1--md {
	font-size: 2.2rem;
}

.heading-1--light {
	color: #67797d;
}

.heading-1--white {
	color: #FFFFFF;
}

.heading-1--lg {
	font-size: 2.8rem;
}

.heading-1:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-left: 3px;
	background: #eae400;
}

.heading-2 {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 22px;
	letter-spacing: 0.03em;
}

.heading-2--wide {
	letter-spacing: 0.09em;
}

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

.heading-3 {
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 0.13em;
}

.heading-4 {
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 10px;
}

.link-1 {
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding-bottom: 9px;
}

.link-1::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #0c2e36;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.link-1[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-left: 2px;
	background: url(../img/icon_ex_black.png) no-repeat center/contain;
}

.link-1--white {
	color: #FFFFFF;
}

.link-1--white[target="_blank"]:after {
	background-image: url(../img/icon_ex_white.png);
}

.link-1--white:before {
	background: #FFFFFF;
}

.link-1:hover:before {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.link-1--mb {
	margin-bottom: 40px;
}

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

.text--mb {
	margin-bottom: 43px;
}

.home-news {
	padding: 92px 0 80px;
}

.news-list-1 {
	margin-bottom: 43px;
}

.news-list-1__item {
	font-weight: 500;
	border-bottom: 2px solid #e5eef1;
}

.news-list-1__item a {
	display: block;
	padding: 36px 0;
}

.news-list-1__item a[target="_blank"] .news-list-1__title:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-left: 5px;
	background: url(../img/icon_ex_black.png) no-repeat center/contain;
}

.news-list-1__item:first-child a {
	padding-top: 0;
}

.news-list-1__date {
	display: inline-block;
	font-size: 1.5rem;
	color: #8d999c;
	width: 106px;
	letter-spacing: 0.05em;
}

.news-list-1__title {
	margin-top: 20px;
	display: block;
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.service-link__item {
	width: 100%;
	height: 145px;
	margin-bottom: 1px;
}

.service-link__item a {
	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: #154d60;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	position: relative;
}

.service-link__item a::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 6px;
	width: 100%;
	background-color: #e5eef1;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.service-link__item a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.service-link__item a[disabled] {
	pointer-events: none;
}

.service-link__item a[disabled] .service-link__ex {
	display: none;
}

.service-link__wrapper {
	width: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service-link__icon {
	width: 50px;
	display: block;
	margin-right: 16px;
}

.service-link__icon--business {
	width: 52px;
}

.service-link__icon--aimessenger {
	width: 50px;
}

.service-link__icon img {
	display: block;
}

.service-link__text {
	font-weight: 500;
	font-size: 1.658rem;
	line-height: 1.7;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.service-link__text--aimessenger img {
	height: 40px;
	display: block;
}

.service-link__ex {
	display: inline-block;
	width: 14px;
	margin-left: 5px;
}

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

.home-service__main {
	margin-bottom: 75px;
}

.home-service__sub {
	width: 92.5vw;
}

.home-company {
	padding: 110px 0;
	background: url(../img/bg_home_company_sp.png) repeat-y left top/100% auto;
}

.home-company__heading {
	font-size: 2.6rem;
}

.home-blog {
	padding: 106px 0;
}

.home-blog__main {
	margin-bottom: 42px;
}

.blog-list-1__item {
	border-bottom: 2px solid #e5eef1;
	margin-bottom: 50px;
}

.blog-list-1__item a {
	display: block;
	padding: 0 0 55px;
	height: 100%;
}

.blog-list-1__item--1col {
	border-bottom: none;
}

.blog-list-1__image {
	display: block;
	position: relative;
	margin-bottom: 22px;
}

.blog-list-1__image:before {
	content: "";
	width: 100%;
	padding-top: 52%;
	display: block;
}

.blog-list-1__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}

.blog-list-1__title {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 17px;
}

.blog-list-1__text {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 24px;
}

.blog-list-1__date {
	display: inline-block;
	width: 85px;
	font-weight: 500;
	color: #8d999c;
	letter-spacing: 0.05em;
}

.blog-list-1__category {
	margin-top: 4px;
}

.blog-list-1__tag {
	margin-top: 15px;
}

.home-recruit {
	background: url(../img/bg_home_recruit_sp.png) no-repeat center/cover;
	height: 119.6vw;
	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;
	color: #FFFFFF;
}

.breadcrumb {
	display: none;
}

.page-head {
	padding: 95px 0 60px;
}

.page-head__en {
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	font-size: 4.0rem;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.page-head__en:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-left: 3px;
	background: #eae400;
}

.page-head__jp {
	margin-top: 22px;
	color: #67797d;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.16em;
}

.cat-select {
	background: #f5f6f6;
	padding: 18px 0 2px 7.25%;
}

.cat-select--over {
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 60px;
	padding: 24px 0 10px 8.5%;
}

.cat-select__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 0;
	margin-bottom: 2px;
}

.cat-select__label {
	width: 88px;
	font-weight: 600;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	padding: 8px 0;
}

.cat-select__list {
	width: calc(100% - 88px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 500;
	color: #67797d;
	letter-spacing: 0.05em;
}

.cat-select__list--wide {
	width: 100%;
}

.cat-select__item {
	margin-right: 3em;
	margin-bottom: 14px;
}

.cat-select__item a {
	display: inline-block;
	padding: 8px 0;
	position: relative;
}

.cat-select__item a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #0c2e36;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.cat-select__item a:hover {
	color: #0c2e36;
}

.cat-select__item a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.cat-select__item--current {
	color: #0c2e36;
}

.cat-select__item--current a {
	position: relative;
}

.cat-select__item--current a:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #0c2e36;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-navi {
	margin: 0 0 110px;
	text-align: center;
	height: 40px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	color: #67797d;
	letter-spacing: 0.05em;
}

.page-navi .page-numbers {
	font-size: 1.6rem;
	width: 32px;
	padding: 8px 0;
}

.page-navi .page-numbers:not(.prev):not(.next):not(.first):not(.last) {
	display: none;
}

.page-navi__text {
	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;
}

.page-navi a:hover {
	opacity: 0.7;
}

.page-navi a.first,
.page-navi a.prev,
.page-navi a.next,
.page-navi a.last {
	display: block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #67797d;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 11px;
	position: absolute;
	top: 0;
}

.page-navi a.first {
	background-image: url(../img/icon_arrow_left_2_white.png);
	left: 0;
}

.page-navi a.prev {
	background-image: url(../img/icon_arrow_left_1_white.png);
	left: 48px;
}

.page-navi a.next {
	background-image: url(../img/icon_arrow_right_1_white.png);
	right: 48px;
}

.page-navi a.last {
	background-image: url(../img/icon_arrow_right_2_white.png);
	right: 0;
}

.news-list-2 {
	margin-bottom: 43px;
}

.news-list-2__item {
	font-weight: 500;
	border-bottom: 2px solid #e5eef1;
}

.news-list-2__item a {
	display: block;
	padding: 32px 0 31px;
	position: relative;
}

.news-list-2__item a[target="_blank"] .news-list-2__title:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-left: 5px;
	background: url(../img/icon_ex_black.png) no-repeat center/contain;
}

.news-list-2__date {
	display: inline-block;
	font-size: 1.4rem;
	color: #8d999c;
	width: 96px;
	letter-spacing: 0.05em;
}

.news-list-2__category {
	display: inline-block;
}

.news-list-2__title {
	margin-top: 18px;
	display: block;
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.news-list-2__sub {
	margin-top: 28px;
	display: block;
	width: 100%;
}

.article {
	margin-bottom: 70px;
}

.article__head {
	margin-bottom: 45px;
}

.article__info {
	margin-bottom: 0px;
}

.article__info--news {
	margin-bottom: 18px;
}

.article__date {
	color: #8d999c;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	margin-right: 10px;
	margin-bottom: 17px;
	display: inline-block;
}

.article__date--line {
	display: block;
}

.article__category {
	display: inline-block;
	margin-right: 6px;
}

.article__title {
	font-size: 2.2rem;
	line-height: 1.7;
	font-weight: 500;
	margin-bottom: 20px;
}

.cat-text-1 {
	display: inline-block;
	color: #67797d;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.cat-text-1:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #154d60;
	margin-right: 6px;
}

.cat-text-1--news:before {
	background: #1e91d6;
}

.cat-text-1--pressrelease:before {
	background: #245a9d;
}

.cat-text-1--media:before {
	background: #119da4;
}

.cat-text-1--seminar:before {
	background: #91d04d;
}

.cat-text-1--column:before {
	background: #e3b948;
}

.cat-text-2 {
	display: inline-block;
	color: #67797d;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 4px 16px;
	border-radius: 20px;
	background: #e5eef1;
}

.cat-text-2 + .cat-text-2 {
	margin-left: 5px;
}

.post {
	font-size: 1.4rem;
	line-height: 1.72;
	letter-spacing: 0.05em;
}

.post > * {
	margin-bottom: 1.8em;
}

.post a {
	text-decoration: underline;
}

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

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin-top: 40px;
}

.post h2 {
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-left: 20px;
	text-indent: -20px;
	margin-bottom: 28px;
}

.post h2:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	border-radius: 50%;
	background: #eae400;
}

.post h3 {
	position: relative;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	background-color: #e5eef1;
	padding: 7px 12px;
	margin-bottom: 25px;
	width: calc(100% + 24px);
	margin-left: -12px;
}

.post h4 {
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	border-bottom: 2px solid #e5eef1;
	padding: 10px 0;
	margin-bottom: 25px;
}

.post h5 {
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 20px;
}

.post h5:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 2px;
	margin-right: 8px;
	margin-bottom: 5px;
	background: #eae400;
}

.post h6 {
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 20px;
}

.post ul li:not(.blocks-gallery-item):before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0c2e36;
	vertical-align: middle;
	margin: 0 8px 3px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.post ol {
	list-style: decimal;
	list-style-position: inside;
}

.post ul ul,
.post ul ol,
.post ol ul,
.post ol ol {
	text-indent: 1em;
}

.post ul ul li:not(.blocks-gallery-item):before,
.post ol ul li:not(.blocks-gallery-item):before {
	border: 1px solid #0c2e36;
	background: #FFFFFF;
}

.post strong {
	font-weight: bold;
}

.post em {
	font-style: italic;
}

.post pre {
	white-space: pre-wrap;
}

.post .wp-block-button__link {
	text-decoration: none;
}

.post table {
	border: 1px solid #0c2e36;
}

.post table thead {
	background: #F8F8F8;
	font-weight: 700;
}

.post table th,
.post table td {
	border: 1px solid #0c2e36;
	padding: 10px 10px;
}

.post code {
	background: #f7f6f6;
}

.post blockquote {
	background: #f7f6f6;
	padding: 20px 30px;
}

.post .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.post .alignright {
	float: right;
	margin-left: 0 0 20px 20px;
}

.post .aligncenter {
	margin: 0 auto 20px;
}

.wp-block-image figcaption{
	text-align: center;
}

.contact-button {
	background: #154d60;
	color: #FFFFFF;
	padding: 60px 32px 46px;
	text-align: center;
	display: block;
	margin-bottom: 77px;
}

.contact-button__heading {
	position: relative;
	font-weight: 600;
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	font-size: 2.3rem;
	letter-spacing: 0.05em;
	padding-bottom: 4px;
	margin-bottom: 45px;
	display: inline-block;
}

.contact-button__heading::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #FFFFFF;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.contact-button__text {
	font-size: 1.4rem;
	line-height: 1.7;
	display: block;
}

.share {
	background: #e5eef1;
	padding: 26px 28px 28px;
	margin-bottom: 50px;
}

.share__heading {
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 25px;
}

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

.share-icons__item a {
	display: block;
}

.share-icons__item img {
	display: block;
}

.single-page-navi {
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
}

.single-page-navi:before,
.single-page-navi:after {
	content: "";
	display: table;
}

.single-page-navi:after {
	clear: both;
}

.single-page-navi__prevnext {
	width: 75px;
	display: block;
	padding: 14px 0 11px;
	position: relative;
}

.single-page-navi__prevnext--prev {
	float: left;
}

.single-page-navi__prevnext--prev:before {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.single-page-navi__prevnext--next {
	text-align: right;
	float: right;
}

.single-page-navi__prevnext--next:before {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.single-page-navi__prevnext::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #0c2e36;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.single-page-navi__prevnext:hover:before {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.single-page-navi__list {
	text-align: center;
	display: block;
	width: 100px;
	margin: 0 auto;
}

.single-page-navi__list:before {
	content: "";
	display: block;
	margin: 0 auto 18px;
	width: 30px;
	height: 22px;
	background: url(../img/icon_menu.svg) no-repeat center/contain;
}

.side {
	margin-bottom: 65px;
}

.side__list {
	margin-top: 20px;
	padding: 22px 0 0;
	border-top: 2px solid #e5eef1;
}

.side__link {
	margin-bottom: 30px;
	color: #67797d;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.side__link a {
	display: block;
}

.blog-list-2__item {
	margin-bottom: 40px;
}

.blog-list-2__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blog-list-2__image {
	display: block;
	position: relative;
	margin-bottom: 22px;
	width: 41.3%;
}

.blog-list-2__image:before {
	content: "";
	width: 100%;
	padding-top: 52%;
	display: block;
}

.blog-list-2__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}

.blog-list-2__main {
	width: 53.4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog-list-2__title {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 6px;
}

.blog-list-2__date {
	display: block;
	font-weight: 500;
	color: #8d999c;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	width: 100%;
}

.blog-list-2__category {
	text-align: center;
}

.tag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tag-list li {
	margin-right: 15px;
	font-weight: 500;
	font-size: 1.3rem;
	color: #67797d;
	margin-top: 8px;
	letter-spacing: 0.05em;
}

.tag-list li:before {
	content: "#";
	padding-right: 3px;
}

.company-1 {
	position: relative;
}

.company-1--vision {
	padding: 60px 0 0;
}

.company-1--vision:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #e5eef1;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.company-1--value {
	padding: 68px 0 90px;
}

.company-1--message {
	background: #f0f6f8;
	padding: 60px 0;
}

.company-1__left {
	margin-bottom: 20px;
}

.company-1__right {
	position: relative;
	z-index: 5;
}

.company-1__right--image {
	padding-top: 12px;
}

.company-1__text {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.company-1__text p + p {
	margin-top: 2em;
}

.company-1__text span {
	font-size: 1.6rem;
}

.company-1__wide-image {
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 34px;
}

.company-1__wide-image img {
	display: block;
}

.company-1__deco {
	font-size: 10.7rem;
	color: #e5eef1;
	font-weight: bold;
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	white-space: nowrap;
	position: relative;
	left: -13%;
	z-index: 1;
}

.mission {
	background: url(../img/bg_home_company_sp.png) repeat-y left top/100% auto;
	padding: 106px 0 100px;
}

.mission__head {
	text-align: center;
	margin-bottom: 34px;
}

.mission__text {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 31px;
}

.value:last-child {
	margin-bottom: 0;
}

.value__heading {
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 4.5rem;
	color: #67797d;
	width: 190px;
	letter-spacing: -0.02em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.value__heading:first-letter {
	color: #0c2e36;
}

.value__text {
	font-size: 1.3rem;
	line-height: 1.83077;
}

.company-2 {
	padding-top: 55px;
	margin-bottom: 50px;
}

.company-2__content {
	font-size: 1.4rem;
	line-height: 1.7rem;
	letter-spacing: 0.05em;
}

.company-2__content--last-line-none .company-2__list:last-child {
	border-bottom: none;
}

.company-2__list {
	border-bottom: 2px solid #e5eef1;
	padding: 34px 0 32px;
	font-weight: 500;
	line-height: 1.7;
}

.company-2__list:first-child {
	padding-top: 0;
}

.company-2__label {
	color: #67797d;
	margin-bottom: 16px;
}

.company-2__main {
	font-weight: 500;
}

.company-2__main p + p {
	margin-top: 1.7em;
}

.company-2__map {
	width: 100%;
	height: 178px;
	margin-top: 25px;
	margin-bottom: 8px;
}

.googlemap {
	width: 100%;
	height: 100%;
}

.form-step {
	font-size: 1.6rem;
	font-weight: 500;
	color: #67797d;
	text-align: center;
	margin-bottom: 65px;
}

.form-step__inner {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.form-step__inner:before {
	content: "";
	width: calc(100% - 20px);
	height: 1px;
	background: #aec6ce;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.form-step__item {
	position: relative;
	padding-top: 20px;
}

.form-step__item:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #aec6ce;
	border-radius: 50%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.form-step__item--current {
	color: #0c2e36;
}

.form-step__item--current:before {
	background: #FFFFFF;
	border: 6px solid #eae400;
	width: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-step__item--finish:before {
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-step__item--finish:after {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -5px) rotate(45deg);
	-ms-transform: translate(-50%, -5px) rotate(45deg);
	transform: translate(-50%, -5px) rotate(45deg);
	content: "";
	display: block;
	width: 3px;
	height: 7px;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

.form {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 auto 80px;
}

.form__item {
	margin-bottom: 38px;
}

.form__head {
	margin-bottom: 15px;
}

.form__label {
	display: inline-block;
	vertical-align: middle;
}

.form__must {
	font-size: 1.4rem;
	color: #ad2732;
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.form__content input,
.form__content textarea,
.form__content select {
	background: #f5f5f5;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #0c2e36;
	border: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border-radius: 0;
	padding: 0 16px;
}

.form__content input::-webkit-input-placeholder,
.form__content textarea::-webkit-input-placeholder,
.form__content select::-webkit-input-placeholder {
	color: #bcbcbc;
}

.form__content input::-moz-placeholder,
.form__content textarea::-moz-placeholder,
.form__content select::-moz-placeholder {
	color: #bcbcbc;
}

.form__content input:-ms-input-placeholder,
.form__content textarea:-ms-input-placeholder,
.form__content select:-ms-input-placeholder {
	color: #bcbcbc;
}

.form__content input::-ms-input-placeholder,
.form__content textarea::-ms-input-placeholder,
.form__content select::-ms-input-placeholder {
	color: #bcbcbc;
}

.form__content input::placeholder,
.form__content textarea::placeholder,
.form__content select::placeholder {
	color: #bcbcbc;
}

.form__content input:-ms-input-placeholder,
.form__content textarea:-ms-input-placeholder,
.form__content select:-ms-input-placeholder {
	color: #bcbcbc;
}

.form__content input::-ms-input-placeholder,
.form__content textarea::-ms-input-placeholder,
.form__content select::-ms-input-placeholder {
	color: #bcbcbc;
}

.form__content input:-webkit-autofill,
.form__content textarea:-webkit-autofill,
.form__content select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
	-webkit-text-fill-color: #0c2e36 !important;
}

.form__content input:focus,
.form__content textarea:focus,
.form__content select:focus {
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.form__content input {
	height: 48px;
}

.form__content textarea {
	height: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none;
}

.form__content select {
	height: 48px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #0c2e36;
	background: url(../img/icon_select.svg) no-repeat center right 20px, #f5f5f5;
}

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

.form__content select.is-done {
	color: #bcbcbc;
}

.form__note-1 {
	font-size: 1.2rem;
	margin-top: 14px;
	letter-spacing: 0.05em;
}

.form__note-2 {
	font-size: 1.2rem;
	margin-top: 14px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	display: none;
}

.form__privacy {
	text-align: center;
	margin-bottom: 45px;
}

.form__privacy a {
	color: #3595b1;
	text-decoration: underline;
}

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

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

.form__send-button {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	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;
	position: relative;
	border: 2px solid #0c2e36;
	background: none;
	cursor: pointer;
	color: #0c2e36;
	outline: none;
}

.form__send-button-wrap {
	width: 288px;
	height: 57px;
	margin: 0 auto;
	position: relative;
}

.form__return-button {
	color: #67797d;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: inline-block;
	margin: 32px auto 20px;
	border: none;
	padding: 0 0 5px;
	background: none;
	outline: none;
	position: relative;
	cursor: pointer;
	outline: none;
}

.form__return-button:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #67797d;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.form__finish-message {
	text-align: center;
	font-size: 1.6rem;
	padding: 28px 0 80px;
}

.mw_wp_form_preview .form__item {
	border-bottom: 2px solid #e7edee;
	margin-bottom: 0;
	padding: 20px 0;
	line-height: 1.7;
}

.mw_wp_form_preview .form__must {
	display: none;
}

.mw_wp_form_preview .form__note-1 {
	display: none;
}

.mw_wp_form_preview .form__note-2 {
	display: block;
	margin-top: 5px;
}

.mw_wp_form_preview .form__privacy {
	display: none;
}

.mw_wp_form_preview .form__button-wrap {
	margin-top: 55px;
}

.mw_wp_form_preview .form__return-button {
	margin-top: 35px;
}

.mw_wp_form .error {
	font-size: 1.5rem !important;
	letter-spacing: 0.05em !important;
	color: #ad2732 !important;
	padding: 10px 15px 0 !important;
}

.form-confirm {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 68px;
	margin-top: -20px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.button {
	width: 288px;
	height: 57px;
	margin: 0 auto;
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	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;
	position: relative;
	border: 2px solid #0c2e36;
	background: none;
	cursor: pointer;
}

.button span {
	position: relative;
}

.announce {
	padding: 100px 0;
	text-align: center;
}

.announce__heading {
	font-size: 7rem;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: "Overpass", "Noto Sans JP", sans-serif;
}

.announce__heading:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-left: 10px;
	background: #eae400;
}

.announce__text-lg {
	font-size: 3.5rem;
	font-weight: 600;
	margin-bottom: 50px;
	font-family: "Overpass", "Noto Sans JP", sans-serif;
}

.announce__text {
	font-size: 1.6rem;
	margin-bottom: 50px;
	line-height: 1.5;
}

.document {
	font-size: 1.4rem;
	line-height: 1.72;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}

.document:last-child {
	margin-bottom: 100px;
}

.document p {
	margin-bottom: 10px;
}

.document a {
	text-decoration: underline;
}

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

.ol-type-1 {
	counter-reset: counter;
	margin-bottom: 10px;
}

.ol-type-1 > li {
	padding-left: 1.6em;
	text-indent: -1.7em;
}

.ol-type-1 > li:before {
	counter-increment: counter;
	content: "(" counter(counter) ") ";
}

.ol-type-2 {
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 10px;
}

.ol-type-2 li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.top-line {
	padding: 50px 0 0;
}

.top-line:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #e5eef1;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.service-concept {
	background-color: #f0f6f8;
	padding: 60px 0 110px;
}

.service-concept__sub {
	max-width: 600px;
	margin: 0 auto;
}

.service-concept__text {
	font-size: 1.4rem;
	line-height: 2.1;
	margin-bottom: 32px;
}

.service-product {
	padding: 106px 0;
}

.service-product__inner {
	margin-bottom: 85px;
	position: relative;
}

.service-product__inner:last-child {
	margin-bottom: 0;
}

.service-product__right {
	position: relative;
	z-index: 5;
}

.service-product__heading {
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.service-product__heading:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-left: 3px;
	background: #eae400;
}

.service-product__text {
	font-size: 1.4rem;
	line-height: 2.1;
	margin-bottom: 46px;
}

.service-product__deco {
	font-size: 13vw;
	color: #e5eef1;
	font-weight: bold;
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	white-space: nowrap;
	position: relative;
	left: -5%;
}

.service-product__deco--2 {
	left: -22%;
}

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

.home-company { /* 700px以上 */
	background: url(../img/bg_home_company_pc.png) repeat center top/1535px auto;
	padding: 176px 0 162px;
}

.home-company__inner { /* 700px以上 */
	padding: 0 5.5%;
}

.home-company__main { /* 700px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 38px;
}

.home-company__heading { /* 700px以上 */
	font-size: 2.8rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}

.home-company__text { /* 700px以上 */
	width: 50%;
}

.blog-list-1 { /* 700px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-list-1--block { /* 700px以上 */
	display: block;
}

.blog-list-1__item:last-child { /* 700px以上 */
}

.blog-list-1__item { /* 700px以上 */
	width: 45.5%;
	margin-right: 9%;
	margin-bottom: 80px;
}

.blog-list-1__item:nth-child(even) {
	margin-right: 0;
}

.blog-list-1__item a { /* 700px以上 */
	position: relative;
	padding-bottom: 34px;
}

.blog-list-1__item a::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #0c2e36;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.blog-list-1__item a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.blog-list-1__item--3col { /* 700px以上 */
	width: 30.9%;
	margin-right: 3.65%;
	margin-bottom: 0;
}

.blog-list-1__item--3col:nth-child(even) {
	margin-right: 3.65%;
}

.blog-list-1__item--3col:nth-child(3n) {
	margin-right: 0;
}

.blog-list-1__item--1col { /* 700px以上 */
	width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
}

.blog-list-1__item--1col a { /* 700px以上 */
	padding-bottom: 0;
}

.blog-list-1__item--1col a:hover:before {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.blog-list-1__image { /* 700px以上 */
	margin-bottom: 25px;
}

.blog-list-1__image--mb-narrow { /* 700px以上 */
	margin-bottom: 18px;
}

.blog-list-1__title { /* 700px以上 */
	margin-bottom: 14px;
	letter-spacing: 0;
}

.blog-list-1__text { /* 700px以上 */
	margin-bottom: 24px;
}

.blog-list-1__date { /* 700px以上 */
	width: 90px;
	margin-top: 4px;
}

.home-recruit { /* 700px以上 */
	width: 91.4%;
	max-width: 1168px;
	height: auto;
	margin: 0 auto 120px;
	background: url(../img/bg_home_recruit_pc.png) no-repeat center/cover;
}

.home-recruit:before {
	content: "";
	display: block;
	padding-top: 28.852%;
}

.home-recruit:hover .home-recruit__link:before {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.home-recruit__wrapper { /* 700px以上 */
	width: 87.3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home-recruit__main { /* 700px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% - 118px);
}

.home-recruit__heading { /* 700px以上 */
	margin-bottom: 0;
	padding-top: 6px;
}

.home-recruit__text { /* 700px以上 */
	margin-bottom: 0;
	width: calc(100% - 140px);
	padding-left: 6.8%;
}

.home-recruit__link { /* 700px以上 */
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.blog-list-2__item { /* 700px以上 */
	width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
}

.blog-list-2__item a { /* 700px以上 */
	display: block;
	position: relative;
	padding-bottom: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.blog-list-2__item a:hover {
	opacity: 0.7;
}

.blog-list-2__image { /* 700px以上 */
	width: 100%;
	margin-bottom: 18px;
}

.blog-list-2__main { /* 700px以上 */
	width: 100%;
	display: block;
}

.blog-list-2__title { /* 700px以上 */
	margin-bottom: 14px;
	letter-spacing: 0;
	font-size: 1.8rem;
	line-height: 1.6;
}

.blog-list-2__date { /* 700px以上 */
	display: inline-block;
	width: 90px;
	margin-top: 4px;
	margin-bottom: 0;
}

.company-1--vision { /* 700px以上 */
	padding-top: 120px;
}

.company-1--vision:before { /* 700px以上 */
	width: calc(100% + 64px);
}

.company-1--value { /* 700px以上 */
	padding: 200px 0 210px;
}

.company-1--message { /* 700px以上 */
	padding: 120px 0;
	margin-bottom: 215px;
}

.company-1__inner { /* 700px以上 */
	padding-top: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.company-1__left { /* 700px以上 */
	width: 50%;
	margin-bottom: 0;
}

.company-1__left--pr { /* 700px以上 */
	padding-right: 5%;
}

.company-1__right { /* 700px以上 */
	width: 50%;
}

.company-1__right--pt { /* 700px以上 */
	padding-top: 5px;
}

.company-1__right--image { /* 700px以上 */
	padding-top: 0;
	padding-left: 9%;
}

.company-1__text p + p { /* 700px以上 */
	margin-top: 4em;
}

.company-1__wide-image { /* 700px以上 */
	width: 100%;
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	margin-top: 105px;
}

.company-1__deco { /* 700px以上 */
	z-index: 0;
	display: block;
	position: absolute;
	bottom: 205px;
	left: -15%;
	font-size: 21.3rem;
}

.mission { /* 700px以上 */
	background: url(../img/bg_home_company_pc.png) repeat center top/1535px auto;
	padding: 340px 0 186px;
	margin-top: -164px;
}

.mission__head { /* 700px以上 */
	margin-bottom: 73px;
}

.mission__heading { /* 700px以上 */
	padding-top: 25px;
}

.mission__text { /* 700px以上 */
	font-size: 1.6rem;
	line-height: 2.25;
	text-align: center;
}

.value__heading { /* 700px以上 */
	font-size: 4.8rem;
	width: 45%;
	min-width: 200px;
}

.value__text { /* 700px以上 */
	font-size: 1.5rem;
}

.company-2 { /* 700px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 0;
	margin-bottom: 160px;
}

.company-2__heading { /* 700px以上 */
	width: 30%;
}

.company-2__content { /* 700px以上 */
	width: 64.6%;
}

.company-2__list { /* 700px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 32px 0 30px;
}

.company-2__label { /* 700px以上 */
	width: 22.8%;
	margin-bottom: 0;
}

.company-2__main { /* 700px以上 */
	width: 77.2%;
}

.company-2__map { /* 700px以上 */
	height: 371px;
	margin-top: 36px;
	margin-bottom: 0;
}

.form-step { /* 700px以上 */
	padding-top: 84px;
	margin-bottom: 70px;
	border-top: 2px solid #e5eef1;
}

.form-step__inner { /* 700px以上 */
	max-width: 430px;
}

.form-step__item:before { /* 700px以上 */
}

.form-step__item--current:before { /* 700px以上 */
	width: 25px;
	height: 25px;
}

.form-step__item--finish:before { /* 700px以上 */
	width: 25px;
	height: 25px;
}

.form-step__item--finish:after { /* 700px以上 */
	width: 5px;
	height: 9px;
	-webkit-transform: translate(-50%, -7px) rotate(45deg);
	-ms-transform: translate(-50%, -7px) rotate(45deg);
	transform: translate(-50%, -7px) rotate(45deg);
}

.form { /* 700px以上 */
	width: 88.5%;
}

.form__item { /* 700px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
}

.form__head { /* 700px以上 */
	margin-bottom: 0;
	width: 240px;
	padding-top: 18px;
}

.form__must { /* 700px以上 */
	margin-left: 5px;
}

.form__content { /* 700px以上 */
	width: calc(100% - 240px);
}

.form__content input,
.form__content textarea,
.form__content select { /* 700px以上 */
	padding: 0 30px;
}

.form__content input { /* 700px以上 */
	height: 60px;
}

.form__content textarea { /* 700px以上 */
	padding-top: 24px;
	padding-bottom: 24px;
}

.form__content select { /* 700px以上 */
	height: 60px;
}

.form__send-button { /* 700px以上 */
	font-size: 1.6rem;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.form__send-button:hover {
	color: #FFFFFF;
}

.form__send-button-wrap { /* 700px以上 */
	width: 323px;
	height: 64px;
}

.form__send-button-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #0c2e36;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.form__send-button-wrap:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.form__return-button { /* 700px以上 */
	font-size: 1.6rem;
}

.form__return-button:hover:before {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.form__finish-message { /* 700px以上 */
	font-size: 1.8rem;
}

.mw_wp_form_preview .form__item { /* 700px以上 */
	padding: 32px 0;
}

.mw_wp_form_preview .form__head { /* 700px以上 */
	padding-top: 0;
	width: 362px;
}

.mw_wp_form_preview .form__note-2 { /* 700px以上 */
	margin-top: 13px;
}

.mw_wp_form .error { /* 700px以上 */
	padding: 10px 20px 0 !important;
}

.form-confirm { /* 700px以上 */
	font-size: 1.6rem;
}

.button { /* 700px以上 */
	width: 323px;
	height: 64px;
	font-size: 1.6rem;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.button:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #0c2e36;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.button:hover {
	color: #FFFFFF;
}

.button:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.top-line { /* 700px以上 */
	padding-top: 50px;
}

.top-line:before { /* 700px以上 */
	width: calc(100% + 64px);
}

.service-concept { /* 700px以上 */
	padding: 115px 0;
}

.service-concept__inner { /* 700px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.service-concept__main { /* 700px以上 */
	width: 50%;
}

.service-concept__sub { /* 700px以上 */
	width: 41%;
	max-width: initial;
	margin: 14px 0 0;
}

.service-concept__text { /* 700px以上 */
	line-height: 1.95;
	letter-spacing: -0.03em;
}

.service-product { /* 700px以上 */
	margin-bottom: 154px;
}

.service-product { /* 700px以上 */
	padding: 215px 0 0;
}

.service-product__inner { /* 700px以上 */
	margin-bottom: 154px;
	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;
}

.service-product__left { /* 700px以上 */
	width: 50%;
	margin-bottom: 20px;
}

.service-product__right { /* 700px以上 */
	width: 50%;
}

.service-product__heading { /* 700px以上 */
	font-size: 2.8rem;
	margin-bottom: 70px;
}

.service-product__text { /* 700px以上 */
	margin-top: 8px;
	line-height: 2;
}

.service-product__deco { /* 700px以上 */
	z-index: 0;
	display: block;
	position: absolute;
	bottom: 40px;
	left: -15%;
	font-size: 10.0rem;
}

.service-product__deco--2 { /* 700px以上 */
	left: -21%;
}

}

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

.l-body { /* 990px以上 */
	padding-top: 128px;
}

.l-header { /* 990px以上 */
	top: 80px;
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px);
	padding-top: 25px; /*35px;*/
	padding-bottom: 20px; /*35px;*/
	height: auto;
	border-bottom: 1px solid #D0D0D0;
	/*border-bottom: none;*/
	background: none;
	-webkit-transition: background .3s ease-out, -webkit-transform .3s ease-out;
	transition: background .3s ease-out, -webkit-transform .3s ease-out;
	-o-transition: background .3s ease-out, transform .3s ease-out;
	transition: background .3s ease-out, transform .3s ease-out;
	transition: background .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.l-header.is-change-color {
	background: rgba(255, 255, 255, 0.9);
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	padding-top: 15px;
	padding-bottom: 10px; /*15px;*/
	background-image: url(../../../../img/header05.png);
	box-shadow: 0 0 36px 0 rgba(150,150,150,.4);}

.l-header--line { /* 990px以上 */
}

.l-header--line:before {
	content: "";
	display: block;
	width: 91.4%;
	height: 2px;
	background: #e5eef1;
	position: absolute;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-footer { /* 990px以上 */
	padding: 30px 0 20px;
}

.l-footer__main { /* 990px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 4.3%;
	margin-bottom: 70px;
}

.l-footer__sub { /* 990px以上 */
	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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 4.3%;
}

.l-wrapper { /* 990px以上 */
	max-width: 1088px;
}

.l-wrapper-sm { /* 990px以上 */
	max-width: 1024px;
}

.l-pc-wrapper { /* 990px以上 */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 85.5%;
	max-width: 1088px;
}

.l-2col { /* 990px以上 */
	margin-bottom: 156px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-2col--single { /* 990px以上 */
	padding-top: 50px;
}

.l-2col__main { /* 990px以上 */
	margin-bottom: 0;
	width: 66.9%;
}

.l-2col__main--blog { /* 990px以上 */
	width: 64.5%;
}

.l-2col__sub { /* 990px以上 */
	width: 24.26%;
}

.l-navi { /* 990px以上 */
	overflow-y: auto;
	display: block;
	position: relative;
	top: 0;
	width: auto;
	height: auto;
	background: none;
}

.l-navi__inner { /* 990px以上 */
	padding-bottom: 0;
}

.header-logo { /* 990px以上 */
	width: 280px;	/*180px;*/
}

.main-navi { /* 990px以上 */
	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;
	font-size: 1.5rem;
	padding: 0;
	margin-bottom: 0;
}

.main-navi__item { /* 990px以上 */
	margin-left: 3vw;
	color:#6c6b6b;
}

.main-navi__item:first-child {
	margin-left: 0;
}

.main-navi__item a { /* 990px以上 */
	padding: 20px 0;
	position: relative;
}

.main-navi__item a[target="_blank"]:after { /* 990px以上 */
	width: 14px;
	height: 11px;
	margin-left: 4px;
}

.main-navi__item a { /* 990px以上 */
}

.main-navi__item a::before {
	content: "";
	position: absolute;
	bottom: 11px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #0c2e36;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.main-navi__item a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.sub-navi { /* 990px以上 */
	font-size: 1.3rem;
	padding: 0;
}

.sub-navi--sp-only { /* 990px以上 */
	display: none;
}

.sub-navi__item { /* 990px以上 */
	margin-right: 18px;
}

.sub-navi__item img { /* 990px以上 */
	width: 23px;
}

.sub-navi__item--text { /* 990px以上 */
	margin-right: 38px;
}

.sp-menu-btn { /* 990px以上 */
	display: none;
}

.footer-logo { /* 990px以上 */
	margin: 0;
}

.footer-logo img { /* 990px以上 */
	width: 180px;
}

.footer-navi { /* 990px以上 */
	margin: 0;
	width: auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.footer-navi__item { /* 990px以上 */
	width: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 35px;
}

.footer-navi__item a { /* 990px以上 */
	width: auto;
}

.footer-navi__item a::before {
	content: "";
	position: absolute;
	bottom: 11px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #0c2e36;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.footer-navi__item a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.footer-navi__item a[target="_blank"]:after { /* 990px以上 */
	width: 14px;
	height: 11px;
}

.copyright { /* 990px以上 */
	font-size: 1.5rem;
	width: auto;
	padding: 0;
	border-top: none;
	margin: 0;
}

.firstview { /* 990px以上 */
	height: calc(100vh - 128px);
	max-width: 1280px;
	width: 100%;
}
.subview { /* 990px以上 */
	height:240px; /*height: calc(100vh - 128px);*/
	max-width: 1280px;
	width: 100%;
}

.firstview__logo { /* 990px以上 */
	width: 1024px;
	height: 768px;
	top: -200px;
	left: 50%;
	-webkit-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	transform: translateX(-80px);
}

.firstview__inner { /* 990px以上 */
	padding: 0 9.7% 180px; /*140px;*/
}

.firstview__en-text { /* 990px以上 */
	font-size: 5.328rem;
}

.firstview__jp-text { /* 990px以上 */
	margin-top: 30px;
	font-size: 1.7rem;
}

#animation_container { /* 990px以上 */
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.scroll-btn { /* 990px以上 */
	overflow: hidden;
	position: absolute;
	bottom: -13px;
	right: 42px;
	display: block;
	font-size: 1.3rem;
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	color: #0c2e36;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	padding-right: 136px;
}

.scroll-btn:after {
	width: 120px;
	height: 2px;
	background: #93a7ae;
	content: "";
	display: block;
	position: absolute;
	left: 50px;
	top: 50%;
	margin: -1px 0 3px 16px;
	-webkit-animation: scroll_effect 2s 2s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
	animation: scroll_effect 2s 2s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
}

.heading-1--sm { /* 990px以上 */
	margin-bottom: 24px;
}

.heading-2 { /* 990px以上 */
	line-height: 1.7;
	margin-bottom: 36px;
}

.heading-2--lg { /* 990px以上 */
	font-size: 3.6rem;
}

.heading-2--md { /* 990px以上 */
	line-height: 1.64;
	font-size: 3.3rem;
	margin-bottom: 45px;
}

.heading-2--mb-sm { /* 990px以上 */
	margin-bottom: 15px;
}

.heading-3 { /* 990px以上 */
	font-size: 4.0rem;
	letter-spacing: 0.1em;
}

.heading-4 { /* 990px以上 */
	font-size: 2.2rem;
	margin-bottom: 15px;
}

.link-1 { /* 990px以上 */
	padding-bottom: 11px;
}

.link-1[target="_blank"]:after { /* 990px以上 */
	width: 13px;
	height: 11px;
	margin-left: 10px;
}

.home-news { /* 990px以上 */
	padding: 120px 0 80px;
}

.news-list-1 { /* 990px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 55px;
}

.news-list-1__item { /* 990px以上 */
	width: 29.5%;
	position: relative;
}

.news-list-1__item::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #0c2e36;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.news-list-1__item:not(:nth-child(3n)) {
	margin-right: 5.75%;
}

.news-list-1__item:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.news-list-1__item a { /* 990px以上 */
	padding: 5px 0 35px;
	height: 100%;
}

.news-list-1__item a[target="_blank"] .news-list-1__title:after { /* 990px以上 */
	width: 15px;
	height: 12px;
	margin-left: 4px;
}

.news-list-1__item:first-child a { /* 990px以上 */
	padding-top: 5px;
}

.news-list-1__date { /* 990px以上 */
	padding-top: 5px;
}

.news-list-1__title { /* 990px以上 */
	margin-top: 24px;
}

.service-link__item { /* 990px以上 */
	height: 176px;
}

.service-link__item a { /* 990px以上 */
}

.service-link__wrapper { /* 990px以上 */
	width: 310px;
}

.service-link__icon { /* 990px以上 */
	width: 62px;
	margin-right: 23px;
}

.service-link__icon--business { /* 990px以上 */
}

.service-link__icon--aimessenger { /* 990px以上 */
}

.service-link__text { /* 990px以上 */
	font-size: 2.0rem;
}

.service-link__text--aimessenger img { /* 990px以上 */
	height: 49px;
}

.service-link__ex { /* 990px以上 */
	width: 17px;
	margin-left: 5px;
}

.home-service { /* 990px以上 */
	padding: 60px 0;
	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;
	margin-bottom: 160px;
}

.home-service__main { /* 990px以上 */
	margin-bottom: 0;
	width: 50%;
}

.home-service__sub { /* 990px以上 */
	width: 38.6%;
}

.home-service__sub { /* 990px以上 */
}

.home-service__text { /* 990px以上 */
	margin-bottom: 70px;
	padding-right: 5%;
}

.home-blog { /* 990px以上 */
	padding: 175px 0;
}

.home-blog__main { /* 990px以上 */
	margin-bottom: 54px;
}

.breadcrumb { /* 990px以上 */
	display: block;
	font-family: "Overpass", "Noto Sans JP", sans-serif;
	color: #67797d;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 28px 0;
}

.breadcrumb__item {
	display: inline;
}

.breadcrumb__item:not(:last-child):after {
	content: "＞";
	font-size: 1.0rem;
}

.breadcrumb__item a {
	text-decoration: underline;
}

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

.page-head { /* 990px以上 */
	padding: 100px 0 30px;
}

.page-head__inner { /* 990px以上 */
	margin-bottom: 56px;
}

.page-head__en { /* 990px以上 */
	font-size: 5.6rem;
}

.page-head__en:after { /* 990px以上 */
	width: 12px;
	height: 12px;
}

.page-head__jp { /* 990px以上 */
	font-size: 1.7rem;
	margin-top: 27px;
}

.cat-select { /* 990px以上 */
	padding: 38px 0 22px 55px;
	margin-bottom: 72px;
}

.cat-select--over { /* 990px以上 */
	margin-bottom: 72px;
	width: 100%;
	left: 0;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.cat-select__content { /* 990px以上 */
	margin-bottom: 7px;
}

.cat-select__label { /* 990px以上 */
	font-size: 1.6rem;
	width: 154px;
}

.cat-select__list { /* 990px以上 */
	font-size: 1.4rem;
	font-weight: 600;
	width: calc(100% - 154px);
}

.cat-select__list--wide { /* 990px以上 */
	width: 100%;
}

.cat-select__item { /* 990px以上 */
	margin: 0 48px 20px 0;
}

.cat-select__item a { /* 990px以上 */
	padding: 10px 0;
}

.page-navi { /* 990px以上 */
	height: auto;
	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%;
	margin: 96px 0 160px;
}

.page-navi--padding-narrow { /* 990px以上 */
	margin: 0px 0 0px;
}

.page-navi .page-numbers:not(.prev):not(.next):not(.first):not(.last) { /* 990px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-navi .page-numbers { /* 990px以上 */
	width: 46px;
	height: 46px;
	border-radius: 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;
	margin: 0 14px;
}

.page-navi__text { /* 990px以上 */
	display: none;
}

.page-navi a.first,
.page-navi a.prev,
.page-navi a.next,
.page-navi a.last { /* 990px以上 */
	background-color: transparent;
	background-size: auto 15px;
	position: static;
}

.page-navi a.first { /* 990px以上 */
	background-image: url(../img/icon_arrow_left_2_blue.png);
}

.page-navi a.prev { /* 990px以上 */
	background-image: url(../img/icon_arrow_left_1_blue.png);
	margin-right: 60px;
}

.page-navi a.next { /* 990px以上 */
	background-image: url(../img/icon_arrow_right_1_blue.png);
	margin-left: 60px;
}

.page-navi a.last { /* 990px以上 */
	background-image: url(../img/icon_arrow_right_2_blue.png);
}

.page-navi span.current { /* 990px以上 */
	background: #67797d;
	color: #FFFFFF;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.news-list-2 { /* 990px以上 */
	margin-bottom: 55px;
}

.news-list-2__item { /* 990px以上 */
	position: relative;
}

.news-list-2__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #e5eef1;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.news-list-2__item:hover {
	color: #0c2e36;
}

.news-list-2__item:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.news-list-2__item a { /* 990px以上 */
	padding: 48px 32px 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-list-2__item a[target="_blank"] .news-list-2__title:after { /* 990px以上 */
	width: 15px;
	height: 12px;
	margin-left: 4px;
}

.news-list-2__date { /* 990px以上 */
	padding-top: 5px;
	width: 128px;
	font-size: 1.6rem;
	font-weight: 600;
}

.news-list-2__category { /* 990px以上 */
	width: 156px;
	padding-right: 10px;
}

.news-list-2__title { /* 990px以上 */
	margin-top: 0;
	width: calc(100% - 284px);
	font-size: 1.8rem;
	line-height: 1.8;
}

.news-list-2__sub { /* 990px以上 */
	margin-top: 24px;
	margin-left: auto;
	width: calc(100% - 284px);
}

.ques-list-2 { /* 990px以上 */
	margin-bottom: 55px;
}

.ques-list-2__item { /* 990px以上 */
	position: relative;
}

.ques-list-2__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #e5eef1;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.ques-list-2__item:hover {
	/*color: #0c2e36;*/
}

.ques-list-2__item:hover:before {
	/*
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	*/
}

.ques-list-2__item a { /* 990px以上 */
	padding: 48px 32px 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ques-list-2__item a[target="_blank"] .ques-list-2__title:after { /* 990px以上 */
	width: 15px;
	height: 12px;
	margin-left: 4px;
}

.ques-list-2__date { /* 990px以上 */
	padding-top: 5px;
	width: 128px;
	font-size: 1.6rem;
	font-weight: 600;
}

.ques-list-2__category { /* 990px以上 */
	width: 156px;
	padding-right: 10px;
}

.ques-list-2__title { /* 990px以上 */
	margin-top: 0;
	/*width: calc(100% - 284px);*/
	font-size: 1.8rem;
	line-height: 1.4;
}

.ques-list-2__ans { /* 990px以上 */
	margin-top: 0;
	margin-left:20px;
	/*width: calc(100% - 284px);*/
	font-size: 1.6rem;
	line-height: 1.4;
	color:#0e600e;
	margin-bottom: 10px;
}

.ques-list-2__sub { /* 990px以上 */
	margin-top: 24px;
	margin-left: auto;
	width: calc(100% - 284px);
}

.article { /* 990px以上 */
	margin-bottom: 90px;
}

.article__head { /* 990px以上 */
	margin-bottom: 75px;
}

.article__info { /* 990px以上 */
	margin-bottom: 15px;
}

.article__info--news { /* 990px以上 */
	margin-bottom: 25px;
}

.article__date { /* 990px以上 */
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-right: 20px;
	margin-bottom: 0;
}

.article__date--line { /* 990px以上 */
	display: inline-block;
}

.article__category { /* 990px以上 */
}

.article__title { /* 990px以上 */
	font-size: 2.8rem;
	letter-spacing: 0.13em;
	margin-bottom: 25px;
}

.cat-text-1 { /* 990px以上 */
	padding-top: 5px;
}

a.cat-text-1 { /* 990px以上 */
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a.cat-text-1:hover {
	color: #0c2e36;
}

.post { /* 990px以上 */
	font-size: 1.5rem;
	line-height: 1.8;
}

.post > * { /* 990px以上 */
	margin-bottom: 1.8em;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 { /* 990px以上 */
	margin-top: 50px;
}

.post h2 { /* 990px以上 */
	font-size: 2.2rem;
	letter-spacing: 0.13em;
	margin-bottom: 30px;
}

.post h3 { /* 990px以上 */
	font-size: 2rem;
	margin-bottom: 35px;
	padding: 15px 20px;
	letter-spacing: 0.13em;
	width: 100%;
	margin-left: 0;
}

.post h4 { /* 990px以上 */
	font-size: 1.8rem;
	letter-spacing: 0.13em;
}

.post h5 { /* 990px以上 */
	font-size: 1.8rem;
	letter-spacing: 0.13em;
}

.post h5:before { /* 990px以上 */
	width: 17px;
	height: 3px;
}

.post h6 { /* 990px以上 */
	letter-spacing: 0.13em;
}

.contact-button { /* 990px以上 */
	padding: 108px 0 106px;
	margin-bottom: 70px;
	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;
	text-align: left;
}

.contact-button:hover .contact-button__heading:before {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.contact-button__heading { /* 990px以上 */
	padding-bottom: 10px;
	margin-bottom: 4px;
	font-size: 2.8rem;
	margin-right: 8%;
}

.contact-button__text { /* 990px以上 */
	line-height: 2;
}

.share { /* 990px以上 */
	padding: 10px 10px;
	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;
	margin-bottom: 56px;
}

.share__heading { /* 990px以上 */
	width: 23%;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}

.share__main { /* 990px以上 */
	width: 66%;
}

.share-icons__item a { /* 990px以上 */
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.share-icons__item a:hover {
	opacity: 0.7;
}

.single-page-navi { /* 990px以上 */
	font-size: 1.6rem;
}

.single-page-navi__prevnext { /* 990px以上 */
	width: 94px;
	padding: 11px 0 10px;
}

.single-page-navi__list { /* 990px以上 */
	width: 160px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.single-page-navi__list:hover {
	opacity: 0.6;
}

.single-page-navi__list:before { /* 990px以上 */
	width: 26px;
	height: 20px;
}

.side { /* 990px以上 */
	margin-bottom: 84px;
}

.side__list { /* 990px以上 */
	padding-top: 20px;
}

.side__link { /* 990px以上 */
	margin-bottom: 25px;
}

.side__link a { /* 990px以上 */
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 4px 0;
}

.side__link a:hover {
	color: #0c2e36;
}

.blog-list-2__image:before { /* 990px以上 */
}

.announce { /* 990px以上 */
	margin-bottom: 100px;
}

.announce__heading { /* 990px以上 */
	font-size: 10rem;
	margin-bottom: 20px;
}

.announce__text-lg { /* 990px以上 */
	font-size: 5rem;
	margin-bottom: 70px;
}

.announce__text { /* 990px以上 */
	font-size: 1.8rem;
	margin-bottom: 70px;
}

.document { /* 990px以上 */
	font-size: 1.5rem;
	line-height: 1.8;
}

}

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

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

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

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

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

.post blockquote { /* sp */
	padding: 12px 15px;
}

.post .alignleft { /* sp */
	float: none;
	margin: 0 0 0px 0;
}

.post .alignright { /* sp */
	float: none;
	margin: 0 0 0px 0;
}

.post .aligncenter { /* sp */
	width: 100%;
	margin: 0 0 0;
}

}

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

.value__heading {
	font-size: 3.8rem;
	width: 160px;
}

}

@-webkit-keyframes textVisible {

0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes textVisible {

0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes scroll_effect {

0% {
	width: 0;
}

50% {
	width: 120px;
}

75% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

}
.single-news-subttl{
	line-height: 1.3;
}
.fixed-cv-button:hover {
	background: #829782;
}
