@charset "UTF-8";
@media screen and (max-width: 320px) {
  .fadein {
    opacity: 0.1;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .header-h1 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 4rem;
  }
  .header-h3 {
    margin-top: 5px;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
  }
  section {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .text {
    width: 90%;
  }
  .text h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .text p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .scroll-lock {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block flex !important;
  }
  .body-in {
    position: relative;
  }
  html {
    font-size: 62.5%;
  }
  html body {
    letter-spacing: 0.1em;
  }
  html body.scroll-lock {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  html body header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 70px;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #25375f;
  }
  html body header .logo_header {
    height: 100%;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body header .logo_header a {
    display: inline-block;
    height: 50%;
  }
  html body header .logo_header a img {
    height: 100%;
  }
  html body header .contact_btn {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border: 0.5px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 75px;
  }
  html body header .contact_btn a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    display: block;
  }
  html body header .menu_trigger {
    position: relative;
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    right: 0;
  }
  html body header .menu_trigger span {
    display: block;
    position: absolute;
    left: 13px;
    height: 1px;
    background-color: white;
    z-index: 99999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  html body header .menu_trigger span:nth-child(1) {
    top: 20px;
    width: 50%;
  }
  html body header .menu_trigger span:nth-child(2) {
    top: 35px;
    width: 50%;
  }
  html body header .menu_trigger span:nth-child(3) {
    bottom: 20px;
    width: 50%;
  }
  html body header .close span:nth-child(1) {
    top: 20px;
    left: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  html body header .close span:nth-child(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  html body header .close span:nth-child(3) {
    top: 32px;
    left: 16px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  html body .nav-wrapper {
    overflow: auto;
    margin-top: 70px;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 200px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 100;
    background-color: #25375f;
  }
  html body .nav-wrapper .nav_sp {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body .nav-wrapper .nav_sp ul {
    width: 90%;
    position: absolute;
    top: 0;
  }
  html body .nav-wrapper .nav_sp ul li {
    margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 0.5px solid #38528d;
  }
  html body .nav-wrapper .nav_sp ul li a {
    font-size: 0px;
  }
  html body .nav-wrapper .nav_sp ul li a span {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    display: inline-block;
    margin-bottom: -12px;
    color: white;
  }
  html body .nav-wrapper .nav_sp ul li a p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 2.2;
    color: white;
    vertical-align: top;
  }
  html body .nav-wrapper.scroll-lock {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  html body .nav-wrapper.fade {
    visibility: visible;
    opacity: 1;
  }
  html body .nav-wrapper.scroll-unlock {
    overflow-y: auto;
  }
  html body main .FV {
    width: 100vw;
    height: 100vh;
    position: relative;
  }
  html body main .FV #slideshow {
    position: absolute;
    z-index: -100;
    width: 100%;
    height: 100%;
    z-index: -1;
    height: 100%;
    overflow: hidden;
  }
  html body main .FV #slideshow img {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 8;
    opacity: 0;
    height: 100%;
  }
  html body main .FV #slideshow .FV_1 {
    left: -30%;
  }
  html body main .FV #slideshow .FV_2 {
    left: 50%;
  }
  html body main .FV #slideshow .FV_3 {
    left: 20%;
  }
  html body main .FV #slideshow .FV_4 {
    left: 25%;
  }
  html body main .FV #slideshow .FV_5 {
    left: 50%;
  }
  html body main .FV #slideshow .active {
    z-index: 10;
    opacity: 1;
  }
  html body main .FV #slideshow .last-active {
    z-index: 9;
  }
  html body main .FV__title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .FV__title-slogan {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 4rem;
    font-display: swap;
    line-height: 1.7;
    white-space: nowrap;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  html body main .FV__title-subslogan {
    font-family: trajan-pro-3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    text-align: center;
    color: white;
    line-height: 2;
  }
  html body main .float-button__wrap {
    display: none;
    /*最初は隠す*/
    width: 90%;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    z-index: 10;
  }
  html body main .float-button__wrap .hukidasi {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    background-color: white;
    text-align: center;
    border: 1px solid #ff7c1c;
    width: 60%;
    margin: 0 auto;
    border-radius: 100vh;
  }
  html body main .float-button__wrap .hukidasi::before {
    content: "";
    position: absolute;
    bottom: -6px;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 6px solid white;
  }
  html body main .float-button__wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #ff7c1c;
    border-radius: 100vh;
  }
  html body main .float-button__wrap a p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    line-height: 1.7;
    margin-right: 10px;
    text-align: center;
    font-weight: 600;
    color: white;
  }
  html body main .float-button__wrap a img {
    height: 14px;
  }
  html body main .intro {
    margin-top: 100px;
  }
  html body main .intro::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -60px;
    background: #25375f;
    width: 1px;
    height: 40px;
  }
  html body main .intro .text {
    margin: 0 auto;
    text-align: center;
  }
  html body main .intro .text span {
    display: inline-block;
  }
  html body main #about {
    position: relative;
  }
  html body main #about::after {
    content: "";
    background: #eff2f5;
    width: 100%;
    height: 600px;
    position: absolute;
    bottom: 50px;
  }
  html body main #about figure {
    height: 310px;
    position: relative;
    z-index: 1;
    top: 0px;
  }
  html body main #about figure img {
    width: 100%;
    height: 100%;
  }
  html body main #about .text {
    padding: 40px 20px;
    -webkit-box-shadow: 0px 2px 3px #bebebe;
            box-shadow: 0px 2px 3px #bebebe;
    background-color: white;
    position: relative;
    z-index: 2;
    top: -100px;
  }
  html body main #whatwedo {
    overflow-x: hidden;
  }
  html body main #whatwedo .text {
    margin-bottom: 80px;
    text-align: center;
  }
  html body main #whatwedo .content_cover {
    border-radius: 50%;
    /*角丸*/
    background-color: #25375f;
    padding: 80px 420px;
  }
  html body main #whatwedo .content_cover .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  html body main #whatwedo .content_cover .content .logo_whatwedo {
    height: 30px;
  }
  html body main #whatwedo .content_cover .content__p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    text-align: center;
  }
  html body main #whatwedo .content_cover .content .li {
    padding: 40px 20px;
    background-color: white;
  }
  html body main #whatwedo .content_cover .content .li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content .li .title {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  html body main #whatwedo .content_cover .content .li .content_p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content .li .content_p img {
    margin-right: 10px;
  }
  html body main #whatwedo .content_cover .content__arrow_cover {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  html body main #whatwedo .content_cover .content__arrow_cover-content {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  html body main #whatwedo .content_cover .content__arrow_cover-content img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 20px;
  }
  html body main #whatwedo .content_cover .content__arrow_cover-content-p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    margin-top: 75px;
    color: white;
    line-height: 1.8;
  }
  html body main #whatwedo .content_cover .content__arrow_cover-content2 img {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  html body main .benefit {
    position: relative;
    width: 100%;
  }
  html body main .benefit__content {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
  }
  html body main .benefit__content figure {
    height: 260px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: -1;
  }
  html body main .benefit__content figure img {
    width: 100%;
    height: 100%;
  }
  html body main .benefit__content-cover {
    padding: 20px 40px;
    width: 90%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px rgba(228, 228, 228, 0.25);
            box-shadow: 0px 0px 20px rgba(228, 228, 228, 0.25);
    margin-left: 10%;
    margin-top: -45px;
  }
  html body main .benefit__content-cover h4 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #25375f;
    margin-bottom: 20px;
  }
  html body main .benefit__content-cover h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  html body main .benefit__content-cover p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  html body main .benefit__content-benefit2 {
    margin-left: 0;
  }
  html body main .benefit__content3 {
    margin-bottom: 0;
  }
  html body main .feature {
    background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html body main .feature .cover {
    background-color: white;
    padding: 50px 10px;
    width: 90%;
  }
  html body main .feature__introduction {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  html body main .feature__list-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main .feature__list-ul-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 86vw;
    height: 86vw;
    border-radius: 50%;
    border: 1px solid #25375f;
    background-color: white;
    text-align: center;
    margin-bottom: 60px;
  }
  html body main .feature__list-ul-li-content {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main .feature__list-ul-li-content-span1 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    line-height: 1;
    margin-bottom: 5px;
  }
  html body main .feature__list-ul-li-content-span2 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2.2rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #25375f;
  }
  html body main .feature__list-ul-li-content-p1 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.8rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
  }
  html body main .feature__list-ul-li-content-p2 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  html body main .feature__list #li2 {
    background-color: #25375f;
    color: white;
  }
  html body main .feature__list #li2 #li2__content {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #span1 {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #span2 {
    color: white;
    border-bottom: 1px solid white;
  }
  html body main .feature__list #li2 #li2__content #p1 {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #p2 {
    color: white;
  }
  html body main .feature__list #li3 {
    margin-bottom: 0px;
  }
  html body main .cases__content {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main .cases__content-p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 40px;
  }
  html body main .cases__content ul {
    margin-bottom: 30px;
  }
  html body main .cases__content ul p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  html body main .cases__content ul li span {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    font-weight: 600;
  }
  html body main .cases__content ul li p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  html body main .cases__content table {
    width: 100%;
    margin-bottom: 30px;
    display: table !important;
  }
  html body main .cases__content table tbody {
    width: 100%;
  }
  html body main .cases__content table tbody .table_title td {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
    background-color: #25375f;
    color: white;
  }
  html body main .cases__content table tbody tr {
    border: solid 1px #e8e8e8;
  }
  html body main .cases__content table tbody tr th {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 50%;
    font-weight: 600;
    background-color: #25375f;
    color: white;
    padding: 15px 0;
    text-align: center;
  }
  html body main .cases__content table tbody tr td {
    text-align: center;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 50%;
    background-color: white;
    padding: 15px 0;
  }
  html body main .cases__content .table_3 {
    margin-bottom: 0;
  }
  html body main .cases__content .table_pc {
    display: none !important;
  }
  html body main .contact {
    background-image: url(/top/image/contact.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    height: 100vh;
  }
  html body main .contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  html body main .contact__content .header {
    margin-bottom: 30px;
  }
  html body main .contact__content .header h2 {
    color: white;
  }
  html body main .contact__content .header h3 {
    color: white;
  }
  html body main .contact__content .text_title {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    font-size: 2.8rem;
    color: white;
    font-weight: 600;
  }
  html body main .contact__content .text {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  html body main .contact__content .text p {
    color: white;
  }
  html body main .contact__content-btn {
    width: 90%;
  }
  html body main .contact__content-btn span {
    display: block;
    border: 1px solid white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
  }
  html body main .contact__content-btn span a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main #developer .content {
    width: 90%;
  }
  html body main #developer .content ul li {
    margin-bottom: 30px;
  }
  html body main #developer .content ul li span {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
  }
  html body main #developer .content ul li p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    padding-bottom: 10px;
    border-bottom: 1px solid #25375f;
    line-height: 1.8;
  }
  html body main #developer .content ul .list_3 {
    margin-bottom: 0;
  }
  html body main .footer {
    margin-bottom: 0;
    background-color: #3a4c74;
    padding-top: 50px;
    padding-bottom: 0;
  }
  html body main .footer .content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  html body main .footer .content__info-name {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-location {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-tel {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 40px;
  }
  html body main .footer .content__btn {
    border: 1px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 90%;
  }
  html body main .footer .content__btn a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main .footer .copyright {
    background-color: #25375f;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
  html body .start {
    background: #25375f;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body .start p {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 9999;
  }
  html body .start p img {
    width: 50%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .fadein {
    opacity: 0.1;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .header-h1 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 4rem;
  }
  .header-h3 {
    margin-top: 5px;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
  }
  section {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .text {
    width: 90%;
  }
  .text h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .text p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .scroll-lock {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block flex !important;
  }
  .body-in {
    position: relative;
  }
  html {
    font-size: 62.5%;
  }
  html body {
    letter-spacing: 0.1em;
  }
  html body.scroll-lock {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  html body header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 70px;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #25375f;
  }
  html body header .logo_header {
    height: 100%;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body header .logo_header a {
    display: inline-block;
    height: 50%;
  }
  html body header .logo_header a img {
    height: 100%;
  }
  html body header .contact_btn {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border: 0.5px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 75px;
  }
  html body header .contact_btn a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    display: block;
  }
  html body header .menu_trigger {
    position: relative;
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    right: 0;
  }
  html body header .menu_trigger span {
    display: block;
    position: absolute;
    left: 13px;
    height: 1px;
    background-color: white;
    z-index: 99999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  html body header .menu_trigger span:nth-child(1) {
    top: 20px;
    width: 50%;
  }
  html body header .menu_trigger span:nth-child(2) {
    top: 35px;
    width: 50%;
  }
  html body header .menu_trigger span:nth-child(3) {
    bottom: 20px;
    width: 50%;
  }
  html body header .close span:nth-child(1) {
    top: 20px;
    left: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  html body header .close span:nth-child(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  html body header .close span:nth-child(3) {
    top: 32px;
    left: 16px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  html body .nav-wrapper {
    overflow: auto;
    margin-top: 70px;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 200px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 100;
    background-color: #25375f;
  }
  html body .nav-wrapper .nav_sp {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body .nav-wrapper .nav_sp ul {
    width: 90%;
    position: absolute;
    top: 0;
  }
  html body .nav-wrapper .nav_sp ul li {
    margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 0.5px solid #38528d;
  }
  html body .nav-wrapper .nav_sp ul li a {
    font-size: 0px;
  }
  html body .nav-wrapper .nav_sp ul li a span {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    display: inline-block;
    margin-bottom: -12px;
    color: white;
  }
  html body .nav-wrapper .nav_sp ul li a p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 2.2;
    color: white;
    vertical-align: top;
  }
  html body .nav-wrapper.scroll-lock {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  html body .nav-wrapper.fade {
    visibility: visible;
    opacity: 1;
  }
  html body .nav-wrapper.scroll-unlock {
    overflow-y: auto;
  }
  html body main .FV {
    width: 100vw;
    height: 100vh;
    position: relative;
  }
  html body main .FV #slideshow {
    position: absolute;
    z-index: -100;
    width: 100%;
    height: 100%;
    z-index: -1;
    height: 100%;
    overflow: hidden;
  }
  html body main .FV #slideshow img {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 8;
    opacity: 0;
    height: 100%;
  }
  html body main .FV #slideshow .FV_1 {
    left: -30%;
  }
  html body main .FV #slideshow .FV_2 {
    left: 50%;
  }
  html body main .FV #slideshow .FV_3 {
    left: 20%;
  }
  html body main .FV #slideshow .FV_4 {
    left: 25%;
  }
  html body main .FV #slideshow .FV_5 {
    left: 50%;
  }
  html body main .FV #slideshow .active {
    z-index: 10;
    opacity: 1;
  }
  html body main .FV #slideshow .last-active {
    z-index: 9;
  }
  html body main .FV__title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .FV__title-slogan {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 4rem;
    font-display: swap;
    line-height: 1.7;
    white-space: nowrap;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  html body main .FV__title-subslogan {
    font-family: trajan-pro-3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    text-align: center;
    color: white;
    line-height: 2;
  }
  html body main .float-button__wrap {
    display: none;
    /*最初は隠す*/
    width: 90%;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    z-index: 10;
  }
  html body main .float-button__wrap .hukidasi {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    background-color: white;
    text-align: center;
    border: 1px solid #ff7c1c;
    width: 60%;
    margin: 0 auto;
    border-radius: 100vh;
  }
  html body main .float-button__wrap .hukidasi::before {
    content: "";
    position: absolute;
    bottom: -6px;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 6px solid white;
  }
  html body main .float-button__wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #ff7c1c;
    border-radius: 100vh;
  }
  html body main .float-button__wrap a p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    line-height: 1.7;
    margin-right: 10px;
    text-align: center;
    font-weight: 600;
    color: white;
  }
  html body main .float-button__wrap a img {
    height: 14px;
  }
  html body main .intro {
    margin-top: 100px;
  }
  html body main .intro::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -60px;
    background: #25375f;
    width: 1px;
    height: 40px;
  }
  html body main .intro .text {
    margin: 0 auto;
    text-align: center;
  }
  html body main .intro .text span {
    display: inline-block;
  }
  html body main #about {
    position: relative;
  }
  html body main #about::after {
    content: "";
    background: #eff2f5;
    width: 100%;
    height: 600px;
    position: absolute;
    bottom: 50px;
  }
  html body main #about figure {
    height: 310px;
    position: relative;
    z-index: 1;
    top: 0px;
  }
  html body main #about figure img {
    width: 100%;
    height: 100%;
  }
  html body main #about .text {
    padding: 40px 20px;
    -webkit-box-shadow: 0px 2px 3px #bebebe;
            box-shadow: 0px 2px 3px #bebebe;
    background-color: white;
    position: relative;
    z-index: 2;
    top: -100px;
  }
  html body main #whatwedo {
    overflow-x: hidden;
  }
  html body main #whatwedo .text {
    margin-bottom: 80px;
    text-align: center;
  }
  html body main #whatwedo .content_cover {
    border-radius: 50%;
    /*角丸*/
    background-color: #25375f;
    padding: 80px 420px;
  }
  html body main #whatwedo .content_cover .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  html body main #whatwedo .content_cover .content .logo_whatwedo {
    height: 30px;
  }
  html body main #whatwedo .content_cover .content__p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    text-align: center;
  }
  html body main #whatwedo .content_cover .content .li {
    padding: 40px 20px;
    background-color: white;
  }
  html body main #whatwedo .content_cover .content .li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content .li .title {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  html body main #whatwedo .content_cover .content .li .content_p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content .li .content_p img {
    margin-right: 10px;
  }
  html body main #whatwedo .content_cover .content__arrow_cover {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  html body main #whatwedo .content_cover .content__arrow_cover-content {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  html body main #whatwedo .content_cover .content__arrow_cover-content img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 20px;
  }
  html body main #whatwedo .content_cover .content__arrow_cover-content-p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    margin-top: 75px;
    color: white;
    line-height: 1.8;
  }
  html body main #whatwedo .content_cover .content__arrow_cover-content2 img {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  html body main .benefit {
    position: relative;
    width: 100%;
  }
  html body main .benefit__content {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
  }
  html body main .benefit__content figure {
    height: 260px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: -1;
  }
  html body main .benefit__content figure img {
    width: 100%;
    height: 100%;
  }
  html body main .benefit__content-cover {
    padding: 20px 40px;
    width: 90%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px rgba(228, 228, 228, 0.25);
            box-shadow: 0px 0px 20px rgba(228, 228, 228, 0.25);
    margin-left: 10%;
    margin-top: -45px;
  }
  html body main .benefit__content-cover h4 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #25375f;
    margin-bottom: 20px;
  }
  html body main .benefit__content-cover h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  html body main .benefit__content-cover p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  html body main .benefit__content-benefit2 {
    margin-left: 0;
  }
  html body main .benefit__content3 {
    margin-bottom: 0;
  }
  html body main .feature {
    background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html body main .feature .cover {
    background-color: white;
    padding: 50px 10px;
    width: 90%;
  }
  html body main .feature__introduction {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  html body main .feature__list-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main .feature__list-ul-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 86vw;
    height: 86vw;
    border-radius: 50%;
    border: 1px solid #25375f;
    background-color: white;
    text-align: center;
    margin-bottom: 60px;
  }
  html body main .feature__list-ul-li-content {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main .feature__list-ul-li-content-span1 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    line-height: 1;
    margin-bottom: 5px;
  }
  html body main .feature__list-ul-li-content-span2 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2.2rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #25375f;
  }
  html body main .feature__list-ul-li-content-p1 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.8rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
  }
  html body main .feature__list-ul-li-content-p2 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  html body main .feature__list #li2 {
    background-color: #25375f;
    color: white;
  }
  html body main .feature__list #li2 #li2__content {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #span1 {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #span2 {
    color: white;
    border-bottom: 1px solid white;
  }
  html body main .feature__list #li2 #li2__content #p1 {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #p2 {
    color: white;
  }
  html body main .feature__list #li3 {
    margin-bottom: 0px;
  }
  html body main .cases__content {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main .cases__content-p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 40px;
  }
  html body main .cases__content ul {
    margin-bottom: 30px;
  }
  html body main .cases__content ul p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  html body main .cases__content ul li span {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    font-weight: 600;
  }
  html body main .cases__content ul li p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  html body main .cases__content table {
    width: 100%;
    margin-bottom: 30px;
    display: table !important;
  }
  html body main .cases__content table tbody {
    width: 100%;
  }
  html body main .cases__content table tbody .table_title td {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
    background-color: #25375f;
    color: white;
  }
  html body main .cases__content table tbody tr {
    border: solid 1px #e8e8e8;
  }
  html body main .cases__content table tbody tr th {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 50%;
    font-weight: 600;
    background-color: #25375f;
    color: white;
    padding: 15px 0;
    text-align: center;
  }
  html body main .cases__content table tbody tr td {
    text-align: center;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 50%;
    background-color: white;
    padding: 15px 0;
  }
  html body main .cases__content .table_3 {
    margin-bottom: 0;
  }
  html body main .cases__content .table_pc {
    display: none !important;
  }
  html body main .contact {
    background-image: url(/top/image/contact.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    height: 100vh;
  }
  html body main .contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  html body main .contact__content .header {
    margin-bottom: 30px;
  }
  html body main .contact__content .header h2 {
    color: white;
  }
  html body main .contact__content .header h3 {
    color: white;
  }
  html body main .contact__content .text_title {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    font-size: 2.8rem;
    color: white;
    font-weight: 600;
  }
  html body main .contact__content .text {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  html body main .contact__content .text p {
    color: white;
  }
  html body main .contact__content-btn {
    width: 90%;
  }
  html body main .contact__content-btn span {
    display: block;
    border: 1px solid white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
  }
  html body main .contact__content-btn span a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main #developer .content {
    width: 90%;
  }
  html body main #developer .content ul li {
    margin-bottom: 30px;
  }
  html body main #developer .content ul li span {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
  }
  html body main #developer .content ul li p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    padding-bottom: 10px;
    border-bottom: 1px solid #25375f;
    line-height: 1.8;
  }
  html body main #developer .content ul .list_3 {
    margin-bottom: 0;
  }
  html body main .footer {
    margin-bottom: 0;
    background-color: #3a4c74;
    padding-top: 50px;
    padding-bottom: 0;
  }
  html body main .footer .content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  html body main .footer .content__info-name {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-location {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-tel {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 40px;
  }
  html body main .footer .content__btn {
    border: 1px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 90%;
  }
  html body main .footer .content__btn a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main .footer .copyright {
    background-color: #25375f;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
  html body .start {
    background: #25375f;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body .start p {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 9999;
  }
  html body .start p img {
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .header-h1 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 5rem;
  }
  .header-h3 {
    margin-top: 5px;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  section {
    margin-bottom: 200px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    max-width: 1600px;
  }
  .fadein {
    opacity: 0.1;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .text {
    width: 90%;
  }
  .text h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .text p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .contact_btn {
    position: relative;
    width: 40%;
  }
  .contact_btn span {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .contact_btn:hover span {
    background-color: white;
  }
  .contact_btn:hover span a {
    color: #25375f;
  }
  .body-in {
    position: relative;
  }
  .tablet {
    display: flex block !important;
  }
  .not_tablet {
    display: none !important;
  }
  html {
    font-size: 62.5%;
  }
  html body {
    letter-spacing: 0.1em;
  }
  html body header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 70px;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #25375f;
  }
  html body header .nav_pc {
    display: none;
  }
  html body header .logo_header {
    margin-left: 20px;
    height: 40px;
  }
  html body header .logo_header a {
    display: inline-block;
    height: 100%;
  }
  html body header .logo_header a img {
    height: 100%;
  }
  html body header .contact_btn {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border: 0.5px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 75px;
  }
  html body header .contact_btn a {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    display: block;
  }
  html body header .menu_trigger {
    position: relative;
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    right: 0;
  }
  html body header .menu_trigger span {
    display: block;
    position: absolute;
    left: 13px;
    height: 1px;
    background-color: white;
    z-index: 99999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  html body header .menu_trigger span:nth-child(1) {
    top: 20px;
    width: 50%;
  }
  html body header .menu_trigger span:nth-child(2) {
    top: 35px;
    width: 50%;
  }
  html body header .menu_trigger span:nth-child(3) {
    bottom: 20px;
    width: 50%;
  }
  html body header .close span:nth-child(1) {
    top: 20px;
    left: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  html body header .close span:nth-child(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  html body header .close span:nth-child(3) {
    top: 32px;
    left: 16px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  html body .nav-wrapper {
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 100;
    overflow: scroll;
    -ms-overflow-style: none;
    /* これを追加 */
    background-color: #25375f;
  }
  html body .nav-wrapper::-webkit-scrollbar {
    display: none;
  }
  html body .nav-wrapper .nav_sp {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body .nav-wrapper .nav_sp ul {
    width: 90%;
  }
  html body .nav-wrapper .nav_sp ul li {
    margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 0.5px solid #38528d;
  }
  html body .nav-wrapper .nav_sp ul li a {
    font-size: 0px;
  }
  html body .nav-wrapper .nav_sp ul li a span {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    display: inline-block;
    margin-bottom: -12px;
    color: white;
  }
  html body .nav-wrapper .nav_sp ul li a p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 2.2;
    color: white;
    vertical-align: top;
  }
  html body .nav-wrapper.fade {
    visibility: visible;
    opacity: 1;
  }
  html body main .FV {
    height: 100vh;
    position: relative;
    margin: 0;
    width: 100vw;
  }
  html body main .FV #slideshow {
    position: absolute;
    z-index: -100;
    width: 100%;
    height: 100%;
    z-index: -1;
    height: 100%;
    overflow: hidden;
  }
  html body main .FV #slideshow img {
    overflow: hidden;
    position: absolute;
    right: 0%;
    z-index: 8;
    opacity: 0;
    height: 100%;
  }
  html body main .FV #slideshow .active {
    z-index: 10;
    opacity: 1;
  }
  html body main .FV #slideshow .last-active {
    z-index: 9;
  }
  html body main .FV__title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .FV__title-slogan {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 9rem;
    font-display: swap;
    line-height: 1.7;
    font-weight: 100;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  html body main .FV__title-subslogan {
    font-family: trajan-pro-3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    text-align: center;
    color: white;
    line-height: 2;
  }
  html body main .float-button__wrap {
    display: none;
    /*最初は隠す*/
    width: 45%;
    height: 60px;
    right: 20px;
    margin: auto;
    position: fixed;
    z-index: 10;
  }
  html body main .float-button__wrap .hukidasi {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    background-color: white;
    text-align: center;
    border: 1px solid #ff7c1c;
    width: 60%;
    margin: 0 auto;
    border-radius: 100vh;
  }
  html body main .float-button__wrap .hukidasi::before {
    content: "";
    position: absolute;
    bottom: -6px;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 6px solid white;
  }
  html body main .float-button__wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #ff7c1c;
    border-radius: 100vh;
  }
  html body main .float-button__wrap a p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    text-align: center;
    font-weight: 600;
    color: white;
  }
  html body main .float-button__wrap a img {
    height: 14px;
  }
  html body main .intro {
    margin-top: 100px;
  }
  html body main .intro::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -60px;
    background: #25375f;
    width: 1px;
    height: 40px;
  }
  html body main .intro .text {
    margin: 0 auto;
    text-align: center;
  }
  html body main .intro .text span {
    display: inline-block;
  }
  html body main #about {
    margin-top: 100px;
    padding-bottom: 70%;
  }
  html body main #about::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    bottom: -5%;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
    background-color: #eff2f5;
  }
  html body main #about .about_content {
    position: relative;
    width: 100%;
  }
  html body main #about .about_content figure {
    width: 70%;
    max-width: 970px;
  }
  html body main #about .about_content figure img {
    width: 100%;
  }
  html body main #about .about_content .text {
    width: 60%;
    padding: 60px 80px;
    -webkit-box-shadow: 0px 2px 3px #bebebe;
            box-shadow: 0px 2px 3px #bebebe;
    background-color: white;
    position: absolute;
    z-index: 2;
    top: 70px;
    right: 0;
  }
  html body main #about .about_content .text .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
  }
  html body main #about .about_content .text .header-h1 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 5rem;
    margin: 0;
  }
  html body main #about .about_content .text .header-h3 {
    margin-top: 5px;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    margin: 0;
  }
  html body main #about .about_content .text .header::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 84px;
    background-color: #25375f;
    position: absolute;
    top: 21px;
    left: 0;
  }
  html body main #whatwedo {
    width: 90%;
  }
  html body main #whatwedo .text {
    margin-bottom: 80px;
    width: 100%;
    text-align: center;
  }
  html body main #whatwedo .text p {
    width: 100%;
  }
  html body main #whatwedo .content_cover {
    width: 100%;
  }
  html body main #whatwedo .content_cover .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content .li {
    width: 30%;
    padding: 40px 20px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 3px #bebebe;
            box-shadow: 0px 2px 3px #bebebe;
  }
  html body main #whatwedo .content_cover .content .li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content .li .title {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  html body main #whatwedo .content_cover .content .li .content_p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content .li .content_p img {
    margin-right: 10px;
  }
  html body main #whatwedo .content_cover .content__circle {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content__circle::before {
    content: "";
    position: absolute;
    width: 90%;
    padding-top: 90%;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #25375f;
  }
  html body main #whatwedo .content_cover .content__circle .logo_whatwedo {
    height: 30px;
    margin-bottom: 40px;
  }
  html body main #whatwedo .content_cover .content__circle h2 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 2.8rem;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    width: 80%;
  }
  html body main #whatwedo .content_cover .content__circle-p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 30px;
    text-align: center;
    width: 80%;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    margin-top: 40px;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content img {
    width: 100%;
    margin-bottom: 5px;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    text-align: center;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content1 {
    margin-bottom: 30px;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content1 img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  html body main .benefit {
    position: relative;
    width: 100%;
    padding-bottom: 45%;
  }
  html body main .benefit::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 200px;
    bottom: 90px;
    width: 100vw;
    background-color: #eff2f5;
  }
  html body main .benefit__content {
    position: relative;
    width: 90%;
    margin-bottom: 280px;
  }
  html body main .benefit__content figure {
    width: 80%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: -1;
    top: 59px;
  }
  html body main .benefit__content figure img {
    width: 100%;
    height: 100%;
  }
  html body main .benefit__content-cover {
    padding: 60px 40px;
    width: 50%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px rgba(228, 228, 228, 0.25);
            box-shadow: 0px 0px 20px rgba(228, 228, 228, 0.25);
    margin-left: 50%;
    position: absolute;
    top: 5%;
    -webkit-box-shadow: 0px 2px 3px #bebebe;
            box-shadow: 0px 2px 3px #bebebe;
  }
  html body main .benefit__content-cover h4 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #25375f;
    margin-bottom: 20px;
  }
  html body main .benefit__content-cover h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  html body main .benefit__content-cover p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  html body main .benefit__content-benefit2 {
    margin-left: 0;
  }
  html body main .benefit__content3 {
    margin-bottom: 0;
  }
  html body main .benefit__content2 figure {
    margin-left: 20%;
  }
  html body main .feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html body main .feature .cover {
    background-color: white;
    padding: 50px 10px;
    width: 100%;
  }
  html body main .feature__introduction {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  html body main .feature__list-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  html body main .feature__list-ul-li {
    width: 33%;
    height: 33%;
    position: relative;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border: 1px solid #25375f;
  }
  html body main .feature__list-ul-li::before {
    display: block;
    content: "";
    padding-top: 100%;
  }
  html body main .feature__list-ul-li-content {
    width: 85%;
    position: absolute;
    top: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main .feature__list-ul-li-content-span1 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    line-height: 1;
    margin-bottom: 5px;
  }
  html body main .feature__list-ul-li-content-span2 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.8rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    line-height: 1;
    margin-bottom: 5px;
    width: 60%;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #25375f;
  }
  html body main .feature__list-ul-li-content-p1 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    white-space: nowrap;
    font-weight: 600;
    color: #25375f;
  }
  html body main .feature__list-ul-li-content-p2 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
  }
  html body main .feature__list #li2 {
    background-color: #25375f;
    color: white;
  }
  html body main .feature__list #li2 #li2__content {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #span1 {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #span2 {
    color: white;
    border-bottom: 1px solid white;
  }
  html body main .feature__list #li2 #li2__content #p1 {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #p2 {
    color: white;
  }
  html body main .feature__list #li3 {
    margin-bottom: 0px;
  }
  html body main .cases p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 40px;
  }
  html body main .cases__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .cases__content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html body main .cases__content .row ul {
    width: 30%;
  }
  html body main .cases__content .row ul p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: start;
    margin-bottom: 0;
  }
  html body main .cases__content .row ul li {
    margin-bottom: 10px;
  }
  html body main .cases__content .row ul li span {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
  }
  html body main .cases__content .row ul li p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  html body main .cases__content .row .table_pc {
    width: 65%;
    margin: 0 0 0 auto;
  }
  html body main .cases__content .row .table_pc tbody {
    width: 100%;
  }
  html body main .cases__content .row .table_pc tbody .table_title td {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
    background-color: #25375f;
    color: white;
    border: solid 1px #e8e8e8;
  }
  html body main .cases__content .row .table_pc tbody tr {
    border: solid 1px #e8e8e8;
  }
  html body main .cases__content .row .table_pc tbody tr th {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 10%;
    font-weight: 600;
    background-color: #25375f;
    color: white;
    padding: 15px 0;
    text-align: center;
  }
  html body main .cases__content .row .table_pc tbody tr td {
    text-align: center;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 10%;
    background-color: white;
    padding: 15px 0;
  }
  html body main .contact {
    background-image: url(/top/image/contact.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
  }
  html body main .contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  html body main .contact__content .header h2 {
    color: white;
  }
  html body main .contact__content .header h3 {
    color: white;
  }
  html body main .contact__content .text_title {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 3rem;
    font-display: swap;
    line-height: 1.7;
    color: white;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-bottom: 20px;
  }
  html body main .contact__content .text {
    margin-bottom: 60px;
    width: 90%;
    max-width: 1600px;
  }
  html body main .contact__content .text p {
    color: white;
  }
  html body main .contact__content-btn {
    width: 40%;
    max-width: 600px;
    text-align: center;
  }
  html body main .contact__content-btn span {
    display: block;
    border: 1px solid white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body main .contact__content-btn span a {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main #developer .content {
    width: 100%;
  }
  html body main #developer .content ul li {
    margin-bottom: 30px;
  }
  html body main #developer .content ul li span {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
  }
  html body main #developer .content ul li p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    padding-bottom: 10px;
    border-bottom: 1px solid #25375f;
    line-height: 1.8;
  }
  html body main #developer .content ul .list_3 {
    margin-bottom: 0;
  }
  html body main .footer {
    margin-bottom: 0;
    background-color: #3a4c74;
    padding-top: 50px;
    padding-bottom: 0;
    width: 100vw;
    max-width: 100vw;
  }
  html body main .footer .content {
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 90%;
    max-width: 1600px;
  }
  html body main .footer .content__info-name {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-location {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-tel {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 40px;
  }
  html body main .footer .content__btn {
    width: 40%;
    min-width: 285px;
    max-width: 400px;
    margin-left: 30px;
  }
  html body main .footer .content__btn span {
    display: block;
    border: 1px solid white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body main .footer .content__btn span a {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main .footer .content__btn:hover a {
    color: #25375f;
  }
  html body main .footer .copyright {
    background-color: #25375f;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
  html body .start {
    background: #25375f;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body .start p {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 9999;
  }
  html body .start p img {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .header-h1 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 5rem;
  }
  .header-h3 {
    margin-top: 5px;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .body-in {
    position: relative;
  }
  section {
    margin-bottom: 200px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    max-width: 1600px;
  }
  .fadein {
    opacity: 0.1;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .text {
    width: 90%;
  }
  .text h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .text p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .contact_btn {
    position: relative;
  }
  .contact_btn span {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .contact_btn:hover span {
    background-color: white;
  }
  .contact_btn:hover span a {
    color: #25375f;
  }
  .pc {
    display: flex block !important;
  }
  .sp {
    display: none !important;
  }
  html {
    font-size: 62.5%;
  }
  html body {
    letter-spacing: 0.1em;
  }
  html body header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 70px;
    z-index: 1000;
    position: fixed;
    background-color: #25375f;
  }
  html body header .logo_header {
    height: 100%;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body header .logo_header a {
    display: inline-block;
    height: 50%;
  }
  html body header .logo_header a img {
    height: 100%;
  }
  html body header .nav_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 0;
    height: 100%;
  }
  html body header .nav_pc ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body header .nav_pc ul li {
    margin-right: 30px;
  }
  html body header .nav_pc ul li a {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
  }
  html body header .nav_pc .contact_btn {
    position: relative;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
  }
  html body header .nav_pc .contact_btn a {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    display: block;
  }
  html body header .nav_pc .contact_btn::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: white;
    position: absolute;
    left: 0;
  }
  html body main .FV {
    height: 100vh;
    position: relative;
    margin: 0;
    width: 100vw;
  }
  html body main .FV #slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    height: 100%;
    overflow: hidden;
  }
  html body main .FV #slideshow img {
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 8;
    opacity: 0;
    height: 100%;
  }
  html body main .FV #slideshow .active {
    z-index: 10;
    opacity: 1;
  }
  html body main .FV #slideshow .last-active {
    z-index: 9;
  }
  html body main .FV__title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .FV__title-slogan {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 9rem;
    font-display: swap;
    line-height: 1.7;
    font-weight: 100;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  html body main .FV__title-subslogan {
    font-family: trajan-pro-3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    text-align: center;
    color: white;
    line-height: 2;
  }
  html body main .float-button__wrap {
    display: none;
    /*最初は隠す*/
    width: 45%;
    max-width: 365px;
    height: 60px;
    right: 20px;
    margin: auto;
    position: fixed;
    z-index: 10;
  }
  html body main .float-button__wrap .hukidasi {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    background-color: white;
    text-align: center;
    border: 1px solid #ff7c1c;
    width: 60%;
    margin: 0 auto;
    border-radius: 100vh;
  }
  html body main .float-button__wrap .hukidasi::before {
    content: "";
    position: absolute;
    bottom: -6px;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 6px solid white;
  }
  html body main .float-button__wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #ff7c1c;
    border-radius: 100vh;
  }
  html body main .float-button__wrap a p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    text-align: center;
    font-weight: 600;
    color: white;
  }
  html body main .float-button__wrap a img {
    height: 14px;
  }
  html body main .intro {
    margin-top: 200px;
  }
  html body main .intro::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -78px;
    background: #25375f;
    width: 1px;
    height: 55px;
  }
  html body main .intro .text {
    margin: 0 auto;
    text-align: center;
  }
  html body main .intro .text span {
    display: inline-block;
  }
  html body main #about {
    margin-top: 100px;
    padding-bottom: 25%;
  }
  html body main #about::after {
    content: "";
    width: 100vw;
    height: 80%;
    position: absolute;
    top: 20%;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
    background-color: #eff2f5;
  }
  html body main #about .about_content {
    position: relative;
    width: 100%;
  }
  html body main #about .about_content figure {
    width: 70%;
    max-width: 970px;
  }
  html body main #about .about_content figure img {
    width: 100%;
  }
  html body main #about .about_content .text {
    width: 60%;
    padding: 60px 80px;
    -webkit-box-shadow: 0px 2px 3px #bebebe;
            box-shadow: 0px 2px 3px #bebebe;
    background-color: white;
    position: absolute;
    z-index: 2;
    top: 20%;
    right: 0;
  }
  html body main #about .about_content .text .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
  }
  html body main #about .about_content .text .header-h1 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 5rem;
    margin: 0;
  }
  html body main #about .about_content .text .header-h3 {
    margin-top: 5px;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    margin: 0;
  }
  html body main #about .about_content .text .header::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 84px;
    background-color: #25375f;
    position: absolute;
    top: 21px;
    left: 0;
  }
  html body main #whatwedo {
    width: 90%;
  }
  html body main #whatwedo .text {
    margin-bottom: 80px;
    width: 100%;
    text-align: center;
  }
  html body main #whatwedo .text p {
    width: 100%;
  }
  html body main #whatwedo .content_cover {
    width: 100%;
  }
  html body main #whatwedo .content_cover .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: auto;
  }
  html body main #whatwedo .content_cover .content .li {
    width: 30%;
    padding: 40px 20px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 3px #bebebe;
            box-shadow: 0px 2px 3px #bebebe;
  }
  html body main #whatwedo .content_cover .content .li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content .li .title {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  html body main #whatwedo .content_cover .content .li .content_p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content .li .content_p img {
    margin-right: 10px;
  }
  html body main #whatwedo .content_cover .content__circle {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content__circle::before {
    content: "";
    position: absolute;
    width: 80%;
    padding-top: 80%;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #25375f;
  }
  html body main #whatwedo .content_cover .content__circle .logo_whatwedo {
    height: 30px;
    margin-bottom: 40px;
  }
  html body main #whatwedo .content_cover .content__circle h2 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 2.8rem;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    width: 80%;
  }
  html body main #whatwedo .content_cover .content__circle-p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 30px;
    text-align: center;
    width: 80%;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin-top: 40px;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content {
    width: 100%;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content img {
    width: 100%;
    margin-bottom: 5px;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    text-align: center;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content1 {
    margin-bottom: 30px;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content1 img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  html body main .benefit {
    position: relative;
    width: 100%;
    padding-bottom: 15%;
  }
  html body main .benefit::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 200px;
    bottom: 200px;
    width: 100vw;
    background-color: #eff2f5;
  }
  html body main .benefit__content {
    position: relative;
    width: 90%;
    margin-bottom: 100px;
  }
  html body main .benefit__content figure {
    width: 60%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: -1;
    margin-top: 100px;
  }
  html body main .benefit__content figure img {
    width: 100%;
    height: 100%;
  }
  html body main .benefit__content-cover {
    padding: 60px 40px;
    width: 50%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px rgba(228, 228, 228, 0.25);
            box-shadow: 0px 0px 20px rgba(228, 228, 228, 0.25);
    margin-left: 50%;
    position: absolute;
    top: 5%;
    -webkit-box-shadow: 0px 2px 3px #bebebe;
            box-shadow: 0px 2px 3px #bebebe;
  }
  html body main .benefit__content-cover h4 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #25375f;
    margin-bottom: 20px;
  }
  html body main .benefit__content-cover h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  html body main .benefit__content-cover p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  html body main .benefit__content-benefit2 {
    margin-left: 0;
  }
  html body main .benefit__content3 {
    margin-bottom: 0;
  }
  html body main .benefit__content2 figure {
    margin-left: 20%;
  }
  html body main .feature {
    background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html body main .feature .cover {
    background-color: white;
    padding: 50px 10px;
    width: 90%;
  }
  html body main .feature__introduction {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  html body main .feature__list-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  html body main .feature__list-ul-li {
    width: 30%;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border: 1px solid #25375f;
    position: relative;
  }
  html body main .feature__list-ul-li::before {
    display: block;
    content: "";
    padding-top: 100%;
  }
  html body main .feature__list-ul-li-content {
    width: 70%;
    position: absolute;
  }
  html body main .feature__list-ul-li-content-span1 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    line-height: 1;
    margin-bottom: 5px;
  }
  html body main .feature__list-ul-li-content-span2 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2.2rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #25375f;
  }
  html body main .feature__list-ul-li-content-p1 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    white-space: nowrap;
  }
  html body main .feature__list-ul-li-content-p2 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
  }
  html body main .feature__list #li2 {
    background-color: #25375f;
    color: white;
  }
  html body main .feature__list #li2 #li2__content {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #span1 {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #span2 {
    color: white;
    border-bottom: 1px solid white;
  }
  html body main .feature__list #li2 #li2__content #p1 {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #p2 {
    color: white;
  }
  html body main .feature__list #li3 {
    margin-bottom: 0px;
  }
  html body main .cases p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 40px;
  }
  html body main .cases__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .cases__content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html body main .cases__content .row ul {
    width: 30%;
  }
  html body main .cases__content .row ul p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: start;
    margin-bottom: 0;
  }
  html body main .cases__content .row ul li {
    margin-bottom: 10px;
  }
  html body main .cases__content .row ul li span {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
  }
  html body main .cases__content .row ul li p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  html body main .cases__content .row .table_pc {
    width: 65%;
    margin: 0 0 0 auto;
  }
  html body main .cases__content .row .table_pc tbody {
    width: 100%;
  }
  html body main .cases__content .row .table_pc tbody .table_title td {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
    background-color: #25375f;
    color: white;
    border: solid 1px #e8e8e8;
  }
  html body main .cases__content .row .table_pc tbody tr {
    border: solid 1px #e8e8e8;
  }
  html body main .cases__content .row .table_pc tbody tr th {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 10%;
    font-weight: 600;
    background-color: #25375f;
    color: white;
    padding: 15px 0;
    text-align: center;
  }
  html body main .cases__content .row .table_pc tbody tr td {
    text-align: center;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 10%;
    background-color: white;
    padding: 15px 0;
  }
  html body main .contact {
    background-image: url(/top/image/contact.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
  }
  html body main .contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  html body main .contact__content .header h2 {
    color: white;
  }
  html body main .contact__content .header h3 {
    color: white;
  }
  html body main .contact__content .text_title {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 3rem;
    font-display: swap;
    line-height: 1.7;
    color: white;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-bottom: 20px;
  }
  html body main .contact__content .text {
    margin-bottom: 60px;
    width: 90%;
    max-width: 1600px;
  }
  html body main .contact__content .text p {
    color: white;
  }
  html body main .contact__content-btn {
    width: 40%;
    max-width: 600px;
    text-align: center;
  }
  html body main .contact__content-btn span {
    display: block;
    border: 1px solid white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body main .contact__content-btn span a {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main #developer .content {
    width: 100%;
  }
  html body main #developer .content ul li {
    margin-bottom: 30px;
  }
  html body main #developer .content ul li span {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
  }
  html body main #developer .content ul li p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    padding-bottom: 10px;
    border-bottom: 1px solid #25375f;
    line-height: 1.8;
  }
  html body main #developer .content ul .list_3 {
    margin-bottom: 0;
  }
  html body main .footer {
    margin-bottom: 0;
    background-color: #3a4c74;
    padding-top: 50px;
    padding-bottom: 0;
    width: 100vw;
    max-width: 100vw;
  }
  html body main .footer .content {
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 90%;
    max-width: 1600px;
  }
  html body main .footer .content__info-name {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-location {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-tel {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 40px;
  }
  html body main .footer .content__btn {
    width: 30%;
    min-width: 285px;
    max-width: 400px;
    margin-left: 30px;
  }
  html body main .footer .content__btn span {
    display: block;
    border: 1px solid white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body main .footer .content__btn span a {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main .footer .content__btn:hover a {
    color: #25375f;
  }
  html body main .footer .copyright {
    background-color: #25375f;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
  html body .start {
    background: #25375f;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body .start p {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 9999;
  }
  html body .start p img {
    width: 20%;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .header-h1 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 5rem;
  }
  .header-h3 {
    margin-top: 5px;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .body-in {
    position: relative;
  }
  section {
    margin-bottom: 200px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    max-width: 1600px;
  }
  .fadein {
    opacity: 0.1;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .text {
    width: 90%;
  }
  .text h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .text p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .contact_btn {
    position: relative;
  }
  .contact_btn span {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .contact_btn:hover span {
    background-color: white;
  }
  .contact_btn:hover span a {
    color: #25375f;
  }
  .pc {
    display: flex block !important;
  }
  .sp {
    display: none !important;
  }
  html {
    font-size: 62.5%;
  }
  html body {
    letter-spacing: 0.1em;
    width: 100vw;
  }
  html body header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 70px;
    z-index: 1000;
    position: fixed;
    background-color: #25375f;
    top: 0;
  }
  html body header .logo_header {
    height: 100%;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body header .logo_header a {
    display: inline-block;
    height: 50%;
  }
  html body header .logo_header a img {
    height: 100%;
  }
  html body header .nav_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 0;
    height: 100%;
  }
  html body header .nav_pc ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body header .nav_pc ul li {
    margin-right: 30px;
  }
  html body header .nav_pc ul li a {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
  }
  html body header .nav_pc .contact_btn {
    position: relative;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
  }
  html body header .nav_pc .contact_btn a {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    display: block;
  }
  html body header .nav_pc .contact_btn::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: white;
    position: absolute;
    left: 0;
  }
  html body main .FV {
    height: 100vh;
    position: relative;
    margin: 0;
    width: 100vw;
  }
  html body main .FV #slideshow {
    background-color: black;
    position: absolute;
    z-index: -100;
    width: 100%;
    height: 100%;
    z-index: -1;
    height: 100%;
    overflow: hidden;
  }
  html body main .FV #slideshow img {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
    width: 100%;
  }
  html body main .FV #slideshow .active {
    z-index: 10;
    opacity: 1;
  }
  html body main .FV #slideshow .last-active {
    z-index: 9;
  }
  html body main .FV__title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .FV__title-slogan {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 9rem;
    font-display: swap;
    line-height: 1.7;
    font-weight: 100;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  html body main .FV__title-subslogan {
    font-family: trajan-pro-3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    text-align: center;
    color: white;
    line-height: 2;
  }
  html body main .float-button__wrap {
    display: none;
    /*最初は隠す*/
    width: 45%;
    max-width: 365px;
    height: 60px;
    right: 20px;
    margin: auto;
    position: fixed;
    z-index: 10;
  }
  html body main .float-button__wrap .hukidasi {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    background-color: white;
    text-align: center;
    border: 1px solid #ff7c1c;
    width: 60%;
    margin: 0 auto;
    border-radius: 100vh;
  }
  html body main .float-button__wrap .hukidasi::before {
    content: "";
    position: absolute;
    bottom: -6px;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 6px solid white;
  }
  html body main .float-button__wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #ff7c1c;
    border-radius: 100vh;
  }
  html body main .float-button__wrap a p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    text-align: center;
    font-weight: 600;
    color: white;
  }
  html body main .float-button__wrap a img {
    height: 14px;
  }
  html body main .intro {
    margin-top: 200px;
  }
  html body main .intro::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -78px;
    background: #25375f;
    width: 1px;
    height: 55px;
  }
  html body main .intro .text {
    margin: 0 auto;
    text-align: center;
  }
  html body main .intro .text span {
    display: inline-block;
  }
  html body main #about {
    margin-top: 100px;
    padding-bottom: 140px;
  }
  html body main #about::after {
    content: "";
    width: 100vw;
    height: 645px;
    position: absolute;
    bottom: -140px;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
    background-color: #eff2f5;
  }
  html body main #about .about_content {
    position: relative;
    width: 100%;
  }
  html body main #about .about_content figure {
    width: 70%;
    max-width: 970px;
  }
  html body main #about .about_content figure img {
    width: 100%;
  }
  html body main #about .about_content .text {
    width: 60%;
    padding: 60px 80px;
    -webkit-box-shadow: 0px 2px 3px #bebebe;
            box-shadow: 0px 2px 3px #bebebe;
    background-color: white;
    position: absolute;
    z-index: 2;
    top: 195px;
    right: 0;
  }
  html body main #about .about_content .text .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
  }
  html body main #about .about_content .text .header-h1 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 5rem;
    margin: 0;
  }
  html body main #about .about_content .text .header-h3 {
    margin-top: 5px;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    margin: 0;
  }
  html body main #about .about_content .text .header::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 84px;
    background-color: #25375f;
    position: absolute;
    top: 21px;
    left: 0;
  }
  html body main #whatwedo {
    width: 90%;
  }
  html body main #whatwedo .text {
    margin-bottom: 80px;
    width: 100%;
    text-align: center;
  }
  html body main #whatwedo .text p {
    width: 100%;
  }
  html body main #whatwedo .content_cover {
    width: 100%;
  }
  html body main #whatwedo .content_cover .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: auto;
  }
  html body main #whatwedo .content_cover .content .li {
    width: 30%;
    padding: 40px 20px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 3px #bebebe;
            box-shadow: 0px 2px 3px #bebebe;
  }
  html body main #whatwedo .content_cover .content .li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content .li .title {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  html body main #whatwedo .content_cover .content .li .content_p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content .li .content_p img {
    margin-right: 10px;
  }
  html body main #whatwedo .content_cover .content__circle {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #whatwedo .content_cover .content__circle::before {
    content: "";
    position: absolute;
    width: min(50%, 600px);
    padding-top: min(50%, 600px);
    border-radius: 100%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #25375f;
  }
  html body main #whatwedo .content_cover .content__circle .logo_whatwedo {
    height: 30px;
    margin-bottom: 40px;
  }
  html body main #whatwedo .content_cover .content__circle h2 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 2.8rem;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    width: 80%;
  }
  html body main #whatwedo .content_cover .content__circle-p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 30px;
    text-align: center;
    width: 80%;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin-top: 40px;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content {
    width: 100%;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content img {
    width: 100%;
    margin-bottom: 5px;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    text-align: center;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content1 {
    margin-bottom: 30px;
  }
  html body main #whatwedo .content_cover .content__circle-arrow_cover-content1 img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  html body main .benefit {
    position: relative;
    width: 100%;
  }
  html body main .benefit::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 200px;
    bottom: 200px;
    width: 100vw;
    background-color: #eff2f5;
  }
  html body main .benefit__content {
    position: relative;
    width: 90%;
    margin-bottom: 100px;
  }
  html body main .benefit__content figure {
    width: 60%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: -1;
  }
  html body main .benefit__content figure img {
    width: 100%;
    height: 100%;
  }
  html body main .benefit__content-cover {
    padding: 60px 40px;
    width: 50%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px rgba(228, 228, 228, 0.25);
            box-shadow: 0px 0px 20px rgba(228, 228, 228, 0.25);
    margin-left: 50%;
    position: absolute;
    top: 5%;
    -webkit-box-shadow: 0px 2px 3px #bebebe;
            box-shadow: 0px 2px 3px #bebebe;
  }
  html body main .benefit__content-cover h4 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #25375f;
    margin-bottom: 20px;
  }
  html body main .benefit__content-cover h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  html body main .benefit__content-cover p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  html body main .benefit__content-benefit2 {
    margin-left: 0;
  }
  html body main .benefit__content3 {
    margin-bottom: 0;
  }
  html body main .benefit__content2 figure {
    margin-left: 40%;
  }
  html body main .feature {
    background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html body main .feature .cover {
    background-color: white;
    padding: 50px 10px;
    width: 90%;
  }
  html body main .feature__introduction {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  html body main .feature__list-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  html body main .feature__list-ul-li {
    width: 30%;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border: 1px solid #25375f;
  }
  html body main .feature__list-ul-li::before {
    display: block;
    content: "";
    padding-top: 100%;
  }
  html body main .feature__list-ul-li-content {
    width: 70%;
  }
  html body main .feature__list-ul-li-content-span1 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    line-height: 1;
    margin-bottom: 5px;
  }
  html body main .feature__list-ul-li-content-span2 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2.2rem;
    line-height: 2.2;
    font-weight: 500;
    color: #25375f;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #25375f;
  }
  html body main .feature__list-ul-li-content-p1 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.8rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
  }
  html body main .feature__list-ul-li-content-p2 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  html body main .feature__list #li2 {
    background-color: #25375f;
    color: white;
  }
  html body main .feature__list #li2 #li2__content {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #span1 {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #span2 {
    color: white;
    border-bottom: 1px solid white;
  }
  html body main .feature__list #li2 #li2__content #p1 {
    color: white;
  }
  html body main .feature__list #li2 #li2__content #p2 {
    color: white;
  }
  html body main .feature__list #li3 {
    margin-bottom: 0px;
  }
  html body main .cases p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 40px;
  }
  html body main .cases__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .cases__content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html body main .cases__content .row ul {
    width: 30%;
  }
  html body main .cases__content .row ul p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: start;
    margin-bottom: 0;
  }
  html body main .cases__content .row ul li {
    margin-bottom: 10px;
  }
  html body main .cases__content .row ul li span {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
  }
  html body main .cases__content .row ul li p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  html body main .cases__content .row .table_pc {
    width: 65%;
    margin: 0 0 0 auto;
  }
  html body main .cases__content .row .table_pc tbody {
    width: 100%;
  }
  html body main .cases__content .row .table_pc tbody .table_title td {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
    background-color: #25375f;
    color: white;
    border: solid 1px #e8e8e8;
  }
  html body main .cases__content .row .table_pc tbody tr {
    border: solid 1px #e8e8e8;
  }
  html body main .cases__content .row .table_pc tbody tr th {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 10%;
    font-weight: 600;
    background-color: #25375f;
    color: white;
    padding: 15px 0;
    text-align: center;
  }
  html body main .cases__content .row .table_pc tbody tr td {
    text-align: center;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 10%;
    background-color: white;
    padding: 15px 0;
  }
  html body main .contact {
    background-image: url(/top/image/contact.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
  }
  html body main .contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  html body main .contact__content .header h2 {
    color: white;
  }
  html body main .contact__content .header h3 {
    color: white;
  }
  html body main .contact__content .text_title {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 3rem;
    font-display: swap;
    line-height: 1.7;
    color: white;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-bottom: 20px;
  }
  html body main .contact__content .text {
    margin-bottom: 60px;
    width: 90%;
    max-width: 1600px;
  }
  html body main .contact__content .text p {
    color: white;
  }
  html body main .contact__content-btn {
    width: 40%;
    min-width: 285px;
    max-width: 600px;
    text-align: center;
  }
  html body main .contact__content-btn span {
    display: block;
    border: 1px solid white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body main .contact__content-btn span a {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main #developer .content {
    width: 100%;
  }
  html body main #developer .content ul li {
    margin-bottom: 30px;
  }
  html body main #developer .content ul li span {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 600;
  }
  html body main #developer .content ul li p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    padding-bottom: 10px;
    border-bottom: 1px solid #25375f;
    line-height: 1.8;
  }
  html body main #developer .content ul .list_3 {
    margin-bottom: 0;
  }
  html body main .footer {
    margin-bottom: 0;
    background-color: #3a4c74;
    padding-top: 50px;
    padding-bottom: 0;
    width: 100vw;
  }
  html body main .footer .content {
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 90%;
    max-width: 1600px;
  }
  html body main .footer .content__info-name {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-location {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-tel {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 40px;
  }
  html body main .footer .content__btn {
    width: 20%;
    max-width: 400px;
    margin-left: 30px;
  }
  html body main .footer .content__btn span {
    display: block;
    border: 1px solid white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body main .footer .content__btn span a {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main .footer .content__btn:hover a {
    color: #25375f;
  }
  html body main .footer .copyright {
    background-color: #25375f;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
  html body .start {
    background: #25375f;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body .start p {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 9999;
  }
  html body .start p img {
    width: 20%;
  }
}
/*# sourceMappingURL=top_style.css.map */