@charset "utf-8";
/*======================================
	Base
=======================================*/
html { overflow-y:scroll; }

body {
	font: 16px/1.8 sans-serif;
	font-weight: normal;
	color:#333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    min-width: 1200px;
	overflow: hidden;
}
html,body{ width: 100%;}
a img {
	transition: all .3s;
}
a img:hover {
	opacity: 0.6;
	transition: all .3s;
}
a, a:hover {
	transition: all .3s;
}
.flexBox {
	display: flex;
}
.scroll-block {
	opacity: 0;
}
.scroll-block.blockIn {
	opacity: 1;
}
.scroll-block {
	opacity: .01;
	transition: all 2s;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#menubtn {
    display: none;
}
br.sp-br {
	display: none;
}
/*======================================
	Header
=======================================*/
header {
	height: 86px;
	z-index: 100;
    position: relative;
}
header .container {
	display: flex;
	justify-content: space-between;
}
h1 img {
	width: 173px;
	height: auto;
	margin-top: 26px;
}
nav ul {
	display: flex;
}
nav li {
	color: #19B1C6;
	font-weight: bold;
	margin-right: 50px;
	text-align: center;
	line-height: 1.4;
	margin-top: 26px;
}
nav li a {
	position: relative;
	display: block;
}
nav li:hover {
	color: #066DA6;
}
nav li a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #19B1C6;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
nav li a:hover::after {
	transform: scale(1, 1);
}
nav li span, nav li:first-child {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
}
nav li:first-child {
	font-weight: 600;
}
nav li span {
	font-size: 14px;
	display: block;
}
li.contactButton {
	color: #fff;
	margin: 0;
}
li.contactButton p {
    padding: 12px 20px 8px 20px;
}
li.contactButton a {
	display: block;
	background: linear-gradient(135deg,#19B1C6 50%, #066DA6);
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
li.contactButton a:hover {
	opacity: 0.6;
}
li.contactButton a::after {
	width: 0%;
}
nav li.contactButton:hover {
	color: #fff;
}
li.contactButton p::before {
	content: url(../images/contactMark.svg);
	vertical-align: middle;
	margin-right: 10px;
	display: -webkit-inline-box;
}
/*======================================
	main
=======================================*/
.scroll-Block {
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: flex;
	z-index: 3;
}
.scroll-Block .line {
    position: relative;
    width: 80px;
    height: 1px;
    overflow: hidden;
    bottom: -25px;
	top: 12px;
}
.scroll-Block .line:before {
    background: #333;
    -webkit-animation: scroll 2s infinite normal;
    animation: scroll 2s infinite normal;
}
.scroll-Block .line:after, .scroll-Block .line:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}
.scroll-Block .line:after {
    background: transparent;
}
.scroll-Block .txt {
    color: #333;
    letter-spacing: .1em;
    margin-right: 12px;
	font-size: 14px;
	font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
	}
	15% {
		-webkit-transform: translate3d(-98%,0,0);
	}
	85% {
		-webkit-transform: translate3d(98%,0,0);
	}
	100% {
		-webkit-transform: translate3d(100%,0,0);
	}
}
/* heroArea */
#heroArea {
	color: #fff;
	background-size: cover;
    height: calc(100vh - 86px);
	text-align: center;
	position: relative;
}
#heroArea #slide li {
	object-fit: cover;
    height: 100% !important;
	/* width: auto !important; */
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
}
#heroArea #slide li img {
	height: 100%;
	width: 100%;
    object-fit: cover;
}
#heroArea .textBox {
	position: relative;
	top: 30%;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	letter-spacing: 0.2em;
}
.copyJapanese span {
	display: block;
	font-size: 20px;
	letter-spacing: 0.1em;
}
p.copyJapanese {
    margin-top: -20px;
}
#heroArea .corpName {
	font-size: 24px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: 0;
}
#heroArea .border {
	border-left: 1px solid #fff;
	height: 42px;
	width: 1px;
	margin: 10px auto;
    display: block;
}
#heroArea .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-left: -400px;
    margin-top: 200px;
	display: none;
}
#heroArea .fadeinCorpName {
	display: none;
}
/* featuresArea */
#featuresArea {
	position: relative;
}
.areaPadding {
	padding: 80px 0 120px;
}
h2 {
	font-size: 26px;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
}
h3 {
	color: #fff;
	background-color: #19B1C6;
	font-size: 22px;
	font-family: "Noto Serif JP", serif;
    font-weight: 600;
	display: inline-block;
	padding: 2px 16px 4px;
	letter-spacing: 1px;
}
.h2_hr {
	border-top: 2px solid #19B1C6;
	width: 48px;
	margin: 6px auto 40px auto;
}
.blueBack {
	width: 100%;
	height: 510px;
	background: linear-gradient(135deg,#19B1C6 50%, #066DA6);
	margin-top: -280px;
}
.blueBack.blueBack02 {
	margin-top: -140px;
}
#featuresArea .scroll-Block {
	top: 0;
	right: -50px;
}
#featuresArea .textBox .text {
	width: 487px;
	background-color: #fff;
	padding: 40px 50px;
	text-align: justify;
	margin-top: 40px;
}
#featuresArea .textBox {
	margin-left: -53px;
    margin-top: 160px;
}
#featuresArea .flexBox.reverse {
	flex-direction: row-reverse;
	margin-top: -160px;
}
#featuresArea .flexBox.reverse .textBox {
	margin-left: 0;
	z-index: 2;
	margin-top: 240px;
	text-align: right;
}
#featuresArea .flexBox.reverse img {
	margin-left: -57px;
	z-index: 1;
}
.flexBox.features03 {
	margin-top: -290px;
}
#featuresArea .textBox .more {
	font-size: 14px;
    color: #fff;
    margin-top: 30px;
    display: block;
    width: 160px;
    margin-left: auto;
}
#featuresArea .textBox .more a {
	display: block;
	padding: 6px 1.4em;
	background-color: #19B1C6;
}
.dli-chevron-round-right {
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	position: relative;
	width: 0.6em;
	height: 0.6em;
	transform: translateX(-25%) rotate(45deg);
	float: right;
	top: 8px;
}
.dli-chevron-round-right::before, .dli-chevron-round-right::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.16em;
}
.dli-chevron-round-right::before {
	top: 0;
	left: 0;
	right: 0;
	height: 0.16em;
}
.dli-chevron-round-right::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.16em;
}
#featuresArea .textBox .more a:hover, #invitationArea .textBox .button a:hover, #contactArea .flexBox a:hover {
	opacity: 0.6;
}
/* invitationArea */
#invitationArea {
	background-color: #efefef;
}
#invitationArea .frame-box {
	width: 460px;
    margin: 0 auto 50px;
}
.frame-box {
	font-size: 30px;
	color: #066DA6;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	position: relative;
}
.frame-box::before, .frame-box::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}
.frame-box::before {
	border-left: solid 1px #066DA6;
	border-top: solid 1px #066DA6;
	top: 0;
	left: 0;
}
.frame-box::after {
	border-right: solid 1px #066DA6;
	border-bottom: solid 1px #066DA6;
	bottom: 0;
	right: 0;
}
#invitationArea .textBox .text {
    width: 521px;
    background-color: #fff;
    padding: 40px 50px;
    text-align: justify;
    margin-top: 40px;
}
#invitationArea .textBox h3 {
    display: block;
    width: fit-content;
}
h3.secondLine {
	margin-top: 10px;
}
#invitationArea .scroll-Block {
    top: 60px;
    right: -60px;
    z-index: 3;
}
#invitationArea .rightBox {
	width: 717px;
	margin-left: -39px;
	z-index: 1;
}
#invitationArea .textBox {
	z-index: 2;
}
#invitationArea .rightBox img {
	width: 100%;
}
#invitationArea .textBox .button {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
    color: #fff;
    margin-top: 70px;
    display: block;
    width: 273px;
}
#invitationArea .textBox .button a {
	display: block;
	padding: 14px 1.4em;
	background: linear-gradient(135deg, #19B1C6 50%, #066DA6);
}
#invitationArea .dli-chevron-round-right {
	width: 0.7em;
	height: 0.7em;
	top: 10px;
}
.occupationBox {
	width: 50%;
}
p.occupation-p {
	padding: 0 30px;
}
p.occupation {
    text-align: center;
    color: #fff;
    background-color: #000;
    width: 100px;
    margin: 0 auto 20px;
    padding: 0 8px;
    line-height: 36px;
	position: relative;
}
p.occupation:before {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 14px solid #000000;
}
#invitationArea .rightBox .border {
	border-right: 2px dotted #ccc;
    height: 77px;
    position: relative;
    top: 58px;
}
#invitationArea .rightBox .textFlex {
	margin-top: -20px;
	justify-content: space-between;
}
/* contactArea */
#contactArea {
	text-align: center;
}
#contactArea .flexBox {
	width: 700px;
    margin: 60px auto 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 38px;
}
#contactArea .tel {
	font-size: 31px;
	font-weight: bold;
	line-height: 1.2;
}
#contactArea .tel a {
	position: relative;
	left: -34px;
}
#contactArea .tel a::before {
	content: url(../images/tel-mark.svg);
	vertical-align: middle;
	padding-right: 18px;
    position: relative;
    top: 10px;
}
span.mail-mark {
	content: url(../images/mail-mark.svg);
    vertical-align: middle;
    height: 18px;
    width: auto;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: -2px;
}
#contactArea .tel span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 4px;
}
#contactArea .mail {
    font-size: 18px;
    font-weight: bold;
    line-height: 54px;
    height: 54px;
	position: relative;
    top: 7px;
}
#contactArea .mail a {
	display: block;
	padding: 0 1.4em;
	color: #fff;
	background: linear-gradient(135deg, #19B1C6 50%, #066DA6);
}
/*======================================
	footer
=======================================*/
footer {
	background-color: #19B1C6;
	color: #fff;
}
footer hr {
	border-top: 1px solid #fff;
}
footer img {
	width: 192px;
	height: auto;
	margin-bottom: 14px;
}
footer .corpName {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}
footer .flexBox.leftBox_rightBox {
	justify-content: space-between;
	align-items: flex-end;
}
footer .flexBox.pc-flex-end {
	align-items: flex-end;
}
footer .rightBox .flexBox {
	margin: 16px 0;
}
footer .rightBox .flexBox li:first-child {
	margin-right: 50px;
}
footer .rightBox li {
	width: 160px;
	font-size: 18px;
	font-weight: bold;
}
footer .rightBox li.privacy {
	font-size: 16px;
}
footer .rightBox li span {
	display: block;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 12px;
}
footer .rightBox li a {
	display: block;
}
footer .rightBox li a:hover {
	opacity: 0.6;
}
footer .rightBox li span.top {
	font-size: 18px;
	font-weight: 600;
}
footer .rightBox li span.dli-chevron-round-right {
    width: 0.7em;
    height: 0.7em;
    top: 10px;
	display: inline-block;
}
footer .mainArea {
	padding: 50px 0;
}
p.goMap {
	font-size: 18px;
	font-weight: bold;
	padding-left: 1.4em;
	line-height: 48px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 24px;
	width: 238px;
	margin-left: 2em;
	transition: all .3s;
	margin-bottom: 4px;
}
p.goMap a {
	display: block;
}
p.goMap:hover {
	background-color: #066DA6;
	border: 1px solid #fff;
	border-radius: 24px;
	transition: all .3s;
}
p.goMap .dli-chevron-round-right {
    width: 0.7em;
    height: 0.7em;
    top: 17px;
    right: 20px;
}
p.copyright {
	height: 73px;
	line-height: 73px;
	font-size: 14px;
}
/*======================================
	scrollAnimation
=======================================*/
.scrollAnimationLeft, .scrollAnimationRight {
	opacity: 0;
	transition: all 2.0s ease;
	position: relative;
}
.scrollAnimationLeft {
	left: 100px;
}
.scrollAnimationRight {
	left: -100px;
}
.scrollAnimationLeft.show, .scrollAnimationRight.show {
	opacity: 1;
	transform: none;
	position: relative;
	left: 0;
}
/*======================================
	nameArea
=======================================*/
#nameArea {
	height: 248px;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	margin-bottom: 40px;
}
#nameArea .text {
    position: relative;
    top: 120px;
}
#nameArea p.sub {
	font-size: 20px;
	font-weight: bold;
	background-color: #19B1C6;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	padding: 0 1em;
	letter-spacing: 2px;
}
#nameArea p.main {
	font-size: 80px;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 10px;
	text-shadow: 0px 0px 14px #aaa;
}
#nameArea.aboutName {
	background-image: url(../images/about-header.jpg);
}
#nameArea.businessName {
	background-image: url(../images/business-header.jpg);
}
#nameArea.recruitName {
	background-image: url(../images/recruit-header.jpg);
}
/*======================================
	about.html
=======================================*/
#greetingArea img {
	width: 575px;
}
#greetingArea .frame-box {
	width: 460px;
    margin: 0 auto 10px;
}
#greetingArea .text {
	width: 678px;
	background-color: #fff;
	padding: 40px 44px 0 44px;
	margin-left: -53px;
	text-align: justify;
}
#greetingArea .text p.name {
	text-align: right;
	margin-top: 30px;
}
#greetingArea .text p.name span {
	font-size: 20px;
	font-family: "Noto Serif JP", serif;
}
#greetingArea .flexBox {
	align-items: flex-start;
}
#greetingArea .scroll-Block {
	top: -40px;
	left: -60px;
}
.gray-hr {
	border-top: 13px solid #efefef;
}
#conceptArea .frame-box {
	width: 660px;
    margin: 0 auto 50px;
}
#conceptArea .text {
    width: 570px;
    padding: 40px;
    background-color: #fff;
    float: right;
    position: relative;
    top: 60px;
}
#conceptArea .img {
	background-image: url(../images/concept.jpg);
	background-repeat: no-repeat;
	height: 365px;
	background-position: top 0 right calc(50vw - 208px);
}
#conceptArea .scroll-Block {
	right: -50px;
	top: -60px;
}
#overviewArea {
	background-image: url(../images/overview.jpg);
	height: 720px;
	color: #fff;
	background-position: center;
    background-size: cover;
}
#overviewArea .h2_hr {
    border-top: 2px solid #fff;
}
dt {
    font-weight: normal;
}
dt, dd {
	display: inline-block;
}
#overviewArea dl {
	width: 520px;
	margin: 0 auto;
    border-bottom: 1px solid #fffa;
    line-height: 46px;
}
#overviewArea dt {
	width: 150px;
    text-align: right;
    position: relative;
    left: -40px;
}
#overviewArea .scroll-Block {
    top: 88px;
    left: 173px;
}
#overviewArea .scroll-Block .txt {
	color: #fff;
}
#overviewArea .scroll-Block .line:before {
    background: #fff;
}
#historyArea {
	background-color: #efefef;
}
#historyArea dl {
	width: 680px;
	margin: 0 auto;
    border-bottom: 1px solid #333;
    line-height: 46px;
}
#historyArea dt {
	width: 180px;
}
#historyArea .scroll-Block {
    top: 80px;
	left: 100px;
}
#accessArea .scroll-Block {
    top: -30px;
    right: -50px;
}
#accessArea p.corpName {
    font-size: 18px;
    font-weight: bold;
	padding-right: 20px;
}
#accessArea p.address {
	padding-left: 20px;
	border-left: 1px solid #000;
}
#accessArea .container.flexBox {
	margin-top: 20px;
}
#bannerArea {
	background-color: #efefef;
	padding: 106px 0;
}
#bannerArea p {
	font-size: 40px;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 5px;
	color: #fff;
	text-shadow: 0px 0px 7px #aaa;
}
#bannerArea p.sub {
	font-size: 18px;
	color: #19B1C6;
	letter-spacing: 1px;
	text-shadow: none;
	line-height: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}
#bannerArea .flexBox {
	justify-content: space-between;
}
#bannerArea .dli-chevron-round-right {
	color: #19B1C6;
	top: -20px;
	left: 0;
}
#bannerArea .txt {
    position: absolute;
    top: 103px;
    padding-left: 30px;
	z-index: 2;
	width: 280px;
}
#bannerArea .banner {
	transition:0.5s all;
	overflow: hidden;
	width: 551px;
    height: 194px;
}
#bannerArea .banner img {
	width: 551px;
    height: auto;
	z-index: 1;
}
#bannerArea .aboutBanner .txt:hover ~ .aboutBannerImg img, #bannerArea .businessBanner .txt:hover ~ .businessBannerImg img, #bannerArea .recruitBanner .txt:hover ~ .recruitBannerImg img {
	transform:scale(1.1,1.1);
	transition:0.5s all;
	opacity: 0.6;
}
.aboutBannerImg img:hover, .businessBannerImg img:hover, .recruitBannerImg img:hover {
	transform:scale(1.1,1.1);
	transition:0.5s all;
}
/*======================================
	business.html
=======================================*/
#initiativeArea .img {
	background-image: url(../images/initiative.jpg);
	background-repeat: no-repeat;
	height: 355px;
	background-position: top 0 left calc(50vw - 113px);
}
#initiativeArea .text {
	width: 718px;
    padding: 40px 60px;
    background-color: #fff;
    position: relative;
    top: -20px;
}
#initiativeArea .scroll-Block {
	top: -50px;
	right: -60px;
}
rt {
    font-size: 16px;
    position: relative;
    top: -4px;
}
#reformArea {
	background-color: #19B1C6;
	color: #fff;
	height: 870px;
    position: relative;
    z-index: 1;
}
#reformArea .text {
	width: 718px;
    padding: 40px 60px;
    background-color: #fff;
	color: #333;
}
#reformArea .h2_hr {
    border-top: 2px solid #fff;
}
#reformArea .img {
	background-image: url(../images/reform.jpg);
	background-repeat: no-repeat;
	height: 740px;
	background-position: top 0 right calc(50vw - 140px);
}
#reformArea .textBox {
    float: right;
    position: relative;
    top: 50px;
}
#reformArea p.lead {
	font-size: 20px;
    background-color: #19B1C6;
    margin-top: 30px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    padding: 0.2em 0 0.2em 0.8em;
}
#reformArea .scroll-Block {
    top: -40px;
    left: -50px;
}
#reformArea .scroll-Block .txt {
    color: #fff;
}
#reformArea .scroll-Block .line:before {
    background: #fff;
}
#sekisuiArea {
    background-color: #efefef;
	padding-top: 140px;
	padding-bottom: 0;
}
#sekisuiArea .img {
    background-image: url(../images/sekisuiArea.jpg);
    background-repeat: no-repeat;
    height: 406px;
    background-position: top 0 left calc(50vw - 143px);
}
#sekisuiArea .text {
	background-color: #fff;
    width: 624px;
    padding: 50px 50px 10px 100px;
    text-align: justify;
}
#sekisuiArea .scroll-Block {
    top: 120px;
    left: -160px;
}
#sekisuiArea .sekisuiLogo {
    width: 228px;
    height: auto;
    margin-top: -60px;
    position: relative;
    left: 110px;
}
#sekisuiArea .lead {
	position: relative;
    left: 110px;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    margin-bottom: 20px;
}
#flowArea .lead {
	font-size: 18px;
	font-weight: bold;
	color: #066DA6;
	margin-bottom: 16px;
}
.flowBox {
	background-color: #19B1C6;
	width: 258px;
	height: 60px;
	position: relative;
	margin-right: 30px;
}
.flowBox p {
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    padding-right: 2em;
    color: #fff;
    width: 288px;
}
.flowBox.box08 {
	background-color: #066DA6;
}
.flowBox::before, .flowBox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 30px solid transparent;
}
.flowBox::before {
    border-left: 30px solid #fff;
}
.flowBox::after {
    border-left: 30px solid #19B1C6;
	left: 258px;
}
.flowBox.box01 {
	width: 258px;
}
.flowBox.box08 {
	width: 288px;
}
.flowBox.box08 p {
	text-align: center;
    padding-right: 0;
}
.flowBox.box01::before {
    content: initial;
}
.flowBox.box08::after {
    content: initial;
}

.flowBox.box01::after {
    left: 258px;
}
#flowArea .flexBox.flowBox02 {
	left: 45px;
    position: relative;
}
#flowArea .flexBox.flowBox01 {
	margin-bottom: 60px;
	left: 0;
}
#flowArea .flowBox p::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 48px;
	background-size: contain;
	vertical-align: middle;
	position: relative;
    top: -2px;
	left: -40px;
}
#flowArea .flowBox.box02 p::before, #flowArea .flowBox.box03 p::before, #flowArea .flowBox.box06 p::before {
	left: -60px;
}
#flowArea .flowBox.box04 p::before, #flowArea .flowBox.box05 p::before {
	left: -20px;
}
#flowArea .flowBox.box01 p::before {
	background-image: url(../images/01.png);
}
#flowArea .flowBox.box02 p::before {
	background-image: url(../images/02.png);
}
#flowArea .flowBox.box03 p::before {
	background-image: url(../images/03.png);
}
#flowArea .flowBox.box04 p::before {
	background-image: url(../images/04.png);
}
#flowArea .flowBox.box05 p::before {
	background-image: url(../images/05.png);
}
#flowArea .flowBox.box06 p::before {
	background-image: url(../images/06.png);
}
#flowArea .flowBox.box07 p::before {
	background-image: url(../images/07.png);
}
#flowArea .scroll-Block {
	top: -20px;
    right: -40px;
}
/*======================================
	recruit.html
=======================================*/
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	background: linear-gradient(135deg, #19B1C6 50%, #066DA6);
	color: #fff;
    padding: 60px 0 100px;
	text-align: justify;
	position: relative;
}
.tabs input:checked + .tab_item {
    background-color: #19B1C6;
    color: #fff;
}
#box1:checked ~ #content01, #box2:checked ~ #content02, #box3:checked ~ #content03 {
	display: block;
}
label.tab_item {
	display: inline-block;
    width: 300px;
    text-align: center;
    background-color: #AAE8F1;
    margin: 0 20px;
    color: #066DA6;
    font-size: 18px;
    padding: 10px 0;
	font-weight: bold;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .5);
}
label.tab_item span{
	display: block;
	font-size: 16px;
}
#jobDescriptionArea.areaPadding {
    padding: 80px 0 0;
}
.tabs {
	text-align: center;
}
#jobDescriptionArea dl {
    display: flex;
    width: 1060px;
    border-bottom: 1px solid #fff;
	padding: 18px 0;
	margin: 0 0 0 auto;
}
#jobDescriptionArea dt {
    width: 150px;
}
#jobDescriptionArea dd {
    width: 720px;
}
#jobDescriptionArea .scroll-Block .txt {
	color: #fff;
}
#jobDescriptionArea .scroll-Block .line:before {
    background: #fff;
}
#jobDescriptionArea .scroll-Block {
    top: 273px;
    left: -93px;
}
#workersArea {
	background-image: url(../images/workersBg.jpg);
	background-repeat: no-repeat;
    background-position: center top;
    height: 1155px;
    overflow: visible;
    min-width: 1200px;
}
#workersArea .text {
	width: 584px;
	padding: 40px 50px;
	background-color: #fff;
	text-align: justify;
}
#workersArea .img {
	background-image: url(../images/workers.jpg);
    background-repeat: no-repeat;
    height: 421px;
    background-position: top 60px left calc(50vw - 97px);
}
#workersArea .scroll-Block {
	top: 3px;
    left: 1077px;
}
#workersArea .flexBox {
	justify-content: space-between;
}
#workersArea .flexBox.workersBox {
	position: relative;
	top: 300px;
}
#workersArea .box img, #workersArea .boxBig img {
	border-radius: 50%;
	width: 274px;
	height: 274px;
    object-fit: cover;
	margin-bottom: 20px;
}
#workersArea .box {
	width: 274px;
	text-align: justify;
}
#workersArea .boxBig {
	width: 583px;
}
.boxBig p {
    text-align: center;
}
label.tab_item span.sp-none {
	display: inline-block;
}
p.nonexistence {
	text-align: center;
}
#jobDescriptionArea dl.display_none {
    display: none;
}
/*======================================
	contact.html
=======================================*/
#contactPageArea p {
	text-align: center;
}
#contactPageArea p.lead {
	font-size: 22px;
	color: #19B1C6;
	font-family: "Noto Serif JP", serif;
    font-weight: 600;
	margin-top: 80px;
	margin-bottom: 24px;
}
#contactPageArea .tel {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.2;
	text-align: center;
	margin-bottom: 100px;
}
#contactPageArea .tel span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 4px;
}
#contactPageArea .tel a::before {
    content: url(../images/tel-mark.svg);
    vertical-align: middle;
    padding-right: 18px;
    position: relative;
    top: 10px;
}
#contactPageArea .tel a {
    position: relative;
    left: -34px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], textarea {
    border: 1px solid #555;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
	text-align: justify;
}
textarea {
    resize: vertical;
    min-height: 100px;
}
#contactPageArea table {
    width: 700px;
	margin: 0 auto;
}
th {
    color: #19B1C6;
    text-align: right;
	width: 200px;
}
tr {
	border-bottom: 10px solid #fff;
}
span.require {
    float: right;
    position: relative;
    left: -1em;
    top: 4px;
    font-size: 11px;
    margin-left: 2em;
    background-color: #555;
    color: #fff;
    padding: 0 4px 2px;
}
#contactPageArea p.note {
	text-align: left;
	margin-left: 1em;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #9d9d9d;
    width: 100%;
    text-align: center;
    margin-top: 2em;
    line-height: 40px;
    color: #fff;
	transition: 0.4s;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #000;
    transition: 0.4s;
}
#contactPageArea .scroll-Block {
    top: 80px;
    left: -50px;
}
#nameArea.contactName {
    background-image: url(../images/contact-header.jpg);
}
span.space {
    width: 52px;
    display: inline-block;
}
td.text-input {
    width: 180px;
}
#contactPageArea th p {
    text-align: right;
}
span.wpcf7-spinner {
    display: none;
}
/*======================================
	privacy-policy.html
=======================================*/
#nameArea.privacyPolicyName {
    background-image: url(../images/privacy-header.jpg);
}
#privacyPolicyArea .container {
	width: 940px;
	text-align: justify;
}
#privacyPolicyArea h2 {
    font-size: 18px;
    margin-top: 14px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#privacyPolicyArea h3 {
	font-weight: bold;
    margin-top: 10px;
    background-color: unset;
    color: #333;
    font-size: 16px;
    padding: 0;
    display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
/*--------- Smartphone -------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	body {
		min-width: initial;
	}
	header {
		height: 60px;
		z-index: 100;
		position: fixed;
		background-color: #fff;
		width: 100%;
		box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
	}
	.container {
		width: 100%;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
	.flexBox {
		display: block;
	}
	img {
		width: 100%;
	}
	br.sp-br {
		display: block;
	}
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before, .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        background-color: #066DA6;
        border-radius: 0;
    }
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		height: 2px;
	}
	.hamburger.is-active:hover, .hamburger:hover {
		opacity: 1;
	}
	#menu {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
	}
	#menubtn {
        display: block;
		padding: 20px 20px 10px;
    }
	#heroArea .circle {
		margin-left: auto;
		width: 60%;
		height: auto;
	}
	#contactArea .flexBox {
		width: 100%;
		left: 0;
	}
	#invitationArea .rightBox {
		width: 100%;
		margin-left: 0;
		margin-top: 60px;
	}
	#invitationArea .textBox .text {
		width: 100%;
	}
	#featuresArea .textBox .text {
        width: 94%;
        padding: 30px 6%;
		margin: 18px 6% 0 0;
	}
	#featuresArea .flexBox.reverse .textBox .text {
		margin: 18px 0 0 6%;
	}
	#invitationArea .frame-box {
		width: 100%;
	}
	nav ul {
		display: block;
		margin-top: 100px;
	}
	#featuresArea .textBox {
		margin-left: 0;
	}
	/*
	.scrollAnimationLeft {
		left: -100px;
	}
	*/
	li.contactButton a {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	nav li {
		margin-right: 0;
		font-size: 18px;
	}
	h1 img {
		margin-top:20px ;
		margin-left: 20px;
		width: 140px;
	}
	#heroArea {
		height: 100vh;
	}
	#heroArea {
		text-align: center;
		position: relative;
	}
	#heroArea #slide li img {
		object-fit: cover;
	}
	#heroArea #slide li {
		top: 60px !important;
		left: 0% !important;
		width: auto !important;
		transform: initial;
		height: calc(100% - 60px) !important;
	}
	#featuresArea .flexBox.reverse img {
		margin-left: 0;
	}
	li.contactButton {
		margin: 40px auto 0 auto;
		width: 80%;
	}
	nav li a::after {
		height: 0px;
	}
	img.copyEnglish {
		width: 90%;
	}
	#heroArea .textBox {
		top: 25%;
	}
	#heroArea .textBox {
		font-size: 26px;
	}
	.copyJapanese span {
		font-size: 14px;
	}
	#heroArea .corpName {
		font-size: 18px;
	}
	#featuresArea .textBox, #featuresArea .flexBox.reverse .textBox {
		margin-top: -80px;
	}
	#contactArea {
		padding: 80px 3% 80px;
	}
	.blueBack {
		margin-top: -294px;
	}
	footer .mainArea {
		padding: 50px 0;
		width: 240px;
	}
	p.goMap {
		margin-left: 0;
		margin-top: 20px;
	}
	footer .leftBox {
		margin-bottom: 50px;
	}
	p.copyright {
		text-align: center;
		font-size: 12px;
	}
	footer .rightBox li span {
		position: relative;
		top: -4px;
	}
	footer .rightBox .flexBox {
		margin: 0;
	}
	.scroll-Block .txt {
		font-size: 10px;
		margin-right: 10px;
	}
	.scroll-Block .line {
		top: 8px;
	}
	#invitationArea .textBox .text {
		width: 94%;
        padding: 30px 6%;
        margin: 18px 3% 0 3%;
	}
	#featuresArea .scroll-Block {
		top: -10px;
	}
	.areaPadding {
		padding: 80px 0 80px;
	}
	#featuresArea.areaPadding {
		padding-bottom: 40px;
	}
	.frame-box {
		font-size: 20px;
	}
	.frame-box::before {
		left: 50px;
	}
	.frame-box::after {
		right: 50px;
	}
	#invitationArea .scroll-Block {
		right: -54px;
	}
	#invitationArea .textBox .button {
		margin: 30px auto 0 auto;
	}
	.flexBox.sp-flex {
		display:flex;
	}
	#invitationArea .rightBox .textFlex {
		display: flex;
	}
	p.occupation-p {
		padding: 0 6%;
		text-align: justify;
	}
	#invitationArea .rightBox .border {
		height: 140px;
	}
	#contactArea .tel {
		margin-bottom: 40px;
		margin-left: 50px;
		font-size: 28px;
	}
	#contactArea .mail {
		width: 290px;
		margin: 0 auto;
	}
	#contactArea p.text {
		font-size: 3.8vw;
	}
	br.pc-br {
		display: none;
	}
	#contactArea .tel span {
		line-height: 1.2;
	}
	#contactArea .tel a::before {
		padding-right: 15px;
	}
/*======================================
	about.html
=======================================*/
	dt, dd {
		display: block;
	}
	#conceptArea .frame-box {
		width: 100%;
	}
	#greetingArea .text {
		width: 100%;
	}
	#greetingArea img {
		width: 100%;
	}
	#bannerArea .banner img {
		width: 90vw;
		margin: 0 auto;
        display: block;
	}
	#bannerArea .banner {
		width: 100%;
	}
	#greetingArea .frame-box {
		width: 90%;
		background-color: #fff;
		position: relative;
		top: -40px;
		padding: 20px 0;
	}
	#overviewArea {
		height: auto;
	}
	#overviewArea dl {
		width: 90%;
        line-height: 30px;
        padding: 10px 0;
	}
	#nameArea {
		height: 100px;
        position: relative;
        top: 60px;
	}
	#nameArea p.sub {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	#nameArea .text {
        top: 36px;
	}
	#nameArea p.main {
		font-size: 40px;
		letter-spacing: 4px;
		margin-top: -10px;
	}
	#greetingArea.areaPadding {
        padding: 80px 0 40px;
    }
	#greetingArea .scroll-Block {
		top: -20px;
		left: -56px;
	}
	#greetingArea .frame-box::before {
        left: 10px;
		top: 10px;
    }
	#greetingArea .frame-box::after {
        right: 10px;
		bottom: 10px;
    }
	#greetingArea .text {
		width: 90%;
        background-color: #fff;
        position: relative;
        top: -40px;
        padding: 20px 0 0;
        margin: 0 auto;
    }
	#conceptArea .img {
		background-size: contain;
		height: 360px;
		background-size: 150%;
        background-position: top center;
	}
	#conceptArea .text {
		top: 150px;
        width: 94%;
        padding: 30px 6%;
        margin: 0 0 0 6%;
	}
	#conceptArea .scroll-Block {
		top: -180px;
	}
	#overviewArea dt {
		text-align: left;
		left: 0;
		font-weight: bold;
	}
	#overviewArea .scroll-Block {
		top: -52px;
		right: -50px;
		left: initial;
	}
	.aboutBanner,.businessBanner, .recruitBanner  {
		position: relative;
	}#accessArea p.address {
		border: none;
	}
	#accessArea p.corpName {
		padding-right: 0;
		padding-left: 20px;
	}
	#historyArea .scroll-Block {
		top: -30px;
        left: initial;
        right: -50px;
	}
	#historyArea dl {
		width: 90%;
        line-height: 30px;
        padding: 10px 0;
	}
	#bannerArea p {
		font-size: 6vw;
		letter-spacing: 1vw;
	}
	#bannerArea .txt {
        top: 18vw;
        padding-left: 8vw;
        width: 52vw;
	}
	#bannerArea p.sub {
		font-size: 4vw;
	}
	#bannerArea {
		padding: 80px 0 20px;
	}
/*======================================
	business.html
=======================================*/
	#initiativeArea .text {
        top: 160px;
        width: 94%;
        padding: 30px 6%;
        margin: 0 0 0 6%;
	}
	#sekisuiArea .text {
		top: 220px;
		width: 94%;
		padding: 30px 6%;
		margin: 0 3% 0 3%;
	}
	.flowBox::before {
		display: none;
	}
	#sekisuiArea .lead {
        left: 0;
        text-align: center;
        top: 220px;
	}
	#flowArea .flexBox.flowBox02 {
		left: 0;
	}
	#initiativeArea .img {
		background-position: top center;
		background-size: 150%;
		height: 480px;
	}
	#initiativeArea .scroll-Block {
		top: -20px;
		right: -56px;
	}
	#reformArea .img {
		background-position: top center;
		background-size: 150%;
		height: 480px;
	}
	#reformArea .textBox {
		float: none;
		width: 100%;
		top: 340px;
	}
	#reformArea .text {
        top: 150px;
        width: 94%;
        padding: 30px 6%;
        margin: 0 6% 0 0;
	}
	#reformArea {
		background-color: #19B1C6;
		height: 1300px;
	}
	#reformArea p.lead {
		font-size: 4.6vw;
        padding: 0 4%;
        text-align: justify;
	}
	#sekisuiArea {
		padding-top: 80px;
		height: 1050px;
	}
	#sekisuiArea .img {
        background-position: top center;
        background-size: 134%;
        height: 214px;
	}
	#sekisuiArea .sekisuiLogo {
		left: 0;
		margin: 0 auto;
		display: block;
		top: 220px;
	}
	#sekisuiArea .scroll-Block {
		top: 50px;
		left: -130px;
	}
	#flowArea .scroll-Block {
		top: -25px;
	}
	.flowBox::after {
		transform: rotate(90deg);
	}
	.flowBox {
		margin: 0 auto 50px;
		width: 288px;
	}
	.flowBox::after, .flowBox.box01::after {
		border-left: 20px solid #AAE8F1;
        top: 72px;
        left: 40%;
	}
	#flowArea .flowBox.box04 p::before, #flowArea .flowBox.box05 p::before {
		left: 15px;
        top: 5px;
		float: left;
	}
	#flowArea .flowBox p::before {
		width: 110px;
		background-repeat: no-repeat;
		float: left;
		left: 15px;
        top: 5px;
	}
	#flowArea .flowBox.box02 p::before, #flowArea .flowBox.box03 p::before, #flowArea .flowBox.box06 p::before {
		left: 15px;
        top: 5px;
	}
	#flowArea .flexBox.flowBox01 {
		margin: 0;
	}
	#flowArea .flowBox.box08 p::before {
		width: 0;
	}
	.flowBox.box01 {
		width: 288px;
	}
	#flowArea .lead {
		text-align: center;
	}
	#flowArea.areaPadding {
        padding: 80px 0 40px;
    }
/*======================================
	recruit.html
=======================================*/
	#workersArea {
		min-width: initial;
        height: 2100px;
		background-size: 150%;
	}
	#jobDescriptionArea dt {
		width: 100%;
		font-weight: bold;
	}
	#jobDescriptionArea dd {
		width: 100%;
	}
	#jobDescriptionArea dl {
        display: block;
        width: 94%;
        margin-right: 3%;
	}
	#workersArea .text {
		width: 94%;
		position: relative;
        top: 170px;
		padding: 30px 6%;
        margin: 0 6% 0 0;
	}
	#workersArea .boxBig {
        width: 272px;
        margin: 0 auto;
	}
	#workersArea .flexBox.workersBox {
		top: 200px;
	}
	#workersArea .scroll-Block {
        top: -17px;
		right: -50px;
		left: initial;
	}
	label.tab_item {
		width: 33%;
		margin: 0 -3%;
		vertical-align: top;
		height: 120px;
		line-height: 1.5;
	}
	label.tab_item span.sp-none {
		display: none;
	}
	label.tab_item span {
		display: block;
		font-size: 12px;
	}
	.tab_content {
		z-index: 1;
		font-size: 16px;
		padding: 20px 0 80px;
	}
	.tabs input:checked + .tab_item {
		z-index: 1;
		position: relative;
	}
	#jobDescriptionArea .scroll-Block {
		display: none;
	}
	label.tab_item p {
		display: table-cell;
		vertical-align: middle;
		height: 120px;
		width: 33%;
		position: relative;
		top: -10px;
	}
	#workersArea .img {
		height: auto;
		background-position: top center;
		background-size: 150%;
	}
	#workersArea .box {
		margin: 0 auto 30px;
	}
	#workersArea .boxBig img {
		margin-bottom:  20px;
	}
	#workersArea .boxBig p {
		text-align: justify;
	}
/*======================================
	contact.html
=======================================*/
	#contactPageArea table {
		width: 100%;
	}
	td, th {
		display: block;
	}
	th {
		text-align: left;
	}
	span.require {
		float: initial;
		top: -1px;
		padding: 2px 4px;
	}
    #contactPageArea.areaPadding {
        padding: 80px 4% 80px;
    }
	#contactPageArea .scroll-Block {
		display: none;
	}
	#contactPageArea .tel {
		left: 30px;
		position: relative;
	}
	input.submitButton {
		width: 50%;
		margin: 2em auto 0;
		display: block;
	}
	#contactPageArea p.note {
		margin-left: 0;
	}
	td {
		margin-bottom: 6px;
	}
	#contactPageArea .tel span {
		line-height: 1.2;
	}
	#contactPageArea th p {
		text-align: left;
	}
	td.text-input {
		width: 100%;
	}
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
		width: 50%;
		margin: 2em auto 0;
        display: block;
	}
/*======================================
	privacy-policy.html
=======================================*/
	#privacyPolicyArea .container {
		width: 92%;
	}
}