html {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1000px) {
  .news {
    overflow: hidden;
    max-width: 100vw;
    width: 100%;
    position: relative;
  }
  .news .news-bg-letters {
    position: absolute;
    bottom: -15px;
    right: -10px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 102px */
    letter-spacing: 7.2px;
    opacity: 0.5;
  }
  .news .fixed-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    clip-path: inset(0);
  }
  .news .fixed-img-wrapper .fixed-img {
    background-image: url(../assets/images/news.jpg);
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100vw;
    width: 100%;
    height: 100vh;
    background-size: 150%;
    z-index: -1;
  }
  .news .news__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: space-between;
    max-width: 1167px;
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
  .news .news__wrapper .news-right {
    padding-top: 1.25rem;
    max-width: 876px;
    padding-right: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .news .news__wrapper .news-right .news-list__content {
    color: white;
    font-weight: 600;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 0.125rem solid white;
    width: 100%;
    display: flex;
  }
  .news .news__wrapper .news-right .news-list__content__date {
    margin-right: 40px;
    font-size: 1rem;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  .news .news__wrapper .news-right .news-list__content__title {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  /*
  .news .news__wrapper .news-right .news-list__content--last {
    margin-bottom: 0;
  }
  */
  .news .news__wrapper .news-left {
    width: 100%;
  }
  .news .news__wrapper .news-left__news-heading__en {
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 23.8px */
    letter-spacing: 1.68px;
  }
  .news .news__wrapper .news-left__news-heading__jp {
    position: relative;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 50.4px */
    letter-spacing: 1.44px;
  }
  .company-recruit {
    display: flex;
    justify-content: center;
    background-image: url(../assets/images/company-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .company-recruit__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    justify-content: space-between;
    max-width: 1120px;
    width: 100%;
  }
  .company-recruit__wrapper .company-card {
    max-width: 550px;
    width: 100%;
    height: 430px;
    background-image: url(../assets/images/company.jpg);
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
  }
  .company-recruit__wrapper .company-card .bg-letters {
    position: absolute;
    top: 10px;
    left: 20px;
    color: var(--main-primary-00529A, #00529a);
    font-family: "Bebas Neue";
    font-size: 15.625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 102px */
    letter-spacing: 7.2px;
    opacity: 0.3;
    mix-blend-mode: plus-darker;
  }
  .company-recruit__wrapper .company-card .contents {
    width: 100%;
    padding: 24px 20px 18px;
    background-color: rgba(0, 112, 206, 0.7);
  }
  .company-recruit__wrapper .company-card .contents .desc-and-cta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .company-recruit__wrapper .company-card .contents .desc-and-cta__desc {
    max-width: 320px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
  }
  .company-recruit__wrapper .recruit-card {
    max-width: 550px;
    width: 100%;
    height: 430px;
    background-image: url(../assets/images/recruit.jpg);
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  .company-recruit__wrapper .recruit-card .bg-letters {
    position: absolute;
    top: 10px;
    left: 20px;
    color: var(--main-primary-222222, #222);
    font-family: "Bebas Neue";
    font-size: 13.0208333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 85px */
    letter-spacing: 6px;
    opacity: 0.7;
    mix-blend-mode: color-burn;
  }
  .company-recruit__wrapper .recruit-card .contents {
    max-width: 208px;
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .company-recruit__wrapper .recruit-card .contents .section-heading {
    margin-bottom: 12px;
    text-shadow: 0px 0px 6px rgba(34, 34, 34, 0.7);
  }
  .company-recruit__wrapper .recruit-card .contents .desc-and-cta__desc {
    color: #fff;
    /* text/16- Bold - line-hegiht:160% */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
    margin-bottom: 2px;
    text-shadow: 0px 0px 6px rgba(34, 34, 34, 0.7);
  }
  .business {
    background-image: url(../assets/images/business-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    position: relative;
    padding: 0 24px;
  }
  .business .bg-img {
    position: static;
    right: auto;
    top: auto;
    background-image: url(../assets/images/business.png);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 712px;
    width: 100%;
    height: auto;
    padding-bottom: 73.3%;
    margin-bottom: 116px;
  }
  .business .business-letters {
    position: absolute;
    right: 0;
    bottom: -12px;
    color: var(--main-primary-222222, #222);
    font-family: "Bebas Neue", sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 102px */
    letter-spacing: 7.2px;
    mix-blend-mode: color-dodge;
  }
  .business__wrapper {
    position: relative;
    padding-top: 80px;
    padding-bottom: 0px;
    max-width: 1120px;
    width: 100%;
  }
  .business__wrapper .section-heading {
    margin-bottom: 27px;
  }
  .business__wrapper .business-copy {
    color: var(--main-primary-FFFFFF, #fff);
    /* text/28- Bold - line-hegiht:160% */
    font-size: 28px;
    font-weight: 700;
    line-height: 170%; /* 47.6px */
    margin-bottom: 20px;
  }
  .business__wrapper .business-explanation {
    color: var(--main-primary-FFFFFF, #fff);
    font-weight: 500;
    line-height: 170%; /* 27.2px */
    margin-bottom: 20px;
  }
  .business__wrapper .strength-img {
    background-image: url(../assets/images/strength.png);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 38%;
  }
  .business__wrapper .wrap {
    max-width: 503px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .business__wrapper .wrap .cta-s {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .contact {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 24px;
  }
  .contact__wrapper {
    background-image: url(../images/dot-bg.jpg);
    background-size: 130%;
    background-position: center;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 70rem;
    width: 100%;
  }
  .contact__wrapper .contact-content .section-heading {
    margin-bottom: 27px;
  }
  .contact__wrapper .contact-content .section-heading__en {
    color: var(--main-blue-primary01, #0084c9);
  }
  .contact__wrapper .contact-content .section-heading__jp {
    color: var(--main-blue-primary01, #0084c9);
  }
  .contact__wrapper .contact-content .tel-and-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel {
    border: 4px solid #0070CE;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel .contact-info-address {
    color: #000;
    text-align: center;
    /* text/22- Bold- line-hegiht:160% */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 37.4px */
    margin-bottom: 1.25rem;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel .contact-info-tel {
    display: flex;
    margin-bottom: 0.5rem;
    align-items: center;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel .contact-info-tel__icon {
    position: relative;
    top: 0.125rem;
    margin-right: 0.25rem;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel .contact-info-tel__icon svg {
    width: 3.375rem;
    height: 3.375rem;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel .contact-info-tel__num {
    color: var(--main-primary-007BE3, #0070CE);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 75.6px */
    letter-spacing: 3.24px;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel .contact-info-fax {
    color: var(--main-primary-007BE3, #0070CE);
    text-align: center;
    /* text/28- Bold - line-hegiht:160% */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 47.6px */
  }
  .contact__wrapper .contact-content .tel-and-contact__contact {
    background-image: url(../images/contact-img.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .contact__wrapper .contact-content .tel-and-contact__contact .filter {
    position: absolute;
    background: #0070CE;
    width: 100%;
    height: 22.5rem;
  }
  .contact__wrapper .contact-content .tel-and-contact__contact .filter:hover {
    transition: 0.5s;
    opacity: 0.8;
  }
  .contact__wrapper .contact-content .tel-and-contact__contact .border-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
  }
  .contact__wrapper .contact-content .tel-and-contact__contact .logo-and-txt {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact__wrapper .contact-content .tel-and-contact__contact .logo-and-txt__logo {
    margin-bottom: 1.75rem;
    display: flex;
    justify-content: center;
  }
  .contact__wrapper .contact-content .tel-and-contact__contact .logo-and-txt__txt {
    color: #fff;
    font-size: 1.75rem;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    letter-spacing: 1.28px;
  }
  .contact__wrapper .contact-content .tel-and-contact .contact-card {
    max-width: 35rem;
    width: 100%;
    height: 22.5rem;
    position: relative;
  }
  .contact .btm-shape-svg {
    position: absolute;
    bottom: -1.875rem;
    width: 100%;
    max-width: 90rem;
  }
  .contact .btm-shape-svg svg {
    width: 100%;
    height: 14.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    position: relative;
    background-image: url(../assets/images/fv.jpg);
    background-size: cover;
    background-position: bottom;
    height: 780px;
    width: 100%;
    overflow: hidden;
    padding: 0 24px;
    display: flex;
    justify-content: center;
  }
  .fv .swiper {
    position: absolute;
    right: 0;
    max-width: 88.8888888889vw;
    width: 100%;
  }
  .fv .swiper .swiper-wrapper {
    max-width: 88.8888888889vw;
    width: 100%;
    height: 700px;
  }
  .fv .swiper .swiper-wrapper .swiper-slide {
    max-width: 88.8888888889vw;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .fv .swiper .swiper-wrapper .swiper-slide--1 {
    background-image: url(../assets/images/slide1.jpg);
  }
  .fv .swiper .swiper-wrapper .swiper-slide--2 {
    background-image: url(../assets/images/slide2.jpg);
  }
  .fv .swiper .swiper-wrapper .swiper-slide--3 {
    background-image: url(../assets/images/slide3.jpg);
  }
  .fv__wrapper {
    max-width: 1280px;
    width: 100%;
    position: relative;
  }
  .fv__wrapper .fv-text {
    position: absolute;
    z-index: 2;
    margin-top: 0px;
    bottom: 100px;
  }
  .fv__wrapper .fv-text__en {
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 14.3229166667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 139.4px */
    letter-spacing: 2.84px;
    margin-bottom: 2.7777777778vw;
  }
  .fv__wrapper .fv-text__jp {
    color: #fff;
    /* text/36- Medium - line-hegiht:140%- letter-opadiing:4% */
    font-size: 4.6875vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 50.4px */
    letter-spacing: 1.44px;
  }
  .fv__bg-letters {
    transform: rotate(-90deg);
    position: absolute;
    z-index: 1;
    right: -260px;
    bottom: 320px;
    color: #000;
    font-family: "Bebas Neue", sans-serif;
    font-size: 180px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 153px */
    letter-spacing: 10.8px;
    mix-blend-mode: overlay;
  }
  .news {
    overflow: hidden;
    max-width: 100vw;
    width: 100%;
    position: relative;
  }
  .news .news-bg-letters {
    position: absolute;
    bottom: -15px;
    right: -10px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 102px */
    letter-spacing: 7.2px;
    opacity: 0.5;
  }
  .news .fixed-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    clip-path: inset(0);
  }
  .news .fixed-img-wrapper .fixed-img {
    background-image: url(../assets/images/news.jpg);
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100vw;
    width: 100%;
    height: 100vh;
    background-size: 370%;
    z-index: -1;
  }
  .news .news__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: space-between;
    max-width: 1167px;
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
  }
  .news .news__wrapper .news-right {
    padding-top: 1.25rem;
    max-width: 876px;
    padding-right: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .news .news__wrapper .news-right .news-list__content {
    color: white;
    font-weight: 600;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 0.125rem solid white;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .news .news__wrapper .news-right .news-list__content__date {
    margin-right: 40px;
    font-size: 1rem;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  .news .news__wrapper .news-right .news-list__content__title {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  .news .news__wrapper .news-right .news-list__content--last {
    margin-bottom: 0;
  }
  .news .news__wrapper .news-left {
    width: 100%;
  }
  .news .news__wrapper .news-left__news-heading__en {
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 23.8px */
    letter-spacing: 1.68px;
  }
  .news .news__wrapper .news-left__news-heading__jp {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 50.4px */
    letter-spacing: 1.44px;
  }
  .company-recruit {
    display: flex;
    justify-content: center;
    background-image: url(../assets/images/company-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .company-recruit__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    justify-content: space-between;
    max-width: 1120px;
    width: 100%;
  }
  .company-recruit__wrapper .company-card {
    max-width: 550px;
    width: 100%;
    height: 430px;
    background-image: url(../assets/images/company.jpg);
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
  }
  .company-recruit__wrapper .company-card .bg-letters {
    position: absolute;
    top: 10px;
    left: 20px;
    color: var(--main-primary-00529A, #00529a);
    font-family: "Bebas Neue";
    font-size: 15.625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 102px */
    letter-spacing: 7.2px;
    opacity: 0.3;
    mix-blend-mode: plus-darker;
  }
  .company-recruit__wrapper .company-card .contents {
    width: 100%;
    padding: 24px 20px 18px;
    background-color: rgba(0, 112, 206, 0.7);
  }
  .company-recruit__wrapper .company-card .contents .desc-and-cta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .company-recruit__wrapper .company-card .contents .desc-and-cta__desc {
    max-width: 320px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  .company-recruit__wrapper .company-card .contents .desc-and-cta .cta-s {
    margin-top: 10px;
  }
  .company-recruit__wrapper .recruit-card {
    max-width: 550px;
    width: 100%;
    height: 430px;
    background-image: url(../assets/images/recruit.jpg);
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  .company-recruit__wrapper .recruit-card .bg-letters {
    position: absolute;
    top: 10px;
    left: 20px;
    color: var(--main-primary-222222, #222);
    font-family: "Bebas Neue";
    font-size: 13.0208333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 85px */
    letter-spacing: 6px;
    opacity: 0.7;
    mix-blend-mode: color-burn;
  }
  .company-recruit__wrapper .recruit-card .contents {
    max-width: 208px;
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .company-recruit__wrapper .recruit-card .contents .section-heading {
    margin-bottom: 12px;
    text-shadow: 0px 0px 6px rgba(34, 34, 34, 0.7);
  }
  .company-recruit__wrapper .recruit-card .contents .desc-and-cta__desc {
    color: #fff;
    /* text/16- Bold - line-hegiht:160% */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
    margin-bottom: 2px;
    text-shadow: 0px 0px 6px rgba(34, 34, 34, 0.7);
  }
  .access {
    background-image: url(../assets/images/access.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .access .access-letters {
    position: absolute;
    bottom: -13px;
    right: 0;
    color: #222;
    z-index: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 102px */
    letter-spacing: 7.2px;
    mix-blend-mode: color-dodge;
  }
  .access__wrapper {
    max-width: 1190px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    width: 100%;
    z-index: 2;
  }
  .access__wrapper .section-heading {
    margin-bottom: 18px;
  }
  .access__wrapper .section-heading__en {
    color: var(--main-primary-00529A, #00529a);
    font-family: "Bebas Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 23.8px */
    letter-spacing: 1.68px;
    opacity: 0.3;
  }
  .access__wrapper .section-heading__jp {
    color: var(--main-primary-007BE3, #0070ce);
    /* text/36- Medium - line-hegiht:140%- letter-opadiing:4% */
    font-family: "Zen Maru Gothic";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 50.4px */
    letter-spacing: 1.44px;
  }
  .access__wrapper .access-list .access-content {
    max-width: 1155px;
    width: 100%;
  }
  .access__wrapper .access-list .access-content__head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .access__wrapper .access-list .access-content__head__line {
    background-color: #222;
    width: 24px;
    height: 2px;
    margin-right: 6px;
  }
  .access__wrapper .access-list .access-content__head__text {
    color: var(--main-primary-222222, #222);
    /* text/22- Bold- line-hegiht:160% */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 37.4px */
  }
  .access__wrapper .access-list .access-content .access-content__infos {
    color: var(--main-primary-222222, #222);
    /* text/16- Medium - line-hegiht:140% */
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    margin-bottom: 4px;
  }
  .access__wrapper .access-list .access-content .gmap-street {
    height: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .access__wrapper .access-list .access-content .gmap-street__gmap {
    max-width: none;
    width: 100%;
  }
  .access__wrapper .access-list .access-content .gmap-street__gmap iframe {
    height: 260px;
    max-width: 560px;
    width: 100%;
  }
  .access__wrapper .access-list .access-content .gmap-street__street {
    max-width: none;
    width: 100%;
  }
  .access__wrapper .access-list .access-content .gmap-street__street iframe {
    height: 260px;
    max-width: 560px;
    width: 100%;
  }
  .access__wrapper .access-list .access-content .gmap-street__letters {
    display: none;
    width: 15px;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 20px;
  }
  .access__wrapper .access-list .access-content .gmap-street--1 .gmap-street__letters {
    background-image: url(../assets/images/c-letters1.png);
  }
  .access__wrapper .access-list .access-content .gmap-street--2 .gmap-street__letters {
    background-image: url(../assets/images/c-letters2.png);
  }
  .access__wrapper .access-list .access-content .gmap-street--3 {
    margin-bottom: 50px;
  }
  .access__wrapper .access-list .access-content .gmap-street--3 .gmap-street__letters {
    height: 284px;
    background-image: url(../assets/images/c-letters3.png);
  }
  .business {
    background-image: url(../assets/images/business-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    position: relative;
    padding: 0 24px;
  }
  .business .bg-img {
    position: static;
    right: auto;
    top: auto;
    background-image: url(../assets/images/business.png);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 712px;
    width: 100%;
    height: auto;
    padding-bottom: 73.3%;
    margin-bottom: 50px;
  }
  .business .business-letters {
    position: absolute;
    right: 0;
    bottom: -12px;
    color: var(--main-primary-222222, #222);
    font-family: "Bebas Neue", sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 102px */
    letter-spacing: 7.2px;
    mix-blend-mode: color-dodge;
  }
  .business__wrapper {
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
    max-width: 1120px;
    width: 100%;
  }
  .business__wrapper .section-heading {
    margin-bottom: 27px;
  }
  .business__wrapper .business-copy {
    color: var(--main-primary-FFFFFF, #fff);
    /* text/28- Bold - line-hegiht:160% */
    font-size: 20px;
    font-weight: 700;
    line-height: 170%; /* 47.6px */
    margin-bottom: 10px;
  }
  .business__wrapper .business-explanation {
    color: var(--main-primary-FFFFFF, #fff);
    font-weight: 700;
    line-height: 170%; /* 27.2px */
    margin-bottom: 10px;
  }
  .business__wrapper .strength-img {
    background-image: url(../assets/images/strength-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: none;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 100%;
  }
  .contact {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 24px;
  }
  .contact__wrapper {
    background-image: url(../images/dot-bg.jpg);
    background-size: 130%;
    background-position: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 70rem;
    width: 100%;
  }
  .contact__wrapper .contact-content .section-heading {
    margin-bottom: 27px;
  }
  .contact__wrapper .contact-content .section-heading__en {
    color: var(--main-blue-primary01, #0084c9);
  }
  .contact__wrapper .contact-content .section-heading__jp {
    color: var(--main-blue-primary01, #0084c9);
  }
  .contact__wrapper .contact-content .tel-and-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel {
    border: 4px solid #0070CE;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel .contact-info-address {
    color: #000;
    text-align: center;
    /* text/22- Bold- line-hegiht:160% */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 37.4px */
    margin-bottom: 1.25rem;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel .contact-info-tel {
    display: flex;
    margin-bottom: 0.5rem;
    align-items: center;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel .contact-info-tel__icon {
    position: relative;
    top: 0.125rem;
    margin-right: 0.25rem;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel .contact-info-tel__icon svg {
    width: 1.875rem;
    height: 1.875rem;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel .contact-info-tel__num {
    color: var(--main-primary-007BE3, #0070CE);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 75.6px */
    letter-spacing: 3.24px;
  }
  .contact__wrapper .contact-content .tel-and-contact__tel .contact-info-fax {
    color: var(--main-primary-007BE3, #0070CE);
    text-align: center;
    /* text/28- Bold - line-hegiht:160% */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 47.6px */
  }
  .contact__wrapper .contact-content .tel-and-contact__contact {
    background-image: url(../images/contact-img.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .contact__wrapper .contact-content .tel-and-contact__contact .filter {
    position: absolute;
    background: #0070CE;
    width: 100%;
    height: 16.25rem;
  }
  .contact__wrapper .contact-content .tel-and-contact__contact .filter:hover {
    transition: 0.5s;
    opacity: 0.8;
  }
  .contact__wrapper .contact-content .tel-and-contact__contact .border-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
  }
  .contact__wrapper .contact-content .tel-and-contact__contact .logo-and-txt {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact__wrapper .contact-content .tel-and-contact__contact .logo-and-txt__logo {
    margin-bottom: 1.125rem;
    display: flex;
    justify-content: center;
  }
  .contact__wrapper .contact-content .tel-and-contact__contact .logo-and-txt__txt {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    letter-spacing: 1.28px;
  }
  .contact__wrapper .contact-content .tel-and-contact .contact-card {
    max-width: 35rem;
    width: 100%;
    height: 16.25rem;
    position: relative;
  }
  .contact .btm-shape-svg {
    position: absolute;
    bottom: -1.875rem;
    width: 100%;
    max-width: 90rem;
  }
  .contact .btm-shape-svg svg {
    width: 100%;
    height: 14.0625rem;
  }
  
.inserted-img {
  display: block;
  width: 100%;
  }
  .inserted-img .ssl {
  display: block;
  margin: 0 auto 40px!important;
  width: 130px;
  height: 66px;
  }
  
  
}/*# sourceMappingURL=index-res.css.map */