@charset "UTF-8";
/* =================================
 Reset / Base
================================= */
/* Reset
---------------------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

th,
td {
  background-clip: padding-box;
}

/* base
---------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  line-height: 1.8;
  background-color: #fff;
  color: #58625e;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1100px;
  }
}
body.no-scroll {
  overflow: hidden;
}
body.error404 .c-mv::before {
  background-image: url(../img/contact/bg_mv_contact_pc.webp);
}
@media screen and (max-width: 767px) {
  body.error404 .c-mv::before {
    background-image: url(../img/contact/bg_mv_contact_sp.webp);
  }
}

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

a,
a img,
button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  opacity: 0.7;
}

a:link {
  color: #58625e;
  text-decoration: none;
}

a:visited {
  color: #58625e;
}

a:active {
  color: #58625e;
}

/* common
---------------------------------------------------------- */
.u-only_sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-only_sp {
    display: block !important;
  }
}

.u-only_pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-only_pc {
    display: none !important;
  }
}

/* reCAPCHA 非表示
---------------------------------------------------------- */
body:not(.contact) .grecaptcha-badge {
  visibility: hidden;
}

/* header
---------------------------------------------------------- */
.l-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header {
    z-index: 10000;
    height: 80px;
  }
}
.l-header.open .l-header_seo {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: none;
}
@media screen and (max-width: 767px) {
  .l-header.scroll-in {
    margin-top: -20px;
  }
  .l-header.scroll-in .l-header_gnav {
    top: -10px;
  }
}
.l-header_seo {
  position: absolute;
  z-index: 99999;
  top: 10px;
  left: 18px;
  width: 72%;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .l-header_seo {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  .l-header_seo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    padding: 0 3%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.l-header_seo_txt {
  display: block;
  line-height: 1;
  color: #474747;
  font-size: 11px;
  font-size: 1.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-header_seo_txt {
    font-size: 10px;
    font-size: 1rem;
  }
}
.l-header_logo {
  position: absolute;
  z-index: 1001;
  top: 33px;
  left: 18px;
  width: 330px;
}
@media screen and (max-width: 767px) {
  .l-header_logo {
    top: 32px;
    left: 20px;
    width: 220px;
  }
}
.l-header_side {
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 104px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-header_side {
    width: 68px;
    margin-top: 20px;
  }
}
.l-header_side_tel {
  position: absolute;
  right: 104px;
  top: 26px;
  z-index: 1001;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header_side_tel a {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  color: #255397;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}
.l-header_side_tel a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/ico_tel.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 6px;
  left: 0;
}
.l-header_side_tel .tel_txt {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #255397;
  text-align: center;
}
.l-header_reserve, .l-header_menu {
  width: 104px;
  height: 104px;
}
@media screen and (max-width: 767px) {
  .l-header_reserve, .l-header_menu {
    width: 68px;
    height: 60px;
  }
}
.l-header_reserve_txt, .l-header_menu_txt {
  display: block;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
}
.l-header_reserve {
  border-radius: 0 0 0 4px;
  overflow: hidden;
}
.l-header_reserve a {
  display: block;
  line-height: 1;
  height: 100%;
  padding-top: 21px;
  background: linear-gradient(135deg, rgb(255, 103, 20) 0%, rgb(255, 161, 20) 100%);
}
.l-header_reserve a img {
  width: 40px;
  margin: 0 auto 9px;
}
.l-header_reserve_txt {
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
}
.l-header_reserve.-contact a {
  background: #255397;
}
@media screen and (max-width: 767px) {
  .l-header_reserve.-contact a {
    padding-top: 14px;
  }
}
.l-header_reserve.-contact a img {
  margin: 0 auto 18px;
}
@media screen and (max-width: 767px) {
  .l-header_reserve.-contact a img {
    width: 22px;
    margin: 0 auto 7px;
  }
}
.l-header_reserve.-contact a .l-header_reserve_txt {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
}
.l-header_reserve.-tel {
  width: 70px;
}
.l-header_reserve.-tel a {
  background: #255397;
}
@media screen and (max-width: 767px) {
  .l-header_reserve.-tel a {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_reserve.-tel a img {
    width: 20px;
    margin: 0 auto 5px;
  }
}
.l-header_reserve.-tel a .l-header_reserve_txt {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.1;
}
.l-header_menu {
  position: relative;
  z-index: 0;
  background-color: #255397;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-header_menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header_menu {
    border-radius: 0 0 0 4px;
  }
}
.l-header_menu span {
  position: absolute;
  z-index: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-header_menu span {
    width: 23px;
    height: 1px;
  }
}
.l-header_menu span:nth-child(1) {
  top: 28px;
}
@media screen and (max-width: 767px) {
  .l-header_menu span:nth-child(1) {
    top: 14px;
  }
}
.l-header_menu span:nth-child(2) {
  top: 40px;
}
@media screen and (max-width: 767px) {
  .l-header_menu span:nth-child(2) {
    top: 21px;
  }
}
.l-header_menu span:nth-child(3) {
  top: 52px;
}
@media screen and (max-width: 767px) {
  .l-header_menu span:nth-child(3) {
    top: 29px;
  }
}
.l-header_menu_txt {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 23px;
  width: 100%;
  font-family: "Cormorant Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header_menu_txt {
    bottom: 12px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.l-header_menu.active span {
  top: 40px;
  left: 31px;
}
@media screen and (max-width: 767px) {
  .l-header_menu.active span {
    top: 23px;
    left: 18px;
  }
}
.l-header_menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header_menu.active span:nth-child(2) {
  opacity: 0;
}
.l-header_menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header_gnav {
  position: fixed;
  z-index: 1000;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 90px 0 150px;
  background-color: #e9f4f9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-header_gnav {
    min-width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav {
    padding: 90px 0 140px;
    overflow-y: scroll;
  }
}
.l-header_gnav.open {
  top: 0;
  opacity: 1;
  pointer-events: inherit;
}
.l-header_gnav_grid {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-header_gnav_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-header_gnav_list {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav_list:nth-child(4) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-header_gnav_cont {
    margin-top: 8px;
  }
  .l-header_gnav_cont:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav_cont {
    border-left: 1px solid #255397;
    padding-left: 12px;
  }
}
.l-header_gnav_cont a {
  display: block;
  line-height: 1.6;
  color: #255397;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header_gnav_cont a {
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l-header_gnav_toggle {
  line-height: 1;
  color: #255397;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .l-header_gnav_toggle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav_toggle {
    position: relative;
    z-index: 0;
    padding: 16px 0;
    font-size: 20px;
    font-size: 2rem;
    cursor: pointer;
  }
  .l-header_gnav_toggle::before {
    position: absolute;
    z-index: 0;
    top: 11px;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #255397;
    content: "";
  }
  .l-header_gnav_toggle_txt {
    position: relative;
    z-index: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-header_gnav_toggle_txt::before, .l-header_gnav_toggle_txt::after {
    position: absolute;
    z-index: 0;
    background-color: #fff;
    content: "";
  }
  .l-header_gnav_toggle_txt::before {
    top: 6px;
    right: 5px;
    width: 14px;
    height: 1px;
  }
  .l-header_gnav_toggle_txt::after {
    top: 0;
    right: 11.5px;
    width: 1px;
    height: 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .l-header_gnav_toggle.menu-toggle .l-header_gnav_toggle_txt::after {
    opacity: 0;
  }
}
.l-header_gnav_inner {
  padding-left: 24px;
  border-left: 1px solid #255397;
}
@media screen and (max-width: 767px) {
  .l-header_gnav_inner {
    display: none;
    padding-left: 12px;
    border-left: 1px solid #a3cdbd;
  }
}
@media screen and (min-width: 768px) {
  .l-header_gnav_inner li {
    margin-top: 8px;
  }
  .l-header_gnav_inner li:first-of-type {
    margin-top: 0;
  }
}
.l-header_gnav_inner li a {
  display: block;
  line-height: 1.6;
  color: #255397;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header_gnav_inner li a {
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l-header_gnav_btn {
  margin: 20px auto 0;
  padding: 15px 0;
  background-color: #255397;
}
@media screen and (min-width: 768px) {
  .l-header_gnav_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav_btn {
    margin: 30px auto 0;
    padding: 20px;
  }
}
.l-header_gnav_btn_reserve, .l-header_gnav_btn_contact {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-header_gnav_btn_reserve, .l-header_gnav_btn_contact {
    width: 333px;
  }
}
.l-header_gnav_btn_reserve a, .l-header_gnav_btn_contact a {
  display: block;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .l-header_gnav_btn_reserve a, .l-header_gnav_btn_contact a {
    height: 50px;
  }
}
.l-header_gnav_btn_reserve {
  background: linear-gradient(135deg, rgb(255, 103, 20) 0%, rgb(255, 161, 20) 100%);
}
@media screen and (min-width: 768px) {
  .l-header_gnav_btn_reserve {
    margin-right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav_btn_reserve {
    margin-bottom: 10px;
  }
}
.l-header_gnav_btn_reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header_gnav_btn_reserve a img {
  width: 30px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .l-header_gnav_btn_reserve a img {
    width: 24px;
  }
}
.l-header_gnav_btn_reserve_txt {
  display: block;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-header_gnav_btn_reserve_txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.l-header_gnav_btn_contact {
  border: 1px solid #255397;
  background-color: #fff;
}
.l-header_gnav_btn_contact a {
  display: block;
  line-height: 1;
  padding: 20px 0 0;
  color: #255397;
  font-weight: 500;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-header_gnav_btn_contact a {
    padding: 16px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* layout
---------------------------------------------------------- */
.l-main {
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 80px;
  }
}

.l-page {
  padding: 102px 0 0;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 40px 0 0;
  }
}
.l-page_blog {
  padding: 62px 0 160px;
}
@media screen and (max-width: 767px) {
  .l-page_blog {
    padding: 30px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .l-page_blog .l-cont_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-page_l {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .l-page_l {
    padding-top: 75px;
  }
}
.l-page_l:first-of-type {
  padding-top: 0;
}
.l-page_m {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-page_m {
    padding-top: 60px;
  }
}
.l-page_m:first-of-type {
  padding-top: 0;
}
.l-page_ms {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-page_ms {
    padding-top: 50px;
  }
}
.l-page_ms:first-of-type {
  padding-top: 0;
}
.l-page_s {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .l-page_s {
    padding-top: 45px;
  }
}
.l-page_s:first-of-type {
  padding-top: 0;
}
.l-page_ss {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-page_ss {
    padding-top: 40px;
  }
}
.l-page_ss:first-of-type {
  padding-top: 0;
}
.l-page_min {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .l-page_min {
    padding-top: 35px;
  }
}
.l-page_min:first-of-type {
  padding-top: 0;
}
.l-page_short {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-page_short {
    padding-top: 25px;
  }
}
.l-page_short:first-of-type {
  padding-top: 0;
}

.l-cont_page {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-cont_page {
    max-width: 1200px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_page {
    width: calc(100% - 40px);
  }
}
.l-cont_l {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-cont_l {
    max-width: 1240px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_l {
    width: calc(100% - 40px);
  }
}
.l-cont_m {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-cont_m {
    max-width: 1140px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_m {
    width: calc(100% - 40px);
  }
}
.l-cont_s {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-cont_s {
    max-width: 1000px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_s {
    width: calc(100% - 40px);
  }
}

/* fixed
---------------------------------------------------------- */
.l-fixed_recruit {
  position: fixed;
  z-index: 1000;
  bottom: 200px;
  right: 0;
  width: 56px;
  height: 202px;
  border-radius: 8px 0 0 8px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-filter: drop-shadow(0 0 8px rgba(61, 169, 127, 0.16));
          filter: drop-shadow(0 0 8px rgba(61, 169, 127, 0.16));
}
@media screen and (max-width: 767px) {
  .l-fixed_recruit {
    bottom: 140px;
    width: 40px;
    height: 155px;
    border-radius: 4px 0 0 4px;
    -webkit-filter: drop-shadow(0 0 4px rgba(61, 169, 127, 0.16));
            filter: drop-shadow(0 0 4px rgba(61, 169, 127, 0.16));
  }
}
.l-fixed_recruit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 0 0 2px;
}
@media screen and (max-width: 767px) {
  .l-fixed_recruit a {
    padding: 13px 0 0 2px;
  }
}
.l-fixed_recruit a img {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .l-fixed_recruit a img {
    width: 22px;
  }
}
.l-fixed_recruit_txt {
  display: block;
  line-height: 1;
  margin: 10px 2px 0 0;
  color: #255397;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .l-fixed_recruit_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* seo
---------------------------------------------------------- */
[data-simplebar] {
  z-index: 0;
}

.l-seo {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-seo {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.l-seo_head {
  margin-bottom: 20px;
  color: #255397;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-seo_head {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.l-seo_box {
  padding: 60px 60px 70px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .l-seo_box {
    padding: 20px;
  }
}
.l-seo_cont {
  height: 250px;
}
@media screen and (max-width: 767px) {
  .l-seo_cont {
    height: 200px;
  }
}
.l-seo_cont .simplebar-content {
  padding: 0 23px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .l-seo_cont .simplebar-content {
    padding: 0 20px 0 0 !important;
  }
}
.l-seo_cont .simplebar-track {
  background: #efefef;
}
.l-seo_cont .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.l-seo_cont .simplebar-track .simplebar-scrollbar::before {
  width: 2px;
  background: #255397;
}
.l-seo_cont .simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-seo_cont .simplebar-track.simplebar-vertical {
  width: 2px;
}
.l-seo_item {
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-seo_item {
    margin-top: 15px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.l-seo_item:first-of-type {
  margin-top: 0;
}
.l-seo_item_cont {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-seo_item_cont {
    margin-top: 10px;
  }
}
.l-seo_item_cont:first-of-type {
  margin-top: 0;
}
.l-seo_item_ttl {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-seo_item_ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.l-seo_item .c-list_midpoint li {
  margin-top: 0 !important;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-seo_item .c-list_midpoint li {
    font-size: 10px;
    font-size: 1rem;
  }
}
.l-seo_ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-seo_ttl {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* footer
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 59px;
  }
}
.l-footer_futada_copy {
  background-color: #255397;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .l-footer_futada_copy {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px;
  }
}
.l-footer_main {
  padding: 113px 0 138px;
  background-color: #255397;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer_main {
    padding: 42px 0 77px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_main .l-cont_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_left {
    width: 37%;
    max-width: 440px;
  }
}
.l-footer_left_logo {
  width: 368px;
  margin: 0 0 45px;
}
@media screen and (max-width: 767px) {
  .l-footer_left_logo {
    width: 95%;
    margin: 0 auto 35px;
  }
}
.l-footer_left_logo a {
  display: block;
}
.l-footer_left_btn {
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .l-footer_left_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 35px;
  }
}
.l-footer_left_btn_reserve, .l-footer_left_btn_contact {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .l-footer_left_btn_reserve, .l-footer_left_btn_contact {
    margin-top: 12px;
  }
  .l-footer_left_btn_reserve:first-of-type, .l-footer_left_btn_contact:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_left_btn_reserve, .l-footer_left_btn_contact {
    width: 48%;
    margin-right: 4%;
  }
  .l-footer_left_btn_reserve:nth-child(even), .l-footer_left_btn_contact:nth-child(even) {
    margin-right: 0;
  }
}
.l-footer_left_btn_reserve a, .l-footer_left_btn_contact a {
  height: 54px;
  line-height: 1;
  background-color: #fff;
  border-radius: 4px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  overflow: hidden;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer_left_btn_reserve a, .l-footer_left_btn_contact a {
    height: 43px;
    border-radius: 2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l-footer_left_btn_reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer_left_btn_reserve a img {
  width: 24px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer_left_btn_reserve a img {
    width: 20px;
    margin-right: 9px;
  }
}
.l-footer_left_btn_reserve_txt {
  color: #ffa114;
}
.l-footer_left_btn_contact a {
  display: block;
  text-align: center;
  color: #255397;
  padding: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer_left_btn_contact a {
    padding: 14px 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64%;
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_right {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_right_nav_list:nth-child(1) {
    width: 32%;
    margin-right: 2%;
  }
}
.l-footer_right_nav_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-footer_right_nav_sp {
    width: 64%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_right_nav_sp {
    margin-top: 32px;
  }
}
.l-footer_right_nav_sp .l-footer_right_nav_list {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .l-footer_right_nav_sp .l-footer_right_nav_list {
    width: 52%;
    margin-right: 2%;
  }
}
.l-footer_right_nav_sp .l-footer_right_nav_list:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer_right_nav_sp .l-footer_right_nav_list:nth-child(even) {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_right_nav_sp .l-footer_right_nav_list.u-only_sp {
    width: 100%;
    margin-top: 32px;
    margin-right: 0;
  }
}
.l-footer_right_nav_cont {
  line-height: 1.5;
  padding: 10px 0 0 24px;
  border-left: 1px solid #255397;
}
@media screen and (max-width: 767px) {
  .l-footer_right_nav_cont {
    padding: 5px 0 0 17px;
  }
}
.l-footer_right_nav_cont:first-of-type {
  padding: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .l-footer_right_nav_cont:first-of-type {
    padding: 0 0 0 17px;
  }
}
.l-footer_right_nav_cont a {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer_right_nav_cont a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.l-footer_right_nav_ttl {
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer_right_nav_ttl {
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.l-footer_copyright {
  line-height: 1;
  color: #fff;
  font-family: "Cormorant Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-footer_copyright {
    margin-top: 35px;
    font-size: 10px;
    font-size: 1rem;
    text-align: right;
  }
}
.l-footer_pagetop {
  position: fixed;
  z-index: 1000;
  right: 60px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(37, 83, 151, 0.9);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-footer_pagetop {
    display: none;
  }
}
.l-footer_pagetop_img {
  position: relative;
  z-index: 0;
  height: 100%;
}
.l-footer_pagetop_img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 18px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.l-footer_fixed {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 59px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .l-footer_fixed {
    display: none !important;
  }
}
.l-footer_fixed_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer_fixed_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 43px);
}
.l-footer_fixed_reserve, .l-footer_fixed_contact {
  width: 49%;
  border-radius: 2px;
  overflow: hidden;
}
.l-footer_fixed_reserve a, .l-footer_fixed_contact a {
  height: 43px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer_fixed_reserve {
  margin-right: 2%;
  background-color: #fff;
}
.l-footer_fixed_reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer_fixed_reserve a img {
  width: 16px;
  margin-right: 6px;
}
.l-footer_fixed_reserve_txt {
  display: block;
  line-height: 1;
  color: #255397;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
}
.l-footer_fixed_contact {
  background-color: #255397;
}
.l-footer_fixed_contact a {
  display: block;
  line-height: 1;
  padding-top: 15px;
  color: #fff;
  text-align: center;
}
.l-footer_fixed_pagetop {
  position: relative;
  z-index: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #255397;
}
.l-footer_fixed_pagetop img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 13px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}