@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 {
  vertical-align: top;
  padding: 0;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

p.recapcha-text {
  font-size: 11px;
  text-align: center;
}
p.recapcha-text a {
  color: #1a73e8;
}

* {
  line-height: 1.5;
  list-style: none;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #262626;
}

main {
  overflow: hidden;
}

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

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

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

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.inner {
  max-width: calc(1170px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}

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

.bg-white {
  background-color: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1439px) {
  .bg-white {
    padding: max(40px, 40px + 20 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .bg-white {
    padding: max(30px, 30px + 10 * (100vw - 320px) / 69) max(10px, 10px + 10 * (100vw - 320px) / 69);
  }
}
.bg-white:first-of-type {
  padding-top: 0;
}

.bg-brown {
  background-color: #F5EDEF;
  padding: 60px 40px;
}
@media screen and (max-width: 1439px) {
  .bg-brown {
    padding: max(40px, 40px + 20 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .bg-brown {
    padding: max(30px, 30px + 10 * (100vw - 320px) / 69) max(10px, 10px + 10 * (100vw - 320px) / 69);
  }
}

h2.section_title {
  font-size: 24px;
  font-weight: bold;
  color: #62233B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #62233B;
  position: relative;
}
@media screen and (max-width: 1439px) {
  h2.section_title {
    padding-bottom: max(7px, 7px + 3 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  h2.section_title {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
h2.section_title:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  h2.section_title:not(:first-of-type) {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
h2.section_title::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: auto;
  aspect-ratio: 27/30;
  background: url("../img/page/icon_squares.svg") center/contain no-repeat;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

h3.section_title {
  font-size: 20px;
  font-weight: bold;
  color: #62233B;
  padding-left: 10px;
  border-left: 4px solid #62233B;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  h3.section_title {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  h3.section_title {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}

h3.section_title02 {
  font-size: 20px;
  font-weight: bold;
  color: #62233B;
  padding-left: 10px;
  border-left: 5px solid #D4AF37;
  margin-top: 40px;
  margin-bottom: 30px;
}

.main_button {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main_button {
    margin-top: 40px;
  }
}
.main_button a {
  display: inline-block;
  width: 270px;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
  background-color: #fff;
  color: #62233B;
  text-align: center;
  line-height: 60px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .main_button a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.main_button a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #62233B;
  border-right: 2px solid #62233B;
  pointer-events: none;
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.02)), color-stop(8%, rgba(255, 255, 255, 0.28)), color-stop(28%, rgba(255, 255, 255, 0.5)), to(#FFFFFF));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.28) 8%, rgba(255, 255, 255, 0.5) 28%, #FFFFFF 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.28) 8%, rgba(255, 255, 255, 0.5) 28%, #FFFFFF 100%);
  z-index: 100;
}
.header .header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 70px;
}
@media screen and (max-width: 1439px) {
  .header .header_inner {
    padding-left: max(20px, 20px + 50 * (100vw - 1024px) / 415);
  }
}
@media screen and (max-width: 1024px) {
  .header .header_inner {
    padding-left: 20px;
  }
}
.header .header_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .header .header_left {
    gap: 5px;
  }
}
@media screen and (max-width: 1439px) {
  .header .header_logo img {
    width: max(120px, 120px + 40 * (100vw - 1024px) / 415);
  }
}
@media screen and (max-width: 1024px) {
  .header .header_logo img {
    width: auto;
  }
}
.header .header_facility_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .header .header_facility_name {
    font-size: max(14px, 14px + 2 * (100vw - 1024px) / 415);
  }
}
@media screen and (max-width: 1024px) {
  .header .header_facility_name {
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  .header .header_facility_name {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 1024px) {
  .header .header_nav {
    display: none;
  }
}
.header .header_nav ul.header_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1439px) {
  .header .header_nav ul.header_menu {
    gap: 20px;
  }
}
.header .header_nav ul.header_menu > li {
  position: relative;
}
.header .header_nav ul.header_menu > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #333;
}
@media screen and (max-width: 1439px) {
  .header .header_nav ul.header_menu > li:not(:last-child)::after {
    right: -10px;
  }
}
.header .header_nav ul.header_menu > li:nth-last-child(2)::after {
  display: none;
}
.header .header_nav ul.header_menu > li > a, .header .header_nav ul.header_menu > li span {
  color: #333;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .header .header_nav ul.header_menu > li > a, .header .header_nav ul.header_menu > li span {
    font-size: max(14px, 14px + 2 * (100vw - 1024px) / 415);
  }
}
.header .header_nav ul.header_menu li.menu_parent {
  position: relative;
}
.header .header_nav ul.header_menu li.menu_parent:hover .menu_sub_list {
  visibility: visible;
  opacity: 1;
}
.header .header_nav ul.header_menu ul.menu_sub_list {
  margin-top: 5px;
  list-style: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 200px;
  background: #F2F2F2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header_nav ul.header_menu ul.menu_sub_list li a {
  margin-bottom: 2px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 8px 20px;
}
.header .header_nav ul.header_menu ul.menu_sub_list li a:not(:first-of-type) {
  border-top: 1px solid #fff;
}
.header .header_nav ul.header_menu ul.menu_sub_list li a:hover {
  background: #DADADA;
  opacity: 1;
}
.header .header_nav ul.header_menu ul.menu_sub_list li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  pointer-events: none;
  right: 20px;
}
.header .header_nav ul.header_menu .header_contact {
  margin-left: auto;
}
.header .header_nav ul.header_menu .header_contact a {
  display: block;
  background-color: #62233B;
  height: 65px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .header .header_nav ul.header_menu .header_contact a {
    padding: 0 30px;
  }
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background-color: #62233B;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border: none;
  cursor: pointer;
  z-index: 9999;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 1.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}

.menu_drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 284px;
  height: 100%;
  background-color: #62233B;
  padding: 18px 20px 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
  overflow-y: scroll;
}
.menu_drawer .menu_logo img {
  display: block;
  margin: 0 auto;
  width: 100px;
}
.menu_drawer .menu_list {
  list-style: none;
  margin-top: 40px;
  padding: 0;
  text-align: left;
}
.menu_drawer .menu_list > li {
  border-bottom: 1px solid #fff;
  padding: 15px 20px;
}
.menu_drawer .menu_list > li:first-child {
  padding-top: 0;
}
.menu_drawer .menu_list > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.menu_drawer .menu_list > li > a, .menu_drawer .menu_list > li span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  position: relative;
}
.menu_drawer .menu_list > li > a::after, .menu_drawer .menu_list > li span::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  pointer-events: none;
  right: 0;
}
.menu_drawer .menu_list > li.menu_parent > a::after {
  display: none;
}
.menu_drawer .menu_sub_list {
  margin-top: 5px;
  padding-left: 16px;
  list-style: none;
}
.menu_drawer .menu_sub_list li {
  margin-bottom: 2px;
  position: relative;
}
.menu_drawer .menu_sub_list li::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  pointer-events: none;
  right: 0;
}
.menu_drawer .menu_sub_list li a {
  font-size: 14px;
  color: #fff;
}
.menu_drawer .menu_links {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.menu_drawer .menu_links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 43px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  position: relative;
}
.menu_drawer .menu_links a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  pointer-events: none;
}
.menu_drawer .menu_links .contact {
  background-color: #D7C1C5;
  color: #62233B;
}
.menu_drawer .menu_links .contact::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #62233B;
  border-right: 1px solid #62233B;
  pointer-events: none;
}

.menu_open .menu_overlay {
  opacity: 1;
  visibility: visible;
}

.menu_open .menu_drawer {
  right: 0;
}

.menu_open .hamburger {
  background: none;
}

.menu_open .hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(12.5px);
          transform: rotate(45deg) translateY(12.5px);
}

.menu_open .hamburger span:nth-child(2) {
  opacity: 0;
}

.menu_open .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-12.5px);
          transform: rotate(-45deg) translateY(-12.5px);
}

main.top {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main.top {
    padding-bottom: 40px;
  }
}
main.top .bg {
  position: relative;
}
main.top .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: -60px;
  width: 1440px;
  height: auto;
  aspect-ratio: 1440/1281.5;
  background: url(../img/top/top_bg.webp) no-repeat center/cover;
  z-index: -1;
}
main.top .mv_slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top .info {
  max-width: 1000px;
  margin-inline: auto;
  padding: 60px;
  color: #fff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1411764706);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1411764706);
  margin-top: -140px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main.top .info {
    margin-top: min(-70px, -70px + -70 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top .info {
    margin-top: 0;
    padding: 40px 20px;
  }
}
main.top .info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #62233B;
  z-index: -1;
}
main.top .info::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/info_bg.webp) no-repeat center/cover;
  z-index: -2;
}
main.top .info .info_title {
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #D7C1C5;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.top .info .info_title {
    font-size: 55px;
    left: -10px;
  }
}
main.top .info .info_subtitle {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.top .info .info_subtitle {
    font-size: 24px;
  }
}
main.top .info .info_articles {
  background-color: #fff;
  margin-top: 60px;
  padding: 40px;
  color: #333;
}
@media screen and (max-width: 767px) {
  main.top .info .info_articles {
    margin-top: 40px;
    padding: 30px 15px;
  }
}
main.top .info .info_articles ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px;
  border-top: 1px solid #D7C1C5;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.top .info .info_articles ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
    padding: 8px 10px;
  }
}
main.top .info .info_articles ul li:last-of-type {
  border-bottom: 1px solid #D7C1C5;
}
main.top .info .info_articles ul li .info_date {
  font-size: 16px;
  color: #62233B;
}
@media screen and (max-width: 767px) {
  main.top .info .info_articles ul li .info_date {
    font-size: 14px;
  }
}
main.top .info .info_articles ul li .info_heading {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main.top .info .info_articles ul li .info_heading {
    font-size: 14px;
  }
}
main.top .info .info_articles ul li::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #62233B;
  border-right: 1px solid #62233B;
  pointer-events: none;
  right: 10px;
}
main.top .info .info_button {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.top .info .info_button {
    margin-top: 40px;
  }
}
main.top .info .info_button a {
  display: inline-block;
  width: 280px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  color: #62233B;
  text-align: center;
  line-height: 60px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  main.top .info .info_button a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
main.top .info .info_button a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #62233B;
  border-right: 2px solid #62233B;
  pointer-events: none;
}
main.top .links {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  main.top .links {
    margin-top: 80px;
    max-width: 450px;
    margin-inline: auto;
  }
}
main.top .links .links_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  main.top .links .links_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  main.top .links .links_grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
main.top .links .links_item {
  position: relative;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1411764706);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1411764706);
}
main.top .links .links_item img {
  width: 100%;
  height: auto;
  display: block;
}
main.top .links .links_item .links_label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(38, 38, 38, 0.9);
  padding: 10px 12px;
  font-size: 18px;
  color: #fff;
}
main.top .links .links_item .links_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(38, 38, 38, 0.9);
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  margin-top: -4px;
}
main.top .links .links_item .links_name::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  pointer-events: none;
}
main.top .links .links_related {
  margin-top: 60px;
}
main.top .links .links_related .links_related_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  color: #62233B;
}
@media screen and (max-width: 767px) {
  main.top .links .links_related .links_related_title {
    font-size: 24px;
    gap: 7px;
  }
}
main.top .links .links_related .links_related_title::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 37px;
  background-color: #ff0000;
}
main.top .links .links_related .links_related_link {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 18px;
  color: #333;
  padding-bottom: 2px;
  border-bottom: 1px solid #62233B;
  position: relative;
  text-decoration: none;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  main.top .links .links_related .links_related_link {
    font-size: 16px;
    margin-top: 0;
    padding-right: 20px;
    margin-left: 12px;
  }
}
main.top .links .links_related .links_related_link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.top .links .links_related .links_related_link::after {
    right: 4px;
  }
}

.page-fv {
  width: 100vw;
  height: 320px;
  position: relative;
}
.page-fv picture {
  width: 100%;
  height: 100%;
}
.page-fv img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-fv .page-fv__no-image, .page-fv .page-fv__fallback {
  height: 100%;
}
.page-fv .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: bold;
  background-color: rgba(98, 35, 59, 0.9);
  color: #fff;
  padding: 15px 40px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
}
@media screen and (max-width: 389px) {
  .page-fv .page-title {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
    padding: max(10px, 10px + 5 * (100vw - 320px) / 69) max(25px, 25px + 15 * (100vw - 320px) / 69);
  }
}

.page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-container::before {
  content: "";
  position: absolute;
  top: 5.5555vw;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url("../img/page/page_bg_line01.svg") top/cover repeat-y;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .page-container::before {
    background: url("../img/page/page_bg_line01_sp.svg") top/contain repeat-y;
    top: 48.974vw;
  }
}
.page-container::after {
  content: "";
  position: absolute;
  top: 41.9444vw;
  right: 0;
  width: 100vw;
  height: 100%;
  background: url("../img/page/page_bg_line02.svg") top/cover repeat-y;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-container::after {
    top: 135.89vw;
    background: url("../img/page/page_bg_line02_sp.svg") top/contain repeat-y;
  }
}

.page-sidebar {
  width: 250px;
}
@media screen and (max-width: 1024px) {
  .page-sidebar {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .page-sidebar {
    width: 100%;
    display: none;
  }
}
.page-sidebar h3 {
  font-size: 24px;
  font-weight: bold;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #62233B;
}
@media screen and (max-width: 1439px) {
  .page-sidebar h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .page-sidebar h3 {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-sidebar h3 {
    height: 50px;
  }
}
.page-sidebar .sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-sidebar .sidebar-list li {
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #fff;
  position: relative;
}
.page-sidebar .sidebar-list li.current {
  background-color: #dadada;
}
.page-sidebar .sidebar-list li::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  pointer-events: none;
  right: 20px;
}
.page-sidebar .sidebar-list li a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
}

.page-content, .post-content {
  width: calc(100% - 250px);
}
@media screen and (max-width: 1024px) {
  .page-content, .post-content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .page-content, .post-content {
    display: contents;
  }
}
.page-content .breadcrumb, .post-content .breadcrumb {
  padding: 16px 0;
  margin-left: 30px;
  max-width: 440px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-content .breadcrumb, .post-content .breadcrumb {
    border-bottom: none;
  }
}
.page-content .breadcrumb::before, .post-content .breadcrumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 1px;
  background-color: #62233B;
}
@media screen and (max-width: 767px) {
  .page-content .breadcrumb::before, .post-content .breadcrumb::before {
    display: none;
  }
}
.page-content .breadcrumb a, .page-content .breadcrumb span, .post-content .breadcrumb a, .post-content .breadcrumb span {
  color: #b9b9b9;
}
.page-content .breadcrumb span.current, .post-content .breadcrumb span.current {
  color: #333;
}
.page-content h3.page_title02, .post-content h3.page_title02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-content h3.page_title02, .post-content h3.page_title02 {
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #62233B;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-content .content-body, .post-content .content-body {
  padding: 50px 135px 80px 100px;
}
@media screen and (max-width: 1439px) {
  .page-content .content-body, .post-content .content-body {
    padding: 50px max(20px, 20px + 115 * (100vw - 768px) / 671) max(50px, 50px + 30 * (100vw - 768px) / 671) max(20px, 20px + 80 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .page-content .content-body, .post-content .content-body {
    padding: 50px 20px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 389px) {
  .page-content .content-body, .post-content .content-body {
    padding: max(30px, 30px + 20 * (100vw - 320px) / 69) max(10px, 10px + 10 * (100vw - 320px) / 69);
    padding-bottom: 0;
  }
}
.page-content .content-body .content-text, .post-content .content-body .content-text {
  padding: 0 40px;
}
@media screen and (max-width: 1439px) {
  .page-content .content-body .content-text, .post-content .content-body .content-text {
    padding: 0 max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .page-content .content-body .content-text, .post-content .content-body .content-text {
    padding: 0 max(10px, 10px + 10 * (100vw - 320px) / 69);
  }
}
.page-content .page-link, .post-content .page-link {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-content .page-link, .post-content .page-link {
    display: block;
    padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 389px) {
  .page-content .page-link, .post-content .page-link {
    padding: 0 max(10px, 10px + 10 * (100vw - 320px) / 69);
    margin-top: max(30px, 30px + 20 * (100vw - 320px) / 69);
    margin-bottom: max(30px, 30px + 10 * (100vw - 320px) / 69);
  }
}
.page-content .page-link .page-link-list, .post-content .page-link .page-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content .page-link .page-link-list li, .post-content .page-link .page-link-list li {
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #fff;
  position: relative;
}
.page-content .page-link .page-link-list li.current, .post-content .page-link .page-link-list li.current {
  background-color: #dadada;
}
.page-content .page-link .page-link-list li::after, .post-content .page-link .page-link-list li::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  pointer-events: none;
  right: 20px;
}
.page-content .page-link .page-link-list li a, .post-content .page-link .page-link-list li a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
}

.mission_wrap p {
  line-height: 160%;
}
@media screen and (max-width: 389px) {
  .mission_wrap p {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}

.history_wrap .history_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.history_wrap .history_list::after {
  content: "";
  width: 1px;
  height: calc(100% - 36px);
  background-color: #62233B;
  position: absolute;
  top: 18px;
  left: 154.5px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .history_wrap .history_list::after {
    left: 124.5px;
  }
}
@media screen and (max-width: 389px) {
  .history_wrap .history_list::after {
    left: 109.5px;
  }
}
.history_wrap .history_list dt {
  font-size: 24px;
  font-weight: bold;
  width: 155px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history_wrap .history_list dt {
    font-size: 20px;
    width: 125px;
  }
}
@media screen and (max-width: 389px) {
  .history_wrap .history_list dt {
    font-size: 18px;
    width: 110px;
  }
}
.history_wrap .history_list dt:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .history_wrap .history_list dt:not(:first-of-type) {
    margin-top: 50px;
  }
}
.history_wrap .history_list dt::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #62233B;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.history_wrap .history_list dd {
  width: calc(100% - 155px);
  padding-top: 6px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .history_wrap .history_list dd {
    width: calc(100% - 125px);
    padding-top: 2px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 389px) {
  .history_wrap .history_list dd {
    width: calc(100% - 110px);
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
.history_wrap .history_list dd:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .history_wrap .history_list dd:not(:first-of-type) {
    margin-top: 50px;
  }
}

.directors_wrap .tablepress > :not(caption) > * > * {
  background: #D7C1C5;
  border: 1px solid #62233B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .directors_wrap .tablepress > :not(caption) > * > * {
    background-color: #F5EDEF;
  }
}
.directors_wrap .scroll_wrap {
  position: relative;
}
.directors_wrap .scroll_wrap.is-scroll {
  padding-right: 10px;
  padding-bottom: 20px;
}
.directors_wrap .scroll_wrap .scroll {
  overflow-x: scroll;
}
.directors_wrap .scroll_wrap .scroll.is-scroll::before {
  content: "";
  width: 15px;
  height: 150px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background: #62233B;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.directors_wrap .scroll_wrap .scroll.is-scroll::after {
  content: "Scroll →";
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: -10px;
  right: 10px;
  color: #62233B;
}
.directors_wrap table {
  width: 950px;
  margin-left: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .directors_wrap table {
    width: 100%;
  }
}
.directors_wrap table.is-scroll {
  padding-right: 10px;
  padding-bottom: 20px;
}
.directors_wrap tr:nth-of-type(2n) th, .directors_wrap tr:nth-of-type(2n) td {
  background-color: #F5EDEF;
}
@media screen and (max-width: 767px) {
  .directors_wrap tr:nth-of-type(2n) th:first-of-type, .directors_wrap tr:nth-of-type(2n) td:first-of-type {
    background: #D7C1C5;
  }
}
.directors_wrap th, .directors_wrap td {
  background: #D7C1C5;
  padding: 10px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .directors_wrap th, .directors_wrap td {
    display: block;
    background-color: #F5EDEF;
  }
  .directors_wrap th:first-of-type, .directors_wrap td:first-of-type {
    background: #D7C1C5;
  }
}
@media screen and (max-width: 389px) {
  .directors_wrap th, .directors_wrap td {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
    height: max(40px, 40px + 10 * (100vw - 320px) / 69);
  }
}

.organization_wrap h2.section_title {
  max-width: 320px;
}
@media screen and (max-width: 1439px) {
  .organization_wrap h2.section_title {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
.organization_wrap .departments-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .organization_wrap .departments-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.organization_wrap .department-item {
  border: 2px solid #ECD6D8;
}
.organization_wrap .department-name {
  font-size: 20px;
  font-weight: bold;
  color: #62233B;
  padding: 10px 20px;
  background: #ECD6D8;
}
@media screen and (max-width: 1439px) {
  .organization_wrap .department-name {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .organization_wrap .department-name {
    padding: 14px 15px;
  }
}
.organization_wrap .department-text {
  font-size: 16px;
  padding: 14px 20px;
  background: #F2F2F2;
}
@media screen and (max-width: 1024px) {
  .organization_wrap .department-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .organization_wrap .department-text {
    font-size: 16px;
    padding: 14px 15px;
  }
}
@media screen and (max-width: 389px) {
  .organization_wrap .department-text {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
.organization_wrap h4 {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .organization_wrap h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .organization_wrap h4 {
    font-size: 16px;
    padding: 14px 15px;
  }
}
@media screen and (max-width: 389px) {
  .organization_wrap h4 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
.organization_wrap h4:not(:first-of-type) {
  border-top: 2px solid #ECD6D8;
}
.organization_wrap h4 div:first-child {
  width: 156px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .organization_wrap h4 div:first-child {
    width: max(60px, 60px + 96 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .organization_wrap h4 div:first-child {
    width: 93px;
  }
}
@media screen and (max-width: 389px) {
  .organization_wrap h4 div:first-child {
    width: max(60px, 60px + 33 * (100vw - 320px) / 69);
  }
}

@media screen and (max-width: 767px) {
  main.greeting .content-body,
  main.mission .content-body,
  main.history .content-body,
  main.directors .content-body,
  main.organization .content-body {
    padding-bottom: 0;
  }
}

.training_wrap {
  background: #fff;
  padding: 0 40px 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .training_wrap {
    padding: 0 max(20px, 20px + 20 * (100vw - 390px) / 1049) 50px;
  }
}
.training_wrap h2.section_title {
  margin-top: 120px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  .training_wrap h2.section_title {
    margin-top: max(100px, 100px + 20 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .training_wrap h2.section_title {
    margin-top: max(60px, 60px + 40 * (100vw - 320px) / 69);
  }
}
.training_wrap h2.section_title:first-of-type {
  margin-top: 0;
}
.training_wrap table {
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .training_wrap table {
    margin-inline: -20px;
    width: calc(100% + 40px);
  }
}
.training_wrap table tr {
  background: #D7C1C5;
}
.training_wrap table tr:nth-of-type(2n) {
  background: #fff;
}
.training_wrap table tr td {
  padding: 14px 40px;
  border: 2px solid #62233B;
}
@media screen and (max-width: 767px) {
  .training_wrap table tr td {
    display: block;
    margin-top: -2px;
    padding: 14px 20px;
  }
}
.training_wrap table tr td:nth-of-type(1) {
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  width: 128px;
  padding: 14px 10px;
}
@media screen and (max-width: 767px) {
  .training_wrap table tr td:nth-of-type(1) {
    width: 100%;
    background: #D7C1C5;
  }
}
@media screen and (max-width: 767px) {
  .training_wrap table tr td:nth-of-type(2) {
    background: #F5EDEF;
  }
}
.training_wrap .bg_white {
  background: #F5EDEF;
  padding: 4px 10px;
  display: inline-block;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .training_wrap .bg_white {
    background: #D7C1C5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-inline: auto;
  }
}
.training_wrap .line_white {
  width: 100%;
  height: 2px;
  background: #F5EDEF;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .training_wrap .line_white {
    background: #62233B;
  }
}
.training_wrap .xlsx_link {
  position: relative;
  font-size: 18px;
  padding-bottom: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 54px;
  margin-left: 38px;
  border-bottom: 1px solid #62233B;
  margin-top: 30px;
}
.training_wrap .xlsx_link::before {
  content: "";
  width: 28px;
  height: 35px;
  background: url("../img/page/icon_xlsx.webp") center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.training_wrap .xlsx_link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
  pointer-events: none;
  right: 8px;
}

.health-check_wrap {
  padding: 0 40px 50px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  .health-check_wrap {
    padding: 0 max(20px, 20px + 20 * (100vw - 390px) / 1049) 50px;
  }
}
.health-check_wrap .pattern_table_img {
  margin-top: 60px;
}
.health-check_wrap .pattern_table {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .health-check_wrap .pattern_table {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.health-check_wrap .pattern_table tr {
  background: #D7C1C5;
}
.health-check_wrap .pattern_table tr:nth-of-type(2n) {
  background: #fff;
}
.health-check_wrap .pattern_table tr td {
  padding: 12px;
  vertical-align: middle;
  border: 2px solid #62233B;
}
@media screen and (max-width: 767px) {
  .health-check_wrap .pattern_table tr td {
    display: block;
    margin-top: -2px;
  }
}
.health-check_wrap .pattern_table tr td:nth-of-type(1) {
  width: 500px;
  font-weight: bold;
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .health-check_wrap .pattern_table tr td:nth-of-type(1) {
    width: 100%;
    background: #D7C1C5;
    padding-left: 45px;
    font-size: 14px;
  }
}
.health-check_wrap .pattern_table tr td:nth-of-type(1)::before {
  width: 29px;
  height: 29px;
  line-height: 29px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .health-check_wrap .pattern_table tr td:nth-of-type(1)::before {
    left: 15px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-weight: normal;
  }
}
.health-check_wrap .pattern_table tr td:not(:nth-of-type(1)) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .health-check_wrap .pattern_table tr td:not(:nth-of-type(1)) {
    width: calc(50% + 2px);
    display: inline-block;
    background: #fff;
  }
}
.health-check_wrap .pattern_table tr td:not(:nth-of-type(1))::before {
  content: "";
  width: 29px;
  height: 36px;
  margin-right: 5px;
  display: inline-block;
  background: url("../img/page/icon_pdf.webp") center/contain no-repeat;
  vertical-align: -12px;
}
@media screen and (max-width: 767px) {
  .health-check_wrap .pattern_table tr td:nth-of-type(3) {
    margin-left: -4px;
  }
}
@media screen and (max-width: 767px) {
  .health-check_wrap .pattern_table tr:nth-of-type(1) td:nth-of-type(1) {
    margin-top: 0;
  }
}
.health-check_wrap .pattern_table tr:nth-of-type(1) td:nth-of-type(1)::before {
  background: #C13154;
  content: "　";
}
.health-check_wrap .pattern_table tr:nth-of-type(2) td:nth-of-type(1)::before {
  background: #E0A52F;
  content: "A";
}
.health-check_wrap .pattern_table tr:nth-of-type(3) td:nth-of-type(1)::before {
  background: #96C63B;
  content: "B";
}
.health-check_wrap .pattern_table tr:nth-of-type(4) td:nth-of-type(1)::before {
  background: #3EA264;
  content: "C";
}
.health-check_wrap .pattern_table tr:nth-of-type(5) td:nth-of-type(1)::before {
  background: #4384B8;
  content: "D";
}
.health-check_wrap .pattern_table tr:nth-of-type(6) td:nth-of-type(1)::before {
  background: #666BA9;
  content: "E";
}
.health-check_wrap .pattern_table tr:nth-of-type(7) td:nth-of-type(1)::before {
  background: #913186;
  content: "G";
}

.rules_wrap {
  background: #fff;
  padding: 0 40px 50px;
}
@media screen and (max-width: 1439px) {
  .rules_wrap {
    padding: 0 max(20px, 20px + 20 * (100vw - 390px) / 1049) 50px;
  }
}
.rules_wrap h2.section_title {
  margin-bottom: 30px;
}
.rules_wrap p {
  word-wrap: break-word;
}
.rules_wrap p:not(:first-of-type) {
  margin-top: 20px;
}
.rules_wrap .pl30 {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .rules_wrap .pl30 {
    padding-left: 0;
  }
}
.rules_wrap .list_block {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .rules_wrap .list_block {
    padding-left: 0;
  }
}
.rules_wrap .pdf_link {
  position: relative;
  font-size: 18px;
  padding-bottom: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 54px;
  margin-left: 38px;
  border-bottom: 1px solid #62233B;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .rules_wrap .pdf_link {
    padding-right: 28px;
  }
}
.rules_wrap .pdf_link::before {
  content: "";
  width: 28px;
  height: 35px;
  background: url("../img/page/icon_pdf.webp") center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.rules_wrap .pdf_link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
  pointer-events: none;
  right: 8px;
}

main.not-found .content-body {
  padding-bottom: 0;
}
main.not-found .not-found_wrap {
  text-align: center;
  padding: 0 40px 50px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.not-found .not-found_wrap {
    padding: 0 max(20px, 20px + 20 * (100vw - 390px) / 1049) 50px;
  }
}
main.not-found .not-found_wrap .not-found_logo {
  width: 307px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.not-found .not-found_wrap .not-found_logo {
    width: max(166.5px, 166.5px + 140.5 * (100vw - 390px) / 1049);
  }
}
main.not-found .not-found_wrap h2.not-found {
  font-size: 65px;
  font-weight: bold;
  margin-top: 30px;
  color: #62233B;
}
@media screen and (max-width: 1439px) {
  main.not-found .not-found_wrap h2.not-found {
    font-size: max(34px, 34px + 31 * (100vw - 390px) / 1049);
  }
}
main.not-found .not-found_wrap p {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  main.not-found .not-found_wrap p {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}

main.contact .content-body {
  padding-bottom: 0;
}
main.contact .contact_wrap {
  padding: 50px 40px 80px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  main.contact .contact_wrap {
    padding: 0 0 50px;
  }
}

main.contact-thanks .content-body {
  padding-bottom: 0;
}
main.contact-thanks .contact-thanks_wrap {
  padding: 0 40px 50px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.contact-thanks .contact-thanks_wrap {
    padding: 0 max(20px, 20px + 20 * (100vw - 390px) / 1049) 50px;
  }
}
main.contact-thanks .contact-thanks_wrap h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #62233B;
}
@media screen and (max-width: 1439px) {
  main.contact-thanks .contact-thanks_wrap h2 {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}

.content-body {
  /* アーカイブリスト */
}
.content-body .post_wrap {
  background: #fff;
  padding: 0 40px 50px;
}
@media screen and (max-width: 1439px) {
  .content-body .post_wrap {
    padding: 0 max(20px, 20px + 20 * (100vw - 390px) / 1049) 50px;
  }
}
.content-body .post_wrap h2.section_title {
  max-width: 310px;
}
.content-body .archive-list {
  margin-top: 60px;
  list-style: none;
}
@media screen and (max-width: 1439px) {
  .content-body .archive-list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.content-body .archive-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px;
  padding-right: 30px;
  border-bottom: 1px #D7C1C5 solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content-body .archive-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
    padding: 8px 10px;
    padding-right: 30px;
  }
}
.content-body .archive-list li::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #62233B;
  border-right: 1px solid #62233B;
  pointer-events: none;
  right: 10px;
}
.content-body .archive-list li:first-child {
  border-top: 1px #D7C1C5 solid;
}
.content-body .archive-list .post-date {
  font-size: 16px;
  color: #62233B;
}
.content-body .archive-list .post-title {
  font-size: 16px;
  text-decoration: none;
  color: inherit;
}

/* ページネーション */
.pagination-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-wrapper .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pagination-wrapper a {
  background: #fff;
  border: 1px solid #D7C1C5;
  color: #D7C1C5;
  padding: 4px 20px;
  text-decoration: none;
}
.pagination-wrapper .current {
  border: 1px solid #62233B;
  background: #62233B;
  color: #fff;
  padding: 4px 20px;
}
.pagination-wrapper .prev, .pagination-wrapper .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
.pagination-wrapper .prev {
  background-image: url("../img/page/prev.png");
  margin-right: 5px;
  padding: 0;
}
.pagination-wrapper .next {
  background-image: url("../img/page/next.png");
  margin-left: 5px;
  padding: 0;
}

main.single {
  /* タイトルブロック */
  /* 投稿コンテンツ */
  /* 見出しスタイル */
  /* 引用ブロック */
  /* リンク */
  /* リスト */
}
main.single .title_wrap {
  padding: 20px;
  border-top: 1px #62233B solid;
  border-bottom: 1px #62233B solid;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main.single .title_wrap {
    padding: 20px 0;
  }
}
main.single .title_wrap .post-date {
  font-size: 12px;
  color: #62233B;
  background: #D7C1C5;
  padding: 1px 8px;
  border-radius: 2px;
  display: inline-block;
}
main.single .title_wrap h1 {
  font-size: 28px;
  font-weight: 500;
  color: #62233B;
}
@media screen and (max-width: 1439px) {
  main.single .title_wrap h1 {
    font-size: max(24px, 24px + 4 * (100vw - 390px) / 1049);
  }
}
main.single .content-body p,
main.single .content-body img {
  margin-top: 30px;
}
main.single .content-body h2 {
  font-size: 24px;
  font-weight: 600;
  background: #D7C1C5;
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}
main.single .content-body h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 15px;
  border-left: 4px solid #62233B;
  padding-left: 12px;
}
main.single .content-body h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}
main.single .content-body h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 5px;
}
main.single .content-body blockquote {
  font-size: 18px;
  padding: 15px;
  border-left: 5px solid #62233B;
  background: #F5F5F5;
  margin: 30px 0;
}
main.single .content-body blockquote p:first-of-type {
  margin-top: 0;
}
main.single .content-body a {
  color: #62233B;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main.single .content-body a:hover {
  opacity: 0.7;
}
main.single .content-body ul {
  margin-top: 30px;
  padding-left: 20px;
}
main.single .content-body ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
main.single .content-body ol {
  margin-top: 30px;
  padding-left: 20px;
}
main.single .content-body ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
main.single .main_button a {
  background: #62233B;
  color: #fff;
  text-decoration: none;
}
main.single .main_button a::after {
  display: none;
}

.snow-monkey-form {
  max-width: 1000px;
}
.snow-monkey-form button[type=submit] {
  background-color: #62233B;
  background-image: none;
  color: #fff;
  width: 270px;
  height: 50px;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  margin-inline: auto;
  margin-top: 50px;
}
.snow-monkey-form .contact-thanks_wrap {
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .snow-monkey-form .contact-thanks_wrap {
    padding: 0 20px;
  }
}
.snow-monkey-form .contact-thanks_wrap h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #62233B;
}
@media screen and (max-width: 1439px) {
  .snow-monkey-form .contact-thanks_wrap h2 {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}

@media screen and (max-width: 1024px) {
  .smf-form.smf-form--business .smf-item__col {
    padding: 20px;
  }
}
.smf-form.smf-form--business .smf-item__col--label {
  border-bottom: none;
  border-right: none;
  max-width: 242px;
  background: #ECD6D8;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 1024px) {
  .smf-form.smf-form--business .smf-item__col--label {
    max-width: 100%;
    padding: 12px 8px;
  }
}
.smf-form.smf-form--business .smf-item {
  border: 1px solid #D7C1C5;
  border-right: none;
  border-left: none;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .smf-form.smf-form--business .smf-item {
    border-left: 2px solid #D7C1C5;
    border-right: 2px solid #D7C1C5;
  }
}
.smf-form.smf-form--business .smf-item:first-of-type {
  border-top: 2px solid #D7C1C5;
}
.smf-form.smf-form--business .smf-text-control__control, .smf-form.smf-form--business .smf-textarea-control__control, .smf-form.smf-form--business .smf-select-control__control {
  border: 2px solid #D7C1C5;
  padding-right: 8px;
  padding-left: 8px;
}
.smf-form .smf-form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 2px solid #D7C1C5;
}
.smf-form .smf-form-item:first-child {
  border-top: 2px solid #D7C1C5;
}
.smf-form input, .smf-form textarea, .smf-form select {
  border: 2px solid #D7C1C5;
  padding: 23px 20px;
}
.smf-form input {
  width: 100%;
  height: 42px;
}
.smf-form textarea {
  height: 213px;
}
.smf-form .smf-item__label__text {
  position: relative;
}
.smf-form .smf-item__label__text::after {
  content: "必須";
  color: #fff;
  display: inline-block;
  background: #DD3234;
  background-color: #E44141;
  font-size: 16px;
  padding: 2px 7px;
  line-height: 1;
  margin-left: 10px;
}
.smf-form .wp-block-snow-monkey-forms-item:nth-child(7) .smf-item__label__text::after,
.smf-form .wp-block-snow-monkey-forms-item:nth-child(8) .smf-item__label__text::after {
  display: none;
}
.smf-form .smf-radio-buttons-control__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .smf-form .smf-radio-buttons-control__control {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.smf-form .smf-radio-button-control__control {
  width: 22px;
  height: 22px;
  padding: 5.5px;
  border: 2px solid #D7C1C5;
  margin-top: 3px;
}
.smf-form .smf-radio-button-control__control:before {
  background-color: #62233B;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.smf-form .smf-radio-button-control__control:checked {
  background-color: #fff;
  border-color: #D7C1C5;
}
.smf-form .phones_wrap .wp-block-group__inner-container, .smf-form .zip-input_wrap .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
.smf-form .phones_wrap .smf-placeholder:not(:last-of-type) .smf-text-control, .smf-form .zip-input_wrap .smf-placeholder:not(:last-of-type) .smf-text-control {
  position: relative;
}
.smf-form .phones_wrap .smf-placeholder:not(:last-of-type) .smf-text-control::after, .smf-form .zip-input_wrap .smf-placeholder:not(:last-of-type) .smf-text-control::after {
  content: "ー";
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: -26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.smf-form .phones_wrap .phone-input, .smf-form .zip-input_wrap .phone-input {
  width: 111px;
}
@media screen and (max-width: 1439px) {
  .smf-form .phones_wrap .phone-input, .smf-form .zip-input_wrap .phone-input {
    width: max(80px, 80px + 31 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 1024px) {
  .smf-form .phones_wrap .phone-input, .smf-form .zip-input_wrap .phone-input {
    width: 100%;
  }
}
.smf-form .phones_wrap .zip-input, .smf-form .zip-input_wrap .zip-input {
  width: 121px;
}
@media screen and (max-width: 1439px) {
  .smf-form .phones_wrap .zip-input, .smf-form .zip-input_wrap .zip-input {
    width: max(100px, 100px + 21 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 1024px) {
  .smf-form .phones_wrap .zip-input, .smf-form .zip-input_wrap .zip-input {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .smf-form .zip-input_wrap {
    padding-left: 24px;
  }
}
.smf-form .zip-input_wrap .smf-placeholder:first-of-type .smf-text-control {
  position: relative;
}
.smf-form .zip-input_wrap .smf-placeholder:first-of-type .smf-text-control::before {
  content: "〒";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .smf-form .zip_wrap {
    padding-bottom: 50px;
  }
}
.smf-form .zip_wrap .aic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .smf-form .zip_wrap :where(.wp-block-columns.is-layout-flex) {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .smf-form .smf-select-control {
    width: 100%;
  }
}
.smf-form .prefecture-select {
  width: 278px;
  max-width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 1439px) {
  .smf-form .prefecture-select {
    width: max(258px, 258px + 20 * (100vw - 1024px) / 415);
  }
}
@media screen and (max-width: 1024px) {
  .smf-form .prefecture-select {
    width: 100%;
  }
}

.footer {
  background-color: #262626;
  padding: 40px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer .footer_wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer .footer_logo01 {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .footer_logo01 {
    display: block;
  }
}
.footer .footer_logo01 img {
  width: 132px;
  height: auto;
}
.footer .footer_left {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_left {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.footer .footer_center {
  margin-left: auto;
  margin-right: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .footer .footer_center {
    margin-right: max(50px, 50px + 50 * (100vw - 1024px) / 415);
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer_center {
    margin-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_center {
    display: none;
  }
}
.footer .footer_center .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_center .flex {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer_center .flex {
    gap: 30px;
  }
}
.footer .footer_center .footer_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.footer .footer_center .footer_heading::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #fff;
  margin-right: 7px;
}
.footer .footer_center ul.footer_list {
  max-width: 180px;
}
.footer .footer_center ul.footer_list li {
  position: relative;
  padding-left: 10px;
  padding-right: 30px;
}
.footer .footer_center ul.footer_list li::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  pointer-events: none;
  right: 0;
}
.footer .footer_center ul.footer_list li a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.footer .footer_center .footer_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 25px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_center .footer_links {
    gap: 15px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer_center .footer_links {
    gap: 15px 0;
  }
}
.footer .footer_center .footer_links a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 30px;
}
.footer .footer_center .footer_links a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  pointer-events: none;
  right: 0;
}
.footer .footer_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .footer_right {
    display: none;
  }
}
.footer .footer_right .footer_lab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 40px;
  background-color: #fff;
  color: #262626;
  text-decoration: none;
  position: relative;
}
.footer .footer_right .footer_lab::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
  pointer-events: none;
  right: 10px;
}
.footer .footer_right .footer_logo02 {
  margin-top: 2px;
  width: 180px;
  height: auto;
}
.footer .footer_copy {
  margin-top: 18px;
  font-size: 13px;
  text-align: center;
  font-family: "inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer .footer_copy {
    margin-top: 20px;
    font-size: 9px;
  }
}

.page-top {
  position: fixed;
  right: 0;
  bottom: 3%;
  width: 60px;
  height: 60px;
  background-color: #62233B;
  cursor: pointer;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 32px;
    height: 32px;
  }
}
.page-top::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  pointer-events: none;
  width: 17px;
  height: 17px;
  top: 45%;
  right: 50%;
  -webkit-transform: translateX(50%) rotate(-45deg);
          transform: translateX(50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .page-top::before {
    width: 10px;
    height: 10px;
  }
}