@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@400&family=Outfit&family=Zen+Maru+Gothic:wght@500&display=swap";
/*
$font-min:"游明朝体",
"Yu Mincho",
YuMincho,
"ヒラギノ明朝 Pro",
"Hiragino Mincho Pro",
"MS P明朝",
"MS PMincho",
serif;
*/
/*
$font-family-sans-serif: "游ゴシック体",
YuGothic,
"游ゴシック",
"Yu Gothic",
"メイリオ",
Meiryo,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
"ヒラギノ角ゴ ProN W3",
-apple-system,
"BlinkMacSystemFont",
"Helvetica Neue",
Helvetica,
"Arial",
sans-serif;
*/
/*! destyle.css v2.0.2 | 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;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* 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;
  line-height: 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:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  background-color: transparent;
  color: inherit;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
}
a:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
}

.break_keep {
  word-break: keep-all;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.moverbright {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  /* デフォルト値なのでこの一行は省略してもOK */
}

.moverbright:hover {
  -webkit-filter: brightness(1.8);
          filter: brightness(1.8);
  /* 明るくする */
}

.resimg {
  width: 100%;
  height: auto;
  display: block;
}

.pc_content {
  display: inherit;
}

.sp_content {
  display: none;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

@media screen and (max-width: 1001px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: inherit;
  }
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}
ul.check {
  margin: 0 0 1em 0;
  padding: 0 0 0 12px;
}
ul.check li {
  position: relative;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  line-height: 1.6;
  list-style: none;
  padding: 0 0 0 30px;
  color: #00AEEB;
  word-break: auto-phrase;
  text-autospace: no-autospace;
  text-spacing-trim: trim-auto;
}
ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 2px solid #00AEEB;
  border-bottom: 3px solid #00AEEB;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* diamond */
ul.diamond {
  margin: 0 0 1em 0;
  padding: 0 0 0 1.5em;
}
ul.diamond li {
  position: relative;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  list-style: none;
  line-height: 1.72;
  padding: 0 0 0 12px;
  word-break: auto-phrase;
  text-autospace: no-autospace;
  text-spacing-trim: trim-auto;
}
ul.diamond li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: -4px;
  width: 3px;
  height: 3px;
  background-color: #353535;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

ul.noteList {
  margin-bottom: 20px;
  padding: 0 0 0 1.5em;
}
ul.noteList li {
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  padding-left: 0;
  text-indent: -16px;
  padding: 0;
  list-style: none;
  line-height: 1.72;
}
ul.noteList li:before {
  content: "※";
  margin-right: 0px;
}

ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0 0 0 3em;
}
ol li {
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  line-height: 1.72;
  margin-bottom: 0.8em;
  text-indent: -2.5em;
  word-break: auto-phrase;
  text-autospace: no-autospace;
  text-spacing-trim: trim-auto;
  counter-increment: cnt;
}
ol li:before {
  counter-increment: item;
  content: "（" counter(cnt) "）";
  font-weight: normal;
}

a.textline {
  text-decoration: underline;
}

table {
  width: 100% !important;
  margin-bottom: 2em;
}

th,
td {
  padding: 1em;
  vertical-align: middle;
}

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

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin: 2em 0;
  margin-top: 0;
  padding: 0;
}

p {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  line-height: 1.6;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.75;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_content {
    display: none;
  }
}
.lazyload {
  opacity: 1;
}

.lazyloaded {
  opacity: 0;
  -webkit-animation-name: fade-in1;
          animation-name: fade-in1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

html {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 150px;
}

@media screen and (max-width: 1001px) {
  html {
    scroll-padding-top: 100px;
  }
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

body {
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #353535;
  font-size: 1.6rem;
  font-size: max(0.95vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  background-color: #fff;
}

main {
  position: relative;
  padding-bottom: 0px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  position: relative;
  text-align: left;
  width: calc(100% - 40px);
  max-width: 1024px;
  margin: 0 auto;
  padding: 2% 0 2%;
}
.container.np {
  padding: 0;
}

.container_full {
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 auto 2%;
}

@media screen and (max-width: 1001px) {
  .container {
    max-width: initial;
    margin: 0 auto;
  }
}
#header {
  position: relative;
  z-index: 99;
  width: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
  height: 80px;
}
#header .gnav {
  width: 100%;
}
#header .gnav .gnav_inner {
  width: calc(100% - 40px);
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 80px;
}
#header .gnav .logo {
  position: relative;
}
#header .gnav .logo a {
  position: relative;
  width: 260px;
  display: block;
}
#header .gnav .gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  text-transform: uppercase;
  /*hoverしたら表示*/
}
#header .gnav .gnav_list li {
  position: relative;
}
#header .gnav .gnav_list li a {
  position: relative;
  display: block;
  margin: 0 0.8em;
  padding: 5px 0;
  color: rgb(0, 174, 235);
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 3.1vw, 1.7rem);
  font-weight: 500;
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
#header .gnav .gnav_list li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: #00AEEB;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#header .gnav .gnav_list li a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#header .gnav .gnav_list li a.hilight:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#header .gnav .gnav_list li a:hover {
  color: #00AEEB;
  text-decoration: inherit;
}
#header .gnav .gnav_list .sub li {
  margin: 0.2em 0;
  padding: 0.1em 0;
}
#header .gnav .gnav_list .sub li a {
  position: relative;
  display: block;
  padding: 12px 8px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
}
#header .gnav .gnav_list .sub li a:after {
  content: none;
}
#header .gnav .gnav_list li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 4;
  /*形状を指定*/
  background: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 12px;
}
#header .gnav .gnav_list li.has-child:hover > ul,
#header .gnav .gnav_list li.has-child ul li:hover > ul,
#header .gnav .gnav_list li.has-child:active > ul,
#header .gnav .gnav_list li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
#header.HeightMin {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
          backdrop-filter: saturate(180%) blur(8px);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1001px) {
  #header {
    height: 60px;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
  }
  #header .gnav {
    width: 100%;
  }
  #header .gnav .gnav_inner {
    width: 100%;
    height: 60px;
    padding: 0 1% 0 3%;
  }
}
#spnav {
  position: fixed;
  left: -120%;
}

.menubtn {
  display: none;
}

@media screen and (max-width: 1001px) {
  #header .gnav .gnav_list {
    display: none;
  }
  .menubtn {
    display: initial;
  }
}
@media screen and (max-width: 1001px) {
  .menubtn {
    position: relative;
    z-index: 11;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: inherit;
  }
  .menubtn span {
    display: inline-block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    left: 15px;
    height: 3px;
    background-color: #353535;
    width: 50%;
  }
  .menubtn span:nth-of-type(1) {
    top: 18px;
  }
  .menubtn span:nth-of-type(2) {
    top: 27px;
  }
  .menubtn span:nth-of-type(3) {
    top: 36px;
  }
  .menubtn.active span:nth-of-type(1) {
    top: 21px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  .menubtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menubtn.active span:nth-of-type(3) {
    top: 33px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
  .no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #spnav_list {
    padding: 0 10px;
  }
  #spnav {
    position: fixed;
    z-index: 98;
    top: 60px;
    left: -120%;
    width: 88%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    background-color: #fff;
    padding-bottom: 260px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #spnav.panelactive {
    left: 0;
  }
  .no-scroll #wrapper {
    position: fixed;
    z-index: 10;
    background: rgba(57, 58, 56, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #spnav ul.sn {
    margin-bottom: 30px;
    padding: 0;
  }
  #spnav ul.sn li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
  #spnav ul.sn li a {
    position: relative;
    color: #353535;
    text-decoration: none;
    font-size: 17px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    padding: 16px 10px;
  }
  #spnav ul.sn li a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  #spnav ul.sn.is_sub li a {
    font-size: 15px;
  }
  #spnav .side_info {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
  #spnav .side_info .side_logo {
    width: 80%;
    max-width: 220px;
    margin-bottom: 16px;
  }
  #spnav .side_info .side_logo img {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
  }
  #spnav .side_info .area_info .add {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  #spnav .side_info .area_info .tel a {
    text-decoration: none;
    font-size: clamp(1.8rem, 3.1vw, 2rem);
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    white-space: nowrap;
    background: url(../img/module/icon/icon_tel.svg) no-repeat 0 50%;
    background-size: auto 18px;
    color: #353535;
    padding: 10px 0 10px 28px;
  }
}
footer {
  position: relative;
  width: 100%;
  background: url(../img/global/footer_bg.jpg) no-repeat 0 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #fff;
  overflow: hidden;
}
footer::after {
  position: absolute;
  content: "";
  width: 308px;
  height: 240px;
  bottom: -30px;
  right: 90px;
  -webkit-transform: translateY(44%);
          transform: translateY(44%);
  background: url(../img/global/flower5.png) no-repeat;
  background-size: contain;
  display: block;
}
footer .footer_link {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 3% 0;
  overflow: hidden;
}
footer .footer_link .footer_add {
  width: 30%;
}
footer .footer_link .footer_add .footer_logo {
  position: relative;
  margin-bottom: 1em;
  width: 260px;
}
footer .footer_link .footer_add .footer_logo img {
  text-align: center;
}
footer .footer_link .footer_add .footer_logo a {
  position: relative;
  display: block;
}
footer .footer_link .footer_add .add {
  font-size: clamp(1.4rem, 3.1vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: 0.3em;
}
footer .footer_link .footer_add .tel {
  line-height: 1.6;
  font-size: clamp(1.3rem, 3.1vw, 1.4rem);
}
footer .footer_link .footer_wrap {
  width: 60%;
  display: grid;
  grid-auto-flow: column;
  gap: 40px;
}
footer .footer_link .footer_box {
  width: auto;
}
footer .footer_link .footer_box h3 {
  font-weight: 500;
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  margin-bottom: 1em;
}
footer .footer_link .footer_box li {
  margin-bottom: 0.6em;
  font-size: clamp(1.4rem, 3.1vw, 1.5rem);
  font-weight: 400;
}
footer .footer_link .footer_box li a {
  text-decoration: none;
}
footer .footer_bottom {
  width: calc(100% - 40px);
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 12px 20px;
  text-align: left;
}
footer .footer_bottom .copyright {
  font-size: clamp(1.2rem, 3.1vw, 1.2rem);
}

@media screen and (max-width: 1001px) {
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  footer::after {
    content: none;
  }
  footer .link_site {
    padding: 16px 0;
  }
  footer .link_site ul li a span {
    display: block;
    font-size: 13px;
  }
  footer .footer_link {
    display: none;
  }
  footer .footer_logo {
    position: relative;
    margin-bottom: 1em;
    width: 160px;
    height: 41px;
  }
  footer .footer_logo a {
    position: relative;
    width: 225px;
    height: 225px;
    display: block;
  }
  footer .footer_logo img {
    margin: auto;
    width: 160px;
    height: 41px;
  }
}
#page_scroll {
  position: fixed;
  bottom: 10px;
  right: 8px;
  z-index: 3;
}
#page_scroll a {
  position: relative;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00AEEB;
  border-radius: 50%;
  font-size: 1.4rem;
  color: rgb(255, 255, 255);
}
#page_scroll a::after {
  position: absolute;
  top: 50%;
  left: 19px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
}

.default__area {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4%;
}

#visit__area {
  background-image: url(../img/default/bg_visit.jpg);
}

#corona__area {
  background-image: url(../img/default/bg_corona.jpeg);
}

#recruit__area {
  background-image: url(../img/default/bg_recruit.jpg);
}

#tomoe__area {
  background-image: url(../img/default/bg_tomoe.jpg);
}

.button__area {
  position: relative;
  display: grid;
  place-content: center;
  background-size: cover;
  background-position: center;
  height: 450px;
}
.button__area .button__wide {
  background-color: rgba(92, 100, 103, 0.18);
  padding: 20px;
  border-radius: 6px;
  min-width: 400px;
}
.button__area .button__wide .button__wide__head {
  text-align: center;
}
.button__area .button__wide .button__wide__head p {
  margin-top: 0.3em;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.button__area .button__wide .button__wide__head span {
  font-size: clamp(4.2rem, 3.1vw, 6rem);
  display: block;
  color: #fff;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}
.button__area .button__wide .button__sub__wf {
  width: 100%;
  max-width: 260px;
  margin: 40px auto 0;
}
.button__area .button__wide .button__sub__wf a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 2px solid #fff;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  height: 55px;
  text-align: center;
  padding: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button__area .button__wide .button__sub__wf a::after {
  position: absolute;
  display: block;
  content: url(../img/default/arrow_w.png);
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -63%);
          transform: translate(0, -63%);
  z-index: 2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button__area .button__wide .button__sub__wf a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.button__area .button__wide .button__sub__wf a:hover::after {
  -webkit-transform: translate(8px, -63%);
          transform: translate(8px, -63%);
}

@media screen and (max-width: 1001px) {
  .button__area {
    position: relative;
    display: grid;
    place-content: center;
    background-size: cover;
    background-position: center;
    height: 240px;
  }
  .button__area .button__wide {
    min-width: 500px;
  }
  .button__area .button__wide .button__wide__head {
    text-align: center;
  }
  .button__area .button__wide .button__sub__wf {
    width: 100%;
    max-width: 260px;
    margin: 30px auto 0;
  }
}
.visit__column {
  position: relative;
  margin-bottom: 5%;
}
.visit__column h3 {
  margin-bottom: 1em;
  font-size: clamp(2.1rem, 3.1vw, 2.6rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500px;
}
.visit__column p {
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  line-height: 1.6;
}
.visit__column .default__column {
  position: relative;
  margin-bottom: 12%;
}
.visit__column .default__column:last-child {
  margin-bottom: 5%;
}
.visit__column .default__column .default__column__img {
  width: 630px;
}
.visit__column .default__column .default__column__exp {
  position: absolute;
  width: 450px;
  padding: 44px;
  right: 0;
  bottom: -88px;
  background-image: url(../img/default/site_bg.jpg);
}
.visit__column .default__column.reverse .default__column__img {
  margin-left: auto;
}
.visit__column .default__column.reverse .default__column__exp {
  left: 0;
}
.visit__column .sub__container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.visit__column .text_column {
  margin-bottom: 5%;
}

#visit_deco01,
#visit_deco02 {
  position: relative;
}

#visit_deco02 {
  padding-top: 4%;
}

#visit_deco01 .default__column::before {
  position: absolute;
  right: 40px;
  top: 0px;
  content: url(../img/pages/top/flower015.png);
  display: block;
  z-index: 3;
}

.default__subcolumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.default__subcolumn .default__subcolumn__img {
  width: calc(100% - 396px);
}
.default__subcolumn .default__subcolumn__exp {
  width: 370px;
}
.default__subcolumn.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1001px) {
  .visit__column {
    position: relative;
  }
  .visit__column .default__column {
    position: relative;
    margin-bottom: 5%;
  }
  .visit__column .default__column .default__column__img {
    width: 100%;
    margin-bottom: 0.8em;
  }
  .visit__column .default__column .default__column__exp {
    position: relative;
    width: 100%;
    padding: 20px;
    right: auto;
    bottom: auto;
  }
  .visit__column .default__column.reverse .default__column__img {
    margin-left: auto;
  }
  .visit__column .default__column.reverse .default__column__exp {
    left: 0;
  }
  #visit_deco01 .default__column::before,
  #visit_deco02 .default__column::before {
    content: none;
  }
  .default__subcolumn {
    display: block;
  }
  .default__subcolumn .default__subcolumn__img {
    width: 100%;
    margin-bottom: 0.8em;
  }
  .default__subcolumn .default__subcolumn__exp {
    width: 100%;
  }
}
#clinic__select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main_dentistry {
  position: relative;
}
#main_dentistry::before {
  position: absolute;
  right: 40px;
  top: 0;
  content: "";
  width: 180px;
  height: 158px;
  display: block;
  background-image: url(../img/pages/top/flower02.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#main_visit {
  position: relative;
}
#main_visit::before {
  position: absolute;
  left: 0;
  top: 40px;
  width: 182px;
  height: 246px;
  content: "";
  display: block;
  background-image: url(../img/pages/top/flower03.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1001px) {
  #main_visit::before,
  #main_dentistry::before {
    content: none;
  }
}
.news_wrap {
  margin-bottom: 5%;
}
.news_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2%;
  border-bottom: 1px dashed rgba(80, 80, 80, 0.5);
}
.news_wrap dl:first-of-type {
  border-top: 1px dashed rgba(80, 80, 80, 0.5);
}
.news_wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 13.875em;
  margin-bottom: inherit;
}
.news_wrap dl dt .cat {
  background-color: #579ced;
  color: #fff;
  font-size: clamp(1.4rem, 3.1vw, 1.4rem);
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.5em;
  padding: 3px 10px;
  border-radius: 50px;
  display: inline-block;
}
.news_wrap dl dt ul {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_wrap dl dt ul li a {
  display: block;
  padding: 0.2em 1em;
  background-color: #FFFFFF;
  color: #00AEEB;
  border: 1px solid #00AEEB;
  font-size: clamp(1.4rem, 3.1vw, 1.5rem);
}
.news_wrap dl dd {
  margin-left: 0;
  width: calc(100% - 9em);
  padding-left: 1em;
}
.news_wrap dl dd a {
  position: relative;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 400;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding-right: 24px;
  word-break: auto-phrase;
  text-autospace: no-autospace;
  text-spacing-trim: trim-auto;
}
.news_wrap dl dd a::after {
  position: absolute;
  right: 0;
  width: 21.5887px;
  display: inline-block;
  content: url(../img/default/arrow.png);
  -webkit-transform: translate(0, -0.1em);
          transform: translate(0, -0.1em);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.news_wrap dl dd a:hover:after {
  -webkit-transform: translate(0.5em, -0.1em);
          transform: translate(0.5em, -0.1em);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #00AEEB;
}

@media screen and (max-width: 1001px) {
  .news_wrap {
    margin-bottom: 5%;
  }
  .news_wrap dl {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2%;
    border-bottom: 1px dashed rgba(80, 80, 80, 0.5);
  }
  .news_wrap dl:first-of-type {
    border-top: 1px dashed rgba(80, 80, 80, 0.5);
  }
  .news_wrap dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: inherit;
    margin-bottom: 0.3em;
  }
  .news_wrap dl dt ul {
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_wrap dl dd {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
  }
}
#main__news {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#main__news::before {
  content: "";
  width: 116.64px;
  height: 99.3599px;
  display: inline-block;
  background-image: url(../img/pages/top/flower01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -22px;
  right: 0;
}

@media screen and (max-width: 1001px) {
  #main__news::before {
    content: none;
  }
}
/*

.is_event_wrap {
	background-color: var.$bg-color-1;
	margin-bottom: 20px;
	border-bottom: solid 1px rgb(0 0 0 / 5%);
}

.entry_card {
	opacity: 1;
}

.entry_card.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0 !important;
}

.list-btn.is-btn-hidden {
	display: none;
}

.list-btn {
	position: relative;
	margin: 0 auto 40px;
	text-align: center;
}

.list-btn button {
	background-color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	height: 44px;
	line-height: 44px;
	width: 120px;

}
*/
.idxContent {
  position: relative;
  width: 100%;
}

.idxContentGroup {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.pad {
  padding-top: 80px;
  padding-bottom: 30px;
}

.padup {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1001px) {
  .idxContent {
    position: relative;
    width: 100%;
  }
  .idxContentGroup {
    position: relative;
    width: 100%;
    max-width: initial;
    margin: 0 auto;
  }
  .pad {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .padup {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.idxContent::after,
.idxContentGroup::after,
.idxContentBox::after {
  clear: both;
  content: "";
  display: block;
}

.idxContent::before,
.idxContentBox::before,
.idxContentGroup:before,
.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  content: "";
  display: table;
}

.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  clear: both;
}

.breadcrumbs_wrap {
  position: relative;
  text-align: left;
  width: calc(100% - 40px);
  max-width: 1024px;
  padding-top: 24px;
  margin: 0 auto 20px;
}
.breadcrumbs_wrap .breadcrumbs {
  font-size: clamp(1.2rem, 3.1vw, 1.4rem);
  color: #959595;
  text-align: left;
  padding: 0;
}

.pages_sub_navi {
  position: relative;
  width: 100%;
  height: 68px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
  z-index: 10;
  margin: 0 auto 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.pages_sub_navi.UpMove {
  position: fixed;
  top: 68px;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  -webkit-animation: UpSubAnime 0.5s forwards;
          animation: UpSubAnime 0.5s forwards;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
}
@-webkit-keyframes UpSubAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes UpSubAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.pages_sub_navi.DownMove {
  position: relative;
  top: auto;
  width: 100%;
  -webkit-animation: DownSubAnime 0.5s forwards;
          animation: DownSubAnime 0.5s forwards;
}
@-webkit-keyframes DownpSubAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes DownpSubAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.pages_sub_navi ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pages_sub_navi ul li {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
}
.pages_sub_navi ul li.all {
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-right: 20px;
  padding-right: 20px;
  list-style: none;
  text-align: center;
}
.pages_sub_navi ul li a {
  position: relative;
  display: block;
  padding: 10px 25px;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
}
.pages_sub_navi ul li a span {
  display: block;
  font-size: 12px;
}
.pages_sub_navi ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #353535;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pages_sub_navi ul li a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.pages_sub_navi ul li a.hilight:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 1001px) {
  .pages_sub_navi {
    width: 100%;
    height: 50px;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .pages_sub_navi.UpMove {
    top: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
  .pages_sub_navi ul {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pages_sub_navi ul li {
    margin: 0 4px;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
  }
  .pages_sub_navi ul li.all {
    border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
    padding: 0 20px 0 20px;
    list-style: none;
    text-align: center;
  }
  .pages_sub_navi ul li a {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: 500;
  }
  .pages_sub_navi ul li a:last-child {
    margin-right: 20px;
  }
}
.protrude {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(50% - 50vw);
  background-color: #579AF3;
  overflow: hidden;
}
.protrude.icenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.protrude .protrude_img {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 50%;
          flex: 2 1 50%;
}
.protrude .protrude_summary {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.protrude.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: initial;
  margin-right: calc(50% - 50vw);
}
.protrude.reverse .protrude_img {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 50%;
          flex: 2 1 50%;
}
.protrude.reverse .protrude_summary {
  margin-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

@media screen and (max-width: 1001px) {
  .protrude {
    display: block;
    margin-left: initial;
  }
  .protrude .protrude_img {
    margin-bottom: 4%;
  }
  .protrude .protrude_summary {
    margin-left: 0;
    padding: 5%;
  }
  .protrude.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: initial;
    margin-right: initial;
  }
  .protrude.reverse .protrude_img {
    -webkit-box-flex: 2;
        -ms-flex: 2 1 420px;
            flex: 2 1 420px;
  }
  .protrude.reverse .protrude_summary {
    margin-left: 0;
    margin-right: 0;
    padding: 5%;
  }
}
.mapflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mapflex .name {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  line-height: 1.6;
}
.mapflex .look a {
  position: relative;
  display: block;
  padding: 12px 12px 12px 34px;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 500;
  line-height: 1.6;
  width: 170px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  background: #fff url(../img/module/icon/map.png) no-repeat 12px 50%;
  background-size: 18px auto;
}

@media screen and (max-width: 1001px) {
  .mapflex {
    display: block;
  }
  .mapflex .name {
    margin-bottom: 0.8em;
  }
}
ul.list_check {
  margin-bottom: 1.2em;
  padding-left: 1.5em;
}
ul.list_check li {
  position: relative;
  font-size: clamp(1.8rem, 3.1vw, 2.2rem);
  font-weight: 300;
  padding-left: 38px;
  margin-bottom: 1.2em;
}
ul.list_check li:last-child {
  margin-bottom: 0;
}
ul.list_check li::before {
  content: "□";
  font-size: 120%;
  position: absolute;
  color: #000;
  top: -0.1em;
  left: 0;
  height: 10px;
  width: 12px;
}

@media screen and (max-width: 1001px) {
  ul.list_check {
    margin-bottom: 1em;
    padding-left: 1;
  }
  ul.list_check li {
    position: relative;
    font-size: clamp(1.8rem, 3.1vw, 2.2rem);
    font-weight: 300;
    padding-left: 30px;
    margin-bottom: 1.2em;
  }
}
.wp_tab {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 10px;
}
.wp_tab li {
  position: relative;
}
.wp_tab li a {
  display: block;
  text-align: center;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  font-weight: 500;
  background-color: rgb(218, 215, 213);
  padding: 1.2em;
}
.wp_tab li.active a {
  color: #fff;
  background-color: #00AEEB;
}

@media screen and (max-width: 1001px) {
  .tab {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
    gap: 5px;
  }
  .tab li a {
    position: relative;
    display: block;
    height: auto;
  }
  .tab li a span.title {
    color: #fff;
    background-color: #00AEEB;
    width: 100%;
    display: block;
  }
  .tab li a span.sub {
    color: #00AEEB;
    background-color: #fff;
  }
}
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
}
.area h2.grouptitle {
  color: #00AEEB;
  font-size: clamp(2.4rem, 3.1vw, 2.8rem);
  font-weight: 500;
  padding: 6px 12px 18px;
  margin-bottom: 5%;
  text-align: center;
  border-bottom: 1px solid #00AEEB;
}

.area.is-active {
  margin-top: 16px;
  display: block;
  /*表示*/
  opacity: 1;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1001px) {
  .area {
    padding: 20px 16px;
  }
  .schedule__name {
    margin-top: 0.1em;
    line-height: 1.3;
  }
}
.boxes_shawdow {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 20px auto 20px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 2% 3% 2%;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.boxes_single {
  position: relative;
  width: 100%;
  margin: 40px auto 50px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 2% 0 2%;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media screen and (max-width: 1001px) {
  .boxes_single {
    position: relative;
    width: 100%;
    margin: 20px auto 20px;
    z-index: 1;
  }
}
.boxes_pages {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin: 2% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.boxes_pages:hover {
  border: 1px solid #00AEEB;
  text-decoration: none;
  background-color: #e9ecdf;
  opacity: 0.8;
}
.boxes_pages .flex_img {
  width: 330px;
}
.boxes_pages .flex_img .post_trim {
  aspect-ratio: 16/9;
}
.boxes_pages .flex_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 360px);
  text-align: left;
  margin-left: 3%;
}
.boxes_pages .flex_container::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 1px #353535;
  border-right: solid 1px #353535;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.boxes_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4% 2% 2%;
}
.boxes_flex .flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 200px);
}
.boxes_flex .flex_img {
  width: 226px;
}
.boxes_flex .overview {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 80px);
}
.boxes_flex h2 {
  font-size: 20px;
  font-weight: 500;
  color: #00AEEB;
}

@media screen and (max-width: 1001px) {
  .boxes_flex {
    position: relative;
    display: block;
  }
  .boxes_flex .flex_container {
    width: 100%;
    display: block;
  }
  .boxes_flex .flex_img {
    width: 100%;
    margin: 0 auto;
  }
  .boxes_pages {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .boxes_pages .flex_img {
    width: 25%;
  }
  .boxes_pages .flex_img .post_trim {
    aspect-ratio: 1/1;
  }
  .boxes_pages .flex_container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 74%;
  }
  .boxes_pages .flex_container .headings_Box {
    margin: 0;
    padding-right: 30px;
    overflow: hidden;
    width: 100%;
  }
  .boxes_pages .flex_container .headings_Box .headings_center_1 {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    display: block;
  }
  .boxes_pages .flex_container .headings_Box .subhead {
    font-size: 14px;
    margin: 0;
  }
}
.square_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.square_flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.square_flex .flex_img {
  width: 50%;
}
.square_flex .flex_container {
  width: 50%;
  display: grid;
  place-content: center;
}
.square_flex .flex_container .overview {
  padding: 10%;
}
.square_flex .flex_container .overview .sub__title h3 {
  font-size: clamp(2.1rem, 3.1vw, 2.6rem);
}
.square_flex .flex_container .overview p {
  margin-bottom: 1.5em;
}
.square_flex .flex_container .overview .button {
  max-width: 100%;
}
.square_flex h2 {
  font-size: 20px;
  font-weight: 500;
  color: #00AEEB;
}

@media screen and (max-width: 1001px) {
  .square_flex {
    position: relative;
    display: block;
  }
  .square_flex .flex_container {
    width: 100%;
    display: block;
  }
  .square_flex .flex_img {
    width: 100%;
    margin: 0 auto;
  }
  .boxes_pages {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .boxes_pages .flex_img {
    width: 25%;
  }
  .boxes_pages .flex_img .post_trim {
    aspect-ratio: 1/1;
  }
  .boxes_pages .flex_container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 74%;
  }
  .boxes_pages .flex_container .headings_Box {
    margin: 0;
    padding-right: 30px;
    overflow: hidden;
    width: 100%;
  }
  .boxes_pages .flex_container .headings_Box .headings_center_1 {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    display: block;
  }
  .boxes_pages .flex_container .headings_Box .subhead {
    font-size: 14px;
    margin: 0;
  }
}
.qa_list_wrap {
  margin: 4% auto;
}
.qa_list_wrap .qa_list {
  position: relative;
  margin-top: 1%;
}
.qa_list_wrap .qa_list dl {
  position: relative;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.qa_list_wrap .qa_list dl::before {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  background-color: #707070;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.qa_list_wrap .qa_list dl::after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  background-color: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa_list_wrap .qa_list dl.open::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.qa_list_wrap .qa_list dl.open::after {
  background-color: transparent;
}
.qa_list_wrap .qa_list dl dt {
  position: relative;
  margin: 0 0 10px 0;
  padding: 1% 24px 1% 44px;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  color: #00AEEB;
}
.qa_list_wrap .qa_list dl dt::before {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 1;
  padding-top: 6px;
  top: 50%;
  left: 0;
  display: block;
  content: "Q";
  font-size: clamp(2.6rem, 3.1vw, 3rem);
  text-align: center;
  font-weight: 500;
  color: #00AEEB;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.qa_list_wrap .qa_list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 0;
  padding: 1% 0 1% 40px;
  line-height: 1.6;
}
.qa_list_wrap .qa_list dl dd p {
  line-height: 1.7;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
}
.qa_list_wrap .qa_list dl dd p:first-child {
  margin-top: 0;
}
.qa_list_wrap .qa_list dl.open dt {
  color: #00AEEB;
  font-weight: 500;
}
@media screen and (max-width: 1001px) {
  .qa_list_wrap .qa_list {
    position: relative;
  }
  .qa_list_wrap .qa_list dl {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 2% 0 0 0;
  }
  .qa_list_wrap .qa_list dl dt {
    position: relative;
  }
  .qa_list_wrap .qa_list dl dd {
    position: relative;
    display: none;
  }
  .tabs {
    position: relative;
    width: 100%;
    margin: 0 auto 5%;
    padding-left: 2%;
    overflow: hidden;
  }
  .tabs .tab_item {
    position: relative;
    padding: 2% 2%;
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    float: left;
    margin: 0;
    width: 49%;
  }
  .tabs a.tab_item {
    color: #353535;
  }
  .tabs .tab_navi {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tabs .tab_navi li {
    margin: 1%;
  }
  .tabs .tab_navi li a {
    position: relative;
    display: inline-block;
    padding: 4px 24px 4px 8px;
  }
}
.Grande_list {
  position: relative;
  margin-bottom: 5%;
}
.Grande_list dl {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.Grande_list dl dt {
  padding: 2% 1%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
}
.Grande_list dl dd {
  padding: 2% 1% 2% 3%;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  line-height: 1.6;
}

@media screen and (max-width: 1001px) {
  .Grande_list dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 5px;
  }
  .Grande_list dl dd {
    padding: 1% 1% 2% 3%;
  }
}
.sub__column {
  position: relative;
  padding-right: calc(100% - 600px);
  margin-bottom: 5%;
}
.sub__column p {
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
}

.features__area {
  position: relative;
}

.features__item {
  position: relative;
  margin-bottom: 4%;
}
.features__item:not(:last-of-type) {
  margin-bottom: 50px;
}
.features__item .features__item__img {
  position: relative;
  padding: 20px;
  width: 590px;
}
.features__item .features__item__img span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -30px;
  left: 0;
  font-size: clamp(10rem, 3.1vw, 16rem);
  color: #BFEBFA;
  line-height: 1em;
}
.features__item .features__item__img span::before {
  content: "";
  display: block;
  width: 66px;
  height: 2px;
  background-color: #BFEBFA;
  margin-right: 0.1em;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}
.features__item .features__item__exp {
  width: 520px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.features__item .features__item__exp h3 {
  margin-top: 0;
  margin-bottom: 1em;
}
.features__item .features__item__exp h3 span {
  display: inline-block;
  padding: 0.4em 0.5em;
  color: rgb(253, 253, 253);
  background-color: #00AEEB;
  font-size: clamp(2.6rem, 3.1vw, 3rem);
  font-weight: 500;
}
.features__item .features__item__exp h3 span:last-of-type {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.features__item .features__item__exp p {
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  margin-bottom: 0;
}
.features__item.reverse .features__item__img {
  margin-left: auto;
}
.features__item.reverse .features__item__img span {
  right: 0;
  left: auto;
  top: 2%;
}
.features__item.reverse .features__item__exp {
  left: 0;
  right: auto;
  padding-left: 45px;
}

@media screen and (max-width: 1001px) {
  .features__item {
    position: relative;
  }
  .features__item .features__item__img {
    position: relative;
    padding: 0;
    width: 100%;
  }
  .features__item .features__item__exp {
    width: 100%;
    position: relative;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: 0;
    right: 0;
  }
  .features__item .features__item__exp h3 {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .features__item.reverse .features__item__img {
    margin-left: auto;
  }
  .features__item.reverse .features__item__img span {
    right: 0;
    left: auto;
    top: 2%;
  }
  .features__item.reverse .features__item__exp {
    left: 0;
    right: auto;
    padding-left: 0;
  }
}
.default__area {
  padding: 2% 0;
}

.grid_area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid_area .department__list {
  margin-top: 58px;
}

.grid__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.department__list__item {
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  width: 316px;
  height: 316px;
  margin: 12px;
  overflow: hidden;
}
.department__list__item a {
  display: block;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.department__list__item a:hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  opacity: 0.6;
}
.department__list__item p {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: clamp(1.7rem, 3.1vw, 2.1rem);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #00AEEB;
}

@media screen and (max-width: 1001px) {
  .grid_area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(152px, 1fr));
    gap: 5px;
  }
  .department__list__item {
    display: grid;
    place-content: center;
    width: 152px;
    height: 152px;
    margin: 10px;
    overflow: hidden;
  }
  .department__list__item img {
    max-width: 90px;
  }
}
.recruit_grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
  margin: 4% auto;
}
.recruit_grid .recruit_list {
  position: relative;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: #00AEEB;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
}
.recruit_grid .recruit_list.hilight {
  color: #00AEEB;
  background-color: #fff;
  border: 6px solid #00AEEB;
}
.recruit_grid .recruit_list.hilight::after {
  content: url(../img/pages/recruit/recruit_arrow_b.png);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.recruit_grid .recruit_list.nolink {
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.recruit_grid .recruit_list.nolink::after {
  content: none;
}
.recruit_grid .recruit_list::after {
  content: url(../img/pages/recruit/recruit_arrow.png);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.recruit_grid .recruit_list:hover::after {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-transform: translate(14%, 0%);
          transform: translate(14%, 0%);
}
.recruit_grid div {
  position: relative;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  font-weight: 500;
  width: 100%;
}

@media screen and (max-width: 1001px) {
  .recruit_grid {
    position: relative;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(152px, 1fr));
    gap: 10px;
    margin: 4% auto;
  }
  .recruit_grid .recruit_list {
    width: 152px;
    height: 152px;
  }
}
.interview_grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 30px 10px;
  margin: 4% auto 5%;
}
.interview_grid .interview_list .post_box {
  margin-bottom: 1em;
}
.interview_grid .interview_list .title {
  position: relative;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  margin: 0.6em 0 0.8em;
}
.interview_grid .interview_list .sub {
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #00AEEB;
  display: inline;
  padding: 4px 24px;
}

.interview_gridlist {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
  gap: 40px 30px;
  margin: 4% auto;
}
.interview_gridlist .interview_list .post_box {
  margin-bottom: 1em;
}
.interview_gridlist .interview_list .title {
  position: relative;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  margin: 0.6em 0 0.8em;
}
.interview_gridlist .interview_list .sub {
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #00AEEB;
  display: inline;
  padding: 4px 24px;
}

.number_chart {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 2%;
}

.chart-01,
.chart-02 {
  display: grid;
  border: 3px solid #eeeeee;
  padding: 20px;
}
.chart-01 .text_right,
.chart-02 .text_right {
  text-align: right;
}
.chart-01 .chart-text,
.chart-02 .chart-text {
  -ms-flex-item-align: end;
      align-self: end;
  background-color: #e6f1fa;
  bottom: 0;
  padding: 30px;
}

@media screen and (max-width: 1001px) {
  .number_chart {
    display: block;
    margin-bottom: 2%;
  }
  .number_chart .chart-01:first-child {
    margin-bottom: 2%;
  }
}
.columns_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
  gap: 20px 30px;
}
.columns_grid .benefits__list__item h3 {
  margin: 0.5em 0;
  font-size: clamp(1.9rem, 3.1vw, 2.1rem);
  font-weight: 500;
}

@media screen and (max-width: 1001px) {
  .columns_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 20px 30px;
  }
}
.recruit__anchor__item p,
.recruit__anchor__item span {
  color: #fff;
}
.recruit__anchor__item p {
  font-size: clamp(2.8rem, 3.1vw, 3.8rem);
  margin: 0;
}
.recruit__anchor__item span {
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
}

.recruit__anchor .recruit__anchor__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  background-size: cover;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  height: 380px;
}
.recruit__anchor .recruit__anchor__item.recruiting__anchor {
  background-image: url(../img/pages/recruit/recruit.jpg);
}
.recruit__anchor .recruit__anchor__item.qa__anchor {
  background-image: url(../img/pages/recruit/qa.jpg);
}

@media screen and (max-width: 1001px) {
  .recruit__anchor .recruit__anchor__item {
    height: 270px;
  }
}
.recruit__anchor__inner::after {
  content: url(../img/pages/recruit/recruit_arrow.png);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.entry__area {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin-top: 5%;
}

.entry__area {
  display: grid;
  place-content: center;
  height: 160px;
  background-image: url(../img/pages/default/footer_bg.jpg);
  background-size: cover;
  text-align: center;
}
.entry__area p,
.entry__area span {
  color: #fff;
}
.entry__area p {
  font-size: clamp(4.9rem, 3.1vw, 5.1rem);
  margin: 0;
}
.entry__area span {
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
}

.sub__column.dentistry__deco::after {
  position: absolute;
  right: 69px;
  top: -7px;
  content: url("../img/pages/dentistry/deco_clinic.jpg");
  display: block;
  mix-blend-mode: multiply;
}

.sub__column.visit__deco::after {
  position: absolute;
  right: 59px;
  top: -116px;
  content: "";
  width: 204.2928px;
  height: 223.4649px;
  display: block;
  background-image: url("../img/pages/dentistry/deco_visit_servise.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.sub__column.laboratory__deco::after {
  position: absolute;
  right: 8px;
  top: 10px;
  content: "";
  width: 200px;
  height: 200px;
  display: block;
  background-image: url("../img/pages/dentistry/deco_laboratory_servise.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#detail__option__deco {
  position: relative;
}
#detail__option__deco::after {
  position: absolute;
  right: 0;
  bottom: -45px;
  content: "";
  width: 195.7372px;
  height: 276.6233px;
  display: block;
  background-image: url("../img/pages/dentistry/deco_visit_servise.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-34%, 0);
          transform: translate(-34%, 0);
}

@media screen and (max-width: 1001px) {
  #detail__option__deco::after,
  .sub__column.dentistry__deco::after,
  .sub__column.visit__deco::after,
  .sub__column.laboratory__deco::after {
    content: none;
  }
}
.low_top:first-of-type {
  padding-top: 100px;
}

@media screen and (max-width: 1001px) {
  .low_top:first-of-type {
    padding-top: 50px;
  }
}
.dentistry__service {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.dentistry__service .dentistry__service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background-image: url("../img/pages/dentistry/bg_water.jpg");
  background-position: center;
  min-height: 180px;
  padding-top: 7px;
  padding-bottom: 9px;
  overflow: hidden;
}
.dentistry__service .dentistry__service__item.no_servise {
  position: relative;
  opacity: 0.7;
}
.dentistry__service .dentistry__service__item.no_servise::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  mix-blend-mode: hue;
}
.dentistry__service .dentistry__service__item img {
  margin-left: auto;
  margin-right: auto;
}
.dentistry__service .dentistry__service__item p {
  margin-bottom: 0;
  height: 2.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.45em;
}

.service__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service__item__icon {
  height: 143px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.service__item__icon img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1001px) {
  .dentistry__service .dentistry__service__item {
    min-height: 180px;
    padding-top: 7px;
    padding-bottom: 9px;
  }
}
#flow__area {
  position: relative;
  width: calc(100% - 226px);
  margin-left: auto;
  margin-top: 75px;
}
#flow__area::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/pages/dentistry/deco_flow02.png);
  width: 159.205px;
  height: 178.2684px;
  position: absolute;
  bottom: 260px;
  left: -197px;
}

#flow__contents {
  position: relative;
}
#flow__contents::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/pages/dentistry/deco_flow01.png");
  width: 116.1205px;
  height: 395.7201px;
  -webkit-transform: translateX(-29%);
          transform: translateX(-29%);
  position: absolute;
  top: 90px;
  left: 0;
}

.flow__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.flow__item .flow__item__num {
  width: 42.912px;
  position: relative;
}
.flow__item .flow__item__num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 42.912px);
  background-color: #00AEEB;
}

.flow__item .flow__item__num > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flow__item .flow__item__num > span {
  width: 42.912px;
  height: 42.912px;
  border-radius: 50%;
  border: 1px solid #00AEEB;
}

.flow__item .flow__item__num > span {
  font-size: 6.5vw;
  color: #00AEEB;
  font-weight: 500;
}

.flow__item .flow__item__num .flow__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow__item .flow__item__num .flow__arrow span {
  display: block;
  position: relative;
}

.flow__item .flow__item__num .flow__arrow span::before {
  content: "";
  height: 17.5px;
  width: 1px;
  background-color: #00AEEB;
  -webkit-transform: rotate(30deg) translate(14px, 14px);
          transform: rotate(30deg) translate(14px, 14px);
  display: block;
}

.flow__item .flow__item__num .flow__arrow span::after {
  content: "";
  height: 17.5px;
  width: 1px;
  background-color: #00AEEB;
  -webkit-transform: rotate(-30deg) translate(-5px, 0);
          transform: rotate(-30deg) translate(-5px, 0);
  display: block;
}

.flow__item .flow__item__exp {
  width: calc(100% - 42.912px);
  padding-left: 1.5em;
  padding-bottom: 25px;
}
.flow__item .flow__item__exp h3 {
  font-size: clamp(2.4rem, 3.1vw, 2.6rem);
  color: #00AEEB;
  margin-top: 10px;
  margin-bottom: 0.7em;
}
.flow__item .flow__item__exp p {
  margin-bottom: 0;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(121, 115, 105, 0.4);
}

@media (min-width: 490px) {
  .flow__item .flow__item__num > span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1001px) {
  #flow__area {
    position: relative;
    width: 100%;
    margin-top: 35px;
  }
  .flow__item .flow__item__exp {
    padding-left: 34px;
  }
}
.examination__area {
  margin-top: 5%;
}
.examination__area img {
  width: 90%;
  margin: 0 auto;
}

.dentistry__contact {
  padding: 4% 0;
}
.dentistry__contact .dentistry__contact__info {
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 90px 30px 120px;
}
.dentistry__contact .dentistry__contact__info .sub__title {
  margin-bottom: 40px;
}
.dentistry__contact .dentistry__contact__info .sub__title h2 {
  text-align: center;
}
.dentistry__contact .dentistry__contact__info::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
  background-color: rgb(234, 234, 234);
  mix-blend-mode: multiply;
}
.dentistry__contact .dentistry__contact__info::before {
  content: "";
  width: 287.609px;
  height: 70.1514px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  background-image: url("../img/pages/dentistry/contacts__head.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.dentistry__contact .dentistry__contact__info .dentistry__contact__info__img {
  position: absolute;
  bottom: 52.8px;
  right: 118px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 190px;
}
.dentistry__contact .dentistry__contact__info .dentistry__contact__info__catch {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 215px;
}

.application__area {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.area_flex {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.app__item {
  background-color: #FFFFFF;
  padding: 25px;
  border: 1px solid #036EB6;
}
.app__item:not(.app__item__area) {
  color: #505050;
}
.app__item .app__item__area {
  font-size: clamp(1.8rem, 3.1vw, 2rem);
  color: #036EB6;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.app__item .app__item__link::after {
  display: block;
  content: "";
  width: 54px;
  height: 2px;
  background-color: #F7CFD2;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.app__item .app__item__link:hover::after {
  width: 100%;
}
.app__item .app__item__link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  color: #036EB6;
}
.app__item .app__item__link a::after {
  content: url("../img/pages/default/arrow_bl2.png");
  display: block;
}

@media screen and (max-width: 1001px) {
  .examination__area {
    margin-top: 5%;
  }
  .examination__area img {
    width: 100%;
    margin: 0 auto;
  }
  .dentistry__contact .dentistry__contact__info {
    padding: 80px 16px 290px;
  }
  .dentistry__contact .dentistry__contact__info .dentistry__contact__info__img {
    position: absolute;
    width: 130px;
    bottom: 78px;
    right: 40px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#check__column {
  position: relative;
  width: 845px;
  margin: 0 auto 20px;
}
#check__column::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/pages/dentistry/tcl_head.png);
}
#check__column::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/pages/dentistry/tcl_foot.png);
  background-position: bottom;
}
#check__column #check__column__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 15px;
  background-image: url(../img/pages/dentistry/tcl_inner.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 34px;
}
#check__column #check__column__img {
  width: 270px;
  position: absolute;
  left: -41px;
  bottom: 5px;
  margin-top: inherit;
}
#check__column #check__column__exp {
  padding-left: 225px;
}
#check__column #check__column__exp p {
  font-size: clamp(1.6rem, 3.1vw, 1.7rem);
  padding-top: 0.5em;
  width: inherit;
  padding-left: 0.3em;
}
#check__column #check__column__links {
  margin-top: 0;
}

@media screen and (max-width: 1001px) {
  #check__column {
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
  }
  #check__column::before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../img/pages/dentistry/tcl_head.png);
  }
  #check__column::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../img/pages/dentistry/tcl_foot.png);
    background-position: bottom;
  }
  #check__column #check__column__inner {
    display: block;
    width: 100%;
    min-height: initial;
    background-image: url(../img/pages/dentistry/tcl_inner.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: initial;
  }
  #check__column #check__column__img {
    width: auto;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: -50px;
  }
  #check__column #check__column__img img {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  #check__column #check__column__exp {
    padding-left: initial;
    margin-top: 30px;
  }
  #check__column #check__column__exp p {
    margin: 1em auto;
    width: 80%;
  }
  #check__column #check__column__exp img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #check__column #check__column__links {
    margin-top: 0;
  }
  #check__column #check__column__links img {
    display: block;
    margin: 0 auto;
  }
}
.greeting__area::before {
  position: absolute;
  right: 0;
  top: -90px;
  content: "";
  width: 180px;
  height: 180px;
  display: block;
  background-image: url(../img/pages/company/deco_laboratory_servise.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.greeting__area .greeting__chairman {
  margin-top: 2em;
  text-align: right;
}

@media screen and (max-width: 1001px) {
  .greeting__area::before {
    content: none;
  }
}
#corporate__list {
  margin-bottom: 60px;
}
#corporate__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 5%;
  border-bottom: 1px solid #E2E2E2;
}
#corporate__list dl dt {
  font-weight: 500;
  width: 330px;
}
#corporate__list dl dd {
  width: calc(100% - 330px);
}
#corporate__list dl dd a.corporate__links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 98%;
  max-width: 420px;
  padding: 12px 8px;
  background-color: rgb(191, 235, 250);
  margin-top: 0.7em;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
#corporate__list dl dd a.corporate__links::after {
  content: url(../img/pages/company/arrow.png);
  display: block;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
#corporate__list dl dd a.corporate__links:hover::after {
  -webkit-transform: translateX(0.3em);
          transform: translateX(0.3em);
}

@media screen and (max-width: 1001px) {
  #corporate__list {
    margin-bottom: 60px;
  }
  #corporate__list dl {
    display: block;
    padding: 20px 2%;
    border-bottom: 1px solid #E2E2E2;
  }
  #corporate__list dl dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
  #corporate__list dl dd {
    width: 100%;
  }
}
.clinic__lists__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4%;
}
.clinic__lists__item::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 1px #353535;
  border-right: solid 1px #353535;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.clinic__lists__item .clinic__item__img {
  width: 320px;
}
.clinic__lists__item .clinic__item__exp {
  width: calc(100% - 320px);
  padding-left: 50px;
}
.clinic__lists__item .clinic__item__title {
  font-size: clamp(2.1rem, 3.1vw, 2.4rem);
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.dentistry__list .type_b {
  margin-top: 59px;
}
.dentistry__list .rv_list {
  margin-bottom: 35px;
}
.dentistry__list .rv_list .rv_info {
  margin-top: 36px;
}

.rv_list:not(:first-of-type) .rv_info {
  display: none;
}

.type_b .rv_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em 0 2em;
  height: 50px;
  background-image: url(../img/default/tag_switch.jpg);
  background-size: cover;
}
.type_b .rv_title h2,
.type_b .rv_title h3 {
  width: 80%;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  color: #fff;
}
.type_b .rv_title h3,
.type_b .rv_title button {
  display: inline-block;
}
.type_b button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: none;
  position: relative;
  outline: none;
  background: none;
}
.type_b button span {
  height: 2px;
  width: 21px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgb(80, 80, 80);
}

.type_b .rv_title button span {
  background-color: rgb(255, 255, 255);
}

.rv_title button span:first-child {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

.rv_title button span:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

.pull .rv_title button span:first-child {
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.pull .rv_title button span:last-child {
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.two_bgcolor {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #f0f6f7), to(#fff));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f0f6f7 50%, #fff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
}
.two_bgcolor .flex_content {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 24px;
  background-color: #fff;
  border-radius: 12px;
}
.two_bgcolor .img_center {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
}

.contact_box {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
}
.contact_box h2 {
  font-size: clamp(1.9rem, 3.1vw, 2rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 0.6em;
  padding: 0 0 10px 10px;
}
.contact_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3em;
}
.contact_box dl dt {
  width: 120px;
  padding: 4px 6px 4px 12px;
}
.contact_box dl dd {
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  padding: 4px 6px 4px 12px;
}

@media screen and (max-width: 1001px) {
  .contact_box dl {
    display: block;
    margin-bottom: 0.3em;
  }
  .contact_box dl dt {
    width: 100%;
    padding: 4px 6px 4px 12px;
    background-color: #f2f2f2;
  }
  .contact_box dl dd {
    padding: 4px 6px 4px 12px;
  }
  .taptel {
    background: #9ed1e7 url(../img/module/icon/icon_tel.svg) no-repeat 8px 50%;
    background-size: 12px auto;
    border-radius: 20px;
    margin: 10px auto;
    padding: 4px 12px 4px 30px;
    display: inline-block;
  }
}
.care_illust {
  position: relative;
}
.care_illust::before {
  position: absolute;
  right: 0;
  top: -120px;
  content: "";
  width: 240px;
  height: 240px;
  display: block;
  background-image: url(../img/pages/care/houmon_image_nuki.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.care_illust2 {
  position: relative;
}
.care_illust2::before {
  position: absolute;
  right: 0;
  top: -120px;
  content: "";
  width: 240px;
  height: 240px;
  display: block;
  background-image: url(../img/pages/care/flower5.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.care_illust3 {
  position: relative;
}
.care_illust3::before {
  position: absolute;
  right: 0;
  top: 20px;
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  background-image: url(../img/pages/care/flower02.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1001px) {
  .care_illust {
    position: relative;
  }
  .care_illust::before {
    position: absolute;
    right: 0;
    top: -60px;
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    background-image: url(../img/pages/care/houmon_image_nuki.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .care_illust2 {
    position: relative;
  }
  .care_illust2::before {
    position: absolute;
    right: 0;
    top: -120px;
    content: "";
    width: 140px;
    height: 140px;
    display: block;
    background-image: url(../img/pages/care/flower5.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/*ベース*/
.toggle {
  display: none;
}

.recruit-recruit-table-info {
  padding: 20px;
}

.accordion {
  margin-bottom: 1.5em;
  overflow: hidden;
}
.accordion:last-child {
  margin-bottom: 3em;
}
.accordion h1 {
  margin: 0;
}
.accordion .button {
  max-width: 420px;
  margin: 1em auto 1.5em;
  padding: 0 5%;
}
.accordion .jobLabel {
  padding: 1em;
  display: block;
  color: #fff;
  background-image: url(../img/default/tag_switch.jpg);
  background-size: cover;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  font-family: "Noto Sans JP", sans-serif;
}
.accordion .Label {
  padding: 1em;
  display: block;
  color: #fff;
  background-image: url(../img/default/tag_switch.jpg);
  background-size: cover;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  font-family: "Noto Sans JP", sans-serif;
}
.accordion .Label::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion .Label,
.accordion .content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion .content {
  /*本文*/
  height: 0;
  padding: 0;
  overflow: hidden;
}

.toggle:checked + .Label + .content {
  height: auto;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e2e2e2;
}

.toggle:checked + .Label::before {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.gridflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.gridcard {
  display: grid;
  gap: 24px;
  margin-bottom: 2%;
}
.gridcard.grid_ph_2column {
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.gridcard.grid_ph_3column {
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}

@media screen and (max-width: 1001px) {
  .gridcard.grid_ph_2column {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .gridcard.grid_ph_3column {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.gridbnr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.gridbnr .linkbnr {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
  padding: 10px;
}
.gridbnr .linkbnr img {
  margin-bottom: 0.5em;
}
.gridbnr .linkbnr p {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
}

@media screen and (max-width: 1001px) {
  .gridbnr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
}
.card.is_content .overview {
  padding: 0.5em 0;
}
.card.is_content .overview h2 {
  font-size: clamp(1.9rem, 3.1vw, 2.2rem);
  margin: 0.6em 0 0.4em;
  color: #353535;
  font-weight: 500;
}
.card.is_content .overview p {
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
}

.ph_1column .cell {
  width: 100%;
}

.ph_2column .cell {
  width: 48.4%;
}

.ph_3column .cell {
  width: 31%;
}

@media screen and (max-width: 1001px) {
  .ph_1column .cell {
    width: 100%;
  }
  .ph_2column .cell {
    width: 100%;
    margin-bottom: 4%;
  }
  .ph_3column .cell {
    width: 100%;
  }
  .ph_5column .cell {
    width: 42%;
  }
  .ph_5column .cell.collectionBox {
    width: 48%;
  }
  .ph_6column .cell.collectionBox {
    width: 48%;
  }
}
.thumb {
  float: left;
  width: 50%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 30px;
}

.summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1001px) {
  .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
  }
  .summary {
    display: block;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.groupflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.groupflex .group {
  width: 48%;
  text-align: center;
  margin-bottom: 2%;
}
.groupflex .group .post_box {
  width: 260px;
  height: 100px;
  margin: 0 auto 8px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.groupflex .group .group_trim {
  width: 260px;
  height: 100px;
  background-position: 50% 50%;
}
.groupflex .group .overview .name {
  font-size: 18px;
  font-weight: 500;
}
.groupflex .group .overview .sub {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4784313725);
}

@media screen and (max-width: 1001px) {
  .groupflex {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .groupflex .group {
    width: 100%;
    text-align: center;
    margin-bottom: 8%;
  }
  .groupflex .group .post_box {
    width: 260px;
    height: 100px;
    margin: 0 auto 8px;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
  .groupflex .group .group_trim {
    width: 260px;
    height: 100px;
    background-position: 50% 50%;
  }
  .groupflex .group .overview .name {
    font-size: 18px;
    font-weight: 500;
  }
  .groupflex .group .overview .sub {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4784313725);
  }
}
.ttflexBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.8em;
  overflow: hidden;
}
.ttflexBlock .ttflexBlock_guide {
  width: 50%;
  margin-bottom: 2%;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.ttflexBlock .ttflexBlock_guide .flex_th {
  margin-bottom: 0.6em;
}
.ttflexBlock .ttflexBlock_guide .flex_th a {
  font-size: 14px;
  text-decoration: underline;
}
.ttflexBlock .ttflexBlock_guide .flex_td {
  font-size: 14px;
  color: #707070;
}

@media screen and (max-width: 1001px) {
  .ttflexBlock {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .ttflexBlock .ttflexBlock_guide {
    width: 100%;
  }
}
.anc_wrap {
  scroll-margin-top: 240px;
}

@media screen and (max-width: 1001px) {
  .anc_wrap {
    scroll-margin-top: 190px;
  }
}
.bgyellow {
  background-color: #F8F6DE;
}

.graybg {
  background-color: #F9F9F9;
}

.graygr {
  background-color: #F4FAF6;
}

.bluebg {
  background-color: #def1f9;
}

/*　画像の拡大　*/
.zoomIn {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
  opacity: 0.7;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn:hover {
  /*hoverした時の変化*/
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /*拡大の値を変更したい場合はこの数値を変更*/
}

/*　画像のマスク　*/
.mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpS {
  -webkit-animation-name: fadeUpAnimeS;
          animation-name: fadeUpAnimeS;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnimeS {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnimeS {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*　***********************
　　　　fv
**********************　*/
#fv_area {
  position: relative;
}
#fv_area.fv {
  background-size: cover;
  background-position: center;
}
#fv_area #check_breath {
  position: absolute;
  right: 12px;
  bottom: 20px;
  width: 69px;
}
#fv_area #check_breath.check__follow {
  position: fixed;
  right: 12px;
  bottom: 60px;
  z-index: 30;
  -webkit-animation-name: check__fade;
          animation-name: check__fade;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#fv_area #check_breath #check_breath__info {
  position: relative;
}
#fv_area #check_breath #check_breath__info #check__off {
  position: absolute;
  left: -18px;
  bottom: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

#fv_area > img {
  width: 100%;
}

@media screen and (max-width: 1001px) {
  #fv_area {
    position: relative;
  }
  #fv_area.fv {
    background-size: cover;
    background-position: center;
  }
  #fv_area #check_breath {
    position: absolute;
    width: 85px;
    bottom: 38px;
    right: 34px;
  }
  #fv_area #check_breath.check__follow {
    position: fixed;
    right: 34px;
    bottom: 60px;
    z-index: 30;
    -webkit-animation-name: check__fade;
            animation-name: check__fade;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  #fv_area #check_breath #check_breath__info {
    position: relative;
  }
  #fv_area #check_breath #check_breath__info #check__off {
    position: absolute;
    left: -10px;
    bottom: 0;
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
}
#low_fv_area {
  position: relative;
  margin-bottom: 65px;
  height: 650px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: 50% 50%;
}
#low_fv_area #low_fv__title {
  width: calc(100% - 40px);
  max-width: 1024px;
  margin: 0 auto;
}
#low_fv_area #low_fv__title::before {
  display: block;
  content: url("../img/pages/default/title_line.png");
}
#low_fv_area #low_fv__title h1 {
  font-size: clamp(3.8rem, 3.1vw, 8rem);
  color: #fff;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}
#low_fv_area #low_fv__title span {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 3.1vw, 1.8rem);
  color: #fff;
  display: block;
  text-transform: capitalize;
}
#low_fv_area #low_fv__title.bl h1 {
  color: #00AEEB;
}
@media screen and (max-width: 1001px) {
  #low_fv_area {
    position: relative;
    margin-bottom: 3%;
    height: 380px;
    background-size: cover;
    place-content: center;
  }
  #low_fv_area #low_fv__title {
    text-align: center;
  }
}
#low_fv_area p#low_fv__exp {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 720px;
  border-radius: 20px 0 0 20px;
  padding: 30px;
  background-color: #E5F7FD;
  margin-bottom: 0;
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
}

@media screen and (max-width: 1001px) {
  #low_fv_area p#low_fv__exp {
    position: relative;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 100%;
    padding: 20px;
    border-radius: 0;
  }
}
#low_fv_area.pbgw p#low_fv__exp {
  background-color: #ffffff;
}

#low_fv_area__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 220px;
  background-color: #f0f6f7;
}
#low_fv_area__sub #low_fv_area__title {
  text-align: center;
}
#low_fv_area__sub #low_fv_area__title::after {
  content: url("../img/pages/default/title_line.png");
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#low_fv_area__sub #low_fv_area__title span {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-family: "Cormorant Garamond", serif;
}
#low_fv_area__sub #low_fv_area__title h1 {
  margin-bottom: 0.2em;
  font-size: clamp(2.8rem, 3.1vw, 4.2rem);
}

@-webkit-keyframes check__fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes check__fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 991px) {
  #low_sub {
    padding-top: 120px;
  }
}
#article_fv_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

#article_fv_area #page__title {
  margin-top: 0;
  margin-bottom: 0.2em;
  color: #505050;
}

#article_fv_area #page__title {
  font-size: 8vw;
}

#article_fv_area span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  color: #505050;
  padding-left: 0.2em;
  font-size: 4vw;
  font-weight: 500;
}

@media (min-width: 490px) {
  #article_fv_area #page__title {
    font-size: 5rem;
  }
  #article_fv_area span {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  #article_fv_area {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 490px) {
  body.home #fv_area #check_breath {
    width: 85px;
    bottom: 38px;
    right: 34px;
  }
  body.home #fv_area #check_breath #check_breath__info #check__off {
    left: -10px;
  }
  body.home #fv_area #check_breath.check__follow {
    right: 34px;
  }
}
@media screen and (min-width: 768px) {
  body.home #fv_area #check_breath {
    width: 96px;
    bottom: 57px;
  }
  body.home #fv_area #check_breath #check_breath__info #check__off {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  body.home #fv_area #check_breath {
    width: 136px;
    bottom: 85px;
  }
}
#fv_area img {
  width: 100%;
}

.tag_title {
  margin-bottom: 4%;
}
.tag_title .date {
  color: rgba(0, 0, 0, 0.4274509804);
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  margin-bottom: 0.5em;
}
.tag_title h1 {
  font-size: clamp(2.1rem, 3.1vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.tag_title .cat_label {
  background-color: #00AEEB;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  padding: 2px 10px;
  border-radius: 50px;
  display: inline-block;
}

.pages_sub_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 1.5em;
}
.pages_sub_wrap h1 {
  font-size: clamp(2.5rem, 3.1vw, 3.4rem);
  font-weight: 500;
}
.pages_sub_wrap .allbtn {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.pages_sub_wrap .allbtn:hover {
  opacity: 1;
  color: #00AEEB;
}

.topics_wrap {
  max-width: 840px;
  margin: 0 auto;
  padding: 2% 0;
}
.topics_wrap .topicks_link {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 2% 5% 2% 2%;
  text-decoration: none;
}
.topics_wrap .topicks_link::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.topics_wrap .topicks_link:hover {
  opacity: 1;
  color: #00AEEB;
}
.topics_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.topics_wrap dl dt.tp_cal {
  color: rgba(0, 0, 0, 0.4274509804);
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  white-space: nowrap;
  width: 140px;
  text-align: left;
}
.topics_wrap dl dd.tp_cat {
  width: 100px;
  text-align: left;
}
.topics_wrap dl dd.tp_title {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 500;
  width: calc(100% - 150px);
  text-align: left;
}

@media screen and (max-width: 1001px) {
  .topics_wrap {
    max-width: initial;
    margin: 0 auto;
    padding: 2% 0;
  }
  .topics_wrap .topicks_link {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    padding: 2% 5% 2% 2%;
    text-decoration: none;
  }
  .topics_wrap dl {
    display: block;
  }
  .topics_wrap dl dt.tp_cal {
    width: auto;
    text-align: left;
    margin-bottom: 0.4em;
  }
  .topics_wrap dl dd.tp_title {
    width: 100%;
    text-align: left;
  }
}
.headings_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headings_Box {
  position: relative;
  text-align: left;
  display: block;
  width: auto;
  margin-right: 5%;
}
.headings_Box .headings_display_1 {
  position: relative;
  color: #00AEEB;
  font-family: "Outfit", sans-serif;
  font-size: clamp(4rem, 3.1vw, 6rem);
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-align: left;
}
.headings_Box .subhead {
  margin-top: 2px;
  font-size: clamp(2.8rem, 3.1vw, 3.4rem);
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 1001px) {
  .headings_wrap {
    position: relative;
    display: block;
  }
  .headings_wrap br {
    display: none;
  }
}
.headings_summary {
  border-left: 3px solid #00AEEB;
  padding: 0.8em 1em;
}
.headings_summary h2 {
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  font-weight: 500;
}
.headings_summary p {
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  font-weight: 500;
}

.centerBox {
  margin: 0 auto;
  text-align: center;
}
.centerBox .text {
  text-align: center;
  margin-bottom: 2%;
}

.area__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid #00AEEB;
}
.area__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  font-weight: 500;
}
.area__title span {
  font-size: clamp(1.7rem, 3.1vw, 1.8rem);
  color: #00AEEB;
}

.area__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.area__info .area__info__exp {
  width: calc(100% - 590px);
}
.area__info .area__info__exp .area__info__contact {
  margin-bottom: 4%;
}
.area__info .area__info__exp .area__info__contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area__info .area__info__exp .area__info__contact ul li {
  margin-right: 10px;
}
.area__info .area__info__exp .area__info__contact h3 {
  font-size: clamp(1.7rem, 3.1vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 0.4em;
}
.area__info .area__info__exp .area__info__contact .tel {
  margin-bottom: 0.8em;
  font-size: clamp(1.6rem, 3.1vw, 1.6rem);
  font-weight: 400;
}
.area__info .area__info__exp .area__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area__info .area__info__exp .area__item .area__item__info {
  width: calc(100% - 37px);
}
.area__info .area__info__exp .area__item span {
  width: 37px;
  color: #E74566;
  line-height: 1.6;
}
.area__info .area__info__exp .area__item .area__name {
  margin-bottom: 0;
}
.area__info .area__info__exp .area__item .area__name a {
  position: relative;
  padding-right: 1.8em;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  font-size: clamp(1.8rem, 3.1vw, 1.9rem);
  color: #E74566;
  font-family: "Noto Serif JP", serif;
}
.area__info .area__info__exp .area__item .area__name a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #E74566;
  border-right: solid 1px #E74566;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.area__info .area__info__exp .area__item .area__name a:hover {
  color: #b3465c;
}
.area__info .area__info__exp .area__item .area__name a:hover::after {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  right: 4px;
}
.area__info .area__info__exp .area__item p {
  font-size: clamp(1.6rem, 3.1vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #646464;
}
.area__info .area__info__map {
  width: 590px;
}

@media screen and (max-width: 1001px) {
  .area__info {
    display: block;
  }
  .area__info .area__info__exp,
  .area__info .area__info__map {
    width: 100%;
    margin-bottom: 0.8em;
  }
}
.ph_dentistry {
  margin: 0 auto 5%;
}

.is_radius {
  border-radius: 6px;
  overflow: hidden;
}

.main_detail dl {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
}
.main_detail dl:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.detail_informaton dl {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail_informaton dl dt {
  width: 160px;
  padding: 8px;
  font-weight: 700;
}
.detail_informaton dl dt p {
  margin-bottom: 0;
}
.detail_informaton dl dd {
  padding: 8px;
  width: calc(100% - 160px);
}
.detail_informaton .text_close {
  text-align: right;
}

.detail_schedule {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 12px;
  border-radius: 6px;
}
.detail_schedule dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail_schedule dd span {
  width: 14.2857142857%;
  display: block;
  text-align: center;
  line-height: 1.5em;
}

#visit__medicalcare {
  background-image: url(../img/default/button_bg.jpg);
  background-size: cover;
  padding: 35px 25px;
  border-radius: 6px;
  overflow: hidden;
  margin: 20px auto 40px;
}
#visit__medicalcare #visits__main {
  text-align: center;
}
#visit__medicalcare #visits__main h2 {
  font-size: clamp(2.6rem, 3.1vw, 3rem);
  margin-bottom: 0.8em;
}
#visit__medicalcare #visits__option {
  margin-top: 25px;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  overflow: hidden;
}
#visit__medicalcare #visits__option #visits__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#visit__medicalcare #visits__option #visits__info {
  text-align: center;
  margin-top: 20px;
}
#visit__medicalcare #visits__option p {
  margin-bottom: 0;
}
#visit__medicalcare #visits__option p span {
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
}
#visit__medicalcare #visits__option p a {
  padding-left: 0.5em;
  font-size: clamp(3.6rem, 3.1vw, 4rem);
}

.button__area#detail__area {
  background-image: url(../img/default/footer_bg.jpg);
  background-size: cover;
}

.interview_block {
  position: relative;
  width: 100%;
  max-width: 1024px;
  padding: 0 30px;
}

.interview_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5% 0;
  margin-right: calc(50% - 50vw);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.interview_wrap .interview_title {
  font-size: clamp(3rem, 3.1vw, 5.4rem);
  font-weight: 500;
  text-align: right;
  color: #00AEEB;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 500px;
          flex: 1 1 500px;
  padding: 0 3%;
}
.interview_wrap .interview_ph {
  margin-right: calc(50% - 50vw);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 500px;
          flex: 2 1 500px;
}
.interview_wrap .interview_ph .post_wide {
  aspect-ratio: 10/3;
}

.interview_name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  margin-bottom: 4%;
  font-weight: 500;
}
.interview_name span {
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  font-weight: 400;
  background-color: #00AEEB;
  color: #fff;
  padding: 4px 24px;
  display: inline-block;
  margin-right: 0.5em;
}

.interview_text {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1001px) {
  .interview_block {
    position: relative;
    width: 100%;
    max-width: initial;
    padding: 0 30px;
  }
  .interview_wrap {
    position: relative;
    display: block;
    margin: 0 0 5% 0;
    margin-right: initial;
  }
  .interview_wrap .interview_title {
    font-weight: 500;
    text-align: left;
    color: #00AEEB;
    padding: 16px 20px 8px;
  }
  .interview_wrap .interview_ph {
    margin-right: initial;
  }
  .interview_wrap .interview_ph .post_wide {
    aspect-ratio: 10/3;
  }
}
.interview_deco {
  margin: 5% auto;
}
.interview_deco.is_right {
  text-align: right;
  margin-left: auto;
}
.interview_deco.is_center {
  text-align: center;
  margin: 0 auto;
}

.link_column {
  margin: 0 auto 40px;
}
.link_column .boxes_link {
  position: relative;
  width: 48%;
  margin-bottom: 2%;
  padding: 2%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.link_column .boxes_link:nth-child(2n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.link_column .boxes_link .post_box {
  margin-bottom: 0.5em;
}
.link_column .boxes_link .overview h2 {
  font-size: clamp(1.8rem, 3.1vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 0.5em;
}
.link_column .boxes_link .overview .text p {
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  margin-bottom: 0;
}

@media screen and (max-width: 1001px) {
  .link_column {
    margin: 0 auto 40px;
  }
  .link_column .boxes_link {
    position: relative;
    width: 100%;
  }
  .link_column .boxes_link:nth-child(2n-1) {
    margin-left: initial;
    margin-right: initial;
  }
}
.sub_display_1 {
  position: relative;
  font-size: clamp(1.5rem, 3.1vw, 1.7rem);
  font-weight: 500;
  line-height: 1.6;
  color: #5186a0;
  margin: 0 0 0.8em;
}

.pdf_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background-color: #def0f9;
  padding: 1em;
  border-radius: 6px;
}

@media screen and (max-width: 1001px) {
  .pdf_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.arrow_icon {
  position: relative;
  display: inline-block;
  outline: none;
  z-index: 1;
  background-color: #00AEEB;
  border-radius: 4px;
  overflow: hidden;
}
.arrow_icon a {
  position: relative;
  text-decoration: none;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 700;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.arrow_icon a::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.arrow_icon a:hover::after {
  -webkit-transform: translate(6px, -50%);
          transform: translate(6px, -50%);
}
.arrow_icon span {
  display: block;
  font-size: 13px;
}
.arrow_icon.is_site {
  position: relative;
  border: 1px solid rgba(0, 172, 235, 0.462745098);
  padding: 0;
  margin-bottom: 0.8em;
}
.arrow_icon.is_site a {
  position: relative;
  display: block;
  padding: 16px 48px 16px 28px;
  background-color: #00AEEB;
  color: #fff;
}
.arrow_icon.is_site a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/module/icon/icon_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow_icon.is_site:hover::after {
  -webkit-transform: translate(10px, -100%);
          transform: translate(10px, -100%);
}
.arrow_icon.is_pdf {
  position: relative;
  border: 1px solid rgba(0, 172, 235, 0.462745098);
  display: block;
  padding: 0;
}
.arrow_icon.is_pdf a {
  position: relative;
  display: block;
  padding: 16px 28px 16px 28px;
  background-color: #fff;
  color: #00aeeb;
}
.arrow_icon.is_pdf a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/module/icon/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow_icon.is_pdf a:hover::after {
  -webkit-transform: translate(6px, -50%);
          transform: translate(6px, -50%);
}

.btn_return {
  margin: 2em auto 0.1em;
  width: 60%;
}
.btn_return a {
  position: relative;
  display: block;
  padding: 18px 24px 18px 24px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  text-align: center;
}
.btn_return a::after {
  position: absolute;
  top: 50%;
  left: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #353535;
  border-right: solid 1px #353535;
  -webkit-transform: translate(0%, -50%) rotate(225deg);
          transform: translate(0%, -50%) rotate(225deg);
}

/*　***********************
　　　　button
**********************　*/
.button.news_ancur {
  margin-top: 55px;
}

.button {
  width: 100%;
  max-width: 320px;
  margin: 0.5em auto;
  overflow: hidden;
}
.button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  color: #fff;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  letter-spacing: 0.2em;
  background-color: #00AEEB;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.button a::after {
  position: absolute;
  display: block;
  content: url("../img/default/arrow_w.png");
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -63%);
          transform: translate(0, -63%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.button a:hover {
  background-color: rgb(135, 224, 255);
}
.button a:hover::after {
  -webkit-transform: translate(10%, -63%);
          transform: translate(10%, -63%);
}
.button a::after {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.button__sub {
  width: 100%;
  max-width: 260px;
}
.button__sub a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(191, 235, 250);
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  height: 60px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: 500;
  padding: 0 0 0 20px;
}
.button__sub a::after {
  position: absolute;
  display: block;
  content: url("../img/default/arrow_b.png");
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -63%);
          transform: translate(0, -63%);
  z-index: 2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button__sub a:hover {
  background-color: rgb(135, 224, 255);
}
.button__sub a:hover::after {
  -webkit-transform: translate(8px, -63%);
          transform: translate(8px, -63%);
}

@media screen and (max-width: 1001px) {
  .button,
  .button__sub {
    width: 100%;
    max-width: initial;
  }
}
.button.button__b a {
  background-color: rgb(86, 156, 237);
  height: 60px;
  border-radius: 30px;
}

.button.button__w a {
  background-color: rgb(86, 156, 237);
  height: 60px;
  border-radius: 30px;
  border: 1px solid #fff;
}

.btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn span {
  position: relative;
  z-index: 3;
  color: #353535;
}
.btn:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #00AEEB;
}
.btn:hover span {
  color: #fff;
}
.btn.is_detail {
  background-color: #fff;
}

.btn:hover span {
  color: #fff;
}

.bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /*色や形状*/
  background: #333;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.bgleft:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.main__title {
  margin-bottom: 74px;
  text-align: center;
}
.main__title span {
  font-size: clamp(4.2rem, 3.1vw, 6.4rem);
  display: block;
  color: #515050;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
}
.main__title h1,
.main__title h2 {
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  font-family: "Noto Serif JP", serif;
}
.main__title::after {
  content: url(../img/default/title_line.png);
  display: block;
  margin-top: 1.5em;
}

@media screen and (max-width: 1001px) {
  .main__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .main__title::after {
    margin-top: 1em;
  }
}
.sub__title {
  margin-bottom: 6%;
}
.sub__title h2 {
  font-size: clamp(2.8rem, 3.1vw, 3.2rem);
}
.sub__title.title__b h2 {
  color: #00AEEB;
}
.sub__title span {
  display: block;
  margin-top: 7px;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
}

hr {
  margin: 1.4em auto;
  border-color: rgba(0, 0, 0, 0.1019607843);
}

.field {
  margin-top: 0;
  margin-bottom: 2%;
  overflow: hidden;
}
.field.is_mar {
  margin-bottom: 40px;
}
.field:last-child {
  margin-bottom: 1%;
}
.field::after {
  clear: both;
  content: "";
  display: block;
}

:root {
  --flowchart-size: 30px;
  /* 番号のサイズ 変更可 */
  --flowchart-border: 2px;
  /* 縦線太さ 変更可 */
}

.stepbar {
  margin-bottom: 0;
}

.stepbarwrap {
  position: relative;
  margin-bottom: 0;
  padding: 10px 0 30px 60px;
}
.stepbarwrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--flowchart-size) / 2 - var(--flowchart-border) / 2);
  z-index: 1;
  width: 2px;
  height: 100%;
  background: #00AEEB;
}

.stepbarnowrap {
  padding: 10px 0 30px 60px;
}

@media screen and (max-width: 1001px) {
  .field {
    margin-bottom: 2%;
  }
  .field.is_mar {
    margin-bottom: 40px;
  }
  .stepbarnowrap {
    padding: 10px 0 16px 40px;
  }
  .stepbarwrap {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0 16px 40px;
  }
  .stepbarwrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(var(--flowchart-size) / 2 - var(--flowchart-border) / 2);
    z-index: 1;
    width: 2px;
    height: 100%;
    background: #00AEEB;
  }
}
.inner {
  padding: 1% 4%;
}

.innerBlock {
  padding: 0 10%;
}

.innerBlockLarge {
  padding: 0% 20%;
}

/*見出し1 中央揃え*/
.headings_Boxcenter {
  position: relative;
  text-align: center;
  margin: 1em auto 1.6em;
  display: block;
}
.headings_Boxcenter .headings_center_1 {
  position: relative;
  color: #353535;
  font-size: clamp(2.8rem, 3.1vw, 3.8rem);
  font-weight: 500;
  margin: 0 auto 1em;
  text-align: center;
  display: inline-block;
}
.headings_Boxcenter .headings_center_1 span {
  color: #00AEEB;
}
.headings_Boxcenter .subhead {
  margin-top: 5px;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  font-weight: 500;
  text-align: center;
}
.headings_Boxcenter .subhead a {
  margin-top: -20px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}
.headings_Boxcenter .headings_center_2 {
  position: relative;
  font-size: clamp(2.5rem, 3.1vw, 3.4rem);
  font-weight: 500;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 0.6em;
  text-align: center;
  display: inline-block;
  color: #353535;
}
.headings_Boxcenter .headings_center_2 span {
  color: #00AEEB;
}
.headings_Boxcenter .headings_center_2::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00AEEB;
  left: 50%;
  top: -40px;
  width: 45px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.headings_Boxcenter .headings_tomo_center_1 {
  position: relative;
  font-size: clamp(1.8rem, 3.1vw, 2.1rem);
  font-weight: bold;
  display: inline-block;
  text-align: center;
  color: #4D8B77;
  border: 1px solid #4D8B77;
  margin: 10px auto 20px;
  padding: 5px 10%;
  line-height: 1.7;
}

.headings_Box .headings_display_1 {
  position: relative;
  color: #00AEEB;
  font-family: "Outfit", sans-serif;
  font-size: clamp(4rem, 3.1vw, 6rem);
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-align: left;
}
.headings_Box .subhead {
  margin-top: 5px;
  font-size: clamp(1.8rem, 3.1vw, 2rem);
  font-weight: 700;
  text-align: left;
}

.headings_center_1 {
  position: relative;
  font-size: clamp(2.4rem, 3.1vw, 2.8rem);
  font-weight: 500;
  margin: 0 auto 1.5em;
  text-align: center;
  color: #353535;
}

.subhead {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
}

.headings_center_2 {
  position: relative;
  font-size: clamp(2.4rem, 3.1vw, 2.8rem);
  font-weight: bold;
  display: block;
  text-align: center;
  color: #00AEEB;
  margin: 10px auto 20px;
  line-height: 1.7;
}

.headings_display_2 {
  position: relative;
  font-size: clamp(2.4rem, 3.1vw, 2.8rem);
  font-weight: 500;
  line-height: 1.6;
  color: #00AEEB;
  margin: 0 0 0.6em;
}

.headings_display_3 {
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  font-weight: 500;
  margin: 0 0 0.6em 0;
}

.catch {
  font-size: clamp(1.8rem, 3.1vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 0.8em 0;
}

.headings_single_title {
  position: relative;
  font-size: clamp(2.4rem, 3.1vw, 3.6rem);
  margin-bottom: 0.8em;
  color: #00AEEB;
  font-weight: 500;
}

.headings_acf_display_1 {
  position: relative;
  font-size: clamp(2.2rem, 3.1vw, 2.8rem);
  margin: 0.2em 0 0.8em;
  color: #00AEEB;
  font-weight: 500;
}

.headings_acf_display_2 {
  font-size: clamp(2.1rem, 3.1vw, 2.6rem);
  margin: 0.2em 0 0.8em;
  color: #00AEEB;
  font-weight: 500;
}

.headings_acf_display_b {
  font-size: clamp(1.8rem, 3.1vw, 2.4rem);
  font-weight: 500;
  margin: 0.5em 0 0.8em;
  padding-bottom: 0.5em;
  color: #353535;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.headings_acf_display_3 {
  font-size: clamp(1.8rem, 3.1vw, 2.4rem);
  font-weight: 500;
  margin: 0.5em 0 0.8em;
  color: #353535;
}

.headings_acf_display_4 {
  font-size: clamp(1.8rem, 3.1vw, 1.9rem);
  font-weight: 700;
  margin: 0.5em 0 0.8em;
  color: #353535;
}

.headings_num {
  position: relative;
  font-size: clamp(1.8rem, 3.1vw, 2.2rem);
  margin: 10px auto 20px;
  line-height: 1.6;
  color: #5186a0;
}
.headings_num::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 20px;
  color: #00AEEB;
  font-size: clamp(2.9rem, 3.1vw, 3rem);
  border-bottom: 1px solid #00AEEB;
  font-family: "Outfit", sans-serif;
}

@media screen and (max-width: 1001px) {
  .headings_num {
    position: relative;
    margin: 10px auto 10px;
  }
  .headings_num::before {
    display: block;
    margin-right: 0;
    border-bottom: none;
  }
}
.textblock {
  margin: 1% auto 4%;
}
.textblock.bold {
  font-size: clamp(1.7rem, 3.1vw, 1.9rem);
  font-weight: 700;
}
.textblock.text_center {
  text-align: center;
}
.textblock p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1001px) {
  .textblock {
    margin-bottom: 3%;
  }
  .textblock.bold {
    font-size: 16px;
  }
  .textblock.text_center {
    text-align: center;
  }
  .textblock p {
    text-align: justify;
  }
  .textblock p:last-child {
    margin-bottom: 0;
  }
}
.textimgs {
  margin-bottom: 30px;
}

.captions {
  margin-top: 4px;
  font-size: 12px;
  color: #353535;
}

.ph_caption {
  margin-top: 4px;
  font-size: 14px;
  color: #353535;
}

@media screen and (max-width: 1001px) {
  .textblock {
    margin-bottom: 32px;
  }
  .textblock.text_center {
    text-align: left;
  }
}
.imgsBlocK {
  position: relative;
  margin-bottom: 40px;
}
.imgsBlocK h2 {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 500;
}
.imgsBlocK.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.imgsBlocK.text {
  text-align: justify;
}

.acf_ph_1column .cell {
  width: 100%;
}

.acf_ph_2column .cell {
  width: 48%;
}

.acf_ph_3column .cell {
  width: 32%;
}

.acf_ph_1column img {
  margin-bottom: 0.8em;
}
.acf_ph_1column .post_redius {
  border-radius: 10px;
  overflow: hidden;
}

.acf_ph_1column .cell {
  width: 100%;
}

.acf_ph_2column .cell {
  width: 48.4%;
}

.acf_ph_3column .cell {
  width: 32%;
}

.acf_ph_1column h2 {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 500;
}

.flex_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 0 auto 3em;
}
.flex_content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex_content h2 {
  font-size: clamp(2.4rem, 3.1vw, 2.8rem);
  line-height: 1.6;
  margin-top: 0;
  font-weight: 500;
}
.flex_content h3 {
  font-size: clamp(1.8rem, 3.1vw, 2.4rem);
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.8em;
  font-weight: 500;
}
.flex_content .flex_ph {
  position: relative;
  width: 34%;
}
.flex_content .flex_ph .post_box.redius {
  overflow: hidden;
  border-radius: 8px;
}
.flex_content .flex_ph.sm {
  width: 22%;
}
.flex_content .flex_ph.large {
  width: 50%;
}
.flex_content .post_length {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.flex_content .flex_summary {
  width: 60%;
}
.flex_content .flex_summary.large {
  width: 45%;
}
.flex_content .flex_summary .text {
  margin-bottom: 10%;
}
.flex_content .flex_summary.sm {
  width: 72%;
}

@media screen and (max-width: 1001px) {
  .flex_content {
    display: block;
    width: 100%;
    max-width: initial;
    margin: 0 auto 40px;
  }
  .flex_content h2 {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .flex_content .flex_ph {
    width: 100%;
    margin-bottom: 6%;
  }
  .flex_content .flex_ph.sm, .flex_content .flex_ph.large {
    width: 100%;
  }
  .flex_content .flex_summary {
    width: 100%;
    max-width: initial;
  }
  .flex_content .flex_summary.large {
    width: 100%;
  }
  .flex_content .flex_summary.sm {
    width: 100%;
  }
}
.img_re_center {
  margin: 0 auto 3%;
  width: 80%;
}
.img_re_center img {
  margin: 0 auto;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1001px) {
  .sm_img {
    width: 40%;
    margin: 0 auto 2%;
  }
  .img_re_center {
    margin: 0 auto 5%;
    width: 100%;
  }
  .img_re_center img {
    margin: 0 auto;
    max-width: initial;
  }
}
/* map youtube */
.iframeBlock {
  position: relative;
  width: 100%;
  margin: 0 auto 1em;
  padding-bottom: 54.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.iframeBlock.ftmap {
  padding-bottom: 28.25%;
}
.iframeBlock iframe,
.iframeBlock object,
.iframeBlock embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1001px) {
  .iframeBlock {
    max-width: initial;
    padding-bottom: 72.25%;
  }
  .iframeBlock.ftmap {
    padding-bottom: 72.25%;
  }
}
.is_thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 58.25%;
}

.coverFit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.containFit {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.sizeFit {
  width: 100%;
  height: 50vh;
}

.post_box {
  position: relative;
}

/*横長*/
.post_horizon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 50.25%;
  background-size: cover;
}

/*横長*/
.post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
}

.post_wide {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}

/*正方形*/
.post_square {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9/12;
}

.post_radius {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

@media screen and (max-width: 1001px) {
  .img_center {
    margin: 0 auto 10px;
    max-width: 70%;
  }
}
.btn_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2% 0;
}

.btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5%;
}
.btn_group .btn {
  margin: 0 auto;
}
.btn_group .btn a {
  width: 600px;
  margin: 0 auto;
  padding: 24px 16px 24px 20px;
}

@media screen and (max-width: 1001px) {
  .btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn_group .btn {
    margin: 0 auto;
    width: 100%;
  }
  .btn_group .btn a {
    width: 100%;
    margin: 0 auto;
    padding: 24px 44px 24px 20px;
  }
}
.center_btn {
  padding: 5%;
  text-align: center;
}
.center_btn .btn {
  margin: 0 auto;
}
.center_btn .btn a {
  display: block;
}

.retrun {
  width: 30%;
  margin: 2em auto 3em;
}
.retrun a {
  position: relative;
  display: block;
  font-weight: 500;
  color: #353535;
  background-color: #fff;
  padding: 16px 20px 16px 30px;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  text-align: center;
}
.retrun a::after {
  position: absolute;
  top: 50%;
  left: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #353535;
  border-right: solid 1px #353535;
  -webkit-transform: translate(0%, -50%) rotate(225deg);
          transform: translate(0%, -50%) rotate(225deg);
}
.retrun a:hover {
  color: #00AEEB;
}

@media screen and (max-width: 1001px) {
  .retrun {
    width: 80%;
    margin: 2em auto;
  }
  .retrun a {
    width: 100%;
  }
}
/* --------------------------------
table
-------------------------------- */
table {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
  border: none;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
}
table.cell2 tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
table.cell2 tr:last-child {
  border-bottom: none;
}
table.cell2 th {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
  width: 26%;
  min-width: 6em;
  max-width: 240px;
  padding: 1% 0;
  white-space: nowrap;
}
table.cell2 td {
  vertical-align: top;
  padding: 1%;
  font-weight: 400;
}
table.cell2 td h2 {
  font-size: 16px;
  font-weight: 500;
}
table.cell2 td .field {
  margin-bottom: 0.6em;
}
table.cell2 td a {
  text-decoration: underline;
}
table.cell3 tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
table.cell3 tr:last-child {
  border-bottom: none;
}
table.cell3 th {
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  padding: 10px 20px;
  white-space: nowrap;
}
table.cell3 td {
  width: auto;
  vertical-align: top;
  padding: 10px 20px;
}
table.cell3 td:nth-last-child(2) {
  white-space: nowrap;
}

@media screen and (max-width: 1001px) {
  table {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
    margin-bottom: 30px;
    border: none;
    display: block;
  }
  table tbody {
    width: 100%;
    display: block;
  }
  table.cell2 tr {
    width: 100%;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  table.cell2 tr:last-child {
    border-bottom: none;
  }
  table.cell2 th {
    width: 100%;
    display: block;
    padding: 4% 0 0;
  }
  table.cell2 td {
    width: 100%;
    display: block;
    padding: 2% 0;
  }
}
.textlink {
  margin: 20px auto 20px;
}
.textlink::after {
  clear: both;
  content: "";
  display: block;
}
.textlink a {
  position: relative;
  display: block;
  padding: 18px 30px 18px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.textlink a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #353535;
  border-right: solid 1px #353535;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.textlink .link1set {
  margin-bottom: 20px;
}
.textlink .link1set .left_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.textlink .link1set .center_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.textlink .link1set .right_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.textlink .link2set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.textlink .link2set .morelink {
  width: 49%;
}
.textlink .link3set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.textlink .link3set .morelink {
  width: 32%;
}

@media screen and (max-width: 1001px) {
  .textlink {
    margin: 20px auto 20px;
  }
  .textlink a {
    position: relative;
    display: block;
    padding: 14px 30px 14px 16px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .textlink .link1set {
    margin-bottom: 0.5em;
  }
  .textlink .link1set .left_more {
    display: block;
    width: 100%;
  }
  .textlink .link1set .center_more {
    display: block;
    width: 100%;
  }
  .textlink .link1set .right_more {
    display: block;
    width: 100%;
  }
  .textlink .link2set {
    display: block;
    margin-bottom: 10px;
  }
  .textlink .link2set .morelink {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .textlink .link3set {
    display: block;
    margin-bottom: 10px;
  }
  .textlink .link3set .morelink {
    width: 100%;
  }
}
a.link {
  text-decoration: underline;
}

.free_layout_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.free_layout_btn {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  height: auto;
  margin: 1.2em auto 1.8em;
  border-radius: 6px;
  overflow: hidden;
  color: #353535;
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.free_layout_btn.hilight {
  border: 1px solid #00AEEB;
  background-color: rgba(0, 0, 0, 0.0862745098);
}
.free_layout_btn:hover {
  background-color: rgba(59, 176, 119, 0.1215686275);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #00AEEB;
  color: #00AEEB;
}
.free_layout_btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #353535;
  border-right: solid 1px #353535;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.free_layout_btn .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.free_layout_btn .btnimg {
  width: 25%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.free_layout_btn .btn_container {
  width: 70%;
  padding: 3% 4%;
}
.free_layout_btn .btn_container .btn_text {
  color: #353535;
  text-align: left;
}
.free_layout_btn .btn_container .btn_text .title h2 {
  font-size: clamp(1.8rem, 3.1vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 1em;
}
.free_layout_btn .btn_container .btn_text .info {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1001px) {
  .free_layout_btn {
    width: 100%;
    max-width: initial;
    height: auto;
  }
  .free_layout_btn::after {
    border: none;
  }
  .free_layout_btn .btn_box {
    display: block;
  }
  .free_layout_btn .btnimg {
    width: 100%;
    padding-top: 48%;
  }
  .free_layout_btn .btn_container {
    position: relative;
    width: 100%;
    padding: 4% 24px 4% 4%;
  }
  .free_layout_btn .btn_container::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #353535;
    border-right: solid 1px #353535;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .free_layout_btn .btn_container .btn_text {
    color: #353535;
    text-align: left;
  }
  .free_layout_btn .btn_container .btn_text .title h2 br {
    display: none;
  }
  .free_layout_btn .btn_container .btn_text .info {
    font-size: 14px;
  }
}
.free-layout-album {
  width: 100%;
  margin: 20px auto 40px;
}

.photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.photo-list .photo-item {
  width: 18%;
  margin-bottom: 30px;
}
.photo-list .photo-item .photo {
  border-radius: 6px;
  padding-top: 60.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.vbox-item {
  display: block;
  width: 100%;
  height: 100%;
}

.vbox-prev span,
.vbox-next span {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 1001px) {
  .free-layout-album {
    width: 100%;
  }
  .photo-item {
    width: 30%;
    margin-bottom: 20px;
  }
  .photo-item .photo {
    border-radius: 10px;
    padding-top: 16.875%;
  }
}
.icon_pdf_wrap {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.icon_pdf_wrap .icon_pdf {
  width: 100%;
  display: inline-block;
  margin: 0 auto 1em;
}
.icon_pdf_wrap .icon_pdf a {
  position: relative;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: block;
  background: url(../img/module/icon/icon_btn_wh_pdf.png) no-repeat 12px 50%;
  background-size: auto 32px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding: 16px 12px 16px 50px;
  border-radius: 6px;
}

.wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5%;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  display: block;
  background: #fff;
  color: #353535;
  margin: 0 6px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  border: 1px solid #dedede;
}

.current {
  background: #353535 !important;
  color: #fff !important;
}

.nextpostslink,
.previouspostslink {
  background: none !important;
  border-top: 2px solid #353535;
  border-right: 2px solid #353535;
  display: block;
  height: 10px;
  margin: 20px;
  text-indent: 100%;
  overflow: hidden;
  width: 10px;
  white-space: nowrap;
}

.nextpostslink {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.previouspostslink {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #0079a8;
  --color-theme: #828282;
  --color-theme-darken: #828282;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}

[class*=swiper]:focus {
  outline: none;
}

.l_inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 4rem 3rem;
}

.swiper_area {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.clinic_card .swiper-button-prev,
.clinic_card .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.clinic_card .swiper-button-prev {
  right: calc(100% + 2.4rem);
}

.clinic_card .swiper-button-next {
  left: calc(100% + 2.4rem);
}

@media screen and (max-width: 1001px) {
  .l_inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 auto;
    padding: 4rem 2rem;
  }
  .swiper_area {
    position: relative;
    margin: 0 auto;
    max-width: initial;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 4.4rem;
    height: 4.4rem;
  }
  .clinic_card .swiper-button-prev {
    left: -1rem;
  }
  .clinic_card .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}
.clinic_card {
  position: relative;
}
.clinic_card .swiper {
  position: relative;
  width: 100%;
  max-width: 1024px;
}
.clinic_card .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  height: auto;
}
.clinic_card .swiper-slide a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clinic_card .swiper-slide a:hover {
  opacity: 1;
  border: 1px solid #00AEEB;
}
.clinic_card .slide {
  overflow: hidden;
}
.clinic_card .overview {
  padding: 10px 14px;
}
.clinic_card .overview .title {
  margin-bottom: 0.6rem;
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  font-weight: 500;
  line-height: 1.6;
  overflow: hidden;
  color: #353535;
}
.clinic_card .overview p {
  font-size: clamp(1.4rem, 3.1vw, 1.5rem);
}
.clinic_card .slide-content {
  position: relative;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clinic_card .slide-content::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.clinic_card .slide-cat span {
  font-size: clamp(1.3rem, 3.1vw, 1.4rem);
  line-height: 1;
  display: inline-block;
  padding: 4px 12px;
  background-color: #00AEEB;
  color: #fff;
}
.clinic_card .subtext {
  margin-top: 1.6rem;
  font-size: clamp(1.3rem, 3.1vw, 1.4rem);
}

.sip-slider,
.swiper-container,
.swiper-wrapper,
.swiper-slide,
.swiper-slide img {
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important;
}

/* ++++ PRINT.SCSS ++++*/

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