@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 980px;
    background: #eee url("../image/bg_main.png") repeat-y center top;
    background-size: 100% auto;
    padding-top: 40px;
  }
  body a {
    transition-duration: 500ms;
  }
  body a:hover {
    opacity: 0.7;
  }
  body .frame {
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }
  body .inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 960px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
  }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 960px;
    height: 75px;
    box-sizing: border-box;
    background: #fff;
    padding: 13px 0 0 0;
    z-index: 10;
    text-align: center;
  }
  body header .logo {
    margin-top: -4px;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    margin-right: 250px;
  }
  body header nav {
    display: inline-block;
  }
  body header nav ul {
    display: inline-block;
    font-size: 0;
    text-align: center;
    margin-top: 20px;
  }
  body header nav ul li {
    display: inline-block;
    margin: 0 15px;
  }
  body header nav ul li a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }
  body header .telno {
    margin-left: 25px;
    width: 177px;
    display: inline-block;
    vertical-align: middle;
  }
  body header .telno img {
    width: 100%;
    height: auto;
  }
  body #dots_nav {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0ms;
    pointer-events: none;
    opacity: 0;
    z-index: 10;
  }
  body #dots_nav.show {
    opacity: 1;
    pointer-events: auto;
  }
  body #dots_nav ul li a {
    display: block;
    font-size: 10px;
    color: #bfbfbf;
    line-height: 1;
    text-decoration: none;
    margin: 15px 0;
  }
  body #dots_nav ul li a.current {
    color: #caa846;
  }
  body article {
    overflow: hidden;
    position: relative;
  }
  body article section {
    position: relative;
    background: #fff;
  }
  body article section#hero {
    width: 100%;
    height: 680px;
    background: #fff url("../image/img_hero_pc.jpg") no-repeat center center/cover;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  body article section#hero .mv_title {
    width: 1063px;
    position: absolute;
    top: calc(50% - 353px);
    left: calc(50% - 531px);
  }
  body article section#hero .mv_title h1 {
    width: 1063px;
    height: 706px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/text_hero_pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  body article section#hero .mv_title h1 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body article section#news {
    padding: 36px 0 24px 0;
    overflow: hidden;
  }
  body article section#news .title {
    width: 158px;
    height: 50px;
    float: left;
    border-right: 1px solid #caa846;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #caa846;
  }
  body article section#news dl {
    margin-left: 240px;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
  }
  body article section#news dl dt, body article section#news dl dd {
    margin-bottom: 10px;
  }
  body article section#news dl dt {
    float: left;
  }
  body article section#news dl dd {
    margin-left: 103px;
  }
  body article section#group {
    margin-bottom: 50px;
    padding-bottom: 100px;
  }
  body article section#group .frame {
    padding-top: 100px;
  }
  body article section#group .title {
    position: absolute;
    top: 0;
    left: 0;
  }
  body article section#group .title h2 div {
    display: inline-block;
  }
  body article section#group .title h2 div.initial {
    margin-right: 12px;
  }
  body article section#group .row {
    padding-bottom: 50px;
    width: 450px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  body article section#group .row.zei {
    float: left;
  }
  body article section#group .row.sharoshi {
    float: right;
  }
  body article section#group .row p.image {
    margin-bottom: 30px;
  }
  body article section#group .row p.image img {
    width: 100%;
    height: auto;
  }
  body article section#group .row dl {
    margin-bottom: 32px;
  }
  body article section#group .row dl dt {
    margin-bottom: 16px;
    font-size: 25px;
    font-weight: bold;
  }
  body article section#group .row dl dd {
    min-height: 84px;
    line-height: 28px;
    font-size: 16px;
  }
  body article section#group .row p.btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  body article section#group .row p.btn a {
    width: 230px;
    height: 50px;
    display: block;
    position: relative;
    background: #000000;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
  }
  body article section#group .row p.btn a:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    background: url("../image/icon_btn_arrow.png") no-repeat center center/contain;
  }
  body article section#pickup {
    margin: 0 50px 30px 50px;
    padding: 100px 0;
  }
  body article section#pickup .title {
    margin-bottom: 72px;
    text-align: center;
  }
  body article section#pickup .title h2 {
    margin-bottom: 26px;
  }
  body article section#pickup .title h2 div {
    display: inline-block;
  }
  body article section#pickup .title h2 div.initial {
    margin-right: 3px;
  }
  body article section#pickup .title p {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
  }
  body article section#pickup .text p.heading {
    margin-bottom: 44px;
    line-height: 44px;
    font-size: 25px;
    font-weight: bold;
  }
  body article section#pickup .text p.heading small {
    display: block;
    font-size: 16px;
    color: #caa846;
  }
  body article section#pickup .text p {
    line-height: 34px;
    font-size: 16px;
  }
  body article section#pickup .splide__slide time{
    color: #caa846;
    display: block;
    margin: 10px 0 5px;
  }
  body article section#pickup .splide__slide h3{
    line-height: 1.3;
  }
  body article section#pickup .splide__arrow{
    background-color: transparent;
    position: absolute;
    top: 90px;
    z-index: 2;
    cursor: pointer;
  }
  body article section#pickup .splide__arrow--next{
    right: -15px;
  }
  body article section#pickup .splide__arrow--prev{
    left: -15px;
    transform: scaleX(-1);
  }
  body article section#pickup .splide__arrow:disabled{
    display: none;
  }
  body article section#pickup .splide__arrow svg{
    width: 30px;
    fill: #b9b9b9;
  }
  body article section#pickup .splide__pagination{
    gap: 10px;
    margin-top: 15px;
  }
  body article section#pickup .splide__pagination button{
    width: 10px;
    height: 10px;
    background-color: #dedede;
    border-radius: 50%;
  }
  body article section#pickup .splide__pagination button.is-active{
    background-color: #caa846;
  }
  body article section#pickup p.btn {
    width: fit-content;
    margin: 30px auto 0;
  }
  body article section#pickup p.btn a {
    width: 230px;
    height: 50px;
    display: block;
    position: relative;
    background: #000000;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
  }
  body article section#pickup p.btn a:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    background: url(../image/icon_btn_arrow.png) no-repeat center center / contain;
  }

  body article section#company {
    margin: 0 50px 30px 50px;
    padding: 100px 0;
  }
  body article section#company .title {
    margin-bottom: 72px;
    text-align: center;
  }
  body article section#company .title h2 {
    margin-bottom: 26px;
  }
  body article section#company .title h2 div {
    display: inline-block;
  }
  body article section#company .title h2 div.initial {
    margin-right: 3px;
  }
  body article section#company .title p {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
  }
  body article section#company .text p.heading {
    margin-bottom: 44px;
    line-height: 44px;
    font-size: 25px;
    font-weight: bold;
  }
  body article section#company .text p.heading small {
    display: block;
    font-size: 16px;
    color: #caa846;
  }
  body article section#company .text p {
    line-height: 34px;
    font-size: 16px;
  }
  body article section#recruit {
    margin: 0 50px 30px 50px;
    padding: 100px 0;
  }
  body article section#recruit .title {
    margin-bottom: 72px;
    text-align: center;
  }
  body article section#recruit .title h2 {
    margin-bottom: 26px;
  }
  body article section#recruit .title h2 div {
    display: inline-block;
  }
  body article section#recruit .title h2 div.other {
    margin-left: -8px;
  }
  body article section#recruit .text {
    margin-bottom: 42px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
  }
  body article section#recruit .btn {
    width: 960px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(../image/recruit_bg.jpg) center/cover;
  }
  body article section#recruit .btn a {
    width: 230px;
    height: 50px;
    display: block;
    position: relative;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #000;
  }
  body article section#recruit .btn a:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    background: url("../image/icon_btn_arrow_bk.png") no-repeat center center/contain;
  }
  body article section#access {
    margin: 0 50px 30px 50px;
    padding: 100px 0;
  }
  body article section#access .title {
    margin-bottom: 72px;
    text-align: center;
  }
  body article section#access .title h2 {
    margin-bottom: 26px;
  }
  body article section#access .title h2 div {
    display: inline-block;
  }
  body article section#access .title h2 div.other {
    margin-left: -8px;
  }
  body article section#access .title p {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
  }
  body article section#access .access_wrap {
    font-size: 0;
    overflow: hidden;
  }
  body article section#access .access_wrap .text, body article section#access .access_wrap .map {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
  }
  body article section#access .access_wrap .text {
    overflow: hidden;
    padding-right: 84px;
    margin-top: 56px;
  }
  body article section#access .access_wrap .text dl {
    float: right;
    width: 426px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  body article section#access .access_wrap .text dl dt {
    margin-bottom: 24px;
    float: left;
    font-weight: bold;
  }
  body article section#access .access_wrap .text dl dd {
    margin-left: 82px;
    margin-bottom: 24px;
  }
  body article section#access .access_wrap .text dl dd a {
    color: #000;
  }
  body article section#access .access_wrap .map {
    margin-top: 60px;
  }
  body article section#access .access_wrap .map iframe {
    width: 90.5213270142%;
    height: 470px;
  }
  body footer {
    padding: 40px 0 50px 0;
    width: 100%;
    background: #000000;
    color: #ffffff;
  }
  body footer .frame {
    box-sizing: border-box;
  }
  body footer ul.banners {
    float: left;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body footer ul.banners li {
    margin-right: 40px;
  }
  body footer ul.banners li img {
    margin-bottom: 10px;
    width: 220px;
    height: auto;
  }
  body footer ul.banners li small {
    display: block;
    line-height: 18px;
    font-size: 14px;
  }
  body footer ul.banners li.law {
    padding-top: 10px;
    margin-right: 0;
    line-height: 18px;
    font-size: 14px;
  }
  body footer .copy {
    float: right;
  }
  body footer .copy small {
    display: block;
    text-align: right;
    font-size: 10px;
    line-height: 38px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body {
    padding-top: 40px;
    min-width: 320px;
    background: #eee url("../image/bg_main.png") repeat-y center top;
    background-size: 100% auto;
  }
  body.fixed {
    overflow: hidden;
  }
  body img {
    width: 100%;
    height: auto;
  }
  body .frame, body .inner {
    overflow: hidden;
    position: relative;
  }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 40px;
    box-sizing: border-box;
    padding: 6px 0 0 10px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
    transition-duration: 500ms;
    overflow: hidden;
  }
  body header .logo {
    width: 95px;
    height: 25.5px;
  }
  body header .menu {
    position: absolute;
    top: 11px;
    right: 14px;
    width: 24px;
    height: 18px;
    cursor: pointer;
  }
  body header .menu .border {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #000;
    fill: #000;
    transition: 200ms all ease;
    transform-origin: 24px 18px;
  }
  body header .menu .border1 {
    top: 0;
  }
  body header .menu .border2 {
    top: 8px;
  }
  body header .menu .border3 {
    top: 16px;
  }
  body header .menu.on .border1 {
    transform: translate(-16px, 12px) rotate(45deg);
  }
  body header .menu.on .border2 {
    opacity: 0;
  }
  body header .menu.on .border3 {
    transform: translate(8px, -21px) rotate(-45deg);
  }
  body header ul {
    opacity: 0;
    display: block;
    margin-top: 30px;
    padding-left: 25px;
    transition-duration: 600ms;
  }
  body header ul li {
    padding-bottom: 32px;
  }
  body header ul li a {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }
  body header .telno {
    margin-left: 26px;
    display: block;
    width: 164px;
  }
  body header.on {
    height: 100%;
  }
  body header.on ul {
    opacity: 1;
  }
  body article {
    width: 100vw;
    overflow: hidden;
    position: relative;
  }
  body article section {
    position: relative;
    background: #fff;
  }
  body article section#hero {
    width: 100%;
    height: 100vh;
    background: #fff url("../image/img_hero_sp.jpg") no-repeat center center/cover;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  body article section#hero .mv_title {
    display: none;
  }
  body article section#news {
    padding: 18px 0 30px 0;
    overflow: hidden;
  }
  body article section#news .title {
    margin-bottom: 20px;
    padding-left: 22px;
    width: calc(100% - 22px);
    border-bottom: 1px solid #caa846;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #caa846;
  }
  body article section#news dl {
    padding: 0 22px;
    line-height: 20px;
    font-size: 11px;
    overflow: hidden;
  }
  body article section#news dl dt {
    float: left;
  }
  body article section#news dl dd {
    margin-left: 88px;
  }
  body article section#group {
    margin-bottom: 40px;
    padding: 35px 25px 0 25px;
  }
  body article section#group .frame {
    padding-top: 45px;
    overflow: visible;
  }
  body article section#group .title {
    position: absolute;
    top: 0;
    left: -26px;
  }
  body article section#group .title h2 div {
    display: inline-block;
  }
  body article section#group .title h2 div.initial {
    margin-right: 6px;
    width: 54px;
  }
  body article section#group .title h2 div.other {
    width: 191px;
  }
  body article section#group .row {
    margin-bottom: 65px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  body article section#group .row p.image {
    margin-bottom: 23px;
  }
  body article section#group .row p.image img {
    width: 100%;
    height: auto;
  }
  body article section#group .row dl {
    margin-bottom: 18px;
  }
  body article section#group .row dl dt {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
  }
  body article section#group .row dl dd {
    line-height: 22px;
    font-size: 14px;
  }
  body article section#group .row p.btn a {
    margin: 0 auto;
    width: 210px;
    height: 45px;
    display: block;
    position: relative;
    background: #000000;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #ffffff;
  }
  body article section#group .row p.btn a:after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 13px;
    top: calc(50% - 9px);
    background: url("../image/icon_btn_arrow.png") no-repeat center center/contain;
  }
  body article section#pickup {
    margin: 0 10px 35px 10px;
    padding: 35px 25px;
  }
  body article section#pickup .title {
    margin-bottom: 33px;
    text-align: center;
  }
  body article section#pickup .title h2 {
    margin-bottom: 10px;
  }
  body article section#pickup .title h2 div {
    display: inline-block;
  }
  body article section#pickup .title h2 div.initial {
    width: 27px;
  }
  body article section#pickup .title h2 div.other {
    width: 120px;
  }
  body article section#pickup .title p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  body article section#pickup .text {
    padding-bottom: 24px;
  }
  body article section#pickup .text p.heading {
    margin-bottom: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
  }
  body article section#pickup .text p.heading small {
    margin-bottom: 16px;
    display: block;
    line-height: 16px;
    font-size: 11px;
    color: #caa846;
  }
  body article section#pickup .text p {
    line-height: 22px;
    font-size: 14px;
  }
    body article section#pickup .splide__slide time{
      font-size: 14px;
    color: #caa846;
    display: block;
    margin: 10px 0 5px;
  }
  body article section#pickup .splide__slide h3{
    font-size: 14px;
    line-height: 1.3;
  }
  body article section#pickup .splide__arrow{
    background-color: transparent;
    position: absolute;
    top: 90px;
    z-index: 2;
    cursor: pointer;
  }
  body article section#pickup .splide__arrow--next{
    right: 0;
  }
  body article section#pickup .splide__arrow--prev{
    left: 0;
    transform: scaleX(-1);
  }
  body article section#pickup .splide__arrow:disabled{
    display: none;
  }
  body article section#pickup .splide__arrow svg{
    width: 30px;
    fill: #b9b9b9;
  }
  body article section#pickup .splide__pagination{
    gap: 10px;
    margin-top: 15px;
  }
  body article section#pickup .splide__pagination button{
    width: 10px;
    height: 10px;
    background-color: #dedede;
    border-radius: 50%;
  }
  body article section#pickup .splide__pagination button.is-active{
    background-color: #caa846;
  }
  body article section#pickup p.btn {
    width: fit-content;
    margin: 30px auto 0;
  }
  body article section#pickup p.btn a {
    width: 210px;
    height: 45px;
    display: block;
    position: relative;
    background: #000000;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #ffffff;
  }
  body article section#pickup p.btn a:after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 13px;
    top: calc(50% - 9px);
    background: url(../image/icon_btn_arrow.png) no-repeat center center / contain;
  }

  body article section#company {
    margin: 0 10px 35px 10px;
    padding: 35px 25px;
  }
  body article section#company .title {
    margin-bottom: 33px;
    text-align: center;
  }
  body article section#company .title h2 {
    margin-bottom: 10px;
  }
  body article section#company .title h2 div {
    display: inline-block;
  }
  body article section#company .title h2 div.initial {
    width: 27px;
  }
  body article section#company .title h2 div.other {
    width: 150px;
  }
  body article section#company .title p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  body article section#company .text {
    padding-bottom: 24px;
  }
  body article section#company .text p.heading {
    margin-bottom: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
  }
  body article section#company .text p.heading small {
    margin-bottom: 16px;
    display: block;
    line-height: 16px;
    font-size: 11px;
    color: #caa846;
  }
  body article section#company .text p {
    line-height: 22px;
    font-size: 14px;
  }
  body article section#recruit {
    margin: 0 10px 35px 10px;
    padding: 35px 15px;
  }
  body article section#recruit .title {
    margin-bottom: 30px;
    text-align: center;
  }
  body article section#recruit .title h2 {
    margin-bottom: 11px;
  }
  body article section#recruit .title h2 div {
    display: inline-block;
  }
  body article section#recruit .title h2 div.initial {
    width: 26px;
  }
  body article section#recruit .title h2 div.other {
    width: 227.5px;
    top: 1px;
    position: relative;
  }
  body article section#recruit .title p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  body article section#recruit .text {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0 10px;
  }
  body article section#recruit .btn {
    width: 100%;
    aspect-ratio: 540/300;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(../image/recruit_bg_sp.jpg) center/cover;
  }
  body article section#recruit .btn a {
    width: 210px;
    height: 45px;
    display: block;
    position: relative;
    background: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #000;
  }
  body article section#recruit .btn a:after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 13px;
    top: calc(50% - 9px);
    background: url("../image/icon_btn_arrow_bk.png") no-repeat center center/contain;
  }
  body article section#access {
    margin: 0 10px 35px 10px;
    padding: 35px 0;
  }
  body article section#access .title {
    margin-left: 25px;
    margin-bottom: 24px;
  }
  body article section#access .title h2 {
    margin-bottom: 9px;
  }
  body article section#access .title h2 div {
    display: inline-block;
  }
  body article section#access .title h2 div.initial {
    width: 29px;
  }
  body article section#access .title h2 div.other {
    margin-left: -3px;
    width: 112px;
  }
  body article section#access .title p {
    font-size: 18px;
    font-weight: bold;
  }
  body article section#access .access_wrap {
    position: relative;
  }
  body article section#access .access_wrap .map {
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 169px;
  }
  body article section#access .access_wrap .map iframe {
    width: 100%;
    height: 169px;
  }
  body article section#access .access_wrap .text {
    padding: 213px 25px 20px 25px;
  }
  body article section#access .access_wrap .text dl dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-top: 18px;
    margin-bottom: 2px;
  }
  body article section#access .access_wrap .text dl dd {
    font-size: 14px;
    line-height: 24px;
  }
  body article section#access .access_wrap .text dl dd a {
    color: #000;
  }
  body footer .frame {
    background-color: #000;
    color: #fff;
  }
  body footer .frame .banners {
    padding-top: 30px;
    margin: 0 auto;
    width: 187.5px;
  }
  body footer .frame .banners li {
    margin-bottom: 30px;
  }
  body footer .frame .banners li a {
    display: block;
  }
  body footer .frame .banners li a img {
    margin-bottom: 10px;
  }
  body footer .frame .banners li a small {
    display: block;
    font-size: 11px;
  }
  body footer .frame .banners li.law {
    display: block;
    font-size: 11px;
  }
  body footer .copy {
    height: 45px;
    background-color: #fff;
    text-align: center;
    color: #000000;
  }
  body footer .copy small {
    font-size: 10px;
    line-height: 45px;
  }
  .pc {
    display: none !important;
  }
}