@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, 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, sub, sup, tt, var,
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, main {
  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;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

/* footer */
body #footer {
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  body #footer {
    padding: 18vw 0 7vw;
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  body #footer .l_box {
    margin-bottom: 10vw;
  }
}
body #footer .footer_logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  body #footer .footer_logo {
    display: table;
    margin: 0 auto 8vw;
  }
}
body #footer .footer_logo a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 27.27px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  body #footer .footer_logo a {
    font-size: 5.3333333333vw;
  }
}
body #footer .footer_logo img {
  width: 45px;
  margin-right: 10px;
}
@media only screen and (max-width: 736px) {
  body #footer .footer_logo img {
    width: 9.0666666667vw;
    margin-right: 2vw;
  }
}
body #footer .footer_text {
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  body #footer .footer_text {
    text-align: center;
    font-size: 3.2vw;
  }
}
body #footer .r_box {
  display: flex;
}
@media only screen and (max-width: 736px) {
  body #footer .r_box {
    display: block;
  }
}
body #footer .footer_nav {
  margin-left: 50px;
}
@media only screen and (max-width: 736px) {
  body #footer .footer_nav {
    margin: 0 auto 5vw;
  }
}
body #footer .footer_nav .nav_ttl {
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #015cb1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  body #footer .footer_nav .nav_ttl {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 3.2vw;
  }
}
body #footer .footer_nav li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  body #footer .footer_nav li {
    margin-bottom: 3vw;
  }
}
body #footer .footer_nav li a {
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  body #footer .footer_nav li a {
    text-align: center;
    font-size: 3.2vw;
  }
}
body #footer .copy {
  font-size: 15px;
  color: #888;
  width: 100%;
  margin-top: 100px;
}
@media only screen and (max-width: 736px) {
  body #footer .copy {
    text-align: center;
    margin-top: 10vw;
    font-size: 2.9333333333vw;
  }
}

/* header */
#top-head {
  line-height: 1;
  z-index: 1000;
  position: fixed;
  box-sizing: border-box;
  text-decoration: none;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 20px;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  #top-head {
    padding-left: 2.5423728814vw;
    padding-right: 2.5423728814vw;
  }
}
@media only screen and (max-width: 736px) {
  #top-head {
    top: 0;
    width: 100%;
    padding: 0;
    border-radius: unset;
    background: #fff;
    min-width: 100%;
    transition: 0.2s;
  }
}
#top-head a {
  text-decoration: none;
}
#top-head .logo {
  font-size: 27px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #top-head .logo {
    font-size: 2.2881355932vw;
  }
}
@media only screen and (max-width: 736px) {
  #top-head .logo {
    padding: 0 5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 21.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
#top-head .logo a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#top-head .logo img {
  width: 44px;
  margin-right: 10px;
}
@media only screen and (max-width: 1180px) {
  #top-head .logo img {
    width: 2.2881355932vw;
    margin-right: 0.8474576271vw;
  }
}
@media only screen and (max-width: 736px) {
  #top-head .logo img {
    width: 9.0666666667vw;
  }
}
#top-head #global-nav {
  display: flex;
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav {
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    padding: 6.6666666667vw 0 5vw;
    transition: 0.4s ease-out;
    opacity: 0;
    z-index: 10;
    display: block;
    height: 100%;
    margin-top: 9vw;
    pointer-events: none;
  }
}
#top-head #global-nav .nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list {
    display: table;
    margin: auto;
    width: 100%;
    padding-bottom: 30vw;
  }
}
#top-head #global-nav .nav-list ul {
  display: block;
}
#top-head #global-nav .nav-list li {
  position: relative;
  margin-right: 20px;
}
@media only screen and (max-width: 1180px) {
  #top-head #global-nav .nav-list li {
    margin-right: 1.2711864407vw;
  }
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li {
    border: none;
    margin-right: 0;
    margin-bottom: 6vw;
  }
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.sp {
    display: block !important;
  }
}
#top-head #global-nav .nav-list li:nth-child(6):after {
  display: none;
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.sp_ttl {
    color: #015cb1;
    font-size: 4.8vw;
    text-align: center;
    margin-top: 14vw;
  }
}
#top-head #global-nav .nav-list li a {
  display: block;
  transition: all 0.3s;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 1050px) {
  #top-head #global-nav .nav-list li a {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li a {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 4.2666666667vw;
    position: relative;
    padding: 0;
    color: #333;
  }
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li a:hover {
    opacity: 1;
  }
}
#top-head #global-nav .nav-list li a.current {
  color: #015cb1;
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.has-child {
    padding: 0 0 3vw;
    margin-bottom: 3vw;
  }
}
#top-head #global-nav .nav-list li.has-child a {
  position: relative;
  padding-right: 15px;
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.has-child a {
    padding-right: 0;
  }
}
#top-head #global-nav .nav-list li.has-child a.arrow:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #015cb1;
  border-right: 1px solid #015cb1;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.has-child a.arrow:after {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.has-child a span {
    position: relative;
  }
  #top-head #global-nav .nav-list li.has-child a span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -6vw;
    width: 3.4666666667vw;
    height: 1px;
    background: #015cb1;
  }
  #top-head #global-nav .nav-list li.has-child a span:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -4.5vw;
    width: 1px;
    height: 3.4666666667vw;
    background: #015cb1;
  }
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.has-child.active span:after {
    display: none;
  }
}
#top-head #global-nav .nav-list li.has-child div {
  position: absolute;
  left: -35%;
  top: 35px;
  width: 148%;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.has-child div {
    position: relative;
    left: 0;
    top: 0;
    visibility: visible; /*JSで制御するため一旦表示*/
    opacity: 1; /*JSで制御するため一旦表示*/
    display: none; /*JSのslidetoggleで表示させるため非表示に*/
    transition: none; /*JSで制御するためCSSのアニメーションを切る*/
    width: 100%;
    margin-bottom: 5vw;
  }
}
#top-head #global-nav .nav-list li.has-child div ul {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-radius: 10px;
  margin: 0 auto;
  display: table;
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.has-child div ul {
    background: none;
    box-shadow: none;
    display: block;
    padding: 0;
    margin-top: 5vw;
  }
}
#top-head #global-nav .nav-list li.has-child div li {
  margin-right: 0;
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.has-child div li {
    border-bottom: none;
    margin-bottom: 3vw;
  }
}
#top-head #global-nav .nav-list li.has-child div li:after {
  display: none;
}
#top-head #global-nav .nav-list li.has-child div li a {
  padding: 5px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 1180px) {
  #top-head #global-nav .nav-list li.has-child div li a {
    padding: 5px 1.2711864407vw;
    font-size: 1.186440678vw;
  }
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.has-child div li a {
    font-weight: 400;
    text-align: center;
    padding: 0;
    font-size: 4vw;
    color: #555;
  }
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.has-child div li a:after {
    display: none;
  }
}
#top-head #global-nav .nav-list li.has-child div li a:hover {
  opacity: 1;
}
#top-head #global-nav .nav-list li.has-child:hover > div, #top-head #global-nav .nav-list li.has-child ul li:hover > div, #top-head #global-nav .nav-list li.has-child:active > div, #top-head #global-nav .nav-list li.has-child div li:active > ul {
  visibility: visible;
  opacity: 1;
}
#top-head #global-nav .nav-list li.recruit {
  border-radius: 30px;
  border: solid 1px #015cb1;
  color: #015cb1;
  width: 160px;
  margin-right: 10px;
}
@media only screen and (max-width: 1180px) {
  #top-head #global-nav .nav-list li.recruit {
    width: 13.5593220339vw;
    margin-right: 0.8474576271vw;
  }
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.recruit {
    width: 100%;
    text-align: center;
    color: #333;
    margin-right: 0;
    border: none;
  }
}
#top-head #global-nav .nav-list li.recruit a {
  color: #015cb1;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  #top-head #global-nav .nav-list li.recruit a {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.recruit a {
    color: #333;
    padding: 0;
    font-size: 4.2666666667vw;
  }
}
#top-head #global-nav .nav-list li.contact {
  background: #015cb1;
  border-radius: 30px;
  width: 180px;
  margin-right: 0;
}
@media only screen and (max-width: 1180px) {
  #top-head #global-nav .nav-list li.contact {
    width: 15.2542372881vw;
  }
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.contact {
    background: none;
    border-radius: unset;
    width: 100%;
    text-align: center;
  }
}
#top-head #global-nav .nav-list li.contact:after {
  display: none;
}
#top-head #global-nav .nav-list li.contact a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  #top-head #global-nav .nav-list li.contact a {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  #top-head #global-nav .nav-list li.contact a {
    padding: 0;
    color: #333;
    font-size: 4.2666666667vw;
  }
}
#top-head #nav-toggle {
  display: none;
}
@media only screen and (max-width: 736px) {
  #top-head #nav-toggle {
    top: 5vw;
    background: #015cb1;
    right: 5vw;
    height: 10.6666666667vw;
    width: 10.6666666667vw;
    display: flex;
    align-items: center;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    z-index: 101;
  }
}
#top-head #nav-toggle div {
  position: relative;
  margin: auto;
  width: 5vw;
}
#top-head #nav-toggle span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 100%;
  background: #fff;
  transition: 0.4s ease-out;
  transform: rotate(0deg);
}
#top-head #nav-toggle span:nth-child(1) {
  top: 0;
  transform: translateY(-2px);
}
#top-head #nav-toggle span:nth-child(2) {
  bottom: 0;
  transform: translateY(2px);
}
@media only screen and (max-width: 736px) {
  #top-head #mobile-head {
    width: 100%;
    z-index: 999;
    position: relative;
  }
}
@media only screen and (max-width: 736px) {
  #top-head.open {
    height: 100vh;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 736px) {
  #top-head.open #mobile-head {
    height: 16vw;
    background: #fff;
    top: 0;
    position: absolute;
  }
}
@media only screen and (max-width: 736px) {
  #top-head.open #mobile-head .head-box {
    display: none;
  }
}
#top-head.open #nav-toggle span:nth-child(1) {
  transform: rotate(-33deg) translateY(0.1vw) translateX(-1px);
}
#top-head.open #nav-toggle span:nth-child(2) {
  transform: rotate(33deg) translateY(-0.1vw) translateX(-1px);
}
#top-head.open #global-nav {
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 736px) {
  .other_page .wrapper .sidebar_inner {
    width: 100%;
    position: relative;
  }
}

@media only screen and (max-width: 736px) {
  .scroll__inner::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .simplebar-scrollbar::before {
    background: #015cb1 !important;
    border-radius: 0 !important;
    height: 2px !important;
    margin-left: 0;
    margin-top: 0;
  }
  .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1 !important;
  }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0 !important;
  }
  .simplebar-track {
    background: #e8e8e8;
    height: 2px !important;
  }
  /* iOS Safari 対策 */
  .simplebar-content-wrapper {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE */
  }
  .simplebar-content-wrapper::-webkit-scrollbar {
    display: none; /* iOS含むWebKit */
  }
}
#sidebar {
  width: 15%;
  position: absolute;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #sidebar {
    width: 25%;
  }
}
@media only screen and (max-width: 736px) {
  #sidebar {
    width: 100%;
    white-space: nowrap;
    transition: 0.3s;
    transform: scale(1, -1);
    overflow-x: auto;
    padding: 5vw 4vw 5vw;
    -ms-overflow-style: none !important;
    /* IE, Edge 対応 */
    scrollbar-width: none !important;
    /* Firefox 対応 */
  }
}
@media only screen and (max-width: 736px) {
  #sidebar ul {
    transform: scale(1, -1);
  }
}
@media only screen and (max-width: 736px) {
  #sidebar {
    /* スクロールバーの幅と高さを設定する */
    /* スクロールバーの形を設定する */
    /* スクロールバーの色を設定する */
  }
  #sidebar::-webkit-scrollbar {
    display: none !important;
  }
  #sidebar::-webkit-scrollbar-thumb {
    display: none;
  }
  #sidebar::-webkit-scrollbar-thumb {
    display: none;
  }
  #sidebar::-webkit-scrollbar-track {
    display: none;
  }
}
#sidebar li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  #sidebar li {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 736px) {
  #sidebar li:last-child {
    margin-right: 5vw;
  }
}
#sidebar li a {
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  display: inline-block;
  padding: 8px 22px 8px 35px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #sidebar li a {
    padding: 1vw 5vw 1vw 8vw;
    font-size: 3.7333333333vw;
  }
}
#sidebar li a:hover {
  opacity: 1;
}
#sidebar li a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #015cb1;
  border-right: 1px solid #015cb1;
  transform: rotate(45deg);
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#sidebar li a.is-active {
  top: auto;
  bottom: 0;
  background: #015cb1;
  color: #fff;
}
#sidebar li a.is-active:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#sidebar.is-in {
  position: fixed;
  top: 170px;
}
@media only screen and (max-width: 736px) {
  #sidebar.is-in {
    background: #fff;
    top: 21.3333333333vw;
  }
}
#sidebar.is-out {
  display: none;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #000;
}
@media only screen and (max-width: 736px) {
  body {
    font-size: 4vw;
  }
}
body h2, body h3, body h4, body h5, body p, body li, body dt, body dd, body input, body textarea, body th, body td, body span {
  line-height: 170%;
  letter-spacing: 0;
}
body a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: 0.3s;
  color: #000;
}
body a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px), print {
  body a[href^="tel:"] {
    color: black;
    text-decoration: none;
    display: inline-block;
    pointer-events: none;
  }
}
body img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body .inner {
  width: 1180px;
  margin: auto;
}
@media only screen and (max-width: 1180px) {
  body .inner {
    width: 98.3333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  body .inner {
    width: 89.3333333333vw;
  }
}
body .inner_in {
  width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  body .inner_in {
    width: 91.6666666667vw;
  }
}
@media only screen and (max-width: 736px) {
  body .inner_in {
    width: 89.6vw;
  }
}
body .pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  body .pc {
    display: none !important;
  }
}
body .sp {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  body .sp {
    display: block !important;
  }
}
body a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  body a[href^=tel] {
    cursor: pointer;
    display: inline-block;
  }
}
body span[data-aos],
body strong[data-aos],
body small[data-aos] {
  display: inline-block;
}
@media only screen and (max-width: 736px) {
  body main {
    overflow: hidden;
  }
}
body .main_ttl {
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  body .main_ttl {
    font-size: 9.0666666667vw;
  }
}
body .main_ttl span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #015cb1;
}
@media only screen and (max-width: 736px) {
  body .main_ttl span {
    font-size: 3.2vw;
  }
}
body .main_ttl.other_ttl {
  font-size: 50px;
  color: #015cb1;
  padding: 100px 0 130px;
}
@media only screen and (max-width: 736px) {
  body .main_ttl.other_ttl {
    font-size: 9.8666666667vw;
    padding: 13vw 0 12vw;
  }
}
body .main_ttl.other_ttl span {
  font-size: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 736px) {
  body .main_ttl.other_ttl span {
    margin-top: 2vw;
    font-size: 3.2vw;
  }
}
body .main_btn {
  width: 250px;
}
@media only screen and (max-width: 736px) {
  body .main_btn {
    width: 66.6666666667vw;
  }
}
body .main_btn a {
  display: block;
  border-radius: 60px;
  background: #015cb1;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 22px 25px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body .main_btn a {
    padding: 6vw 8vw;
    font-size: 4vw;
  }
}
body .main_btn a:after {
  position: absolute;
  content: "";
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
body main {
  margin-top: 90px;
}
@media only screen and (max-width: 736px) {
  body main {
    margin-top: 21.3333333333vw;
  }
}
body main .other_bnr {
  background: linear-gradient(90deg, #5995cc 0%, #015cb1 100%);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  body main .other_bnr {
    background: linear-gradient(180deg, #5995cc 0%, #015cb1 100%);
  }
}
body main .other_bnr:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/btm_bk.webp) no-repeat center top/1506px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  body main .other_bnr:after {
    display: none;
  }
}
body main .other_bnr .inner {
  position: relative;
  z-index: 1;
}
body main .other_bnr .other_bnr_ttl {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  body main .other_bnr .other_bnr_ttl {
    font-size: 7.2vw;
    margin-bottom: 2vw;
  }
}
body main .other_bnr .other_bnr_text {
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
@media only screen and (max-width: 736px) {
  body main .other_bnr .other_bnr_text {
    margin-bottom: 8vw;
  }
}
body main .other_bnr .other_bnr_btn {
  width: 300px;
  margin: auto;
}
@media only screen and (max-width: 736px) {
  body main .other_bnr .other_bnr_btn {
    width: 80vw;
  }
}
body main .other_bnr .other_bnr_btn a {
  background: #fff;
  color: #015cb1;
  text-align: center;
}
body main .other_bnr .other_bnr_btn a:hover {
  opacity: 1;
}
body main .other_bnr .other_bnr_btn a:after {
  border-top: 1px solid #015cb1;
  border-right: 1px solid #015cb1;
}
body main .other_bnr .other_bnr_btn a .tel {
  font-size: 30px;
  font-weight: 700;
}
body main .other_bnr .other_bnr_btn a:hover {
  background: #015cb1;
  color: #fff;
}
body main .other_bnr .other_bnr_btn a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
body main .other_bnr .other_bnr_btn a:hover .tel {
  color: #fff;
}
@media only screen and (max-width: 736px) {
  body main .other_bnr .other_bnr_btn a:hover .tel {
    display: none;
  }
}
body main .other_bnr .other_bnr_btn a .arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #015cb1;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  right: 20px;
}
@media only screen and (max-width: 736px) {
  body main .other_bnr .other_bnr_btn a .arrow {
    right: 3vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
body main .other_bnr .other_bnr_btn a .arrow:after {
  position: absolute;
  content: "";
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  body main .other_bnr .other_bnr_btn a .arrow:after {
    width: 2vw;
    height: 2vw;
  }
}
body main .other_bnr .other_bnr_btn a:hover .arrow {
  background: #fff;
}
body main .other_bnr .other_bnr_btn a:hover .arrow:after {
  border-top: 1px solid #015cb1;
  border-right: 1px solid #015cb1;
}
body main .other_bnr .fax {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 736px) {
  body main .other_bnr .fax {
    display: block;
  }
}
body main .other_bnr .fax .other_bnr_btn {
  width: 370px;
  margin: 0 30px;
}
@media only screen and (max-width: 876px) {
  body main .other_bnr .fax .other_bnr_btn {
    width: 42.2374429224vw;
    margin: 0 3.4246575342vw;
  }
}
@media only screen and (max-width: 736px) {
  body main .other_bnr .fax .other_bnr_btn {
    width: 78.6666666667vw;
    margin: 0 auto 5vw;
  }
}
@media only screen and (max-width: 736px) {
  body main .other_bnr .fax .other_bnr_btn:last-child {
    margin-bottom: 0;
  }
}
body main .other_bnr .fax a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100px;
  box-sizing: border-box;
  padding: 0 60px;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  body main .other_bnr .fax a {
    padding: 0 7vw;
    height: 16vw;
  }
}
body main .other_bnr .fax a p {
  font-size: 18px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 736px) {
  body main .other_bnr .fax a p {
    margin-bottom: 1vw;
    font-size: 4.2666666667vw;
  }
}
body main .other_bnr .fax a .tel {
  display: block;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-top: 3px;
}
@media only screen and (max-width: 736px) {
  body main .other_bnr .fax a .tel {
    display: none;
  }
}
body main .other_bnr .fax a:after {
  display: none;
}
body main .other_bnr .fax a:hover {
  opacity: 1;
}

#p-index .top_bk {
  position: absolute;
  top: 80px;
  right: 0;
  width: 1159px;
  height: 1280px;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  #p-index .top_bk {
    width: 100%;
    top: 106.6666666667vw;
    height: 131.7333333333vw;
  }
}
#p-index #index-mv {
  width: 95.168374817%;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
  max-width: 1300px;
}
@media only screen and (max-width: 736px) {
  #p-index #index-mv {
    width: 89.3333333333vw;
  }
}
#p-index #index-mv .index-mv_ttl {
  position: absolute;
  bottom: 95px;
  left: 70px;
  z-index: 2;
}
@media only screen and (max-width: 1336px) {
  #p-index #index-mv .index-mv_ttl {
    bottom: 6.9546120059vw;
    left: 5.1244509517vw;
    font-size: 4.39238653vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index-mv .index-mv_ttl {
    font-size: 8.2666666667vw;
    line-height: 140%;
    bottom: 12vw;
    left: 7vw;
  }
}
#p-index #index-mv .index-mv_ttl span {
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 130%;
  text-shadow: 0 0 13px #000;
}
@media only screen and (max-width: 1336px) {
  #p-index #index-mv .index-mv_ttl span {
    font-size: 4.39238653vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index-mv .index-mv_ttl span {
    font-size: 8.2666666667vw;
    line-height: 140%;
  }
}
#p-index #index-mv #auto-play-video {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-index #index-mv #auto-play-video {
    aspect-ratio: 16/17;
  }
}
#p-index #index-mv #auto-play-video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent; /* 透明 */
}
#p-index #index-mv #auto-play-video iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 736px) {
  #p-index #index-mv #auto-play-video iframe {
    height: 126vw;
    width: 169vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
#p-index #index-about {
  padding: 160px 0 90px;
}
@media only screen and (max-width: 768px) {
  #p-index #index-about {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index-about {
    padding: 22vw 0 20vw;
  }
}
#p-index #index-about .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1336px) {
  #p-index #index-about .inner {
    padding: 0 40px;
    box-sizing: border-box;
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index-about .inner {
    display: flex;
    padding: 0;
  }
}
#p-index #index-about .index-about_ttl {
  width: 100%;
  color: #015cb1;
  margin-bottom: 85px;
}
@media only screen and (max-width: 736px) {
  #p-index #index-about .index-about_ttl {
    margin-bottom: 10vw;
  }
}
#p-index #index-about .index-about_catch {
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (max-width: 1336px) {
  #p-index #index-about .index-about_catch {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index-about .index-about_catch {
    margin-bottom: 7vw;
    font-size: 7.2vw;
  }
}
#p-index #index-about .index-about_text {
  width: 660px;
  line-height: 250%;
}
@media only screen and (max-width: 1336px) {
  #p-index #index-about .index-about_text {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index-about .index-about_text {
    line-height: 210%;
  }
}
#p-index #index-service {
  display: flex;
  align-items: flex-start;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #p-index #index-service {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index-service {
    display: block;
    margin-bottom: 6vw;
    overflow: hidden;
  }
}
#p-index #index-service .left-view {
  position: sticky;
  top: 0;
  width: 47.5841874085%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  #p-index #index-service .left-view {
    display: none;
  }
}
#p-index #index-service #service-image {
  width: 100%;
  height: auto;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
#p-index #index-service .right-content {
  width: 50%;
}
@media only screen and (max-width: 736px) {
  #p-index #index-service .right-content {
    width: 100%;
  }
}
#p-index #index-service .index-service_block {
  height: 100vh;
  padding: 20px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #p-index #index-service .index-service_block {
    padding: 20px 0 20px 30px;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index-service .index-service_block {
    padding: 0;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index-service .index-service_block {
    height: auto;
    margin-bottom: 23vw;
  }
}
#p-index #index-service .index-service_ttl {
  margin-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  #p-index #index-service .index-service_ttl {
    margin-bottom: 8vw;
  }
}
#p-index #index-service .index-service_text {
  margin-bottom: 60px;
  max-width: 550px;
}
@media only screen and (max-width: 736px) {
  #p-index #index-service .index-service_text {
    max-width: 100%;
    margin-bottom: 12vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index-service .index-service_img {
    width: 94.6666666667vw;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    margin-bottom: 13vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index-service .index-r_box {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
#p-index #index-recruit_bnr {
  width: 87.8477306003%;
  height: 450px;
  margin-left: auto;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: -90px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-index #index-recruit_bnr {
    width: 94.6666666667vw;
    height: 93.3333333333vw;
    margin-bottom: -23vw;
  }
}
#p-index #index-recruit_bnr a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
#p-index #index-recruit_bnr a:hover {
  opacity: 1;
}
#p-index #index-recruit_bnr .in_box {
  position: relative;
  z-index: 2;
  width: 100%;
}
#p-index #index-recruit_bnr .index-recruit_ttl {
  font-size: 50px;
  color: #fff;
  padding: 0 50px;
  margin: auto;
}
@media only screen and (max-width: 736px) {
  #p-index #index-recruit_bnr .index-recruit_ttl {
    left: 8vw;
    font-size: 10.1333333333vw;
  }
}
#p-index #index-recruit_bnr .index-recruit_ttl span {
  color: #fff;
}
#p-index #index-recruit_bnr .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 96px;
  width: 70px;
  height: 70px;
  background: #fff;
  margin: auto;
  border-radius: 50%;
}
@media only screen and (max-width: 736px) {
  #p-index #index-recruit_bnr .arrow {
    right: 6vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
#p-index #index-recruit_bnr .arrow:after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #015cb1;
  border-right: 1px solid #015cb1;
  transform: rotate(45deg);
}
#p-index #index-recruit_bnr .index-recruit_img {
  position: absolute;
  inset: 0;
  background-image: url(../img/recruit_bnr.jpg);
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 1;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  #p-index #index-recruit_bnr .index-recruit_img {
    background-image: url(../img/recruit_bnr_sp.jpg);
  }
}
#p-index #index-other {
  padding: 200px 0 120px;
}
@media only screen and (max-width: 736px) {
  #p-index #index-other {
    padding: 42vw 0 30vw;
  }
}
#p-index #index-other .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  #p-index #index-other .inner {
    display: block;
  }
}
#p-index #index-other .block {
  width: 50%;
}
@media only screen and (max-width: 736px) {
  #p-index #index-other .block {
    width: 100%;
  }
}
#p-index #index-other .block:first-child {
  box-sizing: border-box;
  border-right: solid 1px #fff;
}
@media only screen and (max-width: 736px) {
  #p-index #index-other .block:first-child {
    border: none;
    position: relative;
    margin-bottom: 15vw;
    padding-bottom: 15vw;
  }
  #p-index #index-other .block:first-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    width: 66.6666666667vw;
  }
}

#p-company main {
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-company main #sidebar {
    padding: 5vw 7vw 5vw;
    border-bottom: solid 2px #e8e8e8;
  }
}
@media only screen and (max-width: 736px) {
  #p-company main #sidebar.is-in {
    top: 21.3333333333vw;
  }
}
#p-company main .bk_img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 130px;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  #p-company main .bk_img {
    top: -5vw;
  }
}
#p-company main .bk_img img {
  position: fixed;
  width: 800px;
  right: 0;
}
@media only screen and (max-width: 736px) {
  #p-company main .bk_img img {
    width: 100vw;
  }
}
#p-company main .bk_img.is-out img {
  bottom: 1500px;
  position: absolute;
}
@media only screen and (max-width: 736px) {
  #p-company main .bk_img.is-out img {
    bottom: 310vw;
  }
}
#p-company main .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 130px;
}
@media only screen and (max-width: 736px) {
  #p-company main .wrapper {
    display: block;
    width: 100%;
    padding-top: 16vw;
  }
}
#p-company main .content {
  margin-left: auto;
  width: 77.9661016949%;
}
@media only screen and (max-width: 736px) {
  #p-company main .content {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding-top: 30vw;
  }
}
#p-company main .content .main_ttl {
  margin-bottom: 100px;
}
@media only screen and (max-width: 736px) {
  #p-company main .content .main_ttl {
    margin-bottom: 12vw;
    font-size: 7.2vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-company main .content .main_ttl span {
    font-size: 2.9333333333vw;
  }
}
#p-company main .other_ttl {
  padding-bottom: 0;
}
#p-company main #company-message {
  margin-bottom: 130px;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-message {
    margin-bottom: 22vw;
  }
}
#p-company main #company-message .company-message_img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 70px;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-message .company-message_img {
    margin-bottom: 10vw;
  }
}
#p-company main #company-message .company-message_text strong {
  display: block;
  margin-top: 60px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-message .company-message_text strong {
    margin-top: 10vw;
    font-size: 4.2666666667vw;
  }
}
#p-company main #company-profile {
  margin-bottom: 180px;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-profile {
    margin-bottom: 26vw;
  }
}
#p-company main #company-profile .company-profile_list {
  margin-bottom: 100px;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-profile .company-profile_list {
    margin-bottom: 14vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-company main #company-profile .company-profile_list tr {
    border-bottom: solid 1px #e8e8e8;
  }
}
#p-company main #company-profile .company-profile_list tr:last-child th, #p-company main #company-profile .company-profile_list tr:last-child td {
  padding-bottom: 0;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-profile .company-profile_list tr:last-child td {
    padding-bottom: 7vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-company main #company-profile .company-profile_list tr:first-child {
    border-top: solid 1px #e8e8e8;
  }
}
#p-company main #company-profile .company-profile_list th, #p-company main #company-profile .company-profile_list td {
  padding-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-profile .company-profile_list th, #p-company main #company-profile .company-profile_list td {
    display: block;
  }
}
#p-company main #company-profile .company-profile_list th {
  width: 210px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  border-right: solid 1px #e8e8e8;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-profile .company-profile_list th {
    width: 100%;
    display: block;
    border-right: none;
    padding-bottom: 1vw;
    padding-top: 6vw;
    font-size: 4vw;
  }
}
#p-company main #company-profile .company-profile_list td {
  padding-left: 80px;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-profile .company-profile_list td {
    padding-left: 0;
    padding-bottom: 7vw;
  }
}
#p-company main #company-profile .company-profile_map {
  margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-profile .company-profile_map {
    margin-bottom: 10vw;
  }
}
#p-company main #company-profile .company-profile_map .profile_map__ttl {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-profile .company-profile_map .profile_map__ttl {
    margin-bottom: 4vw;
    font-size: 4vw;
  }
}
#p-company main #company-profile .company-profile_map .profile_map__ttl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background: #015cb1;
  margin-right: 10px;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-profile .company-profile_map .profile_map__ttl:before {
    margin-right: 2vw;
    width: 4vw;
  }
}
#p-company main #company-profile .company-profile_map .profile_map__img {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-profile .company-profile_map .profile_map__img {
    height: 80vw;
  }
}
#p-company main #company-history {
  margin-bottom: 160px;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-history {
    margin-bottom: 22vw;
  }
}
#p-company main #company-history .company-history_list th, #p-company main #company-history .company-history_list td {
  padding-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-history .company-history_list th, #p-company main #company-history .company-history_list td {
    padding-bottom: 5vw;
  }
}
#p-company main #company-history .company-history_list tr:last-child th, #p-company main #company-history .company-history_list tr:last-child td {
  padding-bottom: 0;
}
#p-company main #company-history .company-history_list th {
  font-size: 16px;
  text-align: left;
  width: 170px;
  border-right: solid 1px #e8e8e8;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-history .company-history_list th {
    font-size: 3.7333333333vw;
    width: 26.6666666667vw;
  }
}
#p-company main #company-history .company-history_list td {
  padding-left: 80px;
}
@media only screen and (max-width: 736px) {
  #p-company main #company-history .company-history_list td {
    padding-left: 8vw;
    font-size: 3.7333333333vw;
  }
}

#p-privacy main .wrapper {
  background: #efefef;
  padding: 120px 0 190px;
}
@media only screen and (max-width: 736px) {
  #p-privacy main .wrapper {
    padding: 22vw 0 28vw;
    margin-top: 4vw;
  }
}
#p-privacy main .wrapper .inner {
  background: #fff;
  border-radius: 15px;
  padding: 100px 130px;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  #p-privacy main .wrapper .inner {
    padding: 10vw 6vw 10vw;
  }
}
#p-privacy main .wrapper .inner h2 {
  font-weight: 500;
  font-size: 18px;
}
#p-privacy main .wrapper .inner p {
  margin-bottom: 20px;
  line-height: 180%;
}
#p-privacy main .wrapper .inner ol {
  list-style: decimal;
  padding-left: 1em;
}
#p-privacy main .wrapper .inner ul {
  list-style: disc;
  padding-left: 1em;
}
#p-privacy main .wrapper .inner li {
  line-height: 180%;
}
#p-privacy main .wrapper .inner li.mb25 {
  margin-bottom: 25px;
}

body.service #service-mv {
  max-width: 1300px;
  border-radius: 15px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1380px) {
  body.service #service-mv {
    max-width: 94.2028985507vw;
  }
}
@media only screen and (max-width: 736px) {
  body.service #service-mv {
    margin-bottom: 16vw;
    max-width: 89.3333333333vw;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
}
body.service #service-mv .service-mv_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 54px;
  margin: auto;
  display: table;
  padding: 0 30px;
  z-index: 2;
}
@media only screen and (max-width: 1090px) {
  body.service #service-mv .service-mv_box {
    left: 4.9541284404vw;
    padding: 0 2.752293578vw;
  }
}
@media only screen and (max-width: 736px) {
  body.service #service-mv .service-mv_box {
    left: 0;
    right: 0;
    padding: 0 6vw;
  }
}
body.service #service-mv .other_ttl {
  color: #fff;
  margin-bottom: 40px;
  padding: 0;
}
@media only screen and (max-width: 890px) {
  body.service #service-mv .other_ttl {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 736px) {
  body.service #service-mv .other_ttl {
    letter-spacing: 0.05em;
    margin-bottom: 5vw;
  }
}
body.service #service-mv .other_ttl span {
  color: #fff;
}
body.service #service-mv .service-mv_text {
  color: #fff;
  margin-bottom: 55px;
  line-height: 250%;
}
@media only screen and (max-width: 890px) {
  body.service #service-mv .service-mv_text {
    margin-bottom: 30px;
    line-height: 170%;
  }
}
@media only screen and (max-width: 736px) {
  body.service #service-mv .service-mv_text {
    line-height: 180%;
    margin-bottom: 8vw;
  }
}
body.service #service-mv .service-mv_btn {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  body.service #service-mv .service-mv_btn {
    display: block;
  }
}
body.service #service-mv .service-mv_btn li {
  width: 370px;
  margin-right: 40px;
}
@media only screen and (max-width: 1090px) {
  body.service #service-mv .service-mv_btn li {
    width: 38vw;
    margin-right: 2vw;
  }
}
@media only screen and (max-width: 736px) {
  body.service #service-mv .service-mv_btn li {
    width: 100%;
    margin: 0 auto 4vw;
  }
}
@media only screen and (max-width: 736px) {
  body.service #service-mv .service-mv_btn li:last-child {
    margin-bottom: 0;
  }
}
body.service #service-mv .service-mv_btn li a {
  background: linear-gradient(90deg, #015cb1 0%, #5995cc 100%);
  border-radius: 60px;
  padding: 0 50px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  body.service #service-mv .service-mv_btn li a {
    padding: 0 8vw;
    height: 16vw;
  }
}
body.service #service-mv .service-mv_btn li a:hover {
  opacity: 1;
  background: #fff;
}
body.service #service-mv .service-mv_btn li a:hover .arrow {
  background: #015cb1;
}
body.service #service-mv .service-mv_btn li a:hover .arrow:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
body.service #service-mv .service-mv_btn li a:hover p {
  color: #015cb1;
}
body.service #service-mv .service-mv_btn li p {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  body.service #service-mv .service-mv_btn li p {
    font-size: 4.2666666667vw;
  }
}
body.service #service-mv .service-mv_btn li .tel {
  font-size: 30px;
  letter-spacing: 0.1em;
  display: block;
  line-height: 100%;
  margin-top: 8px;
}
@media only screen and (max-width: 736px) {
  body.service #service-mv .service-mv_btn li .tel {
    display: none;
  }
}
body.service #service-mv .service-mv_btn li .arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  right: 20px;
}
@media only screen and (max-width: 736px) {
  body.service #service-mv .service-mv_btn li .arrow {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
body.service #service-mv .service-mv_btn li .arrow:after {
  position: absolute;
  content: "";
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #015cb1;
  border-right: 1px solid #015cb1;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  body.service #service-mv .service-mv_btn li .arrow:after {
    width: 2.5vw;
    height: 2.5vw;
  }
}
body.service #service-mv .list_img {
  border-radius: 15px;
  overflow: hidden;
}
body.service .wrapper {
  position: relative;
  padding-top: 130px;
}
@media only screen and (max-width: 736px) {
  body.service .wrapper {
    padding-top: 0;
  }
}
body.service .wrapper .l260 {
  padding-left: 260px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  body.service .wrapper .l260 {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 736px) {
  body.service .wrapper .l260 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 736px) {
  body.service .wrapper .content {
    padding-top: 30vw;
  }
}
body.service .service-block {
  box-sizing: border-box;
  margin-bottom: 130px;
}
@media only screen and (max-width: 736px) {
  body.service .service-block {
    margin-bottom: 23vw;
  }
}
body.service .service-block .main_ttl {
  margin-bottom: 95px;
}
@media only screen and (max-width: 736px) {
  body.service .service-block .main_ttl {
    margin-bottom: 9vw;
    font-size: 7.2vw;
  }
}
body.service .service-block .service-block_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body.service .service-block .service-block_list li {
    display: block;
    margin-bottom: 10vw;
  }
}
body.service .service-block .service-block_list .list_img {
  max-width: 40.2173913043%;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 5.4347826087%;
}
@media only screen and (max-width: 736px) {
  body.service .service-block .service-block_list .list_img {
    max-width: 100%;
    margin-bottom: 5vw;
    margin-top: 0;
    margin-right: 0;
  }
}
body.service .service-block .service-block_list .list_right {
  width: 54.347826087%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  body.service .service-block .service-block_list .list_right {
    width: 100%;
  }
}
body.service .service-block .service-block_list .list_ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  body.service .service-block .service-block_list .list_ttl {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
}
body.service .service-block .service-block_list .number {
  position: absolute;
  top: -100px;
  right: 0;
  font-size: 206px;
  font-weight: 700;
  color: #fff;
  z-index: 0;
  line-height: 100%;
  opacity: 0.5;
}
@media only screen and (max-width: 736px) {
  body.service .service-block .service-block_list .number {
    top: 58vw;
    font-size: 50.6666666667vw;
  }
}
body.service #service-commitment {
  background: #efefef;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
  body.service #service-commitment {
    padding-top: 25vw;
    padding-bottom: 9vw;
  }
}
body.service #service-area {
  background: #015cb1;
  padding: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  body.service #service-area {
    padding: 22vw 0;
  }
}
body.service #service-area .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body.service #service-area .main_ttl {
  color: #fff;
  margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
  body.service #service-area .main_ttl {
    margin-bottom: 8vw;
  }
}
body.service #service-area .main_ttl span {
  color: #fff;
}
body.service #service-area .service-area_catch {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  body.service #service-area .service-area_catch {
    margin-bottom: 4vw;
    font-size: 6vw;
  }
}
body.service #service-area .service-area_text {
  margin-bottom: 10px;
  color: #fff;
}
@media only screen and (max-width: 1157px) {
  body.service #service-area .service-area_text {
    margin-bottom: 50px;
  }
}
body.service #service-area .service-area_img {
  max-width: 490px;
  margin-right: -40px;
}
@media only screen and (max-width: 736px) {
  body.service #service-area .service-area_img {
    margin-right: 0;
    margin-bottom: 6vw;
    max-width: 89.3333333333vw;
  }
}
body.service #service-product .main_ttl {
  margin-bottom: 45px;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .main_ttl {
    margin-bottom: 7vw;
  }
}
body.service #service-product .service-product_text {
  margin-bottom: 100px;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_text {
    margin-bottom: 13vw;
  }
}
body.service #service-product .service-product_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 25px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_list {
    gap: 7vw 3vw;
    margin-bottom: 14vw;
    grid-template-columns: 1fr 1fr;
  }
}
body.service #service-product .service-product_list .list_img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  max-width: 290px;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_list .list_img {
    border-radius: 5px;
    margin-bottom: 3vw;
    max-width: 42.6666666667vw;
  }
}
body.service #service-product .service-product_list .list_img.boder {
  border: solid 1px #e8e8e8;
}
body.service #service-product .service-product_list .list_tag {
  font-size: 15px;
  border: solid 1px #015cb1;
  border-radius: 30px;
  padding: 0 14px;
  color: #015cb1;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_list .list_tag {
    margin-bottom: 2vw;
    padding: 0 4vw;
    font-size: 2.9333333333vw;
  }
}
body.service #service-product .service-product_list .list_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_list .list_text {
    font-size: 3.7333333333vw;
  }
}
body.service #service-product .service-product_medical {
  border: solid 1px #e8e8e8;
  border-radius: 10px;
  padding: 45px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  body.service #service-product .service-product_medical {
    padding: 45px;
  }
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_medical {
    margin-top: 10vw;
    display: block;
    padding: 9vw 7vw;
  }
}
body.service #service-product .service-product_medical .medical_img {
  width: 125px;
  margin-right: 40px;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_medical .medical_img {
    margin: 0 auto 5vw;
    width: 28.8vw;
  }
}
body.service #service-product .service-product_medical .medical_box {
  max-width: 640px;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_medical .medical_box {
    max-width: 100%;
  }
}
body.service #service-product .service-product_medical .medical_ttl {
  color: #d5452c;
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_medical .medical_ttl {
    margin-bottom: 4vw;
    font-size: 5.8666666667vw;
  }
}
body.service #service-product .service-product_medical .medical_text {
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_medical .medical_text {
    font-size: 4vw;
  }
}
body.service #service-product .service-product_bnr {
  max-width: 650px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 90px;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_bnr {
    margin-top: 19vw;
  }
}
body.service #service-product .service-product_bnr .bnr_text {
  color: #fff;
  position: absolute;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_bnr .bnr_text {
    font-size: 4.8vw;
    padding: 0 5vw 0 7vw;
  }
}
body.service #service-product .service-product_bnr .arrow {
  width: 40px;
  right: 30px;
  margin-left: auto;
  display: block;
}
@media only screen and (max-width: 736px) {
  body.service #service-product .service-product_bnr .arrow {
    right: 4vw;
    width: 10.6666666667vw;
  }
}
body.service #service-faq {
  background: #efefef;
  padding: 110px 0;
}
@media only screen and (max-width: 736px) {
  body.service #service-faq {
    padding: 21vw 0;
  }
}
body.service #service-faq .main_ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  body.service #service-faq .main_ttl {
    margin-bottom: 9vw;
    font-size: 7.2vw;
  }
}
body.service #service-faq .accordion-area li {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  body.service #service-faq .accordion-area li {
    margin-bottom: 5vw;
  }
}
body.service #service-faq .accordion-area .area_ttl {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 35px 60px 35px 35px;
}
@media only screen and (max-width: 736px) {
  body.service #service-faq .accordion-area .area_ttl {
    padding: 8vw 5vw;
  }
}
body.service #service-faq .accordion-area .area_ttl:before, body.service #service-faq .accordion-area .area_ttl:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #015cb1;
}
@media only screen and (max-width: 736px) {
  body.service #service-faq .accordion-area .area_ttl:before, body.service #service-faq .accordion-area .area_ttl:after {
    width: 5.3333333333vw;
  }
}
body.service #service-faq .accordion-area .area_ttl:before {
  right: 40px;
  transform: rotate(0deg);
}
@media only screen and (max-width: 736px) {
  body.service #service-faq .accordion-area .area_ttl:before {
    right: 5vw;
  }
}
body.service #service-faq .accordion-area .area_ttl:after {
  right: 40px;
  transform: rotate(90deg);
}
@media only screen and (max-width: 736px) {
  body.service #service-faq .accordion-area .area_ttl:after {
    right: 5vw;
  }
}
body.service #service-faq .accordion-area .area_ttl.close:after {
  display: none;
}
body.service #service-faq .accordion-area .area_box {
  display: none;
  margin: 0 35px;
  padding: 35px 0;
  border-top: solid 1px #e8e8e8;
}
@media only screen and (max-width: 736px) {
  body.service #service-faq .accordion-area .area_box {
    padding: 7vw 0;
    margin: 0 6vw;
  }
}

#p-recruit main {
  position: relative;
}
#p-recruit main:after {
  content: "";
  position: absolute;
  width: 800px;
  height: 1050px;
  top: 110px;
  right: 0;
  background: url(../img/recruit/bk.jpg) no-repeat left top/contain;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  #p-recruit main:after {
    width: 100%;
    height: 100%;
    top: -3vw;
  }
}
#p-recruit main .other_ttl {
  padding-bottom: 0;
}
#p-recruit main .wrapper {
  padding-top: 130px;
}
@media only screen and (max-width: 736px) {
  #p-recruit main .wrapper {
    padding-top: 16vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-recruit main .content {
    padding-top: 40vw;
  }
}
#p-recruit main .content .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 260px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #p-recruit main .content .inner {
    padding-left: 26vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-recruit main .content .inner {
    padding-left: 0;
  }
}
#p-recruit main .content .inner .main_ttl {
  margin-bottom: 100px;
}
@media only screen and (max-width: 736px) {
  #p-recruit main .content .inner .main_ttl {
    width: 89.3333333333vw;
    margin: 0 auto 10vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-recruit main .sec-scroll-point {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  #p-recruit main .sec-scroll-point .main_ttl {
    font-size: 7.2vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-recruit main .sec-scroll-point .main_ttl span {
    font-size: 2.6666666667vw;
  }
}
#p-recruit main #recruit-message {
  padding-bottom: 200px;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-message {
    width: 89.3333333333vw;
    margin: auto;
    padding-bottom: 26vw;
  }
}
#p-recruit main #recruit-message .message_ttl {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-message .message_ttl {
    margin-bottom: 8vw;
    line-height: 140%;
    font-size: 8vw;
  }
}
#p-recruit main #recruit-message .message_text {
  line-height: 210%;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-strength {
    margin-bottom: 23vw;
  }
}
#p-recruit main #recruit-strength .strength_box {
  flex: 1;
  margin-right: calc(63% - 50vw);
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
  border-radius: 15px 0 0 15px;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-strength .strength_box {
    margin-right: 0;
    display: block;
    margin-left: auto;
    width: 94.6666666667vw;
    margin-bottom: 9vw;
  }
}
#p-recruit main #recruit-strength .strength_in {
  position: absolute;
  left: 7%;
  bottom: 19%;
  margin: auto;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-strength .strength_in {
    display: flex;
    flex-direction: column;
    margin: auto;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    padding: 8vw 7vw 14vw;
    box-sizing: border-box;
  }
}
#p-recruit main #recruit-strength .strength_ttl {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #p-recruit main #recruit-strength .strength_ttl {
    font-size: 39px;
  }
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-strength .strength_ttl {
    line-height: 140%;
    font-size: 9.8666666667vw;
  }
}
#p-recruit main #recruit-strength .strength_text {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-strength .strength_text {
    margin-top: auto;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-strength .strength_img {
    overflow: hidden;
    border-radius: 15px 0 0 15px;
  }
}
#p-recruit main #recruit-job {
  background: #efefef;
  padding: 150px 0;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-job {
    padding: 24vw 0;
  }
}
#p-recruit main #recruit-job .job_box {
  margin-bottom: 75px;
  background: #fff;
  border-radius: 15px;
  padding: 60px;
  width: 920px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1230px) {
  #p-recruit main #recruit-job .job_box {
    width: 98%;
  }
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-job .job_box {
    padding: 8vw 6vw 12vw;
    width: 89.3333333333vw;
    margin-bottom: 10vw;
  }
}
#p-recruit main #recruit-job .job_box:last-child {
  margin-bottom: 0;
}
#p-recruit main #recruit-job .job_position {
  color: #015cb1;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  border: solid 1px #015cb1;
  padding: 0 14px;
  margin-bottom: 20px;
  display: inline-block;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-job .job_position {
    padding: 0 4vw;
    margin-bottom: 5vw;
    font-size: 4vw;
  }
}
#p-recruit main #recruit-job .job_ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-job .job_ttl {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
#p-recruit main #recruit-job .job_table {
  margin-bottom: 45px;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-job .job_table {
    margin-bottom: 8vw;
  }
}
#p-recruit main #recruit-job .job_table tr {
  border-bottom: solid 1px #e8e8e8;
}
#p-recruit main #recruit-job .job_table tr:first-child {
  border-top: solid 1px #e8e8e8;
}
#p-recruit main #recruit-job .job_table th {
  width: 160px;
  font-size: 15px;
  font-weight: 500;
  padding: 25px 0;
  text-align: left;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-job .job_table th {
    display: block;
    width: 100%;
    padding: 5vw 0 3vw;
    font-size: 4vw;
  }
}
#p-recruit main #recruit-job .job_table td {
  font-size: 15px;
  padding: 25px 0;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-job .job_table td {
    display: block;
    padding: 0 0 5vw;
    font-size: 4vw;
  }
}
#p-recruit main #recruit-job .job_btn {
  width: 250px;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-job .job_btn {
    width: 66.6666666667vw;
  }
}
#p-recruit main #recruit-job .job_btn a {
  background: #015cb1;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 60px;
  position: relative;
  padding: 22px 30px;
}
@media only screen and (max-width: 736px) {
  #p-recruit main #recruit-job .job_btn a {
    padding: 7vw 8vw;
    font-size: 4vw;
  }
}
#p-recruit main #recruit-job .job_btn .arrow {
  width: 14px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#p-contact {
  /* iOSでのデフォルトスタイルをリセット */
}
#p-contact .wrapper {
  padding: 105px 0 170px;
  background: #efefef;
}
@media only screen and (max-width: 736px) {
  #p-contact .wrapper {
    padding: 16vw 0 23vw;
    margin-top: 4vw;
  }
}
#p-contact .wrapper .top_ttl {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 90px;
}
@media only screen and (max-width: 736px) {
  #p-contact .wrapper .top_ttl {
    line-height: 160%;
    margin-bottom: 10vw;
    font-size: 7.2vw;
  }
}
#p-contact .wrapper .top_box {
  background: #fff;
  border-radius: 15px;
  display: table;
  margin: 0 auto 150px;
  padding: 50px;
}
@media only screen and (max-width: 1240px) {
  #p-contact .wrapper .top_box {
    padding: 50px 2%;
    width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #p-contact .wrapper .top_box {
    width: 90%;
  }
}
@media only screen and (max-width: 736px) {
  #p-contact .wrapper .top_box {
    box-sizing: border-box;
    width: 89.3333333333vw;
    margin: 0 auto 18vw;
    padding: 5vw;
    display: block;
  }
}
#p-contact .wrapper .top_box li {
  padding: 20px 50px;
  border-right: solid 1px #e8e8e8;
  display: inline-block;
}
@media only screen and (max-width: 1240px) {
  #p-contact .wrapper .top_box li {
    padding: 20px 3%;
  }
}
@media only screen and (max-width: 736px) {
  #p-contact .wrapper .top_box li {
    border-bottom: solid 1px #e8e8e8;
    border-right: 0;
    margin: 0 auto;
    padding: 9vw 0 8vw;
    width: 100%;
  }
}
#p-contact .wrapper .top_box li:last-child {
  border-right: none;
}
@media only screen and (max-width: 736px) {
  #p-contact .wrapper .top_box li:last-child {
    border-bottom: none;
  }
}
#p-contact .wrapper .top_box .top_icon {
  width: 100px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 736px) {
  #p-contact .wrapper .top_box .top_icon {
    margin-bottom: 4vw;
    width: 21.3333333333vw;
  }
}
#p-contact .wrapper .top_box .top_text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  #p-contact .wrapper .top_box .top_text {
    margin-bottom: 1vw;
    font-size: 4.8vw;
  }
}
#p-contact .wrapper .top_box .top_tell {
  font-size: 40px;
  font-weight: 700;
  color: #015cb1;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
  line-height: 100%;
}
@media only screen and (max-width: 1240px) {
  #p-contact .wrapper .top_box .top_tell {
    font-size: 3.2258064516vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-contact .wrapper .top_box .top_tell {
    font-size: 9.3333333333vw;
  }
}
#p-contact .wrapper .top_box a {
  color: #015cb1;
}
#p-contact main .top_text {
  margin: 0 auto 80px;
  display: table;
}
@media only screen and (max-width: 736px) {
  #p-contact main .top_text {
    width: 89.3333333333vw;
  }
}
#p-contact main #frm {
  margin: 0 auto;
  max-width: 920px;
}
@media only screen and (max-width: 768px) {
  #p-contact main #frm {
    width: 90%;
  }
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm {
    margin-top: 4vw;
    width: 89.3333333333vw;
  }
}
#p-contact main #frm .frm_list {
  width: 100%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .frm_list {
    margin-bottom: 9vw;
  }
}
#p-contact main #frm .frm_list .red {
  color: #ff0000;
}
#p-contact main #frm .frm_list .list_box {
  padding-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .frm_list .list_box {
    padding-bottom: 5vw;
  }
}
#p-contact main #frm .frm_list .list_box.cal2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#p-contact main #frm .frm_list .list_box.cal2 .flex {
  width: 450px;
}
#p-contact main #frm .frm_list .list_ttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .frm_list .list_ttl {
    margin: 0 auto 3vw;
    font-size: 4vw;
  }
}
#p-contact main #frm .frm_list .list_ttl span {
  color: #015cb1;
  font-weight: 500;
  font-size: 15px;
  border: solid 1px #015cb1;
  border-radius: 30px;
  padding: 0 14px;
  margin-left: 15px;
  display: inline-block;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .frm_list .list_ttl span {
    padding: 0 4vw;
    margin-left: 2vw;
    font-size: 3.4666666667vw;
  }
}
#p-contact main #frm .frm_list input[type=text] {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .frm_list input[type=text] {
    padding: 3vw 2.5vw;
    border-radius: 5px;
    font-size: 4.2666666667vw;
  }
}
#p-contact main #frm .frm_list .list_text {
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .frm_list .list_text {
    font-size: 4.2666666667vw;
  }
}
#p-contact main #frm .frm_list .list_text textarea {
  width: 100%;
  min-height: 200px;
  padding: 15px;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .frm_list .list_text textarea {
    padding: 3vw 2.5vw;
    border-radius: 5px;
    font-size: 4.2666666667vw;
    min-height: 53.3333333333vw;
  }
}
#p-contact main #frm .frm_list #pet_select {
  position: relative;
  display: inline-block;
}
#p-contact main #frm .frm_list #pet_select select {
  background: #fff;
  border: none;
  border-radius: 10px;
  width: 200px;
  padding: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .frm_list #pet_select select {
    width: 50vw;
    border-radius: 5px;
    padding: 5vw;
  }
}
#p-contact main #frm .frm_list #pet_select:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #015cb1;
  border-right: 1px solid #015cb1;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .frm_list #pet_select:after {
    right: 4vw;
  }
}
#p-contact main #frm .frm_btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .frm_btm {
    display: block;
  }
}
#p-contact main #frm .frm_btm label {
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .frm_btm .privacy {
    display: table;
    margin: 0 auto 11vw;
  }
}
#p-contact main #frm .frm_btm #check {
  border: solid 1px #fff;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
}
#p-contact main #frm .frm_btm a {
  display: inline-block;
  color: #015cb1;
  text-decoration: underline;
}
#p-contact main #frm .frm_btm .main_btn {
  margin: 0;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .frm_btm .main_btn {
    margin: auto;
  }
}
#p-contact main #frm .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#p-contact main #frm .main_btn {
  width: 250px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .main_btn {
    width: 66.6666666667vw;
  }
}
#p-contact main #frm .main_btn a, #p-contact main #frm .main_btn input {
  border-radius: 30px;
  background: #015cb1;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  padding: 17px 0 17px 30px;
  cursor: pointer;
  color: #fff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .main_btn a, #p-contact main #frm .main_btn input {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .main_btn.back {
    margin: 0 auto 5vw;
  }
}
#p-contact main #frm .main_btn.back input {
  padding: 17px 0 17px 50px;
}
#p-contact main #frm .main_btn.back .arrow {
  transform: scale(-1, 1) rotate(45deg);
  right: auto;
  left: 30px;
}
@media only screen and (max-width: 736px) {
  #p-contact main #frm .main_btn.submit {
    margin: auto;
    overflow-x: scroll;
  }
}
#p-contact main #frm .main_btn .arrow {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#p-contact main #frm.formchk table th {
  padding-top: 0;
}
#p-contact .custom-file-upload {
  color: rgb(31, 41, 55);
  cursor: pointer;
  border: 1px solid #015cb1;
  border-radius: 6px;
  padding-right: 0.5rem;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #p-contact .custom-file-upload {
    font-size: 4.2666666667vw;
  }
}
#p-contact input[type=file] {
  display: none;
}
#p-contact ::file-selector-button,
#p-contact ::-webkit-file-upload-button {
  background-color: #015cb1;
  border: none;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  border-right: 1px solid #015cb1;
  padding: 8px 15px;
  margin-right: 1rem;
}
@media only screen and (max-width: 736px) {
  #p-contact ::file-selector-button,
  #p-contact ::-webkit-file-upload-button {
    padding: 2vw;
  }
}
#p-contact input[type=submit],
#p-contact input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
#p-contact input[type=submit]::-webkit-search-decoration,
#p-contact input[type=button]::-webkit-search-decoration {
  display: none;
}
#p-contact input[type=submit]::focus,
#p-contact input[type=button]::focus {
  outline-offset: -2px;
}