@charset "UTF-8";
@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body p {
    font-size: 18px;
    line-height: 2.05556;
    letter-spacing: 0.075em;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .hvz {
    overflow: hidden;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover {
    opacity: 1;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 152px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .header {
    height: 120px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_l {
    max-width: 271px;
    min-width: 225.83333px;
    width: 18.81944%;
  }
  .header .header_l h1 {
    font-size: 0;
    line-height: 0;
    width: 100%;
  }
  .header .header_l h1 a {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .header .header_nav {
    background-color: rgba(255, 255, 255, 0.85);
    margin-top: auto;
    -moz-border-radius: 0 0 0 30px;
         border-radius: 0 0 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 34px 35px 34px 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .header .header_nav {
    padding: 17px 17px 17px 20px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_nav > a.header_btn_contact {
    width: 190px;
    height: 37px;
    border: 2px solid #003F6A;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 19px;
    color: #003F6A;
    position: relative;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .header .header_nav > a.header_btn_contact::before {
    content: "";
    margin-right: 10px;
    width: 25px;
    height: 19px;
    background: url(../img/ic_mail.svg) center/contain no-repeat;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .header .header_nav > a.header_btn_contact {
    width: 150px;
    height: 29.21053px;
    font-size: 12px;
  }
  .header .header_nav > a.header_btn_contact::before {
    width: 20px;
    height: 15.2px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_nav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header_nav > ul > li {
    margin-right: 25px;
  }
  .header .header_nav > ul > li:nth-of-type(2) > a::before {
    width: 36px;
    height: 28px;
    background-image: url(../img/menu_ic2.svg);
  }
  .header .header_nav > ul > li:nth-of-type(3) > a::before {
    width: 28px;
    height: 41px;
    background-image: url(../img/menu_ic3.svg);
  }
  .header .header_nav > ul > li:nth-of-type(4) > a::before {
    width: 39px;
    height: 31px;
    background-image: url(../img/menu_ic4.svg);
  }
  .header .header_nav > ul > li:nth-of-type(5) > a::before {
    width: 33px;
    height: 36px;
    background-image: url(../img/menu_ic5.svg);
  }
  .header .header_nav > ul > li:nth-of-type(6) > a::before {
    width: 23px;
    height: 34px;
    background-image: url(../img/menu_ic6.svg);
  }
  .header .header_nav > ul > li > a {
    text-align: center;
    position: relative;
    display: block;
    padding-left: 45px;
    color: #003F6A;
  }
  .header .header_nav > ul > li > a span {
    font-size: 25px;
    display: block;
    line-height: 1;
    font-family: "Kollektif";
  }
  .header .header_nav > ul > li > a small {
    font-size: 12px;
    line-height: 1;
    display: block;
    white-space: nowrap;
  }
  .header .header_nav > ul > li > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 33px;
    height: 30px;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/menu_ic1.svg);
    display: block;
    -webkit-transition: display 0.3s;
    -moz-transition: display 0.3s;
    transition: display 0.3s;
    opacity: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .header .header_nav > ul > li {
    margin-right: 15px;
  }
  .header .header_nav > ul > li > a {
    padding-left: 25px;
  }
  .header .header_nav > ul > li > a::before {
    width: 16.5px;
    height: 15px;
  }
  .header .header_nav > ul > li > a span {
    font-size: 16px;
  }
  .header .header_nav > ul > li > a small {
    font-size: 10px;
  }
  .header .header_nav > ul > li:nth-of-type(2) > a::before {
    width: 18px;
    height: 14px;
  }
  .header .header_nav > ul > li:nth-of-type(3) > a::before {
    width: 14px;
    height: 20.5px;
  }
  .header .header_nav > ul > li:nth-of-type(4) > a::before {
    width: 19.5px;
    height: 15.5px;
  }
  .header .header_nav > ul > li:nth-of-type(5) > a::before {
    width: 12.5;
    height: 18px;
  }
  .header .header_nav > ul > li:nth-of-type(6) > a::before {
    width: 11.5px;
    height: 17px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_right {
    position: absolute;
    top: 0;
    right: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .header .header_right {
    right: 0px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_right a.btn_tel {
    width: 317px;
    height: 56px;
    background-color: #003F6A;
    -moz-border-radius: 0 0 10px 10px;
         border-radius: 0 0 10px 10px;
    font-size: 35px;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Kollektif";
  }
  .header .header_right a.btn_tel::before {
    content: "";
    width: 25px;
    height: 20px;
    background: url(../img/ic_tel.svg) center/contain no-repeat;
    display: block;
    margin-right: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .header .header_right a.btn_tel {
    width: 250px;
    height: 44.16404px;
    font-size: 27.60252px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .footer > p {
    padding: 10px;
    font-size: 10px;
    text-align: center;
  }
  .footer_top {
    padding: 60px 0 70px;
  }
  .footer_top .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-flow: row-reverse wrap;
            flex-flow: row-reverse wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_top .row {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px), print {
  .footer_top .row > div {
    width: 50%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_top .row > div {
    width: 80%;
  }
}

@media screen and (min-width: 769px), print {
  .footer_top .row .ftr {
    padding-right: 75px;
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_top .row .ftr {
    padding-right: 0;
  }
}

@media screen and (min-width: 769px), print {
  .footer_top .row .ftr > ul > li + li {
    margin-top: 20px;
  }
  .footer_top .row .ftr > ul > li > a {
    color: #003F6A;
    font-size: 25px;
  }
  .footer_top .row .ftr > ul > li ul {
    margin-top: 20px;
  }
  .footer_top .row .ftr > ul > li ul li + li {
    margin-top: 10px;
  }
  .footer_top .row .ftr > ul > li ul li a {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_top .row .ftl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .footer_top .row .ftl > a img {
    width: 313px;
  }
  .footer_top .row .ftl p {
    font-size: 15px;
    line-height: 2.2;
    margin: 20px 0 10px;
  }
  .footer_top .row .ftl ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_top .row .ftl ul li:not(:last-child) {
    margin-right: 13px;
  }
  .footer_top .row .ftl ul li img {
    width: 24px;
  }
  .ttl {
    position: relative;
  }
  .ttl picture, .ttl figure {
    min-height: 450px;
  }
  .ttl .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .ttl .txt {
    padding-top: 120px;
  }
}

@media screen and (min-width: 769px), print {
  .ttl .txt_inner {
    width: 100%;
  }
  .ttl .txt h2 span {
    padding-left: 4.16667%;
    font-size: 193px;
    display: block;
    line-height: 1;
    color: #003F6A;
    font-family: "Kollektif";
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .ttl .txt h2 span {
    font-size: 123px;
  }
}

@media screen and (min-width: 769px), print {
  .ttl .txt h2 small {
    display: block;
    font-size: 38px;
    color: #003F6A;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .ttl .txt h2 small {
    padding-left: 4.16667%;
    font-size: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .ttl .breadcrumb {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .ttl .breadcrumb {
    padding-left: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .ttl .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttl .breadcrumb ul li, .ttl .breadcrumb ul a {
    font-size: 18px;
    color: #003F6A;
  }
  .ttl .breadcrumb ul li:not(:last-child) {
    margin-right: 50px;
    position: relative;
  }
  .ttl .breadcrumb ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -42px;
    width: 32px;
    height: 1px;
    background: #003F6A;
    display: block;
  }
  .wp-pagenavi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .page {
    margin: 0 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #eaeaea;
    width: 47px;
    height: 47px;
    background: #fff;
    font-weight: bold;
    font-size: 23px;
    color: #003F6A;
    border: 2px solid #003F6A;
  }
  .wp-pagenavi .page:hover {
    background: #003F6A;
    opacity: 1;
    color: #fff;
  }
  .wp-pagenavi .dots {
    background-color: transparent;
    border: none;
  }
  .wp-pagenavi .dots:hover {
    color: #363636;
    background-color: transparent;
  }
  .wp-pagenavi .current {
    margin: 0 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 47px;
    height: 47px;
    background: #003F6A;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    font-size: 23px;
    color: #fff;
  }
  .wp-pagenavi .nextpostslink {
    width: 47px;
    height: 47px;
    text-indent: -9999px;
    display: block;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-image: url("../img/ar.svg");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 15px 29px;
         background-size: 15px 29px;
    display: none;
  }
  .wp-pagenavi .prevpostslink {
    width: 47px;
    height: 47px;
    text-indent: -9999px;
    display: block;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    margin-right: 10px;
    background-image: url("../img/ar.svg");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 15px 29px;
         background-size: 15px 29px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    display: none;
  }
  a.btn {
    color: #fff;
    border: 4px solid #fff;
    width: 406px;
    height: 67px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 25px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 0 10px 0 30px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  a.btn::after {
    content: "";
    width: 50px;
    height: 9px;
    background: url(../img/btn_ar.svg) center/contain no-repeat;
    display: block;
  }
  .contact_cm {
    position: relative;
  }
  .contact_cm > figure, .contact_cm > picture {
    height: 592px;
  }
  .contact_cm > figure img, .contact_cm > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact_cm .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact_cm .txt .txt_inner {
    width: 50%;
    margin-left: auto;
  }
  .contact_cm .txt .t_ttl {
    padding-left: 6.07143%;
    margin-bottom: 30px;
  }
  .contact_cm .txt .t_ttl span {
    padding-left: 0;
  }
  .contact_cm .txt .t_ttl span img {
    width: 743px;
  }
  .contact_cm .txt .t_ttl small {
    padding-left: 23.92857%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .contact_cm .txt .t_ttl small {
    padding-left: 0px;
  }
}

@media screen and (min-width: 769px), print {
  .contact_cm .txt .box {
    background-color: rgba(0, 63, 106, 0.92);
    padding: 30px;
    width: 700px;
    max-width: 100%;
    text-align: center;
  }
  .contact_cm .txt .box p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
    text-align: left;
  }
  .t_ttl span {
    display: block;
    padding-left: 5.46875%;
  }
  .t_ttl small {
    display: block;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #003F6A;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .t_ttl small {
    padding-left: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .net_service_cm {
    margin-top: -160px;
  }
  .net_service_cm .t_ttl {
    padding-top: 35px;
    position: relative;
    z-index: 1;
    position: relative;
  }
  .net_service_cm .t_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc(100% - ((100% - 1400px)/2));
    width: -moz-calc(100% - ((100% - 1400px)/2));
    width: calc(100% - ((100% - 1400px)/2));
    height: 100%;
    background: #003F6A;
    display: block;
    z-index: -1;
    -moz-border-radius: 0 18px 0 0;
         border-radius: 0 18px 0 0;
  }
  .net_service_cm .t_ttl span img {
    width: 1047px;
  }
  .net_service_cm .t_ttl small {
    color: #fff;
  }
  .net_service_cm .net_service_main {
    position: relative;
  }
  .net_service_cm .net_service_main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
    background: #003F6A;
    display: block;
    z-index: -1;
    -moz-border-radius: 0 0 18px 0;
         border-radius: 0 0 18px 0;
  }
  .net_service_cm .net_service_main::after {
    content: "";
    position: absolute;
    top: 0;
    left: -500%;
    width: 500%;
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
    background: #003F6A;
    display: block;
    z-index: -1;
  }
  .net_service_cm .net_service_main ul {
    padding-right: 160px;
    padding-top: 25px;
    display: -ms-grid;
    display: grid;
    gap: 18px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p_top {
    padding-top: 0;
  }
  .p_top .mv {
    position: relative;
    z-index: 1;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .mv > span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 12px;
    color: #003F6A;
    font-family: "SourceHan";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .mv_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 140px;
  }
  .p_top .mv_txt h2 {
    font-size: 57px;
    line-height: 2.33333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_top .mv_txt h2 {
    font-size: 37px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .news {
    margin-top: -110px;
    position: relative;
    z-index: 1;
  }
  .p_top .news_main {
    background-color: #003F6A;
    padding: 25px 0 25px 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -moz-border-radius: 15px 0 0 15px;
         border-radius: 15px 0 0 15px;
    position: relative;
  }
  .p_top .news_main::after {
    content: "";
    position: absolute;
    top: 0;
    right: -500%;
    width: 500%;
    height: 100%;
    background-color: #003F6A;
    display: block;
  }
  .p_top .news_main > a {
    position: absolute;
    font-family: "Kollektif";
    font-size: 30px;
    color: #fff;
    display: inline-block;
    width: 160px;
    border-bottom: 1px solid #fff;
    left: 50px;
    bottom: 80px;
  }
  .p_top .news_main > a::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 10px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 30px;
    height: 1px;
    background: #fff;
    display: block;
  }
  .p_top .news_main h2 {
    width: 215px;
    text-align: center;
    padding-right: 45px;
    color: #fff;
  }
  .p_top .news_main h2 span {
    line-height: 1;
    display: block;
    font-size: 56px;
    font-family: "Kollektif";
  }
  .p_top .news_main h2 small {
    font-size: 25px;
  }
  .p_top .news_main ul {
    width: -webkit-calc(100% - 215px);
    width: -moz-calc(100% - 215px);
    width: calc(100% - 215px);
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_top .news_main ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 769px), print {
  .p_top .news_main ul li a {
    font-weight: 500;
    display: block;
    color: #fff;
  }
  .p_top .news_main ul li a figure {
    height: 204px;
  }
  .p_top .news_main ul li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .news_main ul li a .meta {
    margin: 10px 0 5px;
  }
  .p_top .news_main ul li a .meta span {
    color: #003F6A;
    font-weight: 500;
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
  }
  .p_top .news_main ul li a .meta time {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
  }
  .p_top .news_main ul li a p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
  .p_top .philosophy {
    padding: 35px 0 105px;
  }
  .p_top .philosophy .t_ttl {
    position: relative;
    z-index: 1;
  }
  .p_top .philosophy .t_ttl span img {
    width: 985px;
  }
  .p_top .philosophy_main {
    position: relative;
    width: 58.75%;
    margin-left: auto;
    padding-bottom: 126px;
  }
  .p_top .philosophy_main figure {
    margin-top: -110px;
  }
  .p_top .philosophy_main .box_wrap {
    position: absolute;
    left: -330px;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_top .philosophy_main .box_wrap .box {
    padding: 15px 15px 15px 40px;
    -moz-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.3);
         box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.3);
    z-index: 1;
    width: 684px;
    background-color: #fff;
  }
  .p_top .philosophy_main .box_wrap > a {
    font-family: "Kollektif";
    font-size: 30px;
    color: #003F6A;
    display: inline-block;
    width: 200px;
    border-bottom: 1px solid;
    margin-bottom: 22px;
    margin-left: 22px;
    position: relative;
  }
  .p_top .philosophy_main .box_wrap > a::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 10px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 30px;
    height: 1px;
    background: #003F6A;
    display: block;
  }
  .p_top .philosophy_main .box_wrap dl dt {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #003F6A;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 20px;
  }
  .p_top .philosophy_main .box_wrap dl dt::after {
    content: "";
    position: absolute;
    top: -21px;
    left: 0;
    width: 3px;
    height: 55px;
    background: #003F6A;
    display: block;
  }
  .p_top .service {
    background-color: #EFEFEF;
    padding: 100px 0 280px;
  }
  .p_top .service .t_ttl {
    position: relative;
    z-index: 1;
  }
  .p_top .service .t_ttl span img {
    width: 702px;
  }
  .p_top .service_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -188px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_top .service_main {
    padding-left: 30px;
    padding-left: 30px;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .service_main p {
    width: -webkit-calc(100% - 821px);
    width: -moz-calc(100% - 821px);
    width: calc(100% - 821px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_top .service_main p {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .service_main ul {
    width: 821px;
    display: -ms-grid;
    display: grid;
    gap: 0 25px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_top .service_main ul {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .service_main ul li a {
    display: block;
  }
  .p_top .service_main ul li a figure {
    height: 398px;
  }
  .p_top .service_main ul li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .service_main ul li a span {
    font-size: 24px;
    position: relative;
    display: block;
    border-bottom: 2px solid #B0B0B0;
    margin-left: 68px;
    margin-top: 25px;
  }
  .p_top .service_main ul li a span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -68px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 58px;
    height: 58px;
    background: #003F6A url(../img/arr.svg) center no-repeat;
    -moz-background-size: 20px 25px;
         background-size: 20px 25px;
    display: block;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .about_flow {
    padding: 160px 0;
  }
  .p_top .about_flow ul {
    display: -ms-grid;
    display: grid;
    gap: 0 80px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .about_flow ul li:nth-of-type(2) a span::after {
    height: 208px;
  }
  .p_top .about_flow ul li a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .p_top .about_flow ul li a figure {
    height: 409px;
  }
  .p_top .about_flow ul li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .about_flow ul li a span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 25px;
    left: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 54px;
    color: #fff;
    font-family: "Kollektif";
    z-index: 1;
  }
  .p_top .about_flow ul li a span::after {
    content: "";
    width: 2px;
    height: 185px;
    background: #fff;
    display: block;
    margin-left: 26px;
  }
  .p_top .about_flow ul li a small {
    position: absolute;
    left: 45px;
    bottom: 15px;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .about_flow ul li a small::after {
    content: "";
    margin-left: 10px;
    width: 20px;
    height: 25px;
    background: url(../img/arr.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .about_flow ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
    display: block;
  }
  .p_philosophy .philosophy {
    background-color: #EFEFEF;
  }
  .p_philosophy .philosophy .ctTop {
    margin-bottom: 45px;
    text-align: center;
  }
  .p_philosophy .philosophy .ctTop figure {
    width: 1094px;
    display: inline-block;
    margin-top: -13.80208%;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_philosophy .philosophy .ctTop figure {
    margin-top: -80px;
  }
}

@media screen and (min-width: 769px), print {
  .p_philosophy .philosophy .ctTop .txt {
    width: 50%;
    padding: 20px 0 60px 50px;
    margin-left: auto;
    position: relative;
    background-color: #fff;
    margin-top: -130px;
    z-index: 2;
    text-align: left;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_philosophy .philosophy .ctTop .txt {
    width: 90%;
  }
}

@media screen and (min-width: 769px), print {
  .p_philosophy .philosophy .ctTop .txt h2 {
    width: 885px;
    margin-left: -30px;
  }
  .p_philosophy .philosophy .ctTop .txt:after {
    content: "";
    position: absolute;
    top: 0;
    right: -5000px;
    width: 5000px;
    height: 100%;
    background: #fff;
    display: block;
  }
  .p_philosophy .philosophy .ctTop .txt h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    font-size: 34px;
    color: #003F6A;
    font-weight: bold;
    margin: -110px 0 40px;
  }
  .p_philosophy .philosophy .ctMid {
    margin-bottom: 150px;
  }
  .p_philosophy .philosophy .ctMid_main {
    padding-left: 160px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_philosophy .philosophy .ctMid_main h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 117px;
  }
  .p_philosophy .philosophy .ctMid_l {
    width: 500px;
    margin-right: 70px;
  }
  .p_philosophy .philosophy .ctMid_l p {
    margin-top: 25px;
  }
  .p_philosophy .philosophy .ctMid_r {
    width: 592px;
    margin-top: 95px;
  }
  .p_philosophy .philosophy .ctBot {
    padding-bottom: 130px;
  }
  .p_philosophy .philosophy .ctBot ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 50px;
  }
  .p_philosophy .philosophy .ctBot ul li {
    width: 50%;
  }
  .p_philosophy .philosophy .ctBot ul li.full {
    width: 100%;
  }
  .p_philosophy .philosophy .ctBot ul li.full figure {
    height: 393px;
  }
  .p_philosophy .philosophy .ctBot ul li.full h2 span img {
    width: 640px;
  }
  .p_philosophy .philosophy .ctBot ul li a {
    display: block;
    position: relative;
    font-size: 0;
  }
  .p_philosophy .philosophy .ctBot ul li a figure {
    height: 321px;
  }
  .p_philosophy .philosophy .ctBot ul li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_philosophy .philosophy .ctBot ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 63, 106, 0.36);
    display: block;
  }
  .p_philosophy .philosophy .ctBot ul li a:after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 58px;
    height: 58px;
    background: #003F6A url(../img/arr.svg) center/contain no-repeat;
    -moz-background-size: 20px 25px;
         background-size: 20px 25px;
    display: block;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_philosophy .philosophy .ctBot ul li h2 {
    position: absolute;
    bottom: 10px;
    left: 35px;
    z-index: 1;
  }
  .p_philosophy .philosophy .ctBot ul li h2 span {
    display: block;
  }
  .p_philosophy .philosophy .ctBot ul li h2 span img {
    width: 486px;
  }
  .p_philosophy .philosophy .ctBot ul li h2 small {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 34px;
    margin-bottom: 20px;
  }
  .p_service .net_service_cm {
    margin-bottom: 150px;
  }
  .p_service .service {
    background-color: #EFEFEF;
    position: relative;
  }
  .p_service .service .tabs {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 50%;
    top: -74px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_service .service .tabs li {
    margin: 0 5px;
  }
  .p_service .service .tabs li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    color: #003F6A;
    border: 2px solid;
    width: 346px;
    height: 74px;
    font-size: 29px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_service .service .tabs li a.active, .p_service .service .tabs li a:hover {
    background-color: #003F6A;
    color: #fff;
    opacity: 1;
  }
  .p_service .service .tabs li.current_page_item a {
    background-color: #003F6A;
    color: #fff;
    opacity: 1;
  }
  .p_service .service .tab_content {
    display: none;
  }
  .p_service .service .tab_content.active {
    display: block;
  }
  .p_service .service .listService {
    padding-top: 50px;
    padding-bottom: 265px;
    display: -ms-grid;
    display: grid;
    gap: 0 150px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_service .service .listService {
    gap: 0 75px;
  }
}

@media screen and (min-width: 769px), print {
  .p_service .service .listService li {
    position: relative;
    padding-left: 110px;
  }
  .p_service .service .listService li:nth-child(even) {
    margin-top: 190px;
  }
  .p_service .service .listService li h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 87px;
  }
  .p_service .service .listService li .txt h4 {
    font-size: 35px;
    color: #003F6A;
    margin: 20px 0 5px;
  }
  .p_contact .contact {
    -moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
         box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    margin: -13.80208% auto 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 60px 35px 120px;
    margin-bottom: 150px;
  }
  .p_contact .contact .contact_top {
    padding: 0 80px;
  }
  .p_contact .contact .contact_top .box {
    padding: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
    background-color: #003F6A;
  }
  .p_contact .contact .contact_top .box h3 {
    font-size: 28px;
    font-weight: bold;
  }
  .p_contact .contact .contact_top .box p {
    font-size: 20px;
    line-height: 1.85;
    margin: 20px 0;
  }
  .p_contact .contact .contact_top .box a {
    background-color: #fff;
    color: #003F6A;
    width: 425px;
    height: 77px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 46px;
    font-family: "Kollektif";
  }
  .p_contact .contact .contact_top .box a:before {
    content: "";
    width: 32px;
    height: 26px;
    background: url(../img/ic_tel2.svg) center/contain no-repeat;
    display: block;
    margin-right: 15px;
  }
  .p_contact .contact .form .form_text {
    font-size: 20px;
    line-height: 1.85;
    text-align: center;
    border-bottom: 1px solid #003F6A;
    padding-bottom: 45px;
    margin-bottom: 55px;
  }
  .p_contact .contact .form button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: #003F6A;
    width: 360px;
    height: 66px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 33px;
    -moz-border-radius: 0;
         border-radius: 0;
    font-weight: bold;
    margin: 80px auto 0;
  }
  .p_contact .contact .form .form_main {
    padding: 0 80px;
  }
  .p_contact .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .p_contact .contact .form dl dt {
    width: 350px;
    font-size: 20px;
    font-weight: bold;
    padding-right: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_contact .contact .form dl dt.jcfs {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p_contact .contact .form dl dt.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_contact .contact .form dl dt.required::after {
    content: "必須";
    width: 62px;
    height: 23px;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #003F6A;
    font-size: 18px;
  }
  .p_contact .contact .form dl dt small {
    font-size: 12px;
    margin-left: 10px;
  }
  .p_contact .contact .form dl dd {
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
  }
  .p_contact .contact .form dl dd input {
    border: 0;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    background-color: #E3E3E3;
  }
  .p_contact .contact .form dl dd input::-webkit-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input::-moz-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input:-ms-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input::placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea {
    border: 0;
    width: 100%;
    height: 168px;
    padding: 10px 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    background-color: #E3E3E3;
  }
  .p_contact .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea::-moz-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea:-ms-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea::placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd .list_rd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .p_contact .contact .form dl dd .list_rd .rd, .p_contact .contact .form dl dd .list_rd .mwform-radio-field {
    margin-left: 0;
  }
  .p_contact .contact .form dl dd .list_rd .rd:not(:last-child), .p_contact .contact .form dl dd .list_rd .mwform-radio-field:not(:last-child) {
    margin-right: 20px;
  }
  .p_contact .contact .form dl dd .list_rd .rd:nth-of-type(1), .p_contact .contact .form dl dd .list_rd .mwform-radio-field:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .p_contact .contact .form dl dd .list_rd .rd label, .p_contact .contact .form dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 20px;
  }
  .p_contact .contact .form dl dd .list_rd .rd label input, .p_contact .contact .form dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_contact .contact .form dl dd .list_rd .rd span, .p_contact .contact .form dl dd .list_rd .mwform-radio-field span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 25px;
  }
  .p_contact .contact .form dl dd .list_rd .rd span::before, .p_contact .contact .form dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
  }
  .p_contact .contact .form dl dd .list_rd .rd span::after, .p_contact .contact .form dl dd .list_rd .mwform-radio-field span::after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    display: none;
  }
  .p_contact .contact .form dl dd .list_rd .rd label input:checked ~ span:after, .p_contact .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
  .p_flow .flow {
    padding-bottom: 170px;
  }
  .p_flow .flow .ctTop {
    margin-top: -10.41667%;
    position: relative;
    margin-bottom: 150px;
    z-index: 1;
  }
  .p_flow .flow .ctTop .row {
    max-width: 1100px;
  }
  .p_flow .flow .ctTop .txt {
    width: 550px;
    margin-left: auto;
    padding: 20px 10px;
    margin-top: -100px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .p_flow .flow .ctTop .txt p {
    position: absolute;
    left: 45px;
    bottom: 30px;
  }
  .p_flow .flow .listFlow {
    max-width: 1280px;
  }
  .p_flow .flow .listFlow > li {
    position: relative;
    background-color: #EFEFEF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_flow .flow .listFlow > li:nth-of-type(2):before {
    width: 257px;
    background-image: url(../img/flow/n2.png);
  }
  .p_flow .flow .listFlow > li:nth-of-type(3):before {
    width: 257px;
    background-image: url(../img/flow/n3.png);
  }
  .p_flow .flow .listFlow > li:nth-of-type(4):before {
    width: 270px;
    background-image: url(../img/flow/n4.png);
  }
  .p_flow .flow .listFlow > li:nth-of-type(5):before {
    width: 253px;
    background-image: url(../img/flow/n5.png);
  }
  .p_flow .flow .listFlow > li:nth-of-type(6):before {
    width: 265px;
    background-image: url(../img/flow/n6.png);
  }
  .p_flow .flow .listFlow > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -65px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 212px;
    height: 193px;
    background-image: url(../img/flow/n1.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_flow .flow .listFlow > li:before {
    left: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_flow .flow .listFlow > li + li {
    margin-top: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_flow .flow .listFlow > li {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px), print {
  .p_flow .flow .listFlow > li figure {
    width: 340px;
  }
  .p_flow .flow .listFlow > li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_flow .flow .listFlow > li .txt {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding: 50px 55px 60px 215px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_flow .flow .listFlow > li .txt {
    width: 90%;
  }
}

@media screen and (min-width: 769px), print {
  .p_flow .flow .listFlow > li .txt h3 {
    font-size: 37px;
    font-weight: bold;
    color: #003F6A;
    margin-bottom: 20px;
  }
  .p_flow .flow .listFlow > li .txt p span {
    font-weight: bold;
    color: #003F6A;
  }
  .p_flow .flow .listFlow > li .txt ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px -7px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_flow .flow .listFlow > li .txt ul li {
    margin: 7px;
    width: 329px;
  }
  .p_flow .flow .listFlow > li .txt ul li a {
    height: 60px;
    font-size: 19px;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background-color: #003F6A;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic1 {
    font-size: 35px;
    font-family: "Kollektif";
    position: relative;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic1::before {
    content: "";
    margin-right: 10px;
    width: 25px;
    height: 20px;
    background: url(../img/ic_tel.svg) center/contain no-repeat;
    display: block;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic2 {
    position: relative;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic2::before {
    content: "";
    margin-right: 20px;
    width: 25px;
    height: 19px;
    background: url(../img/ic_mail_white.svg) center/contain no-repeat;
    display: block;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic2::after {
    content: "";
    margin-left: 20px;
    width: 15px;
    height: 19px;
    background: url(../img/arr.svg) center/contain no-repeat;
    display: block;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic3 {
    position: relative;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic3::before {
    content: "";
    margin-right: 20px;
    width: 33px;
    height: 27px;
    background: url(../img/ic_heart.svg) center/contain no-repeat;
    display: block;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic3::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 15px;
    height: 19px;
    background: url(../img/arr.svg) center/contain no-repeat;
    display: block;
  }
  .p_about .about {
    background-color: #EFEFEF;
    position: relative;
  }
  .p_about .about_top {
    padding-top: 17.96875%;
  }
  .p_about .about_top .row {
    max-width: 1100px;
  }
  .p_about .about_top figure {
    position: absolute;
    left: 50%;
    top: -5.20833%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1100px;
    width: 76.38889%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_about .about_top figure {
    top: -1.73611%;
  }
}

@media screen and (min-width: 769px), print {
  .p_about .about_top .txt {
    padding: 10px 40px 90px;
    position: relative;
    background-color: #fff;
    width: 550px;
    margin-left: -40px;
  }
  .p_about .about_top .txt h2 small {
    display: block;
    text-align: right;
    color: #003F6A;
    font-size: 38px;
  }
  .p_about .about_top .txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: -500%;
    width: 500%;
    height: 100%;
    background: #fff;
    display: block;
  }
  .p_about .about_bot {
    padding: 65px 0 270px;
  }
  .p_about .about_bot .row {
    max-width: 1100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_about .about_bot .row {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .p_about .about_bot .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #003F6A;
  }
  .p_about .about_bot .dlist dl:last-child {
    border-bottom: 1px solid #003F6A;
  }
  .p_about .about_bot .dlist dl dt {
    width: 140px;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_about .about_bot .dlist dl dt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #003F6A;
    display: block;
  }
  .p_about .about_bot .dlist dl dd {
    padding: 30px 0;
    padding-left: 140px;
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    font-size: 20px;
    line-height: lh(37/20);
  }
  .p_about .about .access {
    position: relative;
  }
  .p_about .about .access h2 {
    position: absolute;
    left: 50%;
    top: -160px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    padding: 40px 25px;
    text-align: center;
  }
  .p_about .about .access h2 span {
    margin-bottom: 15px;
  }
  .p_about .about .access h2 span img {
    width: 259px;
  }
  .p_about .about .access h2 small {
    display: block;
    font-size: 18px;
    line-height: 1.61111;
  }
  .p_about .about .timeline {
    padding-top: 130px;
    padding-bottom: 150px;
    background-color: #fff;
  }
  .p_about .about .timeline dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_about .about .timeline dl:nth-of-type(3), .p_about .about .timeline dl:nth-of-type(4) {
    padding-left: 175px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_about .about .timeline dl:nth-of-type(3), .p_about .about .timeline dl:nth-of-type(4) {
    padding-left: 0;
  }
}

@media screen and (min-width: 769px), print {
  .p_about .about .timeline dl:nth-of-type(3) {
    margin-top: 100px;
  }
  .p_about .about .timeline dl:nth-of-type(5) {
    padding-left: 350px;
    margin-top: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_about .about .timeline dl:nth-of-type(5) {
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_about .about .timeline dl {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 769px), print {
  .p_about .about .timeline dl dt {
    width: 490px;
  }
  .p_about .about .timeline dl dt img {
    width: 398px;
  }
  .p_about .about .timeline dd {
    width: -webkit-calc(100% - 490px);
    width: -moz-calc(100% - 490px);
    width: calc(100% - 490px);
    position: relative;
    padding-left: 60px;
    font-size: 20px;
    padding-bottom: 110px;
    padding-top: 110px;
  }
  .p_about .about .timeline dd:before {
    content: "";
    position: absolute;
    top: 120px;
    left: -36px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 72px;
    height: 72px;
    background: #003F6A;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
  }
  .p_about .about .timeline dd:after {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    width: 2px;
    height: 86%;
    border-left: 2px dashed #003F6A;
    display: block;
  }
  .p_news .row {
    max-width: 1290px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p_news .row {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .p_news .news {
    padding-top: 135px;
    padding-bottom: 210px;
    background-color: #EFEFEF;
  }
  .p_news .news .listPost {
    display: -ms-grid;
    display: grid;
    gap: 90px 65px;
    padding-bottom: 95px;
    border-bottom: 3px solid #003F6A;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p_news .news .listPost li a {
    font-weight: 500;
    display: block;
  }
  .p_news .news .listPost li a figure {
    height: 307px;
  }
  .p_news .news .listPost li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_news .news .listPost li a .meta {
    margin: 15px 0 10px;
  }
  .p_news .news .listPost li a .meta span {
    color: #003F6A;
    font-weight: 500;
    background-color: #fff;
    display: inline-block;
    padding: 0 15px;
    font-size: 23px;
  }
  .p_news .news .listPost li a .meta time {
    margin-left: 15px;
    font-size: 23px;
    font-weight: 500;
  }
  .p_news .news .listPost li a p {
    font-size: 23px;
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
  .p_news .news_detail {
    background-color: #EFEFEF;
    padding-bottom: 200px;
    padding-top: 50px;
  }
  .p_news .news_detail .row {
    max-width: 1096px;
  }
  .p_news .news_detail_main {
    -moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
         box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding: 70px 80px 135px;
  }
  .p_news .news_detail_main .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 35px;
  }
  .p_news .news_detail_main .meta span {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 0 15px;
    font-size: 23px;
    background-color: #003F6A;
  }
  .p_news .news_detail_main .meta time {
    margin-left: 15px;
    font-size: 23px;
    font-weight: 500;
  }
  .p_news .news_detail_main .meta h1 {
    font-size: 35px;
    margin-left: 30px;
    font-weight: bold;
  }
  .p_news .news_detail_main .mCt figure {
    margin-bottom: 40px;
  }
  .p_news .news_detail_main .mCt p {
    font-size: 15px;
    line-height: 2.46667;
  }
  .p_news .news_detail_main .mCt .btnWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 85px;
  }
  .p_news .news_detail_main .mCt a.btn {
    color: #000;
    border-color: #000;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 50px;
  }
  .p_news .news_detail_main .mCt a.btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/btn_ar3.svg) center/contain no-repeat;
  }
  .p_policy .policy {
    -moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
         box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    max-width: 1096px;
    width: 100%;
    background-color: #fff;
    margin: -13.80208% auto 0;
    position: relative;
    z-index: 1;
    padding: 45px 25px;
    margin-bottom: 150px;
  }
  .p_policy .policy h3 {
    text-align: center;
    font-size: 25px;
    color: #003F6A;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 55px;
  }
  .p_policy .policy h3 ~ h3 {
    margin-top: 75px;
  }
  .p_policy .policy dl {
    font-size: 18px;
    line-height: 2.05556;
  }
  .p_policy .policy dl + dl {
    margin-top: 35px;
  }
  .p_policy .policy ul li {
    font-size: 18px;
    line-height: 2.05556;
    position: relative;
    padding-left: 20px;
  }
  .p_policy .policy ul li::before {
    content: "・ ";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_policy .policy .txtBot {
    border-top: 1px solid #003F6A;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 95px;
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .p_privacy .privacy {
    -moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
         box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    width: 1096px;
    background-color: #fff;
    margin: -13.80208% auto 0;
    position: relative;
    z-index: 1;
    padding: 45px 25px 80px;
    margin-bottom: 150px;
  }
  .p_privacy .privacy h3 {
    text-align: center;
    font-size: 25px;
    color: #003F6A;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 35px;
  }
  .p_privacy .privacy h3 ~ h3 {
    margin-top: 75px;
  }
  .p_privacy .privacy p {
    font-size: 15px;
    line-height: 2.46667;
  }
  .p_privacy .privacy dl {
    font-size: 15px;
    line-height: 2.46667;
  }
  .p_privacy .privacy dl:first-of-type {
    margin-top: 45px;
  }
  .p_privacy .privacy dl + dl {
    margin-top: 35px;
  }
  .p_privacy .privacy ul li {
    font-size: 18px;
    line-height: 2.05556;
    position: relative;
    padding-left: 20px;
  }
  .p_privacy .privacy ul li::before {
    content: "・ ";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_privacy .privacy .txtBot {
    border-top: 1px solid #003F6A;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 95px;
    padding-top: 35px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 4.66667vw;
    padding-right: 4.66667vw;
  }
  .inner {
    padding-left: 4.66667vw;
    padding-right: 4.66667vw;
  }
  body p {
    font-size: 4vw;
    line-height: 2;
  }
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header.change {
    background-color: #fff;
    -moz-box-shadow: rgba(99, 99, 99, 0.2) 0px 0.26667vw 1.06667vw 0px;
         box-shadow: rgba(99, 99, 99, 0.2) 0px 0.26667vw 1.06667vw 0px;
  }
  .header h1, .header .header__logo {
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header h1 a, .header .header__logo a {
    display: block;
    width: 36.13333vw;
    font-size: 0;
    line-height: 0;
  }
  .header .row {
    padding: 0;
  }
  .header .header_nav {
    position: fixed;
    height: 0;
    right: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    width: 100%;
    background: #003F6A;
    z-index: 100;
    padding: 6.66667vw 9.33333vw 13.33333vw;
  }
  .header .header_nav.active {
    opacity: 1;
    visibility: visible;
  }
  .header .header_nav a.logo {
    width: 27.33333vw;
    display: block;
    margin: 0 auto 5.33333vw;
  }
  .header .header_nav > a.header_btn_contact {
    width: 40.66667vw;
    height: 8vw;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 4vw;
    color: #fff;
    position: relative;
    -moz-border-radius: 1333.2vw;
         border-radius: 1333.2vw;
    margin: 7.33333vw auto 0;
  }
  .header .header_nav > a.header_btn_contact::before {
    content: "";
    margin-right: 1.33333vw;
    width: 5.66667vw;
    height: 4.30667vw;
    background: url(../img/ic_mail_white.svg) center/contain no-repeat;
    display: block;
  }
  .header .header_nav > ul {
    display: -ms-grid;
    display: grid;
    gap: 0.8vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .header .header_nav > ul > li:nth-of-type(2) > a::before {
    width: 11.04vw;
    height: 8.58667vw;
    background-image: url(../img/menu_ic2_sp.svg);
  }
  .header .header_nav > ul > li:nth-of-type(3) > a::before {
    width: 8.58667vw;
    height: 12.57333vw;
    background-image: url(../img/menu_ic3_sp.svg);
  }
  .header .header_nav > ul > li:nth-of-type(4) > a::before {
    width: 11.96vw;
    height: 9.50667vw;
    background-image: url(../img/menu_ic4_sp.svg);
  }
  .header .header_nav > ul > li:nth-of-type(5) > a::before {
    width: 10.12vw;
    height: 11.04vw;
    background-image: url(../img/menu_ic5_sp.svg);
  }
  .header .header_nav > ul > li:nth-of-type(6) > a::before {
    width: 7.05333vw;
    height: 10.42667vw;
    background-image: url(../img/menu_ic6_sp.svg);
  }
  .header .header_nav > ul > li > a {
    text-align: center;
    position: relative;
    color: #fff;
    width: 40vw;
    height: 38.13333vw;
    border: 2px solid;
    -moz-border-radius: 2vw;
         border-radius: 2vw;
    padding-bottom: 7.33333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .header_nav > ul > li > a span {
    font-size: 5.06667vw;
    display: block;
    line-height: 1;
    font-family: "Kollektif";
  }
  .header .header_nav > ul > li > a small {
    font-size: 2.4vw;
    line-height: 1;
    display: block;
    white-space: nowrap;
  }
  .header .header_nav > ul > li > a::before {
    content: "";
    width: 10.12vw;
    height: 9.2vw;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/menu_ic1_sp.svg);
    margin-bottom: 3.06667vw;
  }
  .header .header_right {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 21.33333vw;
    background-color: #003F6A;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .header_right.show {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .header .header_right a.btn_tel {
    width: 50%;
    font-weight: bold;
    font-size: 3.46667vw;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: 0.4vw solid #fff;
  }
  .header .header_right a.btn_tel::before {
    content: "";
    width: 8.66667vw;
    height: 6.93333vw;
    background: url(../img/ic_tel.svg) center/contain no-repeat;
    display: block;
    margin-bottom: 2vw;
  }
  .header .header_right a.btn_contact {
    width: 50%;
    font-weight: bold;
    font-size: 3.46667vw;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .header_right a.btn_contact::before {
    content: "";
    width: 9.06667vw;
    height: 6.93333vw;
    background: url(../img/ic_mail_white.svg) center/contain no-repeat;
    display: block;
    margin-bottom: 2vw;
  }
  .header .menu_icon {
    width: 10.66667vw;
    height: 9.06667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 3.33333vw;
    right: 4vw;
    z-index: 999;
    cursor: pointer;
  }
  .header .menu_icon.active {
    border-color: transparent;
  }
  .header .menu_icon.active i {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span {
    background-color: #fff;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(4.13333vw) rotate(-45deg);
       -moz-transform: translateY(4.13333vw) rotate(-45deg);
        -ms-transform: translateY(4.13333vw) rotate(-45deg);
            transform: translateY(4.13333vw) rotate(-45deg);
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-4.13333vw) rotate(45deg);
       -moz-transform: translateY(-4.13333vw) rotate(45deg);
        -ms-transform: translateY(-4.13333vw) rotate(45deg);
            transform: translateY(-4.13333vw) rotate(45deg);
  }
  .header .menu_icon_in {
    width: 10.66667vw;
    height: 9.06667vw;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .menu_icon_in i {
    font-size: 3.46667vw;
    text-align: center;
    font-style: normal;
    line-height: 1;
    color: #003F6A;
    position: absolute;
    top: 2.53333vw;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 9.06667vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.66667vw;
    background-color: #003F6A;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .footer {
    padding-bottom: 21.33333vw;
  }
  .footer > p {
    padding: 2.66667vw;
    font-size: 2vw;
    text-align: center;
  }
  .footer_top .row .ftr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8vw 4vw 9.33333vw;
  }
  .footer_top .row .ftr > ul {
    width: 50%;
  }
  .footer_top .row .ftr > ul > li + li {
    margin-top: 2.66667vw;
  }
  .footer_top .row .ftr > ul > li > a {
    color: #003F6A;
    font-size: 4.93333vw;
  }
  .footer_top .row .ftr > ul > li ul {
    margin-top: 2.66667vw;
  }
  .footer_top .row .ftr > ul > li ul li + li {
    margin-top: 1.33333vw;
  }
  .footer_top .row .ftr > ul > li ul li a {
    font-size: 2.93333vw;
  }
  .footer_top .row .ftl {
    text-align: center;
  }
  .footer_top .row .ftl > a {
    display: inline-block;
  }
  .footer_top .row .ftl > a img {
    width: 41.73333vw;
  }
  .footer_top .row .ftl p {
    font-size: 3.33333vw;
    line-height: 1.32;
    margin: 2.66667vw 0 6vw;
  }
  .footer_top .row .ftl ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_top .row .ftl ul li {
    margin: 0 2vw;
  }
  .footer_top .row .ftl ul li img {
    width: 6.93333vw;
  }
  .ttl {
    position: relative;
  }
  .ttl > figure, .ttl > picture {
    height: 80vw;
  }
  .ttl > figure img, .ttl > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.13;
  }
  .ttl .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .ttl .txt_inner {
    width: 100%;
  }
  .ttl .txt h2 span {
    font-size: 12.86667vw;
    display: block;
    line-height: 1;
    color: #003F6A;
    font-family: "Kollektif";
  }
  .ttl .txt h2 small {
    display: block;
    font-size: 5.06667vw;
    padding: 0;
    color: #003F6A;
  }
  .ttl .breadcrumb {
    margin-top: 2.66667vw;
    padding: 0;
  }
  .ttl .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttl .breadcrumb ul li, .ttl .breadcrumb ul a {
    font-size: 3.73333vw;
    color: #003F6A;
  }
  .ttl .breadcrumb ul li:not(:last-child) {
    margin-right: 6.66667vw;
    position: relative;
  }
  .ttl .breadcrumb ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5.6vw;
    width: 4.26667vw;
    height: 0.13333vw;
    background: #003F6A;
    display: block;
  }
  .wp-pagenavi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12.8vw;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .page {
    margin: 0 0.85333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #eaeaea;
    width: 10.02667vw;
    height: 10.02667vw;
    background: #fff;
    font-weight: bold;
    font-size: 4.90667vw;
    color: #003F6A;
    border: 2px solid #003F6A;
  }
  .wp-pagenavi .page:hover {
    background: #003F6A;
    opacity: 1;
    color: #fff;
  }
  .wp-pagenavi .dots {
    background-color: transparent;
    border: none;
  }
  .wp-pagenavi .dots:hover {
    color: #363636;
    background-color: transparent;
  }
  .wp-pagenavi .current {
    margin: 0 0.85333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 10.02667vw;
    height: 10.02667vw;
    background: #003F6A;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    font-size: 4.90667vw;
    color: #fff;
  }
  .wp-pagenavi .nextpostslink {
    width: 10.02667vw;
    height: 10.02667vw;
    text-indent: -2133.12vw;
    display: block;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-image: url("../img/ar.svg");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 3.2vw 6.18667vw;
         background-size: 3.2vw 6.18667vw;
    display: none;
  }
  .wp-pagenavi .prevpostslink {
    width: 10.02667vw;
    height: 10.02667vw;
    text-indent: -2133.12vw;
    display: block;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    margin-right: 2.13333vw;
    background-image: url("../img/ar.svg");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 3.2vw 6.18667vw;
         background-size: 3.2vw 6.18667vw;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    display: none;
  }
  a.btn {
    color: #fff;
    border: 0.66667vw solid;
    width: 81.33333vw;
    height: 13.33333vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 4.93333vw;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 0 2.66667vw 0 5.33333vw;
    -moz-border-radius: 1333.2vw;
         border-radius: 1333.2vw;
  }
  a.btn.st2 {
    width: 64.4vw;
    color: #003F6A;
  }
  a.btn.st2::after {
    background-image: url(../img/btn_ar2.svg);
  }
  a.btn::after {
    content: "";
    width: 10vw;
    height: 1.8vw;
    background-image: url(../img/btn_ar.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .contact_cm {
    position: relative;
  }
  .contact_cm .txt {
    margin-top: -28.13333vw;
  }
  .contact_cm .txt .t_ttl {
    margin-bottom: 0;
  }
  .contact_cm .txt .t_ttl span {
    padding-left: 1.33333vw;
  }
  .contact_cm .txt .t_ttl small {
    text-align: right;
    padding-right: 1.33333vw;
  }
  .contact_cm .txt .box {
    background-color: rgba(0, 63, 106, 0.92);
    padding: 5.33333vw 4.66667vw 10.66667vw;
    text-align: center;
  }
  .contact_cm .txt .box p {
    color: #fff;
    font-size: 4vw;
    margin-bottom: 9.33333vw;
    text-align: left;
  }
  .t_ttl {
    text-align: center;
    margin-bottom: 8vw;
  }
  .t_ttl span {
    display: block;
  }
  .t_ttl small {
    display: block;
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #003F6A;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .net_service_cm {
    background-color: #003F6A;
    padding: 9.33333vw 0 14.66667vw;
    position: relative;
    -moz-border-radius: 4.66667vw;
         border-radius: 4.66667vw;
    position: relative;
    width: 90.66667vw;
    margin: -29.33333vw auto 0;
  }
  .net_service_cm .t_ttl {
    position: relative;
    z-index: 1;
    position: relative;
  }
  .net_service_cm .t_ttl span img {
    width: 80.93333vw;
  }
  .net_service_cm .t_ttl small {
    color: #fff;
  }
  .net_service_cm .net_service_main ul {
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
  .net_service_cm .net_service_main ul li + li {
    margin-top: 7.33333vw;
  }
  .p_top {
    padding-top: 0;
  }
  .p_top .mv {
    position: relative;
    z-index: 1;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .mv > span {
    font-size: 1.6vw;
    color: #003F6A;
    font-family: "SourceHan";
    position: absolute;
    left: 0;
    bottom: 10.66667vw;
    width: 100%;
    text-align: center;
  }
  .p_top .mv_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .p_top .mv_txt h2 {
    font-size: 9.33333vw;
    line-height: 1.9;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-shadow: 0.53333vw 0.53333vw 0.66667vw rgba(0, 0, 0, 0.3);
  }
  .p_top .news {
    margin-top: -9.33333vw;
    position: relative;
    z-index: 1;
  }
  .p_top .news_main {
    background-color: #003F6A;
    padding: 3.33333vw 2vw 5.33333vw;
    position: relative;
    -moz-border-radius: 4.66667vw;
         border-radius: 4.66667vw;
    position: relative;
    width: 90.66667vw;
    margin: 0 auto 0;
  }
  .p_top .news_main > a {
    font-family: "Kollektif";
    font-size: 6vw;
    color: #fff;
    display: block;
    width: 32vw;
    border-bottom: 2px solid #fff;
    margin-left: auto;
    margin-right: 3.33333vw;
    position: relative;
  }
  .p_top .news_main > a::after {
    content: "";
    position: absolute;
    right: -0.93333vw;
    bottom: 2vw;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 6.66667vw;
    height: 2px;
    background: #fff;
    display: block;
  }
  .p_top .news_main h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 6.66667vw;
  }
  .p_top .news_main h2 span {
    line-height: 1;
    display: block;
    font-size: 11.33333vw;
    font-family: "Kollektif";
  }
  .p_top .news_main h2 small {
    font-size: 4.66667vw;
  }
  .p_top .news_main ul li {
    margin-top: 6vw;
  }
  .p_top .news_main ul li a {
    font-weight: 500;
    display: block;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .news_main ul li a figure {
    width: 35.06667vw;
  }
  .p_top .news_main ul li a .txt {
    width: -webkit-calc(100% - 35.06667vw);
    width: -moz-calc(100% - 35.06667vw);
    width: calc(100% - 35.06667vw);
    padding-left: 2.66667vw;
  }
  .p_top .news_main ul li a .meta {
    margin-bottom: 1.33333vw;
  }
  .p_top .news_main ul li a .meta span {
    color: #003F6A;
    font-weight: 500;
    background-color: #fff;
    display: inline-block;
    padding: 0 2vw;
    font-size: 3.06667vw;
  }
  .p_top .news_main ul li a .meta time {
    margin-left: 1.33333vw;
    font-size: 3.06667vw;
    font-weight: 500;
  }
  .p_top .news_main ul li a p {
    font-size: 3.06667vw;
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
  .p_top .philosophy {
    padding: 4.66667vw 0 14vw;
  }
  .p_top .philosophy .t_ttl {
    position: relative;
    z-index: 1;
  }
  .p_top .philosophy .t_ttl span {
    padding-left: 2.93333vw;
  }
  .p_top .philosophy_main {
    position: relative;
  }
  .p_top .philosophy_main figure {
    width: 88vw;
    margin-left: auto;
  }
  .p_top .philosophy_main .box_wrap {
    padding: 0 8vw 3.33333vw 5.33333vw;
    -moz-box-shadow: 0.8vw 0.8vw 0.53333vw rgba(0, 0, 0, 0.3);
         box-shadow: 0.8vw 0.8vw 0.53333vw rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: relative;
    width: 91.2vw;
    background-color: #fff;
    margin-top: -5.33333vw;
    margin-left: 2vw;
  }
  .p_top .philosophy_main .box_wrap > a {
    font-family: "Kollektif";
    font-size: 4vw;
    color: #003F6A;
    display: block;
    width: 26.66667vw;
    border-bottom: 1px solid;
    margin-top: 2.66667vw;
    margin-right: -2.93333vw;
    position: relative;
    margin-left: auto;
  }
  .p_top .philosophy_main .box_wrap > a::after {
    content: "";
    position: absolute;
    right: -0.4vw;
    bottom: 1.33333vw;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 4vw;
    height: 0.13333vw;
    background: #003F6A;
    display: block;
  }
  .p_top .philosophy_main .box_wrap dl dt {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #003F6A;
    font-size: 6vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 2.66667vw;
    border-left: 0.4vw solid;
    margin-bottom: 4vw;
  }
  .p_top .service {
    background-color: #EFEFEF;
    padding: 13.33333vw 0 37.33333vw;
  }
  .p_top .service a.btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 18.66667vw auto 0;
  }
  .p_top .service .t_ttl {
    position: relative;
    z-index: 1;
  }
  .p_top .service .t_ttl span img {
    width: 72vw;
  }
  .p_top .service_main {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .service_main ul {
    padding-left: 4.66667vw;
    padding-right: 4.66667vw;
    margin-top: 9.33333vw;
  }
  .p_top .service_main ul li + li {
    margin-top: 13.33333vw;
  }
  .p_top .service_main ul li a {
    display: block;
  }
  .p_top .service_main ul li a span {
    font-size: 4.8vw;
    position: relative;
    display: block;
    border-bottom: 0.4vw solid #B0B0B0;
    margin-left: 14.26667vw;
    margin-top: 7.33333vw;
    padding: 0.66667vw 0;
  }
  .p_top .service_main ul li a span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -14.26667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11.6vw;
    height: 11.6vw;
    background: #003F6A url(../img/arr.svg) center no-repeat;
    -moz-background-size: 4vw 5vw;
         background-size: 4vw 5vw;
    display: block;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .about_flow {
    padding: 21.33333vw 0 0;
  }
  .p_top .about_flow .row {
    padding: 0;
  }
  .p_top .about_flow ul li:nth-of-type(2) a span::after {
    height: 33.73333vw;
  }
  .p_top .about_flow ul li a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .p_top .about_flow ul li a span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 3.33333vw;
    left: 0.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 8.13333vw;
    color: #fff;
    font-family: "Kollektif";
    z-index: 1;
  }
  .p_top .about_flow ul li a span::after {
    content: "";
    width: 0.26667vw;
    height: 30vw;
    background: #fff;
    display: block;
    margin-left: 3.46667vw;
  }
  .p_top .about_flow ul li a small {
    position: absolute;
    left: 6vw;
    bottom: 2vw;
    font-size: 4.53333vw;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .about_flow ul li a small::after {
    content: "";
    margin-left: 1.33333vw;
    width: 2.66667vw;
    height: 3.33333vw;
    background: url(../img/arr.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .about_flow ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
    display: block;
  }
  .p_philosophy .philosophy {
    background-color: #EFEFEF;
  }
  .p_philosophy .philosophy .ctTop {
    margin-bottom: 6vw;
    text-align: center;
    padding-left: 4.66667vw;
    padding-right: 4.66667vw;
  }
  .p_philosophy .philosophy .ctTop figure {
    display: inline-block;
    margin-top: -8vw;
    position: relative;
    z-index: 1;
  }
  .p_philosophy .philosophy .ctTop .txt {
    padding: 4vw;
    position: relative;
    background-color: #fff;
    z-index: 2;
    text-align: left;
  }
  .p_philosophy .philosophy .ctTop .txt h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    font-size: 5.6vw;
    color: #003F6A;
    font-weight: bold;
    margin: -14.66667vw 0 5.33333vw;
  }
  .p_philosophy .philosophy .ctMid {
    margin-bottom: 20vw;
  }
  .p_philosophy .philosophy .ctMid_main {
    padding-left: 21.33333vw;
    position: relative;
  }
  .p_philosophy .philosophy .ctMid_main h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 15.6vw;
  }
  .p_philosophy .philosophy .ctMid_l p {
    margin-top: 3.33333vw;
  }
  .p_philosophy .philosophy .ctMid_r {
    margin-top: 12.66667vw;
  }
  .p_philosophy .philosophy .ctBot {
    padding-bottom: 17.33333vw;
  }
  .p_philosophy .philosophy .ctBot ul {
    margin: 0 -4.66667vw;
  }
  .p_philosophy .philosophy .ctBot ul li.full {
    width: 100%;
  }
  .p_philosophy .philosophy .ctBot ul li.full figure {
    height: 52.4vw;
  }
  .p_philosophy .philosophy .ctBot ul li.full h2 span img {
    width: 85.33333vw;
  }
  .p_philosophy .philosophy .ctBot ul li a {
    display: block;
    position: relative;
    font-size: 0;
  }
  .p_philosophy .philosophy .ctBot ul li a figure {
    height: 42.8vw;
  }
  .p_philosophy .philosophy .ctBot ul li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_philosophy .philosophy .ctBot ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 63, 106, 0.36);
    display: block;
  }
  .p_philosophy .philosophy .ctBot ul li a:after {
    content: "";
    position: absolute;
    bottom: 2.66667vw;
    right: 2.66667vw;
    width: 7.73333vw;
    height: 7.73333vw;
    background: #003F6A url(../img/arr.svg) center/contain no-repeat;
    -moz-background-size: 2.66667vw 3.33333vw;
         background-size: 2.66667vw 3.33333vw;
    display: block;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_philosophy .philosophy .ctBot ul li h2 {
    position: absolute;
    bottom: 1.33333vw;
    left: 3.33333vw;
    z-index: 1;
  }
  .p_philosophy .philosophy .ctBot ul li h2 span {
    display: block;
  }
  .p_philosophy .philosophy .ctBot ul li h2 span img {
    width: 64.8vw;
  }
  .p_philosophy .philosophy .ctBot ul li h2 small {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 4.53333vw;
    margin-bottom: 2.66667vw;
  }
  .p_service .net_service_cm {
    margin-bottom: 20vw;
  }
  .p_service .service {
    background-color: #EFEFEF;
    position: relative;
  }
  .p_service .service .tabs {
    margin-bottom: 6.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 50%;
    top: -9.86667vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_service .service .tabs li {
    margin: 0 0.66667vw;
  }
  .p_service .service .tabs li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    color: #003F6A;
    border: 2px solid;
    width: 46.13333vw;
    height: 9.86667vw;
    font-size: 3.86667vw;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_service .service .tabs li a.active, .p_service .service .tabs li a:hover {
    background-color: #003F6A;
    color: #fff;
    opacity: 1;
  }
  .p_service .service .tabs li.current_page_item a {
    background-color: #003F6A;
    color: #fff;
    opacity: 1;
  }
  .p_service .service .tab_content {
    display: none;
  }
  .p_service .service .tab_content.active {
    display: block;
  }
  .p_service .service .listService {
    padding-top: 6.66667vw;
    padding-bottom: 35.33333vw;
  }
  .p_service .service .listService li {
    margin-bottom: 13.33333vw;
    position: relative;
    padding-left: 14.66667vw;
  }
  .p_service .service .listService li h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 11.6vw;
  }
  .p_service .service .listService li .txt h4 {
    font-size: 4.66667vw;
    color: #003F6A;
    margin: 2.66667vw 0 0.66667vw;
  }
  .p_contact .contact {
    -moz-box-shadow: 1.33333vw 1.33333vw 0.93333vw rgba(0, 0, 0, 0.3);
         box-shadow: 1.33333vw 1.33333vw 0.93333vw rgba(0, 0, 0, 0.3);
    width: 92vw;
    margin: -13.80208% auto 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 4vw 4vw 10.66667vw 4vw;
    margin-bottom: 20vw;
  }
  .p_contact .contact .contact_top .box {
    padding: 4vw;
    color: #fff;
    text-align: center;
    margin-bottom: 10.66667vw;
    background-color: #003F6A;
  }
  .p_contact .contact .contact_top .box h3 {
    font-size: 5.06667vw;
    font-weight: bold;
  }
  .p_contact .contact .contact_top .box p {
    font-size: 3.73333vw;
    line-height: 1.85;
    margin: 2.66667vw 0;
  }
  .p_contact .contact .contact_top .box a {
    background-color: #fff;
    color: #003F6A;
    width: 56.66667vw;
    height: 10.26667vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 6.13333vw;
    font-family: "Kollektif";
  }
  .p_contact .contact .contact_top .box a:before {
    content: "";
    width: 4.26667vw;
    height: 3.46667vw;
    background: url(../img/ic_tel2.svg) center/contain no-repeat;
    display: block;
    margin-right: 2vw;
  }
  .p_contact .contact .form .form_text {
    font-size: 3.73333vw;
    line-height: 1.85;
    text-align: center;
    border-bottom: 1px solid #003F6A;
    padding-bottom: 6vw;
    margin-bottom: 7.33333vw;
  }
  .p_contact .contact .form button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: #003F6A;
    width: 48vw;
    height: 8.8vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 4.4vw;
    -moz-border-radius: 0;
         border-radius: 0;
    font-weight: bold;
    margin: 10.66667vw auto 0;
  }
  .p_contact .contact .form dl {
    margin-bottom: 4.66667vw;
  }
  .p_contact .contact .form dl dt {
    font-size: 3.73333vw;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2vw;
  }
  .p_contact .contact .form dl dt.jcfs {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p_contact .contact .form dl dt.required::after {
    content: "必須";
    width: 12.4vw;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #003F6A;
    font-size: 2.93333vw;
  }
  .p_contact .contact .form dl dt small {
    font-size: 3.2vw;
    margin-left: 1.33333vw;
  }
  .p_contact .contact .form dl dd input {
    border: 0;
    width: 100%;
    height: 13.33333vw;
    padding: 0 4vw;
    outline: none;
    font-size: 3.46667vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    background-color: #E3E3E3;
  }
  .p_contact .contact .form dl dd input::-webkit-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input::-moz-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input:-ms-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input::placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea {
    border: 0;
    width: 100%;
    height: 44.8vw;
    padding: 2.66667vw 4vw;
    outline: none;
    font-size: 3.46667vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    background-color: #E3E3E3;
  }
  .p_contact .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea::-moz-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea:-ms-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea::placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_contact .contact .form dl dd .list_rd {
    margin-bottom: 1.33333vw;
  }
  .p_contact .contact .form dl dd .list_rd .rd, .p_contact .contact .form dl dd .list_rd .mwform-radio-field {
    margin-bottom: 2vw;
  }
  .p_contact .contact .form dl dd .list_rd .rd label, .p_contact .contact .form dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 3.33333vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 5.06667vw;
  }
  .p_contact .contact .form dl dd .list_rd .rd label input, .p_contact .contact .form dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_contact .contact .form dl dd .list_rd .rd span, .p_contact .contact .form dl dd .list_rd .mwform-radio-field span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.4vw;
  }
  .p_contact .contact .form dl dd .list_rd .rd span::before, .p_contact .contact .form dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 5.06667vw;
    height: 5.06667vw;
    border: 1px solid #000;
  }
  .p_contact .contact .form dl dd .list_rd .rd span::after, .p_contact .contact .form dl dd .list_rd .mwform-radio-field span::after {
    top: 1.46667vw;
    left: 1.46667vw;
    width: 2.13333vw;
    height: 2.13333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    display: none;
  }
  .p_contact .contact .form dl dd .list_rd .rd label input:checked ~ span:after, .p_contact .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
  .p_flow .flow {
    padding-bottom: 22.66667vw;
  }
  .p_flow .flow .ctTop {
    margin-top: -10.41667%;
    position: relative;
    margin-bottom: 33.33333vw;
    z-index: 1;
  }
  .p_flow .flow .ctTop .row {
    max-width: 146.66667vw;
  }
  .p_flow .flow .ctTop .txt {
    width: 73.33333vw;
    margin-left: auto;
    padding: 2.66667vw 1.33333vw;
    margin-top: -13.33333vw;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .p_flow .flow .ctTop .txt p {
    position: absolute;
    left: 6vw;
    top: 10.66667vw;
  }
  .p_flow .flow .listFlow > li {
    position: relative;
    background-color: #EFEFEF;
  }
  .p_flow .flow .listFlow > li:nth-of-type(2):before {
    width: 34.26667vw;
    background-image: url(../img/flow/n2.png);
  }
  .p_flow .flow .listFlow > li:nth-of-type(3):before {
    width: 34.26667vw;
    background-image: url(../img/flow/n3.png);
  }
  .p_flow .flow .listFlow > li:nth-of-type(4):before {
    width: 36vw;
    background-image: url(../img/flow/n4.png);
  }
  .p_flow .flow .listFlow > li:nth-of-type(5):before {
    width: 33.73333vw;
    background-image: url(../img/flow/n5.png);
  }
  .p_flow .flow .listFlow > li:nth-of-type(6):before {
    width: 35.33333vw;
    background-image: url(../img/flow/n6.png);
  }
  .p_flow .flow .listFlow > li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -8.66667vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 28.26667vw;
    height: 25.73333vw;
    background-image: url(../img/flow/n1.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .p_flow .flow .listFlow > li + li {
    margin-top: 13.33333vw;
  }
  .p_flow .flow .listFlow > li .txt {
    padding: 21.33333vw 4vw 4vw 4vw;
  }
  .p_flow .flow .listFlow > li .txt h3 {
    font-size: 4.93333vw;
    font-weight: bold;
    color: #003F6A;
    margin-bottom: 2.66667vw;
  }
  .p_flow .flow .listFlow > li .txt p span {
    font-weight: bold;
    color: #003F6A;
  }
  .p_flow .flow .listFlow > li .txt ul {
    margin-top: 4vw;
  }
  .p_flow .flow .listFlow > li .txt ul li + li {
    margin-top: 1.33333vw;
  }
  .p_flow .flow .listFlow > li .txt ul li a {
    height: 16vw;
    font-size: 4.26667vw;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background-color: #003F6A;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic1 {
    font-size: 6vw;
    font-family: "Kollektif";
    position: relative;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic1::before {
    content: "";
    margin-right: 2.66667vw;
    width: 6.66667vw;
    height: 5.33333vw;
    background: url(../img/ic_tel.svg) center/contain no-repeat;
    display: block;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic2 {
    position: relative;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic2::before {
    content: "";
    margin-right: 5.33333vw;
    width: 6.66667vw;
    height: 5.06667vw;
    background: url(../img/ic_mail_white.svg) center/contain no-repeat;
    display: block;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic2::after {
    content: "";
    margin-left: 5.33333vw;
    width: 4vw;
    height: 5.06667vw;
    background: url(../img/arr.svg) center/contain no-repeat;
    display: block;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic3 {
    position: relative;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5.33333vw;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic3::before {
    content: "";
    margin-right: 5.33333vw;
    width: 8.8vw;
    height: 7.2vw;
    background: url(../img/ic_heart.svg) center/contain no-repeat;
    display: block;
  }
  .p_flow .flow .listFlow > li .txt ul li a.ic3::after {
    position: absolute;
    top: 50%;
    right: 5.33333vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 4vw;
    height: 5.06667vw;
    background: url(../img/arr.svg) center/contain no-repeat;
    display: block;
  }
  .p_about .about {
    background-color: #EFEFEF;
    position: relative;
  }
  .p_about .about_top figure {
    width: 100%;
  }
  .p_about .about_top figure img {
    margin-top: -13.33333vw;
  }
  .p_about .about_top .txt {
    padding: 1.33333vw 5.33333vw 12vw;
    position: relative;
    background-color: #fff;
  }
  .p_about .about_top .txt h2 small {
    display: block;
    text-align: right;
    color: #003F6A;
    font-size: 5.06667vw;
  }
  .p_about .about_top .txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: -500%;
    width: 500%;
    height: 100%;
    background: #fff;
    display: block;
  }
  .p_about .about_bot {
    padding: 8.66667vw 0 36vw;
  }
  .p_about .about_bot .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #003F6A;
  }
  .p_about .about_bot .dlist dl:last-child {
    border-bottom: 1px solid #003F6A;
  }
  .p_about .about_bot .dlist dl dt {
    width: 32vw;
    position: relative;
    font-size: 4vw;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_about .about_bot .dlist dl dt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.66667vw;
    background: #003F6A;
    display: block;
  }
  .p_about .about_bot .dlist dl dd {
    padding: 4vw 0;
    padding-left: 4vw;
    width: -webkit-calc(100% - 32vw);
    width: -moz-calc(100% - 32vw);
    width: calc(100% - 32vw);
    font-size: 3.73333vw;
    line-height: lh(37/20);
  }
  .p_about .about .access {
    position: relative;
  }
  .p_about .about .access h2 {
    position: absolute;
    left: 50%;
    top: -21.33333vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    padding: 5.33333vw 3.33333vw;
    text-align: center;
  }
  .p_about .about .access h2 span {
    margin-bottom: 2vw;
  }
  .p_about .about .access h2 span img {
    width: 51.8vw;
  }
  .p_about .about .access h2 small {
    display: block;
    font-size: 3.73333vw;
    line-height: 1.61111;
  }
  .p_about .about .access .map iframe {
    height: 66.66667vw;
  }
  .p_about .about .timeline {
    padding-top: 17.33333vw;
    padding-bottom: 20vw;
    background-color: #fff;
  }
  .p_about .about .timeline dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_about .about .timeline dl dt {
    width: 46.66667vw;
  }
  .p_about .about .timeline dl dt img {
    width: 36vw;
  }
  .p_about .about .timeline dd {
    width: -webkit-calc(100% - 46.66667vw);
    width: -moz-calc(100% - 46.66667vw);
    width: calc(100% - 46.66667vw);
    position: relative;
    padding-left: 6.66667vw;
    font-size: 2.66667vw;
    padding-bottom: 14.66667vw;
    padding-top: 5.33333vw;
  }
  .p_about .about .timeline dd:before {
    content: "";
    position: absolute;
    top: 7.2vw;
    left: -4.8vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.6vw;
    height: 9.6vw;
    background: #003F6A;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
  }
  .p_about .about .timeline dd:after {
    content: "";
    position: absolute;
    top: 4.4vw;
    left: 0;
    width: 0.26667vw;
    height: 86%;
    border-left: 2px dashed #003F6A;
    display: block;
  }
  .p_news .row {
    max-width: 172vw;
  }
  .p_news .news {
    padding-top: 18vw;
    padding-bottom: 28vw;
    background-color: #EFEFEF;
  }
  .p_news .news .listPost {
    padding-bottom: 12.66667vw;
    border-bottom: 0.4vw solid #003F6A;
  }
  .p_news .news .listPost li {
    margin-bottom: 6.66667vw;
  }
  .p_news .news .listPost li a {
    font-weight: 500;
    display: block;
  }
  .p_news .news .listPost li a .meta {
    margin: 2vw 0 1.33333vw;
  }
  .p_news .news .listPost li a .meta span {
    color: #003F6A;
    font-weight: 500;
    background-color: #fff;
    display: inline-block;
    padding: 0 2vw;
    font-size: 3.73333vw;
  }
  .p_news .news .listPost li a .meta time {
    margin-left: 2vw;
    font-size: 3.73333vw;
    font-weight: 500;
  }
  .p_news .news .listPost li a p {
    font-size: 3.73333vw;
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
  .p_news .news_detail {
    background-color: #EFEFEF;
    padding-bottom: 26.66667vw;
  }
  .p_news .news_detail .row {
    max-width: 146.13333vw;
  }
  .p_news .news_detail_main {
    -moz-box-shadow: 1.33333vw 1.33333vw 0.93333vw rgba(0, 0, 0, 0.3);
         box-shadow: 1.33333vw 1.33333vw 0.93333vw rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding: 4vw 4vw 9.33333vw;
  }
  .p_news .news_detail_main .meta {
    margin-bottom: 4.66667vw;
  }
  .p_news .news_detail_main .meta span {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 0 2vw;
    font-size: 3.73333vw;
    background-color: #003F6A;
  }
  .p_news .news_detail_main .meta time {
    margin-left: 2vw;
    font-size: 3.73333vw;
    font-weight: 500;
  }
  .p_news .news_detail_main .meta h1 {
    font-size: 4.66667vw;
    margin-top: 1.33333vw;
    font-weight: bold;
  }
  .p_news .news_detail_main .mCt figure {
    margin-bottom: 5.33333vw;
  }
  .p_news .news_detail_main .mCt p {
    font-size: 3.33333vw;
    line-height: 2.46667;
  }
  .p_news .news_detail_main .mCt .btnWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 11.33333vw;
  }
  .p_news .news_detail_main .mCt a.btn {
    color: #000;
    border-color: #000;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 6.66667vw;
  }
  .p_news .news_detail_main .mCt a.btn::after {
    position: absolute;
    top: 50%;
    right: 1.33333vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/btn_ar3.svg) center/contain no-repeat;
  }
  .p_policy .policy {
    -moz-box-shadow: 1.33333vw 1.33333vw 0.93333vw rgba(0, 0, 0, 0.3);
         box-shadow: 1.33333vw 1.33333vw 0.93333vw rgba(0, 0, 0, 0.3);
    width: 92vw;
    background-color: #fff;
    margin: -13.80208% auto 0;
    position: relative;
    z-index: 1;
    padding: 6vw 3.33333vw;
    margin-bottom: 20vw;
  }
  .p_policy .policy h3 {
    text-align: center;
    font-size: 4.66667vw;
    color: #003F6A;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 7.33333vw;
  }
  .p_policy .policy h3 ~ h3 {
    margin-top: 10vw;
  }
  .p_policy .policy dl {
    font-size: 3.73333vw;
    line-height: 2.05556;
  }
  .p_policy .policy dl + dl {
    margin-top: 4.66667vw;
  }
  .p_policy .policy ul li {
    font-size: 3.73333vw;
    line-height: 2.05556;
    position: relative;
    padding-left: 4vw;
  }
  .p_policy .policy ul li::before {
    content: "・ ";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_policy .policy .txtBot {
    border-top: 1px solid #003F6A;
    font-size: 3.2vw;
    font-weight: 500;
    text-align: center;
    margin-top: 12.66667vw;
    padding-top: 4.66667vw;
    padding-bottom: 2vw;
  }
  .p_privacy .privacy {
    -moz-box-shadow: 1.33333vw 1.33333vw 0.93333vw rgba(0, 0, 0, 0.3);
         box-shadow: 1.33333vw 1.33333vw 0.93333vw rgba(0, 0, 0, 0.3);
    width: 92vw;
    background-color: #fff;
    margin: -13.80208% auto 0;
    position: relative;
    z-index: 1;
    padding: 6vw 3.33333vw 10.66667vw;
    margin-bottom: 20vw;
  }
  .p_privacy .privacy h3 {
    text-align: center;
    font-size: 4.66667vw;
    color: #003F6A;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 4.66667vw;
  }
  .p_privacy .privacy h3 ~ h3 {
    margin-top: 10vw;
  }
  .p_privacy .privacy p {
    font-size: 3.73333vw;
    line-height: 2.46667;
  }
  .p_privacy .privacy dl {
    font-size: 3.73333vw;
    line-height: 2.46667;
  }
  .p_privacy .privacy dl:first-of-type {
    margin-top: 6vw;
  }
  .p_privacy .privacy dl + dl {
    margin-top: 4.66667vw;
  }
  .p_privacy .privacy ul li {
    font-size: 3.73333vw;
    line-height: 2.05556;
    position: relative;
    padding-left: 2.66667vw;
  }
  .p_privacy .privacy ul li::before {
    content: "・ ";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_privacy .privacy .txtBot {
    border-top: 1px solid #003F6A;
    font-size: 1.86667vw;
    font-weight: 500;
    text-align: center;
    margin-top: 12.66667vw;
    padding-top: 4.66667vw;
    padding-bottom: 2vw;
  }
}

.mw_wp_form .error {
  width: 100%;
}
