@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,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: 700;
}

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

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

/* base */

html {
	margin-top: 0 !important;
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	color: #383838;
}

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

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

p,
li {
	line-height: 1.875;
}

/* Layout */

.l-body {
	overflow-x: hidden;
}

.l-body.is-fixed {
	position: fixed;
	width: 100%;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 190px;
	height: 100vh;
	background: #FFFFFF;
	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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 0 52px;
	z-index: 1000;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.l-wrapper {
	max-width: 1450px;
	width: calc(100% - 100px);
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.l-wrapper-sm {
	max-width: 860px;
	width: calc(100% - 100px);
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.l-footer {
	background: #FAFAFA;
	margin-top: 190px;
}

.l-col-2 {
	width: calc(50% - 25px);
}

.l-col-2:nth-child(odd) {
	margin-right: 50px;
}

.l-col-3 {
	width: calc((100% - 82px) / 3);
}

.l-col-3:not(:nth-child(3n)) {
	margin-right: 41px;
}

.l-col-3:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
	margin-top: 41px;
}

.l-col-3.box {
	padding: 55px 3.4% 50px;
}

.l-home-news {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-company {
	position: relative;
	margin-top: 194px;
}

.l-company__main {
	width: calc(100% - 365px);
}

.l-company__navi {
	width: 285px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

/* Module */

.header-logo {
	line-height: 1;
	width: 96px;
}

.header-logo a {
	display: block;
}

.header-cv {
	font-weight: 700;
	text-align: center;
}

.header-cv__inquiry {
	background: #FFEB00;
	width: 149px;
	height: 35px;
	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;
	border-radius: 18px;
	margin-bottom: 17px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header-cv__inquiry:hover {
	opacity: 0.6;
}

.header-cv__tel {
	display: block;
	padding: 10px 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header-cv__tel:hover {
	color: #60B421;
}

.footer-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;
	padding: 190px 0;
}

.footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 548px;
	margin-right: 30px;
	margin-bottom: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer-link__item {
	font-weight: bold;
	margin-bottom: 28px;
}

.footer-link__child {
	position: relative;
	padding-left: 20px;
	margin-bottom: 28px;
}

.footer-link__child:before {
	position: absolute;
	top: 15px;
	left: 0;
	content: "";
	background: #60B421;
	width: 5px;
	height: 2px;
	border-radius: 4px;
}

.footer-link a:hover {
	color: #60B421;
}

.sp-menu-btn {
	display: none;
}

.facebook {
	width: 500px;
	height: 322px;
}

.footer-sub {
	border-top: 1px solid #EDEDED;
	height: 140px;
	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;
	font-size: 1.4rem;
}

.footer-sub__link {
	color: #ADADAD;
}

.footer-sub__link:hover {
	text-decoration: underline;
}

.breadcrumb {
	background: #EDEDED;
	padding: 16px 41px 15px;
	font-size: 1.4rem;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.breadcrumb__item {
	display: inline-block;
}

.breadcrumb__item a {
	color: #60B421;
}

.breadcrumb__item a:hover {
	text-decoration: underline;
	opacity: 0.7;
}

.breadcrumb__item img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
}

.breadcrumb__item:not(:last-child):after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 8px;
	vertical-align: middle;
	margin: 0 14px 3px 14px;
	background: url(../img/icon_arrow_1.svg) no-repeat center;
}

.pagetitle {
	background: url(../img/bg_pagetitle_pc.png) no-repeat center right/auto 100%, #FAFAFA;
	padding: 80px 0 0;
	height: 381px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 100px;
}

.pagetitle--single {
	padding-top: 20px;
}

.pagetitle__en {
	font-size: 2.0rem;
	font-weight: 700;
	color: #A1BE00;
	margin-bottom: 17px;
	display: block;
}

.pagetitle__jp {
	font-size: 5.4rem;
	font-weight: 700;
}

.pagetitle__date {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	color: #A1BE00;
	display: block;
	margin-bottom: 17px;
}

.pagetitle__title {
	font-size: 4.4rem;
	line-height: 1.45455;
	font-weight: 700;
	max-width: 1284px;
	margin: 0 auto;
	text-align: center;
}

.content {
	margin-bottom: 192px;
}

.content--mb-lg {
	margin-bottom: 400px;
}

.heading-1,
.the_content h2 {
	font-size: 4.0rem;
	font-weight: 700;
	position: relative;
	padding-bottom: 55px;
	margin-bottom: 50px;
	line-height: 1.4;
}

.heading-1:after,
.the_content h2:after {
	content: "";
	display: block;
	background: #60B421;
	width: 41px;
	height: 5px;
	border-radius: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.heading-1--news {
	margin-right: 30px;
}

.heading-2,
.the_content h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
}

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

.heading-2--mt {
	margin-top: 50px;
}

.heading-3 {
	font-size: 2.0rem;
	font-weight: 700;
	color: #A1BE00;
	margin-bottom: 20px;
}

.heading-4 {
	font-size: 4.0rem;
	font-weight: 700;
	position: relative;
	margin-bottom: 50px;
	line-height: 1.4;
}

.list li,
.the_content ul li {
	position: relative;
	padding-left: 28px;
}

.list li:before,
.the_content ul li:before {
	position: absolute;
	top: 15px;
	left: 0;
	content: "";
	background: #60B421;
	width: 5px;
	height: 2px;
	border-radius: 4px;
}

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

.list__mb-lg {
	margin-bottom: 30px;
}

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

.link {
	color: #60B421;
}

.link:after {
	content: url(../img/icon_arrow_3.svg);
	padding-left: 12px;
}

.link:hover {
	text-decoration: underline;
}

.section-link-wrap {
	margin-top: 24px;
}

.section-link-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-width: 220px;
	height: 50px;
	padding: 0 24px;
	border: 2px solid #60B421;
	border-radius: 999px;
	color: #60B421;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.section-link-btn:after {
	content: "";
	width: 9px;
	height: 9px;
	border-top: 2px solid #60B421;
	border-right: 2px solid #60B421;
	transform: rotate(45deg);
	flex-shrink: 0;
}

.section-link-btn:hover {
	background: rgba(0, 182, 194, 0.08);
}

.link--disable:hover {
	text-decoration: none;
}

.box {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
}

.firstview {
	position: relative;
	background: #60B421;
	color: #FFFFFF;
	width: 100%;
	height: 100vh;
	margin-bottom: 198px;
}

.firstview:before {
	content: "";
	display: block;
	width: 38%;
	height: 115vh;
	background: url(../img/bg_fv_right.png) no-repeat top left/100% 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.firstview__wrapper {
	width: 84%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.firstview__main {
	height: 100vh;
	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;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.firstview__main.is-visible {
	opacity: 1;
}

.firstview__text-1 {
	color: #FFEB00;
	font-size: 1.26vw;
	font-weight: 700;
	margin-bottom: 14px;
}

.firstview__text-2 {
	font-size: 2.9vw;
	line-height: 1.46296;
	font-weight: 700;
	margin-bottom: 30px;
}

.firstview__text-3 {
	font-size: 0.84vw;
	margin-bottom: 40px;
}

.firstview__button {
	font-size: 2.4rem;
	font-weight: 700;
	border-radius: 30px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	color: #383838;
	width: 268px;
	height: 54px;
	padding-bottom: 4px;
	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: url(../img/icon_arrow_2.svg) no-repeat right 30px center, #FFEB00;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.firstview__button:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 35px;
	width: 100%;
	height: 100%;
	border: 5px solid rgba(255, 251, 204, 0.5);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.firstview__button:hover {
	background-position: right 20px center;
}

.firstview__button:hover:after {
	border: 5px solid rgba(255, 251, 204, 0.8);
}

.movie {
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: -95px;
}

.movie:before {
	position: absolute;
	top: -2%;
	left: -3%;
	content: "";
	display: block;
	width: 30%;
	height: 110%;
	background: url(../img/deco_movie_pc.svg) no-repeat left top/contain;
	opacity: 0;
}

.movie__wrapper {
	-webkit-mask-image: url("../img/mask_movie.svg");
	mask-image: url("../img/mask_movie.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 200% 205%;
	mask-size: 200% 205%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

.movie__video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.movie.is-finished {
	-webkit-transition: 3s;
	-o-transition: 3s;
	transition: 3s;
	position: absolute;
	-webkit-animation: resizePc 1.5s ease 1 forwards;
	animation: resizePc 1.5s ease 1 forwards;
	left: 60%;
	z-index: 500;
}

.movie.is-finished:before {
	opacity: 1;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.movie.is-finished .movie__wrapper {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-animation: mask 1.5s ease 1 forwards;
	animation: mask 1.5s ease 1 forwards;
}

.movie.is-finished .movie__video {
	-o-object-position: 20% 50%;
	object-position: 20% 50%;
}

.movie.not-animtion {
	position: absolute;
	left: 60%;
	width: 40vw;
	height: 30vw;
	top: 50%;
	left: 70%;
	margin-left: 0px;
	z-index: 500;
}

.movie.not-animtion:before {
	opacity: 1;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.movie.not-animtion .movie__wrapper {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: left center;
	mask-position: left center;
}

.movie.not-animtion .movie__video {
	-o-object-position: 20% 50%;
	object-position: 20% 50%;
}

.is-ie .movie__wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.is-ie .movie.is-finished .movie__wrapper {
	padding-left: 0;
	border-radius: 50%;
}

.is-ie .movie.is-finished .movie__video {
	-webkit-animation: maskIe 2.5s ease 1 forwards;
	animation: maskIe 2.5s ease 1 forwards;
}

.is-ie .movie.not-animtion .movie__wrapper {
	padding-left: 0;
	border-radius: 50%;
}

.color-animation {
	width: 100%;
	height: 200%;
	background: -webkit-gradient(linear, left bottom, left top, from(#ead808), color-stop(50%, #ead808), color-stop(50%, #FFFFFF), to(#FFFFFF));
	background: -webkit-linear-gradient(bottom, #ead808 0%, #ead808 50%, #FFFFFF 50%, #FFFFFF 100%);
	background: -o-linear-gradient(bottom, #ead808 0%, #ead808 50%, #FFFFFF 50%, #FFFFFF 100%);
	background: linear-gradient(0deg, #ead808 0%, #ead808 50%, #FFFFFF 50%, #FFFFFF 100%);
	position: fixed;
	top: 0%;
	left: 0;
	z-index: 3000;
}

.color-animation.is-animation {
	-webkit-transition: 1s cubic-bezier(0.16, 0.85, 0.81, 0.11) 0.4s;
	-o-transition: 1s cubic-bezier(0.16, 0.85, 0.81, 0.11) 0.4s;
	transition: 1s cubic-bezier(0.16, 0.85, 0.81, 0.11) 0.4s;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 55px 3.7% 61px;
}

.service:hover {
	-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

.service__image {
	width: 46.8%;
	padding-right: 8%;
}

.service__content {
	width: 53.2%;
	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;
}

.service__main {
	margin-bottom: 36px;
}

.service__main p + p {
	margin-top: 1em;
}

.service__tags {
	font-size: 0.9em;
	color: #666;
	margin-top: 1em;
}

.business-intro {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 48px;
	text-align: center;
}

.service__sub {
	text-align: right;
	padding-right: 5px;
}

.offer {
	padding: 0 3.4%;
}

.offer:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
	margin-top: 64px;
}

.offer__image {
	margin-bottom: 38px;
	width: 100%;
	height: 225px;
	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;
}

.staff {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px;
}

.staff__item {
	width: 250px;
	max-width: 23%;
	margin-bottom: 13px;
}

.staff__image {
	position: relative;
	margin-bottom: 31px;
}

.staff__image img {
	display: block;
}

.staff__image:before {
	position: absolute;
	content: "";
	display: block;
	z-index: 10;
}

.staff__image--1:before {
	background: url(../img/img_contents_09.svg) no-repeat left top/contain;
	width: 108%;
	height: 98%;
	top: -2.8%;
	left: -9.2%;
}

.staff__image--2:before {
	background: url(../img/img_contents_10.svg) no-repeat left top/contain;
	width: 103.2%;
	height: 80%;
	top: 20%;
	left: 6.4%;
}

.staff__image--3:before {
	background: url(../img/img_contents_11.svg) no-repeat left top/contain;
	width: 125.6%;
	height: 98%;
	top: -3.2%;
	left: -13.6%;
}

.staff__image--4:before {
	background: url(../img/img_contents_12.svg) no-repeat left top/contain;
	width: 5.6%;
	height: 5.6%;
	top: 18.4%;
	left: -6%;
}

.staff__position {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 8px;
}

.staff__name {
	font-weight: 700;
	margin-bottom: 22px;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
}

.staff__name span {
	color: #A1BE00;
	font-size: 1.2rem;
	font-weight: 400;
	display: block;
	margin-top: 14px;
}

.newslist {
	width: calc(100% - 300px);
	border-top: 1px solid #EDEDED;
	margin-bottom: 48px;
}

.newslist__item {
	border-bottom: 1px solid #EDEDED;
}

.newslist__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 28px 0 26px;
}

.newslist__item a:hover {
	color: #60B421;
}

.newslist__date {
	width: 160px;
}

.newslist__title {
	width: calc(100% - 160px);
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.service-lg {
	padding: 60px 5.7%;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-lg:first-of-type {
	margin-top: 50px;
}

.service-lg:hover {
	-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

.service-lg__image {
	width: 250px;
}

.service-lg__content {
	width: calc(100% - 250px);
	padding-left: 4.6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.service-lg__main {
	width: 546px;
}

.service-lg__sub {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.service-page-intro {
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 35px;
}

.about-lead {
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 35px;
}

.about-card {
	padding: 44px 40px 40px;
}

.about-card__heading {
	margin-bottom: 22px;
}

.about-value {
	padding-top: 34px;
}

.about-promise {
	padding: 48px 6%;
	background: #FAFAFA;
	border: 1px solid #EFEFEF;
}

.about-promise p {
	font-size: 1.8rem;
	line-height: 2;
}

.top-about {
	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;
	gap: 50px;
}

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

.top-about__image {
	width: 48%;
}

.top-about__content {
	width: 52%;
}

.top-about__title {
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}

.service-lg--detailed .service-lg__main {
	width: 100%;
}

.service-lg__kicker {
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	color: #FC9000;
	font-weight: 700;
	margin-bottom: 10px;
}

.service-pointlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 24px;
	gap: 10px;
}

.service-pointlist li {
	background: #FAFAFA;
	border: 1px solid #EAEAEA;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 1.3rem;
	line-height: 1.3;
}

.service-process {
	padding-top: 34px;
}

.service-process__step {
	font-size: 1.3rem;
	font-weight: 700;
	color: #FC9000;
	letter-spacing: 0.06em;
	margin-bottom: 14px;
}

.figure-bg {
	background: #FAFAFA;
	padding: 47px;
}

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

.figure-bg--mt {
	margin-top: 50px;
}

.figure-bg--deep {
	background: #EDEDED;
	padding: 40px;
}

.figure-bg img {
	display: block;
}

.figure-bg--map {
	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;
	padding-top: 90px;
	padding-bottom: 70px;
}

.figure-bg--map img {
	width: 94%;
}

.figure-center {
	padding: 47px;
	text-align: center;
}

.figure-center img {
	width: 709px;
}

.photo {
	margin-bottom: 48px;
}

.feature {
	font-weight: 700;
	padding: 15px 3.3% 37px 4.1%;
	min-height: 187px;
}

.feature__number {
	color: #A1BE00;
	font-size: 2.4rem;
	margin-left: -12%;
}

.price {
	position: relative;
	overflow: hidden;
}

.price__example {
	margin-top: 51px;
	padding-top: 31px;
	position: relative;
}

.price__example:before {
	content: "";
	width: 128%;
	height: 1px;
	background: #EDEDED;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.price__strong {
	font-weight: 700;
	margin-bottom: 18px;
}

.training {
	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;
	margin-top: 47px;
}

.training__round {
	font-size: 2.4rem;
	line-height: 1.45833;
	font-weight: 700;
	position: relative;
	width: calc((100% - 210px) / 4);
	border-radius: 50%;
	text-align: center;
}

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

.training__round span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.training__round--1 {
	background: url(../img/img_contents_17.svg) no-repeat center 36px, #FAFAFA;
}

.training__round--2 {
	background: url(../img/img_contents_18.svg) no-repeat center 38px, #FAFAFA;
}

.training__round--3 {
	background: url(../img/img_contents_19.svg) no-repeat center 38px, #FAFAFA;
}

.training__round--4 {
	color: #FFFFFF;
	background: #60B421;
}

.training__symbol img {
	display: block;
}

.pagenavi-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 52px 0 0;
}

.pagenavi-1__item {
	width: 15%;
	height: 73px;
	font-weight: 700;
}

.pagenavi-1__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;
	width: 100%;
	height: 100%;
	background: url(../img/icon_arrow_4.svg) no-repeat center right 10px;
}

.pagenavi-2 {
	width: 285px;
	background: #60B421;
	color: #FFFFFF;
	padding: 39px 39px 50px;
}

.pagenavi-2__item {
	font-weight: 700;
	line-height: 1;
}

.pagenavi-2__item:not(:last-child) {
	margin-bottom: 22px;
}

.pagenavi-2__item a {
	padding: 11px 0;
	display: block;
}

.pagenavi-2__item.is-current a {
	display: inline-block;
	background: #FFFFFF;
	color: #60B421;
	border-radius: 20px;
	padding: 11px 23px;
}

.table,
.the_content table {
	border-top: 1px solid #EDEDED;
	margin-bottom: 50px;
	width: 100%;
	line-height: 1.5625;
}

.table tr,
.the_content table tr {
	border-bottom: 1px solid #EDEDED;
}

.table th,
.the_content table th {
	width: 247px;
	text-align: left;
	padding: 38px 30px 38px 0;
}

.table td,
.the_content table td {
	width: calc(100% - 247px);
	padding: 38px 0;
}

.map__iframe {
	margin-bottom: 34px;
	width: 100%;
	height: 474px;
}

.map__iframe iframe {
	width: 100%;
	height: 100%;
}

.map__link {
	color: #60B421;
}

.map__link:after {
	content: url(../img/icon_ex.svg);
	padding-left: 4px;
}

.greeting__head {
	position: relative;
	margin-bottom: 45px;
	overflow: hidden;
}

.greeting__name {
	position: absolute;
	left: 67%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1.64;
	font-weight: 700;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.1em;
}

.greeting__name span {
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	display: block;
}

.greeting__main p:not(:last-child) {
	margin-bottom: 1.875em;
}

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

.officer__item {
	width: calc(50% - 25px);
}

.officer__item:not(:nth-child(1)):not(:nth-child(2)) {
	margin-top: 50px;
}

.officer__image {
	margin-bottom: 22px;
}

.officer__head {
	margin-bottom: 22px;
}

.officer__position {
	font-size: 1.2rem;
	margin-bottom: 13px;
	line-height: 1;
}

.officer__name {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
}

.officer__name span {
	font-size: 1.2rem;
	color: #A1BE00;
	font-weight: 400;
	padding-left: 20px;
}
.officer__subtext{
	font-size: 1.1rem;
}
.history__content {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.history__year {
	width: 113px;
	background: #DBFEFF;
	color: #60B421;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 26px 20px;
	text-align: center;
}

.history__detail {
	width: calc(100% - 113px);
	padding: 10px 0 13px;
}

.history__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 3.125;
}

.history__month {
	width: 100px;
	padding: 0 30px 0 10px;
	text-align: right;
}

.history__text {
	border-left: 1px solid #EDEDED;
	width: calc(100% - 100px);
	padding: 0 30px 0 30px;
}

.wpcf7 {
	margin-top: 42px !important;
}

.contact {
	margin-bottom: 27px;
}

.contact__label {
	font-size: 1.4rem;
	margin-bottom: 12px;
}

.contact__must {
	color: #FF5757;
	padding-left: 1em;
}

.contact-text {
	width: 50%;
	margin: 10rem auto 20rem;
}

.contact-desc {
	text-align: center;
	font-size: 1.6rem;
}

.contact-desc br {
	display: none;
}

.contact-item-name {
	display: flex;
	align-items: center;
}

.contact-forms {
	margin: 6rem 0;
}

.contact-item {
	margin: 3rem 0;
}

.contact-item input,
.contact-item textarea {
	font-size: 1.8rem;
	width: 100%;
	padding: 2rem 1.2rem;
	border: 1px solid #EDEDED;
	border-radius: 0.6rem;
}

.contact-category {
	font-size: 1.8rem;
	font-weight: 500;
	margin-right: 1rem;
}

.required {
	font-size: 1.2rem;
	color: #F64428;
	font-weight: 500;
}

.submit-button-wrapper {
	position: relative;
}

.submit-arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.submit-arrow img {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: 4rem;
}

.submit-button {
	font-size: 1.8rem;
	color: #FFFFFF;
	background-color: #60B421;
	display: flex;
	padding: 2rem 2.5rem;
	border-radius: 0.5rem;
	align-items: center;
	width: 22rem;
	box-sizing: border-box;
	justify-content: flex-end;
	margin: 0 auto;
}

.submit-button img {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: 4rem;
}

/* お問い合わせ完了 */
.contact-page-complete {
	width: 90%;
	margin: 0 auto;
}

.contact-complete {
	text-align: center;
	margin-bottom: 15rem;
}

.contact-check img {
	width: 5.43rem;
	height: 4rem;
}

.contact-complete-title {
	font-size: 3.2rem;
	font-weight: 500;
	margin: 5rem 0 6rem 0;
}

.contact-complete-desc {
	font-size: 1.6rem;
	line-height: 180%;
	margin-bottom: 7rem;
}

.see-more-contact {
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
}

.see-more-contact p {
	margin: 0 2rem 0;
}

@media(max-width: 768px) {
	.contact-text {
		width: 90%;
		margin: 7rem auto 15rem;
	}

	.contact-desc {
		text-align: left;
		font-size: 1.4rem;
		line-height: 180%;
	}

	.contact-desc br {
		display: block;
	}

	.contact-item input,
	.contact-item textarea {
		font-size: 1.6rem;
	}

	.contact-category {
		font-size: 1.6rem;
	}

	.contact-complete-title {
		font-size: 2rem;
		margin-bottom: 3rem;
	}

	.contact-complete-desc {
		font-size: 1.4rem;
		margin-bottom: 6rem;
	}
}


.radio {
	position: relative;
	width: 50%;
	height: 59px;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	padding-left: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.radio span:before,
.radio span:after {
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 50%;
	left: 19px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}

.radio span:before {
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #EDEDED;
}

.radio span:after {
	width: 12px;
	height: 12px;
	margin-left: 4px;
	background: #383838;
}

.radio input[type="radio"] {
	opacity: 0;
	position: absolute;
	cursor: pointer;
}

.radio input[type="radio"]:checked + span:after {
	content: "";
}

.radio-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
}

.input {
	background: #FFFFFF;
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF));
	background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
	border: 1px solid #EDEDED;
	border-radius: 0;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	width: 100%;
	height: 60px;
	font-size: 1.6rem;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
}

.input:focus {
	outline: none;
	-webkit-box-shadow: 0 2px 5px 0px #eeeeee;
	box-shadow: 0 2px 5px 0px #eeeeee;
}

.input--textarea {
	padding: 20px;
	height: 197px;
	resize: none;
}

.button-send {
	background: #FFEB00;
	background-image: -webkit-linear-gradient(left, #FFEB00, #FFEB00);
	background-image: -o-linear-gradient(left, #FFEB00, #FFEB00);
	background-image: -webkit-gradient(linear, left top, right top, from(#FFEB00), to(#FFEB00));
	background-image: linear-gradient(to right, #FFEB00, #FFEB00);
	border: 5px solid #FFFDE5;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	margin: 43px auto 0;
	display: block;
	width: 234px;
	height: 82px;
	border-radius: 41px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
}

.button-send:hover {
	background: #FFF36C;
}

.button-send:focus {
	outline: none;
}

.filter {
	width: 360px;
	height: 60px;
	border: 1px solid #EDEDED;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.filter__label {
	background: #FAFAFA;
	border-right: 1px solid #EDEDED;
	width: 112px;
	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;
}

.filter__content {
	width: calc(100% - 112px);
	position: relative;
}

.filter__content:after {
	content: url(../img/icon_arrow_4.svg);
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.filter__content select {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF));
	background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
}

.filter__content select:focus {
	outline: none;
}

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

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

.newstile:hover {
	-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

.newstile__date {
	font-weight: 600;
	margin-bottom: 12px;
	color: #A1BE00;
	margin-top: -6px;
}

.newstile__title {
	font-size: 1.6rem;
	line-height: 1.875;
	margin-bottom: 13px;
}

.newstile__text {
	color: #ADADAD;
}

.paging {
	font-weight: 700;
	text-align: center;
	padding: 105px 0 25px;
}

.paging a {
	color: #60B421;
}

.paging a:hover {
	text-decoration: underline;
}

.paging .page-numbers {
	padding: 0 9px;
}

.paging .prev:before {
	padding-right: 0.5em;
	content: url(../img/icon_arrow_5.svg);
}

.paging .next:after {
	padding-left: 0.5em;
	content: url(../img/icon_arrow_3.svg);
}

.eyecatch {
	margin-bottom: 150px;
}

.the_content {
	margin-bottom: 176px;
}

.the_content h2 {
	margin-top: 150px;
}

.the_content h3 {
	margin-top: 52px;
}

.the_content ul li {
	margin-bottom: 10px;
}

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

.the_content ol li {
	margin-bottom: 10px;
}

.the_content p,
.the_content img,
.the_content table,
.the_content ul,
.the_content ol {
	margin-top: 1.875rem;
}

.the_content a {
	color: #60B421;
}

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

.the_content strong {
	font-weight: 700;
}

.the_content i,
.the_content em {
	font-style: italic;
}

.sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sns__item {
	width: 179px;
	height: 80px;
	border: 1px solid #CCCCCC;
}

.sns__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;
	width: 100%;
	height: 100%;
}

.sns__item--bookmark img {
	width: 34px;
}

.privacy {
	margin-bottom: 100px;
}

.privacy:first-of-type {
	margin-top: 70px;
}

.privacy__list {
	margin-top: 40px;
}

.cv-area {
	background: url(../img/bg_cv_2.png) no-repeat center right/auto 100%, #60B421;
	position: relative;
	width: 100%;
	height: 391px;
	color: #FFFFFF;
	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;
	padding: 0 100px 14px 200px;
}

.cv-area:before {
	content: "";
	display: block;
	/* background: url(../../images/bg_cv_1.png) no-repeat center right/auto 100%; */
	width: 48.1%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.cv-area__inner:before {
	content: "";
	display: block;
	width: 455px;
	height: 447px;
	position: absolute;
	left: 26.3%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	bottom: 0;
	background: url(../../images/bg_cv_1.png) no-repeat center bottom/contain;
}

.cv-area__text {
	font-size: 4rem;
	line-height: 1.675;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
	z-index: 10;
}

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

.cv-area__item {
	font-size: 2.4rem;
	font-weight: 700;
	border-radius: 30px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

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

.cv-area__item:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 35px;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.cv-area__item a {
	width: 268px;
	height: 58px;
	border-radius: 30px;
	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-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.cv-area__item--yellow:after {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border: 5px solid rgba(255, 251, 204, 0.5);
}

.cv-area__item--yellow a {
	color: #383838;
	background: url(../img/icon_arrow_2.svg) no-repeat center right 30px, #FFEB00;
}

.cv-area__item--yellow:hover:after {
	border: 5px solid rgba(255, 251, 204, 0.8);
}

.cv-area__item--yellow:hover a {
	background-position: right 25px center;
}

.cv-area__item--white:after {
	border: 2px solid #FFFFFF;
}

.cv-area__item--white a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.scrollin {
	opacity: 0;
	-webkit-transform: translate(0, 80px);
	-ms-transform: translate(0, 80px);
	transform: translate(0, 80px);
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.scrollin.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

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

.l-content { /* pc */
	margin-left: 190px;
	width: calc(100% - 190px);
}

.l-row { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-row--jc-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-row--ai-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.l-col-3-2 { /* pc */
	width: 394px;
}

.l-col-4 { /* pc */
	width: calc((100% - 54px) / 4);
}

.l-col-4:not(:nth-child(4n)) {
	margin-right: 18px;
}

.l-col-4:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
	margin-top: 18px;
}

.globalnavi { /* pc */
	width: 100%;
}

.globalnavi__item {
	position: relative;
}

.globalnavi__item > a {
	width: 100%;
	height: 81px;
	font-weight: 700;
	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;
}

.globalnavi__item:hover > a {
	color: #60B421;
}

.globalnavi__item:hover .globalnavi__children {
	opacity: 1;
	visibility: visible;
}

.globalnavi__children {
	position: absolute;
	left: 100%;
	top: 0;
	background: #FAFAFA;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	width: 250px;
	padding: 18px 0 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.globalnavi__child a {
	width: 100%;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px 0;
}

.globalnavi__child a:hover {
	color: #60B421;
}

.pagenavi-1__item { /* pc */
}

.pagenavi-1__item:not(:last-child) {
	margin-right: 1.8%;
}

}

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

.newslist { /* 1300pxä»¥ä¸‹ï¼ˆãƒ‹ãƒ¥ãƒ¼ã‚¹ã®ã¿ç‰¹åˆ¥å‡¦ç†ï¼‰*/
	width: 100%;
}

}

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

.l-col-2 { /* 1200pxä»¥ä¸‹ */
	width: 100%;
}

.l-col-2:nth-child(odd) { /* 1200pxä»¥ä¸‹ */
	margin-right: 0;
}

.l-col-3 { /* 1200pxä»¥ä¸‹ */
	width: calc((100% - 40px) / 3);
}

.l-col-3:not(:nth-child(3n)) { /* 1200pxä»¥ä¸‹ */
	margin-right: 20px;
}

.l-col-3:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) { /* 1200pxä»¥ä¸‹ */
	margin-top: 20px;
}

.l-company { /* 1200pxä»¥ä¸‹ */
	margin-top: 100px;
}

.l-company__main { /* 1200pxä»¥ä¸‹ */
	width: 100%;
}

.l-company__navi { /* 1200pxä»¥ä¸‹ */
	width: 100%;
	height: auto;
	position: static;
}

.footer-main { /* 1200pxä»¥ä¸‹ */
	display: block;
	padding: 90px 0 50px;
}

.footer-link { /* 1200pxä»¥ä¸‹ */
	margin-bottom: 50px;
}

.service { /* 1200pxä»¥ä¸‹ */
	position: relative;
	display: block;
	padding: 24px 20px;
	margin-bottom: 20px;
}

.service__image { /* 1200pxä»¥ä¸‹ */
	padding-right: 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;
}

.service__content { /* 1200pxä»¥ä¸‹ */
	display: block;
	width: 100%;
}

.service__heading { /* 1200pxä»¥ä¸‹ */
	height: 67px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 85px;
	margin-bottom: 19px;
}

.service__main { /* 1200pxä»¥ä¸‹ */
	margin-bottom: 22px;
}

.service__sub { /* 1200pxä»¥ä¸‹ */
	padding-right: 0;
}

.offer { /* 1200pxä»¥ä¸‹ */
	padding: 0 2%;
}

.staff { /* 1200pxä»¥ä¸‹ */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.staff__item { /* 1200pxä»¥ä¸‹ */
	width: 46%;
	max-width: initial;
	margin-bottom: 28px;
}

.service-lg__content { /* 1200pxä»¥ä¸‹ */
	display: block;
}

.service-lg__main { /* 1200pxä»¥ä¸‹ */
	width: auto;
}

.service-lg__sub { /* 1200pxä»¥ä¸‹ */
	display: block;
	text-align: right;
}

.figure-bg { /* 1200pxä»¥ä¸‹ */
	padding: 20px;
}

.training__round { /* 1200pxä»¥ä¸‹ */
	font-size: 1.6rem;
	width: calc((100% - 110px) / 4);
}

.training__symbol { /* 1200pxä»¥ä¸‹ */
}

.training__symbol img {
	width: 20px;
}

.pagenavi-1 { /* 1200pxä»¥ä¸‹ */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagenavi-1__item { /* 1200pxä»¥ä¸‹ */
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1.4vw !important;
}

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

.pagenavi-2 { /* 1200pxä»¥ä¸‹ */
	width: 100%;
	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;
	background: none;
	color: #383838;
	padding: 0;
	margin-bottom: 100px;
}

.pagenavi-2__item { /* 1200pxä»¥ä¸‹ */
	width: 32%;
	height: 73px;
	margin-right: 2%;
	margin-bottom: 1.4vw !important;
}

.pagenavi-2__item:nth-child(3n) {
	margin-right: 0;
}

.pagenavi-2__item a { /* 1200pxä»¥ä¸‹ */
	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-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
	width: 100%;
	height: 100%;
	padding: 0;
	background: url(../img/icon_arrow_6.svg) no-repeat center right 10px;
}

.pagenavi-2__item.is-current a { /* 1200pxä»¥ä¸‹ */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url(../img/icon_arrow_6.svg) no-repeat center right 10px;
	color: inherit;
	border-radius: 0;
	padding: 0;
}

.cv-area { /* 1200pxä»¥ä¸‹ */
}

.cv-area:before { /* 1200pxä»¥ä¸‹ */
	content: none;
}

.cv-area { /* 1200pxä»¥ä¸‹ */
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	padding: 0;
	height: auto;
	background: #60B421;
	padding: 60px 0px 35px;
	display: block;
}

.cv-area.is-visible {
	-webkit-transform: translate(-50%, 0) !important;
	-ms-transform: translate(-50%, 0) !important;
	transform: translate(-50%, 0) !important;
}

.cv-area__inner { /* 1200pxä»¥ä¸‹ */
	position: relative;
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 430px;
}

.cv-area__inner:before { /* 1200pxä»¥ä¸‹ */
}

.cv-area__inner:before { /* 1200pxä»¥ä¸‹ */
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	left: -73px;
	bottom: auto;
	top: -100px;
	width: 151px;
	height: 234px;
	background: url(../img/bg_cv_1_sp.svg) no-repeat center bottom/contain;
}

.cv-area__text { /* 1200pxä»¥ä¸‹ */
	font-size: 3.0rem;
}

.cv-area__text { /* 1200pxä»¥ä¸‹ */
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	margin-bottom: 17px;
}

.cv-area__item { /* 1200pxä»¥ä¸‹ */
	font-size: 2.0rem;
	margin-bottom: 27px;
}

.cv-area__item a { /* 1200pxä»¥ä¸‹ */
}

.cv-area__item--yellow a { /* 1200pxä»¥ä¸‹ */
}

.cv-area__item--yellow a { /* 1200pxä»¥ä¸‹ */
	background-position: center right 19%;
}

}

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

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

.l-body { /* sp */
	padding-top: 67px;
}

.l-header { /* sp */
	width: 100%;
	height: 67px;
	display: block;
	padding: 6px 20px;
}

.l-content { /* sp */
}

.l-wrapper { /* sp */
	max-width: 600px;
	width: calc(100% - 40px);
}

.l-wrapper-sm { /* sp */
	max-width: 600px;
	width: calc(100% - 40px);
}

.l-footer { /* sp */
	margin-top: 0;
}

.l-col-3 { /* sp */
	width: 100%;
}

.l-col-3:not(:nth-child(3n)) { /* sp */
	margin-right: 0;
}

.l-col-3:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) { /* sp */
	margin-top: 0;
}

.l-col-3.box { /* sp */
	padding: 25px 20px 18px;
}

.l-company { /* sp */
	margin-top: 60px;
}

.globalnavi { /* sp */
	display: none;
	position: fixed;
	z-index: 3000;
	top: 67px;
	left: 0;
	width: 100%;
	height: calc(100% - 67px);
	padding: 0 40px 0;
	background: url(../img/bg_navi.png) no-repeat top right/contain, #FAFAFA;
}

.globalnavi__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	height: 100%;
	padding: 6% 0;
	max-width: 600px;
	max-height: 490px;
	margin-left: auto;
	margin-right: auto;
}

.globalnavi__item > a {
	display: block;
	width: 100%;
	position: relative;
	padding: 15px 0 15px 17px;
	padding: 0;
	font-weight: 700;
	font-size: 2.0rem;
}

.globalnavi__children {
	padding-bottom: 5px;
}

.globalnavi__child {
	padding-top: 10px;
}

.globalnavi__child a {
	display: block;
	width: 100%;
	position: relative;
	padding: 5px 0 5px 17px;
}

.globalnavi__child a:before {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
	content: "";
	background: #60B421;
	width: 5px;
	height: 2px;
	border-radius: 4px;
}

.globalnavi__button a {
	background: url(../img/icon_arrow_2.svg) no-repeat right 20px center, #FFEB00;
	border: 5px solid #FFFDE5;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	margin: 0px;
	display: block;
	width: 249px;
	height: 72px;
	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-radius: 41px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.0rem;
	font-weight: 700;
	cursor: pointer;
}

.header-cv { /* sp */
	display: none;
}

.footer-main { /* sp */
}

.footer-link { /* sp */
	width: 100%;
	display: block;
}

.footer-link__col { /* sp */
}

.footer-link__col:first-child {
	margin-bottom: 26px;
}

.footer-link__item { /* sp */
	margin-bottom: 16px;
}

.footer-link__child { /* sp */
	margin-bottom: 11px;
}

.footer-link a { /* sp */
	display: block;
	padding: 5px 0;
}

.sp-menu-btn { /* sp */
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 67px;
	height: 67px;
}

.sp-menu-btn span {
	display: block;
	width: 35px;
	height: 1px;
	background: #383838;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.sp-menu-btn span:nth-child(1) {
	-webkit-transform: translate(-50%, 5px);
	-ms-transform: translate(-50%, 5px);
	transform: translate(-50%, 5px);
}

.sp-menu-btn span:nth-child(2) {
	-webkit-transform: translate(-50%, -5px);
	-ms-transform: translate(-50%, -5px);
	transform: translate(-50%, -5px);
}

.sp-menu-btn.is-opend span:nth-child(1) {
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	-ms-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg);
}

.sp-menu-btn.is-opend span:nth-child(2) {
	-webkit-transform: translate(-50%, 0) rotate(-45deg);
	-ms-transform: translate(-50%, 0) rotate(-45deg);
	transform: translate(-50%, 0) rotate(-45deg);
}

.facebook { /* sp */
	width: 100%;
}

.footer-sub { /* sp */
	display: block;
	padding: 55px 0;
	height: auto;
}

.footer-sub__link { /* sp */
	font-size: 1.6rem;
}

.footer-sub__copyright { /* sp */
	margin-top: 50px;
}

.breadcrumb { /* sp */
	display: none;
}

.pagetitle { /* sp */
	background: url(../img/bg_pagetitle_sp.png) no-repeat center right/auto 100%, #FAFAFA;
	height: 215px;
	padding: 0 0 10px;
	text-align: center;
	margin-bottom: 50px;
}

.pagetitle--single { /* sp */
	padding: 20px 0 20px;
	height: auto;
	min-height: 215px;
}

.pagetitle__en { /* sp */
	margin-bottom: 12px;
}

.pagetitle__jp { /* sp */
	font-size: 3.0rem;
}

.pagetitle__date { /* sp */
	margin-bottom: 12px;
}

.pagetitle__title { /* sp */
	width: 100%;
	font-size: 2.0rem;
}

.content { /* sp */
	margin-bottom: 102px;
}

.content--mb-lg { /* sp */
	margin-bottom: 152px;
}

.heading-1,
.the_content h2 { /* sp */
	font-size: 2.6rem;
	line-height: 1.42308;
	padding-bottom: 34px;
	margin-bottom: 30px;
}

.heading-2,
.the_content h3 { /* sp */
	font-size: 2.0rem;
	margin-bottom: 20px;
}

.heading-2--pc-center { /* sp */
	text-align: left;
}

.heading-3 { /* sp */
	margin-bottom: 10px;
}

.heading-4 { /* sp */
	font-size: 2.6rem;
	line-height: 1.42308;
	margin-bottom: 30px;
}

.list li,
.the_content ul li { /* sp */
	padding-left: 18px;
}

.list__mb:not(:last-child) { /* sp */
	margin-bottom: 8px;
}

.list__mb-lg { /* sp */
	margin-bottom: 8px;
}

.box { /* sp */
}

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

.firstview { /* sp */
	height: auto;
	padding-bottom: 79vw;
	text-align: center;
	margin-bottom: 50px;
	background: url(../img/bg_fv_right_sp.svg) no-repeat bottom left/100% auto, #60B421;
}

.firstview:before { /* sp */
	content: none;
}

.firstview__wrapper { /* sp */
	width: 100%;
}

.firstview__main { /* sp */
	height: auto;
	display: block;
	padding: 15vw 0 13vw;
}

.firstview__text-1 { /* sp */
	font-size: 5.3vw;
	margin-bottom: 4px;
}

.firstview__text-2 { /* sp */
	font-size: 7.9vw;
	line-height: 1.66667;
	margin-bottom: 22px;
}

.firstview__text-3 { /* sp */
	display: none;
}

.firstview__button { /* sp */
	margin: 0 auto;
	width: 249px;
	height: 58px;
	font-size: 2.0rem;
}

.movie { /* sp */
	position: fixed;
	height: 100%;
	margin-left: 0;
}

.movie:before { /* sp */
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: url(../img/deco_movie_sp.svg) no-repeat left top/contain;
}

.movie__wrapper { /* sp */
	-webkit-mask-size: 400% 410%;
	mask-size: 400% 410%;
}

.movie.is-finished { /* sp */
	left: 2%;
	top: 52%;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-animation: resizeSp 1.5s ease 1 forwards;
	animation: resizeSp 1.5s ease 1 forwards;
}

.movie.is-finished .movie__wrapper { /* sp */
	-webkit-animation: maskSp 1.5s ease 1 forwards;
	animation: maskSp 1.5s ease 1 forwards;
}

.movie.not-animtion { /* sp */
	left: 2%;
	top: 52%;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	width: 96vw;
	height: 72vw;
	margin-left: 0px;
}

.movie.not-animtion .movie__wrapper { /* sp */
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

.color-animation { /* sp */
}

.offer { /* sp */
	position: relative;
	padding: 0;
	padding-top: 4%;
	padding-left: 25%;
}

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

.offer:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) { /* sp */
	margin-top: 0;
}

.offer__image { /* sp */
	position: absolute;
	top: 0;
	left: 0;
	width: 19%;
	height: auto;
	margin-bottom: 0;
}

.staff { /* sp */
	padding-top: 0;
}

.staff__item { /* sp */
}

.staff__image { /* sp */
	margin-bottom: 12px;
	width: 100%;
}

.staff__image--1:before { /* sp */
	width: 103%;
	height: 130%;
	top: -10%;
	left: -8%;
	background: url(../img/img_contents_09_sp.svg) no-repeat left top/contain;
}

.staff__image--2:before { /* sp */
	width: 92%;
	height: 130%;
	top: -10%;
	left: 0%;
	background: url(../img/img_contents_10_sp.svg) no-repeat left top/contain;
}

.staff__image--3:before { /* sp */
	width: 90%;
	height: 100%;
	top: 0%;
	left: 10%;
	background: url(../img/img_contents_11_sp.svg) no-repeat left top/contain;
}

.staff__image--4:before { /* sp */
	width: 100%;
	height: 110%;
	top: -10%;
	left: 10%;
	background: url(../img/img_contents_12_sp.svg) no-repeat left top/contain;
}

.staff__main { /* sp */
}

.staff__position { /* sp */
	line-height: 1.2;
}

.staff__name { /* sp */
	font-size: 2.0rem;
	margin-bottom: 12px;
}

.newslist { /* sp */
	width: 100%;
	margin-bottom: 24px;
}

.newslist__item a { /* sp */
	display: block;
	padding: 17px 0 18px;
}

.newslist__date { /* sp */
	width: 100%;
	display: block;
	margin-bottom: 4px;
}

.newslist__title { /* sp */
	width: 100%;
	white-space: normal;
	-o-text-overflow: clip;
	text-overflow: clip;
	overflow: visible;
	display: block;
}

.service-lg:first-of-type { /* sp */
	margin-top: 26px;
}

/* TOPの事業内容カードはSPで画像を大きめにする */
.business-list .service__image { /* sp */
	width: 100%;
}

.business-list .service__image img { /* sp */
	width: 100%;
	height: auto;
}

.business-list .service__heading { /* sp */
	height: 92px;
	padding-left: 112px;
}

.service-lg { /* sp */
	position: relative;
	display: block;
	margin-top: 20px;
	padding: 24px 20px;
}

.service-lg__image { /* sp */
	position: absolute;
	top: 24px;
	left: 20px;
	width: 65px;
	height: 67px;
	padding-right: 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;
}

.service-lg__content { /* sp */
	display: block;
	width: 100%;
	padding-left: 0;
}

.service-lg__heading { /* sp */
	height: 67px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 85px;
	margin-bottom: 19px;
	font-size: 2.0rem;
	padding-bottom: 0;
}

.service-lg__heading:after {
	content: none;
}

.service-lg__main { /* sp */
	width: 100%;
	margin-bottom: 22px;
}

/* 事業内容ページの詳細カードは、SPでも画像を大きく見せる */
.service-lg--detailed .service-lg__image { /* sp */
	position: static;
	width: 100%;
	height: auto;
	margin-bottom: 14px;
}

.service-lg--detailed .service-lg__image img { /* sp */
	width: 100%;
	display: block;
}

.service-lg--detailed .service-lg__heading { /* sp */
	height: auto;
	padding-left: 0;
	margin-bottom: 14px;
}

.service-page-intro { /* sp */
	font-size: 1.6rem;
	line-height: 1.9;
	margin-top: 24px;
}

.about-lead { /* sp */
	font-size: 1.6rem;
	line-height: 1.9;
	margin-top: 24px;
}

.about-card { /* sp */
	padding: 30px 20px 24px;
}

.about-card__heading { /* sp */
	margin-bottom: 14px;
}

.about-value { /* sp */
	padding-top: 22px;
}

.about-promise { /* sp */
	padding: 30px 20px;
}

.about-promise p { /* sp */
	font-size: 1.6rem;
	line-height: 1.9;
}

.section-link-wrap { /* sp */
	margin-top: 18px;
}

.section-link-btn { /* sp */
	min-width: 200px;
	height: 50px;
	padding: 0 18px;
	font-size: 16px;
}

.section-link-btn:after { /* sp */
	width: 8px;
	height: 8px;
}

.top-about { /* sp */
	display: block;
}

.top-about__image { /* sp */
	width: 100%;
	margin-bottom: 18px;
}

.top-about__content { /* sp */
	width: 100%;
}

.top-about__title { /* sp */
	font-size: 2.4rem;
	margin-bottom: 14px;
}

.service-lg__kicker { /* sp */
	font-size: 1.2rem;
	margin-bottom: 8px;
}

.service-pointlist { /* sp */
	margin-top: 18px;
	gap: 8px;
}

.service-pointlist li { /* sp */
	padding: 6px 12px;
	font-size: 1.2rem;
}

.service-process { /* sp */
	padding-top: 22px;
}

.service-process__step { /* sp */
	margin-bottom: 10px;
}

.figure-bg:not(:last-child) { /* sp */
	margin-bottom: 30px;
}

.figure-bg { /* sp */
}

.figure-bg--mt { /* sp */
	margin-top: 30px;
}

.figure-bg--map { /* sp */
}

.figure-bg--map img { /* sp */
	width: 100%;
}

.figure-bg--big { /* sp */
	overflow: scroll;
}

.figure-bg--big img { /* sp */
	width: 800px;
	max-width: inherit;
}

.figure-center { /* sp */
	padding: 20px;
	margin-bottom: 50px;
}

.figure-center img { /* sp */
	width: 100%;
}

.photo { /* sp */
	margin-bottom: 25px;
}

.feature { /* sp */
	min-height: inherit;
	padding: 12px 20px 15px 50px;
	position: relative;
}

.feature__number { /* sp */
	margin-left: 0;
	line-height: 1;
	margin-bottom: 8px;
	position: absolute;
	top: 15px;
	left: 20px;
}

.price__example { /* sp */
	margin-top: 24px;
	padding-top: 18px;
}

.price__strong { /* sp */
	margin-bottom: 10px;
}

.training { /* sp */
	display: block;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.training__round { /* sp */
	text-align: left;
	width: 100%;
	padding: 20px 20px 20px 70px;
	border-radius: 0;
	background-size: 40px auto;
	background-position: 15px center;
}

.training__round:before { /* sp */
	content: none;
}

.training__round span { /* sp */
	position: static;
	display: block;
}

.training__round--1 { /* sp */
	background-size: 50px auto;
	background-position: 10px center;
}

.training__round--4 { /* sp */
	padding: 20px 20px 20px 20px;
	text-align: center;
}

.training__symbol { /* sp */
}

.training__symbol img {
	margin: 10px auto;
}

.training__symbol--equal img {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.pagenavi-1 { /* sp */
}

.pagenavi-1__item { /* sp */
	width: 48%;
	margin-bottom: 4vw !important;
	margin-right: 4%;
}

.pagenavi-1__item:nth-child(3n) {
	margin-right: 4%;
}

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

.pagenavi-2__item { /* sp */
	width: 48%;
	margin-bottom: 4vw !important;
	margin-right: 4%;
}

.pagenavi-2__item:nth-child(3n) {
	margin-right: 4%;
}

.pagenavi-2__item:nth-child(even) {
	margin-right: 0%;
}

.table th,
.the_content table th { /* sp */
	width: 37%;
	padding: 20px 20px 20px 0;
}

.table td,
.the_content table td { /* sp */
	width: 63%;
	padding: 20px 0;
}

.map__iframe { /* sp */
	margin-bottom: 17px;
}

.greeting__head img { /* sp */
	width: 130%;
	max-width: inherit;
	margin-left: -15%;
}

.greeting__name { /* sp */
	left: 65%;
}

.officer__item:not(:nth-child(1)):not(:nth-child(2)) { /* sp */
	margin-top: 0;
}

.officer__item { /* sp */
	width: 100%;
}

.officer__item:not(:last-child) { /* sp */
	margin-bottom: 28px;
}

.officer__head { /* sp */
	margin-bottom: 20px;
}

.officer__name { /* sp */
	font-size: 2.0rem;
}

.history__year { /* sp */
	width: 57px;
	font-size: 1.6rem;
	padding: 15px 0;
}

.history__detail { /* sp */
	width: calc(100% - 57px);
}

.history__item { /* sp */
	font-size: 1.4rem;
	line-height: 1.4285;
}

.history__month { /* sp */
	width: 50px;
	padding: 12px 10px 12px 0;
}

.history__text { /* sp */
	width: calc(100% - 50px);
	padding: 12px 0 7px 10px;
}

.radio { /* sp */
	width: 100%;
}

.radio span:before { /* sp */
}

.radio-wrap { /* sp */
	display: block;
}

.button-send { /* sp */
	width: 259px;
	height: 72px;
	border-radius: 36px;
	font-size: 2.0rem;
	margin: 25px auto 0;
}

.filter { /* sp */
	width: 100%;
}

.paging { /* sp */
	padding: 35px 0 30px;
}

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

.paging:after {
	clear: both;
}

.paging .prev { /* sp */
	float: left;
}

.paging .next { /* sp */
	float: right;
}

.eyecatch { /* sp */
	margin-bottom: 80px;
}

.the_content { /* sp */
	margin-bottom: 80px;
}

.the_content h2 { /* sp */
	margin-top: 80px;
}

.sns__item { /* sp */
	height: 70px;
}

.sns__item:not(:last-child) {
	border-right: none;
}

.privacy { /* sp */
	margin-bottom: 60px;
}

.privacy:last-of-type { /* sp */
	margin-bottom: 100px;
}

.privacy__list { /* sp */
	margin-top: 20px;
}

.cv-area__inner:before { /* sp */
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.cv-area__text { /* sp */
	font-size: 2rem;
	line-height: 1.7;
}

.cv-area__list { /* sp */
	display: block;
}

.cv-area__item:not(:last-child) { /* sp */
	margin-right: 0;
}

.cv-area__item a { /* sp */
	width: 100%;
	height: 62px;
}

}

@-webkit-keyframes resizePc {

0% {
	width: 100vw;
	height: 100vh;
	top: 50%;
	left: 50%;
	margin-left: -80px;
}

100% {
	width: 40vw;
	height: 30vw;
	top: 50%;
	left: 70%;
	margin-left: 0px;
}

}

@keyframes resizePc {

0% {
	width: 100vw;
	height: 100vh;
	top: 50%;
	left: 50%;
	margin-left: -80px;
}

100% {
	width: 40vw;
	height: 30vw;
	top: 50%;
	left: 70%;
	margin-left: 0px;
}

}

@-webkit-keyframes resizeSp {

0% {
	width: 100vw;
	height: 100vh;
}

100% {
	width: 96vw;
	height: 72vw;
}

}

@keyframes resizeSp {

0% {
	width: 100vw;
	height: 100vh;
}

100% {
	width: 96vw;
	height: 72vw;
}

}

@-webkit-keyframes mask {

0% {
	-webkit-mask-size: 200% 205%;
	mask-size: 200% 205%;
	-webkit-mask-position: center;
	mask-position: center;
}

30% {
	-webkit-mask-size: 95% 95%;
	mask-size: 95% 95%;
	-webkit-mask-position: center;
	mask-position: center;
}

100% {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: left center;
	mask-position: left center;
}

}

@keyframes mask {

0% {
	-webkit-mask-size: 200% 205%;
	mask-size: 200% 205%;
	-webkit-mask-position: center;
	mask-position: center;
}

30% {
	-webkit-mask-size: 95% 95%;
	mask-size: 95% 95%;
	-webkit-mask-position: center;
	mask-position: center;
}

100% {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: left center;
	mask-position: left center;
}

}

@-webkit-keyframes maskSp {

0% {
	-webkit-mask-size: 400% 410%;
	mask-size: 400% 410%;
	-webkit-mask-position: center;
	mask-position: center;
}

55% {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

100% {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

}

@keyframes maskSp {

0% {
	-webkit-mask-size: 400% 410%;
	mask-size: 400% 410%;
	-webkit-mask-position: center;
	mask-position: center;
}

55% {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

100% {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

}

@-webkit-keyframes maskIe {

0% {
	border-radius: 0;
}

100% {
	border-radius: 50%;
}

}

@keyframes maskIe {

0% {
	border-radius: 0;
}

100% {
	border-radius: 50%;
}

}

