@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 900;
  line-height: 1;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a:link {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/*category icon*/
.bg-clr01 {
  background: #4883dc;
}

.bg-clr02 {
  background: #3b5998;
}

.bg-clr03 {
  background: #625cd6;
}

.bg-clr04 {
  background: #a25dc5;
}

.bg-clr05 {
  background: #ee55a8;
}

.bg-clr06 {
  background: #ee8755;
}

.bg-clr07 {
  background: #a7d74b;
}

.bg-clr08 {
  background: #41af4c;
}

.bg-clr09 {
  background: #32b3c6;
}

.bg-clr10 {
  background: #299dd3;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body,
html {
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: YakuHanJP, "Outfit", "Zen Kaku Gothic New", zen-kaku-gothic-new, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", serif;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #887159;
  font-size: clamp(0.75rem, 0.6458333333rem + 0.5208333333vw, 1.0625rem);
  letter-spacing: 0.8px;
  line-height: 2.4705882353;
  text-align: left;
  font-weight: 600;
  width: 100vw;
  background: #ffffff;
  counter-reset: number 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  body {
    line-height: 2;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.8;
  }
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffbf3;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
body.fade:after {
  opacity: 1;
}
body.fade .wrapper {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
a:link, a:active, a:visited {
  color: #ad7437;
}
a:hover {
  color: #ad7437;
}

.slide_img {
  position: relative;
  overflow: hidden;
}
.slide_img::after {
  content: "";
  width: 100%;
  height: 102%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.slide_img img {
  width: 100%;
  display: block;
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s;
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.slide_img.is_after::after {
  -webkit-transform: translate3d(0, -102%, 0);
          transform: translate3d(0, -102%, 0);
}
.slide_img.is_after img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fadezoom {
  position: relative;
  display: block;
  opacity: 0;
}
.fadezoom.is_after {
  -webkit-animation: poyon 0.7s forwards;
          animation: poyon 0.7s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes poyon {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  55% {
    -webkit-transform: translate(0%, -13%);
            transform: translate(0%, -13%);
  }
  85% {
    -webkit-transform: translate(0%, 5%);
            transform: translate(0%, 5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes poyon {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  55% {
    -webkit-transform: translate(0%, -13%);
            transform: translate(0%, -13%);
  }
  85% {
    -webkit-transform: translate(0%, 5%);
            transform: translate(0%, 5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.fadeup {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fadeup:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fadeup:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fadeup:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fadeup:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fadeup:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fadeup:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.fadeup:nth-child(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.fadeup:nth-child(9) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.fadeup:nth-child(10) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.fadeup:nth-child(11) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.fadeup:nth-child(12) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.fadeup:nth-child(13) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.fadeup:nth-child(14) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.fadeup:nth-child(15) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.fadeup:nth-child(16) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.fadeup:nth-child(17) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.fadeup:nth-child(18) {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}
.fadeup:nth-child(19) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.fadeup:nth-child(20) {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}
.fadeup:nth-child(21) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.fadeup:nth-child(22) {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
.fadeup:nth-child(23) {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}
.fadeup:nth-child(24) {
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s;
}
.fadeup:nth-child(25) {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
.fadeup:nth-child(26) {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
.fadeup:nth-child(27) {
  -webkit-transition-delay: 5.2s;
          transition-delay: 5.2s;
}
.fadeup:nth-child(28) {
  -webkit-transition-delay: 5.4s;
          transition-delay: 5.4s;
}
.fadeup:nth-child(29) {
  -webkit-transition-delay: 5.6s;
          transition-delay: 5.6s;
}
.fadeup:nth-child(30) {
  -webkit-transition-delay: 5.8s;
          transition-delay: 5.8s;
}
.fadeup:nth-child(31) {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
.fadeup.is_after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-btn {
  line-height: 1.2;
}
.c-btn:hover {
  -webkit-animation: puru 0.4s infinite;
          animation: puru 0.4s infinite;
}
@-webkit-keyframes puru {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 3px) rotateZ(2deg);
            transform: translate(0px, 3px) rotateZ(2deg);
  }
  60% {
    -webkit-transform: translate(-2px, -2px) rotateZ(-2deg);
            transform: translate(-2px, -2px) rotateZ(-2deg);
  }
  80% {
    -webkit-transform: translate(-1px, 2px) rotateZ(2deg);
            transform: translate(-1px, 2px) rotateZ(2deg);
  }
}
@keyframes puru {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 3px) rotateZ(2deg);
            transform: translate(0px, 3px) rotateZ(2deg);
  }
  60% {
    -webkit-transform: translate(-2px, -2px) rotateZ(-2deg);
            transform: translate(-2px, -2px) rotateZ(-2deg);
  }
  80% {
    -webkit-transform: translate(-1px, 2px) rotateZ(2deg);
            transform: translate(-1px, 2px) rotateZ(2deg);
  }
}
.c-btn a {
  position: relative;
  -webkit-transition: ease 0.7s;
  transition: ease 0.7s;
  text-decoration: none;
}
.c-btn a:link, .c-btn a:active, .c-btn a:visited {
  padding: 0.75rem 2.2rem;
  color: #ffffff;
  background: #f7d55c;
  border-radius: 3rem;
  letter-spacing: 0.05em;
  font-size: clamp(0.6875rem, 0.6458333333rem + 0.2083333333vw, 0.8125rem);
  line-height: 1;
}
.c-btn a:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.c-btn a:hover {
  color: #ffffff;
  background: #ad7437;
}
.c-btn.is-center {
  text-align: center;
}
.c-btn.is-right {
  margin-left: auto;
}

.c-btn__flex {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-btn__flex li:first-of-type {
  margin-right: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .c-btn__flex li:first-of-type {
    margin-right: 0.625rem;
  }
}
.c-btn__flex li a {
  position: relative;
  -webkit-transition: ease 0.7s;
  transition: ease 0.7s;
  text-decoration: none;
}
.c-btn__flex li a:link, .c-btn__flex li a:active, .c-btn__flex li a:visited {
  padding: 1.25rem 2.5rem;
  color: #ad7437;
  background: #f7d55c;
  border-radius: 3rem;
  font-size: clamp(0.75rem, 0.6041666667rem + 0.7291666667vw, 1.1875rem);
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .c-btn__flex li a:link, .c-btn__flex li a:active, .c-btn__flex li a:visited {
    padding: 0.94rem 1.25rem;
  }
}
.c-btn__flex li a:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.c-btn__flex li a:hover {
  color: #ffffff;
  background: #ad7437;
}

.c-btn__default {
  margin-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .c-btn__default {
    margin-top: 2rem;
  }
}
.c-btn__default a {
  position: relative;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
  font-weight: 700;
}
.c-btn__default a span {
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.c-btn__default a:link, .c-btn__default a:active, .c-btn__default a:visited {
  padding: 1.5rem 2.5rem;
  border-radius: 6.25rem;
  color: #ffffff;
  font-size: clamp(0.75rem, 0.6458333333rem + 0.5208333333vw, 1.0625rem);
  border: 2px solid #f7d55c;
  background: #f7d55c;
}
@media screen and (max-width: 1023px) {
  .c-btn__default a:link, .c-btn__default a:active, .c-btn__default a:visited {
    padding: 1rem 2.5rem;
  }
}
.c-btn__default a:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.c-btn__default a:hover span {
  color: #ffffff;
}
.c-btn__default a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-btn__default a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15px" height="10px" viewBox="0 0 16.882 7.533" style="enable-background:new 0 0 16.882 7.533;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:#084F9A;stroke-width:0.8867;stroke-miterlimit:10;}</style><polyline class="st0" points="0,7.089 16.014,7.089 11.068,0.26 "/></svg>');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .c-btn__default a::before {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10px" height="7px" viewBox="0 0 16.882 7.533" style="enable-background:new 0 0 16.882 7.533;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:#084F9A;stroke-width:0.8867;stroke-miterlimit:10;}</style><polyline class="st0" points="0,7.089 16.014,7.089 11.068,0.26 "/></svg>');
    width: 10px;
    height: 7px;
  }
}
@media screen and (max-width: 1023px) {
  .c-btn__default a::before {
    right: 6px;
  }
}
.c-btn__default a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #ad7437;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
  border-radius: 6.25rem;
}

.c-ttl__top {
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-ttl__top {
    margin-bottom: 2rem;
  }
}
.c-ttl__top h2 {
  position: relative;
  z-index: 99;
  color: #ad7437;
  font-family: "Fredoka";
  font-weight: 600;
  font-size: clamp(2.25rem, 1.9583333333rem + 1.4583333333vw, 3.125rem);
  letter-spacing: 0.05em;
}
.c-ttl__top h2 .word {
  display: inline-block;
  margin-right: 0.6rem;
}
.c-ttl__top h2 span {
  display: inline-block;
}
.c-ttl__top p {
  color: #ad7437;
  font-size: clamp(0.75rem, 0.6666666667rem + 0.4166666667vw, 1rem);
  display: block;
  font-weight: 700;
  line-height: 0.8;
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .c-ttl__top p {
    margin-top: 0.4rem;
  }
}

.page__ttl {
  font-size: clamp(1.875rem, 1.4583333333rem + 2.0833333333vw, 3.125rem);
  margin-bottom: 3.7rem;
  padding-left: 4.5rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: 57px auto;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .page__ttl {
    margin-bottom: 2rem;
    padding-left: 3rem;
    background-size: 36px auto;
  }
}
.page__ttl span {
  display: inline-block;
  -webkit-transform: translatey(50px);
          transform: translatey(50px);
  opacity: 0;
}
.page__ttl-em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .page__ttl-em {
    display: block;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .page__ttl-em {
    display: block;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .page__ttl-em .page__ttl {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .page__ttl-em h2 {
    margin-bottom: 1rem;
  }
}
.page__ttl-em em {
  font-size: clamp(0.9375rem, 0.7916666667rem + 0.7291666667vw, 1.375rem);
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .page__ttl-em em {
    margin-top: 0;
  }
}

.c-ttl__h3 {
  margin-bottom: 2.3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-ttl__h3 {
    margin-bottom: 2rem;
  }
}
.c-ttl__h3 h3 {
  position: relative;
  color: #ad7437;
  line-height: 1.3;
  font-size: clamp(1.375rem, 1.0833333333rem + 1.4583333333vw, 2.25rem);
  letter-spacing: 0em;
  z-index: 99;
}
.c-ttl__h3 p {
  color: #ad7437;
  font-size: clamp(0.6875rem, 0.5833333333rem + 0.5208333333vw, 1rem);
  display: block;
  margin-top: 0.43rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Fredoka";
}

.c-ttl__eng {
  color: #f7d55c;
  font-size: clamp(1.5rem, 0.5833333333rem + 4.5833333333vw, 4.25rem);
}
.c-ttl__eng h2 {
  font-weight: 800;
  font-family: "Fredoka";
}

.c-ttl__glass em {
  color: #f7d55c;
  font-size: clamp(0.625rem, 0.6041666667rem + 0.1041666667vw, 0.6875rem);
  font-family: "Fredoka";
  display: block;
  margin-bottom: 0.3rem;
}
.c-ttl__glass h4 {
  font-size: clamp(0.75rem, 0.5833333333rem + 0.8333333333vw, 1.25rem);
  background: #f7d55c;
  padding: 1.2rem 3.7rem 1.2rem 2rem;
  line-height: 1;
  display: inline-block;
  border-radius: 3rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-ttl__glass h4 {
    padding: 0.7rem 1.7rem 0.7rem 1rem;
  }
}
.c-ttl__glass h4 span {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: -20px;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1023px) {
  .c-ttl__glass h4 span {
    width: 40px;
    top: 0;
  }
}

main ul.c-note {
  margin-top: 3rem;
}
@media screen and (max-width: 1023px) {
  main ul.c-note {
    margin-top: 1.5rem;
  }
}
main ul.c-note li {
  margin: 0 0 0 1.56rem;
  list-style: disc;
  width: 100%;
  line-height: 2;
  font-size: clamp(0.6875rem, 0.625rem + 0.3125vw, 0.875rem);
}
@media screen and (max-width: 1023px) {
  main ul.c-note li {
    padding-right: 1.56rem;
  }
}
main ul.c-list li {
  margin: 0 0 0 1.56rem;
  list-style: disc;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main ul.c-list li {
    padding-right: 1.56rem;
  }
}
main ul.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 4.375rem;
}
@media screen and (max-width: 1023px) {
  main ul.tab__list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main ul.tab__list {
    display: block;
  }
}
main ul.tab__list li {
  width: 32.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  main ul.tab__list li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
main ul.tab__list li:before {
  display: none !important;
}
main ul.tab__list li a {
  display: block;
  position: relative;
  padding: 1.56rem;
  border-radius: 0.625rem;
  border: 3px solid #f7d55c;
  font-size: clamp(0.6875rem, 0.5416666667rem + 0.7291666667vw, 1.125rem);
  text-align: center;
  background: #8eb56e;
  color: #ffffff;
  font-weight: 900;
}
main ul.tab__list li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px dashed #f7d55c;
  border-radius: 2rem;
  inset: 0;
  margin: auto;
  border-radius: 0.625rem;
}
main ul.tab__list li a:hover {
  background: #887159;
}
main ul.tab__list li a:before {
  content: "▼";
  display: block;
  pointer-events: none;
  position: absolute;
  color: #f7d55c;
  top: 50%;
  right: 20px;
  font-size: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  main ul.tab__list li a:before {
    font-size: 0.4rem;
  }
}
main ul.tab__list li.current {
  display: block;
  position: relative;
  padding: 1.56rem;
  border-radius: 0.625rem;
  border: 3px solid #f7d55c;
  font-size: clamp(0.6875rem, 0.5416666667rem + 0.7291666667vw, 1.125rem);
  text-align: center;
  background: #887159;
  color: #ffffff;
}
main ul.tab__list li.current:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px dashed #f7d55c;
  border-radius: 2rem;
  inset: 0;
  margin: auto;
  border-radius: 0.625rem;
}
main ol.list li {
  margin: 0 0 0 1.56rem;
  list-style: decimal;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main ol.list li {
    padding-right: 1.56rem;
  }
}

.table__form {
  border: none;
}
.table__form th {
  padding: 1.25rem 0 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .table__form th {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.table__form td {
  padding: 0.31rem 0 3rem 0;
}
@media screen and (max-width: 768px) {
  .table__form td {
    padding: 0.31rem 0 2rem 0;
  }
}
.table__form-txt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.625rem;
  margin-top: 0.94rem;
}
@media screen and (max-width: 768px) {
  .table__form-txt {
    font-size: 1.3rem;
    margin-bottom: 0.375rem;
  }
}

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

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

.center {
  text-align: center;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::loading*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #8eb56e;
  text-align: center;
  color: #ffffff;
}
.loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading__logo img {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .loading__logo img {
    width: 320px;
  }
}
.loading__logo .fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::image*/
section figure img, main div figure img, section figure svg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}

section figure {
  border-radius: 1.9rem;
  overflow: hidden;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::clm*/
.clm2__base {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.clm2__base li {
  width: 48%;
}

.hd {
  width: 100%;
  z-index: 998;
  position: fixed;
  top: 0;
}
.hd__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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  margin-top: 0.6rem;
}
.hd__logo {
  width: 180px;
  position: relative;
  margin-left: 1.9rem;
}
@media screen and (max-width: 1023px) {
  .hd__logo {
    width: 150px;
    margin-left: 0.94rem;
  }
  .hd__logo img {
    max-width: 150px;
  }
}
.hd__nav {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-left: -3rem;
}
@media only screen and (max-width: 1280px) {
  .hd__nav {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .hd__nav {
    display: none;
  }
}
.hd__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (max-width: 1440px) {
  .hd__nav > ul {
    margin-left: -5.25rem;
  }
}
.hd__nav > ul > li {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1;
}
.hd__nav > ul > li > a {
  display: block;
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: 900;
  padding: 1.2rem 1.4rem;
}
.hd__nav > ul > li > a span {
  display: block;
  color: #f7d55c;
  font-size: clamp(0.5rem, 0.4583333333rem + 0.2083333333vw, 0.625rem);
  padding-top: 0.8125rem;
  font-family: "Fredoka";
}
.hd__nav > ul > li > a.hover {
  position: relative;
}
.hd__nav > ul > li > a.hover::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  height: 3px;
  background: #f7d55c;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hd__nav > ul > li:hover a {
  color: #f7d55c;
}
.hd.hd__scroll .hd__nav > ul {
  background: #ffffff;
  border-radius: 6.25rem;
  padding: 0 1.9rem;
  margin-top: 0.94rem;
  border: 2px solid #f7d55c;
  -webkit-box-shadow: 0rem 0.7rem 0.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0rem 0.7rem 0.5rem rgba(0, 0, 0, 0.05);
}
.hd.hd__scroll .hd__nav > ul > li > a {
  padding: 1.5rem;
  font-size: 0.96rem;
}
.hd.hd__scroll .hd__nav > ul > li > a span {
  display: none;
}
.hd.hd__scroll .hd__wrap {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .hd.hd__scroll .hd__wrap {
    margin-top: 1.25rem;
  }
}
.hd.hd__scroll h1 {
  left: 20px;
  top: -20px;
}
.hd__login {
  font-size: 0.7rem;
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
  line-height: 1;
  margin-right: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .hd__login {
    display: none;
  }
}
.hd__login a {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
}
.hd__login a p {
  width: 40px;
}
.hd__login a p img {
  width: 100%;
}
.hd__login a span {
  color: #f7d55c;
  font-weight: 900;
  display: block;
  font-size: 0.7rem;
  margin-top: 0.4rem;
}
.hd__login a:hover {
  -webkit-animation: puru 0.4s infinite;
          animation: puru 0.4s infinite;
}
@keyframes puru {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 3px) rotateZ(2deg);
            transform: translate(0px, 3px) rotateZ(2deg);
  }
  60% {
    -webkit-transform: translate(-2px, -2px) rotateZ(-2deg);
            transform: translate(-2px, -2px) rotateZ(-2deg);
  }
  80% {
    -webkit-transform: translate(-1px, 2px) rotateZ(2deg);
            transform: translate(-1px, 2px) rotateZ(2deg);
  }
}
.hd__spnav-wrap {
  display: none;
  isolation: isolate;
}
@media screen and (max-width: 1023px) {
  .hd__spnav-wrap {
    display: block;
  }
}

/*menu:::::::::::::::::::::::::::::::::::::::::::::*/
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.menu > ul > li .about__wrap .box {
  width: 33%;
}
.menu > ul > li .group__wrap .box {
  width: 18%;
  margin-right: 1.25rem;
}
.menu > ul > li .group__wrap .box:last-of-type {
  margin-right: 0;
}
.menu > ul > li .group__img {
  width: 140px;
  margin: 0 auto 0.94rem;
}
.menu > ul > li .training__wrap .box {
  width: 25%;
}
.menu > ul > li > div {
  display: none;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-left: -1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  border: 3px solid #f7d55c;
  color: #ad7437;
  padding: 1.9rem 3.6rem 2.3rem;
  border-radius: 1.9rem;
  position: absolute;
  left: 50%;
  top: 76px;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .menu > ul > li > div {
    width: 100%;
  }
}
.menu > ul > li > div .box {
  float: left;
}
.menu > ul > li > div .box > a {
  color: #ad7437 !important;
  padding: 0.2em 0 0.6rem;
  margin-bottom: 1rem;
  font-size: clamp(0.875rem, 0.8125rem + 0.3125vw, 1.0625rem);
  border-bottom: 1px solid #ccc;
  display: block;
  width: 85%;
}
.menu > ul > li > div .box > ul {
  margin: 0.625rem 0 0;
}
.menu > ul > li > div .box > ul > li {
  float: left;
  width: 100%;
  font-size: clamp(0.875rem, 0.8125rem + 0.3125vw, 1.0625rem);
  position: relative;
  padding: 0.3em 0 0.3em 1em;
}
.menu > ul > li > div .box > ul > li:before {
  content: "⚫︎";
  position: absolute;
  left: -0.1rem;
  top: 0.6rem;
  font-size: 0.8rem;
  color: #f7d55c;
}
.menu > ul > li > div .box > ul > li a {
  color: #ad7437;
  border: 0;
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
}

@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 1.25rem;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}
/*:::::::::::::::::::::::::::::::::::::::::::::sp menu*/
.drawer_btn {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
}
.drawer_btn > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.drawer_btn > span:nth-of-type(1) {
  -webkit-transform: translate(-50%, calc(-50% - 0.5rem));
          transform: translate(-50%, calc(-50% - 0.5rem));
}
.drawer_btn > span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer_btn > span:nth-of-type(2) {
  -webkit-transform: translate(-50%, calc(-50% + 0.6rem));
          transform: translate(-50%, calc(-50% + 0.6rem));
}
.drawer_btn.js-active > span {
  background-color: #ad7437;
}
.drawer_btn.js-active > span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer_btn.js-active > span:nth-of-type(2) {
  opacity: 0;
}
.drawer_btn.js-active > span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.drawer_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.drawer_nav.js-active {
  opacity: 1;
  visibility: visible;
}
.drawer_nav_inner {
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 5rem 1.5rem 1rem;
  margin-left: auto;
  overflow: scroll;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer_nav.js-active .drawer_nav_inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer_nav_list, .drawer_nav_panel {
  list-style: none;
  padding: 0;
}
.drawer_nav_link, .drawer_nav_sub-link {
  display: block;
  text-decoration: none;
  padding: 1rem;
  border-bottom: solid 1px lightgray;
  position: relative;
}
.drawer_nav_sub-link {
  padding: 0.8rem 0.6rem 0.8rem 1.7rem;
}
.drawer_nav_link-contact {
  display: block;
  border-radius: 3rem;
  border: 3px solid #f7d55c;
  padding: 1rem;
  text-align: center;
  position: relative;
  margin-top: 2.5rem;
}
.drawer_nav_panel {
  display: none;
}
.drawer_nav_item a {
  color: #159c53;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  font-weight: 900;
}
.drawer_nav_sub-item a {
  color: #ad7437;
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
}
.drawer_nav_item-contact a {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 900;
}
.drawer_nav_item-contact a:hover {
  background: #f7d55c;
}

.accordion-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  background: transparent;
  border: none;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.accordion-toggle:before {
  content: "";
  display: block;
  text-align: center;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #159c53 #159c53 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.drawer_nav_link.active > .accordion-toggle::before {
  content: "";
  display: block;
  text-align: center;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #159c53 #159c53;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ft {
  background: url(/lib/img/ft_bg.png) repeat-x top left #8eb56e;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 0 1.6rem 9.375rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .ft {
    background: none;
    padding: 0;
  }
}
.ft_contact {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex_start;
      -ms-flex-pack: flex_start;
          justify-content: flex_start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 5px solid #f7d55c;
  padding: 7rem 10rem;
  border-radius: 1.9rem;
  background: #ffffff;
  margin-bottom: 3.75rem;
  position: relative;
}
@media only screen and (min-width: 1900px) {
  .ft_contact {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .ft_contact {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .ft_contact {
    padding: 7rem 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .ft_contact {
    padding: 4rem 0;
    display: block;
    text-align: center;
    border-radius: 1.9rem 1.9rem 0 0;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
  }
}
.ft_contact .c-ttl__top {
  margin-bottom: 0;
  text-align: center;
  font-size: clamp(1rem, 0.9166666667rem + 0.4166666667vw, 1.25rem);
}
.ft_contact .c-ttl__top p {
  margin-top: 0.94rem;
}
.ft_contact-txt {
  color: #8eb56e;
  font-size: clamp(0.75rem, 0.6666666667rem + 0.4166666667vw, 1rem);
  padding-left: 1.9rem;
  margin-left: 1.9rem;
  border-left: 2px solid #e7eee7;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .ft_contact-txt {
    margin: 2rem 0 2rem 0;
    padding-left: 0;
  }
}
.ft_contact .c-btn {
  margin-left: auto;
}
.ft_contact-illust01, .ft_contact-illust02 {
  position: absolute;
  bottom: -4px;
}
.ft_contact-illust01 {
  left: 1.9rem;
  width: 130px;
}
@media screen and (max-width: 1023px) {
  .ft_contact-illust01 {
    width: 90px;
    left: 0;
  }
}
.ft_contact-illust02 {
  right: 30px;
  width: 190px;
}
@media screen and (max-width: 1023px) {
  .ft_contact-illust02 {
    width: 120px;
    bottom: 140px;
    right: 20px;
  }
}
.ft_inr {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #ffffff;
}
@media only screen and (min-width: 1900px) {
  .ft_inr {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .ft_inr {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .ft_inr {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  .ft_inr {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .ft_inr {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .ft_inr {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .ft_inr {
    background: #8eb56e;
    padding: 3rem 0 5.6rem;
    display: block;
    text-align: center;
  }
}
.ft_inr a {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.ft_inr a:link, .ft_inr a:visited, .ft_inr a:active {
  color: #ffffff;
  text-decoration: underline;
}
.ft_inr a:hover {
  text-decoration: none;
}
.ft_inr__left {
  width: 50%;
}
@media only screen and (max-width: 1800px) {
  .ft_inr__left {
    width: 100%;
  }
}
.ft_inr__left-logo {
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 1023px) {
  .ft_inr__left-logo {
    width: 320px;
    margin: 0 auto 1.9rem;
  }
}
.ft_inr__left-add {
  padding-left: 3rem;
  font-size: clamp(0.6875rem, 0.625rem + 0.3125vw, 0.875rem);
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .ft_inr__left-add {
    padding-left: 0;
  }
}
.ft_inr__right {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .ft_inr__right {
    width: 100%;
    padding-top: 0;
  }
}
.ft_inr__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .ft_inr__right ul {
    display: none;
  }
}
.ft_inr__right ul li {
  font-size: clamp(0.6875rem, 0.6666666667rem + 0.1041666667vw, 0.75rem);
  margin-left: 1.25rem;
}
.ft_inr__right p {
  font-size: clamp(0.625rem, 0.625rem + 0vw, 0.625rem);
  text-align: right;
  padding-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .ft_inr__right p {
    text-align: center;
  }
}
.ft_inr__illust {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.ft_inr__illust img {
  width: 900px;
}
@media only screen and (max-width: 1440px) {
  .ft_inr__illust img {
    width: 700px;
  }
}
@media screen and (max-width: 1023px) {
  .ft_inr__illust img {
    width: 86vw;
  }
}

.top {
  background: #fffbf3;
}
.top .contents {
  background: #fffbf3;
}
.top .contents main {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top .contents main {
    padding-top: 3rem;
  }
}
.top .contents main .c-btn {
  margin-top: 2.5rem;
}
.top .contents main section {
  padding-bottom: 11rem;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .top .contents main section {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 1023px) {
  .top .contents main section {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .top .contents main section {
    padding-bottom: 4rem;
  }
}
.top .hd__nav ul {
  background: transparent;
  margin-top: 0;
}
.top .fade-area {
  width: 100%;
  height: 100%;
  position: relative;
}
.top .fade-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top .fade-list:nth-child(1) {
  background-image: url(/img/mv_ph01.jpg);
}
.top .fade-list:nth-child(2) {
  background-image: url(/img/mv_ph02.jpg);
}
.top .fade-list:nth-child(3) {
  background-image: url(/img/mv_ph03.jpg);
}
.top .fade-list:nth-child(4) {
  background-image: url(/img/mv_ph04.jpg);
}
.top .fade-img {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}
.top .mv {
  background: #fffbf3;
  overflow: initial;
}
.top .mv:before {
  display: none;
}
.top .mv__motif {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.top .mv__motif figure {
  position: absolute;
}
.top .mv__motif figure img {
  width: 100% !important;
}
.top .mv__motif figure.motif01 {
  left: 0;
  bottom: -40px;
  width: 32vw;
  min-width: 400px;
}
@media screen and (max-width: 1023px) {
  .top .mv__motif figure.motif01 {
    display: block;
    width: 45vw;
    bottom: -50px;
    left: 25px;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .top .mv__motif figure.motif01 {
    width: 85vw;
  }
}
.top .mv__motif figure.motif02 {
  right: 0;
  bottom: -40px;
  width: 28vw;
  min-width: 400px;
}
.top .mv__motif figure.motif02.is_after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 1023px) {
  .top .mv__motif figure.motif02 {
    width: 40vw;
    left: auto;
    display: none;
  }
}
.top .mv__wrap {
  width: 94vw;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh - 180px);
  padding: 0;
  position: relative;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
@media only screen and (max-width: 1440px) {
  .top .mv__wrap {
    width: 100% !important;
  }
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(120%);
            transform: scale(120%);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(120%);
            transform: scale(120%);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}
@media screen and (max-width: 1023px) {
  .top .mv__wrap {
    height: 680px;
  }
}
@media screen and (max-width: 768px) {
  .top .mv__wrap {
    height: 480px;
  }
}
.top .mv__wrap_bg {
  width: 100%;
  height: 100%;
  border-radius: 6rem;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .top .mv__wrap_bg {
    border-radius: 0;
  }
}
.top .mv__wrap_txt {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 7vw;
  font-size: clamp(1.875rem, 1rem + 4.375vw, 4.5rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  width: 98%;
  text-align: center;
  font-family: "Fredoka";
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .top .mv__wrap_txt {
    bottom: 13vw;
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
}
@media screen and (max-width: 768px) {
  .top .mv__wrap_txt {
    bottom: 18vw;
  }
}
.top .mv__wrap_txt h2 {
  width: 100%;
}
.top .mv__wrap_txt .word {
  display: inline-block;
  margin-right: 0.94rem;
}
.top .mv__wrap_txt span {
  display: inline-block;
}
.top .mv ul {
  padding-top: 1.6rem;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .top .mv ul {
    display: none;
  }
}
.top .mv ul li {
  width: calc((100% - 40px) / 3);
  font-size: clamp(0.75rem, 0.6875rem + 0.3125vw, 0.9375rem);
  color: #f7d55c;
  font-family: "Fredoka";
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.top .tp_cpncept {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  background: url("/img/concept_bg.png") no-repeat 400px 0;
  background-size: 930px auto;
  padding-top: 3rem;
}
@media only screen and (min-width: 1900px) {
  .top .tp_cpncept {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .top .tp_cpncept {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .top .tp_cpncept {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  .top .tp_cpncept {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_cpncept {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_cpncept {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .top .tp_cpncept {
    background: url("/img/concept_bg.png") no-repeat 350px 0;
    background-size: 950px auto;
  }
}
@media only screen and (min-width: 1800px) {
  .top .tp_cpncept {
    background: url("/img/concept_bg.png") no-repeat 440px 0;
    background-size: 1100px auto;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_cpncept {
    background: url("/img/concept_bg.png") no-repeat 290px 0;
    background-size: 860px auto;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_cpncept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top .tp_cpncept__txt {
  width: 52.0833333333vw;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top .tp_cpncept__txt {
    width: 100%;
    margin-top: 2rem;
  }
}
.top .tp_cpncept__txt h3 {
  font-size: clamp(1.0625rem, 0.9166666667rem + 0.7291666667vw, 1.5rem);
  line-height: 1.8;
  color: #159c53;
  margin-bottom: 1rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top .tp_cpncept__txt h3 {
    margin-bottom: 1.25rem;
  }
}
.top .tp_cpncept__txt p {
  font-size: clamp(0.6875rem, 0.6041666667rem + 0.4166666667vw, 0.9375rem);
}
@media screen and (max-width: 768px) {
  .top .tp_cpncept__txt p br {
    display: none;
  }
}
.top .tp_cpncept__ph {
  width: 78.125vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .tp_cpncept__ph {
    width: 100%;
  }
}
.top .tp_cpncept__ph figure {
  overflow: hidden;
  border-radius: 1.9rem;
}
.top .tp_cpncept__ph-illust {
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 570px;
}
@media only screen and (max-width: 1440px) {
  .top .tp_cpncept__ph-illust {
    width: 450px;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_cpncept__ph-illust {
    width: 280px;
    bottom: -30px;
    right: -20px;
  }
}
.top .tp_intro {
  margin-left: auto;
  margin-right: auto;
  background: url("/img/concept_bg.png") no-repeat 220px 0;
  background-size: 900px auto;
}
@media only screen and (min-width: 1800px) {
  .top .tp_intro {
    width: 1600px;
  }
}
@media only screen and (max-width: 1800px) {
  .top .tp_intro {
    width: 1560px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1440px) {
  .top .tp_intro {
    width: 100%;
    background: url("/img/concept_bg.png") no-repeat 300px 100px;
    background-size: 780px auto;
    padding-bottom: 8rem !important;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 1440px) {
  .top .tp_intro {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 1280px) {
  .top .tp_intro {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 1023px) {
  .top .tp_intro {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 768px) {
  .top .tp_intro {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 1023px) {
  .top .tp_intro {
    padding-bottom: 7rem !important;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 768px) {
  .top .tp_intro {
    padding-bottom: 4rem !important;
  }
}
@media only screen and (max-width: 1280px) {
  .top .tp_intro {
    background: url("/img/concept_bg.png") no-repeat 80px 230px;
    background-size: 830px auto;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_intro {
    background: none;
  }
}
.top .tp_intro .c-ttl__top {
  margin-bottom: -3rem;
}
@media only screen and (min-width: 1800px) {
  .top .tp_intro .c-ttl__top {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_intro .c-ttl__top {
    margin-bottom: 0px;
  }
}
.top .tp_intro__clm {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
@media only screen and (max-width: 1440px) {
  .top .tp_intro__clm {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top .tp_intro__ph {
  width: calc(100% - 460px);
  padding-left: 3.75rem;
}
@media only screen and (max-width: 1280px) {
  .top .tp_intro__ph {
    width: 60%;
  }
}
.top .tp_intro__ph .phsp {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .top .tp_intro__ph .phsp {
    display: block;
  }
}
.top .tp_intro__ph .phpc {
  display: block;
}
@media only screen and (max-width: 1280px) {
  .top .tp_intro__ph .phpc {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .top .tp_intro__ph {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_intro__ph {
    width: 65vw;
    position: absolute;
    left: -100px;
    top: 12%;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_intro__ph {
    width: 75vw;
    top: 11%;
  }
}
.top .tp_intro__link {
  width: 360px;
}
@media only screen and (max-width: 1280px) {
  .top .tp_intro__link {
    width: 35%;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_intro__link {
    width: 30vw;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_intro__link {
    width: 35vw;
  }
}
.top .tp_intro__link li {
  width: 240px;
  position: relative;
  font-size: clamp(0.75rem, 0.625rem + 0.625vw, 1.125rem);
}
@media screen and (max-width: 1023px) {
  .top .tp_intro__link li {
    width: 22vw;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_intro__link li {
    width: 30vw;
  }
}
.top .tp_intro__link li:hover {
  -webkit-animation: puru 0.4s infinite;
          animation: puru 0.4s infinite;
}
@keyframes puru {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 3px) rotateZ(2deg);
            transform: translate(0px, 3px) rotateZ(2deg);
  }
  60% {
    -webkit-transform: translate(-2px, -2px) rotateZ(-2deg);
            transform: translate(-2px, -2px) rotateZ(-2deg);
  }
  80% {
    -webkit-transform: translate(-1px, 2px) rotateZ(2deg);
            transform: translate(-1px, 2px) rotateZ(2deg);
  }
}
.top .tp_intro__link li em {
  position: absolute;
  right: 0;
  top: 10px;
  font-family: "Fredoka";
  font-weight: 900;
}
.top .tp_intro__link li p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: -30px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .top .tp_intro__link li p {
    left: -20px;
  }
}
.top .tp_intro__link li:nth-child(1) a {
  color: #7faec3;
}
.top .tp_intro__link li:nth-child(2) {
  margin-left: auto;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top .tp_intro__link li:nth-child(2) {
    margin-top: 1.9rem;
    margin-bottom: 2.5rem;
  }
}
.top .tp_intro__link li:nth-child(2) a {
  color: #ebb055;
}
.top .tp_intro__link li:nth-child(2) em {
  right: auto;
  left: 0;
}
.top .tp_intro__link li:nth-child(2) p {
  left: auto;
  right: -30px;
}
@media screen and (max-width: 768px) {
  .top .tp_intro__link li:nth-child(2) p {
    right: -20px;
  }
}
.top .tp_intro__link li:nth-child(3) a {
  color: #eac539;
}
.top .tp_group {
  background: url("/lib/img/cloud_bg.png") repeat-x left bottom, url("/lib/img/bg_check_yellow.png") repeat !important;
  padding: 8.125rem 6.25rem 15rem !important;
}
@media only screen and (max-width: 1440px) {
  .top .tp_group {
    padding: 8.125rem 3rem 15rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_group {
    padding: 4.375rem 1.25rem !important;
  }
}
.top .tp_pu-tour {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: flex_start;
      -ms-flex-align: flex_start;
          align-items: flex_start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 1900px) {
  .top .tp_pu-tour {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .top .tp_pu-tour {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .top .tp_pu-tour {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  .top .tp_pu-tour {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_pu-tour {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_pu-tour {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_pu-tour {
    width: 100%;
    display: block;
  }
}
.top .tp_pickup {
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .top .tp_pickup {
    width: 100%;
  }
}
.top .tp_pickup .c-ttl__top {
  text-align: center;
}
.top .tp_pickup__box {
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top .tp_pickup__box {
    margin-bottom: 2.5rem;
  }
}
.top .tp_pickup__box-ph figure {
  border-radius: 0.94rem;
  overflow: hidden;
}
.top .tp_pickup__box-ttl {
  position: absolute;
  left: -20px;
  top: -20px;
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 3px solid #159c53;
  width: 100px;
  height: 100px;
  border-radius: 6.25rem;
  background: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 1023px) {
  .top .tp_pickup__box-ttl {
    width: 80px;
    height: 80px;
  }
}
.top .tp_pickup__box-ttl figure {
  position: absolute;
  left: 50%;
  top: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 38px;
}
@media screen and (max-width: 1023px) {
  .top .tp_pickup__box-ttl figure {
    height: 30px;
  }
}
.top .tp_pickup__box-ttl figure img {
  height: 100%;
  width: auto;
}
.top .tp_pickup__box-ttl h3 {
  color: #159c53;
  text-align: center;
  font-size: clamp(0.6875rem, 0.5833333333rem + 0.5208333333vw, 1rem);
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.top .tp_pickup__box:hover .tp_pickup__box-ttl {
  background: #159c53;
}
.top .tp_pickup__box:hover .tp_pickup__box-ttl h3 {
  color: #ffffff;
}
.top .tp_pickup__box:last-of-type {
  margin-bottom: 0;
}
.top .tp_tour {
  width: 35%;
}
@media screen and (max-width: 1023px) {
  .top .tp_tour {
    width: 100%;
    margin-top: 2rem;
  }
}
.top .tp_tour .c-ttl__top {
  text-align: center;
}
.top .tp_tour .c-ttl__top h2, .top .tp_tour .c-ttl__top span {
  color: #159c53;
}
.top .tp_tour .c-ttl__top h2 {
  font-size: clamp(1.875rem, 1.7916666667rem + 0.4166666667vw, 2.125rem);
}
.top .tp_tour__illust {
  text-align: center;
}
.top .tp_tour__illust img {
  width: 130px;
}
@media screen and (max-width: 1023px) {
  .top .tp_tour__illust img {
    width: 100px;
  }
}
.top .tp_tour__wrap {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  border: 4px solid #8eb56e;
  background: #ffffff;
  padding: 2.5rem 1.9rem 3rem;
  border-radius: 28.75rem 28.75rem 1.9rem 1.9rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1023px) {
  .top .tp_tour__wrap {
    margin-bottom: 0;
    padding: 2.5rem 1.9rem 2.5rem;
  }
}
.top .tp_tour__wrap-ph {
  margin-bottom: 1rem;
}
.top .tp_tour__wrap-ph figure {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .top .tp_tour__wrap-ph figure {
    width: 150px;
  }
}
.top .tp_tour__wrap-txt h3 {
  font-size: clamp(0.8125rem, 0.75rem + 0.3125vw, 1rem);
  color: #8eb56e;
  font-weight: 900;
  margin-bottom: 0.7rem;
  line-height: 1.8;
}
.top .tp_tour__wrap-txt p {
  font-size: clamp(0.75rem, 0.7291666667rem + 0.1041666667vw, 0.8125rem);
  line-height: 1.9;
}
.top .tp_oneday {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: flex_start;
      -ms-flex-align: flex_start;
          align-items: flex_start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1400px;
  padding-bottom: 8.75rem;
}
@media only screen and (min-width: 1900px) {
  .top .tp_oneday {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .top .tp_oneday {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .top .tp_oneday {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  .top .tp_oneday {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_oneday {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_oneday {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_oneday {
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
.top .tp_oneday__ttl {
  width: 280px;
}
@media only screen and (max-width: 1280px) {
  .top .tp_oneday__ttl {
    width: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_oneday__ttl {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.top .tp_oneday__ttl img {
  width: 150px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .top .tp_oneday__ttl img {
    width: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_oneday__ttl img {
    display: none;
  }
}
.top .tp_oneday__ttl-txt {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
.top .tp_oneday__ttl .c-btn {
  background: #f7d55c;
  border-radius: 10rem;
  padding: 2.5rem 0.625rem;
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .top .tp_oneday__ttl .c-btn {
    display: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.top .tp_oneday__ttl .c-btn a:link, .top .tp_oneday__ttl .c-btn a:active, .top .tp_oneday__ttl .c-btn a:visited {
  padding: 0;
}
.top .tp_oneday__wrap {
  width: calc(100% - 250px);
  max-width: 1000px;
}
@media only screen and (max-width: 1280px) {
  .top .tp_oneday__wrap {
    width: calc(100% - 200px);
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_oneday__wrap {
    width: 100%;
    max-width: 100%;
  }
}
.top .tp_oneday__box {
  position: relative;
  padding: 3.5rem;
  background: url(/lib/img/bg_check_yellow.png) repeat #fcf7e3;
  border-radius: 1.7rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (max-width: 1280px) {
  .top .tp_oneday__box {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_oneday__box {
    padding: 2.5rem 2rem;
  }
}
.top .tp_oneday__box:first-of-type {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .top .tp_oneday__box:first-of-type {
    margin-bottom: 2.5rem;
  }
}
.top .tp_oneday__box-ttl {
  position: absolute;
  right: -10px;
  top: -10px;
  border-left: 2px solid #f7d55c;
  border-bottom: 2px solid #f7d55c;
  background: #fffbf3;
  border-radius: 0 0 0 1.25rem;
  padding: 1.6rem 3rem 2.5rem;
  color: #8eb56e;
  font-size: clamp(0.875rem, 0.7083333333rem + 0.8333333333vw, 1.375rem);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 1023px) {
  .top .tp_oneday__box-ttl {
    padding: 0rem 1.6rem 1.8rem;
    top: -10px;
  }
}
.top .tp_oneday__box-ttl p {
  width: 40px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1023px) {
  .top .tp_oneday__box-ttl p {
    width: 30px;
    margin: 0 auto 1rem;
  }
}
.top .tp_oneday__box:hover {
  background: #f7d55c;
}
.top .tp_oneday__box:hover .tp_oneday__box-ttl {
  border-left: 2px solid #159c53;
  border-bottom: 2px solid #159c53;
}
.top .tp_oneday__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .top .tp_oneday__clm {
    display: block;
  }
}
.top .tp_oneday__clm-ph {
  width: 60%;
}
@media only screen and (max-width: 1280px) {
  .top .tp_oneday__clm-ph {
    width: 55%;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_oneday__clm-ph {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_oneday__clm-ph {
    width: 100%;
  }
}
.top .tp_oneday__clm-txt {
  width: 30%;
  line-height: 1.9;
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
}
@media only screen and (max-width: 1280px) {
  .top .tp_oneday__clm-txt {
    width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_oneday__clm-txt {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_oneday__clm-txt {
    width: 100%;
    margin-top: 1rem;
  }
}
.top .news_list {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}
@media screen and (max-width: 1023px) {
  .top .news_list {
    padding-bottom: 7rem !important;
  }
}
@media screen and (max-width: 768px) {
  .top .news_list {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1440px) {
  .top .news_list {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1280px) {
  .top .news_list {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1023px) {
  .top .news_list {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top .news_list {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.top .news_list .c-ttl__top {
  text-align: center;
  margin-bottom: 3rem;
}
.top .news_list h3 {
  font-size: clamp(0.875rem, 0.7916666667rem + 0.4166666667vw, 1.125rem);
}
.top .news_list .c-btn {
  margin-top: 3.44rem !important;
}

/* Lazyload
------------------------------------------ */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.wrapper {
  position: relative;
  padding-top: 6.5rem;
}
@media screen and (max-width: 1023px) {
  .wrapper {
    padding-top: 0;
  }
}
.wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 250px;
  z-index: 99;
  background: url(/lib/img/bg_body01.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 130px;
    z-index: 99;
    position: fixed;
  }
}
.wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 250px;
  z-index: 99;
  background: url(/lib/img/bg_body02.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 130px;
    z-index: 99;
    position: fixed;
  }
}

.contents {
  padding: 0 0 9.375rem;
  background: #fef8ed;
}
@media screen and (max-width: 1023px) {
  .contents {
    padding: 0 0 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 0 0 4.375rem;
  }
}
.contents main {
  position: relative;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .contents main {
    padding-top: 2.5rem;
  }
}
.contents main section {
  padding-bottom: 6.7rem;
}
@media screen and (max-width: 1023px) {
  .contents main section {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .contents main section {
    padding-bottom: 3.75rem;
  }
}
.contents main section:last-of-type {
  padding-bottom: 0;
}

.mv {
  position: relative;
  background: url("/lib/img/n_mv_leaf_l.png") no-repeat left top, url("/lib/img/n_mv_leaf_r.png") no-repeat right top #ffffff;
  background-size: 191px auto;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .mv {
    background: url("/lib/img/n_mv_leaf_l_sp.png") no-repeat left bottom, url("/lib/img/n_mv_leaf_r_sp.png") no-repeat right bottom #ffffff;
    background-size: 70px auto;
  }
}
.mv__charactor {
  display: none;
}
.mv__wrap {
  position: relative;
  padding-top: 4rem;
  background: url("/lib/img/n_mv_bg.png") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}
@media screen and (max-width: 1023px) {
  .mv__wrap {
    padding-top: 6.875rem;
  }
}
.mv__ttl {
  /*@include flex(space-between,flex-start,row);*/
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 17rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .mv__ttl {
    padding: 0 0 9rem;
  }
}
.mv__ttl h2 {
  position: relative;
  line-height: 1;
  color: #ad7437;
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv__ttl h2 span {
  font-size: clamp(0.625rem, 0.5208333333rem + 0.5208333333vw, 0.9375rem);
  background: #f7d55c;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 5rem;
}
.mv__ttl h2 p {
  font-size: clamp(2.5rem, 1.9166666667rem + 2.9166666667vw, 4.25rem);
  font-family: "Fredoka";
  letter-spacing: 0;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 0.3rem;
}
.mv__ttl-cap > div {
  position: relative;
  font-size: clamp(0.6875rem, 0.6041666667rem + 0.4166666667vw, 0.9375rem);
  line-height: 2;
  font-weight: 700;
  color: #986024;
  margin-top: 0.8rem;
}
.mv__ttl-cap em {
  position: absolute;
  right: 4vw;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  font-family: "Outfit", serif;
  font-size: 10vw;
  color: #f9f9f8;
  font-weight: 700;
  z-index: 0;
  display: none;
}
.mv__motif_n figure {
  position: absolute;
  z-index: 99;
  bottom: 80px;
}
.mv__motif_n figure:first-of-type {
  left: 8vw;
}
@media only screen and (max-width: 1440px) {
  .mv__motif_n figure:first-of-type {
    bottom: 0px;
    left: 2vw;
  }
}
.mv__motif_n figure:first-of-type img {
  width: 400px;
}
@media only screen and (max-width: 1800px) {
  .mv__motif_n figure:first-of-type img {
    width: 320px;
  }
}
@media only screen and (max-width: 1440px) {
  .mv__motif_n figure:first-of-type img {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .mv__motif_n figure:first-of-type img {
    width: 40vw;
  }
}
.mv__motif_n figure:last-of-type {
  right: 2vw;
}
@media only screen and (max-width: 1500px) {
  .mv__motif_n figure:last-of-type {
    right: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .mv__motif_n figure:last-of-type {
    bottom: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .mv__motif_n figure:last-of-type {
    right: 0;
  }
}
.mv__motif_n figure:last-of-type.is_after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.mv__motif_n figure:last-of-type img {
  width: 700px;
}
@media only screen and (max-width: 1800px) {
  .mv__motif_n figure:last-of-type img {
    width: 600px;
  }
}
@media only screen and (max-width: 1440px) {
  .mv__motif_n figure:last-of-type img {
    width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .mv__motif_n figure:last-of-type img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .mv__motif_n figure:last-of-type img {
    width: 50vw;
  }
}

.breadcrumb {
  position: relative;
  margin-top: 1.5rem;
  font-size: clamp(0.5625rem, 0.5208333333rem + 0.2083333333vw, 0.6875rem);
}
.breadcrumb ul {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .breadcrumb ul {
    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-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li + li {
  padding-left: 2.2rem;
  color: #887159;
}
.breadcrumb ul li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 20px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #dcdcdc;
}
.breadcrumb ul li a {
  color: #159c53;
  text-decoration: underline;
  font-weight: 900;
}

.greeting main {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 6rem;
  border-radius: 4rem;
}
@media only screen and (min-width: 1900px) {
  .greeting main {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .greeting main {
    width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  .greeting main {
    padding: 4rem 1.6rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1440px) {
  .greeting main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1280px) {
  .greeting main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .greeting main {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .greeting main {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.greeting__ph {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .greeting__ph {
    margin-bottom: 2rem;
  }
}
.greeting__ph figure {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .greeting__ph figure {
    width: 100%;
  }
}
.greeting__txtwrap h3 {
  font-size: clamp(1rem, 0.6666666667rem + 1.6666666667vw, 2rem);
  margin-bottom: 2rem;
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  color: #ad7437;
}
@media screen and (max-width: 1023px) {
  .greeting__txtwrap h3 br {
    display: none;
  }
}
.greeting__txtwrap p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .greeting__txtwrap p {
    margin-bottom: 1rem;
  }
}
.greeting__name {
  margin-top: 1rem;
  text-align: right;
  font-weight: 900;
  color: #ad7437;
}

.staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  row-gap: 40px;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 90%;
}
@media only screen and (max-width: 1440px) {
  .staff_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    row-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .staff_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    row-gap: 30px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.staff_list__ttl h3 {
  font-size: 2.6rem;
  margin: 0 0 2.5rem;
}
.staff_list__box {
  position: relative;
  width: calc((100% - 210px) / 4);
  padding: 1.25rem 2.4rem 0.94rem;
  background: #ffffff;
  border-radius: 4rem;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media only screen and (max-width: 2000px) {
  .staff_list__box {
    width: calc((100% - 140px) / 3);
    border-radius: 3rem;
  }
}
@media only screen and (max-width: 1440px) {
  .staff_list__box {
    width: calc((100% - 40px) / 2);
    padding: 1.25rem 2rem 0.94rem;
  }
}
@media screen and (max-width: 768px) {
  .staff_list__box {
    width: calc((100% - 10px) / 2);
    padding: 1rem 0.5rem 0.6rem;
    border-radius: 2rem;
  }
}
.staff_list__box:nth-child(4n) {
  margin-right: 0;
}
.staff_list__box:hover {
  background: #f7d55c;
  padding: 0.625rem 2rem 0.94rem;
}
@media screen and (max-width: 768px) {
  .staff_list__box:hover {
    padding: 1rem 0.5rem 0.6rem;
  }
}
.staff_list__box:hover:before {
  color: #ffffff;
}
.staff_list__box:hover:after {
  color: #ffffff;
}
.staff_list__box a {
  display: block;
}
.staff_list__box:before, .staff_list__box:after {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "STAFF";
  font-size: clamp(0.5625rem, 0.5208333333rem + 0.2083333333vw, 0.6875rem);
  color: #ddd;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .staff_list__box:before, .staff_list__box:after {
    display: none !important;
  }
}
.staff_list__box:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: auto;
  height: auto;
  content: "STAFF";
}
.staff_list__box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: auto;
  height: auto;
  content: "TOKYO-MED";
}
.staff_list__box-txt {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  left: 50%;
  top: -5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .staff_list__box-txt {
    top: 0;
  }
}
.staff_list__box-ph {
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 99;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .staff_list__box-ph {
    border-radius: 1.4rem;
  }
}
.staff_list__box-ph img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 1.5;
}
@supports not (aspect-ratio: auto) {
  .staff_list__box-ph img {
    position: relative;
  }
  .staff_list__box-ph img::before {
    content: "";
    float: left;
    padding-top: 66.6666666667%;
  }
  .staff_list__box-ph img::after {
    content: "";
    clear: both;
    display: block;
  }
  .staff_list__box-ph img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.staff_list__box-ph:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px dashed #f7d55c;
  border-radius: 3rem;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .staff_list__box-ph:before {
    border-radius: 1.4rem;
  }
}
.staff_list__box-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .staff_list__box-ico {
    margin-right: 0.2rem;
  }
}
.staff_list__box-ico li {
  width: 42px;
  margin-right: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  .staff_list__box-ico li {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .staff_list__box-ico li {
    width: 23px;
    margin-right: 0.1rem;
  }
}
.staff_list__box-pos {
  line-height: 1;
  text-align: center;
}
.staff_list__box-pos p {
  margin-top: 0.625rem;
  font-size: clamp(0.625rem, 0.6041666667rem + 0.1041666667vw, 0.6875rem);
}
.staff_list__box-name {
  font-size: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.8125rem);
  background: #95c1df;
  color: #ffffff;
  line-height: 1;
  padding: 0.625rem 0.94rem;
  border-radius: 6.25rem;
}
@media screen and (max-width: 768px) {
  .staff_list__box-name {
    padding: 0.5rem 0.4rem;
  }
}
.staff .fltbox {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #887159;
}
@media screen and (max-width: 768px) {
  .staff .fltbox {
    display: block;
  }
}
.staff .fltbox__left {
  width: 500px;
}
@media screen and (max-width: 1023px) {
  .staff .fltbox__left {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .staff .fltbox__left {
    width: 100%;
  }
}
.staff .fltbox__right {
  width: calc(100% - 540px);
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .staff .fltbox__right {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 768px) {
  .staff .fltbox__right {
    width: 100%;
  }
}
.staff .fltbox__right th {
  font-weight: 900;
  padding: 0.94rem 0;
  border-bottom: 2px dashed #dcdcdc;
}
@media screen and (max-width: 1023px) {
  .staff .fltbox__right th {
    padding: 0.625rem 0;
  }
}
.staff .fltbox__right th p {
  display: inline-block;
  background: #95c1df;
  color: #ffffff;
  padding: 0.5rem;
  line-height: 1.1;
  font-size: clamp(0.625rem, 0.6041666667rem + 0.1041666667vw, 0.6875rem);
  border-radius: 5rem;
  width: 140px;
  text-align: center;
}
.staff .fltbox__right td {
  font-size: clamp(0.6875rem, 0.6666666667rem + 0.1041666667vw, 0.75rem);
  border-bottom: 2px dashed #dcdcdc;
  padding: 0.625rem 0.94rem;
}
.staff .fltbox__ph {
  position: relative;
}
.staff .fltbox__ph figure {
  border-radius: 4rem;
  background: #f5f5f5;
  overflow: hidden;
}
.staff .fltbox__ph img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 1.5;
}
@supports not (aspect-ratio: auto) {
  .staff .fltbox__ph img {
    position: relative;
  }
  .staff .fltbox__ph img::before {
    content: "";
    float: left;
    padding-top: 66.6666666667%;
  }
  .staff .fltbox__ph img::after {
    content: "";
    clear: both;
    display: block;
  }
  .staff .fltbox__ph img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.staff .fltbox__message {
  background: #ffffff;
  position: relative;
  padding: 0.44rem 1.25rem;
  border-radius: 0.625rem;
  font-size: clamp(0.6875rem, 0.625rem + 0.3125vw, 0.875rem);
  border: 3px solid #95c1df;
  z-index: 99;
  line-height: 1.3;
}
.staff .fltbox__message span {
  font-family: "Fredoka";
  margin-right: 0.44rem;
  color: #95c1df;
  font-weight: 900;
  font-size: clamp(0.5625rem, 0.5416666667rem + 0.1041666667vw, 0.625rem);
}
.staff .fltbox__message:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #95c1df transparent transparent transparent;
  border-width: 0.94rem 0.625rem 0 0.625rem;
}
.staff .fltbox__pos {
  position: absolute;
  left: 50%;
  bottom: 10px;
  background: #ffffff;
  color: #887159;
  padding: 0.31rem 0.625rem;
  border-radius: 0.625rem;
  line-height: 1;
  font-size: clamp(0.5625rem, 0.5416666667rem + 0.1041666667vw, 0.625rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px solid #f7d55c;
}
.staff .fltbox__name {
  text-align: center;
}
.staff .fltbox__name p {
  font-size: clamp(1.125rem, 0.9166666667rem + 1.0416666667vw, 1.75rem);
}
.staff .fltbox__name p span {
  font-size: clamp(0.6875rem, 0.625rem + 0.3125vw, 0.875rem);
}
.staff .remodal {
  border: 5px solid #f7d55c;
}
@media screen and (max-width: 1023px) {
  .staff .remodal {
    padding: 1.6rem;
  }
}
.staff .qa_list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(0.6875rem, 0.625rem + 0.3125vw, 0.875rem);
  text-align: left;
  color: #887159;
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .staff .qa_list {
    display: block;
  }
}
.staff .qa_list:after {
  content: "";
  display: block;
  width: 32.5%;
}
@media screen and (max-width: 1023px) {
  .staff .qa_list:after {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .staff .qa_list:after {
    display: none;
  }
}
.staff .qa_list__box {
  width: 32.5%;
}
@media screen and (max-width: 1023px) {
  .staff .qa_list__box {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .staff .qa_list__box {
    width: 100%;
  }
}
.staff .qa_list__ttl {
  border: 2px solid #f7d55c;
  background: #fcfaef;
  border-radius: 0.625rem;
  padding: 0.44rem 0.94rem 0.44rem 2.5rem;
  margin-bottom: 0.625rem;
  position: relative;
  color: #ad7437;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .staff .qa_list__ttl {
    padding: 0.44rem 0.94rem 0.44rem 1.9rem;
  }
}
.staff .qa_list__ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: auto;
  height: auto;
  content: "Q";
  font-weight: 700;
  font-family: "Fredoka";
  font-size: clamp(0.75rem, 0.5833333333rem + 0.8333333333vw, 1.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.staff .qa_list__ans {
  font-size: clamp(0.6875rem, 0.6666666667rem + 0.1041666667vw, 0.75rem);
  padding: 0 1.25rem 1.25rem 2.2rem;
  line-height: 1.5;
  position: relative;
}
.staff .qa_list__ans:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 15px;
  width: auto;
  height: auto;
  content: "A";
  font-weight: 700;
  font-family: "Fredoka";
  font-size: clamp(0.75rem, 0.625rem + 0.625vw, 1.125rem);
  color: #f7d55c;
}
@media screen and (max-width: 1023px) {
  .staff .qa_list__ans:before {
    top: 0;
  }
}

.feature section {
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem !important;
}
@media only screen and (min-width: 1900px) {
  .feature section {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .feature section {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .feature section {
    padding-bottom: 5.6rem !important;
  }
}
.feature section:last-of-type {
  padding-bottom: 0 !important;
}
.feature .intro__ttl {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .feature .intro__ttl {
    margin-bottom: 1.5rem;
  }
}
.feature .intro__ttl h2 {
  color: #159c53;
  font-size: clamp(1.375rem, 0.875rem + 2.5vw, 2.875rem);
  margin-top: 1.3rem;
}
@media screen and (max-width: 1023px) {
  .feature .intro__ttl h2 {
    margin-top: 0.8rem;
  }
}
.feature .intro__box {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
  margin-bottom: 3rem;
  background: url("/lib/img/bg_check_yellow.png") repeat;
  border: 3px solid #f7d55c;
}
@media screen and (max-width: 1023px) {
  .feature .intro__box {
    padding: 2rem;
  }
}
.feature .intro__box .txt {
  line-height: 1.9;
}
.feature .intro__box:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px dashed #f7d55c;
  border-radius: 2rem;
  inset: 0;
  margin: auto;
}
.feature .intro__link {
  margin-top: 5rem;
}
@media screen and (max-width: 1023px) {
  .feature .intro__link {
    margin-top: 2rem;
  }
}
.feature .intro__link .c-ttl__h3 {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .feature .intro__link .c-ttl__h3 {
    margin-bottom: 2.5rem;
  }
}
.feature .num__wrap {
  border: 20px solid #fff4d6;
  background: #ffffff;
  padding: 3rem 2.4rem 4rem 2.4rem;
  border-radius: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .feature .num__wrap {
    padding: 4rem 2.6rem 4rem 2.6rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .num__wrap {
    padding: 2rem 0.8rem 2rem;
    border: 6px solid #fff4d6;
    margin-bottom: 1rem;
  }
}
.feature .num__wrap:last-of-type {
  margin-bottom: 0;
}
.feature .num__wrap__border {
  border: 2px dashed #f7d55c;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  position: absolute;
}
.feature .num__ttl h2 {
  text-align: center;
  height: 160px;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .feature .num__ttl h2 {
    height: 120px;
    margin-bottom: 2rem;
  }
}
.feature .num__ttl h2 img {
  height: 160px;
}
@media screen and (max-width: 1023px) {
  .feature .num__ttl h2 img {
    height: 120px;
  }
}
.feature .num__ttl-q {
  padding-left: 4.375rem;
  color: #ad7437;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .feature .num__ttl-q {
    padding-left: 0;
    margin-bottom: 1.4rem;
  }
}
.feature .num__ttl-q:before {
  position: absolute;
  content: "";
  display: block;
  width: 70px;
  height: 130px;
  background: url("/about/img/feature/q_ttl.png") no-repeat;
  background-size: 100% auto;
  left: -10px;
  top: 0px;
}
@media screen and (max-width: 1023px) {
  .feature .num__ttl-q:before {
    display: none;
  }
}
.feature .num__ttl-q em {
  border: 2px solid #ad7437;
  padding: 0.2rem 0.6rem;
  line-height: 1;
  border-radius: 3rem;
  background: #f7d55c;
  color: #ad7437;
  font-size: 0.7rem;
  font-family: "Fredoka";
}
.feature .num__ttl-q h3 {
  font-size: clamp(1.0625rem, 0.8958333333rem + 0.8333333333vw, 1.5625rem);
  font-weight: 900;
  margin-top: 0.5rem;
  letter-spacing: 0em;
}
@media screen and (max-width: 1023px) {
  .feature .num__ttl-q h3 {
    line-height: 1.3;
  }
}
.feature .num__item-ttl {
  color: #8eb56e;
}
.feature .num__item-ttl h4 {
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.25rem);
  font-weight: 900;
  display: inline-block;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0em;
}
.feature .num__item-ttl .num {
  font-size: clamp(0.875rem, 0.7083333333rem + 0.8333333333vw, 1.375rem);
  position: relative;
  font-family: "Fredoka";
  display: inline-block;
  line-height: 1;
  margin-left: 1.25rem;
}
.feature .num__item-ttl .num:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: -20px;
  width: auto;
  height: auto;
  content: "...";
  line-height: 1;
  font-size: 1.2rem;
  color: #e2ccb7;
}
.feature .num__item-ttl .num:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0;
  width: auto;
  height: auto;
  content: "%";
  color: #8eb56e;
  line-height: 1;
  font-size: 0.8rem;
}
.feature .num__item-list li {
  padding-left: 0.94rem;
  position: relative;
  font-size: clamp(0.6875rem, 0.6458333333rem + 0.2083333333vw, 0.8125rem);
  line-height: 1.4;
  margin-bottom: 0.3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .feature .num__item-list li {
    margin-bottom: 0.15rem;
  }
}
.feature .num__item-list li:last-of-type {
  margin-bottom: 0;
}
.feature .num__item-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: auto;
  height: auto;
  content: "⚫︎";
  color: #159c53;
  line-height: 1;
  font-size: 0.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature .num__item .hanamaru {
  position: relative;
}
.feature .num__item .hanamaru:before {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: -20px;
  width: 55px;
  height: 55px;
  background: url("/about/img/feature/hanamaru_img.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .feature .num__item .hanamaru:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0px;
    width: 30px;
    height: 30px;
  }
}
.feature #q01 .num__box {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .feature #q01 .num__box {
    display: block;
  }
}
.feature #q01 .num__box-graph {
  width: 360px;
}
@media screen and (max-width: 1023px) {
  .feature #q01 .num__box-graph {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .feature #q01 .num__box-graph {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .feature #q01 .num__box-graph img {
    width: 60vw;
    max-width: 480px;
  }
}
.feature #q01 .num__box-txt {
  width: calc(100% - 420px);
}
@media screen and (max-width: 1023px) {
  .feature #q01 .num__box-txt {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .feature #q01 .num__box-txt {
    width: 100%;
  }
}
.feature #q01 .num__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .feature #q01 .num__item {
    display: block;
  }
}
.feature #q01 .num__item:last-of-type {
  margin-bottom: 0;
}
.feature #q01 .num__item-ttl {
  width: 330px;
}
@media screen and (max-width: 1023px) {
  .feature #q01 .num__item-ttl {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.feature #q02.num__wrap {
  padding-bottom: 0;
}
.feature #q02 .num__box {
  text-align: center;
}
.feature #q02 .num__box img {
  max-width: 960px;
}
@media screen and (max-width: 1023px) {
  .feature #q02 .num__box img {
    max-width: 100%;
  }
}
.feature #q03 .num__box-txt {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .feature #q03 .num__box-txt {
    display: block;
  }
}
.feature #q03 .num__box-graph {
  margin-bottom: 2rem;
}
.feature #q03 .num__item {
  border: 2px solid #cfd57d;
  padding: 1.7rem 1.2rem;
  width: 49%;
  border-radius: 0.625rem;
  margin-bottom: 1rem;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .feature #q03 .num__item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .feature #q03 .num__item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.feature #q03 .num__item-ttl {
  width: 150px;
}
@media screen and (max-width: 1023px) {
  .feature #q03 .num__item-ttl {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.feature #q03 .num__item-ttl h4 {
  font-size: clamp(0.8125rem, 0.7291666667rem + 0.4166666667vw, 1.0625rem);
}
@media screen and (max-width: 1023px) {
  .feature #q03 .num__item-ttl h4 br {
    display: none;
  }
}
.feature #q03 .num__item-list {
  width: calc(100% - 150px);
}
@media screen and (max-width: 1023px) {
  .feature #q03 .num__item-list {
    width: 100%;
  }
}
.feature #q03 .num__item-list li {
  font-size: clamp(0.6875rem, 0.6666666667rem + 0.1041666667vw, 0.75rem);
}
.feature #q04 .num__box-txt {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .feature #q04 .num__box-txt {
    display: block;
  }
}
.feature #q04 .num__item {
  background: #fcfaf6;
  padding: 3.75rem 3.75rem;
  border-radius: 2rem;
  border: 3px solid #fdd000;
  width: 49%;
  margin-bottom: 1rem;
  padding: 1.6rem 2rem;
}
.feature #q04 .num__item-ttl {
  margin-bottom: 1rem;
}
.feature #q04 .num__item-ttl h4 {
  font-size: clamp(0.875rem, 0.6666666667rem + 1.0416666667vw, 1.5rem);
}
.feature #q04 .num__item-ttl h4 span {
  width: 50px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .feature #q04 .num__item-ttl h4 span {
    width: 40px;
  }
}
.feature #q04 .num__item-ttl h4 span img {
  width: 50px;
}
@media screen and (max-width: 1023px) {
  .feature #q04 .num__item-ttl h4 span img {
    width: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .feature #q04 .num__item {
    padding: 2rem 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .feature #q04 .num__item {
    width: 100%;
    padding: 1.2rem;
  }
}
.feature .clm2 {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .feature .clm2 {
    display: block;
  }
}
.feature .clm2 > div {
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .feature .clm2 > div {
    width: 100%;
  }
}
.feature #q05 .num__box-txt:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.feature #q05 .num__box-txt:last-of-type {
  padding: 1.3rem;
  border: 4px solid #7fb355;
  border-radius: 0.625rem;
  text-align: center;
}
.feature #q05 .num__box-txt:last-of-type .score {
  font-size: clamp(2.375rem, 1.7083333333rem + 3.3333333333vw, 4.375rem);
  position: relative;
  line-height: 1;
  display: inline-block;
  color: #8eb56e;
}
.feature #q05 .num__box-txt:last-of-type .score:after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  bottom: 3px;
  width: auto;
  height: auto;
  content: "点";
  line-height: 1;
  font-size: clamp(0.875rem, 0.8333333333rem + 0.2083333333vw, 1rem);
}
.feature #q05 .num__box-txt:last-of-type .score-txt {
  color: #ad7437;
  background: #f7d55c;
  padding: 0.5rem;
  border-radius: 0.625rem;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .feature #q05 .num__box-txt:last-of-type .score-txt {
    padding: 0.3rem;
  }
}
.feature #q05 .num__box-img {
  width: 23%;
}
.feature #q06 {
  margin-bottom: 3rem !important;
}
.feature #q06 .num__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 768px) {
  .feature #q06 .num__item {
    display: block;
  }
}
.feature #q06 .num__item:last-of-type {
  margin-bottom: 0;
}
.feature #q06 .num__item-ttl {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .feature #q06 .num__item-ttl {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.feature #q06 .num__item-list {
  width: calc(100% - 230px);
}
@media screen and (max-width: 768px) {
  .feature #q06 .num__item-list {
    width: 100%;
  }
}
.feature #q07 .num__box-txt {
  position: relative;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .feature #q07 .num__box-txt {
    display: block;
  }
}
.feature #q07 .num__item {
  width: 32%;
}
@media screen and (max-width: 1023px) {
  .feature #q07 .num__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .feature #q07 .num__item:last-of-type {
    margin-bottom: 0;
  }
}
.feature #q07 .num__item-ttl figure {
  text-align: center;
}
.feature #q07 .num__item-ttl figure img {
  height: 75px;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .feature #q07 .num__item-ttl figure img {
    display: none;
  }
}
.feature #q07 .num__item-ttl h4 {
  font-size: clamp(0.8125rem, 0.625rem + 0.9375vw, 1.375rem);
  text-align: center;
  display: block;
  padding: 1.4rem 0.6rem;
  border-radius: 0.625rem;
  color: #ffffff;
  margin: 2rem 0;
}
@media screen and (max-width: 1023px) {
  .feature #q07 .num__item-ttl h4 {
    margin: 0 0 1rem;
    padding: 0.6rem 0.6rem;
  }
}
.feature #q07 .num__item-ttl h4 span {
  width: 50px;
  margin-right: 0.625rem;
}
.feature #q07 .num__item-ttl h4 span img {
  width: 50px;
}
.feature #q07 .num__item:nth-child(1) .num__item-ttl h4 {
  background: #7fb355;
}
.feature #q07 .num__item:nth-child(2) .num__item-ttl h4 {
  background: #cfd57d;
}
.feature #q07 .num__item:nth-child(3) .num__item-ttl h4 {
  background: #bccf6e;
}
.feature #q08 .num__box-txt {
  position: relative;
}
.feature #q08 .num__box-txt:first-of-type {
  background: #8eb56e;
  color: #ffffff;
  border-radius: 60%;
  width: 700px;
  margin: 5rem auto 3rem;
  padding: 3rem 0;
  text-align: center;
  font-size: clamp(1rem, 0.8333333333rem + 0.8333333333vw, 1.5rem);
}
@media screen and (max-width: 1023px) {
  .feature #q08 .num__box-txt:first-of-type {
    width: 100%;
    margin: 5rem auto 2rem;
  }
}
.feature #q08 .num__box-txt:last-of-type {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .feature #q08 .num__box-txt:last-of-type {
    display: block;
  }
}
.feature #q08 .num__box-txt figure {
  width: 280px;
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .feature #q08 .num__box-txt figure {
    max-width: 100%;
  }
}
.feature #q08 .num__item {
  width: 23.5%;
}
@media screen and (max-width: 1023px) {
  .feature #q08 .num__item {
    width: 48.5%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .feature #q08 .num__item {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .feature #q08 .num__item:last-of-type {
    margin-bottom: 0;
  }
}
.feature #q08 .num__item-ttl {
  margin-bottom: 1rem;
  padding: 1.25rem 1.25rem;
  border-radius: 2rem;
  border: 5px dashed #fff288;
}
@media screen and (max-width: 1023px) {
  .feature #q08 .num__item-ttl {
    border: 3px solid #fff288;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .feature #q08 .num__item-ttl {
    padding: 0.6rem;
    margin-bottom: 1rem;
    background: #fff4d6;
  }
}
.feature #q08 .num__item-ttl h4 {
  font-size: clamp(0.875rem, 0.7083333333rem + 0.8333333333vw, 1.375rem);
  text-align: center;
  display: block;
}
.feature #q08 .num__item-ttl h4 span {
  width: 50px;
  margin-right: 0.625rem;
}
.feature #q08 .num__item-ttl h4 span img {
  width: 50px;
}
.feature #q09 .num__box {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .feature #q09 .num__box {
    display: block;
  }
}
.feature #q09 .num__box-graph {
  width: 480px;
}
@media screen and (max-width: 1023px) {
  .feature #q09 .num__box-graph {
    width: 410px;
  }
}
@media screen and (max-width: 768px) {
  .feature #q09 .num__box-graph {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.feature #q09 .num__box-txt {
  width: calc(100% - 520px);
  margin-top: -6.25rem;
}
@media screen and (max-width: 1023px) {
  .feature #q09 .num__box-txt {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 768px) {
  .feature #q09 .num__box-txt {
    width: 100%;
    margin-top: 0;
  }
}
.feature #q09 .num__box .clm3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .feature #q09 .num__box .clm3 {
    display: block;
    margin-bottom: 0;
  }
}
.feature #q09 .num__box .clm3 > div {
  width: 32%;
}
@media screen and (max-width: 1023px) {
  .feature #q09 .num__box .clm3 > div {
    width: 100%;
  }
}
.feature #q09 .num__box .clm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.feature #q09 .num__box .clm2 > div {
  width: 55%;
}
@media screen and (max-width: 1023px) {
  .feature #q09 .num__box .clm2 > div {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .feature #q09 .num__item {
    margin-bottom: 1.5rem;
  }
}
.feature #q09 .num__item-ttl h4 {
  margin-bottom: 0.6rem;
}
.feature #q09 .num__item-list li {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .feature #q09 .num__item-img {
    display: none;
  }
}
.feature #q09 .num__item-img img {
  width: 120px;
}
.feature #q09 #q09_1 .num__item-list,
.feature #q09 #q09_2 .num__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature #q09 #q09_1 .num__item-list li,
.feature #q09 #q09_2 .num__item-list li {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .feature #q09 #q09_3 .num__item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature #q09 #q09_3 .num__item-list li {
    width: 50%;
  }
}
.feature #q09 .clm3 .num__item-img {
  margin-bottom: 1rem;
  text-align: center;
}
.feature #q09 .clm2 .num__item {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.feature #q10 .num__box-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature #q10 .num__item {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .feature #q10 .num__item {
    width: 48%;
  }
}
.feature #q10 .num__item:nth-child(-n+2) {
  margin-bottom: 2rem;
}
.feature #q10 .num__item-ttl {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 7px solid #ffed50;
  background: #ffffff;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .feature #q10 .num__item-ttl {
    width: 150px;
    height: 150px;
    margin-bottom: 1rem;
  }
}
.feature #q10 .num__item-ttl figure {
  width: 70px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1023px) {
  .feature #q10 .num__item-ttl figure {
    width: 30px;
    margin: 0 auto 0.3rem;
  }
}
.feature #q10 .num__item-ttl h4 {
  display: block;
}
.feature #q10 .num__item-ttl .num {
  margin-left: 0;
}
.feature #q10 .num__item-ttl .num:before {
  display: none;
}
.feature #q11 .num__box-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .feature #q11 .num__box-txt {
    display: block;
  }
}
.feature #q11 .num__item {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .feature #q11 .num__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .feature #q11 .num__item:last-of-type {
    margin-bottom: 0;
  }
}
.feature #q11 .num__item h4 {
  background: #f7d55c;
  padding: 1rem 2rem;
  border-radius: 0.625rem;
  color: #ad7437;
  font-size: clamp(0.8125rem, 0.5833333333rem + 1.1458333333vw, 1.5rem);
  margin-bottom: 1.5rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .feature #q11 .num__item h4 {
    padding: 0.8rem;
    margin-bottom: 1rem;
  }
}
.feature #q11 .num__item h4:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  width: 70px;
  height: 95px;
  background: url("/lib/img/ico_glass.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .feature #q11 .num__item h4:after {
    display: none;
  }
}
.feature #q12 .num__box {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .feature #q12 .num__box {
    display: block;
  }
}
.feature #q12 .num__box-graph {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .feature #q12 .num__box-graph {
    margin-bottom: 3rem;
  }
}
.feature #q12 .num__box-graph img {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .feature #q12 .num__box-graph img {
    width: 70vw;
  }
}
.feature #q12 .num__box-img {
  position: absolute;
  right: 0;
  top: -100px;
}
@media screen and (max-width: 1023px) {
  .feature #q12 .num__box-img {
    top: -50px;
  }
}
.feature #q12 .num__box-img img {
  width: 150px;
}
@media screen and (max-width: 1023px) {
  .feature #q12 .num__box-img img {
    width: 90px;
  }
}
.feature #q12 .num__box-txt {
  width: calc(100% - 500px);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .feature #q12 .num__box-txt {
    width: 100%;
  }
}
.feature #q12 .num__box-txt h3 {
  font-size: clamp(1.25rem, 0.9166666667rem + 1.6666666667vw, 2.25rem);
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.feature #q12 .num__box-txt h3 span {
  color: #159c53;
}
.feature #q12 .num__box-clmwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .feature #q12 .num__box-clmwrap {
    display: block;
  }
}
.feature #q12 .num__box-clm:first-of-type {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .feature #q12 .num__box-clm:first-of-type {
    width: 100%;
  }
}
.feature #q12 .num__box-clm:last-of-type {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .feature #q12 .num__box-clm:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .feature #q12 .num__box-clm:last-of-type .num__item:last-of-type {
    margin-bottom: 0;
  }
}
.feature #q12 .num__item {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .feature #q12 .num__item {
    margin-bottom: 1.5rem;
  }
}
.feature #q12 .num__item h4 {
  margin-bottom: 0.6rem;
}
.feature #q13 .num__item {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 3px solid #e5e9ba;
  background: #ffffff;
  padding: 2rem;
  border-radius: 0.625rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .feature #q13 .num__item {
    display: block;
    padding: 1.5rem 1rem;
  }
}
.feature #q13 .num__item:last-of-type {
  margin-bottom: 0;
}
.feature #q13 .num__item-ttl {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: spaceflex-start;
      -ms-flex-pack: spaceflex-start;
          justify-content: spaceflex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .feature #q13 .num__item-ttl {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.feature #q13 .num__item-ttl p {
  width: 60px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .feature #q13 .num__item-ttl p {
    width: 35px;
    margin-right: 0.625rem;
  }
}
.feature #q13 .num__item-list {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1023px) {
  .feature #q13 .num__item-list {
    width: 100%;
  }
}
.feature #q14 .num__box {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .feature #q14 .num__box {
    display: block;
  }
}
.feature #q14 .num__box-graph {
  width: 400px;
}
@media screen and (max-width: 1023px) {
  .feature #q14 .num__box-graph {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .feature #q14 .num__box-graph img {
    width: 60vw;
    max-width: 400px;
  }
}
.feature #q14 .num__box-txt {
  width: calc(100% - 470px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .feature #q14 .num__box-txt {
    width: 100%;
  }
}
.feature #q14 .num__box-clm {
  width: 45%;
}
@media screen and (max-width: 1023px) {
  .feature #q14 .num__box-clm {
    width: 49%;
  }
}
.feature #q14 .num__box-clm:first-of-type li:nth-child(odd) {
  width: 40%;
}
.feature #q14 .num__box-clm:first-of-type li:nth-child(even) {
  width: 60%;
}
.feature #q14 .num__box-clm:last-of-type {
  width: 55%;
}
@media screen and (max-width: 1023px) {
  .feature #q14 .num__box-clm:last-of-type {
    width: 49%;
  }
}
.feature #q14 .num__box-clm:last-of-type li {
  width: 100% !important;
}
.feature #q14 .num__item {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .feature #q14 .num__item:last-of-type {
    margin-bottom: 0;
  }
}
.feature #q14 .num__item-ttl h4 {
  margin-bottom: 1rem;
}
.feature #q14 .num__item-ttl h4 span {
  width: 47px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .feature #q14 .num__item-ttl h4 span {
    width: 23px;
  }
}
.feature #q14 .num__item-ttl h4 span img {
  width: 47px;
}
@media screen and (max-width: 1023px) {
  .feature #q14 .num__item-ttl h4 span img {
    width: 23px;
  }
}
.feature #q14 .num__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature #q14 .num__item .note {
  font-size: clamp(0.625rem, 0.5833333333rem + 0.2083333333vw, 0.75rem);
  line-height: 1.5;
  margin-top: 0.6rem;
}
@media screen and (max-width: 1023px) {
  .feature #q14 .num__item .note {
    margin-top: 0.4rem;
  }
}
.feature #q15 .num__box-txt {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .feature #q15 .num__box-txt {
    display: block;
  }
}
.feature #q15 .num__box-txt > div {
  width: 49.5%;
  padding: 3rem;
}
@media screen and (max-width: 1023px) {
  .feature #q15 .num__box-txt > div {
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 0.6rem;
    border-radius: 0.625rem;
  }
  .feature #q15 .num__box-txt > div:last-of-type {
    margin-bottom: 0;
  }
}
.feature #q15 .num__box-txt > div h4 {
  font-size: clamp(1.125rem, 0.9583333333rem + 0.8333333333vw, 1.625rem);
  margin-bottom: 1rem;
}
.feature #q15 .num__item:nth-child(1) {
  background: #f9ede5;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media screen and (max-width: 1023px) {
  .feature #q15 .num__item:nth-child(1) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.feature #q15 .num__item:nth-child(1) h4 {
  color: #f6898c;
}
.feature #q15 .num__item:nth-child(2) {
  background: #faf6c6;
}
.feature #q15 .num__item:nth-child(2) h4 {
  color: #e6be1c;
}
.feature #q15 .num__item:nth-child(3) {
  background: #ebf2cc;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
@media screen and (max-width: 1023px) {
  .feature #q15 .num__item:nth-child(3) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.feature #q15 .num__item:nth-child(3) h4 {
  color: #7fb355;
}
.feature #q15 .num__item:nth-child(4) {
  background: #e7f1fa;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media screen and (max-width: 1023px) {
  .feature #q15 .num__item:nth-child(4) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.feature #q15 .num__item:nth-child(4) h4 {
  color: #4c9ddb;
}
.feature #q16 .num__box-txt {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .feature #q16 .num__box-txt {
    display: block;
  }
}
.feature #q16 .num__box-txt > div {
  width: 48.5%;
  padding: 1.25rem 1.25rem;
  border-radius: 2rem;
  border: 5px dashed #fff288;
  position: relative;
  padding: 3rem 2rem;
}
@media screen and (max-width: 1023px) {
  .feature #q16 .num__box-txt > div {
    border: 3px solid #fff288;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .feature #q16 .num__box-txt > div {
    width: 100%;
    padding: 1.8rem 1.3rem;
  }
}
.feature #q16 .num__box-txt > div .num__item-img {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 130px;
}
@media screen and (max-width: 1023px) {
  .feature #q16 .num__box-txt > div .num__item-img {
    display: none;
  }
}
.feature #q16 .num__item-ttl h4 {
  font-size: clamp(1.125rem, 0.8333333333rem + 1.4583333333vw, 2rem);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 3.44rem;
}
@media screen and (max-width: 1023px) {
  .feature #q16 .num__item-ttl h4 {
    padding-left: 2.2rem;
  }
}
.feature #q16 .num__item-list16 {
  overflow: hidden;
}
.feature #q16 .num__item-list16 li {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 0.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .feature #q16 .num__item-list16 li {
    padding-left: 1.6rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .feature #q16 .num__item:first-of-type {
    margin-bottom: 1rem;
  }
}
.feature #q16 .num__item:first-of-type .num__item-ttl h4 {
  color: #f6898c;
}
.feature #q16 .num__item:first-of-type .num__item-ttl h4:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("/about/img/feature/q16_ttl01.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .feature #q16 .num__item:first-of-type .num__item-ttl h4:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 25px;
    height: 25px;
  }
}
.feature #q16 .num__item:first-of-type .num__item-list16 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("/about/img/feature/q16_ico01.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .feature #q16 .num__item:first-of-type .num__item-list16 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
  }
}
.feature #q16 .num__item:last-of-type .num__item-ttl h4 {
  color: #4c9ddb;
}
.feature #q16 .num__item:last-of-type .num__item-ttl h4:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("/about/img/feature/q16_ttl02.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .feature #q16 .num__item:last-of-type .num__item-ttl h4:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 25px;
    height: 25px;
  }
}
.feature #q16 .num__item:last-of-type .num__item-list16 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("/about/img/feature/q16_ico02.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .feature #q16 .num__item:last-of-type .num__item-list16 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
  }
}

.tp_group {
  background: url("/lib/img/bg_check_yellow.png") repeat;
  padding: 7rem 1.6rem !important;
}
@media only screen and (max-width: 1440px) {
  .tp_group {
    padding: 7rem 3rem 3rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .tp_group {
    padding: 4.375rem 1.9rem 2.5rem !important;
  }
}
.tp_group__illust01, .tp_group__illust02 {
  position: absolute;
  top: -80px;
}
@media only screen and (max-width: 1440px) {
  .tp_group__illust01, .tp_group__illust02 {
    top: -40px;
  }
}
.tp_group__illust01 {
  left: 30px;
  width: 780px;
}
@media only screen and (max-width: 1440px) {
  .tp_group__illust01 {
    width: 640px;
  }
}
@media screen and (max-width: 1023px) {
  .tp_group__illust01 {
    width: 360px;
  }
}
.tp_group__illust02 {
  right: 80px;
  width: 270px;
}
.tp_group__illust02.is_after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media only screen and (max-width: 1440px) {
  .tp_group__illust02 {
    width: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .tp_group__illust02 {
    display: none;
  }
}
.tp_group__clm {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
  max-width: 1600px;
}
@media screen and (max-width: 1023px) {
  .tp_group__clm {
    max-width: 100%;
    width: 100%;
    display: block;
    margin-bottom: 3rem;
  }
}
.tp_group__clm-ph {
  width: 60%;
  border-radius: 1.9rem;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .tp_group__clm-ph {
    width: 100%;
    margin-bottom: 1.9rem;
  }
}
.tp_group__clm-txt {
  width: 35%;
  padding-right: 5.6rem;
}
@media screen and (max-width: 1023px) {
  .tp_group__clm-txt {
    width: 100%;
    padding-right: 0;
  }
}
.tp_group__link {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  row-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1900px) {
  .tp_group__link {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .tp_group__link {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .tp_group__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    row-gap: 30px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .tp_group__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    row-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.tp_group__link-list {
  width: calc((100% - 160px) / 5);
}
@media only screen and (max-width: 1440px) {
  .tp_group__link-list {
    width: calc((100% - 80px) / 5);
  }
}
@media screen and (max-width: 1023px) {
  .tp_group__link-list {
    width: calc((100% - 20px) / 3);
  }
}
.tp_group__link-list figure {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 1800px) {
  .tp_group__link-list ul {
    padding-left: 20px;
  }
}
.tp_group__link-list li {
  font-size: clamp(0.75rem, 0.6666666667rem + 0.4166666667vw, 1rem);
  line-height: 1;
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .tp_group__link-list li {
    margin-right: 0.625rem;
    letter-spacing: -0.01em;
  }
}
.tp_group__link-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⚫︎";
  font-size: clamp(0.5625rem, 0.5208333333rem + 0.2083333333vw, 0.6875rem);
  color: #159c53;
}
.tp_group__link-list li a:hover {
  text-decoration: underline;
  color: #159c53;
}

.tmp .btn__wrap {
  text-align: center;
}
.tmp__wrap {
  font-weight: 600;
  font-size: clamp(0.75rem, 0.6875rem + 0.3125vw, 0.9375rem);
  line-height: 2.1;
}
.tmp__wrap img,
.tmp__wrap iframe {
  max-width: 100%;
}
.tmp__wrap h3.ttl {
  text-align: center;
  margin: 3rem 0 1.6rem;
}
.tmp__wrap h3.ttl label {
  font-size: clamp(0.875rem, 0.7916666667rem + 0.4166666667vw, 1.125rem);
  color: #ffffff;
  background: #159c53;
  padding: 1.2rem 3rem;
  border-radius: 6.25rem;
  display: inline-block;
  position: relative;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .tmp__wrap h3.ttl label {
    padding: 1rem 3rem;
  }
}
.tmp__wrap h3.ttl label:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #159c53 transparent transparent transparent;
  border-width: 15px 10px 0 10px;
}
.tmp__wrap h3.base__ttl {
  font-size: clamp(1.125rem, 0.7708333333rem + 1.7708333333vw, 2.1875rem);
  margin: 4rem 0 1.5rem;
  padding-left: 2.2rem;
  color: #8eb56e;
  position: relative;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .tmp__wrap h3.base__ttl {
    padding-left: 1.6rem;
    margin: 3rem 0 1.5rem;
  }
}
.tmp__wrap h3.base__ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  content: "⚫︎";
  color: #f7d55c;
  line-height: 1;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  color: #8eb56e;
  transform: translateY(-60%);
}
.tmp__wrap h4.base__ttl {
  font-size: clamp(0.9375rem, 0.6875rem + 1.25vw, 1.6875rem);
  margin: 3rem 0 1rem;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .tmp__wrap h4.base__ttl {
    line-height: 1.5;
  }
}
.tmp__wrap h4.list__ttl {
  font-size: clamp(0.9375rem, 0.7916666667rem + 0.7291666667vw, 1.375rem);
  margin: 5rem 0 1.5rem;
  font-weight: 900;
  padding-left: 1.6rem;
  color: #ad7437;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .tmp__wrap h4.list__ttl {
    line-height: 1.5;
    margin: 3rem 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .tmp__wrap h4.list__ttl {
    padding-left: 1.3rem;
    margin: 2rem 0 0.6rem;
  }
}
.tmp__wrap h4.list__ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  content: "⚫︎";
  color: #f7d55c;
  line-height: 1;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  top: 10px;
  left: -3px;
  font-size: 2rem;
}
.tmp__wrap h5.ttl {
  margin-bottom: 1rem;
}
.tmp__wrap h5.base__ttl {
  margin: 3rem 0 0.8rem;
  font-size: clamp(0.75rem, 0.6875rem + 0.3125vw, 0.9375rem);
  position: relative;
  padding: 0.5rem 1.25rem;
  font-weight: 900;
  border-radius: 0.4rem;
  color: #ad7437;
  border: 1px solid #ad7437;
  display: inline-block;
  background: #ffebae;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .tmp__wrap h5.base__ttl {
    line-height: 1.5;
  }
}
.tmp__wrap .h6__wrap {
  text-align: center;
}
.tmp__wrap h6.base__ttl {
  margin: 2rem 0 1rem;
  font-size: clamp(0.8125rem, 0.6666666667rem + 0.7291666667vw, 1.25rem);
  position: relative;
  color: #ad7437;
  font-weight: 900;
  display: inline-block;
}
.tmp__wrap h6.base__ttl:before {
  position: absolute;
  left: -50px;
  display: block;
  top: 0;
  content: "(";
}
.tmp__wrap h6.base__ttl:after {
  position: absolute;
  right: -50px;
  display: block;
  top: 0;
  content: ")";
}
.tmp__wrap figure {
  overflow: hidden;
  border-radius: 2rem;
  width: 100%;
  border: 10px solid #ffffff;
}
.tmp__wrap .clm2, .tmp__wrap .clm3 {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1.9;
  margin-bottom: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .tmp__wrap .clm2, .tmp__wrap .clm3 {
    display: block;
  }
}
.tmp__wrap .clm2 .box .ph, .tmp__wrap .clm3 .box .ph {
  position: relative;
  text-align: center;
}
.tmp__wrap .clm2 .box .ph span, .tmp__wrap .clm3 .box .ph span {
  position: absolute;
  left: 20px;
  top: -4px;
  background: #f7d55c;
  color: #ffffff;
  padding: 0.5rem 1.25rem;
  border-radius: 3.125rem;
  line-height: 1;
  font-size: 1rem;
}
.tmp__wrap .clm2 .box .txt, .tmp__wrap .clm3 .box .txt {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.7;
}
.tmp__wrap .clm2 .box h3, .tmp__wrap .clm2 .box h4, .tmp__wrap .clm3 .box h3, .tmp__wrap .clm3 .box h4 {
  margin-top: 0 !important;
}
.tmp__wrap .clm2 .box {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .tmp__wrap .clm2 .box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tmp__wrap .clm2 .box:nth-child(n+3) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .tmp__wrap .clm2 .box:first-of-type {
    margin-bottom: 2rem;
  }
}
.tmp__wrap .clm2 .box .ph figure {
  aspect-ratio: 1.75;
}
@supports not (aspect-ratio: auto) {
  .tmp__wrap .clm2 .box .ph figure {
    position: relative;
  }
  .tmp__wrap .clm2 .box .ph figure::before {
    content: "";
    float: left;
    padding-top: 57.1428571429%;
  }
  .tmp__wrap .clm2 .box .ph figure::after {
    content: "";
    clear: both;
    display: block;
  }
  .tmp__wrap .clm2 .box .ph figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.tmp__wrap .clm3 .box {
  width: 31.5%;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .tmp__wrap .clm3 .box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tmp__wrap .clm3 .box:nth-child(1), .tmp__wrap .clm3 .box:nth-child(2) {
    margin-bottom: 2rem;
  }
}
.tmp__wrap .clm3 .box .ph figure {
  aspect-ratio: 1.5;
}
@supports not (aspect-ratio: auto) {
  .tmp__wrap .clm3 .box .ph figure {
    position: relative;
  }
  .tmp__wrap .clm3 .box .ph figure::before {
    content: "";
    float: left;
    padding-top: 66.6666666667%;
  }
  .tmp__wrap .clm3 .box .ph figure::after {
    content: "";
    clear: both;
    display: block;
  }
  .tmp__wrap .clm3 .box .ph figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.tmp__wrap .clm3 .box .txt {
  font-size: 0.9rem;
  line-height: 1.6;
}
.tmp__wrap hr {
  height: 1px;
  position: relative;
  border: none;
  margin: 5rem 0;
  background: #eaeaea;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
}
.tmp__wrap .table__basic {
  margin-top: 2rem;
}
.tmp__wrap .table__basic table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #159c53;
}
.tmp__wrap .table__basic table th, .tmp__wrap .table__basic table td {
  padding: 0.94rem;
}
.tmp__wrap .table__basic table th {
  background: #159c53;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  border: 2px solid #159c53;
}
.tmp__wrap .table__basic table td {
  border: 2px solid #159c53;
}
.tmp__wrap .ph__mar {
  margin-bottom: 3rem;
}
.tmp__wrap .ph__mar figure {
  border-radius: 1.4rem;
  overflow: hidden;
  border: none;
}
.tmp__block {
  margin-bottom: 7rem;
}
.tmp__block:last-of-type {
  margin-bottom: 0;
}
.tmp__box {
  margin-bottom: 5rem !important;
}
.tmp__box:last-of-type {
  margin-bottom: 0;
}
.tmp__ph {
  margin-bottom: 3rem;
}
.tmp__topic {
  padding: 4rem 3rem 3rem;
  margin-left: -3.75rem;
  width: calc(100% + 120px);
  background: url(/lib/img/bg_wave_tp.png) repeat-x left top, url(/lib/img/bg_wave_btm.png) repeat-x left bottom #f0f0f0;
  position: relative;
}
.tmp__topic:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 50px;
  width: auto;
  height: auto;
  content: "CONTENTS";
  padding: 0.625rem 0.94rem;
  line-height: 1;
  border-radius: 6rem;
  border: 1px solid #ad7437;
  background: #ffffff;
}
.tmp__topic ul li {
  font-size: 1.3rem;
  list-style: none;
  margin-bottom: 0.625rem;
}
.tmp__topic ul li a {
  position: relative;
  background: #fefbed;
  background: url(/lib/img/bg_check_yellow.png);
  border-radius: 0.625rem;
  padding: 0.44rem 2.8rem;
  font-weight: 900;
  -webkit-box-shadow: 0rem 0rem 0.5rem rgb(214, 198, 168);
          box-shadow: 0rem 0rem 0.5rem rgb(214, 198, 168);
  display: block;
}
.tmp__topic ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  content: "⚫︎";
  color: #f7d55c;
  line-height: 1;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  left: 20px;
}
.tmp__topic ul li a:hover {
  background: #fffbf3;
}
.tmp__list h3, .tmp__list h4, .tmp__list h5, .tmp__list h6 {
  margin-top: 0 !important;
}
.tmp__list ul li {
  padding-left: 1.4rem;
  position: relative;
}
.tmp__list ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  content: "⚫︎";
  color: #f7d55c;
  line-height: 1;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  top: 8px;
  font-size: 0.8rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.tmp__list ol {
  counter-reset: number;
}
.tmp__list ol li {
  padding-left: 1.9rem;
  position: relative;
  counter-increment: number 1;
}
.tmp__list ol li:before {
  position: absolute;
  color: #f7d55c;
  left: 0;
  top: 4px;
  line-height: 1;
  content: counter(number) " ";
  font-size: clamp(0.9375rem, 0.75rem + 0.9375vw, 1.5rem);
  font-family: "Outfit", serif;
}
.tmp__table {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .tmp__table {
    margin-top: 1.2rem;
  }
}
.tmp__table table {
  width: 100%;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 0.4rem;
  border-spacing: 0;
  text-align: center;
  border: 2px solid #ad7437;
}
.tmp__table table th, .tmp__table table td {
  border-bottom: 1px solid #dacbbb;
  border-right: 1px solid #dacbbb;
}
.tmp__table table th:last-child, .tmp__table table td:last-child {
  border-right: none;
  border-right: none;
}
.tmp__table table th {
  padding: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  background: #ad7437;
  color: #ffffff;
}
.tmp__table table td {
  padding: 0.94rem;
  text-align: left;
}
.tmp__table table tr:last-child th, .tmp__table table tr:last-child td {
  border-bottom: none;
}
.tmp__txtlink {
  text-decoration: underline;
  font-size: 1.2rem;
  margin-top: 2.5rem;
}
.tmp__btnlink {
  margin-top: 2.5rem;
}
.tmp__btnlink a {
  position: relative;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
}
.tmp__btnlink a:link, .tmp__btnlink a:active, .tmp__btnlink a:visited {
  padding: 0.94rem 2rem 0.94rem 2rem;
  border-radius: 6.25rem;
  color: #ad7437;
  background: #ffffff;
  font-size: clamp(0.625rem, 0.4583333333rem + 0.8333333333vw, 1.125rem);
  border: 3px solid #f7d55c;
}
@media screen and (max-width: 768px) {
  .tmp__btnlink a:link, .tmp__btnlink a:active, .tmp__btnlink a:visited {
    padding: 0.94rem 0.5rem;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.tmp__btnlink a:hover {
  color: #ffffff;
  background: #f7d55c;
  border: 2px solid #f7d55c;
}
.tmp__bg-clr01, .tmp__bg-clr02 {
  padding: 4rem 2.5rem;
  border-radius: 2rem;
  position: relative;
  margin-top: 2rem;
}
@media only screen and (max-width: 1440px) {
  .tmp__bg-clr01, .tmp__bg-clr02 {
    padding: 3rem 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .tmp__bg-clr01, .tmp__bg-clr02 {
    padding: 2.5rem 1.9rem;
    margin-top: 1.5rem;
  }
}
.tmp__bg-clr01:after, .tmp__bg-clr02:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px dashed #f7d55c;
  border-radius: 2rem;
  inset: 0;
  margin: auto;
}
.tmp__bg-clr01 .chara, .tmp__bg-clr02 .chara {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 130px;
}
@media only screen and (max-width: 1440px) {
  .tmp__bg-clr01 .chara, .tmp__bg-clr02 .chara {
    width: 110px;
    right: -20px;
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .tmp__bg-clr01 .chara, .tmp__bg-clr02 .chara {
    display: none;
  }
}
.tmp__bg-clr01 .chara img, .tmp__bg-clr02 .chara img {
  position: relative;
  z-index: 99;
}
.tmp__bg-clr01 .chara:after, .tmp__bg-clr02 .chara:after {
  position: absolute;
  background: #95c1df;
  content: "Hi";
  padding: 0.625rem 1.25rem;
  border-radius: 10rem;
  color: #ffffff;
  right: -10px;
  top: 0px;
  z-index: 1;
}
.tmp__bg-clr01 h3:first-of-type, .tmp__bg-clr01 h4:first-of-type, .tmp__bg-clr01 h5:first-of-type, .tmp__bg-clr01 h6:first-of-type, .tmp__bg-clr02 h3:first-of-type, .tmp__bg-clr02 h4:first-of-type, .tmp__bg-clr02 h5:first-of-type, .tmp__bg-clr02 h6:first-of-type {
  margin-top: 0 !important;
}
.tmp__bg-clr01 {
  background: #fffbf3;
}
.tmp__bg-clr02 {
  background: #f5f5f5;
}
.tmp__bg-clr03 {
  margin-top: 3rem;
  padding: 5rem 3.75rem 4rem;
  width: calc(100% + 120px);
  margin-left: -3.75rem;
  background: url(/lib/img/bg_wave_tp.png) repeat-x left top, url(/lib/img/bg_wave_btm.png) repeat-x left bottom #f0f0f0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .tmp__bg-clr03 {
    width: calc(100% + 50px);
    margin-left: -1.6rem;
    margin-top: 2rem;
    padding: 5rem 2rem 4rem;
  }
}
.tmp__bg-clr03 h3:first-of-type, .tmp__bg-clr03 h4:first-of-type, .tmp__bg-clr03 h5:first-of-type, .tmp__bg-clr03 h6:first-of-type {
  margin-top: 0 !important;
}
.tmp__around-lt {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1280px) {
  .tmp__around-lt {
    display: block;
  }
}
.tmp__around-rt {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1280px) {
  .tmp__around-rt {
    display: block;
  }
}
.tmp__around-lt, .tmp__around-rt {
  position: relative;
  margin-bottom: 3rem;
}
.tmp__around-lt .ph, .tmp__around-rt .ph {
  width: 500px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .tmp__around-lt .ph, .tmp__around-rt .ph {
    width: 40%;
  }
}
@media only screen and (max-width: 1280px) {
  .tmp__around-lt .ph, .tmp__around-rt .ph {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.tmp__around-lt .ph span, .tmp__around-rt .ph span {
  position: absolute;
  left: 20px;
  top: -4px;
  background: #f7d55c;
  color: #ffffff;
  padding: 0.5rem 1.25rem;
  border-radius: 3.125rem;
  line-height: 1;
  font-size: 1rem;
}
.tmp__around-lt .ph figure, .tmp__around-rt .ph figure {
  aspect-ratio: 1.5;
}
@supports not (aspect-ratio: auto) {
  .tmp__around-lt .ph figure, .tmp__around-rt .ph figure {
    position: relative;
  }
  .tmp__around-lt .ph figure::before, .tmp__around-rt .ph figure::before {
    content: "";
    float: left;
    padding-top: 66.6666666667%;
  }
  .tmp__around-lt .ph figure::after, .tmp__around-rt .ph figure::after {
    content: "";
    clear: both;
    display: block;
  }
  .tmp__around-lt .ph figure img, .tmp__around-rt .ph figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.tmp__around-lt .txt, .tmp__around-rt .txt {
  width: calc(100% - 500px - 50px);
  line-height: 1.7;
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
}
@media only screen and (max-width: 1440px) {
  .tmp__around-lt .txt, .tmp__around-rt .txt {
    width: calc(60% - 30px);
  }
}
@media only screen and (max-width: 1280px) {
  .tmp__around-lt .txt, .tmp__around-rt .txt {
    width: 100%;
  }
}
.tmp__around-illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tmp__around-illust .illust {
  width: 100px;
}
@media screen and (max-width: 1023px) {
  .tmp__around-illust .illust {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .tmp__around-illust .illust {
    width: 40px;
  }
}
.tmp__around-illust .txt {
  width: calc(100% - 100px - 40px);
}
@media screen and (max-width: 1023px) {
  .tmp__around-illust .txt {
    width: calc(100% - 60px - 20px);
  }
}
@media screen and (max-width: 768px) {
  .tmp__around-illust .txt {
    width: calc(100% - 40px - 15px);
  }
}
.tmp__around-illust .txt h3:first-of-type, .tmp__around-illust .txt h4:first-of-type, .tmp__around-illust .txt h5:first-of-type, .tmp__around-illust .txt h6:first-of-type {
  margin-top: 0;
}

.groupclm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
  margin-right: auto;
  width: 1760px;
}
@media only screen and (max-width: 1800px) {
  .groupclm {
    width: 1560px;
  }
}
@media only screen and (max-width: 1600px) {
  .groupclm {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .groupclm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.groupclm_nav {
  width: 290px;
  position: sticky;
  top: 80px;
  background: #ffffff;
  border: 10px solid #f3c935;
  font-size: clamp(0.6875rem, 0.625rem + 0.3125vw, 0.875rem);
  border-radius: 3rem;
  padding: 2.5rem 1.6rem 1.9rem;
}
@media only screen and (max-width: 1800px) {
  .groupclm_nav {
    width: 300px;
  }
}
@media only screen and (max-width: 1600px) {
  .groupclm_nav {
    border-radius: 3rem 0 0 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .groupclm_nav {
    width: 100%;
    border-radius: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .groupclm_nav:after {
    content: "";
    display: block;
    width: 33%;
  }
}
.groupclm_nav__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .groupclm_nav__box {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .groupclm_nav__box {
    width: 49%;
  }
}
.groupclm_nav__box:last-of-type {
  margin-bottom: 0;
}
.groupclm_nav__box ul {
  position: relative;
  z-index: 99;
}
.groupclm_nav__box ul li {
  position: relative;
}
.groupclm_nav__box ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  content: "⚫︎";
  color: #f7d55c;
  line-height: 1;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.groupclm_nav__box ul li a {
  display: block;
  padding-left: 1.25rem;
  line-height: 1.8;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .groupclm_nav__box ul li a {
    padding-left: 0.7rem;
  }
}
.groupclm_nav__box.clr01 ul li:before {
  color: #f58488;
}
.groupclm_nav__box.clr02 ul li:before {
  color: #65a1ed;
}
.groupclm_nav__box.clr03 ul li:before {
  color: #7cd2ae;
}
.groupclm_nav__box.clr04 ul li:before {
  color: #d7de74;
}
.groupclm_nav__box.clr05 ul li:before {
  color: #f0c254;
}
.groupclm_nav__ph {
  width: 60px;
  height: 60px;
  border-radius: 8rem;
  overflow: hidden;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .groupclm_nav__ph {
    width: 50px;
    height: 50px;
    margin-right: 0.6rem;
  }
}
.groupclm_nav__border {
  border: 2px dashed #f7d55c;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  position: absolute;
}
@media only screen and (max-width: 1600px) {
  .groupclm_nav__border {
    border-radius: 2rem 0 0 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .groupclm_nav__border {
    border-radius: 2rem;
  }
}
.groupclm_main {
  width: calc(100% - 690px);
  background: #ffffff;
  border-radius: 4rem;
  padding: 5rem 3rem;
  overflow: hidden;
}
@media only screen and (max-width: 1800px) {
  .groupclm_main {
    width: calc(100% - 750px);
  }
}
@media only screen and (max-width: 1600px) {
  .groupclm_main {
    width: calc(100% - 680px);
  }
}
@media only screen and (max-width: 1280px) {
  .groupclm_main {
    width: calc(100% - 340px);
    padding: 5rem 2.3rem;
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .groupclm_main {
    width: 100%;
    padding: 3rem 1.6rem;
    margin: 1.9rem 0;
  }
}
.groupclm_fixed {
  position: relative;
  width: 400px;
  border: 10px solid #ffffff;
  padding: 2.2rem 1.9rem 8.75rem;
  border-radius: 3rem;
  font-size: clamp(0.75rem, 0.6875rem + 0.3125vw, 0.9375rem);
  line-height: 1.9;
}
@media only screen and (max-width: 1800px) {
  .groupclm_fixed {
    width: 380px;
  }
}
@media only screen and (max-width: 1600px) {
  .groupclm_fixed {
    width: 320px;
  }
}
@media only screen and (max-width: 1280px) {
  .groupclm_fixed {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .groupclm_fixed {
    display: block;
    width: 100%;
    padding: 2.2rem 1.25rem 7.5rem;
    border: 15px solid #ffffff;
    background: #fffcf8;
  }
}
.groupclm_fixed h3 {
  font-family: "Outfit", serif;
  font-weight: 900;
  font-size: clamp(1.25rem, 1.0833333333rem + 0.8333333333vw, 1.75rem);
  text-align: center;
  margin-bottom: 1.6rem;
  color: #ad7437;
}
.groupclm_fixed__ph {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 12.5rem;
  margin: 0 auto 2.2rem;
}
.groupclm_fixed__ph img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}
.groupclm_fixed__illust {
  position: absolute;
  left: 50%;
  bottom: -45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 240px;
}
@media screen and (max-width: 1023px) {
  .groupclm_fixed__illust {
    width: 140px;
    bottom: 0;
  }
}

.group .tmp__wrap h3.ttl {
  margin: 5rem 0 2rem;
}
@media screen and (max-width: 1023px) {
  .group .tmp__wrap h3.ttl {
    margin: 3.5rem 0 2rem;
  }
}
.group .tmp__wrap.pink h3.ttl label {
  background: #f58488 !important;
}
.group .tmp__wrap.pink h3.ttl label:after {
  border-color: #f58488 transparent transparent transparent !important;
}
.group .tmp__wrap.blue h3.ttl label {
  background: #65a1ed;
}
.group .tmp__wrap.blue h3.ttl label:after {
  border-color: #65a1ed transparent transparent transparent;
}
.group .tmp__wrap.green h3.ttl label {
  background: #7cd2ae;
}
.group .tmp__wrap.green h3.ttl label:after {
  border-color: #7cd2ae transparent transparent transparent;
}
.group .tmp__wrap.lgreen h3.ttl label {
  background: #d7de74;
}
.group .tmp__wrap.lgreen h3.ttl label:after {
  border-color: #d7de74 transparent transparent transparent;
}
.group .tmp__wrap.yellow h3.ttl label {
  background: #f0c254;
}
.group .tmp__wrap.yellow h3.ttl label:after {
  border-color: #f0c254 transparent transparent transparent;
}
.group .tmp__around-lt .ph, .group .tmp__around-rt .ph {
  width: 300px;
}
.group .tmp__around-lt .ph figure, .group .tmp__around-rt .ph figure {
  aspect-ratio: 1.5;
}
@supports not (aspect-ratio: auto) {
  .group .tmp__around-lt .ph figure, .group .tmp__around-rt .ph figure {
    position: relative;
  }
  .group .tmp__around-lt .ph figure::before, .group .tmp__around-rt .ph figure::before {
    content: "";
    float: left;
    padding-top: 66.6666666667%;
  }
  .group .tmp__around-lt .ph figure::after, .group .tmp__around-rt .ph figure::after {
    content: "";
    clear: both;
    display: block;
  }
  .group .tmp__around-lt .ph figure img, .group .tmp__around-rt .ph figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.group .tmp__around-lt .txt, .group .tmp__around-rt .txt {
  width: calc(100% - 300px - 50px);
}
.group .btn__wrap {
  margin-top: 5rem;
}

.baseclm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  width: 1760px;
}
@media only screen and (max-width: 1800px) {
  .baseclm {
    width: 1560px;
  }
}
@media only screen and (max-width: 1600px) {
  .baseclm {
    width: 100%;
  }
}
.baseclm_nav {
  width: 270px;
  position: sticky;
  top: 90px;
  font-size: clamp(0.6875rem, 0.5833333333rem + 0.5208333333vw, 1rem);
  background: #ffffff;
  border: 13px solid #f3c935;
  border-radius: 3rem;
  padding: 3rem 1.8rem 2.6rem;
  font-weight: 900;
}
@media only screen and (max-width: 1600px) {
  .baseclm_nav {
    border-radius: 0 3rem 3rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .baseclm_nav {
    display: none;
  }
}
.baseclm_nav > ul {
  position: relative;
  z-index: 99;
}
.baseclm_nav > ul > li {
  position: relative;
}
.baseclm_nav > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  content: "⚫︎";
  color: #f7d55c;
  line-height: 1;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  top: 1.1rem;
}
.baseclm_nav > ul > li > a {
  padding: 0.7rem 0 0.7rem 1.25rem;
  line-height: 1;
  display: block;
}
.baseclm_nav > ul > li li {
  font-size: clamp(0.5625rem, 0.4791666667rem + 0.4166666667vw, 0.8125rem);
}
.baseclm_nav > ul > li li > a {
  padding: 0.4rem 0 0.4rem 2.4rem;
  line-height: 1;
  display: block;
  color: #c99c81;
}
.baseclm_nav__border {
  border: 2px dashed #f7d55c;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  position: absolute;
}
@media only screen and (max-width: 1600px) {
  .baseclm_nav__border {
    border-radius: 0 2rem 2rem 0;
  }
}
.baseclm_main {
  width: calc(100% - 270px);
  background: #ffffff;
  border-radius: 3.75rem;
  padding: 5rem 3.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .baseclm_main {
    border-radius: 3.75rem 0 0 3.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .baseclm_main {
    width: 100%;
    padding: 5rem 3rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .baseclm_main {
    padding: 4rem 1.56rem;
  }
}

/*:::::::::::::::::::::::::::::::::::::::::::PROGRAM*/
.program .swiper {
  margin-top: 3rem;
  border-radius: 3rem;
}
@media screen and (max-width: 1023px) {
  .program .swiper {
    margin-top: 2rem;
  }
}
.program__intro {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .program__intro {
    width: 100%;
  }
}
.program__intro-ph {
  margin-bottom: 3rem;
  position: relative;
}
.program__intro-ph:before {
  z-index: 99;
  position: absolute;
  font-size: clamp(0.6875rem, 0.5rem + 0.9375vw, 1.25rem);
  left: -30px;
  top: -30px;
  background: #159c53;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  content: "サブスペシャルティ専門医の先生たちから学ぶ";
  display: block;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .program__intro-ph:before {
    padding: 0.6rem 0.8rem;
    left: -10px;
    top: -10px;
  }
}
.program__intro .c-ttl__glass {
  margin-bottom: 1.5rem;
}
.program__box {
  margin-top: 10rem;
}
@media screen and (max-width: 1023px) {
  .program__box {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .program__box {
    margin-top: 4rem;
  }
}
.program__box .c-note {
  margin-top: 30px;
}
.program__box.center {
  text-align: center;
}
.program__box ul {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .program__box ul {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .program .program__image {
    width: 800px;
  }
}
.program .center {
  background: #fcfaf6;
  padding: 3.75rem 3.75rem;
  border-radius: 2rem;
  border: 3px solid #fdd000;
}
@media screen and (max-width: 1023px) {
  .program .center {
    padding: 2rem 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .program .center .c-btn__default a {
    padding: 1rem 1.5rem;
  }
}

/*:::::::::::::::::::::::::::::::::::::::::::GRADUATE*/
.graduate .intro__sec {
  text-align: center;
}
.graduate .intro__sec ul {
  margin-bottom: 2.5rem;
}
.graduate .intro__illust {
  margin: 3rem 0;
}
@media screen and (max-width: 768px) {
  .graduate .intro__illust {
    width: 800px;
  }
}
.graduate .intro__fb {
  font-size: clamp(0.9375rem, 0.75rem + 0.9375vw, 1.5rem);
  line-height: 2;
  margin-top: 2rem;
}
.graduate .link__sec {
  background: #fcfaf6;
  padding: 3.75rem 3.75rem;
  border-radius: 2rem;
  border: 3px solid #fdd000;
  margin-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .graduate .link__sec {
    padding: 2rem 1.2rem;
  }
}
.graduate .c-ttl__glass {
  margin-bottom: 2rem;
}
.graduate .jointresearch__sec .c-ttl__h3 {
  text-align: center;
}
.graduate .jointresearch__intro {
  text-align: center;
}
.graduate .jointresearch__wrap {
  background: #fcfaf6;
  padding: 3.75rem 3.75rem;
  border-radius: 2rem;
  border: 3px solid #fdd000;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .graduate .jointresearch__wrap {
    padding: 2rem 1.2rem;
  }
}
.graduate .jointresearch__box {
  margin-top: 3rem;
}
.graduate .jointresearch__box:first-of-type {
  margin-top: 0;
}
.graduate .jointresearch__box h4 {
  background: #8eb56e;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  line-height: 1;
  margin-bottom: 0.8rem;
  font-size: clamp(1.0625rem, 0.9583333333rem + 0.5208333333vw, 1.375rem);
  display: inline-block;
}

/*:::::::::::::::::::::::::::::::::::::::::::SUPPORT*/
.support .explan,
.mentor .explan,
.divercity .explan {
  padding-bottom: 0;
}
.support .explan__sec,
.mentor .explan__sec,
.divercity .explan__sec {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .support .explan__sec,
  .mentor .explan__sec,
  .divercity .explan__sec {
    padding-bottom: 2rem;
  }
}
.support .explan__txt,
.mentor .explan__txt,
.divercity .explan__txt {
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .support .explan__txt,
  .mentor .explan__txt,
  .divercity .explan__txt {
    text-align: left;
  }
}
@media only screen and (max-width: 1280px) {
  .support .explan__txt br,
  .mentor .explan__txt br,
  .divercity .explan__txt br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .support .explan__sec {
    padding-bottom: 0;
  }
}

/*:::::::::::::::::::::::::::::::::::::::::::MENTOR*/
.mentor__box-ph {
  margin-top: 3rem;
}

/*:::::::::::::::::::::::::::::::::::::::::::DIVERCITY*/
.divercity__box {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .divercity__box {
    margin-bottom: 3rem;
  }
}
.divercity__box:last-of-type {
  margin-bottom: 0;
}
.divercity__box-ph {
  margin-top: 3rem;
}
.divercity__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0;
}
.divercity__box-list li {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 31%;
  height: 0;
  padding-top: 15.5%;
  padding-bottom: 15.5%;
  background: #f7d55c;
  color: #ad7437;
  border-radius: 50%;
  font-size: clamp(0.6875rem, 0.3958333333rem + 1.4583333333vw, 1.5625rem);
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .divercity__box-list li {
    width: 32%;
    height: 0;
    padding-top: 16%;
    padding-bottom: 16%;
  }
}
.divercity__box-list li:nth-child(-n+3) {
  margin-bottom: 1.3rem;
}
.divercity__box:nth-child(3) {
  text-align: center;
  background: #fffbf3;
  border-radius: 3rem;
  padding: 4rem 7rem;
  font-size: clamp(0.8125rem, 0.6666666667rem + 0.7291666667vw, 1.25rem);
  line-height: 1.4;
}
@media only screen and (max-width: 1440px) {
  .divercity__box:nth-child(3) {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .divercity__box:nth-child(3) {
    padding: 3rem 1.5rem;
  }
}

/*:::::::::::::::::::::::::::::::::::::::::::LICENSE*/
.license-acquire__headline {
  margin-bottom: 3rem;
}
.license-acquire__txt p {
  margin-bottom: 3rem;
}
.license .list__clm {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .license .list__clm {
    display: block;
  }
}
.license .list__clm:after {
  content: "";
  display: block;
  width: 32%;
}
@media screen and (max-width: 1023px) {
  .license .list__clm:after {
    width: 49%;
  }
}
.license .list__clm li {
  width: 32%;
}
@media screen and (max-width: 1023px) {
  .license .list__clm li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .license .list__clm li {
    width: 100%;
  }
}
.license .list__clm li a {
  display: block;
  position: relative;
  padding: 1.56rem 0.8rem;
  border-radius: 0.625rem;
  font-size: clamp(0.75rem, 0.6458333333rem + 0.5208333333vw, 1.0625rem);
  font-weight: 900;
  text-align: center;
  border: 2px solid #8eb56e;
  background: #fffbf3;
  color: #8eb56e;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 1023px) {
  .license .list__clm li a {
    padding: 1.56rem 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.license .list__clm li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px dashed #f7d55c;
  border-radius: 2rem;
  inset: 0;
  margin: auto;
  border: 2px dashed #ebdfc0;
  border-radius: 0.625rem;
}
.license .list__clm li a:hover {
  background: #8eb56e;
  color: #ffffff;
}

/*:::::::::::::::::::::::::::::::::::::::::::TOUR*/
.tour__sec p {
  text-align: center;
}
.tour__sec .c-ttl__h3 {
  text-align: center;
}
.tour .illust {
  position: absolute;
  right: -50px;
  top: 50px;
  width: 240px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .tour .illust {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .tour .illust {
    width: 140px;
  }
}
.tour__map {
  margin-top: 3rem;
  position: relative;
}
.tour__map iframe {
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .tour__map iframe {
    height: 340px;
  }
}
.tour__map p {
  text-align: right;
}
.tour__map p a {
  text-decoration: underline;
}
.tour__box {
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .tour__box {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .tour__box {
    margin-top: 3.5rem;
  }
}
.tour__box p {
  margin-bottom: 2rem;
}
.tour .c-btn__default {
  margin: 4rem 0 5rem;
  text-align: center;
}

/*:::::::::::::::::::::::::::::::::::::::::::ONEDAY*/
.oneday .intro__sec {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: flex_start;
      -ms-flex-align: flex_start;
          align-items: flex_start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1400px;
}
@media only screen and (min-width: 1900px) {
  .oneday .intro__sec {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .oneday .intro__sec {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .oneday .intro__sec {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  .oneday .intro__sec {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .oneday .intro__sec {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .oneday .intro__sec {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .oneday .intro__sec {
    display: block;
  }
}
.oneday .intro__box {
  position: relative;
  padding: 3rem;
  background: url(/lib/img/bg_check_yellow.png) repeat #fef8ed;
  border-radius: 1.9rem;
  border: 3px solid #f7d55c;
}
@media screen and (max-width: 1023px) {
  .oneday .intro__box {
    padding: 1.4rem 1.4rem 3rem;
  }
}
.oneday .intro__box:first-of-type {
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 1023px) {
  .oneday .intro__box:first-of-type {
    padding-bottom: 2rem;
  }
}
.oneday .intro__box-ttl {
  position: absolute;
  right: -10px;
  top: -10px;
  border-left: 3px solid #f7d55c;
  border-bottom: 3px solid #f7d55c;
  background: #fef8ed;
  border-radius: 0 0 0 1.25rem;
  padding: 1.6rem 3rem 2.5rem;
  color: #159c53;
  font-size: clamp(0.75rem, 0.5416666667rem + 1.0416666667vw, 1.375rem);
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .oneday .intro__box-ttl {
    padding: 0 1.6rem 1.25rem;
  }
}
.oneday .intro__box-ttl p {
  width: 40px;
  margin: 0 auto 1.9rem;
}
@media screen and (max-width: 1023px) {
  .oneday .intro__box-ttl p {
    width: 20px;
    margin: 0 auto 0.625rem;
  }
}
.oneday .intro__clm {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .oneday .intro__clm {
    display: block;
  }
}
.oneday .intro__clm-ph {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .oneday .intro__clm-ph {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.oneday .intro__clm-ph p {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  border: 2px solid #f7d55c;
  color: #159c53;
  border-radius: 6.25rem;
  padding: 0.8rem 1rem;
  line-height: 1;
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
}
.oneday .intro__clm-txt {
  width: 56%;
  line-height: 1.9;
  font-size: clamp(0.6875rem, 0.625rem + 0.3125vw, 0.875rem);
}
@media screen and (max-width: 1023px) {
  .oneday .intro__clm-txt {
    width: 100%;
  }
}
.oneday .intro__clm-pos p {
  margin-top: 0.94rem;
  font-size: clamp(0.625rem, 0.5416666667rem + 0.4166666667vw, 0.875rem);
  font-weight: 900;
  line-height: 1.5;
  color: #ad7437;
}
.oneday .intro__clm-ttl {
  margin-top: 3rem;
  font-size: clamp(0.875rem, 0.5833333333rem + 1.4583333333vw, 1.75rem);
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .oneday .intro__clm-ttl {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .oneday .intro__clm-ttl br {
    display: none;
  }
}
.oneday .timeschedule__wrap {
  margin-bottom: 8rem;
  border-bottom: 2px dashed;
}
@media screen and (max-width: 1023px) {
  .oneday .timeschedule__wrap {
    margin-bottom: 4rem;
  }
}
.oneday .timeschedule__wrap .c-ttl__eng {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .oneday .timeschedule__wrap .c-ttl__eng {
    margin-bottom: 2rem;
  }
}
.oneday .timeschedule__sec {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .oneday .timeschedule__sec {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.oneday .timeschedule__sec ul {
  position: relative;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.oneday .timeschedule__sec ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 3px dashed #f7d55c;
}
.oneday .timeschedule__sec ul li {
  position: relative;
  width: 80px;
  height: 270px;
}
@media screen and (max-width: 1023px) {
  .oneday .timeschedule__sec ul li {
    width: 50px;
    height: 220px;
  }
}
.oneday .timeschedule__sec ul li a:hover .timeschedule__ttl {
  background: #8eb56e;
  color: #ffffff;
}
.oneday .timeschedule__time {
  background: #f7d55c;
  color: #ffffff;
  padding: 0.6rem;
  border-radius: 1rem;
  z-index: 99;
  width: 100%;
  font-size: clamp(0.5625rem, 0.5rem + 0.3125vw, 0.75rem);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .oneday .timeschedule__time {
    padding: 0.3rem;
  }
}
.oneday .timeschedule__ttl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background: #ffffff;
  color: #ad7437;
  padding: 3.3rem 2rem 1.3rem;
  z-index: 1;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .oneday .timeschedule__ttl {
    padding: 3rem 1rem 2rem;
  }
}
.oneday__sec {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1800px) {
  .oneday__sec {
    width: 1340px;
  }
}
@media only screen and (max-width: 1280px) {
  .oneday__sec {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .oneday__sec {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1440px) {
  .oneday__sec {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1280px) {
  .oneday__sec {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .oneday__sec {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .oneday__sec {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.oneday__box {
  width: 900px;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .oneday__box {
    width: 80vw;
    margin-bottom: 3rem;
  }
}
.oneday__box-ph {
  position: relative;
  padding: 2rem 2.4rem;
  background: #ffffff;
  margin-bottom: 3rem;
  border-radius: 4rem;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .oneday__box-ph {
    margin-bottom: 1.5rem;
    padding: 1rem 1.4rem;
    border-radius: 2rem;
  }
}
.oneday__box-ph figure {
  border-radius: 4rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .oneday__box-ph figure {
    border-radius: 2rem;
  }
}
.oneday__box-ph figure:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px dashed #f7d55c;
  border-radius: 4rem;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .oneday__box-ph figure:before {
    border-radius: 2rem;
  }
}
.oneday__box-time {
  background: url("/lib/img/moc_fkds.svg") no-repeat;
  background-size: cover;
  width: 160px;
  height: 130px;
  position: absolute;
  left: -30px;
  top: -30px;
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .oneday__box-time {
    width: 100px;
    height: 80px;
    left: 0;
    top: 0;
  }
}
.oneday__box-time p {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  font-size: clamp(0.75rem, 0.5rem + 1.25vw, 1.5rem);
  color: #f7d55c;
  font-weight: 900;
  font-family: "Fredoka";
}
@media screen and (max-width: 1023px) {
  .oneday__box-time p {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.oneday__box-txt {
  width: 80%;
  padding-left: 7rem;
  z-index: 98;
}
@media screen and (max-width: 1023px) {
  .oneday__box-txt {
    width: 90%;
    padding-left: 3rem;
  }
}
.oneday__box-txt h3 {
  background: #159c53;
  color: #ffffff;
  padding: 0.8rem 1.3rem;
  margin-bottom: 1.2rem;
  border-radius: 3.125rem;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .oneday__box-txt h3 {
    padding: 0.6rem 1rem;
    margin-bottom: 0.6rem;
  }
}
.oneday__box-txt p {
  font-size: clamp(0.75rem, 0.6666666667rem + 0.4166666667vw, 1rem);
}
.oneday__box-chara {
  position: absolute;
  right: -330px;
  bottom: 60px;
  z-index: 99;
}
@media only screen and (max-width: 1440px) {
  .oneday__box-chara {
    right: -280px;
  }
}
@media only screen and (max-width: 1280px) {
  .oneday__box-chara {
    right: -230px;
  }
}
@media screen and (max-width: 1023px) {
  .oneday__box-chara {
    right: -110px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .oneday__box-chara {
    right: -40px;
    bottom: 40px;
  }
}
.oneday__box-chara figure {
  width: 220px;
}
.oneday__box-chara figure img {
  -webkit-animation: yurayura 1s linear infinite;
          animation: yurayura 1s linear infinite;
}
@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@media only screen and (max-width: 1280px) {
  .oneday__box-chara figure {
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .oneday__box-chara figure {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .oneday__box-chara figure {
    width: 70px;
  }
}
.oneday__box-arrow {
  position: absolute;
  bottom: -70px;
  z-index: 1;
}
.oneday__box.even {
  margin-left: auto;
}
.oneday__box.even .oneday__box-chara {
  left: -330px;
  right: 0;
}
@media only screen and (max-width: 1440px) {
  .oneday__box.even .oneday__box-chara {
    left: -280px;
  }
}
@media only screen and (max-width: 1280px) {
  .oneday__box.even .oneday__box-chara {
    left: -230px;
  }
}
@media screen and (max-width: 1023px) {
  .oneday__box.even .oneday__box-chara {
    left: -110px;
  }
}
@media screen and (max-width: 768px) {
  .oneday__box.even .oneday__box-chara {
    left: -40px;
  }
}
.oneday__box#sec01 .oneday__box-arrow {
  right: -30px;
}
@media screen and (max-width: 1023px) {
  .oneday__box#sec01 .oneday__box-arrow {
    right: -100px;
    -webkit-transform: rotateY(-50deg);
            transform: rotateY(-50deg);
  }
}
@media screen and (max-width: 768px) {
  .oneday__box#sec01 .oneday__box-arrow {
    right: -20px;
  }
}
.oneday__box#sec02 .oneday__box-arrow {
  left: -50px;
}
@media screen and (max-width: 1023px) {
  .oneday__box#sec02 .oneday__box-arrow {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  .oneday__box#sec02 .oneday__box-arrow {
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .oneday__box#sec03 .oneday__box-txt {
    padding-left: 1rem;
  }
}
.oneday__box#sec03 .oneday__box-arrow {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .oneday__box#sec03 .oneday__box-arrow {
    right: -10px;
  }
}
.oneday__box#sec04 .oneday__box-arrow {
  left: 0px;
}
@media screen and (max-width: 768px) {
  .oneday__box#sec05 .oneday__box-txt {
    padding-left: 1rem;
  }
}
.oneday__box#sec05 .oneday__box-arrow {
  right: 70px;
}
@media screen and (max-width: 1023px) {
  .oneday__box#sec05 .oneday__box-arrow {
    right: 10px;
  }
}
.oneday .faq__sec {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1800px) {
  .oneday .faq__sec {
    width: 1340px;
  }
}
@media only screen and (max-width: 1280px) {
  .oneday .faq__sec {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1440px) {
  .oneday .faq__sec {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1280px) {
  .oneday .faq__sec {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1023px) {
  .oneday .faq__sec {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 768px) {
  .oneday .faq__sec {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.oneday .faq__box {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .oneday .faq__box {
    margin-bottom: 3rem;
  }
}
.oneday .faq__box:last-of-type {
  margin-bottom: 0;
}
.oneday .faq__box-a {
  background: #8eb56e;
  color: #ffffff;
  text-align: center;
  padding: 1.3rem;
  border-radius: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 900;
  font-size: clamp(0.8125rem, 0.5833333333rem + 1.1458333333vw, 1.5rem);
}
@media screen and (max-width: 1023px) {
  .oneday .faq__box-a {
    padding: 0.6rem;
  }
}
.oneday .message__sec {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 5rem 7rem !important;
  border-radius: 3rem;
  border: 3px dashed #ad7437;
}
@media only screen and (min-width: 1800px) {
  .oneday .message__sec {
    width: 1340px;
  }
}
@media only screen and (max-width: 1280px) {
  .oneday .message__sec {
    width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  .oneday .message__sec {
    padding: 3rem 1.4rem !important;
  }
}
.oneday .message__sec .c-ttl__glass {
  text-align: center;
  margin-bottom: 2rem;
}
.oneday .link__sec {
  margin-top: 12rem;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .oneday .link__sec {
    width: 100%;
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1440px) {
  .oneday .link__sec {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1280px) {
  .oneday .link__sec {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .oneday .link__sec {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .oneday .link__sec {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .oneday .link__sec {
    margin-top: 4rem;
  }
}
.oneday .link__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #ffffff;
  padding: 3rem;
  border-radius: 3rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 3px solid #f7d55c;
  position: relative;
}
@media screen and (max-width: 768px) {
  .oneday .link__clm {
    display: block;
    padding: 2rem;
  }
}
.oneday .link__clm:hover {
  background: #f7d55c;
}
.oneday .link__clm:hover .link__txt .c-ttl__glass h4 {
  background: #ffffff;
}
.oneday .link__ph {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .oneday .link__ph {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.oneday .link__txt {
  width: 55%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .oneday .link__txt {
    width: 100%;
  }
}
.oneday .link__txt h3 {
  color: #159c53;
  font-size: clamp(1rem, 0.8333333333rem + 0.8333333333vw, 1.5rem);
  margin-top: 1rem;
}
.oneday .link__txt .c-ttl__glass {
  margin: 2rem 0 0.9rem;
}
.oneday .link__txt .c-ttl__glass h4 {
  padding: 0.7rem 3.7rem 0.7rem 2rem;
  font-size: clamp(0.75rem, 0.6666666667rem + 0.4166666667vw, 1rem);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 1023px) {
  .oneday .link__txt .c-ttl__glass h4 {
    padding: 0.7rem 2rem 0.7rem 2rem;
  }
}
.oneday .link__txt-pos p {
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
  line-height: 1.6;
}
.oneday .link__txt-btn {
  background: #8eb56e;
  color: #ffffff;
  padding: 0.8rem 2rem;
  line-height: 1;
  border-radius: 8rem;
  display: inline-block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: clamp(0.6875rem, 0.6666666667rem + 0.1041666667vw, 0.75rem);
}
@media screen and (max-width: 1023px) {
  .oneday .link__txt-btn {
    right: 15px;
    bottom: 15px;
    padding: 0.6rem 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .oneday .link__txt-btn {
    position: static;
    margin-top: 1.4rem;
    display: block;
  }
}

/*:::::::::::::::::::::::::::::::::::::::::::VOICE*/
.tp_voice {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1900px) {
  .tp_voice {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .tp_voice {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 1440px) {
  .tp_voice {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 1280px) {
  .tp_voice {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 1023px) {
  .tp_voice {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 768px) {
  .tp_voice {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .tp_voice {
    width: 90% !important;
  }
}
@media screen and (max-width: 1023px) {
  .tp_voice .c-ttl__top {
    text-align: center;
  }
}
.tp_voice ul {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tp_voice ul li {
  width: calc((100% - 360px) / 3);
}
@media only screen and (max-width: 1280px) {
  .tp_voice ul li {
    width: calc((100% - 160px) / 3);
  }
}
.tp_voice .swiper-button-prev,
.tp_voice .swiper-button-next {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tp_voice .swiper-button-prev,
  .tp_voice .swiper-button-next {
    display: block;
  }
}
.tp_voice__box a {
  margin: 0 5rem;
}
@media screen and (max-width: 1023px) {
  .tp_voice__box a {
    margin: 0;
  }
}
.tp_voice__name {
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .tp_voice__name {
    right: 50%;
    top: 0;
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
  }
}
.tp_voice__name img {
  width: 50px;
  margin-left: auto;
}
.tp_voice__txt {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .tp_voice__txt {
    text-align: center;
  }
}
.tp_voice__txt h3 {
  font-size: clamp(1.1875rem, 1.1875rem + 0vw, 1.1875rem);
  color: #159c53;
  margin-bottom: 0.6rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-weight: 900;
  display: inline-block;
  line-height: 1.3;
}
.tp_voice__txt p {
  color: #887159;
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
  line-height: 1.9;
}
.tp_voice__item figure {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .tp_voice__item figure {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tp_voice .tp_voice__item:hover figure {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.tp_voice .tp_voice__item:hover .tp_voice__txt h3 {
  color: #ffffff;
  background: #8eb56e;
  padding: 0.3rem;
  border-radius: 0.31rem;
  font-weight: 900;
}

.voice__intro {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.375rem;
}
@media only screen and (min-width: 1800px) {
  .voice__intro {
    width: 1340px;
  }
}
@media only screen and (max-width: 1280px) {
  .voice__intro {
    width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  .voice__intro {
    margin-bottom: 0;
  }
}
.voice__intro-item {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .voice__intro-item {
    display: block;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1440px) {
  .voice__intro-item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1280px) {
  .voice__intro-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .voice__intro-item {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .voice__intro-item {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.voice__intro-name {
  position: absolute;
  right: 20px;
  top: -20px;
}
.voice__intro-name img {
  width: 50px;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .voice__intro-name img {
    width: 40px;
  }
}
.voice__intro-ph {
  width: 470px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .voice__intro-ph {
    width: 70vw;
    max-width: 600px;
    margin: 0 auto 2rem;
  }
}
.voice__intro-ph p {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f7d55c;
  padding: 0.7rem 1rem;
  line-height: 1;
  display: inline-block;
  font-size: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.8125rem);
  border-radius: 3rem;
}
@media screen and (max-width: 1023px) {
  .voice__intro-ph p {
    bottom: 0;
  }
}
.voice__intro-txt {
  width: calc(100% - 560px);
}
@media screen and (max-width: 1023px) {
  .voice__intro-txt {
    width: 100%;
  }
}
.voice__intro-txt h3 {
  font-size: clamp(1.375rem, 0.9583333333rem + 2.0833333333vw, 2.625rem);
  color: #159c53;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .voice__intro-txt h3 {
    margin-bottom: 1rem;
  }
}
.voice__intro-txt .txt {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .voice__intro-txt .txt {
    margin-top: 1rem;
  }
}
.voiceclm {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1023px) {
  .voiceclm {
    display: block;
    margin-bottom: 4rem;
  }
}
.voiceclm_nav {
  width: 30%;
  padding-left: 10%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .voiceclm_nav {
    width: 100%;
    padding-left: 1.6rem;
    margin-bottom: 4rem;
  }
}
.voiceclm_nav:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 200px;
  background: url("/img/oneday_illust.png") no-repeat 0 0;
  background-size: cover;
  width: 130px;
  height: 400px;
}
@media screen and (max-width: 1023px) {
  .voiceclm_nav:after {
    display: none;
  }
}
.voiceclm_nav ul {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
.voiceclm_nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.6rem;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
@media screen and (max-width: 1023px) {
  .voiceclm_nav ul li {
    margin-bottom: 0.3rem;
  }
}
.voiceclm_nav ul li.sample_on {
  background: #f7d55c;
  padding: 0.4rem 1rem;
  border-radius: 6rem;
}
.voiceclm_nav ul li span {
  width: 30px;
  margin-right: 0.44rem;
}
.voiceclm_main {
  width: 70%;
}
@media screen and (max-width: 1023px) {
  .voiceclm_main {
    width: 100%;
  }
}
.voiceclm_main section {
  position: relative;
  margin-bottom: 7.5rem;
  padding-bottom: 6.25rem !important;
}
@media screen and (max-width: 1023px) {
  .voiceclm_main section {
    padding-bottom: 3rem !important;
    margin-bottom: 3.75rem;
  }
}
.voiceclm_main section:last-of-type {
  margin-bottom: 0;
}
.voiceclm_main section:before {
  content: "";
  display: block;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 20px);
  width: 100%;
  z-index: 0;
  border-radius: 3rem;
}
.voiceclm_main section h3 {
  margin-bottom: 3.75rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .voiceclm_main section h3 {
    margin-bottom: 2rem;
  }
}
.voiceclm_main section h3:before {
  color: #8eb56e;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: -40px;
  left: 0;
  display: block;
  font-family: "Fredoka";
  font-size: clamp(0.6875rem, 0.625rem + 0.3125vw, 0.875rem);
}
.voiceclm_main section h3 span {
  background: #8eb56e;
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  font-size: clamp(1rem, 0.75rem + 1.25vw, 1.75rem);
  font-weight: 900;
}
.voiceclm__inr {
  position: relative;
  z-index: 99;
  padding: 0 10%;
  border-radius: 5rem;
}
@media screen and (max-width: 1023px) {
  .voiceclm__inr {
    padding: 0 1.6rem;
  }
}
.voiceclm__ph {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .voiceclm__ph {
    margin-bottom: 2rem;
  }
}
.voiceclm__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.voiceclm__txt div {
  width: 70px;
  margin-right: 1.9rem;
}
@media screen and (max-width: 1023px) {
  .voiceclm__txt div {
    width: 40px;
    margin-right: 0.625rem;
  }
}
.voiceclm__txt p {
  width: calc(100% - 100px);
}
@media screen and (max-width: 1023px) {
  .voiceclm__txt p {
    width: calc(100% - 50px);
  }
}

.news_cont main,
.news_list main {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1800px) {
  .news_cont main,
  .news_list main {
    width: 1340px;
  }
}
@media only screen and (max-width: 1280px) {
  .news_cont main,
  .news_list main {
    width: 100% !important;
  }
}
.news_cont__wrap,
.news_list__wrap {
  z-index: 99;
}
.news_cont time,
.news_list time {
  font-size: clamp(0.625rem, 0.5416666667rem + 0.4166666667vw, 0.875rem);
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  color: #159c53;
}
.news_cont h3,
.news_list h3 {
  color: #ad7437;
  line-height: 1.4;
}

.news_category {
  position: relative;
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 1023px) {
  .news_category {
    padding-bottom: 2.5rem !important;
  }
}
.news_category__btn {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .news_category__btn {
    display: block;
  }
}
.news_category__btn select {
  border-radius: 5rem;
  border: solid 2px #f7d55c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  background: #ffffff;
  color: #333;
  width: 20rem;
  font-size: clamp(0.625rem, 0.5416666667rem + 0.4166666667vw, 0.875rem);
  padding: 1.2rem 2rem;
  outline: none;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .news_category__btn select {
    width: 100%;
    padding: 0.8rem 1rem;
  }
}
.news_category__btn:after {
  content: "▼";
  display: block;
  pointer-events: none;
  position: absolute;
  color: #f7d55c;
  top: 50%;
  right: 20px;
  font-size: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .news_category__btn:after {
    font-size: 0.4rem;
  }
}

@media only screen and (max-width: 1280px) and (max-width: 1440px) {
  .news_list main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1280px) {
  .news_list main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1023px) {
  .news_list main {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 768px) {
  .news_list main {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.news_list__box {
  cursor: pointer;
  position: relative;
}
.news_list__box > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #ffffff;
  padding: 2.4rem 2rem;
  margin-bottom: 2rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  border-radius: 10rem;
  -webkit-box-shadow: 0rem 1rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0rem 1rem 0.8rem rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}
@media screen and (max-width: 1023px) {
  .news_list__box > a {
    -webkit-box-shadow: 0rem 0.5rem 0.4rem rgba(0, 0, 0, 0.05);
            box-shadow: 0rem 0.5rem 0.4rem rgba(0, 0, 0, 0.05);
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
}
.news_list__box > a:hover {
  -webkit-box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0.05);
          box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 1023px) {
  .news_list__box > a {
    padding: 1.4rem 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.news_list__box > a:hover {
  color: #f7d55c;
}
.news_list__box > a time {
  border-right: 2px solid #e7eee7;
  padding-right: 1.6rem;
  margin-right: 1.6rem;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .news_list__box > a time {
    padding-right: 0.94rem;
    margin-right: 0.94rem;
  }
}
.news_list__box > a h3 {
  font-size: clamp(0.75rem, 0.625rem + 0.625vw, 1.125rem);
}

.news_cont__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #ffffff;
  padding: 2.4rem;
  margin-bottom: 2rem;
  border-radius: 10rem;
}
@media screen and (max-width: 1023px) {
  .news_cont__ttl {
    border-radius: 0;
    padding: 2rem 1.5rem;
  }
}
.news_cont__ttl time {
  border-right: 2px solid #e7eee7;
  padding-right: 1.6rem;
  margin-right: 1.6rem;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .news_cont__ttl time {
    padding-right: 0.94rem;
    margin-right: 0.94rem;
  }
}
.news_cont__ttl h3 {
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.25rem);
}
.news_cont__txt {
  background: #ffffff;
  padding: 3.5rem 4.2rem;
  border-radius: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .news_cont__txt {
    padding: 2.5rem 1.5rem;
    border-radius: 0;
  }
}
.news_cont__link {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #e7d8bb;
  margin-top: 7rem;
  padding-top: 7rem;
}
@media screen and (max-width: 1023px) {
  .news_cont__link {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.news_cont__link li {
  width: 250px;
}
@media screen and (max-width: 1023px) {
  .news_cont__link li {
    width: 120px;
  }
}
.news_cont__link li a {
  padding: 1.25rem;
  text-align: center;
  display: block;
  border: 2px solid #f7d55c;
  border-radius: 3rem;
  background: #ffffff;
  font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1rem);
}
.news_cont__link li.back {
  margin: 0 1.6rem;
}
@media screen and (max-width: 1023px) {
  .news_cont__link li.back {
    margin: 0 0.625rem;
  }
}
.news_cont__link li.back a {
  background: #159c53;
  color: #ffffff;
  border-radius: 5rem;
  border: none;
}

.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pagenation ul li {
  margin-right: 0.31rem;
}
.pagenation ul li:last-of-type {
  margin-right: 0;
}
.pagenation ul li span,
.pagenation ul li a {
  display: block;
  padding: 1.3rem 1.7rem;
  line-height: 1;
  border-radius: 0.31rem;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 1023px) {
  .pagenation ul li span,
  .pagenation ul li a {
    padding: 0.6rem 1rem;
  }
}
.pagenation ul li span {
  background: #ad7437;
  color: #ffffff;
}
.pagenation ul li a {
  background: #ffffff;
  color: #ad7437;
}
.pagenation ul li a:hover {
  background: #ad7437;
  color: #ffffff;
}

form label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.6rem;
}
form input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #ad7437;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 0.31rem;
  position: relative;
  padding: 0;
}
form input[type=radio]:checked {
  border-color: #f7d55c;
}
form input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #f7d55c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
form input[type=text],
form input[type=email],
form textarea {
  outline: none;
  font-size: clamp(0.875rem, 0.8333333333rem + 0.2083333333vw, 1rem);
  border-radius: 0 10rem 10rem 0;
  background: #ffffff;
  padding: 3rem 0;
}
@media screen and (max-width: 1023px) {
  form input[type=text],
  form input[type=email],
  form textarea {
    padding: 2rem 1rem;
    border-radius: 1rem;
  }
}
form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #ddd;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form textarea::-moz-placeholder {
  color: #ddd;
}
form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #ddd;
}
form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #ddd;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form textarea::placeholder {
  color: #ddd;
}
form input[type=text],
form input[type=email] {
  line-height: 1;
}
form textarea {
  width: 100%;
}
form .w100 {
  width: 100%;
}

.error {
  font-weight: 600;
  font-size: clamp(0.5rem, 0.4583333333rem + 0.2083333333vw, 0.625rem);
  margin-top: 0.31rem;
  color: red;
}

.btn__wrap {
  margin-top: 1.9rem;
}
.btn__wrap input[type=button],
.btn__wrap input[type=submit] {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 5rem;
  width: 260px;
  padding: 1.2rem 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-weight: 600;
}
.btn__flex {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.btn__flex input[type=button],
.btn__flex input[type=submit] {
  margin: 0;
}
.btn__flex input[type=button]:first-of-type,
.btn__flex input[type=submit]:first-of-type {
  margin-right: 0.625rem;
}
.btn__submit {
  color: #887159;
  border: 2px solid #887159;
  background-color: #ffffff;
}
.btn__submit:hover {
  background: #ad7437;
  color: #ffffff;
  cursor: pointer;
}
.btn__submit.is-active:hover {
  background: #ad7437;
  color: #ffffff;
  cursor: pointer;
}
.btn__submit.is-inactive {
  background: #ccc;
  border: none;
  color: #ffffff;
}
.btn__back {
  color: #000000;
  background: #efefef;
}
.btn__back:hover {
  background: #887159;
  color: #ffffff;
}

.contact .c-ttl__top {
  text-align: center;
}
.contact .explan__box {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contact .explan__box-ph {
  width: 140px;
}
@media screen and (max-width: 1023px) {
  .contact .explan__box-ph {
    display: none;
  }
}
.contact .explan__box-txt {
  width: calc(100% - 170px);
}
@media screen and (max-width: 1023px) {
  .contact .explan__box-txt {
    width: 100%;
  }
}
.contact .explan__box-txt .link__news {
  background: red;
  color: #ffffff;
  padding: 0.2rem 0.7rem;
  border-radius: 0.31rem;
  line-height: 1;
  font-weight: 900;
  margin: 0 0.3rem;
}
.contact .explan__box-txt .link__news:hover {
  background: #f7d55c;
}
.contact .explan__note {
  background: #fcfaf6;
  padding: 3.75rem 3.75rem;
  border-radius: 2rem;
  border: 3px solid #fdd000;
  margin-top: 2rem;
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 1023px) {
  .contact .explan__note {
    padding: 2rem 1.2rem;
  }
}
.contact .explan__note a {
  text-decoration: underline;
}
.contact .tel__sec {
  text-align: center;
  border-top: 2px dashed #ad7437;
  border-bottom: 2px dashed #ad7437;
  padding: 7rem 0;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1023px) {
  .contact .tel__sec {
    padding: 3rem 0;
    margin-bottom: 4rem;
  }
}
.contact .tel__sec .tel {
  font-size: clamp(0.75rem, 0.6666666667rem + 0.4166666667vw, 1rem);
  line-height: 1;
}
.contact .tel__sec .tel a {
  font-size: clamp(2.125rem, 1.7916666667rem + 1.6666666667vw, 3.125rem);
  color: #159c53;
}
.contact .tel__sec .tel p {
  margin-top: 1.4rem;
}
.contact .tel__sec .tel p span {
  background: #f7d55c;
  color: brown;
  padding: 0.3rem 0.7rem;
  border-radius: 0.625rem;
}
.contact main {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1800px) {
  .contact main {
    width: 1340px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact main {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1440px) {
  .contact main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1280px) {
  .contact main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .contact main {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .contact main {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.contact main dl {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1.25rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .contact main dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact main dl dt {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 6.25rem 1.9rem 0 6.25rem;
  border: 1px solid #f7d55c;
  background: #ad7437;
  color: #ffffff;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding-left: 1.6rem;
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
}
@media screen and (max-width: 1023px) {
  .contact main dl dt {
    z-index: 1;
    width: 100%;
    padding: 1rem;
    border-radius: 1rem 1rem 0 0;
    position: static;
  }
}
.contact main dl dt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact main dl dt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.contact main dl dt ul li p {
  padding-right: 0.625rem;
}
.contact main dl dt ul li p.pdlr {
  padding-left: 0.625rem;
}
.contact main dl dt ul li.clm3 {
  width: 32%;
}
.contact main dl dd {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #f7d55c;
  padding-left: 17.5rem;
  border-radius: 6.25rem;
  position: relative;
  font-size: clamp(0.75rem, 0.6666666667rem + 0.4166666667vw, 1rem);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .contact main dl dd {
    z-index: 99;
    padding: 0;
    border-radius: 0 0 1rem 1rem;
  }
}
.contact main dl dd .error {
  position: absolute;
  left: 260px;
  top: -20px;
  background: red;
  color: #ffffff;
  padding: 0.44rem 0.94rem;
  border-radius: 6.25rem;
  font-size: clamp(0.5625rem, 0.5416666667rem + 0.1041666667vw, 0.625rem);
  z-index: 100;
  -webkit-animation: UpAnime 1s forwards;
          animation: UpAnime 1s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1023px) {
  .contact main dl dd .error {
    left: auto;
    right: 0;
    top: -25px;
  }
}
.contact main dl dd .error:before {
  position: absolute;
  left: 20px;
  bottom: -10px;
  content: "";
  height: 15px;
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: red;
}
@media screen and (max-width: 1023px) {
  .contact main dl dd .error:before {
    left: auto;
    right: 20px;
  }
}
.contact main dl dd .ui-datepicker-trigger {
  background: #fffbf3;
  color: #ad7437;
  border: 2px solid #ad7437;
  padding: 0.625rem;
  line-height: 1;
  border-radius: 5rem;
}
.contact main .req-ico {
  color: #ffffff;
  background: red;
  font-size: 0.7rem;
  padding: 0.5rem 0.75rem;
  border-radius: 3rem;
  line-height: 1;
  margin-right: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .contact main .req-ico {
    padding: 0.25rem 0.375rem;
    margin-right: 0.31rem;
  }
}
.contact main .form_privacy {
  text-align: center;
  margin-top: 3rem;
  font-size: clamp(0.6875rem, 0.625rem + 0.3125vw, 0.875rem);
}
@media screen and (max-width: 1023px) {
  .contact main .form_privacy {
    margin-top: 1.9rem;
  }
}
.contact main .form_privacy .checkbox input {
  margin-right: 0.44rem;
}
.contact main .form_privacy a {
  text-decoration: underline;
}
.contact__form {
  margin-top: 3rem;
}
.contact__pad dd {
  padding: 3rem;
}
@media screen and (max-width: 1023px) {
  .contact__pad dd {
    padding: 2rem 1.2rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .contact__pad input[type=text],
  .contact__pad input[type=email] {
    border: 1px solid #f7d55c;
    padding: 0.8rem 0.8rem;
    width: 7rem;
  }
}
@media screen and (max-width: 1023px) {
  .contact__pad .w10 {
    width: 4rem !important;
  }
}
.contact .ft {
  padding-top: 12.5rem;
}
@media screen and (max-width: 1023px) {
  .contact .ft {
    padding-top: 0;
  }
}
.contact .ft_contact {
  display: none;
}

.confirm .btn__wrap {
  margin-top: 3.75rem;
}

.thanks main {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .thanks main {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .thanks main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  .thanks main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .thanks main {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks main {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.thanks main h3 {
  font-size: clamp(2.875rem, 2.3333333333rem + 2.7083333333vw, 4.5rem);
  font-family: "Outfit", serif;
  color: #ad7437;
  margin-bottom: 1.9rem;
  line-height: 1.5;
}

.privacy__box {
  margin-top: 4.375rem;
}
@media screen and (max-width: 1023px) {
  .privacy__box {
    width: 100%;
    margin-top: 3rem;
  }
}
.privacy main {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 6rem;
  border-radius: 4rem;
}
@media only screen and (min-width: 1900px) {
  .privacy main {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .privacy main {
    width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  .privacy main {
    padding: 4rem 1.6rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1440px) {
  .privacy main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1280px) {
  .privacy main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .privacy main {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .privacy main {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.privacy main h3 {
  font-size: clamp(0.875rem, 0.7083333333rem + 0.8333333333vw, 1.375rem);
  background: #f7d55c;
  color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .privacy main h3 {
    padding: 1.4rem;
  }
}

.login_list {
  width: 700px;
  margin: 0 auto;
  border-radius: 1.9rem;
}
@media only screen and (max-width: 1440px) {
  .login_list {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  .login_list {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .login_list {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .login_list {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .login_list {
    width: 100%;
  }
}
.login_list dl {
  width: 100%;
  margin-bottom: 1.9rem;
}
.login_list dl dt {
  font-weight: bold;
  margin-bottom: 0.375rem;
}
.login_list dl dd input {
  border-radius: 0.625rem;
  padding: 1.25rem;
  width: 100%;
  border: solid 2px #f7d55c;
}
.login_list .btn__wrap {
  margin-top: 5rem;
  text-align: center;
}
.login .ft {
  padding-top: 12.5rem;
}
@media screen and (max-width: 1023px) {
  .login .ft {
    padding-top: 0;
  }
}
.login .ft_contact {
  display: none;
}

.ob__logout {
  text-align: right;
  position: absolute;
  right: 0;
  top: -70px;
  font-weight: 900;
  background: #f7d55c;
  padding: 0.6rem 2rem;
  border-radius: 10rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 1023px) {
  .ob__logout {
    top: 20px;
    position: static;
    margin-bottom: 3rem;
    width: 150px;
    text-align: center;
    margin-left: auto;
  }
}
.ob__logout:hover {
  background: #159c53;
}
.ob__logout:hover a {
  color: #ffffff;
}

.sitemap main {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1800px) {
  .sitemap main {
    width: 1340px;
  }
}
@media only screen and (max-width: 1280px) {
  .sitemap main {
    width: 100% !important;
  }
}
.sitemap .divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5vw;
  border-bottom: 1px solid #aaa;
  margin-bottom: 5vw;
}
.sitemap .divider:last-of-type {
  margin-bottom: 0;
}
.sitemap .divider .ttl {
  width: 40%;
  font-size: max(1.4rem, min(1.6vw, 2.8rem));
  font-size: clamp(1.4rem, 1.6vw, 2.8rem);
  font-weight: bold;
  margin-bottom: 0;
}
.sitemap .divider .sitemap-list {
  width: 60%;
  margin: 0;
  padding-left: 0;
  text-align: justify;
}
.sitemap .divider .sitemap-list li {
  padding-left: 1.3rem;
}