@charset "utf-8";
/*===============================================
WEBフォント
===============================================*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
	line-height: 1.0;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
body {
	font-family: 'Kosugi Maru', sans-serif;
}

img, video {
	vertical-align: top;
	line-height: 1.0 !important;
	max-width: 100%;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
}
a img {
	border: none;
}
p {
	max-width: 70vw;
	margin: 0 auto;
	line-height: 1.8;
}

.icon-building > a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ad";
    font-weight: 900;
	display: inline-block;
	margin: 0 0.5rem 0 0;
	color: #458ca8;
}
.icon-book > a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f02d";
    font-weight: 900;
	display: inline-block;
	margin: 0 0.5rem 0 0;
	color: #a9c25c;
}
.icon-handshake > a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f2b5";
    font-weight: 900;
	display: inline-block;
	margin: 0 0.5rem 0 0;
	color: #ddc354;
}
.icon-user > a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-weight: 900;
	display: inline-block;
	margin: 0 0.5rem 0 0;
	color: #efa14c;
}
.icon-envelope > a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
	display: inline-block;
	margin: 0 0.5rem 0 0;
	color: #e08081;
}
.icon-next > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
	font-size: 10px;
	display: inline-block;
	margin: 0 0 0 4rem;
}
.icon-pdf::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    font-weight: 400;
	font-size: 10px;
	display: inline-block;
	margin: 0 0.5rem 0 0;
}
.font__ub {
	font-family: 'Ubuntu', sans-serif;
}
.font__bold {
	font-weight: bold !important;
}
.color__blue {
	color: #0068b5;
}
.color__orange {
	color: #ef4100;
}
.common__underline {
	text-decoration: underline;
}


@media print{

html {
	font-size: 16px;
}

body:not(.top) {
	padding: 80px 0 0;
}

body::before {
	content: "";
	background: #1d2088;
	width: 1px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 20px;
	z-index: 12;
}
body::after {
	content: "";
	background: #1d2088;
	width: 1px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 20px;
	z-index: 12;
}

.top__hgroup {
	text-align: center;
	margin: 0 0 30px;
	position: relative;
	z-index: 2;
}
.top__hgroup__sub {
	margin: 0 0 1rem;
	font-family: 'Ubuntu', sans-serif;
	color: #0068b5;
	font-size: 4rem;
	letter-spacing: 0.1em;
}
.top__hgroup__heading {
	font-size: 0.9rem;
	letter-spacing: 0.05em;
}


.common__section {
	padding: 60px 0;
	letter-spacing: 0.05em;
}
.common__section:nth-of-type(2n) {
	background: #fafafa;
}

.common__hgroup {
	text-align: center;
	margin: 0 0 45px;
}
.common__hgroup__sub {
	margin: 0 0 1rem;
	font-family: 'Ubuntu', sans-serif;
	color: #0068b5;
	font-size: 4rem;
	letter-spacing: 0.1em;
}
.common__hgroup__heading {
	font-size: 0.9rem;
	letter-spacing: 0.05em;
}
.common__subheading {
	max-width: 70vw;
	margin: 0 auto 2rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 1.2rem;
	font-weight: normal;
    letter-spacing: 0.1em;
}
.common__subheading::before,
.common__subheading::after {
	content: "";
	background: #1d2088;
	height: 1px;
	display: block;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.common__subheading::before {
	margin-right: 1rem;
}
.common__subheading::after {
	margin-left: 1rem;
}

.common__inner__wrap {
	display: -webkit-flex;
	display: flex;
}
.common__inner__wrap__image {
	background: #ddd;
	width: 50%;
	max-height: -webkit-calc(100vh - 140px);
	max-height: calc(100vh - 140px);
	/*height: 590px;*/
	margin: 0 0 60px;
	position: relative;
}
.common__inner__wrap__image.img__whole {
	background: none;
	max-height: none;
	padding: 0 60px;
	box-sizing: border-box;
}
.common__inner__wrap__image::before {
	content: "";
	border-left: 45px solid transparent;
	border-top: 60px solid #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.common__inner__wrap.bg__gray .common__inner__wrap__image::before {
	border-top: 60px solid #fafafa;
}
.common__inner__wrap.img__rignt .common__inner__wrap__image::before {
	content: "";
	border-right: 45px solid transparent;
	border-left: none;
	left: 0;
	right: auto;
}
.common__inner__wrap__image::after {
    content: "";
	border-right: 45px solid transparent;
	border-bottom: 60px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.common__inner__wrap.bg__gray .common__inner__wrap__image::after {
	border-bottom: 60px solid #fafafa;
}
.common__inner__wrap.img__rignt .common__inner__wrap__image::after {
	content: "";
	border-left: 45px solid transparent;
	border-right: none;
	right: 0;
	left: auto;
}
.common__inner__wrap__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.common__inner__wrap__image.img__whole img {
	height: auto;
}
.common__inner__wrap__contents {
	background: #fafafa;
	width: 50%;
	margin-top: 60px;
	padding: 60px;
	box-sizing: border-box;
	position: relative;
}
.common__inner__wrap.bg__gray .common__inner__wrap__contents {
	background: #fff;
}
.common__inner__wrap.img__rignt .common__inner__wrap__contents {
	-webkit-order: -1;
	order: -1;
}
.common__inner__wrap__contents::before {
	content: "";
	border-left: 45px solid transparent;
	border-top: 60px solid #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.common__inner__wrap.bg__gray .common__inner__wrap__contents::before {
	border-top: 60px solid #fafafa;
}
.common__inner__wrap.img__rignt .common__inner__wrap__contents::before {
	content: "";
	border-right: 45px solid transparent;
	border-left: none;
	left: 0;
	right: auto;
}
.common__inner__wrap__contents::after {
    content: "";
	border-right: 45px solid transparent;
	border-bottom: 60px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.common__inner__wrap.bg__gray .common__inner__wrap__contents::after {
	border-bottom: 60px solid #fafafa;
}
.common__inner__wrap.img__rignt .common__inner__wrap__contents::after {
	content: "";
	border-left: 45px solid transparent;
	border-right: none;
	right: 0;
	left: auto;
}

.common__itemwrap {
	margin: 0 5vw;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.common__itemwrap__block {
	width: 42.5vw;
	padding: 0 45px;
	box-sizing: border-box;
	position: relative;
}
.common__itemwrap__block:nth-of-type(2n+1) {
	margin-top: 30px;
	margin-bottom: 60px;
}
.common__itemwrap__block:nth-of-type(2n) {
	margin-top: 90px;
}
.common__itemwrap__block:nth-of-type(1) {
	margin-top: 0;
}
.common__itemwrap__block:nth-of-type(2) {
	margin-top: 60px;
}
.common__itemwrap__block::before {
	content: "";
    border-right: 45px solid transparent;
    border-bottom: 60px solid #fff;
    position: absolute;
    top: 0;
	right: 0;
}
.common__itemwrap__block::after {
	content: "";
    border-left: 45px solid transparent;
    border-top: 60px solid #fff;
    position: absolute;
    bottom: 0;
	left: 0;
}
.common__itemwrap__block__inner {
	background: #fff;
	height: 100%;
	padding: 30px 0;
	color: #666;
	box-sizing: border-box;
}
.common__itemwrap__block__inner::before {
	content: "";
	background: #fff;
	width: 45px;
    position: absolute;
    top: 60px;
	right: 0;
	bottom: 0;
}
.common__itemwrap__block__inner::after {
	content: "";
	background: #fff;
	width: 45px;
    position: absolute;
	top: 0;
    bottom: 60px;
	left: 0;
}
.common__itemwrap__image {
	height: 300px;
	margin: 0 0 30px;
	position: relative;
}
.common__itemwrap__image::before {
	content: "";
    border-left: 45px solid transparent;
    border-top: 60px solid #fff;
    position: absolute;
    top: 0;
	right: 0;
}
.common__itemwrap__image::after {
	content: "";
    border-right: 45px solid transparent;
    border-bottom: 60px solid #fff;
    position: absolute;
    bottom: 0;
	left: 0;
}
.common__itemwrap__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.common__itemwrap__heading {
    font-size: 1.2rem;
    margin: 0 0 1rem;
    text-align: center;
    letter-spacing: 0.1em;
}

.common__table {
	max-width: 70vw;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.common__table > dt {
	width: 25%;
	padding: 20px 10px;
	border-bottom: #ddd solid 1px;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 1.8;
}
.common__table > dd {
	width: 75%;
	padding: 20px 10px;
	border-bottom: #ddd solid 1px;
	box-sizing: border-box;
	font-size: 0.9rem;
	line-height: 1.8;
}
.common__table__list__item {
	line-height: 1.8;
	position: relative;
}
.common__table__list__item + li {
	margin-top: 0.8rem;
}
.common__table__data {
	margin: 20px 0 0;
}
.common__table__data > dt {
	margin: 0 0 0.6rem;
	font-weight: bold;
}
.common__table__data > dd + dt{
	margin-top: 20px;
}
.common__table__data > dd {
	text-indent: 2rem;
}
.common__entry__window {
	max-width: 70vw;
	margin: 60px auto 0;
	border: #ddd solid 1px;
	box-sizing: border-box;
}
.common__entry__window__data {
	background: #fff;
	padding: 60px;
}
.common__entry__window__data dt {
	font-weight: bold;
	font-size: 1.2rem;
}
.common__entry__window__data dt:nth-of-type(n+2) {
	margin: 30px 0 0;
}
.common__entry__window__data dd {
	margin: 10px 0 0;
	line-height: 1.8;
}
.pankuzu {
	background: #fafafa;
	padding: 10px 50px;
}
.pankuzu__list {
	display: -webkit-flex;
	display: flex;
}
.pankuzu__list__item {
	font-size: 0.8rem;
	color: #999;
}
.pankuzu__list__item + li {
	margin-left: 30px;
	padding: 0 0 0 60px;
	position: relative;
}
.pankuzu__list__item + li::before {
	content: "";
	background: #000;
	width: 30px;
	height: 1px;
	margin: auto;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.page__title {
	display: -webkit-flex;
	display: flex;
	position: relative;
}
.page__title::before {
	content: "";
	background: #1d2088;
	width: 1px;
	position: absolute;
	top: -10vh;
	bottom: -10vh;
	left: 20px;
	z-index: 9;
	transform: rotate(-30deg);
	z-index: -1;
}
.page__title__block {
	width: 30%;
	padding: 120px 30px 0 5vw;
	box-sizing: border-box;
}
.page__title__sub {
	margin: 0 0 1rem;
	font-family: 'Ubuntu', sans-serif;
	color: #0068b5;
	font-size: 4rem;
	letter-spacing: 0.1em;
}
.page__title__heading {
	font-size: 2.6rem;
}
.page__title__nav {
	margin-top: 60px;
}
.page__title__nav__list {
}
.page__title__nav__list__item {
	border-bottom: #ddd solid 1px;
}
.page__title__nav__list__item a {
	padding: 10px;
	display: block;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	position: relative;
}
.page__title__nav__list__item > a::after {
	height: 10px;
	margin: auto;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
	font-size: 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
}
.page__title__image {
	background: #ddd;
	width: 70%;
	height: 70vh;
	margin-left: auto;
	position: relative;
	z-index: -1;
}
.page__title__image::before {
	content: "";
	border-right: 90px solid transparent;
	border-top: 120px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.page__title__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.page__title__object {
	width: 50%;
	height: 60vh;
	position: absolute;
	right: 2.5vw;
	/*left: 25%;*/
	bottom: -125px;
	z-index: -1;
}
.page__title__object img {
	width: 100%;
    height: 100%;
    object-fit: contain;
	object-position: 100% 100%;
	/*object-position: 0 100%;*/
}

.category__nav {
	margin: 0 0 60px;
	padding: 10px 0;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}
.category__nav__list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.category__nav__list__item + li {
    border-left: #ddd solid 1px;
}
.category__nav__list__item a {
	padding: 0 15px;
	display: block;
	line-height: 80px;
	letter-spacing: 0.1em;
}

article p + p {
	margin-top: 1rem;
}


/*===============================================
ページ内固定メニュー
===============================================*/

.page__fixnav {
	display: none;
	background: rgba(255, 255, 255, 0.88);
	min-width: -webkit-calc(15vw - 45px);
	min-width: calc(15vw - 45px);
	position: fixed;
	top: 180px;
	right: 15px;
	z-index: 10;
    border-radius: 5px;
}
.page__fixnav__list {
	padding: 0.5rem;
}
.page__fixnav__list__item {
	border-bottom: #ddd solid 1px;
}
.page__fixnav__list__item a {
	padding: 10px;
	display: block;
	font-size: 0.9rem;
}
.page__fixnav__list__item a::before {
	content: "";
	background: #ddd;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 0.5rem 0 0;
	border-radius: 50%;
}


/*===============================================
ヘッダー
===============================================*/

header {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 11;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.header__logo {
	margin: 0 auto 0 30px;
}
.header__menu {
	display: none;
}
.header__nav__close {
	display: none;
}
.header__nav__list {
	display: -webkit-flex;
	display: flex;
}
.header__nav__list__item > a {
	padding: 0 15px;
	display: block;
	color: #fff;
	line-height: 80px;
	letter-spacing: 0.1em;
	position: relative;
}
.header__nav__list__item:not(.nav__contact) > a {
	text-shadow: #000 0 0 5px;
}
.header__nav__list .nav__contact {
	background: #0068b5;
	margin: 0 0 0 15px;
	padding: 0 30px;
}
.nav__hover::before {
	width: 1rem;
	margin: auto;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 15px;
	left: 0;
	font-size: 10px;
	line-height: 1.0;
	text-align: center;
}
.header__nav__list__item__sub {
	background: #f5f5f5;
	width: 100%;
	padding: 10px;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	top: 120px;
	left: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	visibility: hidden;
	box-sizing: border-box;
}
.header__nav__list__item:hover > .header__nav__list__item__sub {
	transform: translateY(-40px);
	opacity: 1;
	visibility: visible;
}
.header__nav__list__item__sub__item {
	padding: 0 10px;
	flex-grow: 1;
}
.header__nav__list__item__sub__item a {
	background: #fff;
	width: 100%;
	/*padding: 10px;*/
	display: table;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	position: relative;
}
.header__nav__list__item__sub__item__thumb {
	background: #ddd;
	width: 80px;
	height: 80px;
	display: table-cell;
}
.header__nav__list__item__sub__item__thumb img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.header__nav__list__item__sub__item span {
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}
/*
.header__nav__list__item__sub__item a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
	height: 10px;
	font-size: 10px;
    font-weight: 900;
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
}*/

.onscroll {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 5px #ddd;
}
.onscroll .header__nav__list__item:not(.nav__contact) > a {
	color: #000;
	text-shadow: none;
}

/*===============================================
メインイメージページ
===============================================*/

.mainimage {
	position: relative;
	overflow: hidden;
}
.mainimage::before {
	content: "";
	background: #1d2088;
	width: 1px;
	position: absolute;
	top: -10vh;
	bottom: -10vh;
	left: 20px;
	z-index: 9;
	transform: rotate(-30deg);
}
.mainimage::after {
	content: "";
	background: #1d2088;
	width: 1px;
	position: absolute;
	top: -10vh;
	bottom: -10vh;
	right: 20px;
	z-index: 9;
	transform: rotate(-30deg);
}
.mainimage__heading {
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	position: absolute;
	top: 180px;
	left: 5vw;
	z-index: 1;
}
.mainimage__heading span {
	background: rgba(255, 255, 255, 0.88);
	margin: 0 0 1rem;
	padding: 2rem 0 2rem 2rem;
	display: inline-block;
	position: relative;
}
.mainimage__heading span::after {
	content: "";
	background: url(../images/top/bg_mainimage_heading.png);
	width: 24px;
	position: absolute;
	top: 0;
	right: -24px;
	bottom: 0;
}
.mainimage__heading strong {
	font-size: 3.2rem;
}
.mainimage__image {
	width: 80vw;
	height: -webkit-calc(100vh - 60px);
	height: calc(100vh - 60px);
	margin-left: auto;
	position: relative;
}
.mainimage__image::before {
	content: "";
    border-right: 90px solid transparent;
    border-top: 120px solid #fff;
    position: absolute;
    top: 0;
	left: 0;
}
.mainimage__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper__slide{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	z-index: -1;
}
.swiper__slide li{
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper__slide  li.active {
	z-index:9;
}
.swiper__slide li.last-active {
	z-index:8;
}

/*===============================================
トップページページ
===============================================*/

.top__news {
	display: -webkit-flex;
	display: flex;
}
.top__news__heading {
	background: #0068b5;
	margin-left: auto;
	padding: 0 15px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.2rem;
	line-height: 60px;
	letter-spacing: 0.1em;
	position: relative;
}
.top__news__heading::before {
	content: "";
    border-left: 45px solid transparent;
    border-top: 60px solid #0068b5;
    position: absolute;
    bottom: 0;
	left: -45px;
}
.top__news__list {
	background: #fafafa;
	width: 75%;
}
.top__news__list__item {
	line-height: 60px;
	padding: 0 30px;
	letter-spacing: 0.1em;
}
.top__news__list__item:nth-of-type(n+2) {
	display: none;
}
.top__news__list__item__date {
	font-size: 0.8rem;
	margin-right: 50px;
}
.top__news__list__item__heading a {
	text-decoration: underline;
}
.top__news__btn {
	width: 60px;
	height: 60px;
}
.top__news__btn a {
	background: #0068b5;
	height: 60px;
	display: block;
	color: #fff;
	text-align: center;
}
.top__news__btn a i {
	line-height: 60px;
}

.top__message {
	padding: 60px 0;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.top__message__object {
	height: 480px;
	position: absolute;
	top: 90px;
	left: 10vw;
}
.top__message__object img {
	width: auto;
	height: 100%;
}
.top__message__heading {
	color: #ef4100;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin: 0 0 2rem 42.5vw;
	position: relative;
	z-index: 2;
}
.top__message__txt {
	line-height: 1.8;
	margin: 0 0 0 42.5vw;
	position: relative;
	z-index: 2;
	text-shadow: #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px;
}
.top__message__txt + p {
	margin-top: 1rem;
}
.top__message__image {
	height: 320px;
	margin: -60px 0 0;
}
.top__message__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top__service {
	padding: 0 0 60px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.top__service::before {
	content: "";
	background: #fafafa;
	position: absolute;
	top: 300px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.top__service__image {
	height: 740px;
	margin: 0 20% 0 0;
	position: relative;
}
.top__service__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top__service__image::before {
	content: "";
    border-left: 90px solid transparent;
    border-top: 120px solid #fff;
    position: absolute;
    top: 0;
	right: 0;
}
.top__service__image::after {
	content: "";
	background: url(../images/common/pt_line.jpg);
	width: 20vw;
    position: absolute;
    top: 120px;
	right: -20vw;
	bottom: 0;
}
.top__service__object {
	height: 480px;
	position: absolute;
	top: 30px;
	right: 5vw;
}
.top__service__object img {
	width: auto;
	height: 480px;
}
.top__service__list {
	margin: -420px 5vw 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.top__service__list__item {
	width: 42.5vw;
	padding: 0 45px;
	box-sizing: border-box;
	position: relative;
}
.top__service__list__item:nth-of-type(2) {
	margin-top: 60px;
}
.top__service__list__item:nth-of-type(3) {
	margin-top: 15px;
}
.top__service__list__item:nth-of-type(4) {
	margin-top: 75px;
}
.top__service__list__item::before {
	content: "";
    border-right: 45px solid transparent;
    border-bottom: 60px solid #fff;
    position: absolute;
    top: 0;
	right: 0;
}
.top__service__list__item::after {
	content: "";
    border-left: 45px solid transparent;
    border-top: 60px solid #fff;
    position: absolute;
    bottom: 0;
	left: 0;
}
.top__service__list__item__inner {
	background: #fff;
	padding: 30px 0;
}
.top__service__list__item__inner::before {
	content: "";
	background: #fff;
	width: 45px;
    position: absolute;
    top: 60px;
	right: 0;
	bottom: 0;
}
.top__service__list__item__inner::after {
	content: "";
	background: #fff;
	width: 45px;
    position: absolute;
	top: 0;
    bottom: 60px;
	left: 0;
}
.top__service__list__item__no {
	background: #00aeef;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 3.2rem;
	text-align: center;
	line-height: 90px;
	color: #fff;
	position: absolute;
	top: -45px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
.top__service__list__item__image {
	height: 300px;
	margin: 0 0 30px;
	position: relative;
}
.top__service__list__item__image::before {
	content: "";
    border-left: 45px solid transparent;
    border-top: 60px solid #fff;
    position: absolute;
    top: 0;
	right: 0;
}
.top__service__list__item__image::after {
	content: "";
    border-right: 45px solid transparent;
    border-bottom: 60px solid #fff;
    position: absolute;
    bottom: 0;
	left: 0;
}
.top__service__list__item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top__service__list__item__heading {
	font-size: 1.2rem;
	margin: 0 0 1rem;
	text-align: center;
	letter-spacing: 0.1em;
}
.top__service__list__item__txt {
	color: #666;
	line-height: 1.8;
}
.top__service__list__item__btn {
	width: 240px;
	margin: 30px auto 0;
}
.top__service__list__item__btn a {
	background: #ef4100;
	width: auto;
	height: 60px;
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 60px;
	text-align: center;
	color: #fff;
}

.top__about {
	padding: 60px 0;
	position: relative;
}
.top__about__image {
	height: 740px;
	margin: 0 0 0 20%;
	position: relative;
}
.top__about__image::before {
	content: "";
    border-right: 90px solid transparent;
    border-top: 120px solid #fff;
    position: absolute;
    top: 0;
	left: 0;
}
.top__about__image::after {
	content: "";
	background: url(../images/common/pt_line.jpg);
	width: 20vw;
    position: absolute;
    top: 120px;
	left: -20vw;
	bottom: 0;
}
.top__about__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top__about__object {
	height: 480px;
	position: absolute;
	top: 90px;
	left: 5vw;
}
.top__about__object img {
	width: auto;
	height: 100%;
}
.top__about__slide {
	margin: -420px 0 60px 5vw;
	overflow: hidden;
}
.top__about__list {
	width: 190vw;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.top__about__list__item {
	width: -webkit-calc(75vw / 4);
	width: calc(75vw / 4);
	margin: 0 5vw 0 0;
}
.top__about__list__item:nth-of-type(2n) {
	margin-top: 60px;
}
.top__about__list__item a {
	padding: 0 45px;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	color: #000;
	position: relative;
}
.top__about__list__item a::before {
	content: "";
    border-right: 45px solid transparent;
    border-bottom: 60px solid #fff;
    position: absolute;
    top: 0;
	right: 0;
}
.top__about__list__item a::after {
	content: "";
    border-left: 45px solid transparent;
    border-top: 60px solid #fff;
    position: absolute;
    bottom: 0;
	left: 0;
}
.top__about__list__item__inner {
	background: #fff;
	padding: 60px 0;
}
.top__about__list__item__inner::before {
	content: "";
	background: #fff;
	width: 45px;
    position: absolute;
    top: 60px;
	right: 0;
	bottom: 0;
}
.top__about__list__item__inner::after {
	content: "";
	background: #fff;
	width: 45px;
    position: absolute;
	top: 0;
    bottom: 60px;
	left: 0;
}
.top__about__list__item__icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
}
.top__about__list__item__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.top__about__list__item__sub {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.4rem;
	margin: 0 0 30px;
}
.top__about__list__item__heading {
	font-size: 1.2rem;
}
.top__about__list__item__arw {
	width: 30px;
	height: 30px;
	margin: 30px auto 0;
}
.top__about__nav {
	width: 122px;
	margin: -30px 5vw 0 auto;
	position: relative;
}
.top__about__nav__list {
	display: -webkit-flex;
	display: flex;
}
.top__about__nav__list__item {
	width: 60px;
}
.top__about__nav__list__item + li {
	margin-left: 2px;
}
.top__about__nav__list__item a {
	background: #0068b5;
	height: 60px;
	display: block;
	color: #fff;
	text-align: center;
}
.top__about__nav__list__item a i {
	line-height: 60px;
}

/*===============================================
下部ボタンエリア
===============================================*/

.bottomarea__list {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.bottomarea__list__item {
	width: 50%;
	position: relative;
}
.bottomarea__list__item::before {
	content: "";
    border-left: 45px solid transparent;
    border-top: 60px solid #fff;
    position: absolute;
    top: 0;
	right: 0;
	z-index: 1;
}
.bottomarea__list__item::after {
	content: "";
    border-right: 45px solid transparent;
    border-bottom: 60px solid #fff;
    position: absolute;
    bottom: 0;
	left: 0;
	z-index: 1;
}
.bottomarea__list__item:nth-of-type(2) {
	margin-top: 60px;
}
.bottomarea__list__item a {
	padding: 60px 30px 120px;
	display: block;
	box-sizing: border-box;
	color: #fff;
	text-shadow: #1d2088 1px 1px 5px;
	position: relative;
	z-index: 0;
}
.bottomarea__list__item:nth-of-type(1) a {
	background: url(../images/common/bg_recruit.jpg) center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.bottomarea__list__item:nth-of-type(2) a {
	background: url(../images/common/bg_contact.jpg) center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.bottomarea__list__item a::before {
	content: "";
	background: rgba(29, 32, 136, 0.66);
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.bottomarea__list__item:nth-of-type(2) a::before {
	background: rgba(0, 104, 184, 0.66);
}
.bottomarea__list__item a::after {
	width: 30px;
	margin: 0 auto;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
	display: inline-block;
	font-size: 30px;
	position: absolute;
	right: 0;
	bottom: 60px;
	left: 0;
	text-shadow: none;
}
.bottomarea__list__item__hgroup {
	text-align: center;
	margin: 0 0 30px;
	letter-spacing: 0.1em;
}
.bottomarea__list__item__hgroup__sub {
	font-family: 'Ubuntu', sans-serif;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 1rem;
}
.bottomarea__list__item__hgroup__heading {
	font-size: 1.2rem;
}
.bottomarea__list__item__hgroup__txt {
	line-height: 1.8;
}

.btn_topto a {
	padding: 25px 0;
	display: block;
	color: #999;
	font-size: 0.8rem;
	text-align: center;
}


/*===============================================
フッター
===============================================*/

footer {
	display: -webkit-flex;
	display: flex;
}
.footer__nav {
	background: #1d2088;
	width: 75%;
	display: -webkit-flex;
	display: flex;
	padding: 60px 0;
	position: relative;
}
.footer__nav::before {
	content: "";
    border-left: 45px solid transparent;
    border-top: 60px solid #fff;
    position: absolute;
    top: 0;
	right: 0;
}
.footer__nav__list {
	width: 33.3%;
	padding: 0 30px;
	box-sizing: border-box;
}
.footer__nav__list__heading {
	margin: 0 0 30px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.1em;
}
.footer__nav__list dd:nth-of-type(n+2) {
	margin-top: 15px;
}
.footer__nav__list dd a {
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.footer__info {
	background: #0068b5;
	width: 25%;
	margin: 60px 0 0;
	padding: 60px 30px;
	box-sizing: border-box;
}
.footer__info__heading {
	margin: 0 0 30px;
}
.footer__info__txt {
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}


/*===============================================
ごあいさつページ
===============================================*/

.page__message__greeting__heading {
	max-width: 70vw;
	margin: 0 auto 2rem;
	color: #ef4100;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.page__message__greeting__auther {
	margin: 30px 0 0;
	text-align: right;
}
.page__message__greeting__auther dt {
	font-size: 0.9rem;
	margin: 0 0 1rem;
}


/*===============================================
会社概要・沿革ページ
===============================================*/

.page__profile__information__data__list__item__num {
	position: absolute;
	right: 50%;
}
.page__profile__history__data dd {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.page__profile__history__data dd + dd {
	margin-left: 25%;
}
.page__profile__history__data__date {
	width: 10%;
	font-size: 0.8rem;
}
.page__profile__history__data__heading {
	width: 90%;
	line-height: 1.8;
}

/*===============================================
本社・管理事務所ページ
===============================================*/

.page__access__access__list {
	background: #fafafa;
	margin: 0;
	padding: 5vw;
}
.page__access__access__list__item__map {
	height: 300px;
	margin: 0 0 30px;
	position: relative;
}
.page__access__access__list__item__map::before {
	content: "";
    border-left: 45px solid transparent;
    border-top: 60px solid #fff;
    position: absolute;
    top: 0;
	right: 0;
}
.page__access__access__list__item__map::after {
	content: "";
    border-right: 45px solid transparent;
    border-bottom: 60px solid #fff;
    position: absolute;
    bottom: 0;
	left: 0;
}
.page__access__access__list__item__map iframe {
	width: 100%;
	height: 100%;
}
.page__access__access__list__item__heading {
	color: #000;
	font-size: 1.2rem;
	margin: 0 0 1rem;
	text-align: center;
	letter-spacing: 0.1em;
}
.page__access__access__list__data {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0.9rem;
}
.page__access__access__list__data dt {
	width: 20%;
	padding: 10px;
	border-bottom: #ddd solid 1px;
	box-sizing: border-box;
	font-weight: bold;
}
.page__access__access__list__data dd {
	width: 80%;
	padding: 10px;
	border-bottom: #ddd solid 1px;
	box-sizing: border-box;
	font-size: 0.9rem;
}
.page__access__access__list__data__list__item {
	line-height: 1.4;
}
.page__access__access__list__data__list__item:nth-of-type(n+2) {
	margin-top: 0.5rem;
}


/*===============================================
事業紹介ページ
===============================================*/
.page__field__lead {
	position: relative;
	z-index: 1;
	text-shadow: #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px;
}
.page__field__image {
	background: url(../images/top/mainimage_01.jpg) center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: 50vh;
	margin: -40px 0 0;
	padding: 100px 0 180px;
	text-align: center;
}
.page__field__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.page__field__list {
	margin: -120px 5vw 0;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*-webkit-align-items: flex-start;
	align-items: flex-start;
	*/
}
.page__field__list__item {
	width: 33%;
	width: 24%;
	padding: 0 30px;
	position: relative;
	box-sizing: border-box;
}
.page__field__list__item::before {
	content: "";
    border-right: 30px solid transparent;
    border-bottom: 40px solid #fff;
    position: absolute;
    top: 0;
	right: 0;
}
.page__field__list__item::after {
	content: "";
    border-left: 30px solid transparent;
    border-top: 40px solid #fff;
    position: absolute;
    bottom: 0;
	left: 0;
}
.page__field__list__item:nth-of-type(2n) {
	margin-top: 40px;
}
.page__field__list__item:nth-of-type(2) {
}
.page__field__list__item__inner {
	background: #fff;
	padding: 75px 0 30px;
	padding: 75px 0 90px;
}
.page__field__list__item__inner::before {
	content: "";
	background: #fff;
	width: 30px;
    position: absolute;
    top: 40px;
	right: 0;
	bottom: 0;
}
.page__field__list__item__inner::after {
	content: "";
	background: #fff;
	width: 30px;
    position: absolute;
	top: 0;
    bottom: 40px;
	left: 0;
}
.page__field__list__item__no {
	background: #00aeef;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 3.2rem;
	text-align: center;
	line-height: 90px;
	color: #fff;
	position: absolute;
	top: -45px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
.page__field__list__item__heading {
	font-size: 1.4rem;
	margin: 0 0 2rem;
	text-align: center;
	letter-spacing: 0.1em;
}
.page__field__list__item__btn {
	width: 240px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.page__field__list__item__btn a {

	background: #ef4100;
	width: auto;
	height: 60px;
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 60px;
	text-align: center;
	color: #fff;
}

/*===============================================
SDGsの取り組みページ
===============================================*/
.page__sdgs__message__lead {
	margin: 0 auto 60px;
	text-align: center;
}
.page__sdgs__message__title {
	color: #ef4100;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}
.page__sdgs__message__list {
    margin: 2rem 5vw 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: start;
	align-items: start;
}
.page__sdgs__message__list li {
	width: 19%;
}
.page__sdgs__about__logo {
	text-align: center;
}
.page__sdgs__about__icon {
	max-width: 70vw;
    margin: 2rem auto 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page__sdgs__about__icon li {
	width: 16%;
}
.page__sdgs__about__icon li:nth-of-type(n+7) {
	margin-top: 0.6vw;
}

/*===============================================
決算報告書ページ
===============================================*/

.page__results__results__data dd {
	width: 37.5%;
	text-align: right;
}
.page__results__results__data dd a {
	line-height: 1.8;
}


/*===============================================
運転管理ページ
===============================================*/

.page__plant__edition__list {
	margin: 60px 5vw;
}
.page__plant__edition__list__heading {
	font-size: 1.2rem;
	margin: 0 0 2rem;
	text-align: center;
	letter-spacing: 0.1em;
}
.page__plant__training__example {
	margin: 2rem 0 0;
	padding: 5vw;
	background: #fafafa;
}
.page__plant__training__example__image {
	height: 300px;
	margin: 0 0 30px;
	position: relative;
}
.page__plant__training__example__image::before {
	content: "";
    border-left: 45px solid transparent;
    border-top: 60px solid #fff;
    position: absolute;
    top: 0;
	right: 0;
}
.page__plant__training__example__image::after {
	content: "";
    border-right: 45px solid transparent;
    border-bottom: 60px solid #fff;
    position: absolute;
    bottom: 0;
	left: 0;
}
.page__plant__training__example__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page__plant__training__example__heading {
	font-size: 1.2rem;
	margin: 0 0 1rem;
	text-align: center;
	letter-spacing: 0.1em;
}
.page__plant__training__example__list {
	padding: 1rem;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0.9rem;
	color: #666;
	border: #ddd solid 1px;
}
.page__plant__training__example__list li {
	width: 50%;
}
.page__plant__training__example__list li:nth-of-type(n+3) {
	margin-top: 1rem;
}


/*===============================================
技術支援ページ
===============================================*/

.page__support__construction__example {
	margin-top: 60px;
}
.page__support__management__example {
	margin: 45px 0 0;
}
.page__support__construction__example__list li,
.page__support__management__example__list li {
	padding: 0 0 0 2rem;
	color: #666;
	font-size: 0.9rem;
	position: relative;
}
.page__support__construction__example__list li + li,
.page__support__management__example__list li + li {
	margin-top: 1rem;
}
.page__support__construction__example__list li::before,
.page__support__management__example__list li::before  {
	content: "-";
	position: absolute;
	left: 1rem;
}

/*===============================================
焼却灰資源化ページ
===============================================*/

.page__recycle__about__image {
	max-width: 70vw;
	margin: 60px auto 0;
	text-align: center;
}
.page__recycle__about__image img {
	max-width: 100%;
}
.page__recycle__management__example__list__item {
	padding: 0 0 0 2rem;
	color: #666;
	font-size: 0.9rem;
	line-height: 1.6;
	position: relative;
}
.page__recycle__management__example__list__item + li {
	margin-top: 1rem;
}
.page__recycle__management__example__list__item::before {
	content: "-";
	position: absolute;
	left: 1rem;
}
.page__recycle__consulting__example__list__item {
	padding: 0 0 0 2rem;
	color: #666;
	font-size: 0.9rem;
	line-height: 1.6;
	position: relative;
}
.page__recycle__consulting__example__list__item + li {
	margin-top: 1rem;
}
.page__recycle__consulting__example__list__item::before {
	content: "-";
	position: absolute;
	left: 1rem;
}

/*===============================================
新電力ページ
===============================================*/

.page__energy__about__image {
	max-width: 70vw;
	margin: 60px auto 0;
	text-align: center;
}
.page__energy__about__image img {
	max-width: 100%;
}
.page__energy__change {
	padding: 60px 0 0;
}
.page__energy__change__image {
	max-width: 70vw;
	margin: 60px auto 0;
	text-align: center;
}
.page__energy__change__image img {
	max-width: 100%;
}
.page__energy__warming {
	padding: 60px 0 0;
}
.page__energy__warming__image {
	max-width: 70vw;
	margin: 60px auto;
	text-align: center;
}
.page__energy__warming__image img {
	max-width: 100%;
}
.page__energy__warming__data {
	margin-top: 60px;
}
.page__energy__warming__data dt {
	width: 40%;
}
.page__energy__warming__data dd {
	width: 60%;
}
.page__energy__privacy {
	padding: 60px 0 0;
}
.page__energy__privacy__list {
	max-width: 70vw;
	margin: 60px auto 0;
}
.page__energy__agreement {
	padding: 60px 0 0;
}
.page__energy__entry__heading {
	max-width: 70vw;
	margin: 0 auto 2rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 1.2rem;
    letter-spacing: 0.1em;
}
.page__energy__entry__heading::before,
.page__energy__entry__heading::after {
	content: "";
	background: #1d2088;
	height: 1px;
	display: block;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.page__energy__entry__heading::before {
	margin-right: 1rem;
}
.page__energy__entry__heading::after {
	margin-left: 1rem;
}
.page__energy__report__data dd {
	width: 37.5%;
	text-align: right;
}
.page__energy__entry__sheet {
	width: 70vw;
	border-collapse: collapse;
	margin: 60px auto 0;
}
.page__energy__entry__sheet th {
	background: #4773cb;
	color: #fff;
	padding: 20px 10px;
	border: #fff solid 1px;
	text-align: center;
}
.page__energy__entry__sheet td {
	background: #cfd8f0;
	padding: 20px 10px;
	border: #fff solid 1px;
	text-align: center;
}
.page__energy__entry__sheet tr:nth-of-type(2n+1) td {
	background: #efeefb;
}
.page__energy__entry__window {
	max-width: 70vw;
	margin: 60px auto 0;
	border: #ddd solid 1px;
	box-sizing: border-box;
}
.page__energy__entry__window__data {
	background: #fff;
	padding: 60px;
}
.page__energy__entry__window__data dt {
	font-weight: bold;
	font-size: 1.2rem;
}
.page__energy__entry__window__data dt:nth-of-type(n+2) {
	margin: 30px 0 0;
}
.page__energy__entry__window__data dd {
	margin: 10px 0 0;
	line-height: 1.8;
}

/*===============================================
採用情報ページ
===============================================*/

.page__recruit__requirements__window {
	max-width: 70vw;
	margin: 60px auto 0;
	border: #ddd solid 1px;
	box-sizing: border-box;
}
.page__recruit__requirements__window__data {
	padding: 60px;
}
.page__recruit__requirements__window__data dt {
	font-weight: bold;
	font-size: 1.2rem;
}
.page__recruit__requirements__window__data dt:nth-of-type(n+2) {
	margin: 30px 0 0;
}
.page__recruit__requirements__window__data dd {
	margin: 10px 0 0;
	line-height: 1.8;
}
.page__recruit__requirements__window__data dd.tel span {
	font-family: 'Ubuntu', sans-serif;
	font-size: 2rem;
}
.page__recruit__requirements .common__subheading:nth-of-type(n+2) {
	margin-top: 60px;
}
.page__recruit__requirements__lead {
	margin-bottom: 45px;
}
.page__recruit__requirements__bnr {
	max-width: 70vw;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
}
.page__recruit__schedule__list {
	width: 90vw;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
}
.page__recruit__schedule__list::before {
	content: "";
	background: #ddd;
	width: 1px;
	margin: auto;
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 60px;
	left: 0;
}
.page__recruit__schedule__list__item {
	width: 40vw;
	padding: 0 45px;
	box-sizing: border-box;
	position: relative;
}
.page__recruit__schedule__list__item:nth-of-type(2n) {
	margin: 60px 0 0 auto;
}
.page__recruit__schedule__list__item::before {
	content: "";
    border-right: 45px solid transparent;
    border-bottom: 60px solid #fff;
    position: absolute;
    top: 0;
	right: 0;
}
.page__recruit__schedule__list__item::after {
	content: "";
	background: #fff;
	width: 45px;
    position: absolute;
	top: 0;
    bottom: 60px;
	left: 0;
}
.page__recruit__schedule__list__item__time {
	width: 10vw;
	height: 90px;
	margin: auto;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 90px;
	color: #fff;
	position: absolute;
	z-index: 0;
}
.page__recruit__schedule__list__item:nth-of-type(2n+1) .page__recruit__schedule__list__item__time {
	top: 60px;
	right: -10vw;
}
.page__recruit__schedule__list__item:nth-of-type(2n) .page__recruit__schedule__list__item__time {
	bottom: 60px;
	left: -10vw;
}
.page__recruit__schedule__list__item__time::before {
	content: "";
	background: #00aeef;
	width: 90px;
	height: 90px;
	margin: auto;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.page__recruit__schedule__list__item__time::after {
	content: "";
	background: #ddd;
	height: 1px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -2;
}
.page__recruit__schedule__list__item:nth-of-type(2n+1) .page__recruit__schedule__list__item__time::after {
	right: 50%;
	left: 0;
}
.page__recruit__schedule__list__item:nth-of-type(2n) .page__recruit__schedule__list__item__time::after {
	right: 0;
	left: 50%;
}
.page__recruit__schedule__list__item__inner {
	background: #fff;
    padding: 30px 0;
}
.page__recruit__schedule__list__item__inner::after {
	content: "";
    border-left: 45px solid transparent;
    border-top: 60px solid #fff;
    position: absolute;
    bottom: 0;
	left: 0;
}
.page__recruit__schedule__list__item__inner::before {
	content: "";
	background: #fff;
	width: 45px;
    position: absolute;
    top: 60px;
	right: 0;
	bottom: 0;
}
.page__recruit__schedule__list__item__image {
	height: 300px;
	margin: 0 0 30px;
	position: relative;
}
.page__recruit__schedule__list__item__image::before {
	content: "";
	border-left: 45px solid transparent;
	border-top: 60px solid #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.page__recruit__schedule__list__item__image::after {
	content: "";
	border-right: 45px solid transparent;
	border-bottom: 60px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.page__recruit__schedule__list__item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page__recruit__schedule__list__item__heading {
	margin: 0 0 1rem;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.page__recruit__interview__list__item:nth-of-type(n+2) {
	margin-top: 60px;
}
.page__recruit__interview__list__item__image img {
	object-position: 50% 0;
}
.page__recruit__interview__list__item__data {
	background: rgba(29, 32, 136, 0.66);
	padding: 0 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 60px;
	text-align: right;
}
.page__recruit__interview__list__item__data dt {
	margin: 0 2rem 0 0;
	font-size: 1rem;
	display: inline-block;
}
.page__recruit__interview__list__item__data dd {
	display: inline-block;
	font-size: 1.2rem;
}
.page__recruit__interview__list__item__comment__heading {
	margin: 0 0 2rem;
	font-size: 2rem;
	line-height: 1.8;
}
.page__recruit__interview__list__item__comment__question {
	margin: 0 0 1rem;
	padding: 0 0 0 3rem;
	font-size: 1.2rem;
	position: relative;
}
.page__recruit__interview__list__item__comment__question::before {
	content: "";
    background: #1d2088;
	width: 2rem;
	height: 1px;
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.page__recruit__interview__list__item__comment__question:nth-of-type(n+2) {
	margin-top: 2rem
}

/*===============================================
お問い合わせページ
===============================================*/
.page__contact__lead {
	margin-bottom: 60px;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"]{
	width: 100%;
	padding: 1rem;
	border: #ddd solid 1px;
	box-sizing: border-box;
}
form textarea {
	width: 100%;
	height: 20rem;
	padding: 1rem;
	border: #ddd solid 1px;
	box-sizing: border-box;
}
form .caution {
	margin: 0 0 1rem;
	color: #f00;
	font-weight: bold;
}
.common__form__submite {
	margin: 4rem 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.common__form__submite li {
	margin: 0 1rem;
}
.common__form__submite li input[type="button"],
.common__form__submite li input[type="submit"] {
	cursor: pointer;
	width: 360px;
	background: #ef4100;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	border: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.common__form__submite li input[type="button"]:hover,
.common__form__submite li input[type="submit"]:hover {
	opacity: 0.8;
}
.page__contact__window {
	max-width: 70vw;
	margin: 60px auto 0;
	padding: 60px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border: #ddd solid 1px;
	position: relative;
}
.page__contact__window::before {
	content: "";
	background: #ddd;
	width: 1px;
	margin: auto;
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 60px;
	left: 0;
}
.page__contact__window__data {
	width: 50%;
	padding: 0 60px;
	box-sizing: border-box;
}
.page__contact__window__data:nth-of-type(n+3) {
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
}
.page__contact__window__data:nth-of-type(n+3)::before {
	content: "";
	background: #ddd;
	height: 1px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 60px;
	left: 60px;
}
.page__contact__window__data dt {
	font-weight: bold;
	font-size: 1.2rem;
}
.page__contact__window__data dt:nth-of-type(n+2) {
	margin: 30px 0 0;
}
.page__contact__window__data dd {
	margin: 10px 0 0;
	line-height: 1.8;
}
.page__contact__window__data dd.tel span {
	font-family: 'Ubuntu', sans-serif;
	font-size: 2rem;
}
}
