/*======================================================================
.* IMPORTS
.*======================================================================*/

/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	 */

/*======================================================================
.* FONTS
.*======================================================================*/

@font-face {
    font-family: "Alumni Sans";
    src: url('/fonts/Alumni_Sans/AlumniSans-VariableFont_wght.ttf');
}

@font-face {
    font-family: "Axisstd";
    src: url('/fonts/axisstd-regular.otf');
}

/*======================================================================
.* VARIABLES
.*======================================================================*/

:root {
    --container_padh: calc((100% - 1200px) / 2);
    --body_pad_top: 134px;

    --box-blue2-width: 396px;
    --slick_arrow_space: -30px;
    --slick_arrow_in_margin: -4px;

    --color_red: #c0272d;
}

/*======================================================================
.* DEFAULT
.*======================================================================*/

*, :before, :after {
    box-sizing: border-box;
    display:block;
}

html, body {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}

body {
    margin:0 auto;
    padding-top:var(--body_pad_top);
}
body > .container {
    padding-bottom:25px;
}
head {display:none;}
script {display:none;}

a {
    text-decoration: none;
    color:#343434;
}
header {
    background-color: #fff;
    position:fixed;
    top:0;
    left:0;
    z-index: 5;
}
header, nav {
    display:table;
    width:100%;
    min-height: var(--body_pad_top);
}
nav {
    padding: 30px var(--container_padh);
    display:flex;
    margin:0 auto;
    font-size: 13pt;
    font-family: 'a-otf-ryumin-pr6n';
}
/*
nav a {
    color:#fff;
}
nav .section.section-collapse {
    width: 100%;
    padding-left: 50px;
    transition:left .3s ease-in;
}*/
nav .section {
    display: table;
}
nav .section.brand {
    display: none;
    padding-top: 22px;
}
nav .section.brand > a {
    display: table;
    margin: 0 auto;
}
nav .section.brand > a > img {
    width: 100px;
}
nav .section ul {
    display: flex;
    padding: 0;
    margin: 0;
    float:right;
}
nav .section,
nav .section ul {
    width: 100%;
}
nav .section ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
nav .section ul li a > div {
    display: table;
    width: 100%;
}
nav .section ul li a:not(.logo-link) {
    position: relative;
    color: #244478;
    border-bottom: 1px solid #244478;
    padding-bottom: 5px;
    /* border-bottom: solid 2px #000; */
    /* animation: border_anim .3s linear forwards; */
}
nav .section ul li a:not(.logo-link):after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #244478;
    transition: width .3s ease-in;
}
nav .section ul li a:not(.logo-link):focus:after,
nav .section ul li a:not(.logo-link):active:after,
nav .section ul li a:not(.logo-link):hover:after {
    width: 100%;
}
nav .section ul li a > div {
    margin-bottom: 10px;
    height: 30px;
}
nav .section ul li a img {
    height: 32px;
    margin: 0 auto;
}
nav .section ul li.item-whatisabuild a img {
    height: 27px;
    margin-top: 4px;
}
nav .section ul li.nav-item.item-brand {
    margin: 0 40px;
    padding-top: 8px;
}
nav .section ul li.nav-item.item-brand a.logo-link img {
    height: 72px;
}
nav .section .btn-collapse {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 36px;
    height: 36px;
    background-color: #002c6c;
    border: 0;
    display: none;
    padding: 8px;
    transform: translateY(-50%);
}
nav .section .btn-collapse img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
footer {
    background-color: #04539c;
    height: 130px;
    padding: 24px 0;
    display: table;
    width: 100%;
    background-image: url('/images/common/footer_bg_50_50.jpeg');
    background-size: cover;
    background-position: 0 -189px;
    position: relative;
}
footer,
footer a {
    color: #fff;
}
footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #063276d1;
    z-index: 0;
}
footer .footer-container {
    display: table;
    height: 100%;
    margin:0 auto;
    position: relative;
}
footer .footer-row {
    height: 100%;
    display: flex;
}
footer .footer-row:not(:last-child) {
    margin-bottom: 30px;
}
footer .footer-row .footer-logo {
    display: flex;
    margin-top: 12px;
}
footer .footer-row .footer-logo > .img {
    margin-right: 20px;
}
footer .footer-row .footer-logo > .img img {
    height: 45px;
}
footer .footer-row .footer-logo > .text > span:first-child {
    font-size: 23pt;
    font-family: "a-otf-ryumin-pr6n";
    letter-spacing: 4px;
    line-height: 1;
    margin-bottom: 5px;
}
footer .footer-row .footer-logo > .text > span:last-child {
    font-family: Helvetica;
    font-size: 8pt;
    line-height: 1;
    letter-spacing: 3px;
}
footer .footer-row .contact-address {
    font-size: 12px;
    letter-spacing: 3px;
}
footer .footer-row .contact-address .link-address {
    font-family: "yu-gothic-pr6n";
    font-size: 11pt;
    line-height: 1.5;
}
footer .footer-row .contact-address .link-contact {
    font-family: "yu-gothic-pr6n";
    font-size: 12pt;
    line-height: 1.5;
}
footer .footer-row .contact-address ul {
    margin: 0;
    padding-left: 20px;
}
footer .footer-row .text-copyright {
    font-size: 8pt;
    text-align: center;
    font-family: "a-otf-ryumin-pr6n";
}
.btn-scroll-top {
    border: 0;
    background-color: #fff;
    position: fixed;
    right: 14px;
    bottom: 19px;
    padding: 0;
    z-index: 1;
}
button.btn-scroll-top.hide {
    display:none;
}
/*
footer .footer-row:first-child ul li > div,
footer .footer-row:first-child ul li > div a{
    color: #c3c8cc;
}
footer .footer-row:not(:last-child),
footer ul li {
    margin-right: 52px;
}
footer ul {
    color: #fff;
    padding: 0;
    width: 80%;
    margin: 0 auto;
    width: 100%;
    width: auto;
    display: table;
    height: 100%;
}
footer ul li {
    font-size: 12pt;
    display: table;
    list-style-type: none;
    display: inline-table;
    vertical-align: middle;
}
footer ul li:last-child {
    margin-right:0;
}
footer ul li > div {
    display: table;
    word-break: keep-all;
}
footer ul li.contact > div img {
    width: 216px;
    height: 82px;
    object-fit: contain;
    object-position: 0 10px;
} */
/* .for-mobile {display:none;} */

/*======================================================================
.* GLOBAL
.*======================================================================*/

.sp-only {
    display: none!important;
}
.td-underline {
    text-decoration: underline;
}
.ff-market-web {
    font-family: "ff-market-web";
}
.ff-ryumin {
    font-family: "a-otf-ryumin-pr6n";
}
.ff-rift {
    font-family: rift, 'Alumni Sans';
}
.ff-yu-gothic {
    font-family: "yu-gothic-pr6n";
}
.ff-axisstd {
    font-family: "Axisstd";
}
.btn-link {
    padding: 0;
    border: 0;
    background-color: transparent;
}
.btn-blue,
.btn-white {
    overflow: hidden;
    font-family: rift, 'Alumni Sans';
    transition: background-color .3s;
    text-align: center;
    font-size: 14pt;
    width: 185px;
    height: 48px;
    letter-spacing: 5px;
    padding: 10px 30px;
}
.btn-blue {
    color: #002c6c;
    border: 1px solid #002c6c;
}
.btn-blue:hover {
    background-color: #c8dbec;
}
.btn-white {
    color: #fff;
    border: 1px solid #fff;
}
.btn-white:hover {
    background-color: #3b679d;
}
.btn-blue2 {
    background-image: url(/images/common/box_blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 14.28pt;
    padding: 10px 28px 10px 14px;
    text-align: center;
    width: 205px;
    height: 48px;
    color: #002c6c;
    background-color: transparent;
    border: 0;
}
.btn-blue2:hover {
    background-image: url(/images/common/box_blue_hover.png);
}
.box-blue2 {
    white-space: nowrap;
    background-image: url(/images/common/box_blue2.png);
    /* background-size: contain; */
    background-size: 100%;
    background-repeat: no-repeat;
    height: 43px;
    font-family: 'a-otf-ryumin-pr6n';
    font-size: 17.28pt;
    padding: 11px 0;
    text-align: center;
    width: var(--box-blue2-width);
    color: #fff;
    line-height: 1;
    /* padding-left: 9px; */
}
.box-group3 {
    display: table;
    /* width: calc(var(--box-blue2-width) * 3 + 20px); */
    margin: 0 auto 45px;
    width: 100%;
}
.box-group3 .box-blue3 {
    width: calc(100% / 3 - (20px / 3));
    float: left;
    margin-bottom: 10px;
    height: 45px;
    object-fit: contain;
    background-image: url(/images/common/box_blue2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #00296c;
    padding-top: 8px;
    padding-left: 14px;
}
.box-group3 .box-blue3 img {
    width: calc(100% - 20px);
    margin: 0 auto;
}
.box-group3 .box-blue3:nth-child(1),
.box-group3 .box-blue3:nth-child(2),
.box-group3 .box-blue3:nth-child(4),
.box-group3 .box-blue3:nth-child(5) {
    margin-right: 5px;
}
.box-group3 .box-blue3:nth-child(2),
.box-group3 .box-blue3:nth-child(3),
.box-group3 .box-blue3:nth-child(5),
.box-group3 .box-blue3:nth-child(6) {
    margin-left: 5px;
}

.box-group4 {
    display: table;
    /* width: calc(var(--box-blue2-width) * 3 + 20px); */
    margin: 0 auto 45px;
    width: 100%;
}
.box-group4 .box-blue4 {
    width: calc(100% / 3 - (20px / 3));
    float: left;
    margin-bottom: 10px;
    height: 45px;
    object-fit: contain;
    background-image: url(/images/common/box_blue2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #00296c;
    padding-top: 8px;
    padding-left: 8px;
}
.box-group4 .box-blue4 img {
    width: calc(100% - 20px);
    margin: 0 auto;
}
.box-group4 .box-blue4:nth-child(1),
.box-group4 .box-blue4:nth-child(2),
.box-group4 .box-blue4:nth-child(4),
.box-group4 .box-blue4:nth-child(5) {
    margin-right: 5px;
}
.box-group4 .box-blue4:nth-child(2),
.box-group4 .box-blue4:nth-child(3),
.box-group4 .box-blue4:nth-child(5),
.box-group4 .box-blue4:nth-child(6) {
    margin-left: 5px;
}
.w-full {
    width: 100%;
}
.mb-30px {
    margin-bottom: 30px;
}
.m-0-auto {
    margin: 0 auto;
}
.parenthesis-open {
    width: 16px;
    overflow: hidden;
    position: relative;
    height: 12px;
}
.parenthesis-open:before {
    content: '（';
    position: absolute;
    left: 3px;
    top: 0;
}
.parenthesis-close {
    width: 6px;
    overflow: hidden;
    position: relative;
    height: 12px;
}
.parenthesis-close:before {
    content: '）';
}
.animation-scroll-start-indicator {
    position: absolute;
    top: 25%;
}
.animation-scroll-start-indicator ~ .animation-scroll-start-indicator {
    bottom: 25%;
}
[animateonscroll] .animate {
    opacity: 0;
	transition: opacity 1.5s, transform 1s;
}
[animateonscroll] .animate.animate-fadeInRight {
	transform: translateX(30px);
}
[animateonscroll] .animate.animate-fadeInLeft {
	transform: translateX(-30px);
}
[animateonscroll] .animate.animate-fadeInBottom {
	transform: translateY(30px);
}
[animateonscroll] .animate[class*="animate-fadeIn"].animate-active {
    opacity: 1;
	transform: translateY(0px);
}
.d-flex {
    display: flex;
}
.input-error-message {display:none;}
.invalid-input .input-error-message,
.invalid-input + .input-error-message {
    display: block;
    color: var(--color_red);
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
    font-size: 11pt;
    font-family: 'Axisstd';
}
.input-group .field.is-invalid,
.input-group textarea.is-invalid {
    border-right: 2px solid #eb3e3e;
    border-bottom: 2px solid #eb3e3e;
}
.invalid-feedback {
    color: #eb3e3e;
}

/*======================================================================
.* OVERRIDES
.*======================================================================*/

.slick-slider {
    height: 100%;
}
.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: transparent;
    width: 46px;
    height: 91px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    opacity: .7;
    transition: opacity .3s ease-in-out;
}
.slick-slider .slick-arrow:hover {
    opacity: 1;
}
.slick-slider .slick-arrow:before,
.slick-slider .slick-arrow:after {
    content: '';
    border: 1px solid white;
    width: 12px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.slick-slider .slick-arrow:before {
    transform: rotate(-45deg);
    margin-bottom:var(--slick_arrow_in_margin);
}
.slick-slider .slick-arrow:after {
    transform: rotate(45deg);
    margin-top:var(--slick_arrow_in_margin);
}
.slick-slider .slick-arrow.slick-prev {
    left:var(--slick_arrow_space);
}
.slick-slider .slick-arrow.slick-next {
    right:var(--slick_arrow_space);
    -webkit-transform: scaleX(-1);
    transform:translateY(-50%) scaleX(-1);
}
.slick-slider .slick-list,
.slick-slider .slick-list .slick-track {
    height:100%;
}
.slick-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-slider .slick-slide {
    position: relative;
}
.slick-slider ul.slick-dots {
    display: flex;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 53px;
    justify-content: space-around;
}
.slick-slider ul.slick-dots > li:not(:last-child) {
    margin-right: 8px;
}
.slick-slider ul.slick-dots > li > button {
    border: 0;
    background-color: #989896;
    color: transparent;
    width: 10px;
    height: 10px;
    display: table;
    padding: 0;
    cursor: pointer;
}
.slick-slider ul.slick-dots > li.slick-active > button {
    background-color: #fff;
}
.slick-slider .slick-space {
    margin: 10px;
}

/*======================================================================
.* CUSTOM STYLE PAGES > [PAGE] - [description]
.*======================================================================*/

body:not(.pg-top) > .banner {
    max-height: 500px;
}
body > .section,
body > .section-group,
body > .section-group > .section {
    position: relative;
    overflow: hidden;
}
body > .section,
body > .section-group > .section {
    padding: 45px;
}
body > .section > .bg,
body > .section-group > .bg,
body > .section-group > .section > .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
body > .section .title-box,
body > .section-group > .section .title-box {
    display: table;
    margin: 0 auto;
    margin-bottom: 40px;
}
body > .section .title-box > img,
body > .section-group > .section .title-box > img {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}
body > .section .title-box > span.title,
body > .section-group > .section .title-box > span.title {
    text-align: center;
    color: #244478;
    border-bottom: 1px solid #244478;
    padding-bottom: 5px;
    font-size: 19pt;
    font-family: 'a-otf-ryumin-pr6n';
    margin-bottom: 8px;
}
body > .section .title-box > span.subtitle,
body > .section-group > .section .title-box > span.subtitle {
    text-align: center;
    color: #244478;
    font-family: "ff-market-web";
    font-size: 13.26pt;
}
body > .section > .title-box,
body > .section > .content,
body > .section-group > .section > .title-box,
body > .section-group > .section > .content {
    position: relative;
    z-index: 2;
}
body > .section.section-blue:before,
body > .section-group > .section.section-blue:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #063276d1;
    z-index: 1;
}
body > .section-group.section-white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff80;
    z-index: 0;
}
body > .section-group > .section.section-white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffe0;
    z-index: 0;
}
body > .section-group > .section.section-blue .title-box > span.title,
body > .section-group > .section.section-blue .title-box > span.subtitle,
body > .section.section-blue .title-box > span.title,
body > .section.section-blue .title-box > span.subtitle {
    color: #fff;
}
body > .section-group > .section.section-blue .title-box > span.title,
body > .section.section-blue .title-box > span.title {
    border-bottom: 1px solid #fff;
}

/** TOP PAGE **/

.pg-top .banner {
    position: relative;
    height: 100%;
}
.pg-top .banner .slider .for-sp {
    display: none;
}
/* .pg-top .banner img.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.pg-top .banner .banner-text-left {
    position: absolute;
    left: 20px;
    bottom: 20px;
    height: 155px;
    width: unset;
    object-fit: unset;
    display: unset;
    z-index: 1;
}
.pg-top .banner .logo-bld {
    position: absolute;
    top: 20%;
    right: 20%;
    width: 10%;
    height: unset;
    object-fit: unset;
    display: unset;
    z-index: 1;
}
.pg-top .banner .box-img-scroll {
    position: absolute;
    right: 15px;
    bottom: 8px;
    width: 14px;
    height: 103px;
    z-index: 1;
}
.pg-top .banner .box-img-scroll .img-scroll {
    width: 100%;
    height:100%;
}
.pg-top .banner .box-img-scroll > .img-scroll {
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pg-top .banner .box-img-scroll .blinker {
    display: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
    background-image: url('/images/top/scroll.png');
    background-size: 100%;
    animation: height0100 1s ease-in-out forwards infinite;
}
.pg-top .banner .btn-down {
    z-index: 1;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    height: unset;
    object-fit: unset;
    display: unset;
    animation: FloatVertical 3s ease-in-out infinite alternate;
}



.pg-top .section-group.group-bld-boxes {
    background-color: #EEEEEF;
}
.pg-top .section-group.group-bld-boxes > .section {
    z-index: 1;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld > .content {
    display: flex;
    margin-bottom: 50px;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content > div {
    flex: 1;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content img {
    width: 128px;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-left {
    font-size: 22.2pt;
    font-family: 'a-otf-ryumin-pr6n';
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-left > div {
    display: table;
    margin-left: auto;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-left > div img {
    margin: 0 auto 15px;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-left > div > span {
    display: flex;
    letter-spacing: 8px;
    color: #002c6c;
    border-bottom: 3px solid #002c6c;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-right {
    font-size: 28.65pt;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-right .btn-blue {
    margin-left: 62px;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-right > div {
    border-left: 5px solid #002c6c;
    margin-left: 45px;
    padding: 5px 0 5px 15px;
    margin-bottom: 45px;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-right > div span {
    background-color: #fff;
    font-family: 'a-otf-ryumin-pr6n';
    font-size: 19.65pt;
    line-height: 1;
    display: table;
    color: #002c6c;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-right > div span:not(:last-child) {
    margin-bottom: 23px;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-bottom {
    width: 100%;
    grid-column: span 2;
    display: none;
}
.pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-bottom a {
    margin: 0 auto;
}
.pg-top .section-group.group-bld-boxes > .section.section-boxes {
    background-color: #c8dbece0;
}
.pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div {
    display: table;
    margin: 0 auto;
}
.pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div {
    display: flex;
}
.pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span:first-child {
    font-size: 15pt;
}
.pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span:last-child:not(:first-child) {
    font-size: 9.37pt;
    display: flex;
    align-items: flex-end;
}
.pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: var(--box-blue2-width) var(--box-blue2-width) var(--box-blue2-width);
    width: calc(var(--box-blue2-width) * 3 + 20px);
    margin: 0 auto 45px;
}
.pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:first-child {
    font-size: 15pt;
}
.pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:last-child:not(:first-child) {
    font-size: 9pt;
}
.pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:first-child {
    font-size: 15pt;
    /* letter-spacing: -5px; */
}
.pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:last-child:not(:first-child) {
    letter-spacing: 0px;
}
.pg-top .section-group.group-bld-boxes > .section.section-boxes > .btn-blue2 {
    margin: 0 auto;
}
.pg-top .section.section-construction-example .slider {
    margin-bottom: 30px;
}
.pg-top .section.section-construction-example .slider .slick-slide .slick-space {
    height: 300px;
}
.pg-top .section.section-construction-example .slider .slick-list .slick-track {
    padding-bottom: 40px;
}
.pg-top .section-group.group-recruitment {
    background-color: #EEEEEF;
}
.pg-top .section-group.group-recruitment:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff80;
    z-index: 0;
}
.pg-top .section-group.group-recruitment > .section {
    z-index: 1;
}
.pg-top > .section-group.group-recruitment > .bg {
    object-fit: contain;
    object-position: left;
}
.pg-top .section-group.group-recruitment > .section.section-recruitment:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffe0;
    z-index: 0;
}
.pg-top .section-group.group-recruitment > .section.section-recruitment > .content {
    margin-bottom: 50px;
    font-size: 28.65pt;
}
.pg-top .section-group.group-recruitment > .section.section-recruitment > .content > div {
    margin-bottom: 50px;
}
.pg-top .section-group.group-recruitment > .section.section-recruitment > .content > div > p {
    background-color: #fff;
    font-family: 'a-otf-ryumin-pr6n';
    font-size: 19.65pt;
    line-height: 1;
    display: table;
    color: #002c6c;
    margin: 0 auto;
    padding-bottom: 5px;
    border-bottom: 2px solid #002c6c;
    font-weight: bold;
}
.pg-top .section-group.group-recruitment > .section.section-recruitment > .content > div > p:not(:last-child) {
    margin-bottom: 23px;
}
.pg-top .section-group.group-recruitment > .section.section-recruitment > .content > .btn-blue2 {
    margin: 0 auto;
}

/** BLD PAGE **/

.pg-bld .banner {
    width: 100%;
    height: 100%;
    background-image: url(/images/bld/bld_801A1010_2_Edit_50.jpeg);
    background-size: 100% auto;
    background-position: center 28%;
    background-repeat: no-repeat;
}
.pg-bld .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.pg-bld .section-group.group-bld {
    overflow: hidden;
}
.pg-bld .section-group.group-bld .bg {
    top: -56%;
    width: 113%;
    height: 154%;
    object-fit: cover;
}
.pg-bld .section-group.group-bld > .section.section-bld .title-box {
    margin-bottom: 0;
}
.pg-bld .section-group.group-bld > .section.section-details {
    padding: 65px 80px;
}
.pg-bld .section-group.group-bld > .section.section-details > .content {
    display: grid;
    grid-template-columns: 50% 50%;
    /* margin-bottom: 50px; */
}
.pg-bld .section-group.group-bld > .section.section-details .content img {
    width: 115px;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-left {
    font-size: 22.39pt;
    font-family: 'a-otf-ryumin-pr6n';
    font-weight: bold;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-left > div {
    display: table;
    margin-left: auto;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-left > div img {
    margin: 0 auto 10px;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-left > div > span {
    display: flex;
    letter-spacing: 8px;
    color: #002c6c;
    border-bottom: 3px solid #002c6c;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-right {
    font-size: 28.65pt;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-right .btn-blue {
    margin-left: 62px;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-right > div {
    border-left: 5px solid #002c6c;
    margin-left: 45px;
    padding: 5px 0 5px 15px;
    margin-bottom: 45px;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-right > div span {
    background-color: #fff;
    font-family: 'a-otf-ryumin-pr6n';
    font-weight: bold;
    font-size: 19.65pt;
    line-height: 1;
    display: table;
    color: #002c6c;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-right > div span:not(:last-child) {
    margin-bottom: 23px;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-bottom {
    font-size: 15pt;
    font-family: 'a-otf-ryumin-pr6n';
    font-weight: bold;
    grid-column: span 2;
    color: #002c6c;
    text-align: justify;
    margin-top: 50px;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-bottom > p:last-child {
    display: flex;
    justify-content: end;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-bottom > p:last-child > span:first-child {
    font-size: 11.23pt;
    padding-top: 15px;
    margin-right: 8px;
}
.pg-bld .section-group.group-bld > .section.section-details .content .content-bottom > p:last-child > span:last-child {
    font-size: 18.32pt;
}
.pg-bld .section-group.group-bld > .section.section-boxes {
    background-color: #c8dbece0;
}
.pg-bld .section-group.group-bld > .section.section-boxes .box-group {
    display: table;
    margin: 0 auto 35px;
}
.pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 {
    --box-blue2-width: calc(100% / 3 - 20px / 3);
    float: left;
    margin-bottom: 10px;
}
.pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2:not(:nth-child(3)):not(:nth-child(6)) {
    margin-right: 5px;
}
.pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2:not(:nth-child(1)):not(:nth-child(4)) {
    margin-left: 5px;
}
.pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div {
    display: flex;
    justify-content: center;
}
.pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div > span:first-child {
    font-size: 15pt;
}
.pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div > span:last-child:not(:first-child) {
    display: flex;
    font-size: 9pt;
    align-items: flex-end;
}
.pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:first-child {
    font-size: 15pt;
}
.pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:first-child {
    font-size: 15pt;
    /* letter-spacing: -5px; */
}
.pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:last-child:not(:first-child) {
    letter-spacing: 0px;
}
.pg-bld .section-group.group-bld > .section.section-boxes .btn-blue2 {
    margin: 0 auto;
}

/** CONSTRUCTION EXAMPLE PAGE **/

.pg-construction-example .banner {
    width: 100%;
    height: 100%;
    background-image: url(/images/construction_example/ig_mitsuoka_05.jpg);
    background-size: 118% auto;
    background-position: 66% center;
}
.pg-construction-example .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 -98px;
}
.pg-construction-example .section-group.group-detailsimages > .bg {
    background-image: url('/images/construction_example/ig_mitsuoka_06.jpg');
    background-size: 100% auto;
}
.pg-construction-example .section-group.group-detailsimages > .section.section-titleonly .title-box {
    margin-bottom: 0;
}
.pg-construction-example .section-group.group-detailsimages > .section.section-details {
    padding: 65px 80px;
}
.pg-construction-example .section-group.group-detailsimages > .section.section-details > .content {
    font-size: 28.65pt;
    font-family: 'a-otf-ryumin-pr6n';
}
.pg-construction-example .section-group.group-detailsimages > .section.section-details .content span {
    background-color: #fff;
    font-family: 'a-otf-ryumin-pr6n';
    font-weight: bold;
    font-size: 19.65pt;
    line-height: 1;
    display: table;
    margin: 0 auto;
    color: #002c6c;
}
.pg-construction-example .section-group.group-detailsimages > .section.section-details .content span:not(:last-child) {
    margin-bottom: 15px;
}
.pg-construction-example .section-group.group-detailsimages > .section.section-details .content .content-top span:not(:last-child) {
    margin-bottom: 23px;
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images {
    width: 100%;
    position:relative;
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images.for-sp {
    height: 0px;
    overflow: hidden;
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images.for-sp .slick-slider ul.slick-dots {
    width: 32px;
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images {
    background-color: #c8dbece0;
    padding: 45px;
    position: relative;
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images.section-bg-white {
    background-color: #ffffffe0;
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs {
    display: flex;
    margin-bottom: 8px;
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs > div {
    padding: 5px 15px;
    line-height: 1;
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs .tab-left {
    background-color: #002c6c;
    color: #fff;
    font-family: "yu-mincho-pr6n";
    font-size: 23.39pt;
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs .tab-right {
    background-color: #fff;
    color: #002c6c;
    font-family: "Axisstd";
    font-size: 12.25pt;
    padding-top: 12px;
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .date {
    font-size: 9.83pt;
    font-family: "Axisstd";
    color: #002c6c;
    margin-bottom: 15px;
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .slick-list .slick-track {
    padding-bottom: 40px;
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .slick-slide.slick-space {
    height: 400px
}
.pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .slick-slider .slick-arrow:before,
.pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .slick-slider .slick-arrow:after {
    border-color: #002c6c;
}

/** MAIN CLIENT PAGE **/

.pg-main-client .banner {
    width: 100%;
    height: 100%;
    background-image: url(/images/main_client/ig_mitsuoka_02.jpg);
    background-size: 126% auto;
    background-position: center 37%;
}
.pg-main-client .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pg-main-client .section-group.group-clients > .section.section-titleonly .title-box {
    margin-bottom: 0;
}
.pg-main-client .section-group.group-clients > .section.section-images {
    display: table;
    padding: 130px 45px 90px;
}
.pg-main-client .section-group.group-clients > .section.section-images .content {
    width: 90%;
    display: table;
    margin: 0 auto;
    --margin-width: 10px;
}
.pg-main-client .section-group.group-clients > .section.section-images .content > a {
    float: left;
    width: calc(100% / 3 - (var(--margin-width) * 4) / 3);
    height: 150px;
    margin-bottom: 40px;
    padding: 20px 20px;
    background-color: #fff;
}
.pg-main-client .section-group.group-clients > .section.section-images .content > a > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.pg-main-client .section-group.group-clients > .section.section-images .content > a:not(:nth-child(3)) {
    margin-right: var(--margin-width);
}
.pg-main-client .section-group.group-clients > .section.section-images .content > a:not(:first-child):not(:nth-child(4)) {
    margin-left: var(--margin-width);
}

/** [CUSTOM PAGE] **/

/*======================================================================
.* FONT APPLICATION
.*======================================================================*/

/*
body {
    font-weight: normal;
    font-family: var(--font_r);
} */

/*======================================================================
.* MEDIA > max-width: 1200px 1150px 1024px 992px 991px 768px 736px 576px 421px 375px
.*======================================================================*/

@media (max-width: 1590px) {
}

/** DESKTOP to SP Approach (Current UI) **/

@media (max-width: 1360px) {
}
@media (max-width: 1330px) {

}
@media (max-width: 1265px) {
    /* .parenthesis-open,
    .parenthesis-close {
        height: 13px;
    } */
    .pg-top .section-group.group-bld-boxes > .section.section-boxes {
        padding: 45px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group {
        display: inline-table;
        width: 100%;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 {
        width: calc(100% / 3 - 20px / 3);
        float: left;
        margin-bottom: 10px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2:nth-child(1),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2:nth-child(4)  {
        margin-right: 5px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2:nth-child(2),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2:nth-child(5)  {
        margin-right: 5px;
        margin-left: 5px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2:nth-child(3),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2:nth-child(6)  {
        margin-left: 5px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:first-child,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:first-child,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span:first-child,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span {
        font-size: 15pt;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span:last-child:not(:first-child) {
        font-size: 9pt;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:last-child:not(:first-child) {
        letter-spacing: -2px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group,
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group {
        margin-bottom: 30px;
    }
}
@media (max-width: 1200px) {
    .pc-only {
        display: none!important;
    }
    .sp-only {
        display: block!important;
    }
    /* .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div > span:first-child {
        font-size: 19.8pt;
    } */
}
@media (max-width: 1150px) {
    .pg-bld .section-group.group-bld > .section.section-details .content .content-left {
        font-size: 19pt;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-right > div span {
        font-size: 19pt;
    }
}
@media (max-width: 1024px) {
    .pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-right > div span {
        font-size: 19.65pt;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-right > div {
        margin-left: 0;
        padding-left: 5px;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 991px) {
    .pg-bld .section-group.group-bld .bg {
        top: 0%;
        left: -91%;
        width: 257%;
        height: auto;
        object-fit: unset;
    }
    .pg-bld .section-group.group-bld > .section.section-details > .content {
        grid-template-columns: 100%;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-left > div {
        margin: 0 auto;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-right {
        grid-row-start: 1;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-right > div {
        border-left:0;
        margin-left: 0;
        padding: 0;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-right > div span {
        margin: 0 auto;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-bottom {
        grid-column: unset;
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 {
        --box-blue2-width: calc(100% / 2 - 10px / 2);
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2:nth-child(5):not(:nth-child(1)):not(:nth-child(4)),
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2:nth-child(3):not(:nth-child(1)):not(:nth-child(4)),
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2:nth-child(odd) {
        margin-left: 0;
        margin-right: 5px;
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2:nth-child(4):not(:nth-child(3)):not(:nth-child(6)),
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2:nth-child(2):not(:nth-child(1)):not(:nth-child(4)),
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2:nth-child(even) {
        margin-left: 5px;
        margin-right: 0;
    }
    .pg-main-client .section-group.group-clients > .section.section-images {
        padding: 90px 45px 50px;
    }
    .pg-main-client .section-group.group-clients > .section.section-images .content > a {
        margin-bottom: 20px;
        padding: 30px 20px;
    }
}
@media (max-width: 768px) {
    :root {
        --box-blue2-width: 175px;
        --body_pad_top: 78px;
    }
    body > .section .title-box > img,
    body > .section-group > .section .title-box > img {
        width: 50px;
        height: 50px;
    }
    body > .section .title-box > span.title,
    body > .section-group > .section .title-box > span.title {
        font-size: 16pt;
    }
    body > .section .title-box > span.subtitle,
    body > .section-group > .section .title-box > span.subtitle {
        font-size: 11.26pt;
    }
    nav {
        padding: 0;
        display: table;
    }
    nav .section .btn-collapse {
        display:block;
    }
    nav .section.brand {
        display: block;
        padding-left: 51px;
    }
    nav .section ul:not(.container-collapse) {
        display: none;
    }
    nav .section ul.container-collapse {
        flex-direction: column;
        background-color: #002b6be6;
        position: absolute;
        top: var(--body_pad_top);
        height: 0;
        overflow: hidden;
        padding: 0 20px;
        transition: height .3s ease-in-out;
    }
    nav .section ul.container-collapse > li {
        --margin-vpx: 16px;
        letter-spacing: 4px;
    }
    nav .section ul.container-collapse > li {
        margin-bottom: var(--margin-vpx);
    }
    nav .section ul.container-collapse > li:first-child {
        margin-top: var(--margin-vpx);
    }
    nav .section ul.container-collapse > li:last-child {
        margin-bottom: var(--margin-vpx);
    }
    nav .section ul.container-collapse li a > div,
    nav .section ul.container-collapse li.nav-item.item-brand {
        display: none;
    }
    nav .section ul.container-collapse li a:not(.logo-link) {
        color: #fff;
        display: table;
    }
    nav .section ul li a:not(.logo-link):after {
        background-color: #fff;
    }
    nav.collapse-show .section ul.container-collapse {
        height: 322px;
    }
    footer .footer-row {
        flex-direction: column;
        text-align: center;
        margin-bottom: 23px;
    }
    footer .footer-row:last-child {
        margin-bottom: 0;
    }
    footer .footer-row .footer-logo > .text {
        width: 100%;
    }
    footer .footer-row .contact-address ul {
        padding: 0;
    }
    footer .footer-row .footer-logo {
        margin-top: 0;
    }
    footer .footer-row .footer-logo > .text > span:first-child {
        font-size: 12pt;
    }
    footer .footer-row .contact-address .link-address {
        font-size: 9pt;
    }
    footer .footer-row .contact-address .link-contact {
        font-size: 9pt;
    }


    .btn-blue, .btn-white {
        padding: 8px 9px;
        width: 130px;
        font-size: 10pt;
        height: 36px;
    }
    .btn-blue2 {
        width: 150px;
        font-size: 10pt;
        height: 36px;
        padding-top: 8px;
    }
    .box-blue2 {
        height: 26px;
        /* background-size: auto 100%; */
        padding-left: 5px;
        padding: 7px 0;
    }
    .parenthesis-open {
        width: 9px;
    }
    .parenthesis-close {
        width: 11px;
    }
    .parenthesis-open,
    .parenthesis-close {
        height: 70%;
    }
    .parenthesis-open:before {
        left: unset;
    }

    .pg-top .banner .logo-bld {
        width: 130px;
        right: 14%;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-bld > .content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 5px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-bld .content img {
        width: 75px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-left {
        font-size: 13pt;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-left > div {
        margin: 0 auto;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-left > div > span {
        writing-mode: vertical-lr;
        text-orientation: upright;
        border-bottom: 0;
        margin: 0 auto;
        display: flex;
        letter-spacing: unset;
        height: 200px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-left > div > span > b:first-child {
        padding-left: 10px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-left > div > span > b:last-child {
        font-size: 22pt;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-right > div {
        display: flex;
        border: 0;
        margin-left: 0;
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-bottom: 20px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-right > div span:not(:last-child) {
        margin-bottom: 0;
        margin-left: 20px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-right > div span {
        writing-mode: vertical-lr;
        text-orientation: upright;
        font-size: 16pt;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-bld .content .for-pc {
        display: none;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-bld .content .content-bottom {
        display: block;
    }

    .pg-top .section-group.group-bld-boxes > .section.section-boxes {
        padding: 45px 20px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group {
        grid-gap: 10px;
        grid-template-columns: var(--box-blue2-width) var(--box-blue2-width) var(--box-blue2-width);
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:first-child,
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:first-child,
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div > span:first-child,
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div > span,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:first-child,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:first-child,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span:first-child,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span {
        font-size: 8pt;
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:last-child:not(:first-child),
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div > span:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span:last-child:not(:first-child) {
        font-size: 6pt;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:last-child:not(:first-child) {
        letter-spacing: -2px;
    }

    .pg-top .section.section-construction-example .slider .slick-slide .slick-space {
        height: 166px;
    }
    .pg-top .section-group.group-recruitment > .section.section-recruitment > .content {
        margin-bottom: 15px;
    }
    .pg-top .section-group.group-recruitment > .section.section-recruitment > .content > div > p {
        font-size: 13pt;
        border-bottom-width: 1px;
    }
    .pg-top .section-group.group-recruitment > .section.section-recruitment > .content > div > p:not(:last-child) {
        margin-bottom: 8px;
    }

    .pg-bld .section-group.group-bld > .section.section-boxes {
        padding: 45px 20px;
    }

    /* .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 {
        height: 46px;
    } */
}
@media (max-width: 736px) {
    .pg-bld .banner {
        background-size: 110% auto;
        background-position: center 28%;
    }
    .pg-construction-example .banner {
        background-size: 247% auto;
        background-position: 64% center;
    }
    .pg-construction-example .section-group.group-detailsimages > .section.section-details {
        padding: 45px;
    }
    .pg-construction-example .section-group.group-detailsimages > .section.section-details .content span {
        font-size: 19.4px;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs .tab-left {
        font-size: 19.39pt;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs .tab-right {
        font-size: 13.25pt;
    }
    .pg-main-client .banner {
        background-size: 178% auto;
        background-position: center top;
    }
}
@media (max-width: 682px) {
    .pg-bld .banner {
        background-size: 130% auto;
    }
}
@media (max-width: 576px) {
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group {
        display: inline-table;
        width: 100%;
        margin-bottom: 20px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 {
        width: calc(50% - 5px);
        float: left;
        margin-bottom: 10px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2:nth-child(odd) {
        margin-left: 0;
        margin-right: 5px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2:nth-child(even) {
        margin-left: 5px;
        margin-right: 0;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:first-child,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:first-child,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span:first-child,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span {
        font-size: 8pt;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span:last-child:not(:first-child) {
        font-size: 6pt;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:last-child:not(:first-child) {
        letter-spacing: -2px;
    }
    .pg-bld .banner {
        background-size: 192% auto;
        background-position: 76% 28%;
    }
    .pg-construction-example {
        --slick_arrow_space: -26px;
    }
    .pg-construction-example .slick-slider .slick-space {
        margin: 10px 0;
    }
    .pg-construction-example .slick-slider .slick-arrow {
        width: 20px;
    }
    .pg-construction-example .section-group.group-detailsimages > .section.section-details {
        padding: 35px 29px;
    }
    .pg-construction-example .section-group.group-detailsimages > .section.section-details .content span {
        font-size: 10.9pt;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images.for-pc {
        /* height: 0px; */
        /* overflow: hidden; */
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images.for-sp {
        height: unset;
        display: none;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images {
        padding: 35px 29px;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs {
        margin-bottom: 5px;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs > div {
        padding: 3px 8px;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs .tab-left {
        font-size: 14.39pt;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs .tab-right {
        font-size: 9.25pt;
        padding-top: 6px;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .date {
        font-size: 7.83pt;
        margin-bottom: 0;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .slick-slide.slick-space {
        height: 342px;
    }
    .pg-main-client .section-group.group-clients > .section.section-images {
        padding: 30px;
    }
    .pg-main-client .section-group.group-clients > .section.section-images .content > a {
        width: calc(100% / 2 - (var(--margin-width) * 2) / 2);
        height: 110px;
        padding: 20px 20px;
    }
    .pg-main-client .section-group.group-clients > .section.section-images .content > a:nth-child(odd) {
        margin-right: 10px;
        margin-left: 0!important;
        margin-bottom: 20px;
    }
    .pg-main-client .section-group.group-clients > .section.section-images .content > a:nth-child(even) {
        margin-left: 10px;
        margin-right: 0!important;
    }
}
@media (max-width: 421px) {
    :root {
        --slick_arrow_space: -25px;
    }
    body:not(.pg-top) > .banner {
        max-height: 348px;
    }
    nav .section.brand > a > img {
        margin-left: 15px;
    }
    body > .section.section-blue,
    body > .section-group > .section.section-blue {
        padding: 20px 45px;
    }
    body > .section.section-blue.pad-custom-001,
    body > .section-group > .section.section-blue.pad-custom-001 {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }
    .parenthesis-close,
    .parenthesis-open {
        height: unset;
        width: unset;
        overflow: visible;
    }
    .parenthesis-open:before {
        position: relative;
    }
    body > .section .title-box > img,
    body > .section-group > .section .title-box > img {
        width: 40px;
        height: 40px;
    }
    body > .section .title-box > span.title,
    body > .section-group > .section .title-box > span.title {
        font-size: 13pt;
        margin-bottom: 5px;
    }
    body > .section .title-box > span.subtitle,
    body > .section-group > .section .title-box > span.subtitle {
        font-size: 9pt;
    }

    .slick-slider ul.slick-dots {
        width: unset;
    }
    .slick-slider ul.slick-dots > li > button {
        width: 7px;
        height: 7px;
    }
    .pg-top .banner .slider .for-sp {
        display: block;
    }
    .pg-top .banner .slider .for-pc {
        display: none;
    }
    .pg-top > .section, .pg-top > .section-group > .section {
        padding: 25px;
    }
    .pg-top .banner .banner-text-left {
        height: 120px;
    }
    .pg-top .banner .logo-bld {
        width: 110px;
        right: 11%;
        top: 50%;
    }
    .pg-top .banner .box-img-scroll {
        right: 10px;
        width: 12px;
        height: 86px;
    }
    .pg-top .banner .btn-down img {
        height: 11px;
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:last-child:not(:first-child),
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:last-child:not(:first-child),
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div > span:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span:last-child:not(:first-child) {
        margin-top: 7px;
    }
    .box-blue2 span.mt-custom-1 {
        margin-top: 9px;
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span.cent:last-child:not(:first-child),
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span.cent:last-child:not(:first-child),
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div > span.cent:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span.cent:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span.cent:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span.cent:last-child:not(:first-child) {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span.cent:last-child:not(:first-child) b,
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span.cent:last-child:not(:first-child) b,
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div > span.cent:last-child:not(:first-child) b,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span.cent:last-child:not(:first-child) b,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span.cent:last-child:not(:first-child) b,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span.cent:last-child:not(:first-child) b {
        display: inline-block;
    }
    .pg-top .section-group.group-recruitment > .section {
        padding-bottom: 15px;
    }
    .pg-top .section-construction-example,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes {
        padding: 30px 20px;
    }
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group{
        margin-bottom: 15px;
    }
    .pg-bld .box-blue2,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 {
        background-size: 100% 100%;
        height: unset;
        min-height: 47px;
    }
    .pg-bld .box-blue2.box-group-2 > div > div > span:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:last-child:not(:first-child) {
        letter-spacing: unset;
    }
    .pg-bld .box-blue2 > div > div,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div {
        display: unset;
    }
    .pg-top .section.section-construction-example .slider {
        margin-bottom: 15px;
    }
    .pg-top .section.section-construction-example > .title-box {
        margin-bottom: 10px;
    }
    .pg-bld .section-group.group-bld .bg {
        left: -192%;
        width: 445%;
    }
    .pg-bld .section-group.group-bld > .section.section-boxes {
        padding: 30px 20px;
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group {
        margin-bottom: 15px;
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 {
        margin-bottom: 8px;
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:last-child:not(:first-child),
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div > span:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:last-child:not(:first-child),
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span:last-child:not(:first-child) {
        font-size: 8pt;
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:first-child,
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:first-child,
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div > span:first-child,
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div > span,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-2 > div > div > span:first-child,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-group > .box-blue2.box-group-1:first-child > div > div > span:first-child,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span:first-child,
    .pg-top .section-group.group-bld-boxes > .section.section-boxes .box-blue2 > div > div > span {
        font-size: 11pt;
    }
    .pg-top .section-group.group-recruitment > .section.section-recruitment > .content > div > p {
        font-size: 12pt;
    }
    .pg-bld .banner {
        background-size: 147% auto;
        background-position: 93% 43%;
    }
    .pg-bld .banner img {
        object-position: 77% center;
    }
    .pg-bld .section-group.group-bld > .section.section-details {
        padding: 40px;
    }


    .pg-bld .section-group.group-bld > .section.section-details .content .content-right > div span {
        font-size: 14.75pt;
        width: 100%;
        text-align: center;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-right > div span:not(:last-child) {
        margin-bottom: 12px;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content img {
        width: 85px;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-left {
        font-size: 13.39pt;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-left > div > span {
        border-bottom-width: 2px;
        letter-spacing: 5px;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-bottom {
        font-size: 12pt;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-bottom > p:last-child {
        justify-content: center;
        margin-top: 24px;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-bottom > p:last-child > span:first-child {
        font-size: 9.23pt;
        padding-top: 12px;
        margin-right: 13px;
    }
    .pg-bld .section-group.group-bld > .section.section-details .content .content-bottom > p:last-child > span:last-child {
        font-size: 16.32pt;
    }
    .pg-bld .section-group.group-bld > .section.section-boxes .box-group > .box-blue2 > div > div {
        display: table;
        width: 100%;
    }
    .pg-construction-example .banner {
        background-size: 326% auto;
        background-position: 56% center;
    }
    .pg-construction-example .section-group.group-detailsimages > .section.section-details {
        padding-left: 0;
        padding-right: 0;
    }
    .pg-construction-example .section-group.group-detailsimages > .section.section-details .content span {
        font-size: 10pt;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images {
        padding: 20px 29px;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs > div {
        padding: 2px 5px;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs .tab-left {
        font-size: 13.39pt;
        letter-spacing: 0px;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .tabs .tab-right {
        font-size: 9pt;
        padding-top: 5px;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .date {
        font-size: 7.83pt;
    }
    .pg-construction-example .section-group.group-detailsimages > .section-group-images > .section.section-images .content .slick-slide.slick-space {
        height: 300px;
    }

    .pg-main-client .banner {
        background-size: 183% auto;
        background-position: center 2%;
    }
}
@media (max-width: 390px) {
    .pg-bld .banner {
        background-size: 158% auto;
        background-position: 82% 47%;
    }
}
@media (max-width: 375px) {

}

/*======================================================================
.* ANIMATION
.*======================================================================*/

@keyframes height0100 {
	0%{ height: 0%; opacity: 100%; }
	70%{ opacity: 100%; height: 100%; }
	100%{ opacity: 0%; height: 100%; }
}
@-webkit-keyframes FloatVertical {
    0% {
        -webkit-transform: translate3d(0,4px,0) translateX(-50%);
        transform: translate3d(0,4px,0) translateX(-50%);
    }
    50% {
        -webkit-transform: translate3d(0,-4px,0) translateX(-50%);
        transform: translate3d(0,-4px,0) translateX(-50%);
    }
    to {
        -webkit-transform: translate3d(0,4px,0) translateX(-50%);
        transform: translate3d(0,4px,0) translateX(-50%);
    }
}
@keyframes FloatVertical {
    0% {
        -webkit-transform: translate3d(0,4px,0) translateX(-50%);
        transform: translate3d(0,4px,0) translateX(-50%);
    }
    50% {
        -webkit-transform: translate3d(0,-4px,0) translateX(-50%);
        transform: translate3d(0,-4px,0) translateX(-50%);
    }
    to {
        -webkit-transform: translate3d(0,4px,0) translateX(-50%);
        transform: translate3d(0,4px,0) translateX(-50%);
    }
}
