@charset "utf-8";
/*------------------------------------------------------------
    contract (2025.05)
------------------------------------------------------------*/
section,div {
    font-size: 1.5rem;
}
.section {
 margin: 0 auto 60px;   
 padding-bottom: 32px;
 border-bottom: 3px solid #ccc;
}
.section figure {
    margin: 16px auto;
}
.section picture,
.section img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.section h2 {
    font-size: 3.2rem;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 16px;
}
.section h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 16px;
}
.section h4 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #595757;
    margin-top: 24px;
    margin-bottom: 16px;
}
.section .list_01 {
    margin: 16px auto;
}
.section .list_01 li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 1.6rem;
}
.section .list_01 li span {
    color: #c30d23;
}
.section .list_02 {
    margin: 16px auto;
}
.section .list_02 li {
    margin: 12px 0;
    background: #c3e0de;
    border: 3px solid #ccc;
    border-radius: 36px;
    padding: 12px 32px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}
.section .box_btn {
    margin: 32px auto;
    text-align: center;
}
.section .btn_01 {
    border: 3px solid #F8B62D;
    border-radius: 36px;
    padding: 12px 32px;
    font-size: 2.0rem;
    font-weight: bold;
}

.section p {
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 auto 16px;
}
.section._hero {
    margin: 40px auto;
}
.section._hero h1 {
    color: #c30d23;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 16px;
}
.section._hero picture,
.section._hero picture img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.section._hero p {
    margin-top: 24px;
}

.section._intro {
    max-width: 640px;
}
.section._intro h2 {
    font-size: 3.2rem;
    font-weight: 600;
}
.section._intro figure {
    margin: 16px auto;
}
.section._intro figure img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.section._service {
    max-width: 640px;
}
.section._service h2 img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.section._service h3 {
    color: #0B318F;
}
.section._facility {
    max-width: 640px;
}
.section._facility h2 {
    padding: 8px;
    border-bottom: 2px solid #ccc;
}
.section._facility h3 {
    padding: 6px;
    border-bottom: 1px solid #ccc;
}
.equipment-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
}
.equipment-grid figure {
    width: calc(100% / 3 - 8px);
    text-align: center;
    margin: 0;
    // aspect-ratio: 4/3;
    overflow: hidden;
    box-sizing: border-box;
}
.equipment-grid img {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 4px;
    box-sizing: border-box;
}
.equipment-grid figcaption {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
    margin-bottom: 8px;
}
th, td {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 1.5rem;
    vertical-align: top;
}
th {
    background-color: #f2f2f2;
    text-align: left;
}
.section._equipment .equipment_box {
    display: flex;
    gap: 16px;
}
.section._equipment .equipment_box .box_item {
    width: calc(50% - 8px);
}
.section._equipment .equipment_box .box_item h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.section._category {
    max-width: 640px;
}
.section._category .topic {
    border: 1px solid #ccc;
    padding: 16px;
}
.section._category .topic ul {
    margin: 8px 0;
    padding-left: 16px;
    list-style: disc;
    font-size: 1.6rem;
}
.section._category h3.highlight {
    border-bottom: 2px solid #c30d23;
    padding-bottom: 4px;
    display: inline-block;
    font-size: 2.0rem;
}
.section._flow {
    max-width: 640px;
}

.step-box {
    border: 1px solid #ccc;
    padding: 16px;
    margin-bottom: 20px;
}
.step-title {
    font-weight: bold;
    font-size: 1.1em;
    background: #002b7f;
    color: #fff;
    padding: 8px;
}
.step-desc {
    margin-top: 8px;
}
.arrow {
    text-align: center;
    font-size: 2em;
    color: #002b7f;
    margin: 10px 0;
}
.client-box {
    border-bottom: none;
    border: 2px solid #009999;
    background: #f8f8f8;
    padding: 20px;
    margin-top: 40px;
}
.client-box h3 {
    margin: 0 0 10px;
    font-size: 1.1em;
    color: #009999;
}

.contact-cta {
    background-color: #00a3e9;
    color: white;
    text-align: center;
    padding: 40px 20px;
    border-radius: 4px;
    margin-top: 40px;
}
.contact-cta p {
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
}
.contact-button {
    display: block;
    background: white;
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
    max-width: 480px;
    margin: 16px auto;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #ccc;
}
.contact-button::after {
    content: '＞';
    margin-left: 10px;
    font-size: 1.2em;
    display: inline-block;
}
.section._intro {
    
}
@media all and (max-width: 896px) {
    .section._hero {
        margin: 0 auto 32px;
    }
    .section._hero h1 {
        font-size: 1.9rem;
        margin-bottom: 8px;
    }
    .section h2 {
        font-size: 2.8rem;
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .section h3 {
        font-size: 2.0rem;
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .section h4 {
        font-size: 1.8rem;
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .section._intro h2 {
        font-size: 2.5rem;
    }
    .equipment-grid {
        gap: 8px;
    }
    .equipment-grid figure {
        width: calc(100% / 2 - 8px);
    }
    .section._equipment .equipment_box {
        display: block;
    }
    .section._equipment .equipment_box .box_item {
        width: 100%;
    }
}


/*------------------------------------------------------------
    before
------------------------------------------------------------*/
#main .pageTitle h2 {
    line-height: 1.125;
}
#main .pageTitle h2 span {
    margin-bottom: 0;
}
@media all and (min-width: 897px) {
    #main .pageTitle .photo {
        top: 72px;
        right: 7px;
    }
}
#main .topBox {
    margin-bottom: 217px;
}
#main .topBox .content {
    padding-bottom: 136px;
	position: relative;
}
#main .topBox .content:after {
	position: absolute;
	right: -182px;
	bottom: 0;
	width: 498px;
	height: 305px;
	z-index: -1;
	background: url(../img/business/contract/bg.png) no-repeat left top;
	content: "";
}
#main .topBox .headLine02 {
    margin: -37px 0 0;
}
#main .topBox .headLine02 .redTxt {
    display: block;
    margin-bottom: -2px;
    color: #c30d23;
    font-weight: bold;
}
#main .topBox .text {
    max-width: 760px;
    margin-top: 4px;
    font-size: 1.6rem;
    line-height: 2;
}
@media all and (max-width: 896px) {
    #main {
        overflow: hidden;
    }
    #main .topBox {
        margin-bottom: 30px;
    }
	#main .topBox .content {
        padding-bottom: 100px;
	}
	#main .topBox .content:after {
		right: -15px;
		bottom: -10px;
		width: 190px;
		height: 117px;
		background-size: 190px auto;
	}
    #main .topBox .headLine02 {
        margin-top: 0;
    }
    #main .topBox .text {
        max-width: inherit;
    }
}
#main .purityBox {
    margin-bottom: 90px;
}
#main .purityBox .headLine03 {
    margin-bottom: 22px;
}
#main .purityBox .headLine02 {
    margin-bottom: 28px;
}
#main .purityBox p {
    max-width: 410px;
    line-height: 2;
    position: relative;
    z-index: 10;
}
#main .purityBox .txtImg {
    margin-top: -223px;
    padding: 0 61px 0 0;
    text-align: right;
    position: relative;
}
#main .purityBox .txtImg::before {
    width: 498px;
    height: 305px;
    position: absolute;
    right: -72px;
    top: -28px;
    background: url(../img/business/contract/bg.png) no-repeat right top;
    content: '';
    z-index: -1;
}
#main .purityBox .txtImg::after {
    width: 498px;
    height: 305px;
    position: absolute;
    left: 102px;
    bottom: 16px;
    background: url(../img/business/contract/bg.png) no-repeat right top;
    content: '';
    z-index: -1;
}
@media all and (max-width: 896px) {
    #main .purityBox p {
        max-width: 100%;
    }
    #main .purityBox .txtImg {
        margin: 20px auto 0;
        max-width: 300px;
        width: 80%;
        padding: 0;
        text-align: center;
    }
    #main .purityBox .txtImg img {
        width: 100%;
    }
    #main .purityBox .txtImg::before {
        width: 190px;
        height: 305px;
        right: -40px;
        top: -15px;
        background-size: 200px;
    }
    #main .purityBox .txtImg::after {
        width: 200px;
        height: 100px;
        position: absolute;
        left: -100px;
        bottom: 50px;
        background-size: 200px;
        content: '';
        z-index: -1;
    }
}
#main .txtInner {
    margin-bottom: 135px;
    padding-bottom: 55px;
    border-bottom: 1px solid #666;
}
#main .txtInner .headLine05 {
    margin-bottom: 45px;
}
#main .txtInner .headLine05 span {
    color: #333;
}
#main .txtInner .imgBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#main .txtInner .imgBox .img {
    width: 630px;
}
#main .txtInner .imgBox .text {
    margin-left: -20px;
    padding: 12px 20px 10px 30px;
    background-color: rgb(245, 245, 245);
    box-shadow: 4.702px 6.472px 4.75px 0.25px rgba(229, 229, 229, 0.56);
    width: 389px;
    line-height: 2;
    font-weight: bold;
    box-sizing: border-box;
}
#main .equipment {
    padding: 96px 0 0;
}
#main .equipment .content {
	position: relative;
}
#main .equipment .content:before {
	position: absolute;
	right: -182px;
	top: -96px;
	width: 498px;
	height: 305px;
	background: url(../img/business/contract/bg.png) no-repeat left top;
	content: "";
	z-index: -1;
}
#main .equipment .content:after {
	position: absolute;
	left: -182px;
	bottom: 67px;
	width: 381px;
	height: 234px;
	z-index: -1;
	background: url(../img/business/contract/bg.png) no-repeat left top/381px auto;
	content: "";
}
#main .equipment .headLine03 {
    margin-bottom: 87px;
}
#main .equipment .info {
    width: 660px;
    margin: 0 auto 114px;
}
#main .equipment .info:last-child {
    margin-bottom: 0 !important;
}
#main .equipment h4 {
    margin: 0 -2px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
#main .equipment h4 .red {
    width: 160px;
    color: #c30d23;
    font-size: 2.4rem;
    line-height: 1.41;
}
#main .equipment h4 .text {
    width: calc(100% - 184px);
    line-height: 2;
    font-weight: 400;
}
@media all and (max-width: 896px) {
    #main .txtInner {
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    #main .txtInner .imgBox {
        display: block;
    }
    #main .txtInner .imgBox .img {
        margin-bottom: 40px;
        width: auto;
        text-align: center;
    }
    #main .txtInner .imgBox .img img {
        width: 100%;
        max-width: 630px;
    }
    #main .txtInner .imgBox .text {
        margin: 0 auto;
        width: 90%;
        padding: 10px;
        max-width: 400px;
    }
    #main .equipment {
        padding: 110px 0 100px;
    }
	#main .equipment .content:before {
		right: -15px;
		top: -100px;
		width: 200px;
		height: 123px;
		background-size: 200px auto;
	}
	#main .equipment .content:after {
		left: -15px;
		bottom: -130px;
		width: 200px;
		height: 123px;
		background-size: 200px auto;
	}
    #main .equipment .headLine03 {
        margin-bottom: 20px;
    }
    #main .equipment .info {
        width: auto;
        margin-bottom: 40px;
    }
    #main .equipment h4 {
        margin: 0 0 20px;
        display: block;
    }
    #main .equipment h4 .red {
        margin-bottom: 2px;
        display: block;
        width: auto;
        font-size: 2rem;
    }
    #main .equipment h4 .text {
        width: auto;
        line-height: 1.6;
    }
}