@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

*:focus {
  outline: none;
}

/* 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

:root {
  --white: #ffffff;
  --black: #3E3A39;
  --orange: #e65b20;
  --blue: #68A9DA;
  --blue_2: #036EB8;
  --green: #429898;
  --gray: #BFBFBF;
  --pink_1: #F5F3F6;
  --pink_2: #F5DDE4;
  --pink_3: #EBA2BD;
  --primary-color: #F5DDE4;
  --sub-color: #68A9DA;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 21.3333333333vw;
  }
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--black);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: max(1.0416666667vw, 12px);
  line-height: normal;
  color: var(--black);
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 6.4vw;
  }
}

a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2em;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
}

p {
  margin-bottom: 0.75em;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

main > div {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}

img {
  width: 100%;
}

.pc, .sp {
  display: none;
}

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

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

.open {
  display: block !important;
}

.close {
  display: none !important;
}

.ks_thumb {
  display: grid;
  overflow: hidden;
}
.ks_thumb:hover img {
  transform: scale(1.1);
}
.ks_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: max-content !important;
  z-index: 1000000;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  .is-fixed {
    width: 89.3333333333vw !important;
  }
}

.customize-support .is-fixed {
  top: 32px;
}
@media screen and (max-width: 768px) {
  .customize-support .is-fixed {
    top: 0;
  }
}

.ks_icon_hover {
  transition: transform 0.6s ease;
}
.ks_icon_hover:hover {
  transform: scale(1.1);
}

.ks_button_hover {
  transition: transform 0.3s ease;
}
.ks_button_hover:hover {
  transform: scale(1.05);
}

.ks_fit_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ks_link {
  position: relative;
  width: max-content;
}
.ks_link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 0.07em;
  background-color: var(--white);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  transform-origin: center;
}
.ks_link:hover {
  opacity: unset;
}
.ks_link:hover::after {
  width: 100%;
}

.ks_text_right {
  text-align: right;
}

.ks_contact {
  display: grid;
}
@media screen and (max-width: 768px) {
  .ks_contact {
    display: none;
  }
}
.ks_contact_tel {
  position: relative;
  display: flex;
  font-size: 1.5625vw;
  color: var(--blue);
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .ks_contact_tel {
    font-size: 6.6666666667vw;
  }
}
.ks_contact_time {
  display: flex;
  font-size: 0.7291666667vw;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .ks_contact_time {
    font-size: 3.7333333333vw;
  }
}
.ks_contact_time_label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.ks_contact_time_value {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.ks_business_time {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.8229166667vw, 12px);
}
@media screen and (max-width: 768px) {
  .ks_business_time {
    font-size: 4vw;
  }
}
.ks_business_time_header, .ks_business_time_time_title, .ks_business_time_value, .ks_business_time_note {
  display: grid;
  align-items: center;
  min-width: max-content;
  height: 3.6458333333vw;
  padding: 0 0.2em;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .ks_business_time_header, .ks_business_time_time_title, .ks_business_time_value, .ks_business_time_note {
    height: 10.6666666667vw;
    padding: 0 0.2em;
  }
}
.ks_business_time_header.padding_right, .ks_business_time_time_title.padding_right, .ks_business_time_value.padding_right, .ks_business_time_note.padding_right {
  padding-right: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .ks_business_time_header.padding_right, .ks_business_time_time_title.padding_right, .ks_business_time_value.padding_right, .ks_business_time_note.padding_right {
    padding-right: 2.6666666667vw;
  }
}
.ks_business_time_header, .ks_business_time_note {
  height: 3.125vw;
}
@media screen and (max-width: 768px) {
  .ks_business_time_header, .ks_business_time_note {
    height: 10.6666666667vw;
  }
}
.ks_business_time_header.time, .ks_business_time_note.time {
  letter-spacing: 0.15em;
}
.ks_business_time_time_title {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: max(1.3020833333vw, 12px);
  letter-spacing: 0.07em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .ks_business_time_time_title {
    width: 100%;
    font-size: 3.2vw;
  }
}
.ks_business_time_value {
  color: var(--blue);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: max(1.9791666667vw, 12px);
  line-height: 1em;
  padding: 0 0.2em;
}
@media screen and (max-width: 768px) {
  .ks_business_time_value {
    font-size: 4.2666666667vw;
  }
  .ks_business_time_value.ks_text_right {
    text-align: center;
  }
}
.ks_business_time_value.icon_circle {
  background: url("../img/icon/icon_circle_blue.svg") no-repeat;
  background-size: 1.5916666667vw 1.6833333333vw;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .ks_business_time_value.icon_circle {
    background-size: 3.4666666667vw 3.4666666667vw;
  }
}
.ks_business_time_value.icon_triangle {
  background: url("../img/icon/icon_triangle_blue.svg") no-repeat;
  background-size: 1.9270833333vw 1.6666666667vw;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .ks_business_time_value.icon_triangle {
    background-size: 3.7333333333vw 3.2vw;
  }
}
.ks_business_time_note {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: max(1.3020833333vw, 12px);
  text-align: center;
  padding-top: 1.0416666667vw;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .ks_business_time_note {
    font-size: 2.9333333333vw;
    padding-top: 2.6666666667vw;
  }
}
.ks_business_time tr {
  border-bottom: 0.9px solid var(--black);
}
.ks_business_time tr:last-child {
  border-bottom: unset;
}
.ks_business_time td {
  text-align: center;
}
.ks_firstview {
  position: relative;
  margin-left: auto;
  width: 100%;
  min-height: 15.625vw;
}
@media screen and (max-width: 768px) {
  .ks_firstview {
    min-height: 40vw;
  }
}
.ks_firstview_title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: grid;
  width: 100%;
  height: 100%;
  justify-items: center;
  align-items: center;
}
.ks_firstview_title_text {
  font-size: max(2.6041666667vw, 12px);
  font-weight: bold;
  color: var(--black);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .ks_firstview_title_text {
    font-size: 6.6666666667vw;
  }
}

.ks_paragraph_title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.0416666667vw, 12px);
  border-bottom: 2.2px solid #68A9DA;
  padding-bottom: 0.7em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .ks_paragraph_title {
    font-size: 4.2666666667vw;
    border-bottom: 3px solid #68A9DA;
  }
}
.ks_paragraph_content {
  font-size: max(0.9375vw, 12px);
}
@media screen and (max-width: 768px) {
  .ks_paragraph_content {
    font-size: 3.7333333333vw;
  }
}
.ks_paragraph_content ul li {
  display: flex;
}

.ks_description {
  display: grid;
  border-bottom: 2px solid #EBA2BD;
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .ks_description {
    border-bottom: 3px solid #EBA2BD;
    padding-bottom: 2em;
  }
}
.ks_description_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.25vw, 12px);
  margin-bottom: 2em;
  width: max-content;
  padding: 0 1em;
  margin-left: auto;
  margin-right: auto;
  border-right: 2px solid #EBA2BD;
  border-left: 2px solid #EBA2BD;
}
@media screen and (max-width: 768px) {
  .ks_description_title {
    font-size: 5.3333333333vw;
    margin-left: unset;
    border-right: unset;
    border-left: 3px solid #EBA2BD;
    margin-bottom: 1.5em;
    padding: 0 0 0 0.5em;
  }
}
.ks_description_thumbnail {
  width: 100%;
  margin-bottom: 1em;
}
.ks_description_efforts {
  display: flex;
}
@media screen and (max-width: 768px) {
  .ks_description_efforts {
    display: grid;
  }
}
.ks_description_efforts_title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.1458333333vw, 12px);
  margin-top: 2em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .ks_description_efforts_title {
    font-size: 4.8vw;
    margin-bottom: 1em;
  }
}
.ks_description_efforts_thumbnail {
  width: 24.21875vw;
}
@media screen and (max-width: 768px) {
  .ks_description_efforts_thumbnail {
    width: 100%;
    margin-bottom: 1em;
  }
}
.ks_description_efforts_content {
  flex: 1;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .ks_description_efforts_content {
    padding-left: unset;
  }
}

.icon {
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .icon {
    width: 4.4vw;
    height: 4.4vw;
  }
}

.icon_menu_header {
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  vertical-align: middle;
  background: url("../img/icon/icon_hamburger.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .icon_menu_header {
    width: 4.4vw;
    height: 4.4vw;
  }
}

.icon_menu_header_close {
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  vertical-align: middle;
  background: url("../img/icon/icon_menu_close.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .icon_menu_header_close {
    width: 4.4vw;
    height: 4.4vw;
  }
}

.header {
  z-index: 999;
  display: grid;
  width: 100%;
  color: var(--black);
  background-color: var(--primary-color);
  padding: 0.5em 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 4vw 2.4vw 0.5em 5.3333333333vw;
  }
}
.header_body {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_body {
    align-items: center;
  }
}
.header_logo {
  width: 14.1145833333vw;
  height: 1.9791666667vw;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 72.2666666667vw;
    height: 10.1333333333vw;
  }
}
.header_nav {
  display: flex;
  height: 100%;
  padding-right: 4em;
}
@media screen and (max-width: 768px) {
  .header_nav {
    display: none;
  }
}
.header_nav_wrap {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.header_nav_item {
  display: grid;
  justify-content: center;
  align-items: center;
  font-size: 1.0416666667vw;
  padding-right: 2em;
}
.header_nav_item_link.ks_link::after {
  background-color: var(--pink_3);
}
.header_nav_item:last-child {
  padding-right: unset;
}
.header_menubtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_menubtn {
    display: grid;
    width: 10.6666666667vw;
    height: 9.8666666667vw;
    margin-left: auto;
    background: url("../img/icon/icon_hamburger.svg") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
}

.header_mobile {
  align-items: start;
  z-index: 999999;
  background-color: var(--primary-color);
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  display: none;
}
@media screen and (max-width: 768px) {
  .header_mobile {
    height: 100vh;
    padding-bottom: 8.5946666667vw;
  }
}
.header_mobile[data-is-open=true] {
  display: grid;
}
@media screen and (max-width: 768px) {
  .header_mobile_logo {
    width: 72.2666666667vw;
    height: 10.1333333333vw;
  }
}
.header_mobile_menu {
  display: grid;
  align-items: start;
  width: 100%;
  padding: 0;
}
.header_mobile_menu_top {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header_mobile_menu_top {
    padding: 3.2vw 2.4vw 2em 5.3333333333vw;
  }
}
.header_mobile_menu_top_company {
  margin-right: 0;
  display: flex;
  align-items: center;
}
.header_mobile_menu_top_company_logo {
  width: 21.8666666667vw;
}
@media screen and (max-width: 768px) {
  .header_mobile_menu_top_company_logo {
    width: 21.8666666667vw;
  }
}
.header_mobile_menu_top_btn {
  margin-left: auto;
  display: grid;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header_mobile_menu_top_btn {
    width: 13.7466666667vw;
    height: 11.6506666667vw;
  }
}
.header_mobile_menu_top_btn_icon {
  width: 100%;
  height: 100%;
  margin: auto;
}
.header_mobile_menu_nav {
  display: flex;
  flex-wrap: wrap;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7vw;
}
@media screen and (max-width: 768px) {
  .header_mobile_menu_nav {
    display: grid;
    width: 80vw;
    margin-bottom: 7vw;
  }
}
.header_mobile_menu_nav_item {
  width: 50%;
  font-size: 5vw;
  text-align: center;
  padding: 2.6041666667vw 0;
}
@media screen and (max-width: 768px) {
  .header_mobile_menu_nav_item {
    width: 100%;
    font-size: 5vw;
    padding: 1em 0;
  }
  .header_mobile_menu_nav_item:first-child {
    padding-top: unset;
  }
  .header_mobile_menu_nav_item:last-child {
    padding-bottom: unset;
  }
}
.header_mobile_menu_nav_item_name {
  font-size: max(2.6041666667vw, 12px);
  line-height: 3.125vw;
}
@media screen and (max-width: 768px) {
  .header_mobile_menu_nav_item_name {
    font-size: 5.3333333333vw;
    line-height: 7.3vw;
  }
}
@media screen and (max-width: 768px) {
  .header_mobile .ks_contact {
    display: grid;
    justify-items: center;
    margin-top: 2em;
  }
}
@media screen and (max-width: 768px) {
  .header_mobile .ks_contact_tel {
    font-size: 8vw;
    width: 89.3333333333vw;
    height: 16vw;
    background-color: var(--blue);
    color: var(--white);
    align-items: center;
    justify-content: center;
    border-radius: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .header_mobile .ks_contact_time {
    margin-top: 0.7em;
  }
}

.footer {
  position: relative;
  color: var(--black);
  background: linear-gradient(to bottom, var(--pink_3) 0%, var(--pink_3) 100%);
}
@media screen and (max-width: 768px) {
  .footer {
    background: linear-gradient(to bottom, var(--pink_3) 0%, var(--pink_3) 100%);
  }
}
.footer_body {
  display: grid;
  padding-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .footer_body {
    padding-top: unset;
  }
}
.footer_company_info {
  width: 71.09375vw;
  display: flex;
  align-items: flex-start;
  column-gap: 7%;
  margin-left: auto;
  margin-right: auto;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .footer_company_info {
    column-gap: unset;
    width: 100%;
    display: grid;
  }
}
.footer_company_info_wrap {
  display: grid;
  align-content: center;
  width: 42%;
  min-width: max-content;
}
@media screen and (max-width: 768px) {
  .footer_company_info_wrap {
    order: 2;
    padding: 0 5.3333333333vw 0 5.3333333333vw;
    width: 100%;
    min-width: unset;
  }
}
.footer_company_info_logo {
  width: 29.1666666667vw;
  height: 4.1145833333vw;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .footer_company_info_logo {
    width: 100%;
    height: 12.5333333333vw;
  }
}
.footer_company_info_slogan {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.3541666667vw;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .footer_company_info_slogan {
    font-size: 4vw;
    text-align: center;
  }
}
.footer_company_info_address {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3020833333vw;
  margin-bottom: 1.2em;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer_company_info_address {
    font-size: 4.2666666667vw;
  }
}
.footer_company_info_address_actual {
  flex: 1;
}
.footer_company_info_map {
  flex: 1;
  width: 51%;
  height: 36.40625vw;
}
@media screen and (max-width: 768px) {
  .footer_company_info_map {
    order: 1;
    width: 100%;
    height: 100.8vw;
    margin-bottom: 2em;
  }
}
.footer_company_info_map .ks_access_map {
  width: 100%;
  height: 100%;
}
.footer_company_info_map .ks_access_map_wrap {
  width: 100%;
  height: 100%;
}
.footer_company_info .ks_business_time {
  width: 27.5432291667vw;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: max(1.1979166667vw, 12px);
}
@media screen and (max-width: 768px) {
  .footer_company_info .ks_business_time {
    width: 84.5333333333vw;
    font-size: 4vw;
  }
}
.footer_company_info .ks_business_time_time_title {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: max(0.9895833333vw, 12px);
  padding-right: 1.3020833333vw;
}
@media screen and (max-width: 768px) {
  .footer_company_info .ks_business_time_time_title {
    font-size: 3.2vw;
    padding-right: 5.3333333333vw;
  }
}
.footer_company_info .ks_business_time_value {
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: max(1.3541666667vw, 12px);
}
@media screen and (max-width: 768px) {
  .footer_company_info .ks_business_time_value {
    font-size: 4.2666666667vw;
  }
}
.footer_company_info .ks_business_time_value.icon_circle {
  background: url("../img/icon/icon_circle.svg") no-repeat;
  background-size: 1.1296875vw 1.1161458333vw;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .footer_company_info .ks_business_time_value.icon_circle {
    background-size: 3.4666666667vw 3.4666666667vw;
  }
}
.footer_company_info .ks_business_time_value.icon_triangle {
  background: url("../img/icon/icon_triangle.svg") no-repeat;
  background-size: 1.2166666667vw 1.0302083333vw;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .footer_company_info .ks_business_time_value.icon_triangle {
    background-size: 3.7333333333vw 3.2vw;
  }
}
.footer_company_info .ks_business_time_note {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: max(0.9375vw, 12px);
  text-align: center;
  height: unset;
}
@media screen and (max-width: 768px) {
  .footer_company_info .ks_business_time_note {
    font-size: 2.9333333333vw;
    min-width: unset;
  }
}
.footer_company_info .ks_business_time tr {
  border-bottom: 0.9px solid var(--white);
}
.footer_company_info .ks_business_time tr:last-child {
  border-bottom: unset;
}
.footer_company_info .ks_contact {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .footer_company_info .ks_contact {
    display: grid;
    margin-top: 1.5em;
    width: 100%;
  }
}
.footer_company_info .ks_contact_tel {
  font-size: 2.0833333333vw;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  width: 29.1666666667vw;
  height: 5.15625vw;
  background-color: var(--white);
  justify-content: center;
  border-radius: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer_company_info .ks_contact_tel {
    font-size: 6.6666666667vw;
    width: 100%;
    height: 16vw;
  }
}
.footer_company_info .ks_contact_tel:hover {
  color: var(--blue);
}
.footer_company_info .ks_contact_time {
  font-size: 1.1458333333vw;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  justify-content: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .footer_company_info .ks_contact_time {
    font-size: 3.7333333333vw;
  }
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  column-gap: 3em;
  row-gap: 0.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5em;
  width: 71.09375vw;
}
@media screen and (max-width: 768px) {
  .footer_nav {
    width: 76vw;
    column-gap: 1.5em;
    margin-top: 1.5em;
  }
}
.footer_nav_item {
  display: grid;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: max(0.6770833333vw, 12px);
}
@media screen and (max-width: 768px) {
  .footer_nav_item {
    padding-left: unset;
    font-size: 2.9333333333vw;
    width: max-content;
    height: max-content;
  }
}
.footer_nav_item_text {
  color: var(--white);
}
.footer_social {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .footer_social {
    gap: 40px;
    padding: 20px;
  }
}
.footer_social_x {
  background: url("../img/icon/icon_social_x.svg?20250926") no-repeat center center;
  background-size: cover;
  width: 28px;
  height: 28px;
}
.footer_social_instagram {
  background: url("../img/icon/icon_social_instagram.svg?20250926") no-repeat center center;
  background-size: cover;
  width: 40px;
  height: 40px;
}
.footer_social_tiktok {
  background: url("../img/icon/icon_social_tiktok.svg?20250926") no-repeat center center;
  background-size: cover;
  width: 33px;
  height: 38px;
}
.footer_copyright {
  width: 100%;
  text-align: center;
  margin: 2em 0 1em 0;
  font-size: max(0.78125vw, 12px);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .footer_copyright {
    font-size: 4vw;
    margin: 2em 0 1.5em 0;
  }
}

.top {
  display: grid;
  overflow: hidden;
  position: relative;
}
.top_firstview {
  display: grid;
}
@media screen and (max-width: 768px) {
  .top_firstview {
    width: 100%;
  }
}
.top_firstview_body {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_firstview_bg {
    width: 100%;
    height: 100%;
  }
}
.top_firstview_bg img {
  height: 100%;
}
.top_firstview_bg .slide {
  position: absolute;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 0;
}
.top_firstview_bg .slide.active {
  opacity: 1;
  position: absolute;
  z-index: 1;
}
.top_firstview_bg.slider {
  position: relative;
  width: 100%;
  height: 48vw;
}
@media screen and (max-width: 768px) {
  .top_firstview_bg.slider {
    height: 152vw;
  }
}
.top_firstview_content {
  width: 9.8958333333vw;
  position: absolute;
  right: 12.2395833333vw;
  top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .top_firstview_content {
    width: 14.6666666667vw;
    right: 13.3333333333vw;
    top: 8vw;
  }
}
.top_firstview_content_slogan {
  writing-mode: vertical-rl;
  font-size: max(2.6041666667vw, 12px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px #fff;
}
@media screen and (max-width: 768px) {
  .top_firstview_content_slogan {
    font-size: 5.3333333333vw;
  }
}
.top .ks_contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .ks_contact {
    display: grid;
    padding: 5.3333333333vw;
    row-gap: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .top .ks_contact_tel {
    width: 89.3333333333vw;
    height: 16vw;
    background-color: var(--pink_3);
    color: var(--white);
    align-items: center;
    justify-content: center;
    border-radius: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .top .ks_contact_time {
    justify-content: center;
    letter-spacing: 0;
  }
}
.top_business_time {
  position: relative;
  display: grid;
}
@media screen and (max-width: 768px) {
  .top_business_time {
    width: 100%;
  }
}
.top_business_time_top {
  display: flex;
  column-gap: 4.0625vw;
  padding: 6.25vw;
}
@media screen and (max-width: 768px) {
  .top_business_time_top {
    display: grid;
    padding: 5.3333333333vw;
  }
}
.top_business_time_thumb {
  width: 41.1458333333vw;
  height: 26.3020833333vw;
}
@media screen and (max-width: 768px) {
  .top_business_time_thumb {
    width: 89.3333333333vw;
    height: 89.3333333333vw;
  }
}
.top_business_time_main {
  display: grid;
  align-items: center;
  align-content: center;
  width: 39.0625vw;
  height: max-content;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .top_business_time_main {
    width: 84.5333333333vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5.3333333333vw;
  }
}
.top_business_time_main_title {
  color: var(--blue);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.6145833333vw, 12px);
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top_business_time_main_title {
    font-size: 3.7333333333vw;
  }
}
.top_business_time_main .ks_business_time_header, .top_business_time_main .ks_business_time_time_title, .top_business_time_main .ks_business_time_value {
  height: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .top_business_time_main .ks_business_time_header, .top_business_time_main .ks_business_time_time_title, .top_business_time_main .ks_business_time_value {
    height: 12vw;
  }
}
.top_business_time_main .ks_business_time_header.padding_right, .top_business_time_main .ks_business_time_time_title.padding_right, .top_business_time_main .ks_business_time_value.padding_right {
  padding-right: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  .top_business_time_main .ks_business_time_header.padding_right, .top_business_time_main .ks_business_time_time_title.padding_right, .top_business_time_main .ks_business_time_value.padding_right {
    padding-right: 1.3333333333vw;
  }
}
.top_business_time_main .ks_business_time_header.ks_text_right, .top_business_time_main .ks_business_time_time_title.ks_text_right, .top_business_time_main .ks_business_time_value.ks_text_right {
  text-align: center;
}
.top_business_time_main .ks_business_time_time_title {
  padding-right: 1.3020833333vw;
}
@media screen and (max-width: 768px) {
  .top_business_time_main .ks_business_time_time_title {
    padding-right: 5.3333333333vw;
  }
}
.top_business_time_main .ks_business_time_value.ks_text_right {
  text-align: center;
}
.top_business_time_main .ks_business_time_note {
  height: unset;
}
@media screen and (max-width: 768px) {
  .top_business_time_main .ks_business_time_note {
    min-width: unset;
  }
}
.top_business_time_bottomthumb {
  width: 100%;
}
.top_greeting {
  background: linear-gradient(to bottom, var(--pink_1) 90%, var(--white) 100%);
}
.top_greeting_body {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  .top_greeting_body {
    padding: 2em 0;
  }
}
.top_greeting_title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.5625vw, 12px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_greeting_title {
    font-size: 6.6666666667vw;
  }
}
.top_greeting_description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: max(1.0416666667vw, 12px);
  line-height: 1.6em;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
  width: max(79.1666666667vw, 12px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top_greeting_description {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4vw;
    text-align: left;
    padding: 0 5.3333333333vw;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
  }
}
.top_greeting_description p {
  margin-bottom: unset;
}
.top_greeting_action {
  display: grid;
  justify-content: center;
}
.top_greeting_action_readmore {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: max(0.8333333333vw, 12px);
  color: var(--blue_2);
  width: 10.4166666667vw;
  height: 2.6041666667vw;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--blue_2);
  border-radius: 0.2em;
}
@media screen and (max-width: 768px) {
  .top_greeting_action_readmore {
    font-size: 4.2666666667vw;
    width: 53.3333333333vw;
    height: 13.3333333333vw;
  }
}
.top_clinic_info_body {
  display: grid;
  padding: 5.2083333333vw 6.25vw 0 6.25vw;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_body {
    padding: 13.3333333333vw 5.3333333333vw 0 5.3333333333vw;
  }
}
.top_clinic_info_title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: max(1.5625vw, 12px);
}
@media screen and (max-width: 768px) {
  .top_clinic_info_title {
    font-size: 6.6666666667vw;
  }
}
.top_clinic_info_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 1.5625vw;
  row-gap: 1.5625vw;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list {
    column-gap: 5.3333333333vw;
    row-gap: 5.3333333333vw;
    margin-top: 1.5em;
  }
}
.top_clinic_info_list_item {
  display: flex;
  align-items: center;
  column-gap: 1.0416666667vw;
  background-color: var(--pink_3);
  width: 27.6041666667vw;
  height: auto;
  min-height: 10.8333333333vw;
  padding-left: 1.9270833333vw;
  border-radius: 0.2em;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item {
    width: 41.8666666667vw;
    min-height: 34.6666666667vw;
    display: grid;
    justify-items: center;
    align-items: center;
    align-content: center;
    padding-left: unset;
  }
}
.top_clinic_info_list_item_icon {
  width: 6.7708333333vw;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_icon {
    width: max-content;
    margin-bottom: 0.3em;
  }
}
.top_clinic_info_list_item_icon.ks_thumb {
  overflow: unset;
}
.top_clinic_info_list_item_icon.icon_general_dentistry img {
  width: 4.1145833333vw;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_icon.icon_general_dentistry img {
    width: 13.0666666667vw;
  }
}
.top_clinic_info_list_item_icon.icon_pediatric_dentistry img {
  width: 5.9895833333vw;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_icon.icon_pediatric_dentistry img {
    width: 18.9333333333vw;
  }
}
.top_clinic_info_list_item_icon.icon_preventive_dentistry img {
  width: 5.8333333333vw;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_icon.icon_preventive_dentistry img {
    width: 18.9333333333vw;
  }
}
.top_clinic_info_list_item_icon.icon_cosmetic_dentistry img {
  width: 5.0619791667vw;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_icon.icon_cosmetic_dentistry img {
    width: 17.0666666667vw;
  }
}
.top_clinic_info_list_item_icon.icon_oral_surgery img {
  width: 6.5625vw;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_icon.icon_oral_surgery img {
    width: 21.3333333333vw;
  }
}
.top_clinic_info_list_item_icon.icon_implant img {
  width: 3.4895833333vw;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_icon.icon_implant img {
    width: 11.2vw;
  }
}
.top_clinic_info_list_item_icon.icon_orthodontics img {
  width: 4.8958333333vw;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_icon.icon_orthodontics img {
    width: 15.4666666667vw;
  }
}
.top_clinic_info_list_item_icon.icon_home_visit img {
  width: 6.40625vw;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_icon.icon_home_visit img {
    width: 21.3333333333vw;
  }
}
.top_clinic_info_list_item_icon.icon_oral_care img {
  width: 5.3645833333vw;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_icon.icon_oral_care img {
    width: 17.6vw;
  }
}
.top_clinic_info_list_item_content {
  display: grid;
  padding: 0.7em 0.5em 0.7em 0;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_content {
    padding: unset;
  }
}
.top_clinic_info_list_item_content_title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: max(1.5104166667vw, 12px);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_content_title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 4.2666666667vw;
  }
}
.top_clinic_info_list_item_content_title:hover {
  color: var(--white);
}
.top_clinic_info_list_item_content_summary {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: max(0.9375vw, 12px);
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item_content_summary {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top_clinic_info_list_item:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.top_our_features {
  background: linear-gradient(to bottom, #FEFDFD 0%, var(--pink_1) 7%, #FCF7F8 15%, #FBF0F3 30%, #F9E8EE 50%, var(--pink_2) 75%, var(--pink_3) 100%);
}
@media screen and (max-width: 768px) {
  .top_our_features {
    background: linear-gradient(to bottom, #FFFEFE 0%, var(--pink_1) 7%, #FCF5F7 15%, #FBF1F3 30%, #F9E9EE 50%, #F6E2E8 75%, var(--pink_2) 90%, var(--pink_3) 100%);
  }
}
.top_our_features_body {
  display: grid;
  padding: 5.2083333333vw 6.25vw 5.2083333333vw 6.25vw;
}
@media screen and (max-width: 768px) {
  .top_our_features_body {
    padding: 18.6666666667vw 5.3333333333vw 3em 5.3333333333vw;
  }
}
.top_our_features_title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: max(1.5625vw, 12px);
}
@media screen and (max-width: 768px) {
  .top_our_features_title {
    font-size: 6.6666666667vw;
  }
}
.top_our_features_logan {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.5625vw, 12px);
  padding-left: 3.3854166667vw;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .top_our_features_logan {
    font-size: 6.1333333333vw;
    padding-left: 14.4vw;
  }
}
.top_our_features_description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: max(1.3020833333vw, 12px);
  padding-left: 3.3854166667vw;
  width: 40.625vw;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .top_our_features_description {
    font-size: 4.8vw;
    padding-left: 14.4vw;
    width: 68vw;
  }
}
.top_our_features_list {
  display: grid;
  row-gap: 7.8125vw;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .top_our_features_list {
    row-gap: 10.6666666667vw;
  }
}
.top_our_features_list_item {
  position: relative;
  padding-top: 5.2083333333vw;
  padding-left: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .top_our_features_list_item {
    padding-right: unset;
    padding-left: unset;
    padding-top: unset;
  }
}
.top_our_features_list_item.reverse {
  padding-left: unset;
  padding-right: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .top_our_features_list_item.reverse {
    padding-right: unset;
    padding-left: unset;
    padding-top: unset;
  }
}
.top_our_features_list_item_thumb {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 43.75vw;
  height: 25.15625vw;
  border-radius: 0.2em;
}
@media screen and (max-width: 768px) {
  .top_our_features_list_item_thumb {
    position: relative;
    width: 89.3333333333vw;
    height: 56vw;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
  }
}
.top_our_features_list_item_thumb.reverse {
  left: unset;
  right: 0;
}
.top_our_features_list_item_content {
  z-index: 1;
  position: relative;
  display: grid;
  align-content: center;
  align-items: center;
  background-color: var(--white);
  width: 79.21875vw;
  height: 23.5416666667vw;
  padding-left: 39.5833333333vw;
  padding-right: 3.125vw;
  border-radius: 0.2em;
}
@media screen and (max-width: 768px) {
  .top_our_features_list_item_content {
    width: 100%;
    height: auto;
    padding: 5.3333333333vw;
    border-top-right-radius: unset;
    border-top-left-radius: unset;
  }
}
.top_our_features_list_item_content.reverse {
  padding-left: 3.125vw;
  padding-right: 39.5833333333vw;
}
@media screen and (max-width: 768px) {
  .top_our_features_list_item_content.reverse {
    padding: 5.3333333333vw;
  }
}
.top_our_features_list_item_content_title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(2.34375vw, 12px);
  color: var(--blue_2);
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .top_our_features_list_item_content_title {
    font-size: 5.3333333333vw;
    margin-bottom: 0.5em;
  }
}
.top_our_features_list_item_content_title:hover {
  color: var(--blue_2);
}
.top_our_features_list_item_content_title.ks_link::after {
  background-color: var(--blue_2);
}
.top_our_features_list_item_content_summary {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: max(1.0416666667vw, 12px);
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .top_our_features_list_item_content_summary {
    font-size: 4.2666666667vw;
  }
}
.top_our_features_list_item_content_readmore {
  position: absolute;
  right: 3.125vw;
  bottom: 2.34375vw;
  width: 2.65625vw;
  height: 0.4166666667vw;
  background: url("../img/icon/icon_more.svg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top_our_features_list_item_content_readmore {
    right: 5.3333333333vw;
    bottom: 4vw;
    width: 12vw;
    height: 1.8666666667vw;
  }
}
.top_our_features_list_item_content_readmore.reverse {
  right: 38.0208333333vw;
}
@media screen and (max-width: 768px) {
  .top_our_features_list_item_content_readmore.reverse {
    right: 5.3333333333vw;
  }
}

.dental_care {
  overflow: hidden;
  position: relative;
}
.dental_care_menu_body {
  width: 70.9375vw;
  font-size: max(1.0416666667vw, 12px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .dental_care_menu_body {
    width: 89.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.dental_care_menu_nav {
  background-color: var(--white);
  width: 70.9375vw;
  margin: 1.5625vw auto;
  border: 1px solid #EBA2BD;
  border-radius: 0.4166666667vw;
  padding: 1.0416666667vw 1.5625vw;
}
@media screen and (max-width: 768px) {
  .dental_care_menu_nav {
    border: unset;
    width: 100%;
    margin: 4vw auto;
    padding: unset;
  }
}
.dental_care_menu_nav_toggle {
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .dental_care_menu_nav_toggle {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 4vw 5.3333333333vw;
    font-size: 4.8vw;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #E6C8D3;
    border-radius: 1.3333333333vw;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .dental_care_menu_nav_toggle_icon {
    position: absolute;
    right: 4vw;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    background: url("../img/icon/icon_dropdown.svg") no-repeat;
    background-size: 100%;
  }
}
.dental_care_menu_nav_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
  justify-content: space-evenly;
  align-items: center;
  position: static;
  border: none;
  box-shadow: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .dental_care_menu_nav_list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #EBA2BD;
    border-radius: 0.5333333333vw;
    z-index: 100;
    padding: 0.5em 0;
  }
}
.dental_care_menu_nav_list li {
  position: relative;
  text-align: center;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .dental_care_menu_nav_list li {
    padding: 0.7em 0;
  }
}
@media screen and (max-width: 768px) {
  .dental_care_menu_nav_list li::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    content: "";
    height: 1px;
    background: #EBA2BD;
    width: 4vw;
  }
}
.dental_care_menu_nav_list li:last-child::after {
  content: unset;
}
.dental_care_menu_nav_list a {
  position: relative;
  display: inline-block;
  font-size: max(0.9375vw, 12px);
  text-decoration: none;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .dental_care_menu_nav_list a {
    font-size: 4.2666666667vw;
  }
}
.dental_care_menu_nav_list a.ks_link::after {
  background-color: var(--pink_3);
}
.dental_care_menu_nav.menu-is-open .nav-toggle-icon {
  transform: rotate(-135deg);
}
.dental_care_menu_nav.menu-is-open ul {
  display: block;
}
.dental_care_main_body {
  width: 70.9375vw;
  font-size: max(1.0416666667vw, 12px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .dental_care_main_body {
    width: 89.3333333333vw;
    font-size: 4.8vw;
  }
}
.dental_care_main .ks_description {
  width: 50.1041666667vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6em;
}
@media screen and (max-width: 768px) {
  .dental_care_main .ks_description {
    width: 89.3333333333vw;
    margin-bottom: 4em;
  }
}
.dental_care_main .ks_description:last-child {
  border-bottom: unset;
}

.about_us {
  overflow: hidden;
  position: relative;
}
.about_us_director_body {
  width: 70.8333333333vw;
  font-size: max(0.9375vw, 12px);
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.2083333333vw;
  padding-bottom: 2.6041666667vw;
}
@media screen and (max-width: 768px) {
  .about_us_director_body {
    width: 89.3333333333vw;
    font-size: 4.2666666667vw;
    display: grid;
    padding-top: 13.3333333333vw;
    padding-bottom: 8vw;
  }
}
.about_us_director_content {
  flex: 1;
}
.about_us_director_title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.5625vw, 12px);
}
@media screen and (max-width: 768px) {
  .about_us_director_title {
    font-size: 5.3333333333vw;
  }
}
.about_us_director_slogan {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.3020833333vw, 12px);
  margin-top: 2em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .about_us_director_slogan {
    font-size: 4.8vw;
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
}
.about_us_director_text {
  padding-right: 2em;
  font-size: max(0.9375vw, 12px);
}
@media screen and (max-width: 768px) {
  .about_us_director_text {
    font-size: 4.2666666667vw;
    padding-right: unset;
  }
}
.about_us_director_name {
  font-size: max(1.0416666667vw, 12px);
  text-align: right;
  margin-top: 1.2em;
  padding-right: 2.5em;
}
@media screen and (max-width: 768px) {
  .about_us_director_name {
    font-size: 4.8vw;
    padding-right: unset;
  }
}
.about_us_director_thumbnail {
  width: 34.4270833333vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about_us_director_thumbnail {
    width: 100%;
    margin-top: 2.5em;
  }
}
.about_us_director_thumbnail img {
  height: auto;
}
.about_us_hospital_equipment_body {
  width: 70.8333333333vw;
  font-size: max(0.9375vw, 12px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .about_us_hospital_equipment_body {
    width: 100%;
    font-size: 4vw;
  }
}
.about_us_hospital_equipment_title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.5625vw, 12px);
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .about_us_hospital_equipment_title {
    font-size: 5.3333333333vw;
    width: 89.3333333333vw;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .about_us_hospital_equipment_slider {
    padding: 0;
    border: none;
    box-shadow: none;
  }
}
.about_us_hospital_equipment_slider_visuals {
  display: flex;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .about_us_hospital_equipment_slider_visuals {
    display: block;
  }
}
.about_us_hospital_equipment_slider_main {
  flex: 1;
  position: relative;
  width: 53.125vw;
  height: 33.6458333333vw;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .about_us_hospital_equipment_slider_main {
    height: auto;
    min-height: auto;
    padding-top: 66.66%;
    width: 89.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.about_us_hospital_equipment_slider_main_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}
.about_us_hospital_equipment_slider_main_item.active {
  opacity: 1;
  z-index: 2;
}
.about_us_hospital_equipment_slider_main_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_us_hospital_equipment_slider_thumbnails {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.78125vw;
  width: 16.3015625vw;
  flex-shrink: 0;
  height: 33.6458333333vw;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.about_us_hospital_equipment_slider_thumbnails::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .about_us_hospital_equipment_slider_thumbnails {
    flex-direction: row;
    overflow-x: auto;
    height: auto;
    width: auto;
    padding: 4vw 0 8vw 0;
    gap: 2.6666666667vw;
    touch-action: pan-x;
  }
}
.about_us_hospital_equipment_slider_thumb_item {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  border: 2px solid transparent;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  height: 10.0520833333vw;
}
@media screen and (max-width: 768px) {
  .about_us_hospital_equipment_slider_thumb_item {
    width: 31.4666666667vw;
    height: 19.4666666667vw;
  }
  .about_us_hospital_equipment_slider_thumb_item.active {
    border-color: transparent;
  }
}
.about_us_hospital_equipment_slider_thumb_item.active {
  opacity: 1;
  border-color: var(--sub-color);
}
.about_us_hospital_equipment_slider_thumb_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_us_hospital_equipment_slider_dots {
  display: flex;
  justify-content: center;
  gap: 0.5208333333vw;
  margin: 1.0416666667vw 0 0.78125vw 0;
}
@media screen and (max-width: 768px) {
  .about_us_hospital_equipment_slider_dots {
    display: none;
  }
}
.about_us_hospital_equipment_slider_dot {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease;
}
.about_us_hospital_equipment_slider_dot.active {
  background-color: #333;
}
.about_us_hospital_equipment_slider_text {
  min-height: 6.25vw;
}
@media screen and (max-width: 768px) {
  .about_us_hospital_equipment_slider_text {
    width: 89.3333333333vw;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.about_us_hospital_equipment_slider_text_item {
  display: none;
}
.about_us_hospital_equipment_slider_text_item.active {
  display: block;
}
.about_us_hospital_equipment_slider_title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.0416666667vw, 12px);
}
@media screen and (max-width: 768px) {
  .about_us_hospital_equipment_slider_title {
    font-size: max(4.2666666667vw, 12px);
  }
}
.about_us_hospital_equipment_slider_description {
  font-size: max(0.9375vw, 12px);
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 768px) {
  .about_us_hospital_equipment_slider_description {
    font-size: max(4vw, 12px);
  }
}
.about_us_facility_standard_body {
  width: 70.8333333333vw;
  font-size: max(0.9375vw, 12px);
  margin-left: auto;
  margin-right: auto;
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  .about_us_facility_standard_body {
    width: 89.3333333333vw;
    font-size: 4vw;
  }
}
.about_us_facility_standard_detailbutton {
  width: 17.4479166667vw;
  height: 2.6041666667vw;
  border: 1px solid #036EB8;
  border-radius: 2px;
  display: flex;
  column-gap: 1em;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .about_us_facility_standard_detailbutton {
    width: 89.3333333333vw;
    height: 13.3333333333vw;
  }
}
.about_us_facility_standard_detailbutton_text {
  color: #036EB8;
  font-size: max(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .about_us_facility_standard_detailbutton_text {
    font-size: 4.2666666667vw;
  }
}
.about_us_facility_standard_detailbutton_icon {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  background: url("../img/icon/icon_dropdown_blue.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .about_us_facility_standard_detailbutton_icon {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.about_us_facility_standard_content {
  line-height: 1.8em;
  display: none;
}
.about_us_facility_standard_content_title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.5625vw, 12px);
  margin-bottom: 1.3em;
  padding-left: 0.7em;
  border-left: 2px solid #68A9DA;
}
@media screen and (max-width: 768px) {
  .about_us_facility_standard_content_title {
    font-size: 5.3333333333vw;
  }
}
.about_us_facility_standard_content_subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.3020833333vw, 12px);
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .about_us_facility_standard_content_subtitle {
    font-size: 4.8vw;
  }
}
.about_us_facility_standard_content_desc {
  font-size: max(1.0416666667vw, 12px);
}
@media screen and (max-width: 768px) {
  .about_us_facility_standard_content_desc {
    font-size: 4.2666666667vw;
  }
}
.about_us_facility_standard_content .ks_paragraph {
  margin-top: 3em;
}
.about_us_facility_standard_content .ks_paragraph_title {
  margin-bottom: 0.7em;
}

.privacy_policy {
  overflow: hidden;
  position: relative;
}
.privacy_policy_main_body {
  width: 70.8333333333vw;
  font-size: max(1.0416666667vw, 12px);
  line-height: 1.8em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
@media screen and (max-width: 768px) {
  .privacy_policy_main_body {
    width: 89.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.privacy_policy_main_title {
  font-size: max(1.5625vw, 12px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.5em;
  padding-left: 0.7em;
  border-left: 2.5px solid #68A9DA;
}
@media screen and (max-width: 768px) {
  .privacy_policy_main_title {
    font-size: 5.3333333333vw;
    border-left-width: 3.5px;
  }
}
.privacy_policy_main_content .ks_paragraph {
  margin-top: 2.5em;
}

.news {
  overflow: hidden;
  position: relative;
}
.news_main_body {
  padding-top: 3.6458333333vw;
  padding-bottom: 4.6875vw;
}
@media screen and (max-width: 768px) {
  .news_main_body {
    padding-top: 8vw;
    padding-bottom: 13.3333333333vw;
  }
}
.news_main_list {
  width: 36.4583333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .news_main_list {
    width: 89.3333333333vw;
  }
}
.news_main_list_item {
  border-bottom: 1px solid #3E3A39;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .news_main_list_item {
    padding: 0.8em;
  }
}
.news_main_list_item:hover {
  background-color: #f8f8f8;
}
.news_main_list_item_metainfo_date {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: max(0.78125vw, 12px);
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .news_main_list_item_metainfo_date {
    font-size: 3.2vw;
    padding-bottom: 0.2em;
  }
}
.news_main_list_item_title {
  font-size: max(1.0416666667vw, 12px);
}
@media screen and (max-width: 768px) {
  .news_main_list_item_title {
    font-size: 4.2666666667vw;
  }
}
.news_main_action {
  margin-top: 2em;
}
.news_main_action_more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #036EB8;
  width: 10.4166666667vw;
  height: 2.6041666667vw;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  color: #036EB8;
  font-size: max(0.8333333333vw, 12px);
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .news_main_action_more {
    width: 53.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.news_main_action_more .icon {
  background: url("../img/icon/icon_more_down.svg") no-repeat;
  background-size: 100%;
  position: relative;
  margin-left: 0.5em;
  width: 0.9895833333vw;
  height: 0.9895833333vw;
}
@media screen and (max-width: 768px) {
  .news_main_action_more .icon {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}

.news_content {
  overflow: hidden;
  position: relative;
}
.news_content_main_body {
  width: 70.9375vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.2083333333vw;
  padding-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .news_content_main_body {
    width: 76.2666666667vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.news_content_main_info_title {
  font-size: max(1.6145833333vw, 12px);
}
@media screen and (max-width: 768px) {
  .news_content_main_info_title {
    font-size: 4.2666666667vw;
  }
}
.news_content_main_info_metainfo {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .news_content_main_info_metainfo {
    margin-top: 0.2em;
  }
}
.news_content_main_info_metainfo_date {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: max(0.9375vw, 12px);
}
@media screen and (max-width: 768px) {
  .news_content_main_info_metainfo_date {
    font-size: 3.2vw;
  }
}
.news_content_main_content {
  display: flex;
  margin-top: 2em;
}
.news_content_main_content.exits_thumbnail {
  column-gap: 6.25vw;
}
@media screen and (max-width: 768px) {
  .news_content_main_content {
    display: grid;
    margin-top: 1em;
  }
}
.news_content_main_content_thumbnail {
  order: 2;
  display: none;
}
@media screen and (max-width: 768px) {
  .news_content_main_content_thumbnail {
    order: 1;
    margin-bottom: 1em;
    width: 100%;
  }
}
.news_content_main_content_thumbnail.exits_thumbnail {
  width: 35.46875vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .news_content_main_content_thumbnail.exits_thumbnail {
    width: 100%;
  }
}
.news_content_main_content_thumbnail img {
  object-fit: cover;
  height: auto;
}
.news_content_main_content_text {
  flex: 1;
  order: 1;
  font-size: max(1.0416666667vw, 12px);
}
@media screen and (max-width: 768px) {
  .news_content_main_content_text {
    order: 2;
    font-size: 4.2666666667vw;
  }
}
.news_content_main_content_text p:last-child {
  margin-bottom: unset;
}
.news_content_main_action {
  margin-top: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2em;
  font-size: max(0.78125vw, 12px);
}
@media screen and (max-width: 768px) {
  .news_content_main_action {
    margin-top: 3em;
    font-size: 3.2vw;
  }
}
.news_content_main_action_readmore {
  position: relative;
  width: 10.4166666667vw;
  height: 2.6041666667vw;
  border: 1px solid #036EB8;
  color: #036EB8;
  border-radius: 2px;
  display: grid;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news_content_main_action_readmore {
    width: 53.3333333333vw;
    height: 13.3333333333vw;
  }
}
.news_content_main_action_prevposts {
  width: 2.0833333333vw;
  height: 0.5208333333vw;
  background: url("../img/icon/icon_arrow_left.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .news_content_main_action_prevposts {
    width: 6.0586666667vw;
    height: 1.8666666667vw;
  }
}
.news_content_main_action_nextposts {
  width: 2.0833333333vw;
  height: 0.5208333333vw;
  background: url("../img/icon/icon_arrow_right.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .news_content_main_action_nextposts {
    width: 6.0586666667vw;
    height: 1.8666666667vw;
  }
}

.contact {
  overflow: hidden;
  position: relative;
}
.contact_main_body {
  padding: 4.1666666667vw 0;
  display: flex;
  column-gap: 2.8645833333vw;
  width: 68.2291666667vw;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .contact_main_body {
    flex-direction: column;
    padding: 13.3333333333vw 0;
    width: 100%;
  }
}
.contact_main_body.thanks {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .contact_main_body.thanks {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.contact_main_body.thanks .contact_main_body_text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.5625vw, 12px);
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_main_body.thanks .contact_main_body_text1 {
    text-align: left;
    font-size: 6.4vw;
  }
}
.contact_main_body.thanks .contact_main_body_text2 {
  font-size: max(1.0416666667vw, 12px);
  margin-bottom: 1.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_main_body.thanks .contact_main_body_text2 {
    text-align: left;
    font-size: 3.4666666667vw;
    margin-bottom: 2em;
  }
}
.contact_main_phone {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .contact_main_phone {
    padding-right: 0;
    border-right: none;
    margin-bottom: 8vw;
    text-align: center;
    width: 90.1333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact_main_phone_title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.5625vw, 12px);
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_main_phone_title {
    font-size: 8vw;
  }
}
.contact_main_phone_description {
  font-size: max(1.0416666667vw, 12px);
  margin-bottom: 1.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_main_phone_description {
    font-size: 3.4666666667vw;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .contact_main_phone .ks_contact {
    display: grid;
  }
}
.contact_main_phone .ks_contact_tel {
  width: 23.28125vw;
  height: 4.1666666667vw;
  background-color: #EBA2BD;
  color: var(--white);
  border-radius: 2px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .contact_main_phone .ks_contact_tel {
    width: 89.3333333333vw;
    height: 16vw;
    margin-bottom: 0.5em;
  }
}
.contact_main_phone .ks_contact_tel_label {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: max(1.71875vw, 12px);
}
@media screen and (max-width: 768px) {
  .contact_main_phone .ks_contact_tel_label {
    font-size: 6.6666666667vw;
  }
}
.contact_main_phone .ks_contact_tel_value {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: max(1.71875vw, 12px);
}
@media screen and (max-width: 768px) {
  .contact_main_phone .ks_contact_tel_value {
    font-size: 6.6666666667vw;
  }
}
.contact_main_phone .ks_contact_time {
  display: flex;
  justify-content: center;
}
.contact_main_phone .ks_contact_time_label {
  font-size: max(1.25vw, 12px);
}
@media screen and (max-width: 768px) {
  .contact_main_phone .ks_contact_time_label {
    font-size: 4.8vw;
  }
}
.contact_main_phone .ks_contact_time_value {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: max(1.25vw, 12px);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contact_main_phone .ks_contact_time_value {
    font-size: 4.8vw;
  }
}
.contact_main_phone_closed {
  font-size: 0.9em;
  margin-top: 0.3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_main_phone_closed {
    font-size: 0.57em;
  }
}
.contact_main_form {
  width: 38.2291666667vw;
  background-color: #F5DDE4;
  border-radius: 0.5208333333vw;
  padding: 3em 0;
  font-size: max(1.0416666667vw, 12px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact_main_form {
    width: 100%;
    padding: 2em 0;
    border-radius: unset;
    font-size: 5.3333333333vw;
  }
}
.contact_main_form_title {
  font-size: max(1.5625vw, 12px);
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_main_form_title {
    font-size: 8vw;
  }
}
.contact_main_form_description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_main_form_description {
    font-size: 4vw;
    margin-bottom: 3em;
  }
}
.contact_main_form form {
  display: grid;
}
.contact_main_form_group {
  display: flex;
  align-items: center;
  padding: 0 3.6458333333vw;
  margin-bottom: 1.3020833333vw;
}
@media screen and (max-width: 768px) {
  .contact_main_form_group {
    display: grid;
    padding: 0 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contact_main_form_group > div {
  word-break: break-all;
}
.contact_main_form_label {
  width: 11.4583333333vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .contact_main_form_label {
    width: 100%;
    margin-bottom: 0.3em;
  }
}
.contact_main_form_input {
  flex: 1;
  width: 100%;
  padding: 0.625vw;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .contact_main_form_input {
    padding: 2.6666666667vw;
  }
}
.contact_main_form_input:focus {
  outline: none;
  border-color: #f2a7b3;
  box-shadow: 0 0 6px rgba(242, 167, 179, 0.5);
}
.contact_main_form_textarea {
  margin-bottom: 0;
  align-items: flex-start;
}
.contact_main_form_privacy {
  padding: 2.5em 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: max(0.8333333333vw, 12px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_main_form_privacy {
    font-size: 3.2vw;
  }
}
.contact_main_form_privacy_checkbox {
  margin-top: 0.5em;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.contact_main_form_privacy_checkbox .wpcf7-list-item {
  margin: 0 0 0 0;
}
.contact_main_form_privacy_checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
.contact_main_form_privacy_checkbox_checkmark {
  position: relative;
  height: 1em;
  width: 1em;
  background-color: transparent;
  border: 1px solid;
  flex-shrink: 0;
  margin-right: 0.3em;
  transition: all 0.2s ease;
  display: inline-block;
}
.contact_main_form_privacy_checkbox .wpcf7-list-item-label:hover {
  cursor: pointer;
}
.wpcf7-list-item-label .contact_main_form_privacy_checkbox_checkmark::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0.4em;
  height: 0.8em;
  border: solid var(--black);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: auto;
  top: -0.1em;
}
input:checked ~ .wpcf7-list-item-label .contact_main_form_privacy_checkbox_checkmark::after {
  display: block;
}
.contact_main_form_privacy_checkbox_text {
  line-height: 1.6;
}
.contact_main_form_privacy_checkbox_text a {
  text-decoration: underline;
}
.contact_main_form_privacy_confirm {
  margin-top: 1.3020833333vw;
  margin-bottom: 2.0833333333vw;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact_main_form_privacy_confirm {
    margin-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.contact_main_form_submit {
  background-color: transparent;
  color: #036EB8;
  border-radius: 2px;
  font-size: max(0.8333333333vw, 12px);
  text-align: center;
  border: 1px solid #036EB8;
  width: max-content;
  min-width: 10.4166666667vw;
  padding: 0 1em;
  height: 2.6041666667vw;
}
@media screen and (max-width: 768px) {
  .contact_main_form_submit {
    font-size: 4.2666666667vw;
    width: 53.3333333333vw;
    height: 13.3333333333vw;
  }
}
.contact_main_form_submit_wrap {
  text-align: center;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  justify-content: center;
}
.contact_main_form_submit_wrap .wpcf7-spinner {
  display: none;
}
.contact_main_form .wpcf7-response-output {
  border-color: transparent !important;
  color: #dc3232;
}
.contact_main_form .wpcf7-mail-sent-ok {
  border-color: transparent !important;
}

.faq {
  overflow: hidden;
  position: relative;
}
.faq_list_body {
  padding-top: 3.6458333333vw;
  padding-bottom: 4.6875vw;
}
@media screen and (max-width: 768px) {
  .faq_list_body {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.faq_list_items {
  width: 52.0833333333vw;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .faq_list_items {
    width: 89.3333333333vw;
  }
}
.faq_list_item {
  border-bottom: 1px solid #707070;
}
.faq_list_item_heading {
  margin: 0;
}
.faq_list_item_trigger {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.2em 1em;
  transition: background-color 0.3s ease;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .faq_list_item_trigger {
    padding: 1em 0.8em;
  }
}
.faq_list_item_q_icon {
  font-size: max(1.25vw, 12px);
  font-weight: bold;
  color: #3E3A39;
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .faq_list_item_q_icon {
    font-size: max(5.8666666667vw, 12px);
    margin-right: 4vw;
  }
}
.faq_list_item_q_text {
  flex-grow: 1;
  font-size: max(1.0416666667vw, 12px);
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .faq_list_item_q_text {
    font-size: max(4.2666666667vw, 12px);
  }
}
.faq_list_item_toggle_icon {
  position: relative;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  flex-shrink: 0;
  margin-left: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .faq_list_item_toggle_icon {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.faq_list_item_toggle_icon::before, .faq_list_item_toggle_icon::after {
  content: "";
  position: absolute;
  background-color: #333;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.faq_list_item_toggle_icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.faq_list_item_toggle_icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.faq_list_item_panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding-top 0.4s ease-out, padding-bottom 0.4s ease-out;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .faq_list_item_panel {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}
.faq_list_item_answer_content {
  display: flex;
}
.faq_list_item_a_icon {
  font-size: max(1.25vw, 12px);
  font-weight: bold;
  color: #FE6A6F;
  margin-right: 1.0416666667vw;
  padding-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .faq_list_item_a_icon {
    font-size: max(5.8666666667vw, 12px);
    margin-right: 4vw;
    padding-top: 0.1em;
  }
}
.faq_list_item_a_text {
  flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: max(1.0416666667vw, 12px);
  line-height: 1.8;
  margin: 0;
  padding-top: 0.2083333333vw;
}
@media screen and (max-width: 768px) {
  .faq_list_item_a_text {
    font-size: max(4vw, 12px);
  }
}
.faq_list_item_a_text p:last-child {
  margin-bottom: unset;
}
.faq_list_item.is-open .faq_list_item_trigger {
  color: #707070;
}
.faq_list_item.is-open .faq_list_item_toggle_icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.faq_list_item.is-open .faq_list_item_panel {
  max-height: 500px;
  padding-top: 0;
  padding-bottom: 1.2em;
}
.faq_list_action {
  margin-top: 2em;
}
.faq_list_action_more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #036EB8;
  width: 10.4166666667vw;
  height: 2.6041666667vw;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  color: #036EB8;
  font-size: max(0.8333333333vw, 12px);
  text-decoration: none;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .faq_list_action_more {
    width: 53.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.faq_list_action_more .icon {
  background: url("../img/icon/icon_more_down.svg") no-repeat;
  background-size: 100%;
  position: relative;
  margin-left: 0.5em;
  width: 0.9895833333vw;
  height: 0.9895833333vw;
}
@media screen and (max-width: 768px) {
  .faq_list_action_more .icon {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}

/*# sourceMappingURL=style.css.map */
