@charset "UTF-8";

/*----------------------------------------------------------------
  Common Styles
  ----------------------------------------------------------------*/

.d-sp,
.top-jumbotron-item .d-sp {
	display: none;
}

.inner {
	max-width: 1024px;
	margin: 0 auto;
}

.content-header {
	margin-bottom: 60px;
	font-size: 2.4rem;
}

.content-header[id] {
	padding-top: 100px;
	margin-top: -100px;
}

.content-header-noline {
	margin-bottom: 40px;
	font-size: 4rem;
}

.fade-trigger-out figure,
.fade-trigger-out dl {
	top: 40px;
	opacity: 0;
}

.fade-trigger-in figure,
.fade-trigger-in dl {
	top: 0;
	opacity: 1;
}

/*----------------------------------------------------------------
  Page Header
  ----------------------------------------------------------------*/

.page-header-fix {
	padding-top: 100px;
}

.header-logo {
	margin: 0 auto 0 50px;
}

.header-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-nav-link {
	display: flex;
	height: 100px;
	margin-right: 25px;
	padding-right: 1px;
	background: #fff linear-gradient(to left, #4d4d4d 0px, #4d4d4d 1px, #fff 1px, #fff 100%) center / 100% 1.6rem no-repeat;
	list-style-type: none;
}

.page-header-fix .header-nav-link {
	height: 70px;
}

.header-nav-link li {
	height: 100%;
	padding-left: 1px;
	background: #fff linear-gradient(to right, #4d4d4d 0px, #4d4d4d 1px, #fff 1px, #fff 100%) center / 100% 1.6rem no-repeat;
}

.header-nav-link a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 24px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6rem;
	color: inherit;
	transition: color 0.3s;
}

.header-nav-link a:hover,
.header-nav-link a:active,
.header-nav-link .current a {
	color: #e95513;
}

.header-nav-link a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: calc(100% - 20px);
	height: 6px;
	background-color: #e95513;
	opacity: 0;
	transition: opacity 0.3s;
}

.header-nav-link a:hover::after,
.header-nav-link a:active::after,
.header-nav-link .current a::after {
	opacity: 1;
}

.header-nav-contact,
.header-nav-toggle {
	width: 100px;
	height: 100px;
}

.page-header-fix .header-nav-contact,
.page-header-fix .header-nav-toggle {
	width: 70px;
	height: 70px;
}

.header-nav-contact {
	margin-left: 10px;
}

.header-nav-contact span,
.header-nav-toggle span {
	display: block;
	min-height: 1px;
	margin-bottom: 14px;
}

.header-nav-toggle-main {
	right: -600px;
	width: 600px;
	padding: 20px 35px 20px 80px;
	transition: right 0.5s;
}

.header-nav-toggle-main label {
	display: block;
	width: 24px;
	margin: 0 0 20px auto;
}

.header-nav-toggle-main h2 {
	margin-bottom: 20px;
	font-size: 3.2rem;
}

.header-nav-toggle-main h2::after {
	font-size: 1.4rem;
}

.header-nav-toggle-main li {
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	font-size: 2rem;
}

.header-nav-toggle-main li li {
	border-bottom: none;
}

@media screen and ( max-width: 1650px ), print {
	.header-logo {
		width: 18vw;
		margin-left: 25px;
	}

	.header-nav-link {
		height: 4.5vw;
		margin-right: 20px;
	}

	.header-nav-link a {
		font-size: 0.96vw;
		padding: 0 1vw;
	}

	.header-nav-tel {
		width: 16vw;
	}

	.header-nav-contact,
	.header-nav-toggle {
		width: 4.5vw;
		height: 4.5vw;
		font-size: 0.95vw;
	}

	.header-nav-contact span,
	.header-nav-toggle span {
		width: 45%;
		margin-bottom: 5px;
	}
}

@media screen and ( max-width: 1024px ), print {
	.header-logo {
		width: 14vw;
	}

	.header-nav-link {
		margin-right: 10px;
	}

	.header-nav-contact,
	.header-nav-toggle {
		min-width: 40px;
		min-height: 40px;
		font-size: 0.8vw;
	}
}

.page-title {
	height: 240px;
	margin-bottom: 20px;
}

.page-title h2 {
	font-weight: bold;
	font-size: 4rem;
}

.breadcrumbs {
	margin-bottom: 120px;
}

/*----------------------------------------------------------------
  top
  ----------------------------------------------------------------*/

.top-intro {
	margin-bottom: 50px;
	padding: 60px 0;
}

.top-intro li {
	width: calc( 33% - 1px );
	height: 340px;
}

.top-intro img {
	margin-bottom: 30px;
}

.top-intro dl {
	width: calc( 100% - 80px );
}

.top-intro dt {
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.top-lineup {
	margin-bottom: 120px;
}

.top-lineup-wrapper {
	max-width: 1560px;
}

.top-lineup-item {
	width: calc( 50% / 3 );
	padding: 0 10px;
}

.top-lineup-btn {
	width: 20px;
	height: 40px;
}

.top-lineup-prev {
	right: -40px;
}

.top-lineup-next {
	left: -40px;
}

@media screen and (max-width: 1560px), print {
	.top-lineup-prev {
		right: 0;
	}

	.top-lineup-next {
		left: 0;
	}
}

.top-map {
	margin-bottom: 110px;
}

.top-map iframe {
	height: 500px;
}

.top-info {
	margin-bottom: 150px;
}

.top-info-list {
	margin-bottom: 50px;
}

.top-info-list li {
	padding: 15px 0;
}

.top-info-item-cat {
	width: 150px;
}

.top-info-item-title {
	width: calc( 100% - 280px );
}

.top-info-item-all {
	text-align: center;
}

/*----------------------------------------------------------------
  Info
  ----------------------------------------------------------------*/

.top-info-archive {
	margin-bottom: 200px;
}

.top-info-archive ul {
	margin-bottom: 60px;
}

.top-info-single {
	margin: -60px auto 200px;
}

.top-info-single h1 {
	margin-bottom: 60px;
	font-size: 4rem;
	font-weight: bold;
}

.top-info-single time {
	margin-bottom: 50px;
}

.top-info-single-photo {
	margin: 60px 0;
}

.top-info-single-photo li {
	width: 31.25%;
	margin-right: 3.125%;
}

.top-info-single .btn-contact {
	margin-top: 80px;
	margin-bottom: 160px;
}

/*----------------------------------------------------------------
  Products
  ----------------------------------------------------------------*/

.top-product-archive {
	margin-bottom: 140px;
}

.top-product-archive-text {
	margin-bottom: 130px;
}

.top-product-archive-category {
	max-width: 824px;
	margin-bottom: 90px;
}

.top-product-list li {
	width: 21.484375%;
	margin: 0 4.6875% 4.6875% 0;
}

.top-product-list li:nth-of-type( 4n ) {
	margin-right: 0;
}

.top-product-list li:nth-last-of-type( -1n + 4 ) {
	margin-bottom: 0;
}

.product-list-photo {
	display: block;
	margin-bottom: 15px;
}

.nav-category-list {
	width: 100%;
	max-width: 824px;
	margin: 0 auto;
}

.nav-category-list li {
	width: calc( 25% - 6px );
	margin: 0 3px 6px;
}

.top-product-archive .top-info-nav {
	margin-bottom: 80px;
}

.top-product-addtext {
	margin: -50px 0 60px;
}

.product-info {
	width: 600px;
	margin: 0 auto 40px;
}

.product-info figure {
	margin-bottom: 30px;
}

.product-single-cat {
	margin-bottom: 36px;
}

.product-single-cat li {
	width: 144px;
	margin-bottom: 8px;
}

.product-info-description {
	margin-bottom: 40px;
}

.product-info-gallery {
	margin-bottom: 70px;
}

.product-info-special {
	width: 600px;
	margin: 0 auto 100px;
}

/*----------------------------------------------------------------
  Recruit
  ----------------------------------------------------------------*/

.top-recruit-archive {
	margin-bottom: 300px;
}

.recruit-intro {
	margin-bottom: 70px;
}

.top-recruit-archive figure {
	margin-bottom: 60px;
}

.recruit-list .recruit-btn {
	margin-top: 80px;
}

.recruit-list li {
	margin: 0 0 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #4d4d4d;
}

.recruit-list h3 {
	margin-bottom: 60px;
	font-size: 4rem;
	font-weight: bold;
}

/*----------------------------------------------------------------
  Page (equipment)
  ----------------------------------------------------------------*/

.page-equipment .content-header-noline {
	margin-bottom: 50px;
}

.page-equipment p {
	margin-bottom: 60px;
}

.equipment-step {
	margin-bottom: 150px;
}

.equipment-step li {
	width: 25%;
	max-width: 220px;
	margin-bottom: 50px;
}

.equipment-step li:nth-of-type( 4n+1 ) {
	border-radius: 10px;
	overflow: hidden;
}

.equipment-step li:nth-last-of-type( -1n+4 ) {
	margin-bottom: 0;
}

.equipment-flow {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.equipment-flow-text,
.equipment-flow-photo {
	width: 220px;
}

.equipment-flow-text li:not(:last-of-type) {
	margin-bottom: 50px;
}

.equipment-flow-text dt {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #007389;
}

.equipment-flow-text dd {
	min-height: 6.3rem;
}

.equipment-flow-main {
	width: calc( 100% - 440px );
	max-width: 440px
}

.equipment-flow-photo li:not(:last-of-type) {
	margin-bottom: 40px;
}

/*----------------------------------------------------------------
  Page (corporate)
  ----------------------------------------------------------------*/

.corporate-table {
	margin: -20px auto 135px;
}

.corporate-table dt {
	width: 160px;
	padding: 9px 0 9px 20px;
	border-bottom: 1px solid #808080;
	font-weight: bold;
}

.corporate-table dd {
	width: calc( 100% - 160px );
	padding: 9px 20px;
	border-bottom: 1px solid #808080;
}

.page-corporate figure {
	margin: -30px auto 130px;
}

.page-corporate iframe {
	width: 100%;
	height: 400px;
	border: none;
}

/*----------------------------------------------------------------
  Page (reason)
  ----------------------------------------------------------------*/

.page-reason {
	margin-bottom: 170px;
}

.page-reason .inner {
	margin-bottom: 110px;
}

.page-reason-list .inner {
	margin: 0;
}

.page-reason-list li {
	display: flex;
}

.page-reason-list li:nth-of-type( even ) {
	flex-direction: row-reverse;
}

.page-reason-list figure {
	width: 50%;
	min-height: 1px;
	margin: 0 70px 0 0;
}

.page-reason-list > li:nth-of-type( 1 ) > figure {
	background: transparent url( ../../img/reason_1.jpg ) center / cover no-repeat;
}

.page-reason-list > li:nth-of-type( 2 ) > figure {
	background: transparent url( ../../img/reason_2.jpg ) center / cover no-repeat;
}

.page-reason-list > li:nth-of-type( 3 ) > figure {
	background: transparent url( ../../img/reason_3.jpg ) center / cover no-repeat;
}

.page-reason-list li:nth-of-type( even ) figure {
	margin: 0 0 0 70px;
}

.page-reason-list dl {
	width: calc(50% - 70px);
	max-width: 380px;
	padding: 70px 0;
}

.page-reason-list dt {
	margin-bottom: 35px;
}

/*----------------------------------------------------------------
  Page (privacy)
  ----------------------------------------------------------------*/

.privacy-text {
	margin-bottom: 100px;
}

/*----------------------------------------------------------------
  Page (csr)
  ----------------------------------------------------------------*/

.page-csr {
	margin-bottom: 275px;
}

.page-csr-list > li:nth-of-type( 1 ) > figure {
	background: transparent url( ../../img/csr_1.jpg ) center / cover no-repeat;
}

.page-csr-list > li:nth-of-type( 2 ) > figure {
	background: transparent url( ../../img/csr_2.jpg ) center / cover no-repeat;
}

.page-csr-item {
	display: flex;
}

.page-csr-item:nth-of-type( odd ) {
	flex-direction: row-reverse;
}

.page-csr-item figure {
	width: 50%;
	margin: 0 50px 0 0;
}

.page-csr-item:nth-of-type( odd ) figure {
	margin: 0 0 0 50px;
}

.page-csr-item dl {
	width: calc(50% - 50px);
	max-width: 532px;
	margin: 0;
}

.page-csr-item:nth-of-type( 1 ) dl {
	padding: 0 0 70px 50px;
}

.page-csr-item:nth-of-type( 2 ) dl {
	padding: 70px 50px 0 0;
}

.page-csr-item dl figure {
	width: 100%;
	margin: 30px 0 0;
}

.page-csr-item dl dt {
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-size: 2.4rem;
}

.page-csr-item dl dd {
	margin-bottom: 80px;
}

.page-csr-item dd:last-of-type {
	margin-bottom: 0;
}

/*----------------------------------------------------------------
  Page (contact)
  ----------------------------------------------------------------*/

.page-contact .content-header {
	margin-bottom: 40px;
}

.contact-tel {
	margin-bottom: 200px;
	padding: 40px;
}

.contact-main {
	margin: 0 0 240px;
}

.contact-main-form-wrapper {
	justify-content: space-between;
	margin: 60px 0 100px;
}

.contact-main-name {
	width: 150px;
	margin-bottom: 30px;
	padding: 10px 0;
	font-size: 1.8rem;
}

.contact-main-check {
	width: 60px;
	padding: 5px 0;
	margin-bottom: 30px;
}

.contact-main-form {
	width: calc( 100% - 270px );
	margin-bottom: 30px;
}

.contact-main-form-text {
	padding: 5px 0 0;
}

.contact-main-btn input {
	width: calc( 100% - 20px );
	margin: 0 10px;
}

/*----------------------------------------------------------------
  Page Footer
  ----------------------------------------------------------------*/

.footer-sub-bnr {
    width: 234px;
}

.footer-sub-bnr p {
    display: none;
}

.footer-sub-bnr img {
	width: 100%;
    height: auto;
}

@media only screen and (min-width: 900px) {
    .footer-sub-bnr {
        width: 45%;
        text-align: left;
    }

    .footer-sub-bnr div {
        display: inline-block;
        width: 48%;
        height: auto;
    }

    .footer-sub-bnr div:first-child {
        margin-right: 10px;
    }

    .footer-sub-bnr p {
        display: inline;
        color: #000000;
        font-size: 1.2rem;
    }

    .footer-sub-bnr p span {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .footer-sub-bnr {
        width: 48%;
        margin-left: 20px;
        padding-left: 10px;
    }

    .footer-sub-bnr div {
        max-width: 220px;
    }

    .footer-sub-bnr div:first-child {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-sub-bnr {
        width: 50%;
    }

    .footer-sub-bnr div {
        max-width: 234px;
    }
}

.footer-sub-contact a {
	flex-direction: column;
	width: 140px;
	height: 140px;
	line-height: 1.33;
	font-size: 1.8rem;
}

.footer-sub-contact a img {
	margin-bottom: 10px;
}

.page-footer {
	padding: 35px 0 20px;
}

.page-footer-logo {
	width: calc( 100% - 660px );
	margin: 0 40px 40px 0;
}

.page-footer-nav {
	width: 200px;
	margin: 0 40px 40px 0;
}

.page-footer-nav.scd {
	width: 160px;
}

.page-footer-nav-sub {
	width: 180px;
    margin-bottom: 20px;
}

.page-footer-nav-sub .list-n:last-child {
    margin-top: 20px;
}

.page-footer-nav-sub .list-n li li {
    margin-left: 35px;
	list-style-type: disc;
}

.btn-page-top {
	right: 20px;
	bottom: 20px;
	width: 4.8rem;
	border-radius: 5px;
	font-size: 3.2rem;
}

/*----------------------------------------------------------------
  Special Contents Page (folte-ex)
  ----------------------------------------------------------------*/
.page-folte-ex-sp .blk {
    margin: 3.0rem 0;
}

.page-folte-ex-sp .divider {
    border-bottom: 1px dotted #CCC;
}

.page-folte-ex-sp .inner h3 {
    margin: 2.0rem 0;
    color: #00479d;
    font-size: 2.0rem;
    font-weight: bold;
}

.page-folte-ex-sp .inner h4 {
    margin-bottom: 1.5rem;
    padding-bottom: 1.0rem;
    border-bottom: 1px solid #CCC;
    color: #e4007f;
    font-size: 2.0rem;
}

.page-folte-ex-sp .inner h5 {
    margin-top: 3.0rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #CCC;
    color: #00479d;
    font-size: 2.0rem;
}

.page-folte-ex-sp .inner p {
    margin-bottom: 0.5rem;
}

.page-folte-ex-sp .note {
    padding: 3.0rem;
    border: 10px solid #c5ecff;
}

.page-folte-ex-sp .note01 figure {
    float: left;
    width: 240px;
    height: auto;
    margin-right: 3.0rem;
}

.page-folte-ex-sp .note02 ul {
    margin: 2.0rem 3.0rem 5.0rem;
}

.page-folte-ex-sp .scene ul {
    list-style: none;
}

.page-folte-ex-sp .scene li {
    display: inline-block;
    width: 31.0%;
    margin-right: 3%;
    margin-bottom: 3.0rem;
}

.page-folte-ex-sp .scene li:nth-child(3n) {
    margin-right: 0;
}

.page-folte-ex-sp .scene li:nth-child(n+7) {
    margin-bottom: 0;
}

.page-folte-ex-sp .scene li h3 {
    margin-bottom: 1.0rem;
    border-bottom: 1px solid #CCC;
}

.page-folte-ex-sp .spec ul {
    list-style: none;
    text-indent: 1.0rem;
}

.page-folte-ex-sp .spec span {
    font-weight: bold;
}

.page-folte-ex-sp .btn {
    margin-bottom: 5.0rem;
}

.page-folte-ex-sp .btn div {
    display: inline-block;
    width: 300px;
}

.page-folte-ex-sp .btn div:first-child {
    margin-right: 3.0rem;
}

.page-folte-ex-sp .btn a {
    display: block;
    width: 300px;
    height: 75px;
    text-indent: -9999px;
    transition: all 0.5s;
}

.page-folte-ex-sp .mail a {
    background: url("../../img/inq_01.png") center center no-repeat;
    background-size: 100% 75px;
}

.page-folte-ex-sp .mail a:hover {
    background: url("../../img/inq_01-2.png") center center no-repeat;
    background-size: 100% 75px;
}

.page-folte-ex-sp .shop a {
    background: url("../../img/inq_02.png") center center no-repeat;
    background-size: 100% 75px;
}

.page-folte-ex-sp .shop a:hover {
    background: url("../../img/inq_02-2.png") center center no-repeat;
    background-size: 100% 75px;
}
