@charset "UTF-8" ;

/* Fonts */
html, body {
    font-size:16px;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    background-color: #F5F5F5;
    position:relative;
    color: #222;
}
.redFig {
    color: #DE0039;
}
p {
    margin-bottom:.6em;
    font-weight:500;
    line-height:1.8;
    letter-spacing: .04em;
}
p.lead {
    font-size:1.25rem;
    font-weight:500;
    line-height:1.2;
    letter-spacing: .04em;
}
p.sumbLead {
    font-size:1.125rem;
    font-weight:500;
    line-height:2;
    letter-spacing: .04em;
}
h2.sales {
    margin:.6em 0;
    font-size:4.5rem;
    font-weight:900;
}
h2.ttlSect {
    margin-bottom:1.56em;
    font-size:clamp(16px,4.3vw,2rem);
    font-weight:700;
    line-height:1.2;
}
h2.ttlSect span.bigEng {
    margin-top:-0.15em;
    font-size:clamp(48px,12.8vw,400%);
    font-weight:900;
    display:block;
}

.pcOnly {
    display:block;
}
.spOnly {
    display:none;
}

/* Button */
a.btnA {
    width:100%;
    height:16vw;
    max-width:600px;
    max-height:90px;
    margin:2.6em auto 0 auto;
    color:#fff;
    font-size:1.5rem;
    font-weight:700;
    letter-spacing: .04em;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    text-decoration: none;
    transition: all 0.5s ease;
}
a.btnA:hover {
    background-color: #DE0039;
}

html {
    scroll-behavior: smooth;
}
.row {
    width:100vw;
    max-width:984px;
    margin:0 auto;
    padding:0 20px;
}
.flxbox {
    display:flex;
    justify-content: space-between;
}

header {
    width:100%;
    height:0;
    position:sticky;
    top:0;
    left:0;
    z-index:10;
}
header nav {
    display:flex;
    position:absolute;
    top:24px;
    right:50px;
    gap:16px;
}
header nav .headerMenu {
    margin:0;
    padding:16px 50px;
    display:flex;
    list-style:none;
    gap:0 64px;
    background-color: #222;
}
header nav .headerMenu li a {
    font-size:1.125rem;
    font-weight:500;
    letter-spacing: .04em;
    color:#fff;
    text-decoration: none;;
}
header nav .headerMenu li a:hover {
    text-decoration: underline;
}
header nav .headerMenu.contact {
    background-color: #DE0039;
}
header h2.headerLogo {
    position:relative;
}
header h2 {
    display: block;
    width: 18.2vw;
    max-width: 150px;
}
header h2 a img {
    width:100%;
    height: auto;
}

main {
    margin-top:0;
    padding-left:62px;
}

footer {
    width:62px;
    height:100%;
    color: #fff;
    background-color:#222;
    position:fixed;
    left:0;
    top:0;
    z-index:-1;
}
footer p {
    margin-top:50vh;
    transform: rotate(90deg);
    color: #fff;
    font-size:0.875rem;
    white-space: nowrap;
}

/* Key Visual */
.kvArea {
    width:100%;
    height:838px;
    background-image:url(../images/img_kv_bg.jpg);
    background-size: cover;
    position:relative;
}
.kvArea::after {
    width:769px;
    height:506px;
    content:'';
    background-image: url(../images/img_kv01.png);
    position:absolute;
    right:0;
    bottom:0;
}
.kvArea .kvCopy {
    width:100%;
    max-width:1080px;
    position:absolute;
    top:160px;
    left:50%;
    transform: translateX(-540px);
}
.kvArea .kvCopy h1 {
    margin-bottom:.4em;
    font-size: clamp(28px,7.5vw,5rem);
    font-weight:900;
    line-height: 1.2;
}
.kvArea .kvCopy h3 {
    font-size: clamp(16px,4.3vw,2rem);
    font-weight:700;
    line-height: 1.4;
}

/* Section */
section {
    padding:120px 0;
}
.sectGray {
    background-color: #E2E2E2;
}
.sectBlack {
    color:#fff;
    background-color: #222;
}

/* Service */
ul.menueService {
    margin:0 1.5em;
    padding:0;
    list-style: none;
    display: flex;
    gap:18px;
}
ul.menueService li {
    flex-basis: calc((100% - 36px)/ 3);
}
ul.menueService li a {
    width:100%;
    height:clamp(45px,12vw,60px);
    text-decoration: none;
    border:thin solid #222;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px,3.7vw,1.25rem);
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.5s ease;
}
ul.menueService li a:hover {
    color: #fff;
    background-color: #DE0039;
    border-color: #DE0039;
}
ul.contentService {
    margin:0;
    padding:0;
    list-style: none;
}
ul.contentService > li {
    padding:2.25rem 2.25rem 5rem 2.25rem;
    margin-top:6.6rem;
    background-color: #fff;
}
ul.contentService li .numbContent {
    margin-bottom:0.1em;
    margin-top:-1.1em;
    font-size: clamp(48px,12.8vw,6rem);
    font-weight: 900;
}
ul.contentService li h3 {
    margin-bottom:1rem;
    font-size: clamp(32px,8.5vw,3rem);
    font-weight: 700;
}
ul.contentService li .flxbox.overview {
    margin-bottom:2rem;
}
ul.contentService li .flxbox.overview .col figure img {
    width:100%;
    height:auto;
}
ul.contentService li .flxbox.overview .col:first-child {
    flex-basis: calc(100% - 318px);
}
ul.contentService li .flxbox.overview p.lead {
    margin-bottom:2rem;
}
ul.contentService li .flxbox.overview .fukidashi {
    margin-bottom:1.25rem;
    padding:.3rem 1rem;
    color: #fff;
    font-size:0.875rem;
    background-color: #DE0039;
    display:inline-block;
    position:relative;
}
ul.contentService li .flxbox.overview .fukidashi:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 16px solid #de0039;
    border-bottom: 0;
    content:'';
    position:absolute;
    bottom:-16px;
    left:23px;
  }
  ul.contentService li .flxbox.overview .listSkill {
    margin-bottom:2rem;
    margin-left:0;
    padding-left:1.5rem;
    list-style: disc;
  }
  ul.contentService li .flxbox.overview .listSkill li {
    margin-bottom:.5em;
    font-weight: 500;
  }
  ul.contentService li h4 {
    margin-bottom: 2rem;
    padding:.3em 1.25rem;
    color: #fff;
    font-size: clamp(18px,4.8vw,1.5rem);
    font-weight: 700;
    letter-spacing: .04em;
    background-color: #222;
    line-height: 1.2;
  }
  ul.contentService li .flxbox.spec {
    gap:1rem;
  }
  ul.contentService li .flxbox.spec .col {
    flex:1;
  }
  ul.contentService li .flxbox.spec table {
    width:100%;
    border-spacing:1px;
  }
  ul.contentService li .flxbox.spec table tr th {
    width:7.5em;
    padding:.4rem 1.25rem;
    color:#fff;
    font-weight:500;
    background-color: #999;
    white-space: nowrap;
  }
  ul.contentService li .flxbox.spec table tr td {
    padding:.4rem 1rem;
    background-color: #f6f6f6;
    font-weight:500;
    line-height: 1.4;
  }
  ul.contentService li .flxbox.spec table tr td span {
    margin-top: 0.4rem;
    font-size: 0.875rem;
    display:block;
  }
  ul.contentService li .flxbox.spec table tr td span.profile {
    font-size: 0.75rem;
  }
  ul.contentService li .spec .shoulder {
    font-size:0.875rem;
    font-weight:500;
    letter-spacing: 0.04em;
  }
  ul.contentService li .spec h5 {
    margin-bottom:.6rem;
    margin-top:0;
    font-size: 1.25rem;
    font-weight:700;
  }
  ul.contentService li .spec p {
    margin-bottom:2rem;
  }
  ul.contentService li hr {
    margin:3rem 0;
  }

  /* Message */
  .flxbox.message {
    gap:3.5rem;
  }
  .flxbox.message .col:last-child {
    width:calc(100% - 401px);
  }
  .flxbox.message .col:last-child p {
    margin-bottom:.4em;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2;
  }
  .flxbox.message .col .president {
    text-align: right;;
    font-size:1rem;
    font-weight: 700;
  }
  .flxbox.message .col .president span.name {
    margin:0 .4em;
    font-size:200%;
    vertical-align: -0.2em;
  }

  /* Company */
  table.company {
    width:100%;
    border-top:thin solid #ccc;
    border-spacing:0;
  }
  table.company tr th, table.company tr td {
    border-bottom:thin solid #ccc;
    vertical-align: top;
  }
  table.company tr th {
    padding:1.5rem 0;
    white-space: nowrap;
    text-align: left;
    font-size:1.25rem;
  }
  table.company tr td {
    padding:1.25rem 1rem 1.25rem 2rem;
    font-weight:500;
    line-height:2;
    vertical-align: middle;
  }
  table.company tr td ol {
    margin:0;
    padding:0 0 0 1.2em;
  }

  /* Contact */
  form table.form {
    width:100%;
    margin-bottom:5rem;
  }
  form table.form tr th, form table.form tr td {
    padding:.8rem 0;
    text-align: left;
    vertical-align: top;
  }
  form table.form tr th {
    width:10em;
    font-weight: 700;
  }
  form table.form tr th span.required {
    margin-left:.2em;
    color: #DE0039;
  }
  form table.form tr td input, form table.form tr td textarea {
    width:100%;
    padding:0.8em;
    border: thin solid #ccc;
  }
  form button,form input.btn_confirm {
    width:100%;
    max-width:424px;
    height:16vw;
    max-height:70px;
    margin:0 auto;
    color: #fff;
    font-size:1.5rem;
    letter-spacing: 0.04em;
    font-weight:700;
    background-color: #DE0039;
    border-width: 0;
    display:block;
    transition: all 0.5s ease;
  }
  form button:hover {
    cursor: pointer;
    background-color: #222;
  }
  form table.form .mwform-tel-field input, form table.form .mwform-zip-field input {
    width:auto;
  }


  /* SP mode */
@media screen and (max-width: 768px) {
    html, body {
        font-size:13px;
        overflow-x: hidden;
    }
    .pcOnly {
        display:none;
    }
    .spOnly {
        display:block;
    }
    header {
        position:fixed;
    }
    main {
        margin-top:0;
        padding-left:0;
    }
    footer {
        width:100%;
        position:relative;
        padding:0.8rem;
    }
    footer p {
        text-align: center;
        margin-top: 0;
        transform: rotate(0deg);
        font-size: 0.875rem;
        white-space: nowrap;
    }
    .flxbox {
        flex-direction: column;
    }
    section {
        padding: 21vw 0;
    }
    header h2.headerLogo {
        width:18.2vw;
        display:block;
    }
    header .menu {
        width:100%;
        height:100vh;
        padding:35vw 5.3vw 5.3vw 5.3vw;
        position: fixed;
        left:0;
        top:0;
        background-color:#ededed;
        flex-direction: column;
        gap:17vw;
        transition: all .3s;
        visibility: hidden;
        transform: scaleY(0);
        transform-origin: center top;
    }
    header .menu.action {
        visibility: visible;
        transform: scaleY(1);
    }
    header nav .headerMenu {
        margin: 0;
        padding: 0;
        gap: 0 64px;
        background-color: transparent;
        flex-direction: column;
    }
    header nav .headerMenu:first-child li {
        border-bottom:thin solid #ccc;
    }
    header nav .headerMenu:first-child li:first-child {
        border-top:thin solid #ccc;
    }
    header nav .headerMenu:first-child li a {
        padding:1em 0.5em;
        color:#222;
        display:block;
        font-size:4.8vw;
        position:relative;
    }
    header nav .headerMenu:first-child li a::after {
        width:24px;
        height: 24px;
        content:'';
        background-image: url(../images/right-chevron_red.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position:absolute;
        right:0;
    }
    header nav .headerMenu.contact li a {
        width:100%;
        height:16vw;
        display:flex;
        background-color: #222;
        font-size: 4.2vw;
        justify-content: center;
        align-items: center;
    }
    header nav .headerMenu.contact li a::after {
        content:'はこちら';
    }
    .humberger {
        width:54px;
        height:54px;
        background-color: #222;
        position:absolute;
        right:0;
        top:0;
    }
    .humberger span {
        width:30px;
        height:2px;
        content:'';
        background-color:#fff;
        position:absolute;
        left:50%;
        top:50%;
        transform: translateX(-50%);
    }
    .humberger span:nth-child(1) {
        transform: translate(-50%,-8px);
    }
    .humberger span:nth-child(2) {
        transform: translate(-50%,0px);
    }
    .humberger span:nth-child(3) {
        transform: translate(-50%,8px);
    }
    .humberger.action span:nth-child(1) {
        transform: rotate(45deg);
        margin-left:-12px;
    }
    .humberger.action span:nth-child(2) {
        height:0;
    }
    .humberger.action span:nth-child(3) {
        transform: rotate(-45deg);
        margin-left:-12px;
    }
    .kvArea {
        height: 140vw;
        background-image: url(../images/img_kv_sp.jpg);
    }
    .kvArea::after {
        display:none;
    }
    .kvArea .kvCopy {
        position: absolute;
        top: 25vw;
        left: 6.4vw;
        transform: translateX(0);
    }
    ul.contentService > li {
        padding: 16px 20px 5rem 20px;
    }
    ul.contentService li .flxbox.overview .col:first-child {
        flex-basis: 100%;
    }
    ul.menueService {
        margin: 0 0;
        gap: 10px;
    }
    ul.menueService li {
        flex-basis: calc((100% - 20px)/ 3);
    }
    .flxbox.message .col:last-child {
        width: 100%;
    }
    form table.form tr th, form table.form tr td {
        display:block;
    }
    form table.form tr th {
        padding-bottom:0;
    }
}