@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Noto+Serif+JP:wght@200..900&family=Poetsen+One&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 16px;
  margin-left: 16px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-offset-0,
  .col-offset-1,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5,
  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9,
  .col-offset-10,
  .col-offset-11,
  .col-offset-12 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
@media screen and (max-width: 767px) {
  .col-1 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .col-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
@media screen and (max-width: 767px) {
  .col-5 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .col-6 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
@media screen and (max-width: 767px) {
  .col-7 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
@media screen and (max-width: 767px) {
  .col-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .col-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
@media screen and (max-width: 767px) {
  .col-10 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
@media screen and (max-width: 767px) {
  .col-11 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-offset-0 {
  margin-left: 0;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}
@media screen and (max-width: 767px) {
  .col-offset-1 {
    margin-left: 0;
  }
}

.col-offset-2 {
  margin-left: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-offset-2 {
    margin-left: 0;
  }
}

.col-offset-3 {
  margin-left: 25%;
}
@media screen and (max-width: 767px) {
  .col-offset-3 {
    margin-left: 0;
  }
}

.col-offset-4 {
  margin-left: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .col-offset-4 {
    margin-left: 0;
  }
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.start {
  justify-content: flex-start;
  text-align: start;
}

.center {
  justify-content: center;
  text-align: center;
}

.end {
  justify-content: flex-end;
  text-align: end;
}

.top {
  align-items: flex-start;
}

.middle {
  align-items: center;
}

.bottom {
  align-items: flex-end;
}

.around {
  justify-content: space-around;
}

.between {
  justify-content: space-between;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

html {
  height: auto;
  overflow-x: hidden;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: cover;
  position: relative;
  font-size: 100%;
  height: auto;
  overflow-x: hidden;
  background: #fefefe !important;
}

main {
  margin: 0 !important;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

img {
  display: block;
  max-width: 100%;
}

main {
  margin: 80px 0 0;
}

.first {
  order: 1;
}
@media screen and (max-width: 767px) {
  .first {
    order: 2 !important;
  }
}

.second {
  order: 2;
}
@media screen and (max-width: 767px) {
  .second {
    order: 1;
  }
}

.third {
  order: 3;
}

.third01 {
  order: 3;
}
@media screen and (max-width: 767px) {
  .third01 {
    order: 1;
  }
}

.third02 {
  order: 2;
}
@media screen and (max-width: 767px) {
  .third02 {
    order: 3;
  }
}

.third03 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .third03 {
    order: 2;
  }
}

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

.readmore {
  display: inline;
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  color: #675852;
  text-decoration: underline dotted;
}

h2 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h3 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h4 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h5 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    letter-spacing: 0.03em !important;
  }
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h4,
h5,
h6 {
  line-height: 1.5;
}

p {
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  p {
    white-space: normal;
    line-height: 1.75;
    font-size: 16px;
  }
}

article {
  padding: calc(40px + 3vw) 0;
}

a {
  text-decoration: none;
  color: #272727;
}

.row {
  margin: 0 !important;
}

.container-fluid {
  width: calc(100% - 140px);
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .container-fluid {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 1199px) {
  .container-fluid {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 991px) {
  .container-fluid {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .container-fluid {
    width: calc(100% - 16px);
    margin: 0 auto;
  }
}

.container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: calc(100% - 16px);
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .container {
    max-width: calc(100% - 32px);
    padding: 0 16px !important;
    margin: 0 auto;
  }
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.default_title {
  font-size: clamp(2.5rem, 1.759rem + 3.7vw, 5rem);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 3.4vw;
  letter-spacing: 8px;
  color: #2549C1;
}
@media screen and (max-width: 767px) {
  .default_title {
    margin-bottom: 8vw;
  }
}
.default_title span {
  font-size: clamp(0.75rem, 0.676rem + 0.37vw, 1rem);
  display: block;
  color: #272727;
}

.rellax {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

#slider_effect {
  position: relative;
  height: 80vh;
  margin: 80px 0 80px;
}
@media screen and (max-width: 991px) {
  #slider_effect {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #slider_effect {
    display: none;
  }
}
#slider_effect .rellax01 {
  position: absolute;
  left: -24.2vw;
  width: 30%;
  top: 30%;
  transform: translateX(-30%);
}
#slider_effect .rellax02 {
  position: absolute;
  left: 8vw;
  width: 15%;
  top: 12%;
  transform: translateX(-12%);
}
#slider_effect .rellax03 {
  position: absolute;
  left: 8vw;
  width: 25%;
  top: 50%;
  transform: translateX(-50%);
}
#slider_effect .rellax04 {
  position: absolute;
  left: auto;
  right: 50vw;
  width: 20%;
  top: 10%;
  transform: translateX(-10%);
}
#slider_effect .rellax05 {
  position: absolute;
  left: auto;
  right: 48vw;
  width: 15%;
  top: 55%;
  transform: translateX(-55%);
}
#slider_effect .rellax06 {
  position: absolute;
  left: auto;
  right: 8vw;
  width: 35%;
  top: 30%;
  transform: translateX(-30%);
}

.btn {
  background: #2549C1;
  display: block;
  width: 250px;
  text-align: center;
  padding: 16px 0;
  color: white;
  border-radius: 30px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}
.btn::after {
  content: "→";
  background: white;
  color: #2549C1;
  padding: 4px 7px;
  border-radius: 50%;
  margin-left: 16px;
}

#conatct_box {
  position: relative;
  margin-bottom: 8vw;
}
#conatct_box .band_box {
  background: #2549C1;
  width: 90%;
  border-radius: 94px 0 0 94px;
  margin: 0 0 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  #conatct_box .band_box {
    width: 100%;
    border-radius: 0;
  }
}
#conatct_box .band_box .contact-link {
  background: white;
  display: block;
  margin: 0 auto;
  width: 400px;
  padding: 16px 32px;
  font-size: 20px;
  border-radius: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #conatct_box .band_box .contact-link {
    width: 90%;
    font-size: 16px;
  }
}
#conatct_box .band_box .contact-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1d8";
  display: inline-block;
  border: 1px dotted #2549C1;
  color: #2549C1;
  padding: 8px 10px;
  border-radius: 50%;
  position: absolute;
  right: 10%;
  top: 25%;
  transform: translateX(-25%);
}
@media screen and (max-width: 767px) {
  #conatct_box .band_box .contact-link::after {
    right: 5%;
    top: 15%;
  }
}
#conatct_box .band_box .contact-link .inline_block {
  display: inline-block;
}
#conatct_box .band_box .contact-link span {
  display: block;
  font-size: 12px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #conatct_box .band_box .contact-link span {
    display: none;
  }
}

header {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: 9998;
}
header .logo {
  margin-left: calc(16px + 1.2vw);
}
@media screen and (max-width: 767px) {
  header .logo {
    margin-left: 8px;
  }
}

#page_visual {
  width: 100%;
  height: 0;
  margin-top: calc(32px + 4vw);
  position: relative;
  padding-bottom: 40%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #page_visual {
    padding-bottom: 70vh;
    margin-top: calc(32px + 8vw);
  }
}
#page_visual .page_mask {
  mask-image: url(../img/page_mask.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: 0 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_visual .page_mask {
    width: 90%;
    mask-image: url(../img/mask_sp.svg);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #page_visual .page_mask {
    mask-image: url(../img/page_mask.svg);
  }
}

#top_nav {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  width: 100%;
  z-index: 999;
}

#global_nav {
  width: calc(100% - 16px);
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  #global_nav {
    width: calc(100% - 16px);
    padding: 8px 0;
  }
}
#global_nav .logo {
  font-size: 20px;
  display: inline-block;
  justify-content: flex-start;
  position: relative;
  z-index: 9999;
}
#global_nav .logo img {
  max-width: 10vw;
}
@media screen and (max-width: 767px) {
  #global_nav .logo img {
    margin-left: -16px;
    max-width: 16.5vw;
  }
}
@media screen and (orientation: landscape) {
  #global_nav .logo img {
    max-width: 10.5vw;
    margin-left: 16px;
  }
}

.nav-button {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.nav {
  margin: 0;
}
.nav li {
  display: inline-block;
  padding: 0 18px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 16px;
}
.nav li a {
  color: #0068B6;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.nav li a:hover {
  color: #036EB8;
}
.nav li:last-of-type {
  background: #0068B6;
  padding: 12px 24px;
  border-radius: 30px;
}
.nav li:last-of-type i {
  margin-right: 8px;
  border-radius: 50%;
  border: 1px dotted white;
  padding: 4px;
  transition: 0.5s;
  transform: rotateZ(0deg);
}
.nav li:last-of-type i:hover {
  transform: rotateZ(360deg);
}
.nav li:last-of-type a {
  color: white !important;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

@media screen and (min-width: 1200px) {
  .nav-wrap {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1199px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 8888;
    background-color: rgba(250, 250, 250, 0.9);
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-wrap .nav li {
    margin: 1.5em 0;
    text-align: left !important;
    margin: 0;
    padding: 0;
    display: block;
  }
  .nav-wrap .nav li a {
    color: #0068B6;
    font-size: 16px;
    position: relative;
    text-align: center !important;
    transition: all 0.3s ease;
    display: block;
    padding: 16px 0;
    margin: 0;
  }
  .nav-wrap .nav li a:hover {
    color: #0018D8;
  }
  .nav-wrap .nav li:last-of-type {
    background: #0018D8;
    padding: 0px 16px;
    display: block;
    width: 80%;
    margin: 1rem auto;
  }
  .nav-wrap .nav li:last-of-type a {
    color: white !important;
  }
  .nav-wrap .nav li:last-of-type a::after {
    content: "";
    border: none;
  }
  .sp-nav {
    background: #0068B6;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 40px !important;
    margin-top: 120px;
  }
  .sp-nav h6 {
    display: block;
    width: 100%;
    color: white;
    text-align: center;
    margin: 1rem 0;
  }
  .sp-nav li {
    width: 33.3333333333% !important;
    border: 1px solid white;
  }
  .sp-nav li a {
    font-size: 14px !important;
    white-space: nowrap;
    color: white !important;
    letter-spacing: 0.01em;
  }
  .sp-nav li a i {
    display: block;
    font-size: 48px;
  }
  .sp-nav li:last-of-type {
    background: none !important;
    padding: 0 !important;
    border-radius: 0px !important;
    margin: 0 !important;
  }
  .sp-nav li:last-of-type i {
    margin-right: 0px !important;
    padding: 0 !important;
    border: none;
    transform: rotateZ(0deg);
  }
  .sp-nav li:last-of-type i:hover {
    transform: rotateZ(360deg);
  }
  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 9999;
    position: fixed;
    width: 32px;
    height: 22px;
    right: 16px;
    top: 16px;
  }
  .nav-button span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #0068B6;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 10px;
    width: 80%;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}
.recruit .nav li a {
  color: white;
}
@media screen and (max-width: 1199px) {
  .recruit .menu li a {
    color: #0068B6;
  }
}

#main_visual {
  position: relative;
}
#main_visual .bgSlide {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  margin-top: calc(32px + 4vw);
  position: relative;
  background-size: cover;
  z-index: 0;
  background-position: 80%;
}
@media screen and (max-width: 767px) {
  #main_visual .bgSlide {
    padding-bottom: 80%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #main_visual .bgSlide {
    padding-bottom: 60%;
  }
}
#main_visual .main_slider {
  mask-image: url(../img/mask.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: 0 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #main_visual .main_slider {
    mask-image: url(../img/mask_sp.svg);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #main_visual .main_slider {
    mask-image: url(../img/mask.svg);
  }
}

.inner_contents {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}
.inner_contents h2 {
  position: absolute;
  top: auto;
  left: auto;
  right: calc(32px + 6vw);
  bottom: calc(32px + 6vw);
  color: #272727;
  font-size: clamp(1.5rem, 0.759rem + 3.7vw, 4rem);
}
@media screen and (max-width: 767px) {
  .inner_contents h2 {
    left: 16px;
    right: auto;
    bottom: 16px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .inner_contents h2 {
    top: auto;
    left: auto;
    right: calc(8px + 2vw);
    bottom: calc(8px + 6vw);
  }
}
.inner_contents h2 span {
  font-size: 50%;
  display: block;
}

#about_index {
  margin: 80px 0 0;
  background: #2549C1;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #about_index .row .col-6 .col-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
#about_index .color_bg {
  background: #fefefe;
  position: relative;
  z-index: 0;
  border-radius: 0 0 50% 0;
  padding-bottom: 7vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #about_index .color_bg {
    border-radius: 0 0 64px 0;
  }
}
#about_index .slide {
  margin-bottom: 3.4vw;
}
#about_index .slide li {
  border-radius: 6px;
}
#about_index .slide li img {
  border-radius: 6px;
}
#about_index h5 {
  white-space: pre-line;
  font-size: clamp(1.5rem, 1.352rem + 0.74vw, 2rem);
  margin: 2rem 0;
}
#about_index a {
  margin: 2rem 0;
  position: relative;
  z-index: 888;
}

#business_intro_index {
  background: #2549C1;
  padding: 8vw 0;
  color: white;
}
#business_intro_index h3 {
  white-space: pre-line;
  line-height: 1;
  color: white;
}
#business_intro_index h3 span {
  color: white;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #business_intro_index .col-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
  #business_intro_index .col-4 h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #business_intro_index a {
    display: block;
    margin: 8px 0;
  }
}
#business_intro_index a figure {
  position: relative;
}
#business_intro_index a figure img {
  filter: brightness(70%);
}
#business_intro_index a figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#business_intro_index a figure figcaption h2 {
  font-size: clamp(1.5rem, 1.352rem + 0.74vw, 2rem);
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#business_intro_index a figure figcaption img {
  filter: brightness(100%);
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #business_intro_index a figure figcaption img {
    width: auto;
    height: 100px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #business_intro_index a figure figcaption img {
    height: 60px;
  }
}

#recruit_index {
  background: url(../img/recruit_img.jpg) no-repeat;
  padding: 0;
  background-size: cover;
  height: 60vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit_index {
    background-position: 60% 0;
  }
}
#recruit_index h3 {
  color: white;
}
#recruit_index h3 span {
  color: white;
}
#recruit_index .inner_box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#information_index, .information_page {
  padding: 80px 0;
}
#information_index h6, .information_page h6 {
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -o-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #information_index h6, .information_page h6 {
    -webkit-writing-mode: initial;
    -moz-writing-mode: initial;
    -ms-writing-mode: initial;
    -o-writing-mode: initial;
    writing-mode: initial;
    margin: 2rem 0;
    font-size: 18px;
  }
}
#information_index h6 span, .information_page h6 span {
  display: block;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #information_index h6 span, .information_page h6 span {
    color: #ccc;
  }
}
#information_index h6 span::after, .information_page h6 span::after {
  content: "";
  position: absolute;
  display: block;
  border-left: 1px solid #272727;
  height: 50px;
  width: 1px;
  bottom: -40px;
  left: 30%;
  transform: translateY(-30%);
}
@media screen and (max-width: 767px) {
  #information_index h6 span::after, .information_page h6 span::after {
    display: none;
  }
}
#information_index table, .information_page table {
  width: 100%;
}
#information_index table tr, .information_page table tr {
  border-bottom: 1px dotted #ccc;
}
#information_index table th, .information_page table th,
#information_index table td,
.information_page table td {
  display: block;
  padding: 0 0 16px;
}
@media screen and (max-width: 767px) {
  #information_index table th, .information_page table th,
  #information_index table td,
  .information_page table td {
    padding: 0 0 8px;
  }
}
#information_index table th, .information_page table th {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  #information_index table th, .information_page table th {
    color: #777;
    font-size: 80%;
  }
}
#information_index table td, .information_page table td {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #information_index table td, .information_page table td {
    font-size: 14px;
  }
}

footer .row {
  align-items: center;
  justify-content: center;
}
footer img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  footer img {
    margin: 0 auto;
  }
}
footer h2 {
  font-size: 20px;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  footer h2 {
    text-align: center;
  }
}
footer span {
  display: block;
  margin: 16px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer span {
    font-size: 12px;
  }
}
footer .access_link li {
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  footer .access_link li {
    font-size: 16px;
  }
}
footer .access_link li a i {
  color: #2549C1;
  font-size: 16px;
  width: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .col-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
footer .col-6:last-of-type ul li {
  padding-left: 24px;
}
footer .col-6:last-of-type ul li a::before {
  left: 8px;
}
footer .col-6:last-of-type ul li:first-of-type {
  padding-left: 0;
}
footer .col-6:last-of-type ul li:first-of-type a::before {
  display: none;
}
footer .sitemap ul {
  margin: 16px 0;
}
footer .sitemap ul li {
  padding: 12px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .sitemap ul li {
    padding: 8px 0;
  }
}
footer .sitemap ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -16px;
  bottom: 0;
  margin: auto;
  margin-right: 8px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer .sitemap ul li a {
    font-size: 16px;
  }
}

.recruit_footer {
  text-align: center;
  margin-top: 80px;
}
.recruit_footer img {
  margin: 24px auto;
  height: 120px;
}
.recruit_footer address {
  margin: 8px 0;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.recruit_footer span {
  text-transform: uppercase;
  display: block;
  margin-top: 40px;
  padding-bottom: 16px;
  font-size: 14px;
}

.relative {
  position: relative;
  margin-bottom: 80px;
}
.relative img {
  max-width: 5vw !important;
}
@media screen and (max-width: 767px) {
  .relative img {
    margin-left: -16px;
    max-width: 16.5vw !important;
  }
}
.relative .nav li a {
  color: #2549C1;
}

.about {
  background: url(../img/about.jpg) no-repeat;
  background-size: cover;
  background-position: 80%;
  width: 90vw;
  height: 70vh;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .about {
    height: 90vh;
  }
}

.service {
  background: url(../img/service.jpg) no-repeat;
  background-size: cover;
  background-position: 80%;
  width: 90vw;
  height: 70vh;
}

#about_contents {
  padding-bottom: 0px;
  background: #2549C1;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #about_contents .row {
    align-items: normal !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #about_contents .col-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  #about_contents .col-6 h2 {
    font-size: 20px;
  }
  #about_contents .col-6 h2 span {
    font-size: 12px;
  }
}
#about_contents .color_bg {
  background: #fefefe;
  position: relative;
  z-index: 0;
  border-radius: 0 0 50% 0;
  padding-bottom: 7vw;
}
#about_contents h2 {
  font-size: clamp(1.5rem, 1.204rem + 1.48vw, 2.5rem);
  white-space: pre-line;
  margin-bottom: 2rem;
}
#about_contents h2 span {
  font-size: 16px;
  display: block;
  margin-bottom: 1rem;
}
#about_contents .row {
  align-items: center;
}
#about_contents .row img {
  width: 90%;
  margin: 0 auto;
  border-radius: 6px;
}

#rinen {
  background: #2549C1;
  color: white;
  text-align: center;
  padding: 8vw 0;
}
#rinen h6 {
  font-size: 20px;
  margin-bottom: 2rem;
}
#rinen h6::after {
  content: "";
  border-bottom: 1px solid white;
  width: 50px;
  display: block;
  margin: 0.5rem auto;
}
#rinen h3 {
  white-space: pre-line;
  font-size: clamp(1.125rem, 0.866rem + 1.3vw, 2rem);
}
#rinen h3 span {
  display: block;
  font-size: 50%;
  margin-top: 1rem;
}
#rinen p {
  white-space: pre-line;
  margin: 5rem 0;
  text-align: left;
}

#company {
  margin: 8vw 0;
}
#company iframe {
  margin: 5vw 0;
  border-radius: 8px;
}
#company table {
  width: 100%;
  table-layout: fixed;
}
#company table th,
#company table td {
  padding: 24px 0;
  font-size: 14px;
}
#company table th {
  width: 20%;
}
#company table td {
  width: 80%;
}
#company table tr {
  border-bottom: 1px solid #ccc;
}

#service_contents {
  padding: 80px 0;
}
#service_contents .day_title img {
  display: inline-block;
  width: 63px;
  margin-right: 16px;
  margin-top: -18px;
}
#service_contents h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 6px;
  color: #2549C1;
  display: inline-block;
  margin-top: 8px;
}
#service_contents h2 span {
  font-size: 50%;
  display: block;
}

.service_contents01 {
  padding: 80px 0;
}
.service_contents01 .day_title {
  margin-bottom: 80px;
}
.service_contents01 .day_title img {
  display: inline-block;
  width: 70px;
  margin-right: 16px;
  margin-top: -18px;
}
.service_contents01 .row {
  margin: 80px 0 !important;
  align-items: center;
  justify-content: center;
}
.service_contents01 h4 {
  font-size: clamp(1.375rem, 1.264rem + 0.56vw, 1.75rem);
  margin: 1rem 0;
  white-space: pre-line;
}
.service_contents01 h6 {
  font-size: 20px;
  margin-bottom: 1rem;
}
.service_contents01 .bath_contents {
  margin: 16px 0;
  padding: 8px;
  border: 1px solid #888;
  border-radius: 12px;
}
.service_contents01 .bath_contents h5 {
  font-size: 24px;
  margin: 2rem 0;
}
.service_contents01 .bath_contents dl {
  margin: 8px 0;
  display: block;
}
.service_contents01 .bath_contents dl::after {
  content: "";
  clear: both;
  display: block;
}
.service_contents01 .bath_contents dl dt {
  float: left;
  width: 20%;
  letter-spacing: 3px;
  vertical-align: top;
  font-size: 14px;
}
.service_contents01 .bath_contents dl dd {
  width: 80%;
  float: left;
  line-height: 1.5;
  font-size: 14px;
  white-space: pre-line;
}
.service_contents01 .price_info {
  background: #f2f2f2;
  padding: 80px 0;
  margin: 80px 0;
}
.service_contents01 .price_info h5 {
  font-size: 28px;
  margin: 2rem 0 4rem;
  border-bottom: solid 2px #ccc;
  padding-bottom: 16px;
  position: relative;
}
.service_contents01 .price_info h5::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #2549C1;
  bottom: -2px;
  width: 20%;
}
.service_contents01 .price_info h6 {
  margin-top: 2rem;
  letter-spacing: 0.1em;
}
.service_contents01 .price_info h6::before {
  content: "■";
  margin-right: 8px;
}
.service_contents01 .price_info h4 {
  font-size: 18px;
  margin-top: 2rem;
}
.service_contents01 .price_info h4::before {
  content: "・";
  margin-right: 8px;
}
.service_contents01 .price_info p {
  margin: 1rem 0;
}
.service_contents01 .price_info ol li {
  display: inline-block;
  margin: 8px;
}
.service_contents01 .price_info ol li span {
  margin-left: 8px;
}
.service_contents01 .price_info .container {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service_contents01 .price_info .container {
    max-width: calc(100% - 32px);
    margin: 0 auto;
  }
}
.service_contents01 .price_info .priceDetile {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 54px;
}
.service_contents01 .price_info .priceDetile tr {
  border-bottom: 1px solid #ccc;
}
.service_contents01 .price_info .priceDetile th {
  width: 60%;
}
.service_contents01 .price_info .priceDetile th,
.service_contents01 .price_info .priceDetile td {
  padding: 16px 0;
}
.service_contents01 .price_info .priceDetile td {
  line-height: 1.5;
  width: 40%;
}
.service_contents01 .schedule {
  padding: 80px 0;
}
.service_contents01 .schedule .container {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service_contents01 .schedule .container {
    max-width: calc(100% - 32px);
  }
}
.service_contents01 .schedule h5 {
  font-size: 28px;
  margin: 2rem 0 4rem;
  border-bottom: solid 2px #ccc;
  padding-bottom: 16px;
  position: relative;
}
.service_contents01 .schedule h5::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #2549C1;
  bottom: -2px;
  width: 20%;
}
.service_contents01 .schedule table {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .service_contents01 .schedule table td:empty,
  .service_contents01 .schedule table th:empty {
    display: none !important;
  }
}
.service_contents01 .schedule table th {
  width: 10%;
}
.service_contents01 .schedule table th, .service_contents01 .schedule table td {
  padding: 16px 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .service_contents01 .schedule table th, .service_contents01 .schedule table td {
    display: block;
  }
}
.service_contents01 .schedule table td {
  line-height: 1.75;
  vertical-align: text-top;
}
.service_contents01 .schedule table td:first-of-type {
  color: #888;
  padding: 16px 0;
  letter-spacing: 0.08em;
}

.service_contents01 {
  padding-top: 80px;
}
.service_contents01 .day_title img {
  display: inline-block;
  width: 110px;
  margin-right: 16px;
  margin-top: -18px;
}
.service_contents01 h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 6px;
  color: #2549C1;
  display: inline-block;
  margin-top: 8px;
}
.service_contents01 h3 span {
  font-size: 50%;
  display: block;
}

.feature {
  margin-bottom: 15vw;
}

.recruit {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 400;
}

.recruit_visual {
  height: 100vh;
  background-image: radial-gradient(circle, rgb(58, 99, 255), rgb(42, 179, 252) 90%);
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .recruit_visual {
    overflow: hidden;
  }
  .recruit_visual .col-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.recruit_visual .text_obje {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.recruit_visual .text_obje h6 {
  font-size: 440px;
  line-height: 1.2;
  color: white;
  opacity: 0.2;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .recruit_visual .text_obje h6 {
    font-size: 320px;
    line-height: 1.5;
  }
}
.recruit_visual .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.recruit_visual .container .row {
  height: 100%;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .recruit_visual .container .row .col-6 {
    margin: 0 !important;
  }
}
.recruit_visual .container .row h2 {
  white-space: pre-line;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: clamp(1.5rem, 1.056rem + 2.22vw, 3rem);
  color: white;
}
@media screen and (max-width: 767px) {
  .recruit_visual .container .row h2 {
    top: 30%;
    transform: translateY(-30%);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .recruit_visual .container .row h2 {
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
  }
}

.message_contents {
  padding: 80px 0;
  margin: 80px 0;
}
.message_contents h6 {
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #888;
}
@media screen and (max-width: 767px) {
  .message_contents h6 {
    margin-top: 3rem;
  }
}
.message_contents h2 {
  font-size: clamp(1.5rem, 1.352rem + 0.74vw, 2rem);
  margin: 1rem 0;
  white-space: pre-line;
}
.message_contents .row {
  align-items: center;
}

.recruit_aria {
  background: #f2f2f2;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .recruit_aria {
    padding: 40px 0;
  }
}
.recruit_aria .row {
  width: 80%;
  margin: 0 auto !important;
}
@media screen and (max-width: 767px) {
  .recruit_aria .row {
    width: 100%;
  }
}
.recruit_aria h5 {
  font-size: clamp(24px, 2.4vw, 32px);
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 8px;
}
.recruit_aria h5 span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.recruit_aria h6 {
  font-size: clamp(24px, 2.4vw, 32px);
  text-align: center;
  margin-bottom: 2rem;
}
.recruit_aria .icon_area {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .recruit_aria .icon_area {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit_aria .icon_area .col-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.recruit_aria .icon_area .iconBox {
  background: white;
  margin: 8px auto;
  padding: 2rem 0;
  width: 90%;
  position: relative;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .recruit_aria .icon_area .iconBox {
    width: 100%;
  }
}
.recruit_aria .icon_area .iconBox img {
  height: 120px;
  margin: 24px auto;
}
@media screen and (max-width: 767px) {
  .recruit_aria .icon_area .iconBox img {
    height: 80px;
  }
}
.recruit_aria .icon_area .iconBox h3 {
  text-align: center;
  margin: 1rem 0;
  font-size: clamp(1.125rem, 1.014rem + 0.56vw, 1.5rem);
  letter-spacing: 0.01em;
}

.recruit_contents h5 {
  font-size: clamp(24px, 2.4vw, 32px);
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 8px;
}
.recruit_contents h5 span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .recruit_contents .col-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.recruit_contents .container {
  background: #f2f2f2;
  padding: 32px 16px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .recruit_contents .container {
    padding: 40px 0 !important;
  }
}
.recruit_contents .rtBox {
  background: white;
  margin: 8px;
  padding-bottom: 1rem;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.3);
}
.recruit_contents .rtBox span {
  background: rgb(42, 179, 252);
  color: white;
  font-size: clamp(0.625rem, 0.551rem + 0.37vw, 0.875rem);
  padding: 6px 12px;
  margin: 1rem;
  display: inline-block;
}
.recruit_contents .rtBox h3 {
  font-size: clamp(1.125rem, 1.088rem + 0.19vw, 1.25rem);
  padding-bottom: 1rem;
  padding-left: 16px;
}
.recruit_contents .rtBox p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 16px;
}

.image_link {
  margin: 80px 0;
}
.image_link .col-6 {
  padding: 0;
}
.image_link .imgBox {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: block;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .image_link .imgBox {
    height: 270px;
  }
}
.image_link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}
.image_link a h5 {
  font-size: clamp(2rem, 1.852rem + 0.74vw, 2.5rem);
  text-transform: uppercase;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.25;
  z-index: 6;
}
.image_link a h5 span {
  display: block;
  font-size: 14px;
}
.image_link a img {
  transition: transform 0.6s ease;
  position: relative;
}
.image_link a img:hover {
  transform: scale(1.2, 1.2);
}

.slide_contents {
  margin: 0 0 80px;
  padding: 40px 0 80px;
  background-image: radial-gradient(circle, rgb(58, 99, 255), rgb(42, 179, 252) 90%);
}
.slide_contents h6 {
  font-size: clamp(1.5rem, 1.352rem + 0.74vw, 2rem);
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-bottom: 2rem !important;
}

.entry {
  margin: 160px 0;
}
@media screen and (max-width: 767px) {
  .entry {
    margin: 80px 0;
  }
}
.entry .entrybox {
  text-align: center;
  padding: 32px 24px;
  border: 1px solid #ccc;
  width: 80%;
  margin: 80px auto;
  border-radius: 6px;
  background-image: radial-gradient(circle, rgb(58, 99, 255), rgb(42, 179, 252) 90%);
}
@media screen and (max-width: 767px) {
  .entry .entrybox {
    width: 90%;
  }
}
.entry .entrybox h5 {
  font-size: clamp(1.125rem, 1.014rem + 0.56vw, 1.5rem);
  color: white;
}
.entry .entrybox h5::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f573";
  margin-right: 8px;
}
.entry .entrybox h5 span {
  font-size: 70%;
  margin: 0 8px;
}

@media screen and (max-width: 767px) {
  .diaper {
    margin: 80px 0;
  }
}
.diaper h5 {
  font-size: clamp(1.5rem, 1.352rem + 0.74vw, 2rem);
  text-align: center;
}
.diaper h5 span {
  display: block;
  font-size: 60%;
}
.diaper h4 {
  margin: 80px 0;
}
.diaper .profile {
  border: 1px solid #ccc;
  border-radius: 12px;
  display: flex;
  width: 60%;
  margin: 80px auto;
  align-items: center;
  box-shadow: 6px 6px 11px -3px rgba(0, 0, 0, 0.3);
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .diaper .profile {
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 0.03em;
  }
}
.diaper .profile .row {
  justify-content: center;
  align-items: center;
}
.diaper .profile img {
  border-radius: 50%;
  padding: 16px 0;
  display: inline-block;
  width: 30%;
  margin: 16px;
}
@media screen and (max-width: 767px) {
  .diaper .profile img {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
.diaper .profile h3 span {
  display: block;
  color: #555;
  margin-bottom: 8px;
}
.diaper .profile h2 {
  font-size: 24px;
  margin-bottom: 1rem;
}
.diaper .profile p {
  line-height: 1.75;
}
.diaper table {
  table-layout: fixed;
  width: 100%;
  margin: 80px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .diaper table {
    width: auto;
  }
}
.diaper table th,
.diaper table td {
  padding: 24px 0;
  border: solid 1px #778ca3;
}
.diaper table td {
  text-align: center;
}
.diaper table th {
  width: 20%;
  padding-left: 8px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .diaper table th {
    width: 30%;
  }
}
.diaper table tr:first-of-type th,
.diaper table tr:first-of-type td {
  background: #f2f2f2;
}
.diaper table tr:first-of-type td:last-of-type::after {
  display: none;
}
.diaper table tr td:last-of-type::after {
  content: "円";
}

.information_single, .blog_single {
  padding-bottom: 80px;
}
.information_single span, .blog_single span {
  color: #555;
}
.information_single h5, .blog_single h5 {
  font-size: clamp(1.5rem, 1.352rem + 0.74vw, 2rem);
  margin: 1rem 0 3rem;
}
.information_single p, .blog_single p {
  white-space: pre-line;
  margin: 1rem 0;
}

.information_page {
  padding: 0 0 160px;
}
@media screen and (max-width: 767px) {
  .information_page {
    padding-bottom: 120px;
  }
}
.information_page h3 span {
  letter-spacing: 0.02em;
}

.blog_page {
  padding: 0 0 160px;
}
@media screen and (max-width: 767px) {
  .blog_page {
    padding-bottom: 120px;
  }
}
.blog_page a span {
  margin-top: 1rem;
  font-size: 12px;
  color: #777;
  display: block;
}
.blog_page a h3 {
  font-size: 20px;
}

.recruit_single .container {
  max-width: 968px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .recruit_single .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 1199px) {
  .recruit_single .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 991px) {
  .recruit_single .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .recruit_single .container {
    max-width: calc(100% - 16px);
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .recruit_single .container {
    max-width: calc(100% - 32px);
    padding: 0 16px !important;
    margin: 0 auto;
  }
}
.recruit_single h5 {
  font-size: clamp(1.5rem, 1.352rem + 0.74vw, 2rem);
  text-align: center;
  margin: 2rem 0;
}
.recruit_single table {
  table-layout: fixed;
  width: 100%;
}
.recruit_single table tr {
  border-bottom: 1px dotted #f2f2f2;
}
.recruit_single table th,
.recruit_single table td {
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .recruit_single table th,
  .recruit_single table td {
    display: block;
    padding: 0;
  }
}
.recruit_single table th {
  width: 20%;
  color: #555;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit_single table th {
    padding: 16px 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_single table td {
    padding: 8px 0 16px;
  }
}

#service_contents .row {
  margin: 80px 0 !important;
}
#service_contents h5 {
  font-size: 28px;
  margin: 1.5rem 0 3rem;
  padding: 0em 0.5em;
  /*上下 左右の余白*/
  color: #2549C1;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #2549C1;
  /*左線*/
}
#service_contents p {
  letter-spacing: 0.05em;
}
#service_contents .careplan .row {
  align-items: center;
}
#service_contents .careplan h3 {
  font-size: clamp(1.5rem, 1.426rem + 0.37vw, 1.75rem);
  text-align: left;
  margin: 2rem 0 2rem;
}
#service_contents .careplan h3 span {
  display: inline-block;
}
#service_contents .care_detile {
  border-radius: 12px;
  padding: 16px;
}
#service_contents .care_detile h4 {
  font-size: clamp(1.5rem, 1.426rem + 0.37vw, 1.75rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #service_contents .care_detile h4 {
    margin: 1.5rem 0;
  }
}
#service_contents .tBox h6 {
  font-size: 20px;
  letter-spacing: 0.08em;
}
#service_contents .tBox p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

#seminar_contents h2 {
  font-size: 32px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 80px;
}
#seminar_contents h3 {
  font-size: 24px;
  margin: 4rem 0 1rem;
  padding: 0em 0.5em;
  /*上下 左右の余白*/
  color: #2549C1;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #2549C1;
  /*左線*/
}
#seminar_contents p {
  white-space: pre-line;
}
#seminar_contents table {
  width: 100%;
  margin: 2rem 0;
}
#seminar_contents table:last-of-type {
  margin-bottom: 80px;
}
#seminar_contents table td, #seminar_contents table th {
  padding: 16px 0;
  border: 1px solid #ccc;
}
#seminar_contents table th {
  background: #ccc;
  border: 1px solid #f2f2f2;
}
#seminar_contents table th, #seminar_contents table td {
  text-align: center;
}
#seminar_contents table td:first-of-type, #seminar_contents table th:first-of-type {
  text-align: left;
  padding-left: 16px;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.timeline .timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.timeline .timeline-item .time {
  display: inline-block;
}
.timeline .timeline-item .details .activity {
  padding-left: 16px;
}
.timeline .timeline-item .details .activity:first-of-type {
  font-size: 18px;
  font-weight: 900;
  color: #555;
  padding: 0;
}
.timeline .timeline-item .details .activity:first-of-type::before {
  content: "-";
  margin-right: 8px;
}
.timeline .timeline-item .circle {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 16px;
}
.timeline .timeline-item .circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.timeline .timeline-item .circle img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timeline .timeline-item .circle:not(:has(img))::before {
  width: 14px;
  height: 14px;
  background-color: #b0b0b0;
}
.timeline .timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 24px;
  width: 2px;
  height: calc(94% + 6px);
  background-color: #e0e0e0;
  z-index: 0;
}

.caretitle {
  text-align: center;
  font-size: 24px;
  margin: 4rem 0 4rem;
  white-space: pre-line;
}

table.care {
  width: 100%;
}
table.care td {
  width: 20%;
  text-align: center;
  padding: 16px 0;
  font-size: 18px;
  border: 1px solid #888;
}
table.care tr:first-of-type td {
  background: #f2f2f2;
}

.bath_contents02 {
  background: #f2f2f2;
  padding: 32px 16px;
  border-radius: 12px;
  margin: 40px 0;
}
.bath_contents02 .row {
  margin: 0 !important;
}
.bath_contents02 .row img {
  border-radius: 12px;
}
.bath_contents02 .row h6 {
  font-size: 24px;
}
.bath_contents02 .row p {
  line-height: 1.75;
}

.pricetable td {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pricetable th, .pricetable td {
    display: table-cell !important;
  }
}
.pricetable tr:nth-of-type(n+2) td {
  text-align: center;
}
.pricetable tr:nth-of-type(n+2) td::after {
  content: "円";
}

/* スマホ用のテーブルレスポンシブ設定 */
.table-container {
  width: 100%;
  overflow-x: auto;
  /* 横スクロールを有効化 */
}
.table-container table {
  width: 100%;
  border-collapse: collapse;
  /* セルの境界線を重ねる */
}
.table-container table th,
.table-container table td {
  border: 1px solid #ccc;
  padding: 16px 0;
  text-align: center;
  white-space: nowrap;
  /* テキストが折り返さないようにする */
}
.table-container table th {
  background-color: #f4f4f4;
  /* ヘッダー背景色 */
}

/* 横スクロールのスタイル調整 */
@media screen and (max-width: 767px) {
  .table-container table {
    min-width: 600px;
    /* テーブルの最小幅を設定 */
  }
}
.contact_Page {
  padding: 80px 0;
}
.contact_Page .page_title {
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, 0.591rem + 4.55vw, 4rem);
  text-transform: uppercase;
}
.contact_Page .page_title span {
  font-size: 50%;
  display: block;
}

#contact_form .container {
  max-width: 736px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  #contact_form .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 1199px) {
  #contact_form .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 991px) {
  #contact_form .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  #contact_form .container {
    max-width: calc(100% - 16px);
    padding: 0 !important;
  }
}
#contact_form table {
  table-layout: fixed;
  width: 100%;
}
#contact_form table tr {
  margin: 16px 0;
  display: block;
}
#contact_form table tr th, #contact_form table tr td {
  display: block;
  margin: 1rem 0;
}
#contact_form table input {
  background: #f2f2f2;
  border: 1px solid #272727;
  border-radius: 6px;
  padding: 12px 8px;
  width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 16px 8px;
  margin: 8px 0;
  border: 1px solid #eee;
  border-radius: 6px;
}

select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 16px 8px;
  border: 1px solid #eee;
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: white;
}

.wpcf7 input[type=submit] {
  max-width: 250px;
  padding: 16px 32px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: none;
  box-shadow: 0 3px 0 #ddd;
  background: #036EB8;
  transition: 0.3s;
  font-size: clamp(18px, 2.2vw, 20px);
  color: white;
  display: block;
  margin: 3rem auto;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 20px;
}

.wpcf7-submit:hover {
  background: yellow;
  transform: translate3d(0px, 3px, 1px);
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  color: #272727;
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.2em;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: white;
  padding: 0;
  border: none;
  outline: none;
  z-index: 666;
  margin: 0 32px;
  font-weight: 700;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    margin: 0 8px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 16px;
  background: white;
}
.slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  color: black !important;
  font-size: 28px;
}

.slick-next {
  right: 16px;
  background: white;
}
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: black !important;
  font-size: 28px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  width: 30px;
  height: 3px;
  padding: 0;
  cursor: pointer;
  background: #E0E0E0;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 3px;
  width: 30px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #E0E0E0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots li.slick-active button::before {
  background: #F2C802 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  width: 100%;
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */