@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&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;
}

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

.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: #3BB077;
}
ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 2px solid #3BB077;
  border-bottom: 3px solid #3BB077;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* diamond */
ul.diamond {
  margin: 0 0 2px 0;
  padding: 0 0 0 12px;
}
ul.diamond li {
  position: relative;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  list-style: none;
  padding: 0 0 0 12px;
}
ul.diamond li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -4px;
  width: 3px;
  height: 3px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

ul.noteList {
  margin-bottom: 20px;
  padding: 0 0 0 16px;
}
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.6;
}
ul.noteList li:before {
  content: "※";
  margin-right: 0px;
}

ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0 0 0 6px;
}
ol li {
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  line-height: 1.6;
}
ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: normal;
}

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 #dedede;
  margin: 2em 0;
  margin-top: 0;
  padding: 0;
}

p {
  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: 180px;
}

@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 Sans JP", sans-serif;
  color: #3B4043;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #fff;
}

/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1%;
  right: 5%;
  /*矢印の動き1秒かけて永遠にループ*/
  -webkit-animation: arrowmove 2s ease-in-out infinite;
          animation: arrowmove 2s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove {
  0% {
    bottom: 2%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 2%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 2%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 2%;
  }
}
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #fff;
  -webkit-transform: skewX(-31deg);
          transform: skewX(-31deg);
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #fff;
}

main {
  position: relative;
  padding-bottom: 0px;
  text-align: left;
  z-index: 9;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

.visual_img {
  position: relative;
  background: url(../img/pages/root/visual_img.jpg) no-repeat 50% 100%;
  background-size: cover;
  width: 100%;
  aspect-ratio: 16/8;
}
.visual_img .visual_copy {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  max-width: 600px;
}
.visual_img .visual_copy img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1em;
}
.visual_img .visual_copy .view {
  margin-top: 0;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visual_img .visual_copy .view a {
  position: relative;
  display: block;
}

@media screen and (max-width: 1001px) {
  .visual_img {
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }
  .visual_img .visual_copy {
    width: 80%;
    max-width: initial;
  }
  .visual_img .visual_copy img {
    width: 100%;
    height: auto;
    display: block;
  }
  .visual_img .visual_copy .view {
    margin-top: 2%;
    width: 180px;
  }
  .visual_img .visual_copy .view a {
    position: relative;
    display: block;
  }
}
#video-area {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5872942927)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5872942927) 100%);
}
#video-area .visual_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  max-width: 700px;
}
#video-area .visual_copy img {
  width: 100%;
  height: auto;
  display: block;
}
#video-area .visual_copy .view {
  margin-top: 2%;
  width: 180px;
}
#video-area .visual_copy .view a {
  position: relative;
  display: block;
}
#video-area #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1001px) {
  #video-area {
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  #video-area .visual_copy {
    width: 80%;
    max-width: initial;
  }
  #video-area .visual_copy img {
    width: 100%;
    height: auto;
    display: block;
  }
  #video-area .visual_copy .view {
    margin-top: 2%;
    width: 180px;
  }
  #video-area .visual_copy .view a {
    position: relative;
    display: block;
  }
  #video-area #video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.818)), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.818), transparent);
    overflow: hidden;
  }
}
.container {
  position: relative;
  text-align: left;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 2% 0 2%;
}
.container.np {
  padding: 0;
}

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

@media screen and (max-width: 1001px) {
  .container {
    max-width: initial;
    margin: 0 auto;
    padding: 5% 0;
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-270px);
            transform: translateY(-270px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-270px);
            transform: translateY(-270px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#header {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
#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 0 0 20px;
  height: 76px;
}
#header .gnav .logo {
  position: relative;
  width: clamp(210px, 18vw, 280px);
}
#header .gnav .logo a {
  position: relative;
  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;
  font-size: clamp(1.2rem, 0.3vw + 0.9rem, 1.4rem);
  font-weight: 500;
}
#header .gnav .gnav_list li a {
  position: relative;
  display: block;
  margin: 0 0.6em;
  padding: 5px 0;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#header .gnav .gnav_list li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3BB077;
  -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: #3BB077;
  text-decoration: inherit;
}
#header.HeightMin {
  position: fixed;
  z-index: 99;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.4);
}
#header.HeightMin .gnav {
  width: 100%;
}
#header.HeightMin .gnav .gnav_inner {
  width: 100%;
  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 0 0 20px;
}
#header.HeightMin .gnav .logo {
  position: relative;
}
#header.HeightMin .gnav .logo img {
  display: none;
}
#header.HeightMin .gnav .logo {
  background: url(../img/global/logo_g.svg) no-repeat 0 0;
  background-size: contain;
  width: clamp(210px, 18vw, 280px);
  height: clamp(18px, 1.58vw, 25px);
}
#header.HeightMin .gnav .logo a {
  position: relative;
  display: block;
}
#header.HeightMin .gnav .gnav_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header.HeightMin .gnav .gnav_list li a {
  color: #333333;
  white-space: nowrap;
}
#header.HeightMin .gnav .gnav_list li a:hover {
  color: #3BB077;
  text-decoration: inherit;
}
#header.HeightMin .gnav .gnav_list li.home img {
  display: none;
}
#header.HeightMin .gnav .gnav_list li.home {
  background: url(../img/module/icon/icon_home_g.svg) no-repeat 50% 50%;
  background-size: 22px 22px;
}
#header.HeightMin .gnav .gnav_list li.home a {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
}
#header.HeightMin .gnav .gnav_list li.contact {
  width: 130px;
  height: 76px;
  margin: 0 0 0 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header.HeightMin .gnav .gnav_list li.contact a {
  font-size: 14px;
  background: #F7E729 url(../img/module/icon/icon_mail_b.svg) no-repeat 50% 12px;
  background-size: 24px auto;
  color: #333333;
  padding: 40px 8px 22px;
  text-align: center;
  width: 130px;
  height: 76px;
}
#header.HeightMin .gnav .gnav_list li.contact a:hover {
  opacity: 0.8;
}
#header.HeightMin .gnav .gnav_list li.contact a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 90%;
  height: 2px;
  background: none;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
#header.HeightMin .gnav .gnav_list li.diagnosis {
  width: 130px;
  height: 76px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header.HeightMin .gnav .gnav_list li.diagnosis a {
  font-size: 14px;
  background: #3BB077 url(../img/module/icon/icon_diagnosis.svg) no-repeat 50% 10px;
  background-size: 18px auto;
  color: #fff;
  padding: 40px 8px 22px;
  text-align: center;
  width: 130px;
  height: 76px;
}
#header.HeightMin .gnav .gnav_list li.diagnosis a:hover {
  opacity: 0.8;
}
#header.HeightMin .gnav .gnav_list li.diagnosis a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 90%;
  height: 2px;
  background: none;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

#underheader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  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);
  width: 100%;
}
#underheader .gnav {
  width: 100%;
}
#underheader .gnav .gnav_inner {
  width: 100%;
  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: 76px;
}
#underheader .gnav .logo {
  position: relative;
  margin-left: 20px;
  width: clamp(210px, 18vw, 280px);
}
#underheader .gnav .logo a {
  position: relative;
  display: block;
}
#underheader .gnav .gnav_list {
  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;
  list-style: none;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 0.3vw + 0.9rem, 1.4rem);
  font-weight: 500;
}
#underheader .gnav .gnav_list li a {
  position: relative;
  display: block;
  margin: 0 0.6em;
  padding: 5px 0;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
  -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;
}
#underheader .gnav .gnav_list li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3BB077;
  -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;
}
#underheader .gnav .gnav_list li a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#underheader .gnav .gnav_list li a.hilight:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#underheader .gnav .gnav_list li a:hover {
  color: #3BB077;
  text-decoration: inherit;
}
#underheader .gnav .gnav_list li.contact {
  width: 130px;
  height: 76px;
  margin: 0 0 0 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#underheader .gnav .gnav_list li.contact a {
  font-size: 14px;
  background: #F7E729 url(../img/module/icon/icon_mail_b.svg) no-repeat 50% 12px;
  background-size: 24px auto;
  color: #333333;
  padding: 40px 8px 22px;
  text-align: center;
  width: 130px;
  height: 76px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
#underheader .gnav .gnav_list li.contact a:hover {
  opacity: 0.8;
}
#underheader .gnav .gnav_list li.contact a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 90%;
  height: 2px;
  background: none;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
#underheader .gnav .gnav_list li.diagnosis {
  width: 130px;
  height: 76px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#underheader .gnav .gnav_list li.diagnosis a {
  font-size: 14px;
  background: #3BB077 url(../img/module/icon/icon_diagnosis.svg) no-repeat 50% 10px;
  background-size: 18px auto;
  padding: 40px 8px 22px;
  text-align: center;
  color: #fff;
  width: 130px;
  height: 76px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
#underheader .gnav .gnav_list li.diagnosis a:hover {
  opacity: 0.8;
}
#underheader .gnav .gnav_list li.diagnosis a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 90%;
  height: 2px;
  background: none;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

@media screen and (max-width: 1001px) {
  #header,
  #underheader {
    display: none;
  }
}
.boxes {
  width: 100%;
  border: 1px solid #e5e5e5;
  margin: 2% auto;
  padding: 4%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  color: #3BB077;
}
.boxes h3 {
  font-weight: 500;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  color: #3BB077;
}
.boxes .area_info {
  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: 0 auto;
}
.boxes .area_info .info {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #3BB077;
  color: #3BB077;
  border-radius: 50px;
  padding: 4px 8px;
}

footer {
  position: relative;
  border-top: 1px solid #dedede;
  background-color: #F5F5F5;
  width: 100%;
}
footer .footer_top {
  background-color: #fff;
  padding: 4% 0 2%;
}
footer .boxes_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1000px;
}
footer .boxes_wrap #f_content .btns {
  color: #333333;
}
footer .boxes_wrap #f_content .btns.contact {
  background: #F7E729 url(../img/module/icon/icon_mail_b.svg) no-repeat 18px 50%;
  background-size: auto 24px;
}
footer .boxes_wrap #f_diagno .btns {
  color: #fff;
}
footer .boxes_wrap #f_diagno .btns.diagno {
  background: #3BB077 url(../img/module/icon/icon_diagnosis.svg) no-repeat 22px 50%;
  background-size: auto 34px;
}
footer .boxes_wrap #f_diagno .btns.diagno span {
  font-size: 13px;
  display: block;
}
footer .boxes_wrap .formboxes {
  width: 49%;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  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;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
footer .boxes_wrap .formboxes h2 {
  font-weight: 500;
  font-size: clamp(2.1rem, 3.1vw, 3rem);
  margin: 0.4em auto 0.8em;
}
footer .boxes_wrap .formboxes .sub {
  font-weight: 500;
  font-size: clamp(1.4rem, 3.1vw, 1.5rem);
  margin-bottom: 0.8em;
}
footer .boxes_wrap .formboxes .btns {
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 16px 64px;
  border-radius: 50px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  font-size: clamp(1.6rem, 3.1vw, 2rem);
  margin: auto;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
footer .boxes_wrap .formboxes .btns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer .boxes_wrap .formboxes .btns:hover {
  opacity: 0.5;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
footer .footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 0;
}
footer .footer_link .footer_add {
  width: 22%;
  font-size: clamp(1.2rem, 0.2vw + 1rem, 1.3rem);
}
footer .footer_link .footer_add .add {
  margin-bottom: 0.5rem;
  font-size: clamp(1.3rem, 0.2vw + 1.1rem, 1.4rem);
  line-height: 1.4;
  white-space: nowrap;
}
footer .footer_link .footer_add .tel {
  font-size: clamp(1.3rem, 0.2vw + 1.1rem, 1.4rem);
}
footer .footer_link .footer_add h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.4rem, 0.2vw + 1.2rem, 1.5rem);
  font-weight: 500;
}
footer .footer_link .footer_box {
  width: auto;
}
footer .footer_link .footer_box h3 {
  margin-bottom: 1em;
  font-size: clamp(1.3rem, 0.2vw + 1.1rem, 1.4rem);
  font-weight: 500;
}
footer .footer_link .footer_box li {
  margin-bottom: 0.6em;
  font-size: clamp(1.2rem, 0.2vw + 1rem, 1.3rem);
  font-weight: 400;
}
footer .footer_link .footer_box li a {
  color: #707070;
  text-decoration: none;
}
footer .footer_middle {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  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;
}
footer .footer_middle .tel_boxes {
  width: 100%;
  border: 1px solid #e5e5e5;
  margin: 2% auto;
  padding: 2%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  color: #3BB077;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
footer .footer_middle .tel_boxes h3 {
  font-weight: 500;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  color: #3BB077;
}
footer .footer_middle .area_info {
  width: 100%;
  text-align: center;
  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;
  color: #3BB077;
  margin-bottom: 0.8em;
}
footer .footer_middle .area_info:last-child {
  margin-bottom: 0;
}
footer .footer_middle .area_info .info {
  font-size: clamp(1.2rem, 3.1vw, 1.4rem);
  font-weight: 500;
  border: 1px solid #3BB077;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 1em;
}
footer .footer_middle .area_info .tel a {
  background: url(../img/module/icon/icon_tel_g.svg) no-repeat 18px 50%;
  background-size: auto 28px;
  color: #3BB077;
  padding: 10px 0 10px 44px;
  text-decoration: none;
  font-size: clamp(2.4rem, 3.1vw, 3rem);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
footer .footer_middle .area_info .weekinfo {
  font-weight: 400;
  margin-left: 10px;
  padding: 4px 8px;
  font-size: clamp(1.4rem, 3.1vw, 1.8rem);
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
}
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;
}
footer .footer_bottom {
  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: 12px max(40px, (100% - 1200px) / 2);
  color: #fff;
  background-color: #3BB077;
}
footer .footer_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_bottom ul li {
  margin-right: 1.2em;
}
footer .footer_bottom ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}
footer .footer_bottom .copyright {
  font-size: 13px;
}

@media screen and (max-width: 1001px) {
  footer {
    width: 100%;
    margin: 0 auto;
  }
  footer .footer_top {
    padding: 4% 0;
  }
  footer .boxes_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 4%;
    width: 100%;
    max-width: initial;
  }
  footer .boxes_wrap #f_content .btns {
    color: #333333;
  }
  footer .boxes_wrap #f_content .btns.contact {
    background: #F7E729 url(../img/module/icon/icon_mail_b.svg) no-repeat 18px 50%;
    background-size: auto 24px;
  }
  footer .boxes_wrap #f_diagno .btns.diagno {
    background: #3BB077 url(../img/module/icon/icon_diagnosis.svg) no-repeat 22px 50%;
    background-size: auto 34px;
  }
  footer .boxes_wrap #f_diagno .btns.diagno span {
    font-size: 13px;
    display: block;
  }
  footer .boxes_wrap .formboxes {
    width: 100%;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-bottom: 4%;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    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;
  }
  footer .boxes_wrap .formboxes .btns {
    position: relative;
    display: inline-block;
    font-weight: 500;
    padding: 16px 64px;
    border-radius: 50px;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-decoration: none;
    font-size: clamp(1.6rem, 3.1vw, 2rem);
    margin: auto;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
  }
  footer .boxes_wrap .formboxes .btns::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  footer .boxes_wrap .formboxes .btns:hover {
    opacity: 0.5;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  footer .footer_link {
    display: none;
  }
  footer .footer_middle {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    display: block;
    padding: 0 4%;
  }
  footer .footer_middle .tel_boxes {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin: 2% auto;
    padding: 4%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    color: #3BB077;
  }
  footer .footer_middle .tel_boxes h3 {
    font-weight: 500;
    font-size: clamp(2rem, 3.1vw, 2.4rem);
    color: #3BB077;
  }
  footer .footer_middle .area_info {
    width: 100%;
    text-align: center;
    display: block;
    color: #3BB077;
    margin-bottom: 0.8em;
  }
  footer .footer_middle .area_info:last-child {
    margin-bottom: 0;
  }
  footer .footer_middle .area_info .info {
    display: inline-block;
    margin-top: 0.5em;
    margin-left: 0;
  }
  footer .footer_middle .area_info .tel a {
    background: url(../img/module/icon/icon_tel_g.svg) no-repeat 18px 50%;
    background-size: auto 28px;
    color: #3BB077;
    padding: 10px 0 10px 44px;
  }
  footer .footer_middle .area_info .weekinfo {
    margin-left: 0;
    padding: 4px 8px;
  }
  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;
  }
  footer .footer_bottom {
    padding: 12px 40px;
    color: #fff;
    background-color: #3BB077;
    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;
  }
  footer .footer_bottom ul {
    display: none;
  }
  footer .footer_bottom .copyright {
    font-size: 11px;
  }
}
#spnav {
  position: fixed;
  left: -120%;
}

.sp_header,
.menubtn {
  display: none;
}

@media screen and (max-width: 1001px) {
  .sp_header {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    height: 60px;
    padding: 0 0 0 20px;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.02);
    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;
    z-index: 99;
  }
  .sp_header .sp_header_logo {
    width: 140px;
    text-align: left;
  }
  .menubtn {
    position: relative;
    z-index: 11;
    margin-top: 16px;
    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: 12px;
    height: 3px;
    background-color: #3BB077;
    width: 50%;
  }
  .menubtn span:nth-of-type(1) {
    top: 12px;
  }
  .menubtn span:nth-of-type(2) {
    top: 20px;
  }
  .menubtn span:nth-of-type(3) {
    top: 28px;
  }
  .menubtn.active span:nth-of-type(1) {
    top: 15px;
    left: 13px;
    -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: 27px;
    left: 13px;
    -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: 100%;
    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;
  }
  #spnav ul.sn {
    margin-bottom: 30px;
    padding: 0;
  }
  #spnav ul.sn li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #dedede;
  }
  #spnav ul.sn li a {
    position: relative;
    display: block;
    padding: 18px 18px 18px 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
  }
  #spnav .footer_logo {
    width: 40%;
    max-width: 260px;
    margin: 10px auto 20px;
  }
  #spnav .footer_logo img {
    width: 100%;
    max-width: 260px;
    height: auto;
    display: block;
  }
  #spnav .footer_info {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  #spnav .footer_info h2 {
    font-size: 20px;
    font-weight: 500;
    color: #3BB077;
    margin-bottom: 0.4em;
  }
  #spnav .footer_info .info {
    font-size: clamp(1.2rem, 3.1vw, 1.4rem);
    font-weight: 500;
    border: 1px solid #3BB077;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 1em;
    text-align: center;
    color: #3BB077;
    display: inline-block;
  }
  #spnav .footer_info .add {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 12px;
  }
  #spnav .footer_info .tel a {
    text-decoration: none;
    font-size: clamp(2.4rem, 3.1vw, 3rem);
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    white-space: nowrap;
  }
  #spnav .footer_info .weekinfo {
    font-weight: 400;
    margin-left: 10px;
    padding: 4px 8px;
    font-size: clamp(1.4rem, 3.1vw, 1.8rem);
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
  }
  #spnav .reserv_wrap {
    padding: 0 4%;
  }
  #spnav .reserv_wrap .btns {
    position: relative;
    display: block;
    font-weight: 500;
    padding: 16px 64px;
    border-radius: 6px;
    text-align: center;
    width: 80%;
    text-decoration: none;
    font-size: clamp(1.6rem, 3.1vw, 2rem);
    margin: auto;
  }
  #spnav .reserv_wrap .btns {
    color: #333333;
  }
  #spnav .reserv_wrap .btns.contact {
    background: #F7E729 url(../img/module/icon/icon_mail_b.svg) no-repeat 18px 50%;
    background-size: auto 24px;
    margin-bottom: 0.8em;
  }
  #spnav .reserv_wrap .btns.diagno {
    background: #3BB077 url(../img/module/icon/icon_diagnosis.svg) no-repeat 22px 50%;
    background-size: auto 30px;
    color: #fff;
    margin-bottom: 1.2em;
  }
  #spnav .reserv_wrap .btns.diagno span {
    font-size: 13px;
    display: block;
  }
  #spnav .area_info {
    width: 100%;
    text-align: center;
    display: block;
    color: #3BB077;
    margin-bottom: 0.8em;
  }
  #spnav .area_info:last-child {
    margin-bottom: 0;
  }
  #spnav .area_info .info {
    display: inline-block;
    margin-top: 0.5em;
    margin-left: 0;
  }
  #spnav .area_info .tel a {
    background: url(../img/module/icon/icon_tel_g.svg) no-repeat 18px 50%;
    background-size: auto 28px;
    color: #3BB077;
    padding: 10px 0 10px 44px;
  }
  #spnav .area_info .weekinfo {
    margin-left: 0;
    padding: 4px 8px;
  }
}
.no-scroll #wrapper {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1001px) {
  .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%;
  }
}
/*

.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;
}

.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 DownSubAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownSubAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.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: #333333;
  -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;
  }
}
.corp_lead_wrap {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 774px;
  margin-top: 5%;
  margin-bottom: 5%;
  color: #fff;
  text-align: center;
  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;
  -webkit-clip-path: polygon(0 140px, 100% 0, 100% calc(100% - 140px), 0 100%);
          clip-path: polygon(0 140px, 100% 0, 100% calc(100% - 140px), 0 100%);
  background: url(../img/pages/corporation/corporation_index.jpg) no-repeat 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.corp_lead_wrap .person {
  position: absolute;
  top: -20px;
  width: 438px;
  height: 739px;
  z-index: 1;
}
.corp_lead_wrap .corp_lead_box {
  width: 60%;
  background-color: rgba(0, 133, 151, 0.7568627451);
  color: #fff;
  padding: 2%;
  z-index: 2;
}
.corp_lead_wrap h2 {
  font-size: clamp(2.6rem, 3.1vw, 3.2rem);
  line-height: 1.6;
  margin-bottom: 1em;
  font-weight: 500;
}
.corp_lead_wrap .textcenter p {
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 1001px) {
  .corp_lead_wrap {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 540px;
    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;
    -webkit-clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
            clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
    background: url(../img/pages/corporation/corporation_index.jpg) no-repeat 100% 50%;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .corp_lead_wrap .corp_lead_box {
    width: 90%;
    background-color: rgba(0, 133, 151, 0.7568627451);
    color: #fff;
    padding: 2%;
    z-index: 2;
  }
}
.corp_box_wrap {
  position: relative;
  width: 100%;
  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;
}
.corp_box_wrap .corp_box {
  width: 50%;
  margin-bottom: 3%;
}
.corp_box_wrap .corp_box:nth-child(2n) {
  margin-top: 3%;
}
.corp_box_wrap .corp_box .post_trim {
  aspect-ratio: 16/9;
  z-index: -1;
}
.corp_box_wrap .corp_box .overview {
  margin-top: -40px;
  z-index: 1;
}
.corp_box_wrap .corp_box .overview h3 {
  font-size: clamp(1.8rem, 3.1vw, 2rem);
  margin-bottom: 0.3em;
  padding: 22px 30px 10px;
  font-weight: 500;
  display: inline-block;
  background-color: #fff;
}
.corp_box_wrap .corp_box .overview p {
  font-size: clamp(1.4rem, 3.1vw, 1.5rem);
  padding: 0 30px;
}

@media screen and (max-width: 1001px) {
  .corp_box_wrap {
    position: relative;
    width: 100%;
  }
  .corp_box_wrap .corp_box {
    width: 48%;
    margin-bottom: 3%;
  }
  .corp_box_wrap .corp_box:nth-child(2n) {
    margin-top: 0;
  }
  .corp_box_wrap .corp_box .post_trim {
    aspect-ratio: 1/1;
    z-index: -1;
  }
  .corp_box_wrap .corp_box .overview {
    margin-top: -30px;
    padding: 0;
    z-index: 1;
  }
  .corp_box_wrap .corp_box .overview h3 {
    padding: 12px;
    font-weight: 500;
  }
  .corp_box_wrap .corp_box .overview p {
    padding: 0 12px;
  }
}
.message_wrap {
  position: relative;
  overflow: hidden;
  background-color: #4fabb7;
}
.message_wrap .message_inner {
  position: relative;
  width: 100%;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message_wrap .message_thumb {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 680px;
          flex: 2 1 680px;
  margin-left: calc(50% - 50vw);
}
.message_wrap .name_summary {
  margin-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 510px;
          flex: 1 1 510px;
  padding-left: 2%;
}
.message_wrap .name_summary h2 {
  font-size: clamp(3rem, 3.1vw, 4rem);
  font-weight: 500;
  margin-bottom: 0.6em;
}
.message_wrap .name_summary .katagaki {
  font-size: clamp(1.4rem, 3.1vw, 1.4rem);
  font-weight: 400;
}
.message_wrap .name_summary .katagaki span.name {
  font-size: clamp(1.8rem, 3.1vw, 2.2rem);
  font-weight: 500;
  margin-left: 1em;
}

@media screen and (max-width: 1001px) {
  .message_wrap {
    position: relative;
    overflow: hidden;
    background-color: #008697;
  }
  .message_wrap .message_inner {
    position: relative;
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .message_wrap .message_thumb {
    position: relative;
    margin-left: auto;
  }
  .message_wrap .name_summary {
    margin-left: 0;
    padding: 3% 2%;
  }
}
.careers_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10% auto 8%;
  margin-left: calc(50% - 50vw);
}
.careers_wrap .diprotrude_catch {
  position: absolute;
  top: -18%;
  right: 18%;
  z-index: 1;
}
.careers_wrap .careers_img {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 620px;
          flex: 2 1 620px;
}
.careers_wrap .careers_summary {
  margin-top: -12%;
  margin-left: -10%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  background-color: rgba(255, 255, 255, 0.756);
  padding: 2%;
  z-index: 1;
  -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);
}

.case_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5% auto 5%;
  margin-left: calc(50% - 50vw);
}
.case_wrap .case_img {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 320px;
          flex: 2 1 320px;
}
.case_wrap .case_summary {
  margin-left: -10%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 500px;
          flex: 1 1 500px;
  background-color: rgb(255, 255, 255);
  padding: 4%;
  z-index: 1;
  -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);
}
.case_wrap h2 {
  background-color: #3BB077;
  color: #fff;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.6em;
  padding: 10px;
  display: inline-block;
}
.case_wrap strong {
  color: #3BB077;
}
.case_wrap .field {
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 1001px) {
  .careers_wrap {
    display: block;
    margin: 5% 0;
    margin-left: initial;
  }
  .careers_wrap .diprotrude_catch {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 1;
    width: 42%;
  }
  .careers_wrap .careers_img {
    margin-bottom: 5%;
  }
  .careers_wrap .careers_summary {
    margin-top: initial;
    margin-left: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 510px;
            flex: 1 1 510px;
  }
  .case_wrap {
    display: block;
    margin: 5% 0;
    margin-left: initial;
  }
  .case_wrap .post_length {
    aspect-ratio: 16/9;
  }
  .case_wrap .case_img {
    margin-bottom: 5%;
  }
  .case_wrap .case_summary {
    margin-top: initial;
    margin-left: initial;
  }
}
.protrude {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
  margin-left: calc(50% - 50vw);
}
.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 420px;
          flex: 2 1 420px;
}
.protrude .protrude_summary {
  margin-left: 4%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 510px;
          flex: 1 1 510px;
}
.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 420px;
          flex: 2 1 420px;
}
.protrude.reverse .protrude_summary {
  margin-left: 0;
  margin-right: 4%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 510px;
          flex: 1 1 510px;
}

@media screen and (max-width: 1001px) {
  .protrude {
    display: block;
    margin-left: initial;
  }
  .protrude .protrude_img {
    margin-bottom: 4%;
  }
  .protrude .protrude_summary {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 510px;
            flex: 1 1 510px;
  }
  .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;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 510px;
            flex: 1 1 510px;
  }
}
.choice_bg {
  position: relative;
  background: url(../img/pages/service/choice_bg.jpg) no-repeat 50% 0%;
  background-size: cover;
  height: auto;
  min-height: 360px;
}
.choice_bg .choice_wrap {
  position: absolute;
  bottom: -30px;
  left: 20%;
  z-index: 1;
}
.choice_bg .choice_wrap h1 {
  white-space: nowrap;
  font-size: clamp(1.8rem, 3.1vw, 2.8rem);
  font-weight: 500;
  color: #fff;
}
.choice_bg .choice_wrap span {
  display: inline;
  padding: 1% 2%;
  line-height: 2;
  background-color: #000;
}

@media screen and (max-width: 1001px) {
  .choice_bg {
    position: relative;
    background: url(../img/pages/service/choice_bg.jpg) no-repeat 50% 0%;
    background-size: cover;
    height: auto;
    min-height: 190px;
  }
  .choice_bg .choice_wrap {
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 1;
  }
}
.service_field {
  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;
  border-bottom: 1px solid #dedede;
  margin: 0 0 0.8em;
  padding-bottom: 0.8em;
}
.service_field:last-child {
  border-bottom: none;
}
.service_field h2.headings_display_2 {
  margin-bottom: 0.1em;
}
.service_field .service_point {
  width: 50%;
}
.service_field .btn_point {
  width: 30%;
}

@media screen and (max-width: 1001px) {
  .service_field {
    display: block;
    margin: 0 0 0.8em;
    padding-bottom: 1em;
  }
  .service_field:last-child {
    border-bottom: none;
  }
  .service_field h2.headings_display_2 {
    margin-bottom: 0.1em;
  }
  .service_field .service_point {
    width: 100%;
    margin: 0 0 1em;
  }
  .service_field .btn_point {
    width: 80%;
    margin: 0 auto;
  }
}
.read_detail_wrap {
  position: relative;
  width: 100%;
}

.interview p {
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  line-height: 1.8;
}

.read_detail_hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 4%;
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.read_detail_hero .read_detail_summary {
  padding: 2% 5%;
}
.read_detail_hero .read_detail_summary .name {
  font-size: clamp(2.8rem, 3.1vw, 4.2rem);
  font-weight: 500;
  margin-bottom: 8px;
}
.read_detail_hero .read_detail_summary .from_year {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 400;
  color: #505050;
}

@media screen and (max-width: 1001px) {
  .read_detail_hero {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
  }
}
.life_wrap {
  position: relative;
  color: #fff;
  background: #3BB077 url(../img/pages/service/as.svg) no-repeat 95% 95%;
  background-size: 1000px auto;
  margin: 5% auto 0;
  height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.life_wrap .info {
  z-index: 2;
}
.life_wrap h2 {
  font-size: clamp(2rem, 3.1vw, 2.8rem);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1em;
}
.life_wrap p {
  line-height: 1.7;
}
.life_wrap .device {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 640px;
  z-index: 1;
}

@media screen and (max-width: 1001px) {
  .life_wrap {
    position: relative;
    color: #fff;
    background: #3BB077 url(../img/pages/service/as.svg) no-repeat 95% 95%;
    background-size: 90% auto;
    margin: 10% auto 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .life_wrap .info {
    z-index: 2;
    padding-top: 80px;
  }
  .life_wrap h2 {
    font-size: clamp(2rem, 3.1vw, 2.8rem);
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .life_wrap p {
    line-height: 1.7;
  }
  .life_wrap .device {
    position: absolute;
    top: -40px;
    right: -30px;
    width: 220px;
    z-index: 1;
  }
}
.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.6rem, 3.1vw, 1.8rem);
  line-height: 1.6;
}
.mapflex .look a {
  position: relative;
  display: block;
  padding: 12px 12px 12px 44px;
  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.svg) no-repeat 12px 50%;
  background-size: 18px auto;
}

.boxes_shawdow {
  position: relative;
  width: 100%;
  max-width: 890px;
  margin: 20px auto 20px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 2% 3% 2%;
  border: 1px solid #dedede;
  -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_faq {
  position: relative;
  width: 80%;
  margin: 20px auto 40px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dedede;
  -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_faq h2.title {
  font-size: clamp(2.1rem, 3.1vw, 2.8rem);
  margin-bottom: 24px;
  color: #333333;
  font-weight: 500;
  padding: 3% 2%;
  border-bottom: 1px solid #dedede;
}
.boxes_faq h2.title span {
  color: #3BB077;
}

.boxes_single {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 20px auto 40px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dedede;
  -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;
  padding: 2% 0;
}
.boxes_single.air_list {
  margin: 20px auto 20px;
}
.boxes_single.air_list .btn_w {
  width: 120px;
  float: right;
}
.boxes_single .boxes_single_inner {
  position: relative;
  padding: 2%;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.parm_block {
  position: relative;
  display: block;
  padding: 0 20px;
}
.parm_block::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 16px;
  height: 16px;
  border-top: solid 2px #3BB077;
  border-right: solid 2px #3BB077;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.parm_block:hover {
  opacity: 0.8;
}
.parm_block .parm_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0.3em;
  padding-right: 20px;
}
.parm_block .parm_wrap .air_cat {
  width: 300px;
}
.parm_block .parm_wrap .air_cat.is_cat {
  color: #fff;
  font-weight: 500;
  background-color: #3BB077;
  text-align: center;
  padding: 8px 20px;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
}
.parm_block .parm_wrap .air_cat.is_kouka {
  font-weight: 500;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  color: #3BB077;
  border: 1px solid #3BB077;
  text-align: center;
  padding: 8px 20px;
  background-color: #fff;
}
.parm_block .parm_wrap .air_summary {
  margin-left: 10px;
  width: calc(100% - 300px);
}
.parm_block .parm_wrap .air_summary.is_title {
  font-size: clamp(1.8rem, 3.1vw, 2rem);
  font-weight: 500;
  color: #3BB077;
  padding: 8px 20px;
}
.parm_block .parm_wrap .air_summary.is_text {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 500;
  padding: 4px 20px;
}
.parm_block .text {
  color: #757575;
  margin-top: 1em;
}

@media screen and (max-width: 1001px) {
  .parm_block {
    position: relative;
    display: block;
    padding: 0 20px;
  }
  .parm_block::after {
    position: absolute;
    top: 50%;
    right: 16px;
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #3BB077;
    border-right: solid 2px #3BB077;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .parm_block:hover {
    opacity: 0.8;
  }
  .parm_block .parm_wrap {
    display: block;
    margin-bottom: 0.3em;
    padding-right: 20px;
  }
  .parm_block .parm_wrap .air_cat {
    width: 100%;
  }
  .parm_block .parm_wrap .air_summary {
    margin-left: 0;
    width: 100%;
  }
}
.support_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0.5em;
}
.support_wrap .air_cat {
  width: 230px;
}
.support_wrap .air_cat.is_cat {
  color: #fff;
  font-weight: 500;
  background-color: #3BB077;
  text-align: center;
  padding: 8px 20px;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
}
.support_wrap .air_cat.is_kouka {
  font-weight: 500;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  color: #3BB077;
  border: 1px solid #3BB077;
  text-align: center;
  padding: 4px 20px;
  background-color: #fff;
}
.support_wrap .air_summary {
  margin-left: 10px;
}
.support_wrap .air_summary.is_title {
  font-size: clamp(1.8rem, 3.1vw, 2rem);
  font-weight: 500;
  color: #3BB077;
  padding: 8px 20px;
}
.support_wrap .air_summary.is_text {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 500;
  padding: 4px 20px;
}

@media screen and (max-width: 1001px) {
  .boxes_faq {
    position: relative;
    width: 100%;
  }
  .boxes_single {
    position: relative;
    width: 100%;
    margin: 20px auto 20px;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dedede;
    -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.air_list {
    margin: 20px auto 20px;
  }
  .boxes_single .boxes_single_inner {
    position: relative;
    padding: 2%;
    display: block;
  }
  .boxes_single .boxes_single_inner .btn_w {
    width: 100%;
  }
  .boxes_single .boxes_single_inner .btn_w a {
    padding: 12px 24px 12px 12px;
  }
  .boxes_single .boxes_single_inner .parm_wrap {
    display: block;
    margin-bottom: 0.8em;
  }
  .boxes_single .boxes_single_inner .parm_wrap .air_cat {
    width: 100%;
  }
  .boxes_single .boxes_single_inner .parm_wrap .air_summary {
    margin-left: 0;
  }
  .boxes_single .boxes_single_inner .parm_wrap .air_summary.is_title {
    padding: 8px 0;
  }
  .boxes_single .boxes_single_inner .parm_wrap .air_summary.is_text {
    padding: 4px 0;
  }
  .boxes_single .boxes_single_inner .text {
    margin-top: 1em;
  }
  .parm_block {
    margin-bottom: 4%;
  }
  .support_wrap {
    display: block;
    margin-bottom: 0.5em;
  }
  .support_wrap .air_cat {
    width: 230px;
  }
  .support_wrap .air_cat.is_cat {
    color: #fff;
    font-weight: 500;
    background-color: #3BB077;
    text-align: center;
    padding: 8px 20px;
  }
  .support_wrap .air_cat.is_kouka {
    text-align: center;
    padding: 4px 20px;
    background-color: #fff;
  }
  .support_wrap .air_summary {
    margin-left: 0;
  }
  .support_wrap .air_summary.is_title {
    padding: 8px 0;
  }
  .support_wrap .air_summary.is_text {
    padding: 4px 0;
  }
}
.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: #3BB077;
}

.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 #dedede;
  margin: 2% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.boxes_pages:hover {
  border: 1px solid #3BB077;
  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 #333333;
  border-right: solid 1px #333333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

@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;
  }
}
.kakomi {
  padding: 12px 5%;
  border: 1px solid #dedede;
  font-weight: 400;
}
.kakomi .noteList {
  margin-bottom: 0;
}

.padtext {
  padding: 12px 5%;
}
.padtext p {
  font-size: clamp(1.8rem, 3.1vw, 2.4rem);
  font-weight: 500;
}

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;
  }
}
.timeline li {
  overflow: hidden;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline-date {
  width: 110px;
  float: left;
  margin-top: 10px;
  color: #3BB077;
}

.timeline-content {
  position: relative;
  width: 75%;
  float: left;
  border-left: solid 1px #3BB077;
  padding-left: 40px;
  height: auto;
  line-height: 1.6;
  padding-bottom: 1%;
}
.timeline-content:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #3BB077;
  position: absolute;
  left: -6px;
  top: 10px;
  border-radius: 100%;
}

@media screen and (max-width: 1001px) {
  .timeline-content:before {
    left: -6px;
    top: 10px;
  }
  .timeline > li {
    margin-bottom: 0;
  }
}
.ehs_content {
  position: relative;
  margin-bottom: 5%;
}
.ehs_content p {
  color: #3BB077;
  font-weight: 500;
  line-height: 1.7;
}

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

.qa_list {
  padding: 0.3em;
}
.qa_list a {
  color: #333333;
}
.qa_list a:hover {
  color: #3BB077;
}

.question {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 4px;
  padding: 0.2em 20px 0.5em 80px;
  font-size: clamp(1.8rem, 3.1vw, 1.9rem);
  font-weight: 400;
  border-bottom: 1px solid #dedede;
}
.question:last-child {
  border: none;
}
.question::before {
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 1;
  top: 50%;
  left: 20px;
  display: block;
  content: "Q";
  font-size: clamp(3.2rem, 3.1vw, 3.8rem);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #3BB077;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.answer {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0.5em 20px 1.5em 80px;
}
.answer .inner {
  padding: 0 20px;
}
.answer::before {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 1;
  padding-top: 6px;
  top: 8px;
  left: 24px;
  display: block;
  content: "A";
  font-size: clamp(3.6rem, 3.1vw, 4.2rem);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  border-radius: 50%;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

@media screen and (max-width: 1001px) {
  .qa_list {
    padding-top: 0;
  }
  .question {
    position: relative;
    margin-bottom: 0.8em;
    padding: 0.2em 20px 1.5em 70px;
  }
  .question::before {
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 1;
  }
  .answer {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0.5em 20px 1.5em 80px;
  }
  .answer .inner {
    padding: 0 20px;
  }
  .answer::before {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 1;
    padding-top: 6px;
    top: 0;
    left: 24px;
    display: block;
    content: "A";
    font-size: clamp(3.8rem, 3.1vw, 4.4rem);
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    border-radius: 50%;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
.interview_flex {
  position: relative;
  padding: 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  border: 1px solid #dedede;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
}

.interviewBox {
  display: block;
  width: 100%;
  height: 100%;
}
.interviewBox a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.interviewBox a:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.prof {
  margin-top: -40px;
  position: relative;
  width: 80%;
  background-color: #333;
  color: #fff;
  padding: 12px 16px;
}
.prof::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.prof .name {
  font-size: clamp(1.7rem, 3.1vw, 2rem);
  font-weight: 500;
  margin-bottom: 4px;
}
.prof .from_year {
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  font-weight: 300;
}

@media screen and (max-width: 1001px) {
  .interview_flex {
    position: relative;
    padding: 8%;
    display: block;
  }
  .interviewBox {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 4%;
  }
  .interviewBox .post_length {
    aspect-ratio: 1/1;
  }
}
.service_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2% 5%;
  border-bottom: 1px solid #dedede;
}
.service_info:last-child {
  border-bottom: none;
}
.service_info .btns {
  position: relative;
  display: inline-block;
  font-weight: 500;
  margin-left: auto;
  padding: 16px 64px;
  border-radius: 6px;
  text-align: center;
  width: 236px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.service_info .btns.contact {
  color: #333333;
  background: #F7E729 url(../img/module/icon/icon_mail_b.svg) no-repeat 18px 50%;
  background-size: auto 16px;
}
.service_info .btns.diagno {
  color: #fff;
  background: #3BB077 url(../img/module/icon/icon_diagnosis.svg) no-repeat 22px 50%;
  background-size: auto 24px;
}
.service_info .btns.diagno span {
  font-size: 12px;
  display: block;
}
.service_info .area_wrap {
  width: 70%;
}
.service_info h2 {
  position: relative;
  font-size: clamp(1.8rem, 3.1vw, 2.4rem);
  font-weight: 500;
  line-height: 1.6;
  color: #3BB077;
  margin: 0;
}
.service_info p {
  font-size: clamp(1.4rem, 3.1vw, 1.5rem);
}
.service_info .area_info {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_info .area_info .info {
  font-size: clamp(1.2rem, 3.1vw, 1.4rem);
  font-weight: 500;
  border: 1px solid #3BB077;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 1em;
  color: #3BB077;
}
.service_info .area_info .tel a {
  background: url(../img/module/icon/icon_tel_g.svg) no-repeat 0 50%;
  background-size: auto 28px;
  color: #3BB077;
  padding: 10px 0 10px 32px;
  text-decoration: none;
  font-size: clamp(2.4rem, 3.1vw, 3rem);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.service_info .area_info .weekinfo {
  margin-left: 10px;
  padding: 4px 8px;
  font-size: clamp(1.4rem, 3.1vw, 1.8rem);
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
}

@media screen and (max-width: 1001px) {
  .service_info {
    display: block;
  }
  .service_info .btns {
    position: relative;
    display: inline-block;
    padding: 16px 64px;
    border-radius: 6px;
    margin: 1em auto;
    width: 100%;
  }
  .service_info .area_wrap {
    width: 100%;
  }
  .service_info h2 {
    margin: 0.3em 0;
  }
  .service_info p {
    margin: 0;
  }
  .service_info .area_info {
    width: 100%;
    text-align: left;
    display: block;
  }
  .service_info .area_info .info {
    margin: 0 auto 0.8em;
    color: #3BB077;
    display: inline-block;
  }
  .service_info .area_info .tel a {
    background: url(../img/module/icon/icon_tel_g.svg) no-repeat 0 50%;
    background-size: auto 22px;
    color: #3BB077;
    padding: 10px 0 10px 28px;
  }
  .service_info .area_info .weekinfo {
    margin: 0 auto 0.5em;
  }
}
.carees_info {
  padding: 2% 5% 0;
}
.carees_info h1 {
  position: relative;
  color: #3BB077;
  font-size: clamp(2.8rem, 3.1vw, 3.8rem);
  font-weight: 500;
  margin: 0.5em auto 1em;
  text-align: center;
  display: block;
}
.carees_info .carees_wrap {
  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;
  margin-bottom: 2%;
}
.carees_info .carees_wrap .btn_w {
  width: 48%;
}
.carees_info .carees_wrap .btn_w a {
  padding: 20px;
  border: 1px solid #3BB077;
}
.carees_info .infocopy {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #3BB077;
  font-size: clamp(1.8rem, 3.1vw, 2.4rem);
  font-weight: 500;
  line-height: 1.6;
  padding: 20px;
}

.diagnosis_wrap {
  position: relative;
  background-color: #F0F7F6;
  margin: 0 auto 40px;
  padding: 2%;
  border-radius: 4px;
}
.diagnosis_wrap:last-child {
  bottom: 0;
  border: none;
}
.diagnosis_wrap.triangle:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #3BB077 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
}
.diagnosis_wrap .diagnosis_summary {
  padding-right: 100px;
}
.diagnosis_wrap .diagnosis_summary.dia_01 {
  background: url(../img/module/icon/dia_01.svg) no-repeat 100% 50%;
  background-size: 80px auto;
}
.diagnosis_wrap .diagnosis_summary.dia_02 {
  background: url(../img/module/icon/dia_02.svg) no-repeat 100% 50%;
  background-size: 80px auto;
}
.diagnosis_wrap .diagnosis_summary.dia_03 {
  background: url(../img/module/icon/dia_03.svg) no-repeat 100% 50%;
  background-size: 80px auto;
}
.diagnosis_wrap .diagnosis_summary.dia_04 {
  background: url(../img/module/icon/dia_04.svg) no-repeat 100% 50%;
  background-size: 80px auto;
}
.diagnosis_wrap .diagnosis_summary.dia_05 {
  background: url(../img/module/icon/dia_05.svg) no-repeat 100% 50%;
  background-size: 80px auto;
}
.diagnosis_wrap .num_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8em;
}
.diagnosis_wrap .num_inner h2.headings_display_2 {
  margin: 0 0 0 20px;
}
.diagnosis_wrap .num {
  background-color: #F7E729;
  border-radius: 50%;
  font-size: clamp(2.1rem, 3.1vw, 3.4rem);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-align: center;
  width: 70px;
  height: 70px;
  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;
}
.diagnosis_wrap .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 90px;
}
.diagnosis_wrap .text_wrap .text {
  position: relative;
  width: 100%;
  height: auto;
}
.diagnosis_wrap .btns {
  position: relative;
  display: inline-block;
  font-weight: 500;
  margin-left: auto;
  padding: 16px 64px;
  border-radius: 6px;
  text-align: center;
  width: 236px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.diagnosis_wrap .btns.diagno {
  color: #fff;
  background: #3BB077 url(../img/module/icon/icon_diagnosis.svg) no-repeat 22px 50%;
  background-size: auto 24px;
}
.diagnosis_wrap .btns.diagno span {
  font-size: 12px;
  display: block;
}
.diagnosis_wrap .btns.diagno:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0.8;
}

@media screen and (max-width: 1001px) {
  .diagnosis_wrap {
    position: relative;
    background-color: #F0F7F6;
    margin: 0 auto 30px;
    padding: 3%;
    border-radius: 4px;
  }
  .diagnosis_wrap .diagnosis_summary {
    padding-right: 0px;
  }
  .diagnosis_wrap .diagnosis_summary.dia_01 {
    background: url(../img/module/icon/dia_01.svg) no-repeat 100% 3%;
    background-size: 30px auto;
  }
  .diagnosis_wrap .diagnosis_summary.dia_02 {
    background: url(../img/module/icon/dia_02.svg) no-repeat 100% 3%;
    background-size: 30px auto;
  }
  .diagnosis_wrap .diagnosis_summary.dia_03 {
    background: url(../img/module/icon/dia_03.svg) no-repeat 100% 3%;
    background-size: 30px auto;
  }
  .diagnosis_wrap .diagnosis_summary.dia_04 {
    background: url(../img/module/icon/dia_04.svg) no-repeat 100% 3%;
    background-size: 30px auto;
  }
  .diagnosis_wrap .diagnosis_summary.dia_05 {
    background: url(../img/module/icon/dia_05.svg) no-repeat 100% 3%;
    background-size: 30px auto;
  }
  .diagnosis_wrap .num_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.8em;
  }
  .diagnosis_wrap .num_inner h2.headings_display_2 {
    margin: 0 0 0 20px;
  }
  .diagnosis_wrap .num {
    width: 40px;
    height: 40px;
  }
  .diagnosis_wrap .text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }
  .diagnosis_wrap .text_wrap .text {
    position: relative;
    width: 100%;
    height: auto;
  }
  .diagnosis_wrap .btns {
    width: 100%;
  }
}
.pages_wrap {
  margin-bottom: 4%;
}

.pages_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6em;
}
.pages_inner .is_cat {
  color: #fff;
  font-weight: 500;
  background-color: #3BB077;
  text-align: center;
  padding: 8px 20px;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  border: 1px solid #3BB077;
}
.pages_inner .is_kouka {
  font-weight: 500;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  color: #3BB077;
  border: 1px solid #3BB077;
  text-align: center;
  padding: 8px 20px;
  margin-left: 0.8em;
  background-color: #fff;
}
.pages_inner .is_text {
  margin-left: 0.8em;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 500;
  padding: 8px 0;
}

@media screen and (max-width: 1001px) {
  .pages_inner {
    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;
    margin-bottom: 0.6em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pages_inner .is_cat {
    width: 48%;
  }
  .pages_inner .is_kouka {
    width: 48%;
    margin-left: 0;
  }
  .pages_inner .is_text {
    width: 100%;
    margin-left: 0;
  }
}
.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;
}

.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 #dedede;
}
.ttflexBlock .ttflexBlock_guide .flex_th a {
  font-size: 14px;
  text-decoration: underline;
}
.ttflexBlock .ttflexBlock_guide .flex_th {
  margin-bottom: 0.6em;
}
.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: 190px;
}

@media screen and (max-width: 1001px) {
  .anc_wrap {
    scroll-margin-top: 100px;
  }
}
/*　画像の拡大　*/
.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);
  }
}
/* 左右フェードの初期非表示（スクロールトリガー前は非表示） */
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 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);
  }
}
.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 #dedede;
}
.pages_sub_wrap .allbtn:hover {
  opacity: 1;
  color: #3BB077;
}

.tag_title .date {
  color: rgba(0, 0, 0, 0.4274509804);
  font-size: clamp(1.4rem, 3.1vw, 1.4rem);
  margin-bottom: 0.5em;
}
.tag_title .cat_label li {
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  padding: 2px 10px;
  border-radius: 50px;
  display: inline-block;
}

.topics_wrap {
  max-width: 840px;
  margin: 0 auto;
  padding: 2% 0;
}
.topics_wrap .topicks_link {
  position: relative;
  display: block;
  border-bottom: 1px solid #dedede;
  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: #3BB077;
}
.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 #dedede;
    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: #3BB077;
  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 #3BB077;
  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;
}

.is_results {
  padding-top: 3%;
  padding-bottom: 3%;
}

.is_airfilter {
  padding-top: 3%;
  padding-bottom: 3%;
}
.is_airfilter h1 {
  position: relative;
  color: #3BB077;
  font-size: clamp(3.2rem, 3.1vw, 4rem);
  font-weight: 500;
}

.is_airfilter {
  position: relative;
}
.is_airfilter .air_menu {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.is_airfilter .air_menu li {
  position: relative;
}
.is_airfilter .air_menu li a {
  position: relative;
  display: block;
  border-radius: 6px;
  border: 2px solid #3BB077;
  padding: 16px 16px 16px 44px;
  text-decoration: none;
  color: #3BB077;
  font-weight: 500;
  overflow: hidden;
}
.is_airfilter .air_menu li.i_air {
  background: #fff url(../img/module/icon/i_air.svg) no-repeat 12px 50%;
  background-size: 22px auto;
}
.is_airfilter .air_menu li.i_earth {
  background: #fff url(../img/module/icon/i_earth.svg) no-repeat 12px 50%;
  background-size: 22px auto;
}
.is_airfilter .air_menu li.i_bil {
  background: #fff url(../img/module/icon/i_bil.svg) no-repeat 12px 50%;
  background-size: 22px auto;
}
.is_airfilter .air_menu li.i_hosptal {
  background: #fff url(../img/module/icon/i_hosptal.svg) no-repeat 12px 50%;
  background-size: 22px auto;
}
.is_airfilter .air_menu li.i_koujyo {
  background: #fff url(../img/module/icon/i_koujyo.svg) no-repeat 12px 50%;
  background-size: 22px auto;
}
.is_airfilter .air_menu li.i_all {
  background: #fff url(../img/module/icon/i_all.svg) no-repeat 12px 50%;
  background-size: 22px auto;
}

.blu3300 {
  position: absolute;
  top: 0;
  right: 0;
}
.blu3300 img {
  max-width: 520px;
}

@media screen and (max-width: 1001px) {
  .is_airfilter {
    position: relative;
  }
  .is_airfilter .air_menu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .blu3300 {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
  .blu3300 img {
    max-width: 200px;
  }
}
.philosophy_wrap {
  position: relative;
}
.philosophy_wrap .philosophy_thumb {
  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;
}
.philosophy_wrap .philosophy_thumb .catch {
  position: absolute;
  width: 390px;
  background-color: rgba(0, 133, 151, 0.7568627451);
  color: #fff;
  padding: 2%;
  z-index: 2;
}
.philosophy_wrap .philosophy_thumb .item_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 50%;
}
.philosophy_wrap .philosophy_thumb .item_sub .item {
  position: relative;
  width: 100%;
  height: 50%;
}
.philosophy_wrap .philosophy_thumb .item_sub .item:nth-child(1) {
  background: url(../img/pages/corporation/phil_1.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 320px;
}
.philosophy_wrap .philosophy_thumb .item_sub .item:nth-child(2) {
  background: url(../img/pages/corporation/phil_2.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 320px;
}

.service_visual {
  position: relative;
  border-bottom: 1px solid #dedede;
}
.service_visual .service_inner {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 40px);
  max-width: 1200px;
  height: calc(9vh + 9vw);
}
.service_visual .service_inner .title {
  text-align: left;
  z-index: 2;
}
.service_visual .service_inner .title h1 {
  font-size: clamp(2.8rem, 3.1vw, 3.8rem);
  font-weight: 500;
  margin: 0 0 6px;
  line-height: 1;
  color: #fff;
}
.service_visual .service_inner .title .sub {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
  color: #3BB077;
}
.service_visual .bg_cover {
  position: absolute;
  top: 0;
  background-color: rgba(55, 55, 55, 0.377);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.service_visual .item_sub {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  z-index: -1;
}
.service_visual .item_sub .item {
  position: relative;
  width: 100%;
  height: 50%;
}
.service_visual .item_sub .item:nth-child(1) {
  background: url(../img/pages/service/ennoshita_ph2.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: calc(9vh + 9vw);
}
.service_visual .item_sub .item:nth-child(2) {
  background: url(../img/pages/service/service_5.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: calc(9vh + 9vw);
}

.recurut_visual {
  position: relative;
}
.recurut_visual .recurut_thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recurut_visual .recurut_thumb .catch {
  position: absolute;
  width: 560px;
  padding: 2%;
  z-index: 2;
}
.recurut_visual .recurut_thumb .catch img {
  margin-top: 40px;
  margin-left: 20%;
}
.recurut_visual .recurut_thumb .bg_cover {
  position: absolute;
  background-color: rgba(55, 55, 55, 0.377);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.recurut_visual .recurut_thumb .item_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 50%;
}
.recurut_visual .recurut_thumb .item_sub .item {
  position: relative;
  width: 100%;
  height: 50%;
}
.recurut_visual .recurut_thumb .item_sub .item:nth-child(1) {
  background: url(../img/pages/careers/careers_1.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 470px;
}
.recurut_visual .recurut_thumb .item_sub .item:nth-child(2) {
  background: url(../img/pages/careers/careers_2.jpg) no-repeat 50% 100%;
  background-size: cover;
  height: 470px;
}

@media screen and (max-width: 1001px) {
  .recurut_visual {
    position: relative;
  }
  .recurut_visual .recurut_thumb {
    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;
  }
  .recurut_visual .recurut_thumb .catch {
    position: absolute;
    width: 80%;
    padding: 2%;
    z-index: 2;
  }
  .recurut_visual .recurut_thumb .catch img {
    margin-top: 0;
    margin-left: 0;
  }
  .recurut_visual .recurut_thumb .bg_cover {
    position: absolute;
    background-color: rgba(55, 55, 55, 0.377);
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .recurut_visual .recurut_thumb .item_sub {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 50%;
  }
  .recurut_visual .recurut_thumb .item_sub .item {
    position: relative;
    width: 100%;
    height: 50%;
  }
  .recurut_visual .recurut_thumb .item_sub .item:nth-child(1) {
    background: url(../img/pages/careers/careers_1.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 280px;
  }
  .recurut_visual .recurut_thumb .item_sub .item:nth-child(2) {
    background: url(../img/pages/careers/careers_2.jpg) no-repeat 50% 100%;
    background-size: cover;
    height: 280px;
  }
}
.recurut_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recurut_wrap .recurut_thumb {
  width: 58%;
}
.recurut_wrap .recurut_thumb .item_sub {
  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;
  width: 100%;
  height: 100%;
}
.recurut_wrap .recurut_thumb .item_sub .item {
  position: relative;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.recurut_wrap .recurut_thumb .item_sub .item:nth-child(1) {
  background: url(../img/pages/careers/careers_1.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 270px;
}
.recurut_wrap .recurut_thumb .item_sub .item:nth-child(2) {
  background: url(../img/pages/careers/careers_2.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 270px;
}
.recurut_wrap .recurut_summary {
  padding: 2% 5% 2% 2%;
  width: 36%;
}
.recurut_wrap .text {
  margin-bottom: 2.5em;
}
.recurut_wrap h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  font-weight: 500;
  margin: 1em auto;
}
.recurut_wrap h2::before, .recurut_wrap h2::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #333333;
}
.recurut_wrap h2::before {
  margin-right: 1rem;
}
.recurut_wrap h2::after {
  margin-left: 1rem;
}
.recurut_wrap .wrap_link {
  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;
  margin-bottom: 1em;
}
.recurut_wrap .wrap_link .btn_w {
  width: 48%;
}

@media screen and (max-width: 1001px) {
  .recurut_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .recurut_wrap .recurut_thumb {
    width: 100%;
  }
  .recurut_wrap .recurut_thumb .item_sub {
    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: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 100%;
  }
  .recurut_wrap .recurut_thumb .item_sub .item {
    position: relative;
    width: 50%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .recurut_wrap .recurut_thumb .item_sub .item:nth-child(1) {
    background: url(../img/pages/careers/careers_1.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 140px;
  }
  .recurut_wrap .recurut_thumb .item_sub .item:nth-child(2) {
    background: url(../img/pages/careers/careers_2.jpg) no-repeat 100% 50%;
    background-size: cover;
    height: 140px;
  }
  .recurut_wrap .recurut_summary {
    margin-left: auto;
    padding: 2% 4%;
    width: 100%;
  }
}
.is_recurut {
  background-color: #E7F2F0;
}

.graybg {
  background-color: #F9F9F9;
}

.graygr {
  background-color: #E7F2ED;
}

@media (min-width: 1281px) {
  /* 600px以上の場合は4列にする */
  .item_support {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1280px) {
  /* 599px以下の場合は2列にする */
  .item_support {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1001px) {
  .item_support {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.item_support {
  position: relative;
  display: grid;
  gap: 0;
  width: 100%;
  height: 100%;
}
.item_support .item_support_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.778);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.item_support .item_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
  display: block;
}
.item_support .item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 420px;
  background-color: rgba(0, 0, 0, 0.8);
}
.item_support .item .post_trim {
  max-height: 420px;
}
.item_support .item .title_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  text-align: center;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 16px;
}
.item_support .item .title_box .s_title {
  color: #fff;
  font-size: clamp(1.8rem, 3.1vw, 2.6rem);
  font-weight: 500;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  display: block;
  width: auto;
  text-shadow: 1px 2px 3px #333;
}
.item_support .item .title_box .detail {
  font-size: clamp(1.4rem, 3.1vw, 1.8rem);
  font-weight: 500;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 16px;
  text-align: center;
  text-shadow: 1px 2px 3px #333;
}

@media screen and (max-width: 1001px) {
  .item_support .item_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .item_support .item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 200px;
  }
  .item_support .item .post_trim {
    max-height: 300px;
  }
}
.service_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.service_img {
  position: relative;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service_img .post_box {
  width: 50%;
}

.menu_link {
  position: absolute;
  top: 100px;
  left: 5%;
  width: 100%;
  max-width: 480px;
}
.menu_link li {
  margin-bottom: 0.8em;
  border: 1px solid #dedede;
  background-color: #fff;
  padding: 4px 4px;
}
.menu_link li a {
  position: relative;
  color: #333333;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 20px 24px 20px 12px;
  border-left: 2px solid #F7E729;
  width: auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_link li a span {
  color: #3BB077;
}
.menu_link li a::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);
}
.menu_link li a:hover {
  color: #3BB077;
  border-left: 2px solid #3BB077;
}
@media screen and (max-width: 1001px) {
  .service_wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 5%;
  }
  .service_img {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service_img .post_trim {
    width: 100%;
    height: 180px;
  }
  .menu_link {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin: -30px auto 0;
  }
  .menu_link li {
    margin-bottom: 0.8em;
    border: 1px solid #dedede;
    background-color: #fff;
    padding: 4px 4px;
  }
}
.centerBox {
  margin: 0 auto;
  text-align: center;
}
.centerBox .text {
  text-align: center;
  margin-bottom: 2%;
}

.bg_cover {
  background-color: rgba(238, 243, 216, 0.9019607843);
}

.text {
  margin-bottom: 1.2em;
}

.interview_text p {
  font-size: clamp(1.6rem, 3.1vw, 1.6rem);
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 1.4em;
}

.flex_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 3%;
  width: 90%;
}
.flex_menu .menu_circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 3px solid #3BB077;
  background-color: #fff;
  color: #505050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flex_menu .menu_circle:hover {
  color: #3BB077;
}
.flex_menu .menu_circle .itemtitle {
  font-size: clamp(2.6rem, 3.1vw, 3rem);
  font-weight: 400;
  margin-bottom: 0.4em;
}
.flex_menu .menu_circle .iteminfo {
  font-size: clamp(1.6rem, 3.1vw, 2rem);
  font-weight: 300;
}

.flex_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex_price .box_price {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border-right: 1px solid #dedede;
}
.flex_price .box_price:last-child {
  border: none;
}
.flex_price .box_price h2 {
  font-size: clamp(2.4rem, 3.1vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 0.2em;
}
.flex_price .box_price h3 {
  font-size: clamp(1.7rem, 3.1vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 0.2em;
  color: #828282;
}
.flex_price .box_price p {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  margin-bottom: 0.8em;
  color: #828282;
}
.flex_price .box_price .price {
  font-size: clamp(1.7rem, 3.1vw, 1.8rem);
  font-weight: 700;
  color: #000000;
}
.flex_price .box_price .price.autom {
  margin-top: auto;
}
.flex_price .box_price .price {
  margin-bottom: 1em;
}
.flex_price .box_price .btn.autom {
  margin-top: auto;
}

@media screen and (max-width: 1001px) {
  .flex_menu {
    display: block;
    margin: 0 auto 3%;
    width: 100%;
  }
  .flex_menu .menu_circle {
    margin: 0 auto 20px;
    width: 260px;
    height: 260px;
  }
  .flex_price {
    display: block;
    margin: 0 auto 3%;
  }
  .flex_price .box_price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #dedede;
  }
  .flex_price .box_price:last-child {
    border: none;
  }
}
.product_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.product_column .product_listbox {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_column .product_listbox:hover {
  border: 1px solid #3BB077;
}
.product_column .product_listbox .overview {
  border-top: 1px solid #dedede;
  padding: 16px;
}
.product_column .product_listbox .overview h2 {
  font-size: clamp(1.6rem, 3.1vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 0.8em;
  padding: 12px 0 12px 50px;
}
.product_column .product_listbox .overview h2.title {
  margin-bottom: 0.5em;
  padding: 0;
}
.product_column .product_listbox .overview h2.i_air {
  background: url(../img/module/icon/i_air.svg) no-repeat 0 50%;
  background-size: 32px auto;
}
.product_column .product_listbox .overview h2.i_earth {
  background: url(../img/module/icon/i_earth.svg) no-repeat 0 50%;
  background-size: 32px auto;
}
.product_column .product_listbox .overview h2.i_bil {
  background: url(../img/module/icon/i_bil.svg) no-repeat 0 50%;
  background-size: 32px auto;
}
.product_column .product_listbox .overview h2.i_hosptal {
  background: url(../img/module/icon/i_hosptal.svg) no-repeat 0 50%;
  background-size: 32px auto;
}
.product_column .product_listbox .overview h2.i_koujyo {
  background: url(../img/module/icon/i_koujyo.svg) no-repeat 0 50%;
  background-size: 32px auto;
}
.product_column .product_listbox .overview p {
  font-size: clamp(1.4rem, 3.1vw, 1.4rem);
  margin-bottom: 0;
  color: #6f6f6f;
}

@media screen and (max-width: 1001px) {
  .product_column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.product_cat_title {
  font-size: clamp(2.6rem, 3.1vw, 3rem);
  font-weight: 500;
  margin-bottom: 1em;
  padding: 12px 0 12px 60px;
}
.product_cat_title span {
  color: #3BB077;
}
.product_cat_title.i_airfilter {
  background: url(../img/module/icon/i_air.svg) no-repeat 0 50%;
  background-size: 44px auto;
}
.product_cat_title.i_environment {
  background: url(../img/module/icon/i_earth.svg) no-repeat 0 50%;
  background-size: 44px auto;
}
.product_cat_title.i_building {
  background: url(../img/module/icon/i_bil.svg) no-repeat 0 50%;
  background-size: 44px auto;
}
.product_cat_title.i_hospital {
  background: url(../img/module/icon/i_hosptal.svg) no-repeat 0 50%;
  background-size: 44px auto;
}
.product_cat_title.i_factory {
  background: url(../img/module/icon/i_koujyo.svg) no-repeat 0 50%;
  background-size: 44px auto;
}

#visual_corporation {
  background: url(../img/pages/corporation/visual_corporation.jpg) no-repeat 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
#visual_corporation .title h1,
#visual_corporation .title .sub {
  color: #fff;
}

#visual_product {
  background: url(../img/pages/product/visual_product.jpg) no-repeat 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
#visual_product .title h1,
#visual_product .title .sub {
  color: #fff;
}

.pages_visual_under {
  position: relative;
  width: 100%;
  height: calc(9vh + 9vw);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.pages_visual_under .pages_visual_inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  height: calc(9vh + 9vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pages_visual_under .pages_visual_inner .title {
  text-align: left;
}
.pages_visual_under .pages_visual_inner .title h1 {
  font-size: clamp(2.1rem, 3.1vw, 3.6rem);
  font-weight: 500;
  margin: 0 0 6px;
  line-height: 1.4;
  color: #333333;
}
.pages_visual_under .pages_visual_inner .title .sub {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
  color: #3BB077;
}

@media screen and (max-width: 1001px) {
  .pages_visual_under {
    position: relative;
    width: 100%;
    height: calc(8vh + 8vw);
  }
  .pages_visual_under .pages_visual_inner {
    position: relative;
    max-width: initial;
    height: calc(8vh + 8vw);
  }
  .pages_visual_under .pages_visual_inner .title {
    text-align: left;
  }
}
.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: #333333;
  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: #333333 !important;
  color: #fff !important;
}

.nextpostslink,
.previouspostslink {
  background: none !important;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  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);
}

.side-recruit-banner {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  display: block;
  line-height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.side-recruit-banner:hover {
  opacity: 0.85;
  -webkit-transform: translateY(-50%) translateX(-3px);
          transform: translateY(-50%) translateX(-3px);
}
.side-recruit-banner picture {
  display: block;
}
.side-recruit-banner img {
  display: block;
  width: auto;
  max-width: 80px;
  height: auto;
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.18);
          box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 767px) {
  .side-recruit-banner {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: none;
            transform: none;
  }
  .side-recruit-banner:hover {
    opacity: 0.85;
    -webkit-transform: none;
            transform: none;
  }
  .side-recruit-banner picture {
    display: block;
    width: 95%;
  }
  .side-recruit-banner img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 90px;
  }
}
.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: #333333;
}
.btn:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #3BB077;
}
.btn:hover span {
  color: #fff;
}
.btn.is_detail {
  background-color: #fff;
}

.btn_g {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  outline: none;
}
.btn_g a {
  position: relative;
  display: block;
  color: #fff;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  font-weight: 500;
  background-color: #3BB077;
  padding: 24px 36px 24px 24px;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
  max-width: 400px;
}
.btn_g a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.btn_g a:hover {
  background-color: #56cc93;
}
.btn_g.w100 {
  width: 100%;
}

.btn_w {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  outline: none;
}
.btn_w a {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  font-weight: 500;
  color: #3BB077;
  background-color: #fff;
  padding: 16px 36px 16px 20px;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.btn_w a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #3BB077;
  border-right: solid 1px #3BB077;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.btn_w a.cb {
  color: #333333;
  border: 1px solid #dedede;
}
.btn_w a.cb::after {
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
}
.btn_w a.cb:hover {
  color: #3BB077;
  background-color: #fff;
}
.btn_w a:hover {
  color: #fff;
  background-color: #3BB077;
}
.btn_w.w100 {
  width: 100%;
}

.is_support .btn_g a {
  width: 400px;
}

@media screen and (max-width: 1001px) {
  .is_support .btn_g {
    display: block;
  }
  .is_support .btn_g a {
    width: 100%;
  }
}
/*== ボタン共通設定 */
.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);
}

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

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

@media screen and (max-width: 1001px) {
  .field {
    margin-bottom: 2%;
  }
}
.inner {
  padding: 2% 5%;
}

.innerBlock {
  padding: 0 10%;
}

.innerBlockLarge {
  padding: 0% 20%;
}

/*見出し1 中央揃え*/
.headings_Boxcenter {
  position: relative;
  text-align: center;
  margin: 1em auto 1em;
  display: block;
}
.headings_Boxcenter .headings_center_1 {
  position: relative;
  color: #333333;
  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: #3BB077;
}
.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.2rem, 3.1vw, 3.4rem);
  font-weight: 500;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 0.6em;
  text-align: center;
  display: inline-block;
  color: #333333;
}
.headings_Boxcenter .headings_center_2 span {
  color: #3BB077;
}
.headings_Boxcenter .headings_center_2::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3BB077;
  left: 50%;
  top: -40px;
  width: 45px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.headings_Boxcenter .headings_center_en {
  position: relative;
  color: #3BB077;
  font-size: clamp(4rem, 3.1vw, 6rem);
  font-weight: 500;
  margin: 0 auto;
  padding-bottom: 0;
  text-align: center;
  display: inline-block;
  font-family: "Outfit", sans-serif;
}
.headings_Boxcenter .subhead_en {
  margin-bottom: 5px;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  font-weight: 700;
  text-align: center;
}

.headings_Box .headings_display_1 {
  position: relative;
  color: #3BB077;
  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 .headings_center_1 {
  position: relative;
  color: #3BB077;
  font-size: clamp(2.3rem, 3.1vw, 5rem);
  font-weight: 300;
  margin: 0;
  padding-bottom: 0.1em;
  text-align: left;
  display: inline-block;
}
.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: #333333;
}

.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: #3BB077;
  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: #3BB077;
  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;
}

.product_single_title {
  position: relative;
  font-size: clamp(2.4rem, 3.1vw, 3.4rem);
  margin-bottom: 0.8em;
  color: #09a198;
  font-weight: 500;
}

.headings_acf_display_1 {
  position: relative;
  font-size: clamp(2.1rem, 3.1vw, 2.6rem);
  margin-bottom: 0.8em;
  color: #333333;
  font-weight: 500;
}

.headings_acf_display_2 {
  font-size: clamp(2.1rem, 3.1vw, 2.6rem);
  margin: 2% 0;
  color: #333333;
  font-weight: 500;
}
.headings_acf_display_2 span {
  color: #3BB077;
}

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

.headings_acf_display_4 {
  font-size: clamp(1.7rem, 3.1vw, 1.8rem);
  font-weight: 500;
  margin: 0.5em 0 1em;
  padding: 12px;
  color: #333333;
  background-color: #ebebeb;
}

.price_h_under {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 700;
  margin: -1em 0 1.5em 0;
}

.textblock {
  margin: 1% auto 4%;
}
.textblock p {
  font-size: clamp(1.6rem, 3.1vw, 1.6rem);
}
.textblock.bold {
  font-size: 20px;
  line-height: 1.5;
  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: #333333;
}

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

@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,
.acf_ph_2column,
.acf_ph_3column {
  margin-top: 10px;
  margin-bottom: 20px;
}
.acf_ph_1column .post_box,
.acf_ph_1column img,
.acf_ph_2column .post_box,
.acf_ph_2column img,
.acf_ph_3column .post_box,
.acf_ph_3column img {
  margin-bottom: 10px;
}

.acf_ph_1column img {
  margin-bottom: 30px;
}

.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;
}

.acf_ph_2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 60px;
}
.acf_ph_2column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1001px) {
  .acf_ph_2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: initial;
    margin: 10px auto 20px;
  }
}
.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%;
}
.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-bottom: 6%;
  font-weight: 500;
  color: #3BB077;
}
.flex_content h3 {
  font-size: clamp(1.8rem, 3.1vw, 1.9rem);
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 500;
}
.flex_content .flex_ph {
  position: relative;
  width: 45%;
  overflow: hidden;
}
.flex_content .flex_ph.large {
  width: 50%;
}
.flex_content .post_length {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.flex_content .flex_summary {
  width: 50%;
}
.flex_content .flex_summary .text {
  margin-bottom: 10%;
}
.flex_content .flex_summary.sm {
  width: 40%;
}

@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%;
    min-height: 300px;
  }
  .flex_content .flex_ph.large {
    width: 100%;
  }
  .flex_content .flex_summary {
    width: 100%;
    max-width: initial;
  }
  .flex_content .flex_summary.sm {
    width: 100%;
  }
}
.img_re_center {
  margin: 0 auto 5%;
  width: 80%;
}
.img_re_center img {
  margin: 0 auto;
  max-width: 670px;
}

@media screen and (max-width: 1001px) {
  .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;
}
.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: 40.25%;
  background-size: cover;
}

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

.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%;
}

.wide_img {
  position: relative;
  overflow: hidden;
}
.wide_img .post_wide {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2.35/1;
  height: 320px;
}

@media screen and (max-width: 1001px) {
  .wide_img {
    position: relative;
    overflow: hidden;
  }
  .wide_img .post_wide {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    height: 280px;
  }
}
.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;
}

.return {
  width: 40%;
  margin: 2em auto 2em;
}
.return a {
  position: relative;
  display: block;
  font-weight: 500;
  color: #333333;
  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 #dedede;
  text-align: center;
}
.return a::after {
  position: absolute;
  top: 50%;
  left: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  -webkit-transform: translate(0%, -50%) rotate(225deg);
          transform: translate(0%, -50%) rotate(225deg);
}
.return a:hover {
  color: #3BB077;
}

@media screen and (max-width: 1001px) {
  .return {
    width: 80%;
    margin: 2em auto;
  }
  .return a {
    width: 100%;
  }
}
/* --------------------------------
table
-------------------------------- */
table {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
  border: none;
  line-height: 1.6;
}
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: 500;
  vertical-align: top;
  text-align: left;
  min-width: 6em;
  padding: 2%;
  white-space: nowrap;
}
table.cell2 td {
  vertical-align: top;
  padding: 2%;
  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;
}

table.entry_table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
table.entry_table tr:last-child {
  border-bottom: none;
}
table.entry_table th {
  font-weight: 500;
  vertical-align: top;
  text-align: left;
  min-width: 6em;
  padding: 2%;
  white-space: nowrap;
}
table.entry_table td {
  vertical-align: top;
  padding: 2%;
  font-weight: 400;
}
table.entry_table td h2 {
  font-size: 16px;
  font-weight: 500;
}
table.entry_table td .field {
  margin-bottom: 0.6em;
}
table.entry_table td a {
  text-decoration: underline;
}

.textblock table {
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.textblock table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.textblock table tr:last-child {
  border-bottom: none;
}
.textblock table th {
  font-weight: 500;
  vertical-align: top;
  text-align: left;
  padding: 1%;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.textblock table td {
  vertical-align: top;
  padding: 1%;
  font-weight: 400;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.textblock table td h2 {
  font-size: 16px;
  font-weight: 500;
}
.textblock table td .field {
  margin-bottom: 0.6em;
}
.textblock table td a {
  text-decoration: underline;
}

@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: 14px 30px 14px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.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;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .textlink .link1set {
    margin-bottom: 10px;
  }
  .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%;
  }
  .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: repeat(2, 1fr);
  gap: 20px;
}

.free_layout_btn {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  color: #333333;
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.free_layout_btn.hilight {
  border: 1px solid #3BB077;
  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 #3BB077;
  color: #3BB077;
}
.free_layout_btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  -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: 24%;
  aspect-ratio: 4/3;
  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: #333333;
  text-align: left;
}
.free_layout_btn .btn_container .btn_text .title h2 {
  font-size: clamp(1.4rem, 3.1vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 8px;
}
.free_layout_btn .btn_container .btn_text .info {
  font-size: 12px;
  font-weight: 500;
  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 #333333;
    border-right: solid 1px #333333;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .free_layout_btn .btn_container .btn_text {
    color: #333333;
    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: 23%;
  margin-bottom: 20px;
}
.photo-list .photo-item .photo {
  border-radius: 6px;
  border: 1px solid #3BB077;
  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-list .photo-item {
    width: 30%;
    margin-bottom: 20px;
  }
  .photo-list .photo-item .photo {
    border-radius: 10px;
    padding-top: 16.875%;
  }
}
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #242424;
  --color-theme: #3BB077;
  --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);
}

.card_inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 0;
}

@media screen and (max-width: 1001px) {
  .card_inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 10px;
  }
}
.card_wrapper .card_inner {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.newsCard {
  overflow: hidden;
}
.newsCard .swiper {
  overflow: visible;
}
.newsCard .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  width: 34rem;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-right: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  display: grid;
  height: auto;
}
.newsCard .swiper-slide:hover {
  opacity: 1;
  border: 1px solid #3BB077;
}
.newsCard .slide {
  overflow: hidden;
}
.newsCard .slide-content {
  position: relative;
  padding: 12px 24px 12px 12px;
  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;
}
.newsCard .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);
}
.newsCard .slide-cat span {
  font-size: clamp(1.3rem, 3.1vw, 1.4rem);
  line-height: 1;
  display: inline-block;
  padding: 4px 12px;
  background-color: #3BB077;
  color: #fff;
}
.newsCard .slide-title {
  margin-top: 0.6rem;
  font-size: clamp(1.6rem, 3.1vw, 1.7rem);
  font-weight: 500;
  line-height: 1.6;
  overflow: hidden;
  color: #333333;
}
.newsCard .subtext {
  margin-top: 1.6rem;
  font-size: clamp(1.3rem, 3.1vw, 1.4rem);
}

.swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

.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%;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-theme);
  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;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0 0;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 1.1rem;
  height: 1.1rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-theme);
}

.swiper-pagination-bullet-active {
  background-color: var(--color-theme);
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

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

.swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
          box-shadow: var(--box-shadow-inset);
}

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