@charset "UTF-8";
@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .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;
  }
  body {
    padding-top: 76px;
  }
  .text_cm {
    color: #0b142a;
    font-size: 16px;
    line-height: 2.1875;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  }
  .header {
    background-color: #fff;
  }
  .header .header_l {
    position: fixed;
    top: 0;
    left: 0;
    width: 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;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 99;
    background: #fff;
    height: 76px;
    padding-right: 75px;
    padding-left: 5px;
  }
  .header .header_l h1 {
    font-size: 0;
    line-height: 0;
  }
  .header .header_l h1 a {
    display: block;
    width: 172px;
  }
  .header .header_l .header_l_r {
    font-size: 0;
    line-height: 0;
    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 .header_l_r a.btn_entry {
    width: 293px;
    height: 75px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    background: #001655;
    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;
    display: none;
  }
  .header .header_l .header_l_r a.btn_entry::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
  }
  .header .header_l .header_l_r ul {
    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;
    margin-right: 25px;
  }
  .header .header_l .header_l_r ul li {
    width: 43px;
  }
  .header .header_l .header_l_r ul li:not(:last-child) {
    margin-right: 13px;
  }
  .header .header_nav {
    position: fixed;
    height: 100%;
    opacity: 0;
    top: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    width: 812px;
    max-width: 100%;
    background-color: #fcd697;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1001;
    padding: 192px 87px 50px;
  }
  .header .header_nav .hn_link ul li + li {
    margin-top: 30px;
  }
  .header .header_nav .hn_link ul li a {
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    color: #fff;
  }
  .header .header_nav .hn_social {
    margin-top: 78px;
  }
  .header .header_nav .hn_social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header_nav .hn_social ul li {
    width: 43px;
  }
  .header .header_nav .hn_social ul li:not(:last-child) {
    margin-right: 13px;
  }
  .header .header_nav.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  .header .menu_icon {
    width: 75px;
    height: 76px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fcd697;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    -moz-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) 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(-12px) rotate(45deg);
    -moz-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  .header .menu_icon_in {
    width: 41px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
    margin: 0 auto;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 30px;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    min-height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    left: inherit;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    left: inherit;
  }
  .footer {
    background-color: #fcd697;
    text-align: center;
    padding: 30px 0;
  }
  .footer .row {
    max-width: 1327px;
  }
  .footer .ft_logo {
    display: inline-block;
    width: 167px;
    margin-bottom: 20px;
  }
  .footer .hn_social {
    margin-bottom: 50px;
  }
  .footer .hn_social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .hn_social ul li {
    width: 43px;
  }
  .footer .hn_social ul li:not(:last-child) {
    margin-right: 13px;
  }
  .footer .copyright {
    font-size: 18px;
  }
  .footer .ft_main {
    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;
    text-align: left;
    margin-bottom: 50px;
  }
  .footer .ft_main .ft_l p {
    font-size: 24px;
    line-height: 1.45833;
  }
  .footer .ft_main .ft_r {
    font-size: 18px;
    line-height: 1.44444;
  }
  .footer .ft_main .ft_r > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer .ft_main .ft_r > ul > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .ft_main .ft_r > ul > li:not(:last-child) {
    margin-right: 50px;
  }
  .footer .ft_main .ft_r > ul > li ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ttl {
    position: relative;
  }
  .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: 96px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .ttl .txt {
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .ttl .txt h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ttl .txt h2 small {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 25px;
    color: #001655;
  }
  .ttl .txt h2 em {
    font-style: normal;
    display: block;
    font-weight: 700;
    font-size: 36px;
    color: #001655;
  }
  .ttl .txt h2 span {
    font-weight: 700;
    font-size: 36px;
    color: #001655;
    display: inline-block;
    line-height: 1;
    line-height: 2.36;
    position: relative;
  }
  .ttl .txt h2 span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 7px;
    background: #001655;
    display: block;
  }
  .ttl figure {
    width: 72.5%;
    margin-left: auto;
    height: 637px;
    -moz-border-radius: 30px 0px 0px 30px;
    border-radius: 30px 0px 0px 30px;
    overflow: hidden;
  }
  .ttl figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 30px 0px 0px 30px;
    border-radius: 30px 0px 0px 30px;
    overflow: hidden;
  }
  .p_top .slogan {
    padding: 37px 15px;
    text-align: center;
  }
  .p_top .slogan img {
    display: inline-block;
    width: 975px;
    max-width: 100%;
  }
  .p_top .ps_slider ul li {
    position: relative;
  }
  .p_top .ps_slider ul li > figure img {
    display: block;
    width: 100%;
    min-height: 681px;
    object-fit: cover;
  }
  .p_top .ps_slider ul li .blkText {
    position: absolute;
    top: 33px;
    right: 48px;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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_top .ps_slider ul li .blkText .text-block {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #383835;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 10px;
    letter-spacing: 0.1em;
  }
  .p_top .ps_slider ul li .blkText .text-block:not(:first-child) {
    margin-right: 18px;
  }
  .p_top .ps_slider ul li .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: 44px;
  }
  .p_top .ps_slider ul li .txt h2 {
    font-family: 'Commissioner', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 165px;
    line-height: 1.22424;
    letter-spacing: -0.01em;
    color: #e4007f;
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .p_top .ps_slider ul li .txt h2 {
    font-size: 100px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .creata {
    padding: 20px 0 104px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
  }
  .p_top .creata::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: -webkit-calc(100% - 337px);
    width: -moz-calc(100% - 337px);
    width: calc(100% - 337px);
    height: 200%;
    background: url(../img/creata_bg.png) center bottom no-repeat;
    display: block;
    z-index: -1;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .p_top .creata .row {
    max-width: 1050px;
  }
  .p_top .creata figure {
    display: inline-block;
    margin-top: 18px;
    width: 1009px;
  }

  .creata video {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  .p_top .pmg {
    background-color: rgba(181, 181, 182, 0.3);
    padding: 90px 0 60px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }
  .p_top .pmg::before {
    content: '';
    position: absolute;
    width: 337px;
    height: 337px;
    top: 0;
    left: 0;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_top .pmg::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../img/pmg_bg.png) center bottom no-repeat;
    display: block;
    z-index: -1;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .p_top .pmg .lg {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.53;
    letter-spacing: 0.02em;
    margin-top: 50px;
  }
  .p_top .pmg .lg small {
    font-size: 24px;
  }
  .p_top .pmg .pmg_list {
    background: url(../img/pmg_bg2.png) top right no-repeat;
    -moz-background-size: 534px auto;
    background-size: 534px auto;
  }
  .p_top .pmg .pmg_list .pmg_it + .pmg_it {
    margin-top: 50px;
  }
  .p_top .pmg .pmg_list .pmg_it h3 {
    margin-bottom: 10px;
  }
  .p_top .pmg .pmg_list .pmg_it h3 small {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.18182;
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }
  .p_top .pmg .pmg_list .pmg_it h3 img {
    width: 334px;
    max-width: 100%;
  }
  .p_top .pmg .pmg_list .pmg_it p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.85;
    letter-spacing: 0.07em;
  }
  .p_top .links {
    padding-bottom: 60px;
    position: relative;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0);
    padding-top: 156px;
  }
  .p_top .links::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/links_bg2.png) center top no-repeat;
    display: block;
    z-index: -1;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .p_top .links::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 727px;
    background: url(../img/links_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .links ul li {
    width: 86.8%;
  }
  .p_top .links ul li + li {
    margin-top: 47px;
  }
  .p_top .links ul li:nth-child(even) {
    margin-left: auto;
  }
  .p_top .links ul li:nth-child(even) a::after {
    left: 0;
    right: initial;
  }
  .p_top .links ul li:nth-child(even) a .txt {
    left: 17px;
    right: initial;
  }
  .p_top .links ul li a {
    display: block;
    position: relative;
  }
  .p_top .links ul li a > picture img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
  }
  .p_top .links ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 278px;
    background: #fcd697;
    display: block;
  }
  .p_top .links ul li a .txt_inner {
    position: relative;
    height: 100%;
    padding-bottom: 90px;
  }
  .p_top .links ul li a .txt {
    width: 354px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 17px;
    text-align: center;
    padding-top: 70px;
  }
  .p_top .links ul li a .txt h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.4375;
    text-align: center;
    color: #ffffff;
    margin-bottom: 17px;
  }
  .p_top .links ul li a .txt p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.67;
    text-align: center;
    color: #ffffff;
  }
  .p_top .links ul li a .txt .btn_viewMore {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fcd697;
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 142px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }
  .p_top .branch {
    padding: 113px 0;
    background: rgba(252, 214, 151, 0.3);
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_top .branch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 43px;
    background: url(../img/branch_bg1.png) center right no-repeat;
    display: block;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
  }
  .p_top .branch::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 61.67%;
    height: 43px;
    background: url(../img/branch_bg2.png) center right no-repeat;
    display: block;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
  }
  .p_top .branch .row {
    max-width: 1064px;
  }
  .p_top .branch ul {
    display: -ms-grid;
    display: grid;
    gap: 42px 27px;
    -ms-grid-columns: (minmax(0, 1fr)) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .p_top .branch ul li a {
    display: block;
  }
  .p_top .branch ul li figure {
    height: 166px;
  }
  .p_top .branch ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  }
  .p_top .branch ul li h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.47059;
    color: #3073ba;
    margin: 8px 0;
  }
  .p_top .branch ul li p {
    font-size: 18px;
    line-height: 1.44444;
  }
  .p_top .news {
    padding: 131px 0 233px;
  }
  .p_top .news .row {
    max-width: 1280px;
  }
  .p_top .news h2 {
    font-weight: 700;
    font-size: 32px;
    color: #383835;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 30px;
  }
  .p_top .news h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 178px;
    height: 17px;
    background: url(../img/news_tt_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .news ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    padding: 20px 0 13px;
    border-bottom: 1px solid #fcd697;
  }
  .p_top .news ul li a time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 160px;
  }
  .p_top .news ul li a span {
    color: #ffffff;
    background-color: #fcd697;
    margin-right: 70px;
    min-width: 145px;
    min-height: 47px;
    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;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_top .news ul li a p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  .p_contact .zoom_area {
    display: none;
  }
  .p_contact .contact {
    padding: 100px 0 200px;
    background-color: #f1f8ff;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_contact .contact.st2 {
    background-color: #faf8e7;
  }
  .p_contact .contact.st2 .row {
    max-width: 940px;
  }
  .p_contact .contact.st2 .form dl dt {
    width: 350px;
    color: #da8019;
  }
  .p_contact .contact.st2 .form dl dd input {
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .p_contact .contact.st2 .form .checkboxWr label {
    color: #da8019;
  }
  .p_contact .contact.st2 .form .checkboxWr label span::before {
    border-color: #da8019;
  }
  .p_contact .contact.st2 .form button {
    background-color: #da8019;
  }
  .p_contact .contact::before {
    content: '';
    position: absolute;
    width: 302px;
    height: 302px;
    top: 0;
    left: 0;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_contact .contact::after {
    content: '';
    position: absolute;
    width: 969px;
    height: 969px;
    right: 0;
    bottom: 0;
    background: #b5b5b6;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_contact .contact .row {
    max-width: 840px;
  }
  .p_contact .contact .form {
    position: relative;
    z-index: 2;
  }
  .p_contact .contact .form .f_txtError {
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-bottom: 4px;
    color: #f00;
  }
  .p_contact .contact .form button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 100px;
    background: #001655;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    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;
    width: 100%;
  }
  .p_contact .contact .form button::after {
    content: '';
    margin-left: 50px;
    width: 30px;
    height: 30px;
    background: url(../img/contact/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_contact .contact .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p_contact .contact .form .checkboxWr div,
  .p_contact .contact .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_contact .contact .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #001655;
  }
  .p_contact .contact .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_contact .contact .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 43px;
  }
  .p_contact .contact .form .checkboxWr label span::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 23px;
    height: 23px;
    background: #ffffff;
    border: 2px solid #001655;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .p_contact .contact .form .checkboxWr label span::after {
    left: 8px;
    top: 0;
    width: 7px;
    height: 15px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
  }
  .p_contact .contact .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_contact .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_contact .contact .form dl + dl {
    margin-top: 32px;
  }
  .p_contact .contact .form dl dt {
    width: 250px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.56;
    color: #001655;
    padding-right: 43px;
    padding-top: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_contact .contact .form dl dt.pt0 {
    padding-top: 0;
  }
  .p_contact .contact .form dl dt.pt5 {
    padding-top: 5px;
  }
  .p_contact .contact .form dl dt span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-left: 20px;
    width: 45px;
    height: 23px;
    background: #fd4b01;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
  }
  .p_contact .contact .form dl dt small {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-left: 20px;
    width: 45px;
    height: 23px;
    background: #909090;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
  }
  .p_contact .contact .form dl dd {
    width: 100%;
  }
  .p_contact .contact .form dl dd input {
    width: 100%;
    padding: 0 30px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 66px;
    border: 0;
    background: #ffffff;
    -moz-box-shadow: 4px 4px 1px rgba(195, 195, 195, 0.25);
    box-shadow: 4px 4px 1px rgba(195, 195, 195, 0.25);
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .p_contact .contact .form dl dd input::-webkit-input-placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input::-moz-placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input:-ms-input-placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input::placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea {
    width: 100%;
    padding: 25px 30px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 340px;
    border: 0;
    background: #ffffff;
    -moz-box-shadow: 4px 4px 1px rgba(195, 195, 195, 0.25);
    box-shadow: 4px 4px 1px rgba(195, 195, 195, 0.25);
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .p_contact .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea::-moz-placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea:-ms-input-placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea::placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd .cb_desc {
    min-height: 43px;
    background: #ffffff;
    border: 1px dashed #ff3838;
    padding-left: 43px;
    font-weight: 400;
    font-size: 14px;
    color: #ff3838;
    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_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item label,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: 500;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item label input,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item label span,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 43px;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item label span::before,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label span::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #6f6f6f;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item label span::after,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label span::after {
    left: 10px;
    top: -1px;
    width: 8px;
    height: 20px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span:after,
  .p_contact
    .contact
    .form
    dl
    dd
    .wpcf7-form-control-wrap
    .wpcf7-checkbox
    .wpcf7-list-item
    label
    input:checked
    ~ span:after {
    display: block;
  }
  .p_contact .contact .form dl dd .list_checkbox li,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .p_contact .contact .form dl dd .list_checkbox li label,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field label,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li label,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: 500;
  }
  .p_contact .contact .form dl dd .list_checkbox li label input,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field label input,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li label input,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_contact .contact .form dl dd .list_checkbox li label span,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field label span,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li label span,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 43px;
  }
  .p_contact .contact .form dl dd .list_checkbox li label span::before,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field label span::before,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li label span::before,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field label span::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #6f6f6f;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .p_contact .contact .form dl dd .list_checkbox li label span::after,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field label span::after,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li label span::after,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field label span::after {
    left: 10px;
    top: -1px;
    width: 8px;
    height: 20px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
  }
  .p_contact .contact .form dl dd .list_checkbox li label input:checked ~ span:after,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field label input:checked ~ span:after,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li label input:checked ~ span:after,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field label input:checked ~ span:after {
    display: block;
  }
  .p_contact .contact .form dl dd .list_rd,
  .p_contact .contact .form dl dd .wpcf7-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_contact .contact .form dl dd .list_rd .rd,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item,
  .p_contact .contact .form dl dd .wpcf7-radio .rd,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
  .p_contact .contact .form dl dd .list_rd .rd:not(:last-child),
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field:not(:last-child),
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item:not(:last-child),
  .p_contact .contact .form dl dd .wpcf7-radio .rd:not(:last-child),
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field:not(:last-child),
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 40px;
  }
  .p_contact .contact .form dl dd .list_rd .rd label,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field label,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item label,
  .p_contact .contact .form dl dd .wpcf7-radio .rd label,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field label,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    line-height: 25px;
  }
  .p_contact .contact .form dl dd .list_rd .rd label input,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field label input,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item label input,
  .p_contact .contact .form dl dd .wpcf7-radio .rd label input,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field label input,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_contact .contact .form dl dd .list_rd .rd span,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field span,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item span,
  .p_contact .contact .form dl dd .wpcf7-radio .rd span,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field span,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 45px;
  }
  .p_contact .contact .form dl dd .list_rd .rd span::before,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field span::before,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item span::before,
  .p_contact .contact .form dl dd .wpcf7-radio .rd span::before,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field span::before,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #ffffff;
    border: 1px solid #010101;
  }
  .p_contact .contact .form dl dd .list_rd .rd span::after,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field span::after,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item span::after,
  .p_contact .contact .form dl dd .wpcf7-radio .rd span::after,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field span::after,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item span::after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #0275ff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    position: absolute;
    display: none;
  }
  .p_contact .contact .form dl dd .list_rd .rd label input:checked ~ span:after,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item label input:checked ~ span:after,
  .p_contact .contact .form dl dd .wpcf7-radio .rd label input:checked ~ span:after,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field label input:checked ~ span:after,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item label input:checked ~ span:after {
    display: block;
  }
  .p_contact .contact .form dl dd .cal {
    position: relative;
  }
  .p_contact .contact .form dl dd .wrap_datepicker {
    position: relative;
  }
  .p_contact .contact .form dl dd .wrap_datepicker input.datepicker {
    cursor: pointer;
  }
  .p_contact .contact .form dl dd .wrap_datepicker input.datepicker::-webkit-input-placeholder {
    color: #262626;
    opacity: 1;
  }
  .p_contact .contact .form dl dd .wrap_datepicker input.datepicker::-moz-placeholder {
    color: #262626;
  }
  .p_contact .contact .form dl dd .wrap_datepicker input.datepicker:-ms-input-placeholder {
    color: #262626;
  }
  .p_contact .contact .form dl dd .wrap_datepicker input.datepicker:-moz-placeholder {
    color: #262626;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker.focus ~ .wrap_table {
    border: 1px solid #d1d1d1;
    z-index: 1;
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table {
    padding: 5px;
    position: absolute;
    top: -30px;
    background: #fff;
    width: 280px;
    margin-top: 50px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #d1d1d1;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table > p {
    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;
    font-size: 16px;
    line-height: 40px;
    background: #d1d1d1;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000000;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table > p span.next,
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table > p span.prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table > p span.next::before,
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 15px;
    background: url('../img/cal_arrow.png') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    -webkit-transform: translate(-50%, -50%) scale(-1);
    -moz-transform: translate(-50%, -50%) scale(-1);
    -ms-transform: translate(-50%, -50%) scale(-1);
    transform: translate(-50%, -50%) scale(-1);
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table table {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table table tr th {
    border: 1px solid #fff;
    color: #000000;
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table table tr td {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    line-height: 2;
    width: 36px;
    height: 30px;
    background: #f6f6f6;
    color: #d1d1d1;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table table tr td.active {
    cursor: pointer;
    color: #000;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table table tr td.selected {
    border-color: #000;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table table tr td.no_day {
    opacity: 0;
  }
  .p_news .news {
    background-color: #f1f8ff;
    position: relative;
    padding: 60px 0 140px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_news .news .row {
    max-width: 1180px;
  }
  .p_news .news::after {
    content: '';
    position: absolute;
    width: 772px;
    height: 772px;
    right: 0;
    bottom: 0;
    background: #b5b5b6;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_news .news .news_head {
    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;
    margin-bottom: 57px;
  }
  .p_news .news .news_head > a {
    width: 265px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-linear-gradient(357.59deg, #5fc0ea 0%, #3073ba 100%);
    background: -moz- oldlinear-gradient(357.59deg, #5fc0ea 0%, #3073ba 100%);
    background: linear-gradient(92.41deg, #5fc0ea 0%, #3073ba 100%);
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
  }
  .p_news .news .news_head ul {
    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;
    margin-left: auto;
  }
  .p_news .news .news_head ul li:not(:last-child) {
    margin-right: 24px;
  }
  .p_news .news .news_head ul li a {
    width: 200px;
    height: 55px;
    background: #ffffff;
    -moz-box-shadow: 3px 3px 1px #3479be;
    box-shadow: 3px 3px 1px #3479be;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #001655;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_news .news .news_head ul li a::after {
    content: '';
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: url(../img/ar2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_news .news .news_head ul li a:hover {
    opacity: 1;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  .p_news .news .news_ctn ul {
    display: -ms-grid;
    display: grid;
    gap: 30px 20px;
    -ms-grid-columns: (minmax(0, 1fr)) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .p_news .news .news_ctn ul li a {
    display: block;
    background-color: #fff;
    height: 100%;
  }
  .p_news .news .news_ctn ul li a figure {
    height: 152px;
  }
  .p_news .news .news_ctn ul li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_news .news .news_ctn ul li a .txt {
    padding: 10px;
  }
  .p_news .news .news_ctn ul li a .txt .tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_news .news .news_ctn ul li a .txt .tags span {
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 84px;
    min-height: 22px;
    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;
    padding: 0 10px;
    background: #001655;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  .p_news .news .news_ctn ul li a .txt time {
    font-size: 12px;
    font-weight: bold;
    color: #001655;
    display: block;
    margin-top: 5px;
  }
  .p_news .news .news_ctn ul li a .txt h3 {
    font-weight: 700;
    font-size: 16px;
    color: #001655;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .p_news .news .news_ctn ul li a .txt p {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.31;
    color: #010101;
  }
  .p_news .news_dt {
    position: relative;
    background: url(../img/news/news_dt_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 50px 0 84px;
    margin-bottom: -1px;
  }
  .p_news .news_dt .row {
    max-width: 1040px;
  }
  .p_news .news_dt::before {
    content: '';
    position: absolute;
    width: 302px;
    height: 302px;
    top: 0;
    left: 0;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_news .news_dt::after {
    content: '';
    position: absolute;
    width: 446px;
    height: 446px;
    right: 0;
    bottom: -1px;
    background: #b5b5b6;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_news .news_dt .thumb {
    text-align: center;
  }
  .p_news .news_dt .thumb img {
    display: inline-block;
  }
  .p_news .news_dt .news_dt_ctn {
    background-color: #fff;
    padding: 75px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.72;
  }
  .p_news .news_dt .news_dt_ctn .meta .tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_news .news_dt .news_dt_ctn .meta .tags span {
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 84px;
    min-height: 22px;
    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;
    padding: 0 10px;
    background: #001655;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  .p_news .news_dt .news_dt_ctn .meta time {
    font-size: 12px;
    font-weight: bold;
    color: #001655;
    display: block;
    margin-top: 5px;
  }
  .p_news .news_dt .news_dt_ctn .meta h1 {
    font-weight: 700;
    font-size: 16px;
    color: #001655;
    margin: 20px 0 40px;
  }
  .p_news .news_dt .news_dt_btn {
    margin-top: 50px;
    text-align: center;
  }
  .p_news .news_dt .news_dt_btn a {
    width: 410px;
    height: 67px;
    background-color: #001655;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    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;
  }
  .p_news .news_dt .news_dt_btn a::after {
    content: '';
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: url(../img/contact/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_company {
    padding-top: 0;
  }
  .p_company .c_mv {
    position: relative;
  }
  .p_company .c_mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 7.91667%;
    padding-bottom: 40px;
  }
  .p_company .c_mv .txt h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p_company .c_mv .txt h2 span {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.41;
    color: #383835;
  }
  .p_company .company .message {
    padding: 150px 0 125px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }
  .p_company .company .message::before {
    content: '';
    position: absolute;
    width: 720px;
    height: 720px;
    top: 0;
    left: 0;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_company .company .message::after {
    content: '';
    position: absolute;
    left: 416px;
    bottom: 0;
    width: -webkit-calc(100% - 416px);
    width: -moz-calc(100% - 416px);
    width: calc(100% - 416px);
    height: 64px;
    background: url(../img/company/message_bg2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_company .company .message .row {
    max-width: 1040px;
  }
  .p_company .company .message .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_company .company .message .df .df_l {
    width: 37.5%;
    padding-bottom: 150px;
    background: url(../img/company/message_bg.png) center/100% 100% no-repeat;
  }
  .p_company .company .message .df .df_l .message_img1 {
    margin-left: 30px;
    margin-right: -30px;
    margin-bottom: 55px;
    margin-top: -65px;
  }
  .p_company .company .message .df .df_l dl {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
    margin-top: 55px;
    padding-left: 96px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .p_company .company .message .df .df_l dl {
    padding-left: 36px;
  }
}

@media screen and (min-width: 769px), print {
  .p_company .company .message .df .df_l dl dt {
    margin-bottom: 30px;
  }
  .p_company .company .message .df .df_l dl dt img {
    width: 182px;
  }
  .p_company .company .message .df .df_r {
    width: 48.4%;
  }
  .p_company .company .message .df .df_r h2 {
    margin-bottom: 120px;
  }
  .p_company .company .message .df .df_r h2 small img {
    width: 454px;
  }
  .p_company .company .message .df .df_r .it {
    padding-left: 20px;
  }
  .p_company .company .message .df .df_r .it + .it {
    margin-top: 46px;
  }
  .p_company .company .message .df .df_r .it h3 {
    font-size: 24px;
    font-weight: bold;
  }
  .p_company .company .message .df .df_r .it p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.55;
    color: #231815;
  }
  .p_company .company .message .df .df_r .it p + p {
    margin-top: 25px;
  }
  .p_company .company .message .df .df_r .it .ceo {
    font-size: 28px;
    font-weight: bold;
    margin-top: 60px;
  }
  .p_company .company .message .df .df_r .it .ceo small {
    font-size: 20px;
    font-weight: bold;
    display: block;
  }
  .p_company .company .c_best {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_company .company .c_best .row {
    max-width: 1220px;
  }
  .p_company .company .c_best::before {
    content: '';
    position: absolute;
    width: 416px;
    height: 416px;
    top: 0;
    left: 0;
    background: #b5b5b6;
    display: block;
    z-index: 2;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_company .company .c_best .c_best_head {
    position: relative;
  }
  .p_company .company .c_best .c_best_head > figure {
    width: 56.7%;
    margin-left: auto;
  }
  .p_company .company .c_best .c_best_head > figure img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 518px;
    object-fit: cover;
  }
  .p_company .company .c_best .c_best_head .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;
    z-index: 3;
  }
  .p_company .company .c_best .c_best_head .txt h2 img {
    width: 810px;
  }
  .p_company .company .c_best .c_best_head .txt p {
    font-weight: 500;
    font-size: 18px;
    line-height: 2.11;
    color: #383835;
  }
  .p_company .company .c_best .c_best_ctn {
    margin-top: 82px;
    padding-bottom: 110px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: url(../img/company/c_best_ctn_bg.png) center bottom no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .p_company .company .c_best .c_best_ctn::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2025px;
    background: url(../img/company/c_best_ctn_bg1.png) center bottom no-repeat;
    display: block;
    z-index: -2;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .p_company .company .c_best .c_best_ctn::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 946px;
    background: url(../img/company/c_best_ctn_bg2.png) center bottom no-repeat;
    display: block;
    z-index: -1;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .p_company .company .c_best .c_best_ctn ul li + li {
    margin-top: 126px;
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-child(even) .df {
    -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 .c_best .c_best_ctn ul li:nth-child(even) .df .txt {
    padding-left: 0;
    padding-right: 50px;
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-child(even) .df .fig {
    padding-right: 30px;
    padding-left: 0;
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-child(even) .df .fig .num {
    right: 0;
    left: initial;
  }
  .p_company .company .c_best .c_best_ctn ul li.st2 .df .fig {
    width: 47%;
  }
  .p_company .company .c_best .c_best_ctn ul li.st2 .df .txt {
    width: 53%;
  }
  .p_company .company .c_best .c_best_ctn ul li.st4 .df .fig {
    padding-left: 50px;
    padding-top: 81px;
  }
  .p_company .company .c_best .c_best_ctn ul li.st4 .df .fig .figcaption {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    bottom: initial;
  }
  .p_company .company .c_best .c_best_ctn ul li.st5 .df .fig .figcaption {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -30px;
    top: initial;
    left: 320px;
    white-space: nowrap;
  }
  .p_company .company .c_best .c_best_ctn ul li.st6 .df .fig .figcaption {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -30px;
    top: initial;
    left: -90px;
    white-space: nowrap;
  }
  .p_company .company .c_best .c_best_ctn ul li .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .fig {
    width: 61%;
    position: relative;
    padding-left: 30px;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .fig .num {
    position: absolute;
    width: 252px;
    left: 0;
    bottom: -35px;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .fig .figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p_company .company .c_best .c_best_ctn ul li .df .fig .figcaption span {
    font-weight: 700;
    font-size: 32px;
    background-color: #383835;
    letter-spacing: 0.05em;
    color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .txt {
    width: 39%;
    padding-left: 50px;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .txt h3 {
    font-weight: 700;
    font-size: 62px;
    letter-spacing: 0.1em;
    color: #001655;
    white-space: nowrap;
    position: relative;
    z-index: 2;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .txt h3.st2 {
    margin-left: -193px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .p_company .company .c_best .c_best_ctn ul li .df .txt h3.st2 {
    margin-left: -51.28205vw;
  }
}

@media screen and (min-width: 769px), print {
  .p_company .company .c_best .c_best_ctn ul li .df .txt h4 {
    margin: 30px 0;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .txt h4 span {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.14em;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .txt p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.8;
    color: #231815;
  }
  .p_company .company .medical {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: url(../img/company/medical_bg.png) center/100% 100% no-repeat;
  }
  .p_company .company .medical .row {
    max-width: 1220px;
  }
  .p_company .company .medical::after {
    content: '';
    position: absolute;
    width: 527px;
    height: 527px;
    right: 0;
    bottom: 0;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_company .company .medical .txt {
    padding: 232px 0 100px;
  }
  .p_company .company .medical .txt h2 {
    text-align: center;
    margin-bottom: 185px;
  }
  .p_company .company .medical .txt h2 img {
    display: inline-block;
    width: 678px;
  }
  .p_company .company .medical .txt .ctTop h3 {
    font-weight: 700;
    font-size: 58px;
    line-height: 1.57;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .p_company .company .medical .txt .ctTop 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;
  }
  .p_company .company .medical .txt .ctTop ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.9;
    color: #ffffff;
    width: 25%;
  }
  .p_company .company .medical .txt .ctTop ul li:nth-of-type(2) {
    color: #383835;
  }
  .p_company .company .medical .txt .ctBot {
    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: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 100px;
  }
  .p_company .company .medical .txt .ctBot .cl {
    width: 63%;
  }
  .p_company .company .medical .txt .ctBot .cl h3 {
    margin-bottom: 30px;
  }
  .p_company .company .medical .txt .ctBot .cl h3 img {
    width: 355px;
  }
  .p_company .company .medical .txt .ctBot .cl dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_company .company .medical .txt .ctBot .cl dl + dl {
    margin-top: 23px;
  }
  .p_company .company .medical .txt .ctBot .cl dl:nth-of-type(2),
  .p_company .company .medical .txt .ctBot .cl dl:nth-of-type(5) {
    padding-left: 10px;
  }
  .p_company .company .medical .txt .ctBot .cl dl:nth-of-type(3),
  .p_company .company .medical .txt .ctBot .cl dl:nth-of-type(4) {
    padding-left: 20px;
  }
  .p_company .company .medical .txt .ctBot .cl dl dt {
    width: 106px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_company .company .medical .txt .ctBot .cl dl dd {
    width: 100%;
  }
  .p_company .company .medical .txt .ctBot .cl dl dd p {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.08em;
    color: #231815;
    padding: 5px 45px;
    background: url(../img/company/sk_bg.png) center/100% 100% no-repeat;
  }
  .p_company .company .medical .txt .ctBot .cr {
    width: 37%;
  }
  .p_company .company .medical .txt .ctBot .cr ul {
    display: -ms-grid;
    display: grid;
    gap: 10px 3px;
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_company .company .medical .txt .ctBot .cr ul figcaption {
    line-height: 1.5;
    font-weight: 500;
    font-size: 15px;
    color: #231815;
    margin-top: 5px;
  }
  .p_company .company .c_company {
    padding: 50px 0 107px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_company .company .c_company::after {
    content: '';
    position: absolute;
    width: 936px;
    height: 936px;
    right: 0;
    bottom: 0;
    background: #383835;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_company .company .c_company::before {
    content: '';
    position: absolute;
    width: 767px;
    height: 767px;
    left: 0;
    bottom: 0;
    background: #b5b5b6;
    display: block;
    z-index: -2;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .p_company .company .c_company h2 {
    margin-bottom: 30px;
  }
  .p_company .company .c_company h2 small {
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.45;
    color: #3073ba;
    display: block;
    margin-bottom: 16px;
  }
  .p_company .company .c_company h2 span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 213px;
    height: 69px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background: -webkit-linear-gradient(356.64deg, #0030bb 0%, #001655 100%);
    background: -moz- oldlinear-gradient(356.64deg, #0030bb 0%, #001655 100%);
    background: linear-gradient(93.36deg, #0030bb 0%, #001655 100%);
  }
  .p_company .company .c_company .dlist {
    background-color: #fff;
  }
  .p_company .company .c_company .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_company .company .c_company .dlist dl:not(:last-child) {
    border-bottom: 2px solid #edf5fe;
  }
  .p_company .company .c_company .dlist dl dt {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #001655;
    font-size: 25px;
    color: #fff;
    padding: 30px 10px;
    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_company .company .c_company .dlist dl dd {
    width: 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;
    font-size: 22px;
    color: #010101;
    padding: 32px 32px 32px 130px;
  }
  .p_company .company .c_company .dlist dl dd .listNum {
    list-style-type: decimal;
  }
  .p_company .company .c_company .dlist dl dd .listNum li {
    font-size: 20px;
    list-style-type: decimal;
  }
  .p_company .company .c_company .dlist dl dd .listNum li + li {
    margin-top: 20px;
  }
  .p_employee .c_mv {
    padding-bottom: 143px;
    position: relative;
  }
  .p_employee .c_mv > picture img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 686px;
    object-fit: cover;
  }
  .p_employee .c_mv .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(56, 56, 53, 0.8) url(../img/employee/c_mv_bg.png) no-repeat;
    -moz-background-size: 61% 100%;
    background-size: 61% 100%;
  }
  .p_employee .c_mv .txt .row {
    height: 100%;
    min-height: 312px;
    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_employee .c_mv .txt .row {
    max-width: 1110px;
  }
  .p_employee .c_mv .txt .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_employee .c_mv .txt .df .df_l {
    width: 43.4%;
  }
  .p_employee .c_mv .txt .df .df_l p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.9;
  }
  .p_employee .c_mv .txt .df .df_r {
    width: 36.2%;
  }
  .p_employee .employee .point {
    padding: 90px 0 45px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_employee .employee .point::before {
    content: '';
    position: absolute;
    width: 604px;
    height: 604px;
    bottom: 0;
    left: 0;
    background: #b5b5b6;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .p_employee .employee .point .row {
    max-width: 1030px;
  }
  .p_employee .employee .point .point_top {
    margin-bottom: 77px;
  }
  .p_employee .employee .point .point_top h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .p_employee .employee .point .point_top h2 img {
    width: 901px;
    display: inline-block;
  }
  .p_employee .employee .point .point_top p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.65;
    color: #010101;
    text-align: center;
  }
  .p_employee .employee .point .point_top p span {
    display: inline-block;
    text-align: left;
  }
  .p_employee .employee .point .point_bot h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .p_employee .employee .point .point_bot h2 img {
    width: 856px;
    display: inline-block;
  }
  .p_employee .employee .point .point_bot h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.52;
    letter-spacing: -0.11em;
    color: #231815;
    margin-bottom: 20px;
  }
  .p_employee .employee .point .point_bot .df {
    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;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_employee .employee .point .point_bot .df figure {
    width: 50%;
    margin-top: -80px;
  }
  .p_employee .employee .point .point_bot .df .txt {
    width: 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #010101;
    padding-right: 50px;
  }
  .p_employee .employee .plan {
    padding: 90px 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    z-index: 2;
  }
  .p_employee .employee .plan::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: url(../img/employee/plan_bg.png) center bottom no-repeat;
    display: block;
    z-index: -1;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .p_employee .employee .plan .plan_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_employee .employee .plan .plan_head p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.27;
    color: #010101;
    padding-left: 70px;
  }
  .p_employee .employee .plan .plan_head h2 small {
    padding-left: 70px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }
  .p_employee .employee .plan .plan_head h2 span img {
    width: 514px;
  }
  .p_employee .employee .plan h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33;
    margin: 15px 0;
    color: #231815;
    text-align: center;
  }
  .p_employee .employee .plan .plan_bd {
    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_employee .employee .plan .plan_bd .bd_l {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 120px;
  }
  .p_employee .employee .plan .plan_bd .bd_l h4 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.12;
    color: #000000;
    margin-bottom: 24px;
  }
  .p_employee .employee .plan .plan_bd .bd_l p {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #000000;
    padding: 15px 0;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
  }
  .p_employee .employee .plan .plan_bd .bd_c {
    width: 100%;
    padding-bottom: 120px;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl:nth-child(even) dd {
    -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_employee .employee .plan .plan_bd .bd_c dl:nth-child(even) dd p {
    text-align: right;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl:nth-child(even) dt {
    -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_employee .employee .plan .plan_bd .bd_c dl:last-child {
    position: relative;
    padding-bottom: 10px;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl:last-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
    height: 1px;
    background: #231815;
    display: block;
  }
  .p_employee .employee .plan .plan_bd .bd_c 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;
    position: relative;
    z-index: 2;
    position: relative;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl dt img {
    width: 179px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl dt::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #231815;
    display: block;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl dd {
    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_employee .employee .plan .plan_bd .bd_c dl dd h4 {
    width: 50%;
    font-weight: 700;
    font-size: 24px;
    color: #231815;
    background-color: #fcd697;
    padding: 25px 47px 10px;
    margin-top: -10px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  }
  .p_employee .employee .plan .plan_bd .bd_c dl dd p {
    width: 50%;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.8;
    color: #010101;
  }
  .p_employee .employee .plan .plan_bd .bd_r {
    width: 213px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 30px;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li + li {
    margin-top: 22px;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li.st2 figure {
    padding-bottom: 0;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li.st2 figure figcaption {
    bottom: 60px;
    left: 30px;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li.st2 figure > img {
    overflow: initial;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li figure {
    position: relative;
    padding-bottom: 20px;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li figure figcaption {
    font-weight: 500;
    color: #010101;
    position: absolute;
    bottom: 0;
    line-height: 1.5;
    left: 0;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li figure figcaption small {
    display: block;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li figure figcaption small img {
    width: 92px;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li figure figcaption span {
    display: block;
    padding-left: 20px;
    font-size: 10px;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li figure > img {
    overflow: hidden;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .p_employee .employee .staff {
    padding: 75px 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }
  .p_employee .employee .staff::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 62%;
    height: 100%;
    background: url(../img/employee/staff_bg.png) center top no-repeat;
    display: block;
    z-index: -1;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .p_employee .employee .staff h2 {
    margin-bottom: 65px;
  }
  .p_employee .employee .staff h2 img {
    width: 817px;
  }
  .p_employee .employee .staff .staff_main ul {
    display: -ms-grid;
    display: grid;
    gap: 46px;
    -ms-grid-columns: (minmax(0, 1fr)) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .p_employee .employee .staff .staff_main ul {
    gap: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .p_employee .employee .staff .staff_main ul li {
    font-weight: 500;
    font-size: 10px;
    line-height: 1.75;
    color: #010101;
  }
  .p_employee .employee .staff .staff_main ul li > figure {
    margin-bottom: 26px;
  }
  .p_employee .employee .staff .staff_main ul li .it_head {
    position: relative;
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .p_employee .employee .staff .staff_main ul li .it_head {
    padding-right: 60px;
  }
}

@media screen and (min-width: 769px), print {
  .p_employee .employee .staff .staff_main ul li .it_head .circle {
    position: absolute;
    top: -45px;
    right: -15px;
    background: rgba(228, 0, 127, 0.5);
    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;
    width: 106px;
    height: 106px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    font-weight: 500;
    font-size: 10px;
    color: #ffffff;
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .p_employee .employee .staff .staff_main ul li .it_head .circle {
    width: 85px;
    height: 85px;
  }
}

@media screen and (min-width: 769px), print {
  .p_employee .employee .staff .staff_main ul li .it_head .circle.st2 {
    background-color: rgba(0, 160, 233, 0.5);
  }
  .p_employee .employee .staff .staff_main ul li .it_head .circle span {
    display: block;
    font-size: 15px;
  }
  .p_employee .employee .staff .staff_main ul li .it_head h3 {
    margin-bottom: 30px;
  }
  .p_employee .employee .staff .staff_main ul li .it_head h3 small {
    display: block;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.5;
    color: #010101;
  }
  .p_employee .employee .staff .staff_main ul li .it_head h3 span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #010101;
  }
  .p_employee .employee .staff .staff_main ul li .it_head h3 em {
    font-style: normal;
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #010101;
    margin-top: 30px;
  }
  .p_employee .employee .staff .staff_main ul li .it_bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 53px;
  }
  .p_employee .employee .staff .staff_main ul li .it_bot .txt {
    width: 100%;
  }
  .p_employee .employee .staff .staff_main ul li .it_bot .txt dl {
    font-weight: 500;
    font-size: 10px;
    color: #010101;
  }
  .p_employee .employee .staff .staff_main ul li .it_bot .txt dl + dl {
    margin-top: 5px;
  }
  .p_employee .employee .staff .staff_main ul li .it_bot .txt dl dt {
    width: 77px;
    min-height: 17px;
    font-weight: 500;
    font-size: 10px;
    background: #fcd697;
    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: #010101;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
  }
  .p_employee .employee .staff .staff_main ul li .it_bot figure {
    width: 134px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 40%;
  }
  .p_employee .employee .staff .staff_bot {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.13em;
    color: #010101;
    text-align: center;
    margin-top: 40px;
  }
  .p_employee .employee .info_bonus {
    background-color: rgba(181, 181, 182, 0.3);
    padding: 60px 0 40px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }
  .p_employee .employee .info_bonus .row {
    max-width: 1180px;
  }
  .p_employee .employee .info_bonus::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: url(../img/employee/info_bonus_bg.png) center bottom no-repeat;
    display: block;
    z-index: -1;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    pointer-events: none;
  }
  .p_employee .employee .info_bonus .b_note {
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    margin-top: 31px;
  }
  .p_employee .employee .info_bonus .b_note span {
    color: #da0000;
    margin-right: 5px;
  }
  .p_employee .employee .info_bonus h2 {
    margin-bottom: 55px;
  }
  .p_employee .employee .info_bonus h2 img {
    width: 912px;
    max-width: 100%;
  }
  .p_employee .employee .info_bonus .dlist {
    display: -ms-grid;
    display: grid;
    margin-top: 60px;
    gap: 60px;
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_employee .employee .info_bonus .dlist dl {
    background-color: #fff;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.38;
    color: #010101;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc {
    position: relative;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc::after {
    content: '';
    position: absolute;
    top: -15px;
    right: 30px;
    width: 123px;
    height: 87px;
    background: url(../img/employee/info_bonus_ic1.png) center/100% 100% no-repeat;
    display: block;
    max-width: 30%;
    -moz-background-size: contain;
    background-size: contain;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc.st2::after {
    width: 74px;
    height: 97px;
    background: url(../img/employee/info_bonus_ic2.png) center/100% 100% no-repeat;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc.st3::after {
    width: 116px;
    height: 106px;
    background: url(../img/employee/info_bonus_ic3.png) center/100% 100% no-repeat;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc.st4::after {
    right: 0;
    width: 133px;
    height: 155px;
    background: url(../img/employee/info_bonus_ic4.png) center/100% 100% no-repeat;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc.st5::after {
    top: 30px;
    width: 75px;
    height: 91px;
    background: url(../img/employee/info_bonus_ic5.png) center/100% 100% no-repeat;
  }
  .p_employee .employee .info_bonus .dlist dl + dl {
    margin-top: 32px;
  }
  .p_employee .employee .info_bonus .dlist dl dt {
    font-weight: 700;
    font-size: 35px;
    line-height: 2.03;
    color: #001655;
    position: relative;
    z-index: 2;
  }
  .p_employee .employee .info_bonus .dlist dl dt span {
    color: #da0000;
    font-size: 22px;
    margin-left: 15px;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText {
    position: relative;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText:after {
    content: '';
    clear: both;
    display: table;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img {
    float: right;
    margin-left: 15px;
    width: 174px;
    margin-top: -41px;
    max-width: 30%;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img.st2 {
    width: 222px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img.st2 {
    margin-top: -50px;
  }
}

@media screen and (min-width: 769px), print {
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img.st3 {
    width: 171px;
    margin-top: -15px;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img.st4 {
    width: 168px;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img.st5 {
    width: 202px;
    margin-top: -15px;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img.st6 {
    width: 168px;
    margin-top: -15px;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText + .blkText {
    margin-top: 15px;
  }
  .p_employee .employee .btnBot {
    padding: 73px 0;
    text-align: center;
  }
  .p_employee .employee .btnBot a {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 152px;
    background: #39af38;
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
    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;
    min-width: 653px;
  }
  .p_employee .employee .btnBot a::after {
    content: '';
    margin-left: 28px;
    width: 30px;
    height: 30px;
    background: url(../img/contact/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_recruit .header .header_l .header_l_r a.btn_entry {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_recruit .c_mv {
    position: relative;
  }
  .p_recruit .c_mv > figure img {
    display: block;
    width: 100%;
    min-height: 681px;
    object-fit: cover;
  }
  .p_recruit .c_mv .blkText {
    position: absolute;
    top: 33px;
    right: 48px;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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_recruit .c_mv .blkText .text-block {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #383835;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 10px;
    letter-spacing: 0.1em;
  }
  .p_recruit .c_mv .blkText .text-block:not(:first-child) {
    margin-right: 18px;
  }
  .p_recruit .c_mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 44px;
  }
  .p_recruit .c_mv .txt h2 {
    font-family: 'Commissioner', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 165px;
    line-height: 1.22424;
    letter-spacing: -0.01em;
    color: #e4007f;
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .p_recruit .c_mv .txt h2 {
    font-size: 100px;
  }
}

@media screen and (min-width: 769px), print {
  .p_recruit .recruit .row {
    max-width: 1260px;
  }
  .p_recruit .recruit .intro {
    /* margin-bottom: 234px; */
    padding: 75px 0;
    background-color: rgba(181, 181, 182, 0.3);
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }
  .p_recruit .recruit .intro::before {
    content: '';
    position: absolute;
    width: 425px;
    height: 425px;
    top: 0;
    left: 0;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_recruit .recruit .intro::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 772px;
    height: 816px;
    background: url(../img/recruit/intro_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_recruit .recruit .intro .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_recruit .recruit .intro .df .df_l {
    width: 49%;
  }
  .p_recruit .recruit .intro .df .df_l h2 {
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 1.43056;
    margin-bottom: 30px;
  }
  .p_recruit .recruit .intro .df .df_l p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8;
  }
  .p_recruit .recruit .intro .df .df_r {
    width: 51%;
  }
  .p_recruit .recruit .passion {
    position: relative;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    border-top: 42px solid rgba(56, 56, 53, 0.8);
    padding-top: 78px;
    position: relative;
    margin-bottom: -1px;
  }
  .p_recruit .recruit .passion::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47.91667%;
    height: 43px;
    background: url(../img/recruit/passion_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_recruit .recruit .passion::before {
    content: '';
    position: absolute;
    width: 444px;
    height: 444px;
    top: -42px;
    left: 0;
    background: #fcd697;
    display: block;
    z-index: 1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_recruit .recruit .passion .df {
    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;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 2;
  }
  .p_recruit .recruit .passion .df .df_l {
    width: 41%;
  }
  .p_recruit .recruit .passion .df .df_l figure {
    position: relative;
  }
  .p_recruit .recruit .passion .df .df_l figure figcaption {
    line-height: 1.5;
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    bottom: 50px;
    right: -135px;
  }
  .p_recruit .recruit .passion .df .df_l figure figcaption small {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.46667;
    color: #000e39;
    display: block;
  }
  .p_recruit .recruit .passion .df .df_l figure figcaption span {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.45455;
    color: #000e39;
  }
  .p_recruit .recruit .passion .df .df_r {
    width: 59%;
    padding-left: 38px;
    padding-bottom: 202px;
  }
  .p_recruit .recruit .passion .df .df_r h2 {
    font-weight: 700;
    font-size: 140px;
    line-height: 0.82;
    color: #f1f1f1;
    text-align: right;
    margin-bottom: -50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .p_recruit .recruit .passion .df .df_r h2 {
    font-size: 90px;
  }
}

@media screen and (min-width: 769px), print {
  .p_recruit .recruit .passion .df .df_r h2 span {
    text-align: left;
    display: inline-block;
  }
  .p_recruit .recruit .passion .df .df_r h3 {
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.42857;
    margin-bottom: 22px;
  }
  .p_recruit .recruit .passion .df .df_r h3 ~ h3 {
    margin-top: 50px;
  }
  .p_recruit .recruit .passion .df .df_r p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.78;
  }
  .p_recruit .recruit .reason {
    position: relative;
    z-index: 2;
  }
  .p_recruit .recruit .reason_head {
    position: relative;
  }
  .p_recruit .recruit .reason_head > picture {
    height: 440px;
  }
  .p_recruit .recruit .reason_head > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .reason_head .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;
    background-color: rgba(56, 56, 53, 0.8);
  }
  .p_recruit .recruit .reason_head .txt h2 {
    text-align: center;
  }
  .p_recruit .recruit .reason_head .txt h2 small {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .p_recruit .recruit .reason_head .txt h2 span {
    font-weight: 700;
    font-size: 49px;
    color: #ffffff;
  }
  .p_recruit .recruit .reason .reason_ctn {
    background: url(../img/recruit/reason_bg1.png) top -75% center/100% 100% no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li {
    margin-top: 206px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li:not(:last-child) {
    border-bottom: 1px solid #001655;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li::before {
    content: '';
    position: absolute;
    width: 573px;
    height: 573px;
    top: -25px;
    left: -25px;
    background: rgba(252, 214, 151, 0.67);
    display: block;
    z-index: 1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st2::before {
    width: 700px;
    height: 700px;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st3 {
    margin-top: 0;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st3::before {
    display: none;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st3 .figcaption {
    position: static;
    margin-bottom: 83px;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st3 .figcaption i {
    color: #cecece;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st3 .figcaption span {
    color: #fff;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st3 > figure {
    position: relative;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .figcaption {
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 60px;
    padding-left: 35px;
    z-index: 3;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .figcaption div {
    display: inline-block;
    text-align: center;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .figcaption i {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #383835;
    display: block;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .figcaption span {
    font-weight: 700;
    font-size: 40px;
    color: #001655;
    display: block;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li > figure {
    position: relative;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .text {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.78;
    color: #010101;
    padding: 40px 0 77px;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .text.st2 {
    color: #fff;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 {
    margin-bottom: 70px;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01.st2 figure {
    text-align: left;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01.st2 figure img {
    margin-left: 0;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01.st2 figure figcaption {
    left: initial;
    right: 0;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 figure {
    text-align: right;
    position: relative;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 figure img {
    margin-left: auto;
    width: 63%;
    display: inline-block;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 figure figcaption {
    text-align: left;
    position: absolute;
    line-height: 1.5;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 figure figcaption p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 figure figcaption span {
    font-weight: 700;
    font-size: 32px;
    display: inline-block;
    padding: 10px 64px;
    background-color: #fff;
    clip-path: polygon(0 0, 92% 0%, 100% 100%, 8% 100%);
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 figure figcaption span + span {
    margin-top: 15px;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk02 {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 50px;
    margin-bottom: 71px;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk02.st2 > img {
    float: right;
    margin-right: 0;
    margin-left: 33px;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk02 p + p {
    margin-top: 28px;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk02 .lg {
    font-weight: 500;
    font-size: 20px;
    line-height: 2.95;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk02:after {
    content: '';
    clear: both;
    display: table;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk02 > img {
    width: 318px;
    float: left;
    margin-right: 33px;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile {
    width: 990px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 80px 0;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38px;
    border: 1px solid #000;
    border-bottom: 0;
    display: block;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top 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;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dt {
    font-weight: 700;
    font-size: 64px;
    width: 40%;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd {
    width: 60%;
    font-size: 18px;
    line-height: 1.5;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd .info {
    margin-bottom: 10px;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd .info_company {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd .info_company span {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin-right: 15px;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd .info_name {
    margin-bottom: 27px;
    font-size: 18px;
    font-weight: 500;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd .info_name em {
    font-style: normal;
    font-size: 36px;
    margin-right: 15px;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd .info_name span {
    font-weight: 400;
    font-size: 18px;
  }
  .p_recruit .recruit .reason .reason_ctn.st2 {
    padding-top: 140px;
    background: none;
    position: relative;
  }
  .p_recruit .recruit .reason .reason_ctn.st2 .mask {
    position: absolute;
    top: -60%;
    left: 0;
    width: 100%;
    height: 2630px;
    background: url(../img/recruit/reason_bg2.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .p_recruit .recruit .reason .reason_ctn.st2.st3 .mask {
    background: url(../img/recruit/reason_bg3.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    top: -74%;
  }
  .p_recruit .recruit .reason .reason_ctn.st2.st3::after {
    clip-path: polygon(0 0, 0 100%, 100% 0);
    left: 0;
    right: initial;
  }
  .p_recruit .recruit .reason .reason_ctn.st2::after {
    content: '';
    position: absolute;
    width: 691px;
    height: 691px;
    right: 0;
    top: -120px;
    background: #b5b5b6;
    display: block;
    z-index: 1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  .p_recruit .recruit .reason .reason_ctn.st2::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1260px;
    height: 1px;
    background: #001655;
    display: block;
    z-index: 5;
  }
  .p_recruit .recruit .reason .reason_ctn.st2 .reason_list {
    position: relative;
    z-index: 2;
  }
  .p_recruit .recruit .reason .profile_list {
    background-color: #fcd697;
    position: relative;
  }
  .p_recruit .recruit .reason .profile_list::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -3%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 2591px;
    background: url(../img/recruit/reason_bg3.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_recruit .recruit .reason .profile_list.st2::after {
    background: url(../img/recruit/reason_bg2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_recruit .recruit .reason .profile_list .profile_it {
    padding: 150px 0;
    position: relative;
    z-index: 2;
  }
  .p_recruit .recruit .reason .profile_list .profile_it.pb0 {
    padding-bottom: 0;
  }
  .p_recruit .recruit .reason .profile_list .profile_it .row {
    position: relative;
    z-index: 4;
  }
  .p_recruit .recruit .reason .profile_list .profile_it:not(:last-child) {
    border-bottom: 1px solid #001655;
  }
  .p_recruit .recruit .reason .profile_list .profile_it:nth-of-type(1) {
    padding-top: 0;
  }
  .p_recruit .recruit .reason .profile_list .profile_it > figure:last-child,
  .p_recruit .recruit .reason .profile_list .profile_it picture:last-child {
    position: relative;
    z-index: 4;
  }
  .p_recruit .recruit .reason .profile_list .profile_it > figure img,
  .p_recruit .recruit .reason .profile_list .profile_it picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_recruit .recruit .reason .profile_list .profile_it_ctn {
    background-color: #fff;
    padding: 50px;
    font-size: 18px;
    line-height: 1.66667;
  }
  .p_recruit .recruit .reason .profile_list .profile_it_ctn h3 {
    font-weight: 500;
    font-size: 30px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
  }
  .p_recruit .recruit .reason .profile_list .profile_it_ctn h3 ~ h3 {
    margin-top: 85px;
  }
  .p_recruit .recruit .reason .profile_list .profile_it_ctn h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 34px;
    height: 5px;
    background: #000;
    display: block;
  }
  .p_recruit .recruit .reason .profile_list .profile_it_ctn p + p {
    margin-top: 30px;
  }
  .p_recruit .recruit .reason .profile_list .profile_it_ctn figure {
    margin: 40px 0;
  }
  .p_recruit .recruit .application {
    padding: 180px 0 100px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_recruit .recruit .application::before {
    content: '';
    position: absolute;
    width: 517px;
    height: 517px;
    top: -430px;
    left: 0;
    background: #383835;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 0 0);
  }
  .p_recruit .recruit .application h2 {
    text-align: center;
    margin-bottom: 98px;
  }
  .p_recruit .recruit .application h2 span {
    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;
    width: 375px;
    height: 100px;
    font-size: 48px;
    font-weight: bold;
    background: #d9d9d9;
  }
  .p_recruit .recruit .application .application_slider {
    position: relative;
    padding: 0 170px;
  }
  .p_recruit .recruit .application .application_slider .swiper-button-next {
    width: 68px;
    height: 68px;
    background: url(../img/recruit/ic_next.png) center/100% 100% no-repeat;
  }
  .p_recruit .recruit .application .application_slider .swiper-button-prev {
    width: 68px;
    height: 68px;
    background: url(../img/recruit/ic_prev.png) center/100% 100% no-repeat;
  }
  .p_recruit .recruit .application .application_slider ul li {
    font-size: 16px;
    line-height: 2.38;
  }
  .p_recruit .recruit .application .application_slider ul li h3 {
    font-weight: 500;
    font-size: 20px;
  }
  .p_recruit .recruit .application .application_slider ul li strong {
    font-weight: 500;
  }
  .p_recruit .recruit .listBtn {
    padding: 80px 0;
  }
  .p_recruit .recruit .listBtn ul {
    display: -ms-grid;
    display: grid;
    gap: 50px;
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .p_recruit .recruit .listBtn ul {
    gap: 0;
  }
}

@media screen and (min-width: 769px), print {
  .p_recruit .recruit .listBtn ul li a {
    height: 66px;
    background-color: #fcd697;
    font-size: 22px;
    font-weight: 900;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .p_recruit .recruit .listBtn ul li a {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px), print {
  .p_recruit .recruit .listBtn ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 55px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 19px;
    background: url(../img/recruit/ar.svg) center/100% 100% no-repeat;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1249px) and (min-width: 769px) {
  .p_recruit .recruit .listBtn ul li a::after {
    right: 35px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  /* .row {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  } */
  .inner {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }
  body {
    padding-top: 13.07692vw;
  }
  .text_cm {
    color: #0b142a;
    font-size: 4.10256vw;
    line-height: 2.1875;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  }
  .header {
    background-color: #fff;
  }
  .header .header_l {
    position: fixed;
    top: 0;
    left: 0;
    width: 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;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 99;
    background: #fff;
    height: 13.07692vw;
    padding-right: 12.82051vw;
    padding-left: 1.28205vw;
  }
  .header .header_l h1 {
    font-size: 0;
    line-height: 0;
  }
  .header .header_l h1 a {
    display: block;
    width: 29.23077vw;
  }
  .header .header_l .header_l_r {
    font-size: 0;
    line-height: 0;
  }
  .header .header_l .header_l_r a.btn_entry {
    width: 36.66667vw;
    height: 13.07692vw;
    font-size: 4.61538vw;
    color: #fff;
    font-weight: bold;
    background: #0036ac;
    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;
    display: none;
  }
  .header .header_l .header_l_r a.btn_entry::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3.84615vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.79487vw solid transparent;
    border-bottom: 1.79487vw solid transparent;
    border-left: 2.5641vw solid #fff;
  }
  .header .header_l .header_l_r ul {
    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;
  }
  .header .header_l .header_l_r ul li {
    width: 11.02564vw;
  }
  .header .header_l .header_l_r ul li:not(:last-child) {
    margin-right: 3.33333vw;
  }
  .header .header_nav {
    position: fixed;
    height: 100%;
    opacity: 0;
    top: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    width: 208.20513vw;
    max-width: 100%;
    background-color: #fcd697;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1001;
    padding: 31.79487vw 5.12821vw 12.82051vw;
  }
  .header .header_nav .hn_link ul li + li {
    margin-top: 7.69231vw;
  }
  .header .header_nav .hn_link ul li a {
    font-weight: 700;
    font-size: 4.61538vw;
    text-align: left;
  }
  .header .header_nav .hn_social {
    margin-top: 20vw;
  }
  .header .header_nav .hn_social 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;
  }
  .header .header_nav .hn_social ul li {
    width: 15.12821vw;
  }
  .header .header_nav .hn_social ul li:not(:last-child) {
    margin-right: 7.69231vw;
  }
  .header .header_nav.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  .header .menu_icon {
    width: 12.82051vw;
    height: 13.07692vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fcd697;
  }
  .header .menu_icon.active .menu-trigger span {
    background-color: #000;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(2.30769vw) rotate(-45deg);
    -moz-transform: translateY(2.30769vw) rotate(-45deg);
    -ms-transform: translateY(2.30769vw) rotate(-45deg);
    transform: translateY(2.30769vw) 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.30769vw) rotate(45deg);
    -moz-transform: translateY(-2.30769vw) rotate(45deg);
    -ms-transform: translateY(-2.30769vw) rotate(45deg);
    transform: translateY(-2.30769vw) rotate(45deg);
  }
  .header .menu_icon_in {
    width: 7.17949vw;
    height: 5.38462vw;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
    margin: 0 auto;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 5.38462vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.76923vw;
    min-height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    left: inherit;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 2.30769vw;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    left: inherit;
  }
  .footer {
    background-color: #fcd697;
    text-align: center;
    padding: 12.82051vw 0 20.51282vw;
  }
  .footer .ft_logo {
    display: inline-block;
    width: 42.82051vw;
    margin-bottom: 9.48718vw;
  }
  .footer .hn_social {
    margin-bottom: 14.61538vw;
  }
  .footer .hn_social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .hn_social ul li {
    width: 15.12821vw;
  }
  .footer .hn_social ul li:not(:last-child) {
    margin-right: 7.69231vw;
  }
  .footer .copyright {
    font-size: 3.07692vw;
  }
  .footer .ft_main {
    text-align: left;
    margin-bottom: 15.38462vw;
  }
  .footer .ft_main .ft_l {
    margin-bottom: 24.10256vw;
  }
  .footer .ft_main .ft_l p {
    font-size: 4.61538vw;
    line-height: 1.45833;
  }
  .footer .ft_main .ft_l p.st2 {
    font-size: 5.12821vw;
  }
  .footer .ft_main .ft_l p.st2 a {
    font-weight: bold;
  }
  .footer .ft_main .ft_r {
    font-size: 4.61538vw;
    line-height: 1.44444;
  }
  .footer .ft_main .ft_r > ul > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .ft_main .ft_r > ul > li > a + a {
    margin-top: 6.15385vw;
  }
  .footer .ft_main .ft_r > ul > li:not(:last-child) {
    margin-bottom: 6.15385vw;
  }
  .footer .ft_main .ft_r > ul > li ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 5.12821vw;
  }
  .footer .ft_main .ft_r > ul > li ul li {
    margin-top: 2.5641vw;
  }
  .ttl {
    position: relative;
    padding-top: 12.82051vw;
  }
  .ttl .txt {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }
  .ttl .txt h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ttl .txt h2 small {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 4.10256vw;
    color: #001655;
  }
  .ttl .txt h2 em {
    font-style: normal;
    display: block;
    font-weight: 700;
    font-size: 5.64103vw;
    color: #001655;
  }
  .ttl .txt h2 span {
    font-weight: 700;
    font-size: 5.64103vw;
    color: #001655;
    display: inline-block;
    line-height: 1;
    line-height: 2.36;
    position: relative;
  }
  .ttl .txt h2 span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1.28205vw;
    width: 100%;
    height: 1.28205vw;
    background: #001655;
    display: block;
  }
  .ttl figure {
    margin-top: 3.84615vw;
    width: 89.74359vw;
    margin-left: auto;
    height: 52.30769vw;
    -moz-border-radius: 2.5641vw 0vw 0vw 2.5641vw;
    border-radius: 2.5641vw 0vw 0vw 2.5641vw;
    overflow: hidden;
  }
  .ttl figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 2.5641vw 0vw 0vw 2.5641vw;
    border-radius: 2.5641vw 0vw 0vw 2.5641vw;
    overflow: hidden;
  }
  .p_top .slogan {
    padding: 3.84615vw 5.12821vw;
    text-align: center;
  }
  .p_top .slogan img {
    display: inline-block;
    width: 499.74359vw;
    max-width: 100%;
  }
  .p_top .ps_slider ul li {
    position: relative;
  }
  .p_top .ps_slider ul li .blkText {
    position: absolute;
    top: 2.5641vw;
    right: 3.84615vw;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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_top .ps_slider ul li .blkText .text-block {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #383835;
    color: #fff;
    font-size: 2.5641vw;
    font-weight: bold;
    padding: 1.28205vw 1.02564vw;
    letter-spacing: 0.1em;
  }
  .p_top .ps_slider ul li .blkText .text-block:not(:first-child) {
    margin-right: 1.02564vw;
  }
  .p_top .ps_slider ul li .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.84615vw;
  }
  .p_top .ps_slider ul li .txt h2 {
    font-family: 'Commissioner', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 8.20513vw;
    line-height: 1.22424;
    letter-spacing: -0.01em;
    color: #e4007f;
  }
  .p_top .creata {
    padding: 5.12821vw 11.53846vw 17.94872vw;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .p_top .creata figure {
    display: inline-block;
    margin-top: 4.61538vw;
    width: 73.58974vw;
  }
  .p_top .pmg {
    padding: 2.5641vw 0 26.66667vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }
  .p_top .pmg .row {
    padding: 0 1.28205vw;
  }
  .p_top .pmg::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 264.10256vw;
    background: url(../img/pmg_bg_sp.png) center top no-repeat;
    display: block;
    z-index: -1;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .p_top .pmg .lg {
    font-weight: 500;
    font-size: 6.15385vw;
    line-height: 1.53;
    letter-spacing: 0.02em;
    margin-top: 12.82051vw;
  }
  .p_top .pmg .lg small {
    font-size: 5.12821vw;
  }
  .p_top .pmg .pmg_list .pmg_it {
    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_top .pmg .pmg_list .pmg_it:nth-child(even) {
    -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_top .pmg .pmg_list .pmg_it:nth-child(even) .txt {
    padding-left: 5.12821vw;
  }
  .p_top .pmg .pmg_list .pmg_it:nth-of-type(3) .txt {
    padding-left: 10.25641vw;
  }
  .p_top .pmg .pmg_list .pmg_it figure {
    width: 33.33333vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_top .pmg .pmg_list .pmg_it .txt {
    padding-left: 2.5641vw;
    width: 100%;
  }
  .p_top .pmg .pmg_list .pmg_it + .pmg_it {
    margin-top: 7.69231vw;
  }
  .p_top .pmg .pmg_list .pmg_it h3 {
    margin-bottom: 2.5641vw;
  }
  .p_top .pmg .pmg_list .pmg_it h3 small {
    display: block;
    font-weight: 700;
    font-size: 3.33333vw;
    line-height: 1.18182;
    letter-spacing: 0.07em;
    margin-bottom: 3.84615vw;
  }
  .p_top .pmg .pmg_list .pmg_it h3 img {
    width: 50.76923vw;
    max-width: 100%;
  }
  .p_top .pmg .pmg_list .pmg_it p {
    font-weight: 700;
    font-size: 3.07692vw;
    line-height: 1.85;
    letter-spacing: 0.07em;
  }
  .p_top .links {
    position: relative;
  }
  .p_top .links ul li a {
    display: block;
    position: relative;
  }
  .p_top .links ul li a .txt {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0vw;
    text-align: center;
    padding-bottom: 23.07692vw;
    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: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 3.84615vw;
    padding-right: 3.84615vw;
  }
  .p_top .links ul li a .txt h3 {
    font-weight: 900;
    font-size: 5.64103vw;
    line-height: 1.4375;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10.25641vw;
  }
  .p_top .links ul li a .txt p {
    font-weight: 500;
    font-size: 4.10256vw;
    text-align: center;
    color: #ffffff;
  }
  .p_top .links ul li a .txt .btn_viewMore {
    position: absolute;
    right: 3.84615vw;
    bottom: 2.5641vw;
    width: 16.66667vw;
    height: 16.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-indent: -9999px;
    font-size: 5.12821vw;
    font-weight: 500;
    background: url(../img/btn_ar.png) center/100% 100% no-repeat;
  }
  .p_top .branch {
    padding: 14.35897vw 0;
    background: rgba(252, 214, 151, 0.3);
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_top .branch::before {
    content: '';
    position: absolute;
    top: 0;
    left: -11.28205vw;
    width: 61.79487vw;
    height: 4.87179vw;
    background: url(../img/branch_bg1_sp.png) center right no-repeat;
    display: block;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
  }
  .p_top .branch::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -13.84615vw;
    width: 58.46154vw;
    height: 4.87179vw;
    background: url(../img/branch_bg2_sp.png) center right no-repeat;
    display: block;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
  }
  .p_top .branch .row {
    max-width: 272.82051vw;
  }
  .p_top .branch ul {
    display: -ms-grid;
    display: grid;
    gap: 8.97436vw;
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .branch ul li a {
    display: block;
  }
  .p_top .branch ul li figure img {
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  }
  .p_top .branch ul li h3 {
    font-weight: 700;
    font-size: 4.61538vw;
    line-height: 1.47059;
    color: #3073ba;
    margin: 3.84615vw 0 1.28205vw;
  }
  .p_top .branch ul li p {
    font-size: 4.10256vw;
    line-height: 1.44444;
  }
  .p_top .news {
    padding: 19.48718vw 0 12.82051vw;
  }
  .p_top .news h2 {
    font-weight: 700;
    font-size: 5.64103vw;
    color: #383835;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_top .news h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30.42735vw;
    height: 2.90598vw;
    background: url(../img/news_tt_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .news ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 4.10256vw;
    padding: 6.41026vw 0;
    border-bottom: 1px solid #fcd697;
  }
  .p_top .news ul li a time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 19.23077vw;
    font-size: 3.84615vw;
  }
  .p_top .news ul li a span {
    color: #ffffff;
    background-color: #fcd697;
    min-width: 20.51282vw;
    min-height: 5.64103vw;
    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;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 2.82051vw;
  }
  .p_top .news ul li a p {
    width: 100%;
    margin-top: 2.5641vw;
  }
  .p_contact .zoom_area {
    background-color: #f1f8ff;
    padding: 15.38462vw 0 20.51282vw;
  }
  .p_contact .zoom_area .zoom_btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 5.12821vw;
    border-radius: 5.12821vw;
    height: 20.51282vw;
    background: #001655;
    border-radius: 5.12821vw;
    font-weight: 700;
    font-size: 4.10256vw;
    color: #ffffff;
    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;
    width: 100%;
  }
  .p_contact .zoom_area .zoom_btn::after {
    position: absolute;
    top: 50%;
    right: 2.5641vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    margin-left: 6.41026vw;
    width: 5.12821vw;
    height: 5.12821vw;
    background: url(../img/contact/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_contact .contact {
    padding: 15.38462vw 0;
    background-color: #f1f8ff;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_contact .contact.st2 {
    background-color: #faf8e7;
  }
  .p_contact .contact.st2 .row {
    max-width: 241.02564vw;
  }
  .p_contact .contact.st2 .form dl dt {
    width: 89.74359vw;
    color: #da8019;
  }
  .p_contact .contact.st2 .form dl dd input {
    -moz-border-radius: 2.5641vw;
    border-radius: 2.5641vw;
  }
  .p_contact .contact.st2 .form .checkboxWr label {
    color: #da8019;
  }
  .p_contact .contact.st2 .form .checkboxWr label span::before {
    border-color: #da8019;
  }
  .p_contact .contact.st2 .form button {
    background-color: #da8019;
  }
  .p_contact .contact::before {
    content: '';
    position: absolute;
    width: 81.53846vw;
    height: 81.53846vw;
    top: 0;
    left: 0;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_contact .contact::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vw;
    right: 0;
    bottom: 0;
    background: #b5b5b6;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_contact .contact .row {
    max-width: 215.38462vw;
  }
  .p_contact .contact .form {
    position: relative;
    z-index: 2;
  }
  .p_contact .contact .form .f_txtError {
    font-size: 3.58974vw;
    letter-spacing: 0.07em;
    margin-bottom: 1.02564vw;
    color: #f00;
  }
  .p_contact .contact .form button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 5.12821vw;
    border-radius: 5.12821vw;
    height: 20.51282vw;
    background: #001655;
    border-radius: 5.12821vw;
    font-weight: 700;
    font-size: 4.10256vw;
    color: #ffffff;
    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;
    width: 100%;
  }
  .p_contact .contact .form button::after {
    content: '';
    margin-left: 6.41026vw;
    width: 5.12821vw;
    height: 5.12821vw;
    background: url(../img/contact/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_contact .contact .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 12.82051vw 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p_contact .contact .form .checkboxWr div,
  .p_contact .contact .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_contact .contact .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    font-size: 3.58974vw;
    color: #001655;
  }
  .p_contact .contact .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_contact .contact .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 11.02564vw;
  }
  .p_contact .contact .form .checkboxWr label span::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 5.89744vw;
    height: 5.89744vw;
    background: #ffffff;
    border: 2px solid #001655;
    -moz-border-radius: 0.76923vw;
    border-radius: 0.76923vw;
  }
  .p_contact .contact .form .checkboxWr label span::after {
    left: 2.05128vw;
    top: 0;
    width: 1.79487vw;
    height: 3.84615vw;
    border: solid #000;
    border-width: 0 0.51282vw 0.51282vw 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
  }
  .p_contact .contact .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_contact .contact .form dl + dl {
    margin-top: 8.20513vw;
  }
  .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;
    font-weight: 700;
    font-size: 4.10256vw;
    line-height: 1.56;
    color: #001655;
    margin-bottom: 2.5641vw;
  }
  .p_contact .contact .form dl dt span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 3.07692vw;
    text-align: center;
    color: #fff;
    margin-left: 2.5641vw;
    width: 10vw;
    height: 5.12821vw;
    background: #fd4b01;
    -moz-border-radius: 0.76923vw;
    border-radius: 0.76923vw;
    font-weight: bold;
  }
  .p_contact .contact .form dl dt small {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 3.07692vw;
    text-align: center;
    color: #fff;
    margin-left: 2.5641vw;
    width: 10vw;
    height: 5.12821vw;
    background: #909090;
    -moz-border-radius: 0.76923vw;
    border-radius: 0.76923vw;
    font-weight: bold;
  }
  .p_contact .contact .form dl dd {
    width: 100%;
  }
  .p_contact .contact .form dl dd input {
    width: 100%;
    padding: 0 7.69231vw;
    outline: none;
    font-size: -webkit-calc(max(4.10256vw, 16px));
    font-size: -moz-calc(max(4.10256vw, 16px));
    font-size: calc(max(4.10256vw, 16px));
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 16.92308vw;
    border: 0;
    background: #ffffff;
    -moz-box-shadow: 1.02564vw 1.02564vw 0.25641vw rgba(195, 195, 195, 0.25);
    box-shadow: 1.02564vw 1.02564vw 0.25641vw rgba(195, 195, 195, 0.25);
    -moz-border-radius: 0.76923vw;
    border-radius: 0.76923vw;
  }
  .p_contact .contact .form dl dd input::-webkit-input-placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input::-moz-placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input:-ms-input-placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input::placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea {
    width: 100%;
    padding: 6.41026vw 7.69231vw;
    outline: none;
    font-size: -webkit-calc(max(4.10256vw, 16px));
    font-size: -moz-calc(max(4.10256vw, 16px));
    font-size: calc(max(4.10256vw, 16px));
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 87.17949vw;
    border: 0;
    background: #ffffff;
    -moz-box-shadow: 1.02564vw 1.02564vw 0.25641vw rgba(195, 195, 195, 0.25);
    box-shadow: 1.02564vw 1.02564vw 0.25641vw rgba(195, 195, 195, 0.25);
    -moz-border-radius: 0.76923vw;
    border-radius: 0.76923vw;
  }
  .p_contact .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea::-moz-placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea:-ms-input-placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea::placeholder {
    color: #7d7c7c;
    opacity: 1;
  }
  .p_contact .contact .form dl dd .cb_desc {
    min-height: 11.02564vw;
    background: #ffffff;
    border: 1px dashed #ff3838;
    padding-left: 11.02564vw;
    font-weight: 400;
    font-size: 3.58974vw;
    color: #ff3838;
    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_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 5.12821vw;
    margin-left: 0;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item label,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
    position: relative;
    cursor: pointer;
    font-size: 4.10256vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: 500;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item label input,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item label span,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 11.02564vw;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item label span::before,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label span::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 7.17949vw;
    height: 7.17949vw;
    background: #ffffff;
    border: 1px solid #6f6f6f;
    -moz-border-radius: 0.76923vw;
    border-radius: 0.76923vw;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item label span::after,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label span::after {
    left: 2.5641vw;
    top: -0.25641vw;
    width: 2.05128vw;
    height: 5.12821vw;
    border: solid #000;
    border-width: 0 0.51282vw 0.51282vw 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
  }
  .p_contact .contact .form dl dd .list_checkbox .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span:after,
  .p_contact
    .contact
    .form
    dl
    dd
    .wpcf7-form-control-wrap
    .wpcf7-checkbox
    .wpcf7-list-item
    label
    input:checked
    ~ span:after {
    display: block;
  }
  .p_contact .contact .form dl dd .list_checkbox li,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field {
    margin-bottom: 5.12821vw;
  }
  .p_contact .contact .form dl dd .list_checkbox li label,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field label,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li label,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field label {
    position: relative;
    cursor: pointer;
    font-size: 4.10256vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: 500;
  }
  .p_contact .contact .form dl dd .list_checkbox li label input,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field label input,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li label input,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_contact .contact .form dl dd .list_checkbox li label span,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field label span,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li label span,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 11.02564vw;
  }
  .p_contact .contact .form dl dd .list_checkbox li label span::before,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field label span::before,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li label span::before,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field label span::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 7.17949vw;
    height: 7.17949vw;
    background: #ffffff;
    border: 1px solid #6f6f6f;
    -moz-border-radius: 0.76923vw;
    border-radius: 0.76923vw;
  }
  .p_contact .contact .form dl dd .list_checkbox li label span::after,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field label span::after,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li label span::after,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field label span::after {
    left: 2.5641vw;
    top: -0.25641vw;
    width: 2.05128vw;
    height: 5.12821vw;
    border: solid #000;
    border-width: 0 0.51282vw 0.51282vw 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
  }
  .p_contact .contact .form dl dd .list_checkbox li label input:checked ~ span:after,
  .p_contact .contact .form dl dd .list_checkbox .mwform-checkbox-field label input:checked ~ span:after,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap li label input:checked ~ span:after,
  .p_contact .contact .form dl dd .wpcf7-form-control-wrap .mwform-checkbox-field label input:checked ~ span:after {
    display: block;
  }
  .p_contact .contact .form dl dd .list_rd,
  .p_contact .contact .form dl dd .wpcf7-radio {
    padding-left: 13.84615vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5.12821vw 0;
  }
  .p_contact .contact .form dl dd .list_rd .rd,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item,
  .p_contact .contact .form dl dd .wpcf7-radio .rd,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
  .p_contact .contact .form dl dd .list_rd .rd:not(:last-child),
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field:not(:last-child),
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item:not(:last-child),
  .p_contact .contact .form dl dd .wpcf7-radio .rd:not(:last-child),
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field:not(:last-child),
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 10.25641vw;
  }
  .p_contact .contact .form dl dd .list_rd .rd label,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field label,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item label,
  .p_contact .contact .form dl dd .wpcf7-radio .rd label,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field label,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 3.58974vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    line-height: 6.41026vw;
  }
  .p_contact .contact .form dl dd .list_rd .rd label input,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field label input,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item label input,
  .p_contact .contact .form dl dd .wpcf7-radio .rd label input,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field label input,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_contact .contact .form dl dd .list_rd .rd span,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field span,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item span,
  .p_contact .contact .form dl dd .wpcf7-radio .rd span,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field span,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 11.53846vw;
  }
  .p_contact .contact .form dl dd .list_rd .rd span::before,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field span::before,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item span::before,
  .p_contact .contact .form dl dd .wpcf7-radio .rd span::before,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field span::before,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 6.41026vw;
    height: 6.41026vw;
    background: #ffffff;
    border: 1px solid #010101;
  }
  .p_contact .contact .form dl dd .list_rd .rd span::after,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field span::after,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item span::after,
  .p_contact .contact .form dl dd .wpcf7-radio .rd span::after,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field span::after,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item span::after {
    top: 1.28205vw;
    left: 1.28205vw;
    width: 3.84615vw;
    height: 3.84615vw;
    background: #0275ff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    position: absolute;
    display: none;
  }
  .p_contact .contact .form dl dd .list_rd .rd label input:checked ~ span:after,
  .p_contact .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after,
  .p_contact .contact .form dl dd .list_rd .wpcf7-list-item label input:checked ~ span:after,
  .p_contact .contact .form dl dd .wpcf7-radio .rd label input:checked ~ span:after,
  .p_contact .contact .form dl dd .wpcf7-radio .mwform-radio-field label input:checked ~ span:after,
  .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item label input:checked ~ span:after {
    display: block;
  }
  .p_contact .contact .form dl dd .cal {
    position: relative;
  }
  .p_contact .contact .form dl dd .wrap_datepicker {
    position: relative;
  }
  .p_contact .contact .form dl dd .wrap_datepicker input.datepicker {
    cursor: pointer;
  }
  .p_contact .contact .form dl dd .wrap_datepicker input.datepicker::-webkit-input-placeholder {
    color: #262626;
    opacity: 1;
  }
  .p_contact .contact .form dl dd .wrap_datepicker input.datepicker::-moz-placeholder {
    color: #262626;
  }
  .p_contact .contact .form dl dd .wrap_datepicker input.datepicker:-ms-input-placeholder {
    color: #262626;
  }
  .p_contact .contact .form dl dd .wrap_datepicker input.datepicker:-moz-placeholder {
    color: #262626;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker.focus ~ .wrap_table {
    border: 1px solid #d1d1d1;
    z-index: 1;
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table {
    padding: 1.28205vw;
    position: absolute;
    top: -7.69231vw;
    background: #fff;
    width: 71.79487vw;
    margin-top: 12.82051vw;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #d1d1d1;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table > p {
    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;
    font-size: 4.10256vw;
    line-height: 10.25641vw;
    background: #d1d1d1;
    -moz-border-radius: 1.28205vw;
    border-radius: 1.28205vw;
    color: #000000;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table > p span.next,
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table > p span.prev {
    display: inline-block;
    width: 10.25641vw;
    height: 10.25641vw;
    position: relative;
    text-indent: -2563.84615vw;
    overflow: hidden;
    cursor: pointer;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table > p span.next::before,
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    position: absolute;
    content: '';
    width: 2.30769vw;
    height: 3.84615vw;
    background: url('../img/cal_arrow.png') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    -webkit-transform: translate(-50%, -50%) scale(-1);
    -moz-transform: translate(-50%, -50%) scale(-1);
    -ms-transform: translate(-50%, -50%) scale(-1);
    transform: translate(-50%, -50%) scale(-1);
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table table {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table table tr th {
    border: 1px solid #fff;
    color: #000000;
    font-size: 3.58974vw;
    line-height: 2;
    font-weight: normal;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table table tr td {
    border: 1px solid #d1d1d1;
    font-size: 3.58974vw;
    line-height: 2;
    width: 9.23077vw;
    height: 7.69231vw;
    background: #f6f6f6;
    color: #d1d1d1;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table table tr td.active {
    cursor: pointer;
    color: #000;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table table tr td.selected {
    border-color: #000;
  }
  .p_contact .contact .form dl dd .wrap_datepicker .datepicker ~ .wrap_table table tr td.no_day {
    opacity: 0;
  }
  .p_news .news {
    background-color: #f1f8ff;
    position: relative;
    padding: 12.05128vw 0 20.51282vw;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_news .news::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vw;
    right: 0;
    bottom: 0;
    background: #b5b5b6;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_news .news .news_head,
  .p_news .news .news_bot {
    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;
    margin-bottom: 6.41026vw;
  }
  .p_news .news .news_head > a,
  .p_news .news .news_bot > a {
    width: 51.28205vw;
    height: 10.25641vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-linear-gradient(357.59deg, #5fc0ea 0%, #3073ba 100%);
    background: -moz- oldlinear-gradient(357.59deg, #5fc0ea 0%, #3073ba 100%);
    background: linear-gradient(92.41deg, #5fc0ea 0%, #3073ba 100%);
    font-weight: 700;
    font-size: 4.10256vw;
    color: #ffffff;
  }
  .p_news .news .news_head ul,
  .p_news .news .news_bot 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;
    -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;
    width: 100%;
    margin-top: 12.82051vw;
  }
  .p_news .news .news_head ul li:not(:last-child),
  .p_news .news .news_bot ul li:not(:last-child) {
    margin-bottom: 12.82051vw;
  }
  .p_news .news .news_head ul li a,
  .p_news .news .news_bot ul li a {
    width: 51.28205vw;
    height: 14.10256vw;
    background: #ffffff;
    -moz-box-shadow: 0.76923vw 0.76923vw 0.25641vw #3479be;
    box-shadow: 0.76923vw 0.76923vw 0.25641vw #3479be;
    -moz-border-radius: 5.12821vw;
    border-radius: 5.12821vw;
    font-weight: 700;
    font-size: 4.10256vw;
    color: #001655;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_news .news .news_head ul li a::after,
  .p_news .news .news_bot ul li a::after {
    content: '';
    margin-left: 2.5641vw;
    width: 3.84615vw;
    height: 3.84615vw;
    background: url(../img/ar2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_news .news .news_head ul li a:hover,
  .p_news .news .news_bot ul li a:hover {
    opacity: 1;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0.76923vw);
    -moz-transform: translateY(0.76923vw);
    -ms-transform: translateY(0.76923vw);
    transform: translateY(0.76923vw);
  }
  .p_news .news .news_ctn ul {
    display: -ms-grid;
    display: grid;
    gap: 3.84615vw;
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_news .news .news_ctn ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    padding: 2.5641vw 1.28205vw 2.5641vw 0;
  }
  .p_news .news .news_ctn ul li a figure {
    width: 32.05128vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_news .news .news_ctn ul li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_news .news .news_ctn ul li a .txt {
    width: 100%;
    padding-left: 1.79487vw;
  }
  .p_news .news .news_ctn ul li a .txt .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_news .news .news_ctn ul li a .txt .tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_news .news .news_ctn ul li a .txt .tags span {
    margin-right: 1.28205vw;
    margin-bottom: 1.28205vw;
    min-width: 21.53846vw;
    min-height: 5.64103vw;
    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;
    padding: 0 2.5641vw;
    background: #001655;
    -moz-border-radius: 1.28205vw;
    border-radius: 1.28205vw;
    color: #fff;
    font-size: 3.07692vw;
    font-weight: bold;
  }
  .p_news .news .news_ctn ul li a .txt time {
    font-size: 3.07692vw;
    font-weight: bold;
    color: #001655;
    display: block;
    margin-top: 1.28205vw;
  }
  .p_news .news .news_ctn ul li a .txt h3 {
    font-weight: 700;
    font-size: 4.10256vw;
    color: #001655;
    border-bottom: 1px solid;
    padding-bottom: 1.28205vw;
    margin-bottom: 2.5641vw;
  }
  .p_news .news .news_ctn ul li a .txt p {
    font-weight: 700;
    font-size: 3.84615vw;
    line-height: 1.31;
    color: #010101;
  }
  .p_news .news_dt {
    position: relative;
    background: url(../img/news/news_dt_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 12.82051vw 0 21.53846vw;
    margin-bottom: -0.25641vw;
  }
  .p_news .news_dt .row {
    max-width: 266.66667vw;
  }
  .p_news .news_dt::before {
    content: '';
    position: absolute;
    width: 31.02564vw;
    height: 31.02564vw;
    top: 6.41026vw;
    left: 0;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_news .news_dt::after {
    content: '';
    position: absolute;
    width: 31.02564vw;
    height: 31.02564vw;
    right: 0;
    bottom: -0.25641vw;
    background: #b5b5b6;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_news .news_dt .thumb {
    text-align: center;
  }
  .p_news .news_dt .thumb img {
    display: inline-block;
  }
  .p_news .news_dt .news_dt_ctn {
    background-color: #fff;
    padding: 2.5641vw;
    font-weight: 500;
    font-size: 4.10256vw;
    line-height: 1.72;
  }
  .p_news .news_dt .news_dt_ctn .meta .tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_news .news_dt .news_dt_ctn .meta .tags span {
    margin-right: 1.28205vw;
    margin-bottom: 1.28205vw;
    min-width: 21.53846vw;
    min-height: 5.64103vw;
    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;
    padding: 0 2.5641vw;
    background: #001655;
    -moz-border-radius: 1.28205vw;
    border-radius: 1.28205vw;
    color: #fff;
    font-size: 3.07692vw;
    font-weight: bold;
  }
  .p_news .news_dt .news_dt_ctn .meta time {
    font-size: 3.07692vw;
    font-weight: bold;
    color: #001655;
    display: block;
    margin-top: 1.28205vw;
  }
  .p_news .news_dt .news_dt_ctn .meta h1 {
    font-weight: 700;
    font-size: 4.10256vw;
    color: #001655;
    margin: 2.5641vw 0 1.28205vw;
  }
  .p_news .news_dt .news_dt_btn {
    margin-top: 12.82051vw;
    text-align: center;
  }
  .p_news .news_dt .news_dt_btn a {
    width: 105.12821vw;
    height: 17.17949vw;
    background-color: #001655;
    font-weight: 700;
    font-size: 4.10256vw;
    color: #ffffff;
    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;
    max-width: 100%;
  }
  .p_news .news_dt .news_dt_btn a::after {
    content: '';
    margin-left: 2.5641vw;
    width: 3.84615vw;
    height: 3.84615vw;
    background: url(../img/contact/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_company .c_mv {
    position: relative;
    padding: 17.94872vw 0 17.17949vw;
  }
  .p_company .c_mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p_company .c_mv .txt h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }
  .p_company .c_mv .txt h2 span {
    font-weight: 700;
    font-size: 5.64103vw;
    line-height: 1.41;
    color: #000;
    background-color: #fcd697;
    display: inline-block;
    margin-bottom: 1.28205vw;
    padding: 0 2.5641vw;
  }
  .p_company .company .message {
    padding: 23.07692vw 0 32.05128vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }
  .p_company .company .message::before {
    content: '';
    position: absolute;
    width: 52.82051vw;
    height: 52.82051vw;
    top: 10.25641vw;
    left: 0;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_company .company .message::after {
    content: '';
    position: absolute;
    left: 106.66667vw;
    bottom: 0;
    width: -webkit-calc(100% - vw(416));
    width: -moz-calc(100% - vw(416));
    width: calc(100% - vw(416));
    height: 16.41026vw;
    background: url(../img/company/message_bg2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_company .company .message .df .df_l {
    width: 56.92308vw;
    padding-bottom: 24.35897vw;
    margin: 0 auto;
    background: url(../img/company/message_bg_sp.png) center/100% 100% no-repeat;
  }
  .p_company .company .message .df .df_l .message_img1 {
    margin-left: 7.69231vw;
    margin-right: -7.69231vw;
    margin-top: -16.66667vw;
  }
  .p_company .company .message .df .df_l dl {
    font-weight: 500;
    font-size: 3.07692vw;
    line-height: 1.4;
    color: #ffffff;
    margin-top: 7.05128vw;
    padding-left: 6.66667vw;
  }
  .p_company .company .message .df .df_l dl dt {
    margin-bottom: 7.69231vw;
  }
  .p_company .company .message .df .df_l dl dt img {
    width: 26.66667vw;
  }
  .p_company .company .message .df .df_r {
    padding: 7.69231vw;
  }
  .p_company .company .message .df .df_r h2 {
    margin-bottom: 7.69231vw;
  }
  .p_company .company .message .df .df_r h2 small img {
    width: 232.82051vw;
  }
  .p_company .company .message .df .df_r .it {
    padding-left: 5.12821vw;
  }
  .p_company .company .message .df .df_r .it + .it {
    margin-top: 4.10256vw;
  }
  .p_company .company .message .df .df_r .it h3 {
    font-size: 3.33333vw;
    font-weight: bold;
  }
  .p_company .company .message .df .df_r .it p {
    font-weight: 700;
    font-size: 2.5641vw;
    line-height: 1.55;
    color: #231815;
  }
  .p_company .company .message .df .df_r .it p + p {
    margin-top: 3.84615vw;
  }
  .p_company .company .message .df .df_r .it .ceo {
    font-size: 3.58974vw;
    font-weight: bold;
    margin-top: 7.69231vw;
  }
  .p_company .company .message .df .df_r .it .ceo small {
    font-size: 2.5641vw;
    font-weight: bold;
    display: block;
  }
  .p_company .company .c_best {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_company .company .c_best .c_best_head {
    position: relative;
    margin-bottom: 7.69231vw;
  }
  .p_company .company .c_best .c_best_head .txt {
    z-index: 3;
    margin-top: -20vw;
  }
  .p_company .company .c_best .c_best_head .txt h2 img {
    width: 415.38462vw;
  }
  .p_company .company .c_best .c_best_head .txt p {
    font-weight: 500;
    font-size: 3.84615vw;
    line-height: 2.11;
    color: #383835;
  }
  .p_company .company .c_best .c_best_ctn {
    padding-bottom: 28.20513vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: url(../img/company/c_best_ctn_bg_sp.png) center bottom no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .p_company .company .c_best .c_best_ctn ul li + li {
    margin-top: 30.76923vw;
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-child(even) .df .fig .num {
    right: 0;
    left: initial;
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-of-type(2) {
    position: relative;
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-of-type(2)::after {
    content: '';
    position: absolute;
    width: 48.71795vw;
    height: 48.71795vw;
    right: -5.12821vw;
    top: -6.41026vw;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-of-type(3),
  .p_company .company .c_best .c_best_ctn ul li:nth-of-type(5) {
    position: relative;
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-of-type(3)::after,
  .p_company .company .c_best .c_best_ctn ul li:nth-of-type(5)::after {
    content: '';
    position: absolute;
    width: 48.71795vw;
    height: 48.71795vw;
    left: -5.12821vw;
    top: -6.41026vw;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-of-type(3) .df .fig .figcaption,
  .p_company .company .c_best .c_best_ctn ul li:nth-of-type(5) .df .fig .figcaption {
    top: 10.25641vw;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-of-type(6) .df .fig .figcaption {
    top: -6.41026vw;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-of-type(4) {
    position: relative;
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-of-type(4)::after {
    content: '';
    position: absolute;
    width: 48.71795vw;
    height: 48.71795vw;
    right: -5.12821vw;
    top: -6.41026vw;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
  .p_company .company .c_best .c_best_ctn ul li:nth-of-type(4) .df .fig .figcaption {
    top: -6.41026vw;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .fig {
    position: relative;
    padding-left: 3.84615vw;
    padding-right: 3.84615vw;
    margin: 0 -3.84615vw 12.82051vw;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .fig .num {
    position: absolute;
    width: 32.5641vw;
    left: 0;
    bottom: -8.97436vw;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .fig .figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p_company .company .c_best .c_best_ctn ul li .df .fig .figcaption span {
    font-weight: 700;
    font-size: 4.10256vw;
    background-color: #383835;
    letter-spacing: 0.05em;
    color: #ffffff;
    display: inline-block;
    padding: 0 2.5641vw;
    margin-bottom: 1.28205vw;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .txt h3 {
    font-weight: 700;
    font-size: 7.4359vw;
    letter-spacing: 0.1em;
    color: #001655;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .txt h4 {
    margin: 3.84615vw 0;
    text-align: center;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .txt h4 span {
    display: inline-block;
    font-weight: 700;
    font-size: 3.33333vw;
    letter-spacing: 0.14em;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .p_company .company .c_best .c_best_ctn ul li .df .txt p {
    font-weight: 500;
    font-size: 3.84615vw;
    line-height: 1.8;
    color: #231815;
  }
  .p_company .company .medical {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: url(../img/company/medical_bg_sp.png) center top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .p_company .company .medical .row {
    padding-left: 3.84615vw;
    padding-right: 3.84615vw;
  }
  .p_company .company .medical::after {
    content: '';
    position: absolute;
    width: 87.17949vw;
    height: 87.17949vw;
    right: 0;
    bottom: 0;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_company .company .medical .txt {
    padding: 30.76923vw 0 5.12821vw;
  }
  .p_company .company .medical .txt h2 {
    text-align: right;
    margin-bottom: 15.64103vw;
  }
  .p_company .company .medical .txt h2 img {
    display: inline-block;
    width: 61.79487vw;
  }
  .p_company .company .medical .txt .ctTop h3 {
    font-weight: 700;
    font-size: 5.89744vw;
    line-height: 1.57;
    color: #ffffff;
  }
  .p_company .company .medical .txt .ctTop ul li {
    font-weight: 500;
    font-size: 3.84615vw;
    line-height: 1.9;
    color: #ffffff;
  }
  .p_company .company .medical .txt .ctBot {
    margin-top: 7.69231vw;
  }
  .p_company .company .medical .txt .ctBot .cl h3 {
    margin-bottom: 2.5641vw;
  }
  .p_company .company .medical .txt .ctBot .cl h3 img {
    width: 43.58974vw;
  }
  .p_company .company .medical .txt .ctBot .cl dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_company .company .medical .txt .ctBot .cl dl + dl {
    margin-top: 1.28205vw;
  }
  .p_company .company .medical .txt .ctBot .cl dl:nth-of-type(2),
  .p_company .company .medical .txt .ctBot .cl dl:nth-of-type(5) {
    padding-left: 2.5641vw;
  }
  .p_company .company .medical .txt .ctBot .cl dl:nth-of-type(3),
  .p_company .company .medical .txt .ctBot .cl dl:nth-of-type(4) {
    padding-left: 5.12821vw;
  }
  .p_company .company .medical .txt .ctBot .cl dl dt {
    width: 13.58974vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_company .company .medical .txt .ctBot .cl dl dd {
    width: 100%;
  }
  .p_company .company .medical .txt .ctBot .cl dl dd p {
    display: inline-block;
    font-weight: 500;
    font-size: 1.79487vw;
    letter-spacing: -0.08em;
    color: #231815;
    padding: 1.28205vw 3.84615vw;
    background: url(../img/company/sk_bg.png) center/100% 100% no-repeat;
  }
  .p_company .company .medical .txt .ctBot .cr {
    margin-top: 7.69231vw;
  }
  .p_company .company .medical .txt .ctBot .cr ul {
    display: -ms-grid;
    display: grid;
    gap: 2.5641vw 7.69231vw;
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_company .company .medical .txt .ctBot .cr ul figcaption {
    line-height: 1.5;
    font-weight: 500;
    font-size: 2.5641vw;
    color: #231815;
    margin-top: 1.28205vw;
  }
  .p_company .company .c_company {
    padding: 12.82051vw 0 17.94872vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_company .company .c_company::after {
    content: '';
    position: absolute;
    width: 119.48718vw;
    height: 119.48718vw;
    right: 0;
    bottom: 0;
    background: #383835;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_company .company .c_company::before {
    content: '';
    position: absolute;
    width: 135.89744vw;
    height: 135.89744vw;
    left: 0;
    bottom: 0;
    background: #b5b5b6;
    display: block;
    z-index: -2;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .p_company .company .c_company h2 {
    margin-bottom: 7.69231vw;
  }
  .p_company .company .c_company h2 small {
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 1.45;
    color: #3073ba;
    display: block;
    margin-bottom: 4.10256vw;
  }
  .p_company .company .c_company h2 span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24.87179vw;
    height: 8.97436vw;
    color: #fff;
    font-size: 4.61538vw;
    font-weight: bold;
    background: -webkit-linear-gradient(356.64deg, #0030bb 0%, #001655 100%);
    background: -moz- oldlinear-gradient(356.64deg, #0030bb 0%, #001655 100%);
    background: linear-gradient(93.36deg, #0030bb 0%, #001655 100%);
  }
  .p_company .company .c_company .dlist {
    background-color: #fff;
  }
  .p_company .company .c_company .dlist dl:not(:last-child) {
    border-bottom: 2px solid #edf5fe;
  }
  .p_company .company .c_company .dlist dl dt {
    background: #001655;
    font-size: 4.10256vw;
    color: #fff;
    padding: 5.12821vw;
    text-align: center;
    font-weight: bold;
  }
  .p_company .company .c_company .dlist dl dd {
    font-size: 5.64103vw;
    color: #010101;
    font-weight: bold;
    font-size: 4.10256vw;
    padding: 5.12821vw;
    text-align: center;
  }
  .p_company .company .c_company .dlist dl dd > span {
    display: inline-block;
    text-align: left;
  }
  .p_company .company .c_company .dlist dl dd .listNum {
    list-style-type: decimal;
    display: inline-block;
    text-align: left;
    padding-left: 5.12821vw;
  }
  .p_company .company .c_company .dlist dl dd .listNum li {
    font-size: 4.10256vw;
    list-style-type: decimal;
  }
  .p_company .company .c_company .dlist dl dd .listNum li + li {
    margin-top: 2.5641vw;
  }
  .p_employee .c_mv {
    position: relative;
  }
  .p_employee .c_mv .txt {
    width: 100%;
    background: url(../img/employee/c_mv_bg_sp.png) center top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .p_employee .c_mv .txt .row {
    max-width: 284.61538vw;
  }
  .p_employee .c_mv .txt .df .df_l {
    padding: 5.12821vw 0;
  }
  .p_employee .c_mv .txt .df .df_l p {
    font-weight: 500;
    font-size: 3.84615vw;
    line-height: 1.6;
  }
  .p_employee .c_mv .txt .df .df_r {
    background-color: rgba(56, 56, 53, 0.8);
    margin: 0 -5.12821vw;
    padding: 3.84615vw;
  }
  .p_employee .employee .point {
    padding: 12.82051vw 0 11.53846vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_employee .employee .point::before {
    content: '';
    position: absolute;
    width: 137.4359vw;
    height: 137.4359vw;
    bottom: 0;
    left: 0;
    background: #b5b5b6;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .p_employee .employee .point .row {
    max-width: 264.10256vw;
  }
  .p_employee .employee .point .point_top {
    margin-bottom: 9.87179vw;
  }
  .p_employee .employee .point .point_top h2 {
    text-align: center;
    margin-bottom: 2.5641vw;
  }
  .p_employee .employee .point .point_top h2 img {
    width: 462.05128vw;
    display: inline-block;
  }
  .p_employee .employee .point .point_top p {
    font-weight: 500;
    font-size: 3.84615vw;
    line-height: 1.65;
    color: #010101;
    text-align: center;
  }
  .p_employee .employee .point .point_top p span {
    display: inline-block;
    text-align: left;
  }
  .p_employee .employee .point .point_bot h2 {
    text-align: center;
    margin-bottom: 5.12821vw;
  }
  .p_employee .employee .point .point_bot h2 img {
    display: inline-block;
  }
  .p_employee .employee .point .point_bot h3 {
    font-weight: 700;
    font-size: 5.12821vw;
    line-height: 1.52;
    letter-spacing: -0.11em;
    color: #231815;
  }
  .p_employee .employee .point .point_bot .df figure {
    width: 50%;
    margin: 0 auto;
  }
  .p_employee .employee .point .point_bot .df .txt {
    font-weight: 500;
    font-size: 3.84615vw;
    line-height: 2;
    color: #010101;
  }
  .p_employee .employee .plan {
    padding: 12.82051vw 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    z-index: 2;
  }
  .p_employee .employee .plan .plan_head p {
    font-weight: 500;
    font-size: 3.84615vw;
    line-height: 1.27;
    color: #010101;
  }
  .p_employee .employee .plan .plan_head h2 {
    margin-bottom: 5.12821vw;
  }
  .p_employee .employee .plan .plan_head h2 small {
    padding-left: 15.38462vw;
    font-size: 2.82051vw;
    font-weight: bold;
    text-align: left;
  }
  .p_employee .employee .plan .plan_head h2 span img {
    width: 85.64103vw;
  }
  .p_employee .employee .plan h3 {
    font-weight: 700;
    font-size: 4.61538vw;
    line-height: 1.33;
    margin: 3.84615vw 0;
    color: #231815;
    text-align: center;
  }
  .p_employee .employee .plan .plan_bd {
    margin-top: 12.82051vw;
  }
  .p_employee .employee .plan .plan_bd .bd_l {
    width: 25.64103vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 30.76923vw;
  }
  .p_employee .employee .plan .plan_bd .bd_l h4 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 700;
    font-size: 8.20513vw;
    line-height: 1.12;
    color: #000000;
    margin-bottom: 6.15385vw;
  }
  .p_employee .employee .plan .plan_bd .bd_l p {
    font-weight: 500;
    font-size: 3.33333vw;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #000000;
    padding: 3.84615vw 0;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl {
    padding-bottom: 7.69231vw;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl:nth-child(even) dd {
    -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_employee .employee .plan .plan_bd .bd_c dl:nth-child(even) dd p {
    text-align: right;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl:nth-child(even) dt {
    -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_employee .employee .plan .plan_bd .bd_c dl:last-child {
    position: relative;
    padding-bottom: 2.5641vw;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl:last-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: -webkit-calc(100% - vw(25));
    width: -moz-calc(100% - vw(25));
    width: calc(100% - vw(25));
    height: 0.25641vw;
    background: #231815;
    display: block;
  }
  .p_employee .employee .plan .plan_bd .bd_c 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;
    position: relative;
    z-index: 2;
    position: relative;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl dt img {
    width: 34.10256vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl dt::after {
    content: '';
    width: 100%;
    height: 0.25641vw;
    background: #231815;
    display: block;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl dd {
    padding-left: 5.12821vw;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl dd h4 {
    font-weight: 700;
    font-size: 4.61538vw;
    color: #231815;
    background-color: #fcd697;
    padding: 3.84615vw 12.05128vw 2.5641vw;
    margin-top: -1.28205vw;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    margin-bottom: 2.5641vw;
  }
  .p_employee .employee .plan .plan_bd .bd_c dl dd p {
    font-weight: 500;
    font-size: 3.84615vw;
    line-height: 1.8;
    color: #010101;
  }
  .p_employee .employee .plan .plan_bd .bd_r {
    padding-bottom: 12.82051vw;
  }
  .p_employee .employee .plan .plan_bd .bd_r 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;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li {
    width: 29.23077vw;
    margin: 0 2.05128vw;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li figure {
    position: relative;
    padding-bottom: 5.12821vw;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li figure figcaption {
    font-weight: 500;
    color: #010101;
    position: absolute;
    bottom: 0;
    line-height: 1.5;
    left: 0;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li figure figcaption small {
    display: block;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li figure figcaption small img {
    width: 15.7265vw;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li figure figcaption span {
    display: block;
    font-size: 1.79487vw;
  }
  .p_employee .employee .plan .plan_bd .bd_r ul li figure > img {
    overflow: hidden;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .p_employee .employee .staff {
    padding: 14.10256vw 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }
  .p_employee .employee .staff::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vw;
    right: 0;
    top: 0;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .p_employee .employee .staff h2 {
    margin-bottom: 8.97436vw;
  }
  .p_employee .employee .staff h2 img {
    width: 84.10256vw;
  }
  .p_employee .employee .staff .staff_main {
    padding: 0 10.25641vw;
  }
  .p_employee .employee .staff .staff_main ul {
    display: -ms-grid;
    display: grid;
    gap: 13.58974vw;
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_employee .employee .staff .staff_main ul li {
    font-weight: 500;
    font-size: 2.5641vw;
    line-height: 1.75;
    color: #010101;
  }
  .p_employee .employee .staff .staff_main ul li > figure {
    margin-bottom: 6.66667vw;
  }
  .p_employee .employee .staff .staff_main ul li .it_head {
    position: relative;
  }
  .p_employee .employee .staff .staff_main ul li .it_head .circle {
    position: absolute;
    top: -11.53846vw;
    right: -3.84615vw;
    background: rgba(228, 0, 127, 0.5);
    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;
    width: 27.17949vw;
    height: 27.17949vw;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    font-weight: 500;
    font-size: 2.5641vw;
    color: #ffffff;
  }
  .p_employee .employee .staff .staff_main ul li .it_head .circle.st2 {
    background-color: rgba(0, 160, 233, 0.5);
  }
  .p_employee .employee .staff .staff_main ul li .it_head .circle span {
    display: block;
    font-size: 3.84615vw;
  }
  .p_employee .employee .staff .staff_main ul li .it_head h3 {
    margin-bottom: 7.69231vw;
  }
  .p_employee .employee .staff .staff_main ul li .it_head h3 small {
    display: block;
    font-weight: 500;
    font-size: 2.5641vw;
    line-height: 1.5;
    color: #010101;
  }
  .p_employee .employee .staff .staff_main ul li .it_head h3 span {
    display: block;
    font-weight: 500;
    font-size: 3.84615vw;
    color: #010101;
  }
  .p_employee .employee .staff .staff_main ul li .it_head h3 em {
    font-style: normal;
    display: block;
    font-weight: 500;
    font-size: 5.12821vw;
    color: #010101;
    margin-top: 7.69231vw;
  }
  .p_employee .employee .staff .staff_main ul li .it_bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13.58974vw;
  }
  .p_employee .employee .staff .staff_main ul li .it_bot .txt {
    width: 100%;
  }
  .p_employee .employee .staff .staff_main ul li .it_bot .txt dl {
    font-weight: 500;
    font-size: 2.5641vw;
    color: #010101;
  }
  .p_employee .employee .staff .staff_main ul li .it_bot .txt dl + dl {
    margin-top: 1.28205vw;
  }
  .p_employee .employee .staff .staff_main ul li .it_bot .txt dl dt {
    width: 19.74359vw;
    min-height: 4.35897vw;
    font-weight: 500;
    font-size: 2.5641vw;
    background: #fcd697;
    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: #010101;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
  }
  .p_employee .employee .staff .staff_main ul li .it_bot figure {
    width: 34.35897vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_employee .employee .staff .staff_bot {
    font-weight: 700;
    font-size: 4.87179vw;
    color: #010101;
    text-align: center;
    margin-top: 10.25641vw;
  }
  .p_employee .employee .info_bonus {
    background-color: rgba(181, 181, 182, 0.3);
    padding: 10.25641vw 0 10.25641vw;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }
  .p_employee .employee .info_bonus .row {
    max-width: 302.5641vw;
  }
  .p_employee .employee .info_bonus::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/employee/info_bonus_bg_sp.png) center bottom no-repeat;
    display: block;
    z-index: -1;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .p_employee .employee .info_bonus .b_note {
    text-align: right;
    font-weight: bold;
    font-size: 4.10256vw;
    margin-top: 7.94872vw;
  }
  .p_employee .employee .info_bonus .b_note span {
    color: #da0000;
    margin-right: 1.28205vw;
  }
  .p_employee .employee .info_bonus .i_pic {
    text-align: center;
    margin-bottom: 11.79487vw;
  }
  .p_employee .employee .info_bonus .i_pic img {
    display: inline-block;
    width: 71.28205vw;
  }
  .p_employee .employee .info_bonus h2 {
    margin-bottom: 6.41026vw;
  }
  .p_employee .employee .info_bonus h2 img {
    width: 233.84615vw;
    max-width: 100%;
  }
  .p_employee .employee .info_bonus .dlist {
    display: -ms-grid;
    display: grid;
    gap: 8.20513vw;
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_employee .employee .info_bonus .dlist dl {
    background-color: #fff;
    padding: 5.12821vw;
    font-weight: 500;
    font-size: 3.84615vw;
    line-height: 1.38;
    color: #010101;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc {
    position: relative;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc::after {
    content: '';
    position: absolute;
    top: -6.41026vw;
    right: 1.28205vw;
    width: 31.41026vw;
    height: 22.17949vw;
    background: url(../img/employee/info_bonus_ic1.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc.st2::after {
    width: 18.97436vw;
    height: 24.87179vw;
    background: url(../img/employee/info_bonus_ic2.png) center/100% 100% no-repeat;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc.st3 {
    margin-top: 14.10256vw;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc.st3::after {
    width: 29.74359vw;
    height: 27.05128vw;
    background: url(../img/employee/info_bonus_ic3.png) center/100% 100% no-repeat;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc.st4::after {
    right: 0;
    width: 28.07692vw;
    height: 52.69231vw;
    background: url(../img/employee/info_bonus_ic4_sp.png) center/100% 100% no-repeat;
  }
  .p_employee .employee .info_bonus .dlist dl.hasIc.st5::after {
    top: 7.69231vw;
    width: 19.23077vw;
    height: 23.33333vw;
    background: url(../img/employee/info_bonus_ic5.png) center/100% 100% no-repeat;
  }
  .p_employee .employee .info_bonus .dlist dl + dl {
    margin-top: 8.20513vw;
  }
  .p_employee .employee .info_bonus .dlist dl dt {
    font-weight: 700;
    font-size: 6.41026vw;
    line-height: 2.03;
    color: #001655;
  }
  .p_employee .employee .info_bonus .dlist dl dt span {
    color: #da0000;
    font-size: 5.64103vw;
    margin-left: 3.84615vw;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText {
    position: relative;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText:after {
    content: '';
    clear: both;
    display: table;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img {
    float: right;
    margin-left: 3.84615vw;
    width: 29.74359vw;
    margin-top: -5.25641vw;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img.st2 {
    width: 37.86325vw;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img.st3 {
    width: 29.23077vw;
    margin-top: -1.92308vw;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img.st4 {
    width: 28.71795vw;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img.st5 {
    width: 34.52991vw;
    margin-top: -1.92308vw;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText .pos_img.st6 {
    width: 28.71795vw;
    margin-top: -1.92308vw;
  }
  .p_employee .employee .info_bonus .dlist dl dd .blkText + .blkText {
    margin-top: 3.84615vw;
  }
  .p_employee .employee .btnBot {
    padding: 18.71795vw 0 6.15385vw;
    text-align: center;
  }
  .p_employee .employee .btnBot > figure {
    margin-top: 23.07692vw;
  }
  .p_employee .employee .btnBot .row {
    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;
  }
  .p_employee .employee .btnBot a {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 7.69231vw;
    border-radius: 7.69231vw;
    height: 24.61538vw;
    background: #39af38;
    font-weight: 900;
    font-size: 4.61538vw;
    color: #ffffff;
    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;
    min-width: 89.74359vw;
  }
  .p_employee .employee .btnBot a.st2 {
    background-color: #3073ba;
  }
  .p_employee .employee .btnBot a + a {
    margin-top: 7.69231vw;
  }
  .p_employee .employee .btnBot a::after {
    content: '';
    margin-left: 4.35897vw;
    width: 5.38462vw;
    height: 5.38462vw;
    background: url(../img/contact/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_recruit .header .header_l .header_l_r a.btn_entry {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_recruit .header .menu_icon {
    background-color: #3073ba;
  }
  .p_recruit .c_mv {
    position: relative;
  }
  .p_recruit .c_mv .blkText {
    position: absolute;
    top: 2.5641vw;
    right: 3.84615vw;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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_recruit .c_mv .blkText .text-block {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #383835;
    color: #fff;
    font-size: 2.5641vw;
    font-weight: bold;
    padding: 1.28205vw 1.02564vw;
    letter-spacing: 0.1em;
  }
  .p_recruit .c_mv .blkText .text-block:not(:first-child) {
    margin-right: 1.02564vw;
  }
  .p_recruit .c_mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 3.84615vw;
  }
  .p_recruit .c_mv .txt h2 {
    font-family: 'Commissioner', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 10.76923vw;
    line-height: 1.22424;
    letter-spacing: -0.01em;
    color: #e4007f;
  }
  .p_recruit .recruit .row {
    max-width: 323.07692vw;
  }
  .p_recruit .recruit .intro {
    padding: 5.12821vw 0;
    background-color: rgba(181, 181, 182, 0.3);
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }
  .p_recruit .recruit .intro::before {
    content: '';
    position: absolute;
    width: 37.17949vw;
    height: 37.17949vw;
    top: 0;
    left: 0;
    background: #fcd697;
    display: block;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_recruit .recruit .intro::after {
    content: '';
    position: absolute;
    width: 49.23077vw;
    height: 49.23077vw;
    right: 0;
    top: 69.48718vw;
    background: #383835;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_recruit .recruit .intro .df .df_l h2 {
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10.25641vw;
    line-height: 1.43056;
    margin-bottom: 7.69231vw;
  }
  .p_recruit .recruit .intro .df .df_l p {
    font-weight: 700;
    font-size: 4.61538vw;
    line-height: 1.8;
    margin-top: 3.84615vw;
  }
  .p_recruit .recruit .passion {
    position: relative;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    border-top: 4.87179vw solid rgba(56, 56, 53, 0.8);
    padding-top: 3.58974vw;
    position: relative;
    margin-bottom: -0.25641vw;
  }
  .p_recruit .recruit .passion::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4.87179vw;
    background: rgba(56, 56, 53, 0.8);
    display: block;
    z-index: 2;
  }
  .p_recruit .recruit .passion::before {
    content: '';
    position: absolute;
    width: 32.5641vw;
    height: 32.5641vw;
    top: -4.87179vw;
    left: 0;
    background: #fcd697;
    display: block;
    z-index: 1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_recruit .recruit .passion .df {
    position: relative;
    z-index: 2;
  }
  .p_recruit .recruit .passion .df .df_l figure {
    position: relative;
    text-align: center;
  }
  .p_recruit .recruit .passion .df .df_l figure img {
    display: inline-block;
    width: 68.20513vw;
  }
  .p_recruit .recruit .passion .df .df_l figure figcaption {
    line-height: 1.5;
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    top: 50%;
    right: 5.12821vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
  .p_recruit .recruit .passion .df .df_l figure figcaption small {
    font-style: normal;
    font-weight: 600;
    font-size: 3.84615vw;
    line-height: 1.46667;
    color: #000e39;
    display: block;
  }
  .p_recruit .recruit .passion .df .df_l figure figcaption span {
    font-weight: 600;
    font-size: 5.64103vw;
    line-height: 1.45455;
    color: #000e39;
  }
  .p_recruit .recruit .passion .df .df_r {
    margin-bottom: 25.64103vw;
  }
  .p_recruit .recruit .passion .df .df_r h2 {
    font-weight: 700;
    font-size: 15.38462vw;
    line-height: 0.82;
    color: #f1f1f1;
    text-align: right;
    margin-bottom: -5.12821vw;
  }
  .p_recruit .recruit .passion .df .df_r h2 span {
    text-align: left;
    display: inline-block;
  }
  .p_recruit .recruit .passion .df .df_r h3 {
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 900;
    font-size: 5.12821vw;
    line-height: 1.42857;
    margin-bottom: 2.5641vw;
  }
  .p_recruit .recruit .passion .df .df_r h3 ~ h3 {
    margin-top: 12.82051vw;
  }
  .p_recruit .recruit .passion .df .df_r p {
    font-weight: 400;
    font-size: 4.35897vw;
    line-height: 1.78;
  }
  .p_recruit .recruit .reason {
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_recruit .recruit .reason::before {
    content: '';
    position: absolute;
    width: 152.5641vw;
    height: 152.5641vw;
    bottom: -8.97436vw;
    left: -30.76923vw;
    background: #383835;
    display: block;
    z-index: 1;
    clip-path: polygon(100% 100%, 0 100%, 0 0);
  }
  .p_recruit .recruit .reason_head {
    position: relative;
  }
  .p_recruit .recruit .reason_head > picture {
    height: 46.66667vw;
  }
  .p_recruit .recruit .reason_head > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .reason_head .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;
    background-color: rgba(56, 56, 53, 0.8);
  }
  .p_recruit .recruit .reason_head .txt h2 {
    text-align: center;
  }
  .p_recruit .recruit .reason_head .txt h2 small {
    display: block;
    font-weight: 700;
    font-size: 6.41026vw;
    line-height: 1.2;
    color: #ffffff;
  }
  .p_recruit .recruit .reason_head .txt h2 span {
    font-weight: 700;
    font-size: 7.69231vw;
    color: #ffffff;
  }
  .p_recruit .recruit .reason .reason_ctn {
    background: url(../img/recruit/reason_bg1_sp.png) top 19% center/100% 100% no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li {
    position: relative;
    padding: 7.69231vw 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li:not(:last-child) {
    border-bottom: 1px solid #001655;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st2::before {
    width: 179.48718vw;
    height: 179.48718vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st3 {
    margin-top: 0;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st3::before {
    display: none;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st3 > figure {
    position: relative;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st3 .figcaption {
    position: static;
    margin-bottom: 10.25641vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st3 .figcaption i {
    color: #cecece;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li.st3 .figcaption span {
    color: #fff;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .figcaption {
    line-height: 1.5;
    width: 100%;
    z-index: 3;
    margin-bottom: 7.69231vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .figcaption div {
    text-align: center;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .figcaption i {
    font-style: normal;
    font-weight: 700;
    font-size: 10.25641vw;
    color: #383835;
    display: block;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .figcaption span {
    font-weight: 700;
    font-size: 10.25641vw;
    line-height: 1.175;
    color: #001655;
    display: block;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li > figure {
    position: relative;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li > figure::before {
    content: '';
    position: absolute;
    width: 28.97436vw;
    height: 28.97436vw;
    top: -3.84615vw;
    left: -3.84615vw;
    background: rgba(252, 214, 151, 0.67);
    display: block;
    z-index: 1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .text {
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 1.78;
    color: #010101;
    padding: 3.84615vw 0 2.5641vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .text.st2 {
    color: #fff;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 {
    margin-bottom: 7.69231vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01.st2 figure {
    text-align: left;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01.st2 figure img {
    margin-left: -5.12821vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01.st2 figure figcaption {
    left: initial;
    right: 0;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 figure {
    position: relative;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 figure img {
    width: 76.92308vw;
    margin-left: auto;
    margin-right: -5.12821vw;
    display: block;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 figure figcaption {
    text-align: left;
    line-height: 1.5;
    margin-top: -19.23077vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 figure figcaption p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 figure figcaption span {
    font-weight: 700;
    font-size: 3.33333vw;
    display: inline-block;
    padding: 2.5641vw;
    background-color: #fff;
    clip-path: polygon(0 0, 96% 0%, 100% 100%, 4% 100%);
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk01 figure figcaption span + span {
    margin-top: 1.28205vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk02 {
    font-size: 3.58974vw;
    line-height: 1.5;
    margin-bottom: 8.97436vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk02 .lg {
    font-size: 3.33333vw;
    line-height: 2;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk02 .lg ul {
    margin-left: 30.25641vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk02 .lg ul li {
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk02:after {
    content: '';
    clear: both;
    display: table;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .i_blk02 > img {
    width: 30.25641vw;
    float: left;
    margin-right: 2.5641vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile {
    width: 253.84615vw;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 2.5641vw 0;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.74359vw;
    border: 1px solid #000;
    border-bottom: 0;
    display: block;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dt {
    font-weight: 700;
    font-size: 10.25641vw;
    text-align: center;
    margin-bottom: 7.69231vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd {
    font-size: 3.33333vw;
    line-height: 1.5;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd .info_company {
    font-weight: 500;
    font-size: 3.84615vw;
    line-height: 1.5;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd .info_company span {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 0 2.5641vw;
    margin-right: 1.28205vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd .info_name {
    margin-bottom: 6.92308vw;
    font-size: 3.84615vw;
    font-weight: 500;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd .info_name em {
    font-style: normal;
    font-size: 7.69231vw;
    margin-right: 1.28205vw;
  }
  .p_recruit .recruit .reason .reason_ctn .reason_list > li .profile .profile_top dl dd .info_name span {
    font-weight: 400;
    font-size: 4.61538vw;
  }
  .p_recruit .recruit .reason .reason_ctn.st2 {
    padding-top: 10.25641vw;
    background: none;
    position: relative;
  }
  .p_recruit .recruit .reason .reason_ctn.st2 .mask {
    position: absolute;
    top: -60%;
    left: 0;
    width: 100%;
    height: 674.35897vw;
    background: url(../img/recruit/reason_bg2.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .p_recruit .recruit .reason .reason_ctn.st2::after {
    content: '';
    position: absolute;
    width: 162.05128vw;
    height: 162.05128vw;
    left: -20.76923vw;
    top: -17.94872vw;
    background: #383835;
    display: block;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .p_recruit .recruit .reason .reason_ctn.st2::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 86.66667vw;
    height: 0.25641vw;
    background: #fff;
    display: block;
    z-index: 5;
  }
  .p_recruit .recruit .reason .reason_ctn.st2 .reason_list {
    position: relative;
    z-index: 2;
  }
  .p_recruit .recruit .reason .profile_list {
    background-color: #fcd697;
    position: relative;
  }
  .p_recruit .recruit .reason .profile_list::after {
    content: '';
    position: absolute;
    width: 96.15385vw;
    height: 96.15385vw;
    left: 2.05128vw;
    top: 34.61538vw;
    background: #383835;
    display: block;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .p_recruit .recruit .reason .profile_list.st2::after,
  .p_recruit .recruit .reason .profile_list.st2_sp::after {
    background-color: #fff;
    left: 0;
    width: 64.10256vw;
    height: 64.10256vw;
  }
  .p_recruit .recruit .reason .profile_list .profile_it {
    padding: 17.94872vw 0;
    position: relative;
    z-index: 2;
  }
  .p_recruit .recruit .reason .profile_list .profile_it.pb0 {
    padding-bottom: 0;
  }
  .p_recruit .recruit .reason .profile_list .profile_it .row {
    position: relative;
    z-index: 7;
  }
  .p_recruit .recruit .reason .profile_list .profile_it:not(:last-child) {
    border-bottom: 1px solid #001655;
  }
  .p_recruit .recruit .reason .profile_list .profile_it:nth-of-type(1) {
    padding-top: 0;
  }
  .p_recruit .recruit .reason .profile_list .profile_it > figure:last-child,
  .p_recruit .recruit .reason .profile_list .profile_it picture:last-child {
    position: relative;
    z-index: 4;
  }
  .p_recruit .recruit .reason .profile_list .profile_it > figure img,
  .p_recruit .recruit .reason .profile_list .profile_it picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_recruit .recruit .reason .profile_list .figBot {
    position: relative;
  }
  .p_recruit .recruit .reason .profile_list .figBot::after {
    content: '';
    position: absolute;
    width: 50vw;
    height: 50vw;
    left: 0;
    top: -49.74359vw;
    background: #fff;
    display: block;
    z-index: -1;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
  }
  .p_recruit .recruit .reason .profile_list .profile_it_ctn {
    background-color: #fff;
    padding: 3.84615vw;
    font-size: 3.58974vw;
    line-height: 1.66667;
  }
  .p_recruit .recruit .reason .profile_list .profile_it_ctn h3 {
    font-weight: 500;
    font-size: 4.61538vw;
    position: relative;
    padding-left: 6.66667vw;
    margin-bottom: 2.5641vw;
  }
  .p_recruit .recruit .reason .profile_list .profile_it_ctn h3 ~ h3 {
    margin-top: 8.97436vw;
  }
  .p_recruit .recruit .reason .profile_list .profile_it_ctn h3::before {
    content: '';
    position: absolute;
    top: 3.33333vw;
    left: 0;
    width: 5.38462vw;
    height: 1.28205vw;
    background: #000;
    display: block;
  }
  .p_recruit .recruit .reason .profile_list .profile_it_ctn p + p {
    margin-top: 7.69231vw;
  }
  .p_recruit .recruit .reason .profile_list .profile_it_ctn figure {
    margin: 2.5641vw 0;
  }
  .p_recruit .recruit .application {
    padding: 46.15385vw 0 25.64103vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_recruit .recruit .application::before {
    content: '';
    position: absolute;
    width: 152.5641vw;
    height: 152.5641vw;
    top: -143.58974vw;
    left: -30.76923vw;
    background: #383835;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 100%, 0 100%, 0 0);
  }
  .p_recruit .recruit .application h2 {
    text-align: center;
    margin-bottom: 25.12821vw;
  }
  .p_recruit .recruit .application h2 span {
    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;
    width: 96.15385vw;
    height: 25.64103vw;
    font-size: 12.30769vw;
    font-weight: bold;
    background: #d9d9d9;
  }
  .p_recruit .recruit .application .application_slider .swiper-button-next {
    width: 17.4359vw;
    height: 17.4359vw;
    background: url(../img/recruit/ic_next.png) center/100% 100% no-repeat;
  }
  .p_recruit .recruit .application .application_slider .swiper-button-prev {
    width: 17.4359vw;
    height: 17.4359vw;
    background: url(../img/recruit/ic_prev.png) center/100% 100% no-repeat;
  }
  .p_recruit .recruit .application .application_slider ul {
    padding: 0 43.58974vw;
  }
  .p_recruit .recruit .application .application_slider ul li {
    font-size: 4.10256vw;
    line-height: 2.38;
  }
  .p_recruit .recruit .application .application_slider ul li h3 {
    font-weight: 500;
    font-size: 5.12821vw;
  }
  .p_recruit .recruit .application .application_slider ul li strong {
    font-weight: 500;
  }
  .p_recruit .recruit .listBtn {
    padding: 12.82051vw 3.84615vw;
  }
  .p_recruit .recruit .listBtn.st2 {
    padding: 30.76923vw 3.84615vw;
  }
  .p_recruit .recruit .listBtn ul {
    display: -ms-grid;
    display: grid;
    gap: 10.25641vw;
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_recruit .recruit .listBtn ul li a {
    height: 15.38462vw;
    background-color: #fcd697;
    font-size: 4.61538vw;
    font-weight: 900;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
  .p_recruit .recruit .listBtn ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 14.10256vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.5641vw;
    height: 4.87179vw;
    background: url(../img/recruit/ar.svg) center/100% 100% no-repeat;
    display: block;
  }
}

.creata video {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
