@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 {
    min-width: 1100px;
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body p {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.71429;
  }
  .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%;
    min-width: 1100px;
    z-index: 99;
    padding: 0 45px;
  }
  .header_inner {
    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;
    height: 88px;
    padding: 0 25px 0 35px;
    -moz-border-radius: 0px 0px 20px 20px;
         border-radius: 0px 0px 20px 20px;
    background: #fff;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header .header_l .header_l_logo {
    font-size: 0;
    line-height: 0;
  }
  .header .header_l .header_l_logo a {
    display: block;
    width: 220px;
  }
  .header .header_nav {
    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;
    height: 100%;
  }
  .header .header_nav ul {
    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;
  }
  .header .header_nav ul li {
    height: 100%;
  }
  .header .header_nav ul li:not(:last-child) {
    margin-right: 30px;
  }
  .header .header_nav ul li:nth-of-type(6) {
    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;
    margin-left: 20px;
  }
  .header .header_nav ul li:nth-of-type(6) a {
    width: 173px;
    height: 40px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: #65b822;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #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;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .header .header_nav ul li:nth-of-type(6) a::after {
    display: none;
  }
  .header .header_nav ul li:nth-of-type(6) a::before {
    content: "";
    width: 22px;
    height: 15px;
    background: url(../img/ic_mail.svg) center/contain no-repeat;
    display: block;
    margin-right: 7px;
  }
  .header .header_nav ul li a {
    text-align: center;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .header .header_nav ul li a:hover, .header .header_nav ul li a.active {
    opacity: 1;
  }
  .header .header_nav ul li a:hover::after, .header .header_nav ul li a.active::after {
    width: 100%;
  }
  .header .header_nav ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #35b2d0;
    display: block;
    -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_nav ul li a small {
    font-size: 10px;
    letter-spacing: 0.05em;
    color: rgba(60, 60, 60, 0.29);
  }
  .header .header_nav ul li a span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #3c3c3c;
  }
  .footer > p {
    font-family: koz_b;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background: #066fb0;
    padding: 12px 0;
  }
  .footer_top {
    padding: 40px 0 50px;
  }
  .footer_top_left {
    width: 343px;
  }
  .footer_top_left p {
    line-height: 1.42857;
    color: #171717;
  }
  .footer_top_right {
    width: -webkit-calc(100% - 343px);
    width: -moz-calc(100% - 343px);
    width: calc(100% - 343px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_top_right > ul:nth-of-type(1) {
    width: 250px;
  }
  .footer_top_right > ul:nth-of-type(2) {
    width: 230px;
  }
  .footer_top_right > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer_top_right > ul > li > a, .footer_top_right > ul > li > span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #3c3c3c;
  }
  .footer_top_right > ul > li ul {
    padding-left: 10px;
    margin-top: 5px;
  }
  .footer_top_right > ul > li ul li a {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #9f9f9f;
  }
  .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-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .ttl {
    position: relative;
  }
  .ttl figure img, .ttl picture img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 367px;
    object-fit: cover;
  }
  .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-top: 88px;
  }
  .ttl .txt h2 {
    text-align: center;
    width: 100%;
  }
  .ttl .txt h2 span {
    font-family: koz_b;
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
    display: block;
  }
  .ttl .txt h2 small {
    position: absolute;
    left: 50%;
    bottom: 12px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: koz_b;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
    padding-bottom: 40px;
  }
  .ttl .txt h2 small::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 29px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
         box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
    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: 42px;
  }
  .wp-pagenavi .pages, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    display: none;
  }
  .wp-pagenavi .page {
    width: 44px;
    height: 44px;
    background: #ebebeb;
    font-size: 18px;
    letter-spacing: 0.05em;
    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: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin: 0 4px;
  }
  .wp-pagenavi .page:hover {
    color: #fff;
    background: #65b822;
    opacity: 1;
  }
  .wp-pagenavi .dots {
    background-color: transparent;
    border: none;
  }
  .wp-pagenavi .dots:hover {
    color: #000;
    background-color: transparent;
  }
  .wp-pagenavi .current {
    opacity: 1;
    width: 44px;
    height: 44px;
    background: #ebebeb;
    font-size: 18px;
    letter-spacing: 0.05em;
    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: #65b822;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .t_ttl {
    text-align: center;
    font-family: koz_b;
    font-weight: bold;
  }
  .t_ttl small {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #478812;
  }
  .t_ttl span {
    font-size: 42px;
    letter-spacing: 0.05em;
    color: #3b3b3b;
    display: block;
  }
  a.t_btn, button.t_btn {
    width: 171px;
    height: 45px;
    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;
    border: 1px solid #478812;
    font-family: koz_b;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #478812;
    position: relative;
    background-color: transparent;
    cursor: pointer;
  }
  a.t_btn:hover::after, button.t_btn:hover::after {
    right: 7px !important;
  }
  a.t_btn.st2, button.t_btn.st2 {
    width: 243px;
    height: 64px;
    font-size: 16px;
    position: relative;
  }
  a.t_btn.st2::after, button.t_btn.st2::after {
    width: 29px;
    height: 8px;
    right: 15px;
  }
  a.t_btn.st5::after, button.t_btn.st5::after {
    width: 29px;
    height: 8px;
    right: 15px;
    background: url(../img/ic_btn4.svg) center/contain no-repeat;
  }
  a.t_btn.st4, button.t_btn.st4 {
    width: 243px;
    height: 64px;
    font-size: 16px;
    border-color: #65b827;
    color: #65b827;
    position: relative;
  }
  a.t_btn.st4::after, button.t_btn.st4::after {
    width: 29px;
    height: 8px;
    right: 15px;
    background: url(../img/ic_btn3.svg) center/contain no-repeat;
  }
  a.t_btn.st3, button.t_btn.st3 {
    width: 243px;
    height: 64px;
    font-size: 16px;
    border-color: #8e8e8e;
    color: #8e8e8e;
    position: relative;
  }
  a.t_btn.st3::after, button.t_btn.st3::after {
    width: 29px;
    height: 8px;
    right: 15px;
    background: url(../img/ic_btn2.svg) center/contain no-repeat;
  }
  a.t_btn::after, button.t_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 22px;
    height: 7px;
    background: url(../img/ic_btn.svg) center/contain no-repeat;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_top .slider .swiper-slide {
    position: relative;
  }
  .p_top .slider .swiper-slide .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
  }
  .p_top .slider .swiper-slide .txt p {
    font-family: koz_b;
    font-size: 45px;
    letter-spacing: 0.1em;
    line-height: 1.75556;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  .p_top .slider .swiper-slide > picture {
    height: 100vh;
  }
  .p_top .slider .swiper-slide > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .intro > ul {
    width: 320px;
  }
  .p_top .intro > ul li:nth-of-type(1) {
    margin-bottom: 4px;
  }
  .p_top .intro > ul img {
    vertical-align: bottom;
  }
  .p_top .intro_main {
    width: -webkit-calc(100% - 640px);
    width: -moz-calc(100% - 640px);
    width: calc(100% - 640px);
    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;
    padding: 0 60px;
  }
  .p_top .intro_main h2 {
    font-family: koz_b;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 52px;
    text-align: center;
    margin-bottom: 50px;
  }
  .p_top .strengths {
    background: url(../img/strengths_bg.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 65px 0 70px;
  }
  .p_top .strengths .t_ttl {
    position: relative;
    padding-bottom: 10px;
  }
  .p_top .strengths .t_ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 109px;
    height: 1px;
    background: #fff;
    display: block;
  }
  .p_top .strengths .t_ttl span {
    font-size: 28px;
  }
  .p_top .strengths .t_ttl small, .p_top .strengths .t_ttl span {
    color: #fff;
  }
  .p_top .strengths 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-top: 67px;
  }
  .p_top .strengths ul li {
    width: 360px;
    background: #fff;
    margin: 0 16px;
    padding: 45px 35px 25px;
    text-align: center;
  }
  .p_top .strengths ul li h3 {
    font-family: koz_b;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.33333;
    text-align: center;
    margin-bottom: 20px;
    min-height: 120px;
    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;
  }
  .p_top .strengths ul li h3:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
  .p_top .strengths ul li p {
    height: 194px;
    overflow: hidden;
    text-align: left;
  }
  .p_top .strengths ul li p.show {
    height: auto;
    overflow: inherit;
  }
  .p_top .strengths ul li span {
    font-family: koz_b;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 42px;
    text-align: left;
    color: #478812;
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .p_top .strengths ul li span:hover {
    opacity: 0.7;
  }
  .p_top .strengths ul li span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 21px;
    height: 16px;
    background: url(../img/arb.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .company {
    margin-top: 70px;
    position: relative;
  }
  .p_top .company.service {
    margin-top: 100px;
    margin-bottom: 136px;
  }
  .p_top .company.service figure {
    margin-left: inherit;
  }
  .p_top .company.service .txt .txtBlock {
    margin-left: auto;
  }
  .p_top .company figure {
    width: 62.91667%;
    margin-left: auto;
  }
  .p_top .company .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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_top .company .txt .txtBlock {
    width: 564px;
    background: #f8faf7;
    margin-bottom: -50px;
    padding: 50px 40px 40px 60px;
  }
  .p_top .company .txt .txtBlock .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .company .txt .txtBlock .df .t_ttl {
    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-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
  }
  .p_top .company .txt .txtBlock .df .t_ttl span {
    line-height: 1;
    letter-spacing: 0.3em;
  }
  .p_top .company .txt .txtBlock .df .t_ttl small, .p_top .company .txt .txtBlock .df .t_ttl span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .p_top .company .txt .txtBlock .df p {
    padding-left: 30px;
    letter-spacing: 0.03em;
  }
  .p_top .btnWr {
    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;
  }
  .p_top .gallery_roll {
    overflow: hidden;
    position: relative;
    height: 228px;
  }
  .p_top .gallery_roll ul {
    width: 3740px;
    height: 228px;
    position: absolute;
  }
  .p_top .gallery_roll ul:nth-of-type(2) {
    margin-left: 3740px !important;
  }
  .p_top .gallery_roll ul li {
    float: left;
    width: 3740px;
    height: 228px;
  }
  .p_top .gallery_roll_wr {
    width: 100%;
    overflow: hidden;
  }
  .p_top .recruit {
    text-align: center;
    padding: 65px 0 40px;
  }
  .p_top .recruit p {
    margin: 15px 0 35px;
  }
  .p_top .recruit .t_btn {
    width: 262px;
    height: 67px;
  }
  .p_top .recruit .t_btnWr {
    position: relative;
    display: inline-block;
    position: relative;
  }
  .p_top .recruit .t_btnWr::before {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    width: 28px;
    height: 26px;
    background: url(../img/recruit_ar1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .recruit .t_btnWr::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -6px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 28px;
    height: 26px;
    background: url(../img/recruit_ar1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .interview {
    padding-top: 30px;
    background: url(../img/interview_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding-bottom: 40px;
  }
  .p_top .interview ul {
    margin-top: 70px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .interview ul li {
    width: 476px;
    margin-bottom: 45px;
  }
  .p_top .interview ul li a {
    display: block;
  }
  .p_top .interview ul li a h3 {
    font-family: koz_b;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold;
    color: #478812;
    margin-bottom: 10px;
  }
  .p_top .message {
    padding-top: 30px;
    background: url(../img/message_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding-bottom: 80px;
  }
  .p_top .message .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  .p_top .message .df figure {
    width: 364px;
  }
  .p_top .message .df .txt {
    width: -webkit-calc(100% - 364px);
    width: -moz-calc(100% - 364px);
    width: calc(100% - 364px);
    padding-left: 35px;
  }
  .p_top .message .df .txt .ceo {
    margin: 10px 0 25px;
    font-family: koz_b;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #3b3b3b;
  }
  .p_top .message .df .txt .ceo span {
    margin: 0 10px 0 25px;
  }
  .p_top .message .df .txt .ceo small {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #b7b7b7;
  }
  .news_cm {
    padding: 40px 0 60px;
    background: #f8faf7;
  }
  .news_cm.st2 {
    background-color: #fff;
    padding: 30px 0 95px;
  }
  .news_cm.st2 .news_cm_main {
    display: block;
  }
  .news_cm.st2 .news_cm_main .news_cm_main_r {
    padding-left: 0;
    width: 100%;
  }
  .news_cm_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news_cm_main .t_ttl {
    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-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
  }
  .news_cm_main .t_ttl span {
    letter-spacing: 0.3em;
  }
  .news_cm_main .t_ttl span, .news_cm_main .t_ttl small {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .news_cm_main_r {
    padding-left: 45px;
    width: -webkit-calc(100% - 84px);
    width: -moz-calc(100% - 84px);
    width: calc(100% - 84px);
  }
  .news_cm_main_r ul {
    margin-bottom: 35px;
  }
  .news_cm_main_r ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid #cbcbcb;
  }
  .news_cm_main_r ul li a time {
    font-size: 14px;
    letter-spacing: 0.05em;
    width: 96px;
  }
  .news_cm_main_r ul li a span {
    min-width: 67px;
    height: 19px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #65b822;
    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-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-right: 30px;
    white-space: nowrap;
    padding: 0 10px;
  }
  .news_cm_main_r ul li a span.bg1 {
    background: #066fb0;
  }
  .news_cm_main_r ul li a span.bg2 {
    background: #35b2d0;
  }
  .news_cm_main_r ul li a p {
    letter-spacing: 0.05em;
  }
  .contact_cm {
    background: url(../img/contact_cm_bg.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 100px 0 90px;
    position: relative;
  }
  .contact_cm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 111, 176, 0.5);
    display: block;
  }
  .contact_cm_main {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 75px 0 65px;
  }
  .contact_cm_main .t_ttl {
    position: absolute;
    left: 50%;
    top: -64px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .contact_cm_main .t_ttl small {
    color: #fff;
  }
  .contact_cm_main .t_ttl span {
    font-size: 40px;
    color: #fff;
    position: relative;
  }
  .contact_cm_main .t_ttl span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 350px;
    height: 1px;
    background: #fff;
    display: block;
  }
  .contact_cm_main .t_ttl span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 350px;
    height: 1px;
    background: #fff;
    display: block;
  }
  .contact_cm_main p {
    text-align: center;
    color: #fff;
  }
  .contact_cm_main 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-top: 50px;
  }
  .contact_cm_main ul li {
    margin: 0 20px;
  }
  .contact_cm_main ul li:nth-of-type(1) a {
    padding-left: 103px;
    -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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact_cm_main ul li:nth-of-type(1) a span {
    position: relative;
  }
  .contact_cm_main ul li:nth-of-type(1) a span::before {
    content: "";
    position: absolute;
    top: 40%;
    left: -48px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 38px;
    height: 31px;
    background: url(../img/ic_phone.svg) center/contain no-repeat;
    display: block;
  }
  .contact_cm_main ul li:nth-of-type(1) a span {
    font-family: koz_b;
    font-weight: bold;
    font-size: 38px;
    color: #066fb0;
    display: block;
    line-height: 1;
  }
  .contact_cm_main ul li:nth-of-type(1) a small {
    font-size: 11px;
    color: #066fb0;
  }
  .contact_cm_main ul li:nth-of-type(2) a {
    font-family: koz_b;
    font-weight: bold;
    font-size: 22px;
    color: #066fb0;
    position: relative;
  }
  .contact_cm_main ul li:nth-of-type(2) a::before {
    content: "";
    width: 34px;
    height: 27px;
    background: url(../img/ic_mail2.svg) center/contain no-repeat;
    display: block;
    margin-right: 15px;
  }
  .contact_cm_main ul li a {
    width: 426px;
    height: 90px;
    background: #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;
  }
  .p_news .news_detail {
    padding: 50px 0 70px;
  }
  .p_news .news_detail .content {
    margin-bottom: 65px;
  }
  .p_news .news_detail .content time {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #65b822;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .p_news .news_detail .content h1 {
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 50px;
  }
  .p_news .news_detail .content figure {
    margin-bottom: 35px;
    text-align: center;
  }
  .p_news .news_detail .content p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .p_news .news_detail .content p strong {
    font-weight: 400;
    color: #FF0303;
  }
  .p_news .news_detail .content a {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-decoration: underline;
    color: #0c92ce;
  }
  .p_news .news_detail .content h2 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #65b822;
    border-bottom: 1px dashed #65b822;
    border-left: 6px solid #65b822;
    padding: 8px 20px;
    margin-bottom: 25px;
  }
  .p_news .news_detail .content h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #0b0b0b;
    margin-bottom: 20px;
  }
  .p_news .news_detail .ctrl {
    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;
  }
  .p_about .a_ttl {
    font-family: koz_b;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 43px;
  }
  .p_about .a_ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background-color: #000;
    display: block;
  }
  .p_about .a_ttl1 {
    font-family: koz_b;
    font-size: 112px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #e9f2e2;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  .p_about .tac {
    text-align: center;
  }
  .p_about p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    position: relative;
    z-index: 1;
  }
  .p_about p:not(:last-child) {
    margin-bottom: 30px;
  }
  .p_about .vision {
    background: #f8faf7;
    position: relative;
    padding: 40px 0 85px;
  }
  .p_about .message {
    padding: 50px 0 90px;
    position: relative;
  }
  .p_about .message .a_ttl1 {
    left: inherit;
    right: 0;
    bottom: -15px;
  }
  .p_service .service {
    padding: 50px 0 65px;
  }
  .p_service .service .service_txt {
    text-align: center;
  }
  .p_service .service ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
  .p_service .service ul li {
    width: 486px;
    background: #f8faf7;
    padding: 45px 30px;
    margin-bottom: 18px;
  }
  .p_service .service ul li h3 {
    border-left: 1px solid #000;
    padding-left: 20px;
  }
  .p_service .service ul li h3 small {
    font-family: koz_b;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .p_service .service ul li h3 span {
    font-family: koz_b;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1.125;
    margin-top: 5px;
  }
  .p_service .service ul li p {
    margin: 20px 0 35px;
  }
  .p_service .s_ttl {
    font-family: koz_b;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
  }
  .p_service .s_ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 209px;
    height: 1px;
    background-color: #000;
    display: block;
  }
  .p_service .service_detail {
    padding-top: 70px;
  }
  .p_service .service_detail .galleryWr {
    margin-top: 80px;
    padding-bottom: 40px;
  }
  .p_service .service_detail .galleryWr .galleryItem {
    margin-bottom: 50px;
  }
  .p_service .service_detail .galleryWr .galleryItem h4 {
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #478812;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .p_service .service_detail .galleryWr .galleryItem h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    background: url(../img/service/line_bg.png) repeat-x;
    display: block;
  }
  .p_service .service_detail .galleryWr .galleryItem h4 span {
    font-weight: bold;
    margin-right: 30px;
    color: #478812;
  }
  .p_service .service_detail .galleryWr .galleryItem h4 em {
    display: block;
    width: 100%;
    font-style: normal;
    color: #080808;
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 12px;
  }
  .p_service .service_detail .gallery {
    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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_service .service_detail .gallery img {
    vertical-align: bottom;
  }
  .p_service .service_detail .gallery .gallery_main {
    width: 732px;
    height: 474px;
  }
  .p_service .service_detail .gallery .gallery_main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_service .service_detail .gallery .gallery_thumb {
    width: 256px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_service .service_detail .gallery .gallery_thumb li {
    width: 124px;
    height: 74px;
    margin-bottom: 6px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .p_service .service_detail .gallery .gallery_thumb li:hover {
    opacity: 0.7;
  }
  .p_service .service_detail .gallery .gallery_thumb li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .r_ttl {
    font-family: koz_b;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
  }
  .p_recruit .recruit .r_ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background-color: #000;
    display: block;
  }
  .p_recruit .recruit .resources {
    padding: 65px 0 70px;
  }
  .p_recruit .recruit .resources .df {
    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_recruit .recruit .resources .df figure {
    width: 500px;
  }
  .p_recruit .recruit .resources .df .txt {
    width: 575px;
    background: #f8faf7;
    margin-left: -75px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 65px 50px;
  }
  .p_recruit .recruit .field_top {
    background-color: #f5f5f5;
  }
  .p_recruit .recruit .field_top .df {
    background-color: #fff;
    padding: 60px 30px 55px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 963px;
    margin: -290px auto 0;
    position: relative;
    z-index: 1;
  }
  .p_recruit .recruit .field_top .df .df_l {
    width: 310px;
    position: relative;
  }
  .p_recruit .recruit .field_top .df .df_l .gallery .gallery_main {
    margin-bottom: 7px;
    height: 231px;
  }
  .p_recruit .recruit .field_top .df .df_l .gallery .gallery_main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .field_top .df .df_l .gallery .gallery_thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_recruit .recruit .field_top .df .df_l .gallery .gallery_thumb li {
    width: 75px;
    height: 55px;
    margin-bottom: 3px;
  }
  .p_recruit .recruit .field_top .df .df_l .gallery .gallery_thumb li:not(:nth-child(4n)) {
    margin-right: 3px;
  }
  .p_recruit .recruit .field_top .df .df_l .gallery .gallery_thumb li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .field_top .df .df_l h3 {
    font-family: koz_b;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    min-width: 367px;
    background: #65b822;
    padding: 12px;
    text-align: center;
    position: absolute;
    left: -60px;
    top: -90px;
  }
  .p_recruit .recruit .field_top .df .df_r {
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px);
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.85714;
    padding-left: 30px;
  }
  .p_recruit .recruit .field_bot {
    padding-top: 65px;
    background: #f5f5f5;
    padding-bottom: 90px;
    padding-left: 17px;
  }
  .p_recruit .recruit .field_bot ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_recruit .recruit .field_bot ul li {
    background: #fff;
    position: relative;
    width: 466px;
    margin-bottom: 66px;
  }
  .p_recruit .recruit .field_bot ul li dl dt {
    font-family: koz_b;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    padding: 12px 15px;
    display: inline-block;
    color: #fff;
    background: #35b2d0;
    position: absolute;
    left: -17px;
    top: -30px;
  }
  .p_recruit .recruit .field_bot ul li dl dd {
    padding: 55px 37px 30px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.85714;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery {
    margin-bottom: 15px;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery .gallery_main {
    margin-bottom: 7px;
    height: 213px;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery .gallery_main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery .gallery_thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery .gallery_thumb li {
    width: 94px;
    height: 57px;
    margin-bottom: 3px;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery .gallery_thumb li:not(:nth-child(4n)) {
    margin-right: 3px;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery .gallery_thumb li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .field_bot ul li dl dd figure {
    margin-bottom: 20px;
  }
  .p_recruit .recruit .field_bot ul li dl dd .t_btn {
    margin-top: 40px;
    width: 223px;
    height: 45px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 25px;
  }
  .p_recruit .recruit .field_bot .btnBot {
    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: 15px;
  }
  .p_recruit .recruit .field_bot .btnBot a {
    width: 551px;
    height: 117px;
    background: #65b822;
    font-family: koz_b;
    font-weight: bold;
    font-size: 28px;
    line-height: 55px;
    text-align: left;
    color: #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;
    position: relative;
  }
  .p_recruit .recruit .field_bot .btnBot a::before {
    content: "";
    margin-right: 15px;
    width: 43px;
    height: 38px;
    background: url(../img/recruit/ic_btn.svg) center/contain no-repeat;
    display: block;
  }
  .p_career_plam .career_plam {
    padding: 40px 0;
  }
  .p_career_plam .career_plam .career_plam_txt {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.71429;
  }
  .p_career_plam .career_plam .listImg {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_career_plam .career_plam .listImg li {
    width: 492px;
    height: 290px;
    margin-bottom: 16px;
  }
  .p_career_plam .career_plam .listImg li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_career_plam .career_plam .btnWr {
    margin-top: 45px;
    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;
  }
  .p_career_plam .career_plam .btnWr .t_btn {
    width: 342px;
    height: 70px;
    font-size: 16px;
  }
  .p_company .company .c_ttl {
    position: relative;
    padding-bottom: 50px;
  }
  .p_company .company .c_ttl::after {
    content: "";
    position: absolute;
    top: 95px;
    left: -22px;
    -webkit-transform: rotate(-30deg);
       -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    width: 350px;
    height: 1px;
    background-color: #000;
    display: block;
  }
  .p_company .company .c_ttl span {
    font-family: koz_b;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1;
  }
  .p_company .company .c_ttl small {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .p_company .company .top_message {
    padding: 65px 0 45px;
  }
  .p_company .company .top_message .ctMain div {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
  .p_company .company .top_message .ctMain .ctBot {
    margin-top: 30px;
    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;
  }
  .p_company .company .top_message .ctMain .ctBot div {
    display: inline-block;
    text-align: center;
  }
  .p_company .company .top_message .ctMain .ctBot div span {
    display: block;
  }
  .p_company .company .ctMain {
    width: 704px;
    margin: 0 auto 0;
  }
  .p_company .company .company_profile {
    padding-bottom: 70px;
  }
  .p_company .company .company_profile .ctMain dl {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .p_company .company .company_profile .ctMain dl dt {
    width: 162px;
    font-weight: bold;
  }
  .p_company .company .company_profile .ctMain dl dd {
    width: -webkit-calc(100% - 162px);
    width: -moz-calc(100% - 162px);
    width: calc(100% - 162px);
  }
  .p_company .company .company_profile .ctMain dl dd .map {
    margin: 15px 0;
  }
  .p_company .company .company_profile .ctMain dl dd .df2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_company .company .company_profile .ctMain dl dd .df2 span:nth-of-type(1) {
    width: 200px;
  }
  .p_company .company .company_profile .ctMain dl dd .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_company .company .company_profile .ctMain dl dd .df:not(:last-child) {
    margin-bottom: 20px;
  }
  .p_company .company .company_profile .ctMain dl dd .df > span {
    width: 106px;
    display: block;
    font-weight: bold;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div {
    width: -webkit-calc(100% - 106px);
    width: -moz-calc(100% - 106px);
    width: calc(100% - 106px);
  }
  .p_company .company .company_profile .ctMain dl dd .df > div > a {
    text-decoration: underline;
    color: #0c92ce;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div small {
    font-size: 12px;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5px;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div ul li {
    width: 139px;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div ul li:not(:nth-child(3n)) {
    margin-right: 9px;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div ul li p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div ul li p span {
    font-size: 11px;
    line-height: 1.16667;
  }
  .p_company .company .history {
    padding-bottom: 130px;
  }
  .p_company .company .history .ctMain {
    width: 100%;
  }
  .p_company .company .history .ctMain_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 85px;
  }
  .p_company .company .history .ctMain dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.71429;
    margin-bottom: 20px;
  }
  .p_company .company .history .ctMain dl dt {
    font-weight: bold;
    width: 100px;
    padding-left: 15px;
  }
  .p_company .company .history .ctMain dl dd {
    width: -webkit-calc(100% - 11px);
    width: -moz-calc(100% - 11px);
width: calc(100% - 11px);
  }
  .p_company .company .history .ctMain .mg1 {
    margin-bottom: 47px;
  }
  .p_company .company .history .ctMain .mg2 {
    margin-bottom: 548px;
  }
  .p_company .company .history .ctMain .mg3 {
    margin-bottom: 50px;
  }
  .p_company .company .history .ctMain .mg4 {
    margin-bottom: 160px;
  }
  .p_company .company .history .ctMain .mg5 {
    margin-bottom: 57px;
  }
  .p_company .company .history .ctMain .mg7 {
    margin-bottom: 41px;
  }
  .p_company .company .history .ctMain .mg8 {
    margin-bottom: 141px;
  }
  .p_company .company .history .ctMain .mg10 {
    margin-bottom: 53px;
  }
  .p_company .company .history .ctMain .mg11 {
    margin-bottom: 136px;
  }
  .p_company .company .history .ctMain .history_l {
    padding-top: 30px;
  }
  .p_company .company .history .ctMain .history_l p {
    text-align: right;
padding-right: 83px;
    margin-bottom: 20px;
  }
  .p_company .company .history .ctMain .history_l figure {
    margin-left: auto;
    text-align: right;
    margin-right: 15px;
  }
  .p_company .company .history .ctMain .history_l dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_company .company .history .ctMain .history_l dl dt {
    text-align: right;
    padding-right: 15px;
    padding-left: 0;
  }
  .p_company .company .history .ctMain .history_l dl dd {
    text-align: right;
  }
  .p_company .company .history .ctMain .history_l, .p_company .company .history .ctMain .history_r {
    width: -webkit-calc((100% - 97px)/2);
    width: -moz-calc((100% - 97px)/2);
    width: calc((100% - 97px)/2);
  }
  .p_company .company .history .ctMain .history_r {
    padding-top: 128px;
  }
  .p_company .company .history .ctMain .history_c {
    width: 97px;
    background: #066fb0;
    padding-top: 30px;
    position: relative;
  }
  .p_company .company .history .ctMain .history_c::after {
    content: "";
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 97px;
    height: 44px;
    background: url(../img/company/line.png) center/contain no-repeat;
    display: block;
    z-index: 3;
  }
  .p_company .company .history .ctMain .history_c ul li {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    margin-bottom: 172px;
  }
  .p_company .company .history .ctMain .history_c ul li.mg6 {
    margin-bottom: 1131px;
  }
  .p_company .company .history .ctMain .history_c ul li.mg9 {
    margin-bottom: 370px;
  }
  .p_company .company .history .ctMain .history_c ul li.mg12 {
    margin-bottom: 348px;
  }
  .p_contact .contact {
    padding: 70px 0 40px;
  }
  .p_contact .contact .complete {
    text-align: center;
    padding-bottom: 50px;
  }
  .p_contact .contact .complete_txt {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 55px 0 50px;
  }
  .p_contact .contact .complete_txt > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .p_contact .contact .complete .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;
  }
  .p_contact .contact .complete h2 {
    font-family: koz_b;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
  }
  .p_contact .contact .complete h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background-color: #000;
    display: block;
  }
  .p_contact .contact .txt {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .p_contact .contact .form {
    margin-top: 35px;
  }
  .p_contact .contact .form .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-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: 35px;
  }
  .p_contact .contact .form .btnWr button {
    margin-bottom: 10px;
  }
  .p_contact .contact .form .btnWr a,
  .p_contact .contact .form .btnWr .btnBack {
    font-family: koz_b;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
  }
  .p_contact .contact .form .select label {
    display: block;
    position: relative;
    -moz-border-radius: 0;
         border-radius: 0;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    width: 257px;
    height: 66px;
    background: #eaedf1;
  }
  .p_contact .contact .form .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #000;
  }
  .p_contact .contact .form .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 45px 0 30px;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 3;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #0b0b0b;
  }
  .p_contact .contact .form .select label select::-ms-expand {
    display: none;
  }
  .p_contact .contact .form input {
    padding: 0 30px;
    outline: none;
    font-size: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    width: 100%;
    height: 66px;
    background: #eaedf1;
    border: 0;
  }
  .p_contact .contact .form input.sm {
    width: 350px;
  }
  .p_contact .contact .form input.sm1 {
    width: 128px;
  }
  .p_contact .contact .form input.sm2 {
    width: 257px;
  }
  .p_contact .contact .form input::-webkit-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form input::-moz-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form input:-ms-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form input::placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form textarea {
    padding: 15px 30px;
    outline: none;
    font-size: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    width: 100%;
    height: 266px;
    background: #eaedf1;
    border: 0;
  }
  .p_contact .contact .form textarea::-webkit-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form textarea::-moz-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form textarea:-ms-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form textarea::placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form dl {
    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: 30px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .p_contact .contact .form dl.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_contact .contact .form dl.ait.st2 dt {
    padding-top: 0;
  }
  .p_contact .contact .form dl.ait dt {
    padding-top: 20px;
  }
  .p_contact .contact .form dl dt {
    width: 300px;
    padding-right: 50px;
    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;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #0b0b0b;
  }
  .p_contact .contact .form dl dt span {
    width: 69px;
    height: 25px;
    background: #65b822;
    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-left: auto;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .p_contact .contact .form dl dt span.any {
    background: #b1b1b1;
  }
  .p_contact .contact .form dl dd {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
  }
  .p_contact .contact .form dl dd span {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-left: 15px;
    color: #0b0b0b;
  }

  .p_message .message {
    padding: 50px 0 55px;
  }
  .p_message .message h3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 23px;
  }
  .p_message .message .txt {
    margin: 35px 0 50px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  .p_message .message .txt div:not(:last-child) {
    margin-bottom: 25px;
  }
  .p_message .message 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;
  }
  .p_message .message ul li {
    margin: 0 10px;
  }
  .p_message .message ul li a {
    width: 434px;
    height: 72px;
    border-color: #000;
    color: #000;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body p {
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
    line-height: 1.71429;
  }
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0 3.62319vw;
  }
  .header_inner {
    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;
    height: 16.42512vw;
    padding: 0 3.62319vw;
    -moz-border-radius: 0px 0px 4.83092vw 4.83092vw;
         border-radius: 0px 0px 4.83092vw 4.83092vw;
    background: #fff;
    -moz-box-shadow: 0px 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
         box-shadow: 0px 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
  }
  .header .header_l_logo, .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 .header_l_logo a, .header .header__logo a {
    display: block;
    width: 41.30435vw;
  }
  .header .row {
    padding: 0;
  }
  .header .header_nav {
    position: fixed;
    height: 100%;
    right: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    padding: 12.07729vw 3.62319vw;
    -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: #fff;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header .header_nav.active {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .header .header_nav ul li {
    text-align: center;
  }
  .header .header_nav ul li:not(:last-child) {
    margin-bottom: 4.83092vw;
  }
  .header .header_nav ul li:nth-of-type(6) a {
    width: 41.78744vw;
    height: 9.66184vw;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    background: #65b822;
    font-size: 3.38164vw;
    letter-spacing: 0.05em;
    color: #fff;
    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;
    position: relative;
  }
  .header .header_nav ul li:nth-of-type(6) a::before {
    content: "";
    width: 5.31401vw;
    height: 3.62319vw;
    background: url(../img/ic_mail.svg) center/contain no-repeat;
    display: block;
    margin-right: 1.69082vw;
  }
  .header .header_nav ul li a {
    display: block;
  }
  .header .header_nav ul li a small {
    font-size: 2.41546vw;
    letter-spacing: 0.05em;
    color: rgba(60, 60, 60, 0.29);
  }
  .header .header_nav ul li a span {
    display: block;
    font-size: 3.38164vw;
    letter-spacing: 0.05em;
    color: #3c3c3c;
  }
  .header .menu_icon {
    width: 7.97101vw;
    height: 4.83092vw;
    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;
    position: fixed;
    top: 6.03865vw;
    right: 7.24638vw;
    z-index: 99;
    cursor: pointer;
  }
  .header .menu_icon i {
    font-style: normal;
    font-size: 2.41546vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .header .menu_icon.active i {
    color: #fff;
    margin-top: 1.20773vw;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(2.17391vw) rotate(-45deg);
       -moz-transform: translateY(2.17391vw) rotate(-45deg);
        -ms-transform: translateY(2.17391vw) rotate(-45deg);
            transform: translateY(2.17391vw) 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(-2.17391vw) rotate(45deg);
       -moz-transform: translateY(-2.17391vw) rotate(45deg);
        -ms-transform: translateY(-2.17391vw) rotate(45deg);
            transform: translateY(-2.17391vw) rotate(45deg);
    width: 100%;
  }
  .header .menu_icon_in {
    width: 7.97101vw;
    height: 4.83092vw;
    -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 .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: 11.11111vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.24155vw;
    min-height: 1px;
    background-color: #000;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 2.17391vw;
    right: 0;
    left: inherit;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    left: inherit;
  }
  .footer > p {
    font-family: koz_b;
    font-size: 2.89855vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background: #066fb0;
    padding: 2.89855vw 0;
  }
  .footer_top_left {
    padding: 7.24638vw 3.62319vw;
  }
  .footer_top_left a {
    width: 53.1401vw;
    display: inline-block;
  }
  .footer_top_left p {
    line-height: 1.42857;
    color: #171717;
    margin-top: 1.20773vw;
  }
  .footer_top_right > ul > li > a {
    position: relative;
  }
  .footer_top_right > ul > li > a::before {
    content: ">";
  }
  .footer_top_right > ul > li > a.hasChild::before {
    display: none;
  }
  .footer_top_right > ul > li > a.hasChild {
    position: relative;
  }
  .footer_top_right > ul > li > a.hasChild.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer_top_right > ul > li > a.hasChild.is_active i:after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer_top_right > ul > li > a.hasChild .ic {
    width: 8.69565vw;
    height: 8.69565vw;
    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;
    position: absolute;
    top: 50%;
    margin-top: -4.34783vw;
    right: 2.41546vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .footer_top_right > ul > li > a.hasChild i {
    width: 4.34783vw;
    height: 4.34783vw;
    display: block;
    position: relative;
    /* Vertical line */
    /* horizontal line */
  }
  .footer_top_right > ul > li > a.hasChild i:before, .footer_top_right > ul > li > a.hasChild i:after {
    content: "";
    position: absolute;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .footer_top_right > ul > li > a.hasChild i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .footer_top_right > ul > li > a.hasChild i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .footer_top_right > ul > li > a, .footer_top_right > ul > li > a.hasChild {
    font-size: 4.83092vw;
    letter-spacing: 0.05em;
    color: #3c3c3c;
    padding: 6.03865vw 3.62319vw;
    display: block;
    border-bottom: 1px solid #c7c7c7;
  }
  .footer_top_right > ul > li ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .footer_top_right > ul > li >.hasChild.is_active + ul {
    max-height: 1000px;
  }
  .footer_top_right > ul > li ul li a {
    padding: 6.03865vw 3.62319vw;
    display: block;
    border-bottom: 1px solid #c7c7c7;
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    color: #9f9f9f;
  }
  .footer_top .row {
    padding: 0;
  }
  .ttl {
    position: relative;
  }
  .ttl figure img, .ttl picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .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: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .ttl .txt h2 {
    text-align: center;
    width: 100%;
  }
  .ttl .txt h2 span {
    font-family: koz_b;
    font-weight: bold;
    font-size: 10.14493vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.54);
    display: block;
  }
  .ttl .txt h2 small {
    position: absolute;
    left: 50%;
    bottom: 2.89855vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: koz_b;
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.54);
    padding-bottom: 9.66184vw;
  }
  .ttl .txt h2 small::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 7.00483vw;
    background-color: #fff;
    -moz-box-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.54);
         box-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.54);
    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: 10.14493vw;
  }
  .wp-pagenavi .pages, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    display: none;
  }
  .wp-pagenavi .page {
    width: 10.62802vw;
    height: 10.62802vw;
    background: #ebebeb;
    font-size: 4.34783vw;
    letter-spacing: 0.05em;
    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: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin: 0 0.96618vw;
  }
  .wp-pagenavi .page:hover {
    color: #fff;
    background: #65b822;
    opacity: 1;
  }
  .wp-pagenavi .dots {
    background-color: transparent;
    border: none;
  }
  .wp-pagenavi .dots:hover {
    color: #000;
    background-color: transparent;
  }
  .wp-pagenavi .current {
    opacity: 1;
    width: 10.62802vw;
    height: 10.62802vw;
    background: #ebebeb;
    font-size: 4.34783vw;
    letter-spacing: 0.05em;
    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: #65b822;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .t_ttl {
    text-align: center;
    font-family: koz_b;
    font-weight: bold;
  }
  .t_ttl small {
    font-size: 3.38164vw;
    letter-spacing: 0.05em;
    color: #478812;
  }
  .t_ttl span {
    font-size: 10.14493vw;
    letter-spacing: 0.05em;
    color: #3b3b3b;
    display: block;
  }
  a.t_btn, button.t_btn {
    width: 41.30435vw;
    height: 10.86957vw;
    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;
    border: 1px solid #478812;
    font-family: koz_b;
    font-weight: bold;
    font-size: 3.38164vw;
    letter-spacing: 0.05em;
    color: #478812;
    position: relative;
    background-color: transparent;
    cursor: pointer;
  }
  a.t_btn.st4, button.t_btn.st4 {
    width: 58.69565vw;
    height: 15.45894vw;
    font-size: 3.86473vw;
    border-color: #65b827;
    color: #65b827;
    position: relative;
  }
  a.t_btn.st4::after, button.t_btn.st4::after {
    width: 7.00483vw;
    height: 1.93237vw;
    right: 3.62319vw;
    background: url(../img/ic_btn3.svg) center/contain no-repeat;
  }
  a.t_btn.st5::after, button.t_btn.st5::after {
    width: 7.00483vw;
    height: 1.93237vw;
    right: 3.62319vw;
    background: url(../img/ic_btn4.svg) center/contain no-repeat;
  }
  a.t_btn.st3, button.t_btn.st3 {
    width: 58.69565vw;
    height: 15.45894vw;
    font-size: 3.86473vw;
    border-color: #8e8e8e;
    color: #8e8e8e;
    position: relative;
  }
  a.t_btn.st3::after, button.t_btn.st3::after {
    width: 7.00483vw;
    height: 1.93237vw;
    right: 3.62319vw;
    background: url(../img/ic_btn2.svg) center/contain no-repeat;
  }
  a.t_btn.st2, button.t_btn.st2 {
    width: 58.69565vw;
    height: 15.45894vw;
    font-size: 3.86473vw;
    position: relative;
  }
  a.t_btn.st2::after, button.t_btn.st2::after {
    width: 7.00483vw;
    height: 1.93237vw;
    right: 3.62319vw;
  }
  a.t_btn::after, button.t_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.41546vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.31401vw;
    height: 1.69082vw;
    background: url(../img/ic_btn.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .slider .swiper-slide {
    position: relative;
  }
  .p_top .slider .swiper-slide .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
  }
  .p_top .slider .swiper-slide .txt p {
    font-family: koz_b;
    font-size: 8.21256vw;
    letter-spacing: 0.1em;
    line-height: 1.76471;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 0 15.90821vw;
  }
  .p_top .slider .swiper-slide > picture {
    height: 100vh;
  }
  .p_top .slider .swiper-slide > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .intro > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .intro > ul li:nth-of-type(1) {
    margin-right: 0.48309vw;
  }
  .p_top .intro > ul img {
    vertical-align: bottom;
  }
  .p_top .intro_main {
    padding: 9.66184vw 3.62319vw;
  }
  .p_top .intro_main h2 {
    font-family: koz_b;
    font-weight: bold;
    font-size: 8.69565vw;
    letter-spacing: 0.1em;
    line-height: 12.56039vw;
    text-align: center;
    margin-bottom: 5.55556vw;
  }
  .p_top .strengths {
    background: url(../img/strengths_bg_sp.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 15.70048vw 3.62319vw 16.90821vw;
  }
  .p_top .strengths .t_ttl {
    position: relative;
    padding-bottom: 2.41546vw;
  }
  .p_top .strengths .t_ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 26.3285vw;
    height: 1px;
    background: #fff;
    display: block;
  }
  .p_top .strengths .t_ttl span {
    font-size: 6.76329vw;
  }
  .p_top .strengths .t_ttl small, .p_top .strengths .t_ttl span {
    color: #fff;
  }
  .p_top .strengths ul {
    margin-top: 13.76812vw;
  }
  .p_top .strengths ul li {
    background: #fff;
    padding: 10.86957vw 7.24638vw 6.03865vw;
    text-align: center;
  }
  .p_top .strengths ul li:not(:last-child) {
    margin-bottom: 6.03865vw;
  }
  .p_top .strengths ul li h3 {
    font-family: koz_b;
    font-weight: bold;
    font-size: 7.24638vw;
    letter-spacing: 0.1em;
    line-height: 1.33333;
    text-align: center;
    margin-bottom: 4.83092vw;
    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;
  }
  .p_top .strengths ul li h3:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
  .p_top .strengths ul li p {
    height: 46.8599vw;
    overflow: hidden;
    text-align: left;
  }
  .p_top .strengths ul li p.show {
    height: auto;
    overflow: inherit;
  }
  .p_top .strengths ul li span {
    font-family: koz_b;
    font-weight: normal;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    line-height: 10.14493vw;
    text-align: left;
    color: #478812;
    position: relative;
    padding: 2.41546vw 0;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .p_top .strengths ul li span:hover {
    opacity: 0.7;
  }
  .p_top .strengths ul li span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1.20773vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5.07246vw;
    height: 3.86473vw;
    background: url(../img/arb.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .company {
    margin-top: 12.07729vw;
    position: relative;
  }
  .p_top .company.service {
    margin-top: 9.66184vw;
    margin-bottom: 9.66184vw;
  }
  .p_top .company.service figure {
    margin-left: inherit;
  }
  .p_top .company.service .txt .txtBlock {
    margin-left: auto;
  }
  .p_top .company figure {
    width: 83.33333vw;
    margin-left: auto;
    margin-bottom: -7.24638vw;
  }
  .p_top .company .txt {
    position: relative;
    z-index: 1;
  }
  .p_top .company .txt .txtBlock {
    background: #f8faf7;
    padding: 7.24638vw 7.24638vw 8.45411vw 7.24638vw;
  }
  .p_top .company .txt .txtBlock .df .t_ttl {
    text-align: left;
    margin-bottom: 6.03865vw;
  }
  .p_top .company .txt .txtBlock .df p {
    margin-bottom: 8.45411vw;
    letter-spacing: 0.03em;
  }
  .p_top .btnWr {
    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;
  }
  .p_top .gallery_roll {
    overflow: hidden;
    position: relative;
    height: 228px;
  }
  .p_top .gallery_roll ul {
    width: 3740px;
    height: 228px;
    position: absolute;
  }
  .p_top .gallery_roll ul:nth-of-type(2) {
    margin-left: 3740px !important;
  }
  .p_top .gallery_roll ul li {
    float: left;
    width: 3740px;
    height: 228px;
  }
  .p_top .gallery_roll_wr {
    width: 100%;
    overflow: hidden;
  }
  .p_top .recruit {
    text-align: center;
    padding: 10.86957vw 0 9.66184vw;
  }
  .p_top .recruit p {
    margin: 3.62319vw 0 8.45411vw;
  }
  .p_top .recruit .t_btn {
    width: 63.28502vw;
    height: 16.18357vw;
  }
  .p_top .recruit .t_btnWr {
    position: relative;
    display: inline-block;
    position: relative;
  }
  .p_top .recruit .t_btnWr::before {
    content: "";
    position: absolute;
    top: -1.44928vw;
    right: -1.44928vw;
    width: 6.76329vw;
    height: 6.28019vw;
    background: url(../img/recruit_ar1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .recruit .t_btnWr::after {
    content: "";
    position: absolute;
    bottom: -1.44928vw;
    left: -1.44928vw;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 6.76329vw;
    height: 6.28019vw;
    background: url(../img/recruit_ar1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .interview {
    padding-top: 9.66184vw;
    background: url(../img/interview_bg_sp.png) top 12.07729vw center no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding-bottom: 9.66184vw;
  }
  .p_top .interview ul {
    margin-top: 13.28502vw;
  }
  .p_top .interview ul li {
    margin-bottom: 7.24638vw;
  }
  .p_top .interview ul li a {
    display: block;
  }
  .p_top .interview ul li a h3 {
    font-family: koz_b;
    font-size: 5.7971vw;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold;
    color: #478812;
    margin-bottom: 2.41546vw;
  }
  .p_top .message {
    background: url(../img/message_bg_sp.png) top 0 center no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding-bottom: 9.66184vw;
  }
  .p_top .message .df {
    margin-top: 7.24638vw;
  }
  .p_top .message .df figure {
    width: 72.46377vw;
    margin: 0 auto 7.24638vw;
  }
  .p_top .message .df .txt .ceo {
    margin: 2.41546vw 0 6.03865vw;
    font-family: koz_b;
    font-weight: bold;
    font-size: 3.38164vw;
    letter-spacing: 0.05em;
    color: #3b3b3b;
  }
  .p_top .message .df .txt .ceo span {
    margin: 0 2.41546vw 0 6.03865vw;
  }
  .p_top .message .df .txt .ceo small {
    font-size: 2.89855vw;
    letter-spacing: 0.05em;
    color: #b7b7b7;
  }
  .news_cm {
    padding: 9.66184vw 0 9.66184vw;
    background: #f8faf7;
  }
  .news_cm.st2 {
    background-color: #fff;
  }
  .news_cm_main_r ul {
    margin-bottom: 8.45411vw;
  }
  .news_cm_main_r ul li a {
    display: block;
    padding: 4.83092vw 0;
    border-bottom: 1px solid #cbcbcb;
  }
  .news_cm_main_r ul li a time {
    font-size: 4.34783vw;
    letter-spacing: 0.05em;
    margin-right: 4.83092vw;
  }
  .news_cm_main_r ul li a span {
    min-width: 21.73913vw;
    height: 6.28019vw;
    -moz-border-radius: 3.1401vw;
         border-radius: 3.1401vw;
    background: #65b822;
    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: 3.86473vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .news_cm_main_r ul li a span.bg1 {
    background: #066fb0;
  }
  .news_cm_main_r ul li a span.bg2 {
    background: #35b2d0;
  }
  .news_cm_main_r ul li a p {
    letter-spacing: 0.05em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3.62319vw;
  }
  .contact_cm {
    background: url(../img/contact_cm_bg_sp.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 12.07729vw 0 14.49275vw;
    position: relative;
  }
  .contact_cm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 111, 176, 0.5);
    display: block;
  }
  .contact_cm_main {
    position: relative;
    z-index: 1;
  }
  .contact_cm_main .t_ttl small {
    color: #fff;
  }
  .contact_cm_main .t_ttl span {
    font-size: 9.66184vw;
    color: #fff;
  }
  .contact_cm_main p {
    text-align: center;
    color: #fff;
    margin: 8.45411vw 0 9.66184vw;
  }
  .contact_cm_main ul {
    margin-top: 12.07729vw;
  }
  .contact_cm_main ul li:nth-of-type(1) {
    margin-bottom: 2.41546vw;
  }
  .contact_cm_main ul li:nth-of-type(1) a {
    padding-left: 24.87923vw;
    -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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact_cm_main ul li:nth-of-type(1) a span {
    position: relative;
  }
  .contact_cm_main ul li:nth-of-type(1) a span::before {
    content: "";
    position: absolute;
    top: 40%;
    left: -11.5942vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.17874vw;
    height: 7.48792vw;
    background: url(../img/ic_phone.svg) center/contain no-repeat;
    display: block;
  }
  .contact_cm_main ul li:nth-of-type(1) a span {
    font-family: koz_b;
    font-weight: bold;
    font-size: 8.17874vw;
    color: #066fb0;
    display: block;
    line-height: 1;
    white-space: nowrap;
  }
  .contact_cm_main ul li:nth-of-type(1) a small {
    font-size: 2.657vw;
    color: #066fb0;
  }
  .contact_cm_main ul li:nth-of-type(2) a {
    font-family: koz_b;
    font-weight: bold;
    font-size: 5.31401vw;
    color: #066fb0;
    position: relative;
  }
  .contact_cm_main ul li:nth-of-type(2) a::before {
    content: "";
    width: 8.21256vw;
    height: 6.52174vw;
    background: url(../img/ic_mail2.svg) center/contain no-repeat;
    display: block;
    margin-right: 3.62319vw;
  }
  .contact_cm_main ul li a {
    height: 21.73913vw;
    background: #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;
  }
  .p_news .news_detail {
    padding: 12.07729vw 0 16.90821vw;
  }
  .p_news .news_detail .content {
    margin-bottom: 15.70048vw;
  }
  .p_news .news_detail .content time {
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    color: #65b822;
    display: block;
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .p_news .news_detail .content h1 {
    font-size: 5.7971vw;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 12.07729vw;
  }
  .p_news .news_detail .content figure {
    margin-bottom: 8.45411vw;
    text-align: center;
  }
  .p_news .news_detail .content p {
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-bottom: 4.83092vw;
  }
  .p_news .news_detail .content p strong {
    font-weight: 400;
    color: #FF0303;
  }
  .p_news .news_detail .content a {
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    text-decoration: underline;
    color: #0c92ce;
  }
  .p_news .news_detail .content h2 {
    font-weight: bold;
    font-size: 4.83092vw;
    letter-spacing: 0.05em;
    color: #65b822;
    border-bottom: 1px dashed #65b822;
    border-left: 1.44928vw solid #65b822;
    padding: 1.93237vw 4.83092vw;
    margin-bottom: 6.03865vw;
  }
  .p_news .news_detail .content h3 {
    font-weight: bold;
    font-size: 4.83092vw;
    letter-spacing: 0.05em;
    color: #0b0b0b;
    margin-bottom: 4.83092vw;
  }
  .p_news .news_detail .ctrl {
    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;
  }
  .p_about .a_ttl {
    font-family: koz_b;
    font-weight: bold;
    font-size: 7.72947vw;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    padding-bottom: 2.89855vw;
    margin-bottom: 10.38647vw;
  }
  .p_about .a_ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 19.32367vw;
    height: 1px;
    background-color: #000;
    display: block;
  }
  .p_about .a_ttl1 {
    font-family: koz_b;
    font-size: 18.11594vw;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #e9f2e2;
    position: absolute;
    bottom: -1.20773vw;
    left: 3.62319vw;
  }
  .p_about .tac {
    text-align: center;
  }
  .p_about .tac img {
    width: 75.12077vw;
  }
  .p_about p {
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    line-height: 1.75;
    position: relative;
    z-index: 1;
  }
  .p_about p:not(:last-child) {
    margin-bottom: 7.24638vw;
  }
  .p_about .vision {
    background: #f8faf7;
    position: relative;
    padding: 9.66184vw 0 28.98551vw;
  }
  .p_about .message {
    padding: 12.07729vw 0 21.73913vw;
    position: relative;
  }
  .p_about .message .a_ttl1 {
    left: inherit;
    right: 0;
  }
  .p_service .service {
    padding: 8.45411vw 0 6.03865vw;
  }
  .p_service .service .service_txt {
    text-align: center;
  }
  .p_service .service ul {
    margin-top: 12.07729vw;
  }
  .p_service .service ul li {
    background: #f8faf7;
    padding: 7.24638vw 8.45411vw;
    margin-bottom: 9.17874vw;
    text-align: center;
  }
  .p_service .service ul li h3 {
    border-left: 1px solid #000;
    padding-left: 4.83092vw;
    text-align: left;
  }
  .p_service .service ul li h3 small {
    font-family: koz_b;
    font-weight: bold;
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
  }
  .p_service .service ul li h3 span {
    font-family: koz_b;
    font-weight: bold;
    font-size: 7.72947vw;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1.125;
    margin-top: 1.20773vw;
  }
  .p_service .service ul li p {
    margin: 4.83092vw 0 8.45411vw;
    text-align: left;
  }
  .p_service .service ul li .t_btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p_service .s_ttl {
    font-family: koz_b;
    font-weight: bold;
    font-size: 7.72947vw;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    margin-bottom: 6.03865vw;
  }
  .p_service .s_ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50.48309vw;
    height: 1px;
    background-color: #000;
    display: block;
  }
  .p_service .service_detail {
    padding-top: 10.86957vw;
  }
  .p_service .service_detail .galleryWr {
    margin-top: 10.86957vw;
  }
  .p_service .service_detail .galleryWr .galleryItem {
    margin-bottom: 12.07729vw;
  }
  .p_service .service_detail .galleryWr .galleryItem h4 {
    font-size: 5.7971vw;
    letter-spacing: 0.1em;
    color: #478812;
    position: relative;
    padding-bottom: 4.83092vw;
    margin-bottom: 3.62319vw;
  }
  .p_service .service_detail .galleryWr .galleryItem h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.17391vw;
    background: url(../img/service/line_bg.png) repeat-x;
    display: block;
  }
  .p_service .service_detail .galleryWr .galleryItem h4 span {
    display: block;
    font-weight: bold;
    margin-right: 7.24638vw;
    color: #478812;
  }
  .p_service .service_detail .galleryWr .galleryItem h4 em {
    display: block;
    width: 100%;
    font-style: normal;
    color: #080808;
    font-size: 3.38vw;
    line-height: 5.797vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 2.89vw;
  }
  .p_service .service_detail .gallery img {
    vertical-align: bottom;
  }
  .p_service .service_detail .gallery .gallery_main {
    margin-bottom: 2.41546vw;
    height: 64.25121vw;
  }
  .p_service .service_detail .gallery .gallery_main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_service .service_detail .gallery .gallery_thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_service .service_detail .gallery .gallery_thumb li {
    width: 29.95169vw;
    height: 17.8744vw;
    margin-bottom: 2.41546vw;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .p_service .service_detail .gallery .gallery_thumb li:not(:nth-child(3n)) {
    margin-right: 1.44928vw;
  }
  .p_service .service_detail .gallery .gallery_thumb li:hover {
    opacity: 0.7;
  }
  .p_service .service_detail .gallery .gallery_thumb li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .r_ttl {
    font-family: koz_b;
    font-weight: bold;
    font-size: 7.72947vw;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    margin-bottom: 14.49275vw;
  }
  .p_recruit .recruit .r_ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 19.32367vw;
    height: 1px;
    background-color: #000;
    display: block;
  }
  .p_recruit .recruit .resources {
    padding: 15.70048vw 0 16.90821vw;
  }
  .p_recruit .recruit .resources .df .txt {
    background: #f8faf7;
    font-size: 3.38164vw;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 4.83092vw;
  }
  .p_recruit .recruit .field_top {
    background-color: #f5f5f5;
  }
  .p_recruit .recruit .field_top .df {
    background-color: #fff;
    padding: 9.66184vw 4.83092vw;
    width: 88.88889vw;
    margin-left: auto;
    margin-top: -16.90821vw;
    position: relative;
    z-index: 1;
  }
  .p_recruit .recruit .field_top .df .df_l {
    position: relative;
  }
  .p_recruit .recruit .field_top .df .df_l .gallery .gallery_main {
    margin-bottom: 1.69082vw;
    height: 55.7971vw;
  }
  .p_recruit .recruit .field_top .df .df_l .gallery .gallery_main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .field_top .df .df_l .gallery .gallery_thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_recruit .recruit .field_top .df .df_l .gallery .gallery_thumb li {
    width: 19.08213vw;
    height: 13.76812vw;
    margin-bottom: 0.72464vw;
  }
  .p_recruit .recruit .field_top .df .df_l .gallery .gallery_thumb li:not(:nth-child(4n)) {
    margin-right: 0.72464vw;
  }
  .p_recruit .recruit .field_top .df .df_l .gallery .gallery_thumb li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .field_top .df .df_l h3 {
    font-family: koz_b;
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.1em;
    color: #fff;
    min-width: 88.64734vw;
    background: #65b822;
    padding: 2.89855vw;
    text-align: center;
    position: absolute;
    left: -13.28502vw;
    top: -21.73913vw;
  }
  .p_recruit .recruit .field_top .df .df_r {
    font-size: 3.38164vw;
    letter-spacing: 0.05em;
    line-height: 1.85714;
    margin-top: 1.20773vw;
  }
  .p_recruit .recruit .field_bot {
    padding-top: 15.70048vw;
    background: #f5f5f5;
    padding-bottom: 10.86957vw;
    padding-left: 4.10628vw;
  }
  .p_recruit .recruit .field_bot ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_recruit .recruit .field_bot ul li {
    background: #fff;
    position: relative;
  }
  .p_recruit .recruit .field_bot ul li:not(:last-child) {
    margin-bottom: 21.25604vw;
  }
  .p_recruit .recruit .field_bot ul li dl dt {
    font-family: koz_b;
    font-weight: bold;
    font-size: 5.31401vw;
    padding: 2.89855vw 3.62319vw;
    display: inline-block;
    color: #fff;
    background: #35b2d0;
    position: absolute;
    left: -4.10628vw;
    top: -7.24638vw;
  }
  .p_recruit .recruit .field_bot ul li dl dd {
    padding: 12.07729vw 7.24638vw 9.66184vw;
    font-size: 3.38164vw;
    letter-spacing: 0.05em;
    line-height: 1.85714;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery {
    margin-bottom: 1.69082vw;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery .gallery_main {
    margin-bottom: 1.69082vw;
    height: 51.44928vw;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery .gallery_main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery .gallery_thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery .gallery_thumb li {
    width: 17.8744vw;
    height: 13.76812vw;
    margin-bottom: 0.72464vw;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery .gallery_thumb li:not(:nth-child(4n)) {
    margin-right: 0.72464vw;
  }
  .p_recruit .recruit .field_bot ul li dl dd .gallery .gallery_thumb li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .field_bot ul li dl dd figure {
    margin-bottom: 4.83092vw;
  }
  .p_recruit .recruit .field_bot ul li dl dd .t_btn {
    width: 53.86473vw;
    height: 10.86957vw;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 6.03865vw;
    margin: 9.66184vw auto 0;
  }
  .p_recruit .recruit .field_bot .btnBot {
    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: 10.86957vw;
  }
  .p_recruit .recruit .field_bot .btnBot a {
    width: 92.99517vw;
    height: 28.26087vw;
    background: #65b822;
    font-family: koz_b;
    font-weight: bold;
    font-size: 5.07246vw;
    line-height: 13.28502vw;
    text-align: left;
    color: #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;
    position: relative;
    margin-left: -4.10628vw;
  }
  .p_recruit .recruit .field_bot .btnBot a::before {
    content: "";
    margin-right: 3.62319vw;
    width: 10.38647vw;
    height: 9.17874vw;
    background: url(../img/recruit/ic_btn.svg) center/contain no-repeat;
    display: block;
  }
  .p_career_plam .career_plam {
    padding: 9.66184vw 0;
  }
  .p_career_plam .career_plam .career_plam_txt {
    margin-bottom: 4.83092vw;
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
    line-height: 1.71429;
  }
  .p_career_plam .career_plam .fig {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1px;
  }
  .p_career_plam .career_plam .fig figure {
    width: 241.54589vw;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p_career_plam .career_plam .listImg li {
    margin-bottom: 5.7971vw;
  }
  .p_career_plam .career_plam .btnWr {
    margin-top: 10.86957vw;
    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;
  }
  .p_career_plam .career_plam .btnWr .t_btn {
    width: 82.6087vw;
    height: 16.90821vw;
    font-size: 3.86473vw;
  }
  .p_company .company .c_ttl {
    position: relative;
    padding-bottom: 24.15459vw;
  }
  .p_company .company .c_ttl::after {
    content: "";
    position: absolute;
    top: 22.94686vw;
    left: -5.31401vw;
    -webkit-transform: rotate(-30deg);
       -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    width: 84.54106vw;
    height: 1px;
    background-color: #000;
    display: block;
  }
  .p_company .company .c_ttl span {
    font-family: koz_b;
    font-weight: bold;
    font-size: 7.72947vw;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1;
  }
  .p_company .company .c_ttl small {
    font-size: 3.38164vw;
    letter-spacing: 0.05em;
  }
  .p_company .company .top_message {
    padding: 15.70048vw 0 10.86957vw;
  }
  .p_company .company .top_message .ctMain div {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
  .p_company .company .top_message .ctMain .ctBot {
    margin-top: 7.24638vw;
    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;
  }
  .p_company .company .top_message .ctMain .ctBot div {
    display: inline-block;
    text-align: center;
  }
  .p_company .company .top_message .ctMain .ctBot div span {
    display: block;
  }
  .p_company .company .ctMain {
    padding: 0 3.62319vw;
  }
  .p_company .company .company_profile {
    padding-bottom: 16.90821vw;
  }
  .p_company .company .company_profile .ctMain dl {
    font-size: 3.86473vw;
    line-height: 2;
    letter-spacing: 0.05em;
    padding: 4.83092vw 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .p_company .company .company_profile .ctMain dl dt {
    font-weight: bold;
  }
  .p_company .company .company_profile .ctMain dl dd .map {
    margin: 3.62319vw 0;
  }
  .p_company .company .company_profile .ctMain dl dd .df2_sp:not(:last-child) {
    margin-bottom: 4.83092vw;
  }
  .p_company .company .company_profile .ctMain dl dd .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_company .company .company_profile .ctMain dl dd .df.db {
    display: block;
  }
  .p_company .company .company_profile .ctMain dl dd .df.db > span, .p_company .company .company_profile .ctMain dl dd .df.db > div {
    width: 100%;
  }
  .p_company .company .company_profile .ctMain dl dd .df:not(:last-child) {
    margin-bottom: 4.83092vw;
  }
  .p_company .company .company_profile .ctMain dl dd .df > span {
    width: 25.60386vw;
    display: block;
    font-weight: bold;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div {
    width: -webkit-calc(100% - vw(106));
    width: -moz-calc(100% - vw(106));
    width: calc(100% - vw(106));
  }
  .p_company .company .company_profile .ctMain dl dd .df > div > a {
    text-decoration: underline;
    color: #0c92ce;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div small {
    font-size: 2.89855vw;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.20773vw;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div ul li {
    width: 47.82609vw;
    margin: 0 auto 3.62319vw;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div ul li p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.20773vw;
  }
  .p_company .company .company_profile .ctMain dl dd .df > div ul li p span {
    font-size: 2.657vw;
    line-height: 1.16667;
  }
  .p_company .company .history {
    padding-bottom: 19.32367vw;
  }
  .p_company .company .history .ctMain {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1px;
    padding-bottom: 16.90821vw;
  }
  .p_company .company .history .ctMain .ctMain_inner {
    width: 241.54589vw;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_company .company .history .ctMain dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.38164vw;
    letter-spacing: 0.05em;
    line-height: 1.71429;
    margin-bottom: 4.83092vw;
  }
  .p_company .company .history .ctMain dl dt {
    font-weight: bold;
    width: 24.15459vw;
    padding-left: 3.62319vw;
  }
  .p_company .company .history .ctMain dl dd {
    width: -webkit-calc(100% - vw(100));
    width: -moz-calc(100% - vw(100));
    width: calc(100% - vw(100));
  }
  .p_company .company .history .ctMain .mg1 {
    margin-bottom: 11.35266vw;
  }
  .p_company .company .history .ctMain .mg2 {
    margin-bottom: 132.36715vw;
  }
  .p_company .company .history .ctMain .mg3 {
    margin-bottom: 12.07729vw;
  }
  .p_company .company .history .ctMain .mg4 {
    margin-bottom: 38.64734vw;
  }
  .p_company .company .history .ctMain .mg5 {
    margin-bottom: 13.76812vw;
  }
  .p_company .company .history .ctMain .mg7 {
    margin-bottom: 9.90338vw;
  }
  .p_company .company .history .ctMain .mg8 {
    margin-bottom: 34.05797vw;
  }
  .p_company .company .history .ctMain .mg10 {
    margin-bottom: 12.80193vw;
  }
  .p_company .company .history .ctMain .mg11 {
    margin-bottom: 32.85024vw;
  }
  .p_company .company .history .ctMain .history_l {
    padding-top: 7.24638vw;
  }
  .p_company .company .history .ctMain .history_l p {
    text-align: right;
padding-right: 23.62319vw;
    margin-bottom: 4.83092vw;
  }
  .p_company .company .history .ctMain .history_l figure {
    margin-left: auto;
    text-align: right;
    margin-right: 3.62319vw;
    width: 70.77295vw;
  }
  .p_company .company .history .ctMain .history_l dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_company .company .history .ctMain .history_l dl dt {
    text-align: right;
    padding-right: 3.62319vw;
    padding-left: 0;
  }
  .p_company .company .history .ctMain .history_l dl dd {
    text-align: right;
  }
  .p_company .company .history .ctMain .history_l, .p_company .company .history .ctMain .history_r {
    width: -webkit-calc((100% - vw(97))/2);
    width: -moz-calc((100% - vw(97))/2);
    width: calc((100% - vw(97))/2);
  }
  .p_company .company .history .ctMain .history_r {
    padding-top: 30.91787vw;
  }
  .p_company .company .history .ctMain .history_c {
    width: 23.42995vw;
    background: #066fb0;
    padding-top: 7.24638vw;
    position: relative;
  }
  .p_company .company .history .ctMain .history_c::after {
    content: "";
    position: absolute;
    bottom: -12.56039vw;
    left: 0;
    width: 23.42995vw;
    height: 10.62802vw;
    background: url(../img/company/line.png) center/contain no-repeat;
    display: block;
    z-index: 3;
  }
  .p_company .company .history .ctMain .history_c ul li {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    margin-bottom: 41.54589vw;
  }
  .p_company .company .history .ctMain .history_c ul li.mg6 {
    margin-bottom: 273.18841vw;
  }
  .p_company .company .history .ctMain .history_c ul li.mg9 {
    margin-bottom: 89.37198vw;
  }
  .p_company .company .history .ctMain .history_c ul li.mg12 {
    margin-bottom: 84.05797vw;
  }
  .p_contact .ttl .txt h2 span {
    font-size: 9.17874vw;
  }
  .p_contact .contact {
    padding: 16.90821vw 0 9.66184vw;
  }
  .p_contact .contact .complete {
    text-align: center;
    padding-bottom: 12.07729vw;
  }
  .p_contact .contact .complete_txt {
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 13.28502vw 0 12.07729vw;
  }
  .p_contact .contact .complete_txt > div:not(:last-child) {
    margin-bottom: 7.24638vw;
  }
  .p_contact .contact .complete .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;
  }
  .p_contact .contact .complete h2 {
    font-family: koz_b;
    font-weight: bold;
    font-size: 6.76329vw;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    padding-bottom: 2.89855vw;
  }
  .p_contact .contact .complete h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 19.32367vw;
    height: 1px;
    background-color: #000;
    display: block;
  }
  .p_contact .contact .txt {
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .p_contact .contact .form {
    margin-top: 8.45411vw;
    padding: 0 3.62319vw;
  }
  .p_contact .contact .form .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-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: 8.45411vw;
  }
  .p_contact .contact .form .btnWr button {
    margin-bottom: 2.41546vw;
  }
  .p_contact .contact .form .btnWr a,
  .p_contact .contact .form .btnWr .btnBack {
    font-family: koz_b;
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
  }
  .p_contact .contact .form .select label {
    display: block;
    position: relative;
    -moz-border-radius: 0;
         border-radius: 0;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    width: 100%;
    height: 11.11111vw;
    background: #eaedf1;
  }
  .p_contact .contact .form .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 1.69082vw solid transparent;
    border-right: 1.69082vw solid transparent;
    border-top: 2.41546vw solid #000;
  }
  .p_contact .contact .form .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 6.03865vw 0 3.62319vw;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 3;
    font-weight: 500;
    font-size: 4.34783vw;
    letter-spacing: 0.05em;
    color: #0b0b0b;
  }
  .p_contact .contact .form .select label select::-ms-expand {
    display: none;
  }
  .p_contact .contact .form input {
    padding: 0 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    width: 100%;
    height: 11.11111vw;
    background: #eaedf1;
    border: 0;
  }
  .p_contact .contact .form input.sm {
    width: 84.54106vw;
  }
  .p_contact .contact .form input.sm1 {
    width: 30.91787vw;
  }
  .p_contact .contact .form input::-webkit-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form input::-moz-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form input:-ms-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form input::placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form textarea {
    padding: 3.62319vw 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    width: 100%;
    height: 84.54106vw;
    background: #eaedf1;
    border: 0;
  }
  .p_contact .contact .form textarea::-webkit-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form textarea::-moz-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form textarea:-ms-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form textarea::placeholder {
    opacity: 1;
    font-weight: 500;
    color: #bcbcbc;
  }
  .p_contact .contact .form dl {
    padding: 6.03865vw 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .p_contact .contact .form dl dt {
    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;
    font-weight: bold;
    font-size: 4.34783vw;
    letter-spacing: 0.05em;
    color: #0b0b0b;
    margin-bottom: 3.62319vw;
  }
  .p_contact .contact .form dl dt span {
    width: 16.66667vw;
    height: 6.03865vw;
    background: #65b822;
    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-left: auto;
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .p_contact .contact .form dl dt span.any {
    background: #b1b1b1;
  }
  .p_contact .contact .form dl dd span {
    font-weight: 500;
    font-size: 4.34783vw;
    letter-spacing: 0.05em;
    margin-left: 3.62319vw;
    color: #0b0b0b;
  }
  .p_message .message {
    padding: 12.07729vw 0 31.40097vw;
  }
  .p_message .message h3 {
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 5.55556vw;
  }
  .p_message .message .txt {
    margin: 8.45411vw 0 12.07729vw;
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  .p_message .message .txt div:not(:last-child) {
    margin-bottom: 6.03865vw;
  }
  .p_message .message ul {
    margin-top: 19.32367vw;
  }
  .p_message .message ul li:nth-of-type(1) {
    margin-bottom: 4.83092vw;
  }
  .p_message .message ul li a {
    height: 17.3913vw;
    border-color: #000;
    color: #000;
    width: 100%;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.p_contact .contact .form dl dd span.error {
  color: #B70000;
}
@media only screen and (min-width: 769px) {
  .captcha {
    display: block;
    text-align: center;
    margin-top: 32.5px;
  }
  .captcha .g-recaptcha {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .captcha {
    display: block;
    text-align: center;
    margin-top: 9.29vw;
  }
  .captcha .g-recaptcha {
    display: inline-block;
  }
}
.mw_wp_form_confirm .contact .form .select label {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: transparent;
}
.mw_wp_form_confirm .contact .form .select label::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .gallery_roll_wr .carousel {
    width: 100%;
    overflow: hidden;
  }
  .gallery_roll_wr .carousel .main_carousel {
    height: 228px;
    overflow: hidden;
    position: relative;
  }
  .gallery_roll_wr .carousel .main_carousel ul {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .gallery_roll_wr .carousel .main_carousel ul li {
    float: left;
    width: 373px;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .gallery_roll_wr .carousel {
    width: 100%;
    overflow: hidden;
  }
  .gallery_roll_wr .carousel .main_carousel {
    height: 55.07vw;
    overflow: hidden;
    position: relative;
  }
  .gallery_roll_wr .carousel .main_carousel ul {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .gallery_roll_wr .carousel .main_carousel ul li {
    float: left;
    width: 90.09vw;
    /* padding: 0 0.65104vw; */
    background: #fff;
  }
}