@charset "utf-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root {
    --fsize-10: .625rem;
    --fsize-12: .75rem;
	--fsize-13: .8125rem;
	--fsize-14: .875rem;
	--fsize-15: .9375rem;
    --fsize-16: 1rem;
    --fsize-17: 1.0625rem;
	--fsize-18: 1.125rem;
    --fsize-19: 1.1875rem;
	--fsize-20: 1.25rem;
    --fsize-21: 1.3125rem;
	--fsize-22: 1.375rem;
    --fsize-23: 1.4375rem;
    --fsize-24: 1.5rem;
	--fsize-25: 1.5625rem;
	--fsize-26: 1.625rem;
	--fsize-28: 1.75rem;
	--fsize-30: 1.875rem;
    --fsize-32: 2rem;
    --fsize-33: 2.0625rem;
    --fsize-34: 2.125rem;
    --fsize-35: 2.1875rem;
	--fsize-38: 2.375rem;
	--fsize-40: 2.5rem;
	--fsize-42: 2.625rem;
	--fsize-44: 2.75rem;
    --fsize-46: 2.875rem;
	--fsize-48: 3rem;
    --fsize-50: 3.125rem;
	--fsize-56: 3.5rem;
	--fsize-60: 3.75rem;
	--fsize-64: 4rem;
	--fsize-72: 4.5rem;
    --fsize-80: 5rem;
    --fsize-100: 6.25rem;
    --fsize-110: 6.875rem;
    --fsize-130: 8.125rem;
}
a {
    text-decoration: none;
    color: #2d2d2d;
    transition: all 0.3s ease-out;
}
a[target=_blank] {
	position: relative;
}
a[target=_blank]::after {
    position: absolute;
    content: "";
    background: url(../images/right-up.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -25px;
    top: 26%;
    transition: .3s ease;
    display: block;
}
area:hover {
    opacity: .5;
}
img {
    width: 100%;
    vertical-align: bottom;
}
body {
    width: 100%;
    color: #2d2d2d;
    font-size: var(--fsize-20);
    font-family: "Zalando Sans", sans-serif;
    line-height: 1.4;
    letter-spacing: .01em;
}
body.fixed {
    overflow-y: hidden;
    position: fixed;
}
h1 {
    margin-left: 32px;
    width: clamp(176px, 18vw, 300px);
}
h1 a {
    display: flex;
}
h2 {
    font-size: var(--fsize-50);
    position: relative;
    font-weight: 600;
    letter-spacing: .03em;
}
h2::after {
    position: absolute;
    font-size: clamp(50px, 12vw, 100px);
    color: #ebebeb;
    left: -72px;
    bottom: 0;
    z-index: -1;
    font-style: italic;
    font-weight: 600;
    letter-spacing: .03em;
}
h3 {
    color: #808080;
    font-size: var(--fsize-35);
    line-height: 1.1;
    font-weight: 600;
}
h4 {
    color: #00559e;
    font-size: var(--fsize-30);
    position: relative;
    margin-bottom: 1.3em;
    line-height: 1;
    font-weight: 600;
}
h4::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #00559e;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
h5 {
    font-size: var(--fsize-23);
    line-height: 1.1;
    font-weight: 600;
}
header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    height: 100px;
    background-color: #fff;
    z-index: 99999;
    width: 100%;
    align-items: center;
}
header nav {
    padding-right: 30px;
    font-size: var(--fsize-18);
}
header nav ul {
    display: flex;
    list-style: none;
    align-items: center;
}
.header_tel a {
    border: 1px solid #2d2d2d;
    border-radius: 50px;
    display: inline-block;
    padding: .3em 1em;
}
.header_tel {
    margin-right: 15px;
}
.header_tel p {
    position: relative;
    padding-left: 25px;
}
.header_form {
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}
nav .header_tel p::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 20%;
    display: inline-block;
    background-image: url(../images/tel.png);
    width: 20px;
    height: 100%;
    transition: all 0.3s;
}
@media (min-width: 1200px) {
    .header_form {
        background: url(../images/mail_1.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        transition: all 0.3s;
    }
    .header_form:hover {
        background: url(../images/mail_2.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
    }
    .header_tel:hover a {
        background: #1a1a1a;
        color: #fff;
    }
    .header_tel:hover p::before {
        background-image: url(../images/tel_wht2.png);
    }
}
@media (max-width: 1199px) {
    .header_form:hover {
        background: none;
    }
}
.header_form p {
    display: none;
}
.header_form a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.nav_wrap_left {
    display: flex;
    gap: 30px;
    margin-right: 30px;
}
header nav li.lg a[target=_blank]::after {
    display: none;
}

/* hamburger ----------------------*/
.hamburger {
    display: none;
}
.hamburger span {
    position: absolute;
        margin: auto;
        width: 32px;
        height: 1px;
        background-color: #2d2d2d;
}

@media (max-width: 1199px) {
    .hamburger {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 16px;
        z-index: 99999;
    }
    .hamburger span {
        transition: all 0.4s;
    }
    .hamburger span:nth-of-type(1) {
        top: -25px;
        bottom: 0;
    }
    .hamburger span:nth-of-type(2) {
        top: 0px;
        bottom: 0;
    }
    .hamburger span:nth-of-type(3) {
        top: 25px;
        bottom: 0;
    }
    .open .hamburger span:nth-of-type(1) {
        transform: translateY(10px) rotate(-45deg);
    }
    .open .hamburger span:nth-of-type(2) {
        opacity: 0;
    }
    .open .hamburger span:nth-of-type(3) {
        transform: translateY(-15px) rotate(45deg);
    }
    header nav {
        position: fixed;
        top: 64px;
        background-color: rgba(255, 255, 255, 0.92);
        padding-right: 0px;
        transition: all 0.5s;
        width: 100%;
        height: 100vh;
        opacity: 0;
        z-index: -1;
        visibility: hidden;
    }
    .open header nav {
        opacity: 1;
        visibility: visible;
        z-index: 200;
        font-size: var(--fsize-20);
    }
    header nav a {
        padding-bottom: .5em;
    }
    header nav ul {
        flex-direction: column;
        padding: 50px;
    }
    .nav_wrap_left {
        flex-direction: column;
    }
    .nav_wrap_left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .nav_wrap_left a {
        width: 100%;
        display: block;
    }
    .header_tel {
        margin-right: auto;
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .header_tel a {
        padding: 0 0 .5em 0;
        border: unset;
        width: 100%;
    }
    .header_form {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .header_form img {
        display: none;
    }
    .header_form p {
        display: block;
        padding-left: 35px;
        position: relative;
    }
    .header_form p::before {
        position: absolute;
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        top: 20%;
        display: inline-block;
        background-image: url(../images/mail_blk.png);
        width: 25px;
        height: 100%;
    }
    header nav li {
        border-bottom: 1px solid #2d2d2d;
    }
    header nav li.lg {
        border: unset;
        margin-right: 0;
        margin-left: auto;
    }
}
@media (max-width: 600px) {
    header nav ul {
        padding: 30px;
    }
}
/* hamburger end----------------------*/

.mv {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 100px;
}
.vimeo-bg {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
}
#message {
    max-width: 1344px;
    margin: 5em auto 0;
}
#message h2, #business h2, #product h2 {
    max-width: 1200px;
    /*margin: 0 auto 1.4em;*/
    margin: -150px auto 1em;
    padding-top: 150px;
}
#message h2::after {
    content: "MESSAGE";
}
#message h3, #business h3 {
    max-width: 1200px;
    margin: 0 auto 1.6em;
}
#message p {
    max-width: 1100px;
    position: relative;
    margin-bottom: 2em;
    left: calc(50% - 672px + 200px);
}
#message p::after {
    position: absolute;
    content: "";
    background-color: #ebebeb;
    width: 1050px;
    height: 600px;
    z-index: -1;
    left: -60px;
    top: -30px;
}
#message div {
    max-width: 1000px;
}
#business {
    margin-top: 7em;
}
#business .business_intro {
    max-width: 1344px;
    margin: 0 auto;
}
#business h3 {
    max-width: 1344px;
}
#business h2::after {
    content: "BUSINESS";
}
#business .business_box {
    display: flex;
    justify-content: space-between  ;
}
#business .business_box p {
    max-width: 710px;
}
#business .business_box div {
    max-width: 569px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    overflow: hidden;
}
#business .business_box div img {
    object-fit: cover;
    transform: scale(1.2) translate(5%, -10%);
}
#business .workflow {
    max-width: 1344px;
    margin: 60px auto 0;
}
.workflow ul {
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.workflow li {
    display: contents;
}
.workflow li div {
    max-width: 321px;
    grid-row: 1;
    position: relative;
}
.workflow li div::after {
    content: "";
    position: absolute;
    background-image: url(../images/arrow.png);
    width: 54px;
    height: 54px;
    top: 50%;
    right: -37px;
    transform: translate(0%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
}
.workflow li:last-child div::after {
    display: none;
}
.workflow li h5 {
    grid-row: 2;
    margin-top: .5em;
    margin-bottom: 1.3em;
    position: relative;
    padding-left: 25px;
}
.workflow li h5::before {
    position: absolute;
    content: "";
    background-image: url(../images/accent1.png);
    width: 15px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 15%;
}
.workflow li p {
    grid-row: 3;
}
.strengths {
    margin-top: 120px;
    position: relative;
}
.strengths h4 {
    max-width: 1344px;
    margin: 0 auto;
}
.strengths ul {
    max-width: 1363px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
    position: relative;
}
.strengths::after {
    position: absolute;
    content: "";
    background: url(../images/back1.png);
    max-width: 1680px;
    width: 100%;
    height: 360px;
    bottom: -60px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
}
.strengths li {
    display: contents;
}
.strengths li span {
    position: relative;
    margin-top: 160px;
}
.strengths li span::before {
    position: absolute;
    font-size: clamp(80px, 25vw, 150px);
    color: #808080;
    display: block;
    line-height: normal;
    top: -170px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.01em;
    opacity: .8;
    font-weight: 600;
}
.strengths li:first-child span::before {
    content: "01";
}
.strengths li:nth-child(2) span::before {
    content: "02";
}
.strengths li:nth-child(3) span::before {
    content: "03";
}
.strengths li:nth-child(4) span::before {
    content: "04";
}
.strengths li span::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #2d2d2d;
    position: absolute;
    top: 0;
    right: -25px;
}
.strengths div {
    margin-top: auto;
    text-align: right;
    grid-row: 1;
    height: 120px;
    position: relative;
}
.strengths li img {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.strengths p {
    grid-row: 2;
    padding: 2em 0;
}
.slide-box {
    margin-top: 55px;
    overflow: hidden;
}
.slide-box div {
    height: 328px;
    animation: slide 80s linear infinite;
    background-size: cover;
    background-repeat: repeat-x;
}
.slide1 {
    background: url(../images/sliding1.png);
}
.slide2 {
    background: url(../images/sliding2.png);
}
@keyframes slide {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 2951px 0;
  }
}
#product {
    max-width: 1344px;
    margin: 6em auto 0;
}
#product h2::after {
    content: "PRODUCT";
}
.for_suppliers {
    margin-bottom: 60px;
}
.for_suppliers p {
    max-width: 1200px;
    margin: 0 auto;
}
.for_users_box {
    max-width: 1200px;
    margin: 0 auto;
}
.for_users_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    list-style: none;
    row-gap: 75px;
    margin: 40px auto 130px;
}
.for_users_box li p {
    text-align: center;
    padding: .3em 1.5em;
    border: 1px solid #2d2d2d;
    border-radius: 50px;
    margin: 20px auto 0;
    width: fit-content;
}
#company {
    position: relative;
    margin: -40px auto 1.4em;
    padding-top: 200px;
}
#company::after {
    position: absolute;
    background: url(../images/back2.png);
    content: "";
    max-width: 1560px;
    width: 100%;
    height: 200px;
    top: 2em;
    z-index: -999;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}
#company .company_inner {
    margin: -3em auto 0;
}
#company h2 {
    max-width: 1200px;
    margin: 0 auto 2em;
}
#company h2::after {
    content: "COMPANY";
    color: #fff;
}
#company table {
    margin: 0 auto 80px;
    line-height: 1.3;
    width: 100%;
    border-spacing: 0 10px;
    max-width: 960px;
}
#company table th {
    background-color: #3386c5;
    color: #fff;
    padding: .5em 1em;
    text-align: left;
    font-weight: normal;
}
#company table td {
    padding: 0 0 .5em 20px;
    position: relative;
}
#company table td::after {
    position: absolute;
    content: "";
    left: 20px;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #3386c5;
}
#company table tr {
    margin-bottom: 10px;
}
#company section {
    text-align: center;
}
#company .map {
    max-width: 1632px;
    margin: 0 auto;
}
#company .map_sp {
    display: none;
}
#company .map a:hover {
    opacity: .7;
}
#company h3 {
    color: #2d2d2d;
    margin-bottom: 2.28em;
}
#contact {
    max-width: 1632px;
    margin: 130px auto 0;
    background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)), url(../images/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding: 80px 0;
    position: relative;
    width: 90%;
}
.contact_inner {
    width: 90%;
    margin: 0 auto
}
#contact h3 {
    color: #fff;
    margin: 1.5em auto 2em;
}
#contact .btn_wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: var(--fsize-30);
}
#contact .btn_wrap a {
    color: #fff;
    text-decoration: none;
    max-width: 450px;
    height: 100px;
    background-color: #3386c5;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 70px;
}
.btn {
    width: 100%;
}
.btn_tel a {
    margin-right: 0;
    margin-left: auto;
}
#contact a:hover {
    color: #2d2d2d;
    background-color: #fff;
    opacity: 1;
}
.btn_tel p {
    position: relative;
    padding-left: 40px;
}
.btn_form a {
    margin-right: auto;
    margin-left: 0;
}
.btn_form p {
    position: relative;
    padding-left: 60px;
}
.btn p::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    display: inline-block;
    transform: translate(0%, -50%);
}
.btn_tel p::before {
    background-image: url(../images/tel_wht1.png);
    width: 100%;
    height: 30px;
}
#contact .btn_tel a:hover p::before {
    background-image: url(../images/tel.png);
}
.btn_form p::before {
    background-image: url(../images/mail_wht2.png);
    width: 100%;
    height: 30px;
}
#contact .btn_form a:hover p::before {
    background-image: url(../images/mail_blk.png);
}
#page-top {
    position: fixed;
    bottom: 16px;
    right: 2.5%;
    transform: translateX(50%);
    z-index: 99;
}
#page-top a {
    display: block;
    width: clamp(21px, 4vw, 21px);
}
#page-top.ft-top {
    top: 0;
    position: absolute;
}
footer {
    position: relative;
}
.ft_inner {
    max-width: 1632px;
    margin: 50px auto;
    width: 90%;
}
.footer_top {
    text-align: right;
}
.footer_top p {
    margin-right: 25px;
}
.footer_bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.footer_bottom_right {
    text-align: right;
}
.footer_bottom_right p {
    margin-right: 25px;
    line-height: 2;
}
.footer_logo {
    width: clamp(200px, 53vw, 280px);
    margin-bottom: 30px;
}
.facebook {
    width: 30px;
    height: 30px;
    margin: 30px 0 30px auto;
}
.facebook a[target=_blank]::after {
    display: none;
}
footer p {
    font-size: var(--fsize-16);
}

/*お問い合わせページ*/
.form {
    max-width: 700px;
    width: 90%;
    margin-top: 150px;
    margin: 150px auto 0;
}
.form h2 {
    margin: 0 auto 1em;
}
.form p {
    margin-bottom: 1em;
}
.contact_page #contact {
    margin-top: 1em;
}

@media (max-width: 1550px) {
    #message {
        width: 90%;
    }
    #business .business_intro {
        width: 90%;
        margin: 0 auto;
    }
    #business .workflow {
        width: 90%;
        margin: 60px auto;
    }
    .workflow ul {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }
    .workflow li {
        display: block;
    }
    .workflow li:nth-child(2) div::after {
        display: none;
    }
    .workflow li h5 {
        margin-bottom: 1em;
    }
    .workflow li div {
        max-width: fit-content;
    }
    .strengths h4 {
        width: 90%;
    }
    .strengths ul {
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
    }
    .strengths p {
        padding: 1.5em 0;
    }

    .strengths li span::after {
        top: inherit;
        right: inherit;
        width: 100%;
        height: 1px;
        bottom: 0;
    }
    #product {
        width: 90%;
    }
    .company_inner {
        width: 90%;
        margin: 0 auto;
    }
    .strengths div {
        height: 150px;
    }
    .strengths li img {
        right: 50%;
        transform: translate(50%, -50%);
        top: 50%;
        width: 150px;
        height: 150px;
    }
    #company .map {
        width: 100%;
    }
}
@media (max-width: 1399px) {
    h1 {
        margin-left: 12px;
    }
    #message h2, #business h2, #product h2 {
        margin: -150px auto .6em .6em;
    }
    #company h2 {
        margin-left: .6em;
    }
    h2::after {
        left: -30px;
    }
}
@media (max-width: 1300px) {
    #message p {
        left: 0;
    }
    #message p::after {
        left: 0px;
        inset-inline: 50%;
        width: 100vw;
        margin-inline: -50vw;
    }
    #message div {
        margin: 0 auto;
    }
    #business .business_box {
        flex-direction: column-reverse;
        gap: 40px;
        align-items: center;
    }
    #business .business_box p {
        max-width: fit-content;
    }
    #business .business_box div {
        width: 80%;
    }
}
@media (max-width: 1199px) {
    header {
        height: 64px;
    }
    .mv {
        margin-top: 64px;
    }
    #message h2, #business h2, #product h2 {
        padding-top: 100px;
        margin-top: -100px;
    }
    #contact {
        margin: 50px auto 0;
        padding: 50px 0;
    }
    #contact .btn_wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .btn_tel a, .btn_form a {
        margin-right: auto;
        margin-left: auto;
    }
    .footer_top {
        text-align: left;
    }
    .footer_bottom {
        align-items: self-start;
        flex-direction: column-reverse;
        gap: 50px;
    }
    .facebook {
        margin: 10px auto 10px 0;
    }
    .footer_bottom_right {
        text-align: left;
    }
    .ft_inner {
        margin-bottom: 30px;
    }
    #company .map_pc {
        display: none;
    } 
    #company .map_sp {
        display: block;
    }
    #company .map_sp div {
        margin-bottom: 2em;
    }
    #company .map_sp a[target=_blank]::after {
        display: none;
    }
    #company .map_sp dl {
        display: flex;
        gap: 30px;
        align-items: center;
        margin-bottom: 2em;
    }
    #company .map_sp dl:last-of-type {
        margin-bottom: 0;
    }
    #company .map_sp dt img {
        width: 180px;
        height: 180px;
        object-fit: cover;
        border-radius: 50%;
    }
    #company .map_sp dd {
        text-align: left;
    }
    #company .base_ttl {
        position: relative;
        padding-left: 25px;
        font-size: var(--fsize-23);
        font-weight: 600;
        margin-bottom: .5em;
    }
    #company .base_ttl::before {
        position: absolute;
        content: "";
        background-image: url(../images/accent2.png);
        width: 15px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        left: 0;
        top: 32%;
    }
    #company .map_sp dl:nth-of-type(2) .base_ttl::before {
        background-image: url(../images/accent3.png);
    }
    #company .map_sp dl:nth-of-type(3) .base_ttl::before {
        background-image: url(../images/accent4.png);
    }
    #company .gmap {
        position: relative;
        padding-right: 28px;
        display: inline-block;
        color: #3386c5;
    }
    #company .gmap::after {
        position: absolute;
        content: "";
        background-image: url(../images/gmap_arrow.png);
        width: 18px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        right: 0;
        top: 18%;
    }
    #contact .btn_wrap a {
        max-width: 400px;
    }
    #company table {
        margin: 0 auto 50px;
    }
    .form {
        margin: 100px auto 0;
    }
}
@media (max-width: 1000px) {
    .for_users_box ul {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
        margin: 40px auto 100px;
    }
    .strengths div {
        height: 130px;
    }
    .strengths li img {
        right: 50%;
        transform: translate(50%, -50%);
        top: 50%;
        width: 130px;
        height: 130px;
    }
    .strengths li span {
        margin-top: 130px;
    }
    .strengths li span::before {
        font-size: clamp(80px, 25vw, 120px);
        top: -130px;
    }
}
@media (min-width: 1199px) {
    a:hover {
        opacity: 0.5;
    }
    .header_tel a, .header_form a {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .slide-box div {
        height: 200px;
    }
    .strengths li span::before {
        font-size: clamp(80px, 25vw, 100px);
    }
    #business {
        margin-top: 6em;
    }
}
@media (max-width: 600px) {
    h2 {
        font-size: var(--fsize-38);
    }
    h2::after {
        bottom: 20px;
    }
    h4 {
        font-size: var(--fsize-28);
        margin-bottom: .8em;
    }
    .workflow ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .workflow li:nth-child(1) div::after, .workflow li:nth-child(3) div::after {
        display: none;
    }
    .strengths ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .strengths li img {
        width: 100px;
        height: 100px;
    }
    .strengths div {
        margin-top: -4em;
    }
    .strengths p {
        padding: 0 0 1em;
    }
    #company table th {
        display: block;
        padding: .5em;
    }
    #company table td {
        display: block;
        padding: .5em;
    }
    #company table td::after {
        left: 0;
    }
    #contact .btn_wrap a {
        height: 80px;
        max-width: 370px;
    }
    .strengths {
        margin-top: 0;
    }
    .strengths::after {
        display: none;
    }
    #company .map_sp dl {
        flex-direction: column;
        gap: 15px;
    }
    #company .map_sp dt img {
        width: 250px;
        height: 250px;
    }
    #company .base_ttl {
        margin-bottom: .5em;
    }
    .workflow li h5 {
        margin-bottom: .5em;
    }
    #business .business_box div {
        width: 100%;
    }
    .btn {
        font-size: var(--fsize-25);
    }
    #message h3, #business h3 {
        font-size: var(--fsize-30);
    }
    #message h2, #business h2, #product h2 {
        margin: -120px auto 1em .6em;
    }
    #product {
        margin: 130px auto 0;
    }
    #contact h3 {
        margin: 1.1em auto 1em;
    }
    #company .map_sp div {
        margin-bottom: 0;
    }
    .for_users_box ul {
        margin: 40px auto 60px;
    }
    #company h2 {
        margin-bottom: .8em;
    }
}
@media (max-width: 500px) {
    .for_users_box li p {
        font-size: var(--fsize-15);
    }
    #company {
        padding-top: 160px;
    }
    #company h2 {
        margin-bottom: 1em;
    }
}
@media (max-width: 450px) {
    .btn {
        font-size: var(--fsize-23);
    }
}
@media (max-width: 400px) {
    #message h2, #business h2, #product h2 {
        padding-top: 100px;
        margin-top: -100px;
    }
    #message {
        margin: 3em auto 0;
    }
    #product {
        margin: 4em auto 0;
    }
    #business {
        margin-top: 4em;
    }
}
@media (max-width: 360px) {
    .btn {
        font-size: var(--fsize-20);
    }
}