@charset "UTF-8";
.reset {
  /*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  * 3. Remove gray overlay on links for iOS.
  */
  /* Sections */
  /* ============================================ */
  /**
  * Remove the margin in all browsers.
  */
  /**
  * Render the `main` element consistently in IE.
  */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /* Text-level semantics */
  /* ============================================ */
  /**
  * Remove the gray background on active links in IE 10.
  */
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /**
  * Add the correct font size in all browsers.
  */
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  /* Embedded content */
  /* ============================================ */
  /**
  * Prevent vertical alignment issues.
  */
  /* Forms */
  /* ============================================ */
  /**
  * Reset form fields to make them styleable
  */
  /**
  * Reset radio and checkbox appearance to preserve their look in iOS.
  */
  /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
  /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
  /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
  /**
  * Remove the inner border and padding in Firefox.
  */
  /**
  * Restore the focus styles unset by the previous rule.
  */
  /**
  * Remove arrow in IE10 & IE11
  */
  /**
  * Remove padding
  */
  /**
  * Reset to invisible
  */
  /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  /**
  * 1. Correct the outline style in Safari.
  */
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
  /**
  * Clickable labels
  */
  /* Interactive */
  /* ============================================ */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  /*
  * Add the correct display in all browsers.
  */
  /*
  * Remove outline for editable content.
  */
  /* Table */
  /* ============================================ */
  /* Misc */
  /* ============================================ */
  /**
  * Add the correct display in IE 10+.
  */
  /**
  * Add the correct display in IE 10.
  */
}
.reset *,
.reset ::before,
.reset ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.reset html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
.reset body {
  margin: 0;
}
.reset main {
  display: block;
}
.reset p,
.reset table,
.reset blockquote,
.reset address,
.reset pre,
.reset iframe,
.reset form,
.reset figure,
.reset dl {
  margin: 0;
}
.reset h1,
.reset h2,
.reset h3,
.reset h4,
.reset h5,
.reset h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.reset ul,
.reset ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reset dt {
  font-weight: bold;
}
.reset dd {
  margin-left: 0;
}
.reset hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
.reset pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.reset address {
  font-style: inherit;
}
.reset a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.reset abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
.reset b,
.reset strong {
  font-weight: bolder;
}
.reset code,
.reset kbd,
.reset samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.reset small {
  font-size: 80%;
}
.reset sub,
.reset sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.reset sub {
  bottom: -0.25em;
}
.reset sup {
  top: -0.5em;
}
.reset img,
.reset embed,
.reset object,
.reset iframe {
  vertical-align: bottom;
}
.reset button,
.reset input,
.reset optgroup,
.reset select,
.reset textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
.reset [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
.reset [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
.reset button,
.reset input {
  /* 1 */
  overflow: visible;
}
.reset button,
.reset select {
  /* 1 */
  text-transform: none;
}
.reset button,
.reset [type=button],
.reset [type=reset],
.reset [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.reset button[disabled],
.reset [type=button][disabled],
.reset [type=reset][disabled],
.reset [type=submit][disabled] {
  cursor: default;
}
.reset button::-moz-focus-inner,
.reset [type=button]::-moz-focus-inner,
.reset [type=reset]::-moz-focus-inner,
.reset [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.reset button:-moz-focusring,
.reset [type=button]:-moz-focusring,
.reset [type=reset]:-moz-focusring,
.reset [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.reset select::-ms-expand {
  display: none;
}
.reset option {
  padding: 0;
}
.reset fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.reset legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
.reset progress {
  vertical-align: baseline;
}
.reset textarea {
  overflow: auto;
}
.reset [type=number]::-webkit-inner-spin-button,
.reset [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.reset [type=search] {
  outline-offset: -2px; /* 1 */
}
.reset [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.reset ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.reset label[for] {
  cursor: pointer;
}
.reset details {
  display: block;
}
.reset summary {
  display: list-item;
}
.reset [contenteditable] {
  outline: none;
}
.reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
.reset caption {
  text-align: left;
}
.reset td,
.reset th {
  vertical-align: top;
  padding: 0;
}
.reset th {
  text-align: left;
  font-weight: bold;
}
.reset template {
  display: none;
}
.reset [hidden] {
  display: none;
}

/* 共通の要素--------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  body {
    margin-bottom: 38% !important;
  }
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.wrap {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
}

.reset * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.reset .header {
  width: 100%;
  height: 150px !important;
  position: fixed;
  top: 0;
  z-index: 1100;
  background-color: #fff;
  display: block !important;
}
.reset .header * {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .reset .header {
    height: 60px !important;
    box-shadow: 5px 5px 20px rgba(20, 73, 73, 0.1);
  }
}
.reset .header__wrap {
  padding: 17px 10px 32px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .reset .header__wrap {
    padding: 10px 20px;
  }
}
.reset .header__logo--img {
  max-width: 210px;
}
@media screen and (max-width: 1024px) {
  .reset .header__logo--img {
    max-width: 120px;
  }
}
.reset .header__cont {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 34px;
}
@media screen and (max-width: 1024px) {
  .reset .header__cont {
    margin-left: auto;
  }
}
.reset .header__top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reset .header__text {
  font-size: 12px;
  font-weight: 500;
  color: #46bcbc;
  border: 1px solid #46bcbc;
  padding: 5px 7px;
  line-height: 1.2;
  border-radius: 5px;
}
.reset .header__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .reset .header__tel {
    display: none;
  }
}
.reset .header__tel--text {
  font-size: 12px;
  font-weight: bold;
}
.reset .header__tel--num {
  font-size: 30px;
  font-family: "Helvetica";
  font-weight: bold;
  line-height: 1.13;
}
.reset .header__tel--num::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-tel.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.reset .header__btn {
  max-width: 158px;
  height: 46px;
  padding: 1px;
  border-radius: 50px;
  background: linear-gradient(90deg, #007f79, #056a6a);
}
@media screen and (max-width: 1024px) {
  .reset .header__btn {
    display: none;
  }
}
.reset .header__btn:hover .header__btn--frame {
  background: #fff;
}
.reset .header__btn:hover .header__btn--text {
  color: #007f79;
}
.reset .header__btn:hover .mail:before {
  background-image: url(../images/icon-mail-green.svg);
}
.reset .header__btn:hover .line::before {
  background-image: url(../images/icon-line-green.svg);
}
.reset .header__btn--frame {
  background: linear-gradient(90deg, #007f79, #056a6a);
  width: 100%;
  height: 100%;
  padding: 12px 13px 12px 19px;
  border-radius: 50px;
  transition: 0.3s all;
}
.reset .header__btn--text {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  transition: 0.3s all;
}
.reset .header__btn--text.mail:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-mail.svg);
  background-size: cover;
  width: 22px;
  height: 18px;
  margin-right: 6px;
}
.reset .header__btn--text.line:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-line.svg);
  background-size: cover;
  width: 22px;
  height: 21px;
  margin-right: 10px;
}
.reset .header__nav {
  display: flex;
  gap: 50px;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .reset .header__nav {
    display: none;
  }
}
.reset .header__nav--link {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.reset .header__nav--link.hover {
  cursor: pointer;
  transition: 0.3s all;
}
.reset .header__nav--link.hover::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-bottom.svg);
  background-size: cover;
  width: 10px;
  height: 5px;
  margin-left: 6px;
  transition: 0.3s all;
}
.reset .header__nav--link.hover.active {
  color: #007f79;
}
.reset .header__nav--link.hover.active::after {
  background-image: url(../images/arrow-bottom-green.svg);
}
.reset .header__nav--link.company-hover {
  cursor: pointer;
  transition: 0.3s all;
}
.reset .header__nav--link.company-hover::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-bottom.svg);
  background-size: cover;
  width: 10px;
  height: 5px;
  margin-left: 6px;
  transition: 0.3s all;
}
.reset .header__nav--link.company-hover.active {
  color: #007f79;
}
.reset .header__nav--link.company-hover.active::after {
  background-image: url(../images/arrow-bottom-green.svg);
}
.reset .header__box {
  position: fixed;
  width: 100%;
  top: 150px;
  left: 0;
  background-color: rgba(8, 66, 66, 0.97);
  padding: 20px 80px 60px 80px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .reset .header__box {
    display: none;
  }
}
.reset .header__box.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.reset .header__box--name {
  font-size: 29px;
  color: #fff;
  font-weight: bold;
  margin-top: 60px;
}
.reset .header__box--right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 30px;
  max-width: 1010px;
  width: 100%;
}
.reset .header__box--link {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  padding: 27px 0 27px 20px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all;
}
.reset .header__box--link::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right.svg);
  background-size: cover;
  width: 5px;
  height: 9px;
  transition: 0.3s all;
}
.reset .header__box--link:hover {
  background-color: #fff;
  color: #007f79;
}
.reset .header__box--link:hover::after {
  background-image: url(../images/arrow-right-green.svg);
  transform: translateX(-20px);
}
.reset .header__company-box {
  position: fixed;
  width: 100%;
  top: 150px;
  left: 0;
  background-color: rgba(8, 66, 66, 0.97);
  padding: 20px 80px 60px 80px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .reset .header__company-box {
    display: none;
  }
}
.reset .header__company-box.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.reset .header__company-box--name {
  font-size: 29px;
  color: #fff;
  font-weight: bold;
  margin-top: 60px;
}
.reset .header__company-box--right {
  display: flex;
  gap: 30px;
  max-width: 1010px;
  width: 100%;
  justify-content: flex-start;
}
.reset .header__company-box--link {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  padding: 27px 20px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all;
  min-width: 200px;
}
.reset .header__company-box--link::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right.svg);
  background-size: cover;
  width: 5px;
  height: 9px;
  transition: 0.3s all;
}
.reset .header__company-box--link:hover {
  background-color: #fff;
  color: #007f79;
}
.reset .header__company-box--link:hover::after {
  background-image: url(../images/arrow-right-green.svg);
  transform: translateX(-20px);
}
.reset .header__menu {
  margin-left: 10px;
  display: none;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .reset .header__menu {
    display: flex;
  }
}
.reset .header__menu--set {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.reset .header__menu--bar {
  width: 30px;
  height: 2px;
  background-color: #007f79;
  transition: 0.3s;
}
.reset .header__menu--bar.top.active {
  transform: rotate(30deg) translateY(4px);
}
.reset .header__menu--bar.bottom.active {
  transform: rotate(-30deg) translateY(-4px);
}
.reset .header__menu--text {
  font-size: 10px;
  font-weight: 500;
  color: #007f79;
  margin-top: 10px;
}
.reset #footer {
  display: block !important;
}
.reset .footer {
  background-color: #333333;
  padding: 40px 20px !important;
}
.reset .footer * {
  line-height: 1;
}
.reset .footer__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.reset .footer__cont {
  display: flex;
  justify-content: space-between;
}
.reset .footer__left {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .reset .footer__left {
    display: none;
  }
}
.reset .footer__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.reset .footer__link {
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
}
.reset .footer__link:before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.reset .footer__link.fs16 {
  font-size: 16px;
  font-weight: bold;
}
.reset .footer__link.fs16:before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.reset .footer__nav--link {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  width: 85px;
  text-align: left;
}
.reset .footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
}
.reset .footer__logo img {
  max-width: 250px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .reset .footer__logo img {
    max-width: 233px;
    margin-bottom: 30px;
  }
}
.reset .footer__address {
  color: #fff;
  line-height: 1.75;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .reset .footer__address {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.reset .footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.reset .footer__sns {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .reset .footer__sns {
    gap: 20px;
  }
}
.reset .footer__sns--link img {
  width: 36px;
  height: 36px;
}
.reset .footer__sns--link img.w {
  width: 39px;
}
.reset .slide {
  position: fixed;
  top: 0;
  right: 0;
  width: 85vw;
  height: 100%;
  background-color: #fff;
  padding-top: 60px;
  z-index: 1095;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: 0.3s;
}
.reset .slide * {
  line-height: 1;
}
.reset .slide.active {
  transform: translateX(0%);
}
.reset .slide__nav {
  display: flex;
  flex-direction: column;
}
.reset .slide__nav--link, .reset .slide__nav--click, .reset .slide__nav--company-click {
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 22px;
  padding: 32px 22px 32px 30px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
}
.reset .slide__nav--link::after, .reset .slide__nav--click::after, .reset .slide__nav--company-click::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-green.svg);
  background-size: cover;
  width: 4px;
  height: 9px;
  margin-left: auto;
}
.reset .slide__nav--click::after, .reset .slide__nav--company-click::after {
  background-image: url(../images/icon-plus.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: -5px;
}
.reset .slide__nav--click.active::after, .reset .slide__nav--company-click.active::after {
  background-image: url(../images/icon-minus.png);
}
.reset .slide__nav--box, .reset .slide__nav--company-box {
  display: none;
  flex-wrap: wrap;
}
.reset .slide__nav--box.active, .reset .slide__nav--company-box.active {
  display: flex;
}
.reset .slide__nav--plan {
  width: 50%;
  background-color: #edf5f5;
  color: #007f79;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 60px;
  border-bottom: 1px solid #bed6d6;
}
.reset .slide__nav--plan:nth-of-type(odd) {
  border-right: 1px solid #bed6d6;
}
.reset .slide__nav--company-plan {
  width: 50%;
  background-color: #edf5f5;
  color: #007f79;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 60px;
  border-bottom: 1px solid #bed6d6;
}
.reset .slide__nav--company-plan:nth-of-type(odd) {
  border-right: 1px solid #bed6d6;
}
.reset .slide__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.reset .slide__tel--text {
  font-size: 12px;
  font-weight: bold;
}
.reset .slide__tel--num {
  font-size: 30px;
  font-family: "Helvetica";
  font-weight: bold;
  line-height: 1.13;
}
.reset .slide__tel--num::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-tel.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.reset .slide__btn {
  max-width: 260px;
  height: 46px;
  padding: 1px;
  border-radius: 50px;
  background: linear-gradient(90deg, #007f79, #056a6a);
  display: block;
  margin: 0 auto 10px;
}
.reset .slide__btn:hover .slide__btn--frame {
  background: #fff;
}
.reset .slide__btn:hover .slide__btn--text {
  color: #007f79;
}
.reset .slide__btn:hover .mail:before {
  background-image: url(../images/icon-mail-green.svg);
}
.reset .slide__btn:hover .line::before {
  background-image: url(../images/icon-line-green.svg);
}
.reset .slide__btn--frame {
  background: linear-gradient(90deg, #007f79, #056a6a);
  width: 100%;
  height: 100%;
  padding: 12px 13px 12px 19px;
  border-radius: 50px;
  transition: 0.3s all;
}
.reset .slide__btn--text {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  transition: 0.3s all;
  justify-content: center;
}
.reset .slide__btn--text.mail:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-mail.svg);
  background-size: cover;
  width: 22px;
  height: 18px;
  margin-right: 6px;
}
.reset .slide__btn--text.line:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-line.svg);
  background-size: cover;
  width: 22px;
  height: 21px;
  margin-right: 10px;
}
.reset .mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 1094;
  display: none;
}
.reset .mask.active {
  display: block;
}
.reset .copyright {
  padding: 15px 0;
  height: auto !important;
}

.info_box {
  display: none !important;
}

#go_top {
  display: none !important;
}

#content {
  padding-top: 150px !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  #content {
    padding-top: 60px !important;
  }
}

.fee-fv {
  background-image: url(../images/fee-bg.png);
  background-size: cover;
  padding: 75px 20px 10px;
}
@media screen and (max-width: 767px) {
  .fee-fv {
    background-image: url(../images/fee-bg-sp.png);
  }
}
.fee-fv__wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.fee-fv__title {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 23px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fee-fv__title {
    font-size: 35px;
  }
}
.fee-fv__text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fee-fv__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.fee-fv__items {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fee-fv__items {
    flex-direction: column;
    gap: 20px;
  }
}
.fee-fv__item {
  width: calc(33.3333333333% - 24px);
  box-shadow: 5px 5px 30px rgba(20, 73, 73, 0.5);
  position: relative;
  transition: 0.3s all;
}
.fee-fv__item:hover {
  transition: 0.3s all;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .fee-fv__item {
    width: 100%;
  }
}
.fee-fv__item.icon::before {
  content: "";
  display: inline-block;
  background-image: url(../images/fee-icon-1.png);
  background-size: cover;
  width: 64px;
  height: 64px;
  position: absolute;
  left: -26px;
  top: -13px;
  box-shadow: 5px 5px 20px rgba(20, 73, 73, 0.1);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fee-fv__item.icon::before {
    width: 55px;
    height: 55px;
    left: -10px;
    top: -17px;
  }
}
.fee-fv__desc {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .fee-fv__desc {
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
  }
}
.fee-top {
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .fee-top {
    padding: 60px 0 80px;
  }
}
.fee-top__cont {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.fee-top__item {
  display: flex;
  gap: 90px;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .fee-top__item {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.fee-top__item.r {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .fee-top__item.r {
    flex-direction: column-reverse;
  }
}
.fee-top__img {
  width: 50.694vw;
}
@media screen and (max-width: 767px) {
  .fee-top__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fee-top__img.p {
    padding: 0 20px;
  }
}
.fee-top__title {
  font-size: 30px;
  font-weight: bold;
  color: #007f79;
  margin-bottom: 16px;
  line-height: 1.18;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fee-top__title {
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 5px;
  }
}
.fee-top__bold {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .fee-top__bold {
    font-size: 17px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.fee-top__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .fee-top__text {
    font-size: 14px;
    padding: 0 20px;
  }
}
.fee-plan {
  background: linear-gradient(90deg, #006665, #054b4b);
  padding: 70px 20px 100px;
}
@media screen and (max-width: 767px) {
  .fee-plan {
    padding: 40px 20px 80px;
  }
}
.fee-plan__wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.fee-plan__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fee-plan__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.fee-plan__items {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .fee-plan__items {
    gap: 40px;
  }
}
.fee-plan__item {
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  scroll-margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .fee-plan__item {
    border-radius: 45px 45px 30px 30px;
    scroll-margin-top: 100px;
  }
}
.fee-plan__item.icon::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-text-1.png);
  background-size: cover;
  width: 261px;
  height: 133px;
  position: absolute;
  top: -22px;
  left: 22px;
}
@media screen and (max-width: 767px) {
  .fee-plan__item.icon::before {
    width: 148px;
    height: 78px;
    top: -16px;
    left: -20px;
  }
}
.fee-plan__item--box {
  display: flex;
  flex-direction: column;
  padding: 35px 30px 30px;
}
@media screen and (max-width: 767px) {
  .fee-plan__item--box {
    padding: 30px 20px;
  }
}
.fee-plan__item--text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fee-plan__item--text {
    font-size: 16px;
    text-align: left;
  }
}
.fee-plan__item--text.fs26 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .fee-plan__item--text.fs26 {
    font-size: 16px;
  }
}
.fee-list {
  padding: 100px 20px 150px;
}
@media screen and (max-width: 767px) {
  .fee-list {
    padding: 40px 20px 80px;
  }
}
.fee-list__wrap {
  max-width: 800px;
  margin: 0 auto;
}
.fee-list__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fee-list__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.fee-list__header {
  display: flex;
  justify-content: space-between;
  padding: 26px 0;
  background: #f3fafa;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}
.fee-list__head {
  width: 33.3%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fee-list__head {
    font-size: 16px;
  }
}
.fee-list__head.w155 {
  max-width: 155px;
}
.fee-list__items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fee-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 12px 0;
  border-bottom: 1px solid #d1d1d1;
  height: 80px;
  display: flex;
  align-items: center;
}
.fee-list__label, .fee-list__price, .fee-list__link {
  width: 33.3%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fee-list__label, .fee-list__price, .fee-list__link {
    font-size: 12px;
  }
}
.fee-list__price {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fee-list__price {
    font-size: 18px;
    width: 40%;
  }
}
.fee-list__price span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .fee-list__price span {
    font-size: 10px;
  }
}
.fee-list__link {
  background: #edf5f5;
  color: #007f79;
  border-radius: 5px;
  border: 1px solid #007f79;
  font-size: 14px;
  max-width: 155px;
  line-height: 2;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .fee-list__link {
    max-width: 85px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
  }
}
.fee-list__link:hover {
  opacity: 0.8;
}
.fee-pay {
  padding: 0 15px 100px;
}
.fee-pay__wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.fee-pay__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.26;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fee-pay__title {
    font-size: 18px;
    margin-bottom: 80px;
  }
}
.fee-pay__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .fee-pay__items {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 5px;
  }
}
.fee-pay__item {
  display: flex;
  flex-direction: column;
}
.fee-pay__item--head {
  font-size: 26px;
  font-weight: bold;
  color: #007f79;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fee-pay__item--head {
    font-size: 20px;
  }
}
.fee-pay__item--border {
  margin: 22px 0;
}
.fee-pay__item--text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .fee-pay__item--text {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
.fee-pay__item--img {
  height: auto;
  width: 100%;
}
.fee-banner {
  padding: 80px 20px;
  background-color: #edf5f5;
}
@media screen and (max-width: 767px) {
  .fee-banner {
    padding: 40px 20px;
  }
}
.fee-banner__wrap {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fee-banner__wrap img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.ar {
  width: auto;
}

.flow_left span {
  color: #fff;
}

.fv {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .fv {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    padding-bottom: 60px;
  }
}
.fv__wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
  min-height: 775px;
}
@media screen and (max-width: 1024px) {
  .fv__wrap {
    min-height: 565px;
  }
}
@media screen and (max-width: 767px) {
  .fv__wrap {
    min-height: auto;
    flex-direction: column;
  }
}
.fv__cont {
  display: flex;
  flex-direction: column;
  min-width: 565px;
  margin-right: -50px;
  position: absolute;
  top: 0;
  left: 130px;
  z-index: 2;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .fv__cont {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fv__cont {
    position: static;
    min-width: auto;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.fv__text {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .fv__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .fv__text {
    margin-bottom: 12px;
  }
}
.fv__title {
  font-size: 45px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .fv__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 28px;
    margin-bottom: 20px;
    white-space: nowrap;
  }
}
.fv__title span {
  font-size: 45px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #007f79;
}
@media screen and (max-width: 1024px) {
  .fv__title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .fv__title span {
    font-size: 28px;
  }
}
.fv__imgs {
  display: flex;
  gap: 20px;
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .fv__imgs {
    margin-bottom: 10px;
  }
}
.fv__img {
  height: 105px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .fv__img {
    height: 73px;
  }
}
.fv__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 13px;
  max-width: 550px;
}
.fv__item {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #007f79;
  line-height: 1.1;
  padding: 18px 17px 17px 17px;
  background-color: rgba(100, 156, 156, 0.2);
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__item {
    font-size: 13px;
    padding: 13px 0;
  }
}
@media screen and (max-width: 767px) {
  .fv__item.p6 {
    padding: 6px 0;
  }
}
.fv__item.row {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .fv__item.row {
    font-size: 11px;
    padding: 2px 0;
  }
}
.fv .dual-column-slider {
  display: flex;
  width: 55.5vw;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .fv .dual-column-slider {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .fv .dual-column-slider {
    width: 100%;
    flex-direction: column;
    aspect-ratio: initial;
  }
}
.fv .column {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.fv .slide-track {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .fv .slide-track {
    flex-direction: row;
    position: static;
  }
}
.fv .slide-track img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .fv .slide-track img {
    max-width: 130px;
  }
}
.fv-bottom {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .fv-bottom {
    padding-bottom: 60px;
  }
}
.fv-bottom__wrap {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .fv-bottom__wrap {
    padding: 0 20px;
  }
}
.fv-bottom__cont {
  display: flex;
  gap: 90px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv-bottom__cont {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.fv-bottom__img {
  width: 50.694vw;
}
@media screen and (max-width: 767px) {
  .fv-bottom__img {
    width: 100%;
  }
}
.fv-bottom__title {
  font-size: 20px;
  font-weight: bold;
  color: #007f79;
  margin-bottom: 24px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .fv-bottom__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.fv-bottom__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .fv-bottom__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.follow {
  padding: 84px 80px 0;
  background: linear-gradient(90deg, #007f79, #056a6a);
}
@media screen and (max-width: 767px) {
  .follow {
    padding: 20px;
  }
}
.follow__wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.follow__cont {
  background-color: #fff;
  border-radius: 40px;
  padding: 80px 0 50px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .follow__cont {
    padding: 40px 20px 20px;
  }
}
.follow__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #007f79;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .follow__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.follow__text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .follow__text {
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: -8px;
    width: calc(100% + 24px);
  }
}
.follow__img {
  width: 79%;
  margin-left: auto;
  margin-right: 90px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .follow__img {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .follow__img {
    margin-right: 0;
    margin-bottom: 60px;
    width: 100%;
  }
}

.case__title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .case__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.case__swiper {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 1024px) {
  .case__swiper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .case__swiper {
    padding: 0;
  }
}
.case__swiper .swiper-wrapper {
  align-items: stretch;
}
.case__swiper .swiper-button-next {
  right: 16.5%;
}
@media screen and (max-width: 1024px) {
  .case__swiper .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .case__swiper .swiper-button-next {
    right: -23px;
  }
}
.case__swiper .swiper-button-prev {
  left: 16.5%;
}
@media screen and (max-width: 1024px) {
  .case__swiper .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .case__swiper .swiper-button-prev {
    left: -23px;
  }
}
.case__swiper .swiper-button-next:after,
.case__swiper .swiper-button-prev:after {
  color: #007f79;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .case__swiper .swiper-button-next:after,
  .case__swiper .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
  }
}
.case__swiper .swiper-pagination {
  bottom: -50px !important;
}
.case__swiper .swiper-pagination-bullet {
  background: #d6e4e4;
  margin: 0 6px !important;
  opacity: 1;
}
.case__swiper .swiper-pagination-bullet-active {
  background: #007f79;
}
.case__item {
  display: flex !important;
  gap: 40px;
  background-color: #f0f6f6;
  border-radius: 20px;
  padding: 40px 50px 60px;
  cursor: pointer;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .case__item {
    flex-direction: column-reverse;
    padding: 20px;
    gap: 10px;
    justify-content: flex-end;
  }
}
.case__item--left {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .case__item--left {
    flex-direction: row;
    gap: 10px;
  }
}
.case__item--img {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .case__item--img {
    width: 70px;
    height: 70px;
  }
}
.case__item--name {
  font-size: 12px;
  font-weight: 500;
}
.case__item--right {
  display: flex;
  flex-direction: column;
}
.case__item--head {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #46bcbc;
}
.case__item--cat {
  font-size: 16px;
  color: #46bcbc;
  border: 1px solid #46bcbc;
  border-radius: 5px;
  background-color: #fff;
  padding: 7px 0;
  width: 270px;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .case__item--cat {
    width: 255px;
    font-size: 14px;
  }
}
.case__item--title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .case__item--title {
    font-size: 16px;
  }
}
.case__item--text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.pro__wrap {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .pro__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro__wrap {
    padding: 0;
  }
}
.pro__cont {
  background: linear-gradient(45deg, #127777, #0e4f4f);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .pro__cont {
    padding: 10px;
  }
}
.pro__frame {
  background: linear-gradient(90deg, #d7b651, #fff6dc, #d7b651, #bd9416);
  padding: 1px;
}
.pro__box {
  background: linear-gradient(45deg, #127777, #0e4f4f);
  padding: 35px 45px;
}
@media screen and (max-width: 767px) {
  .pro__box {
    padding: 10px 10px 20px;
  }
}
.pro__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .pro__title {
    font-size: 22px;
  }
}
.pro__title span {
  font-size: 56px;
  color: #fdd23e;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .pro__title span {
    font-size: 32px;
  }
}
.pro__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .pro__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.pro__item--img {
  margin-bottom: 20px;
}
.pro__item--name {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
}
.pro__item--job {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #fff;
  min-height: 44px;
}
@media screen and (max-width: 767px) {
  .pro__item--job {
    min-height: auto;
    margin-bottom: 20px;
  }
}
.pro__item--text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.83;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pro__item--text {
    line-height: 1.6;
    font-weight: 500;
  }
}

.down {
  padding: 50px 20px;
  background: linear-gradient(90deg, #007f79, #056a6a);
}
.down__wrap {
  max-width: 845px;
  margin: 0 auto;
}
.down__cont {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .down__cont {
    gap: 0;
    justify-content: center;
  }
}
.down__left {
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.down__left:before {
  content: "";
  display: inline-block;
  background-image: url(../images/btn-modal.png);
  background-size: cover;
  width: 132px;
  height: 50px;
  position: absolute;
  top: 100px;
  left: 70px;
  z-index: 2;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .down__left:before {
    top: 90px;
    left: 28vw;
  }
}
.down__left:hover:before {
  opacity: 0.7;
}
.down__img {
  max-width: 295px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .down__img {
    margin: 0 auto 20px;
  }
}
.down__right {
  display: flex;
  flex-direction: column;
}
.down__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .down__title {
    text-align: center;
  }
}
.down__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .down__text {
    text-align: center;
  }
}
.down__desc {
  display: flex;
  gap: 27px;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .down__desc {
    gap: 20px;
    flex-direction: column;
    max-width: 200px;
    margin: 0 auto 23px;
  }
}
.down__desc--text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}
.down__desc--text::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-check.png);
  width: 19px;
  height: 19px;
  background-size: cover;
  margin-right: 10px;
}
.down__btn {
  transition: 0.3s;
}
.down__btn:hover {
  opacity: 0.7;
}
.down__btn--img {
  max-width: 385px;
}

.reason {
  padding: 100px 20px;
  background-color: #edf5f5;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 40px 20px;
  }
}
.reason__wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.reason__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason__text {
    font-size: 16px;
  }
}
.reason__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason__title {
    font-size: 19px;
    margin-bottom: 40px;
  }
}
.reason__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 35px;
}
@media screen and (max-width: 1024px) {
  .reason__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .reason__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reason__item {
  background-color: #fff;
  padding: 40px 20px 20px;
  box-shadow: 5px 5px 10px rgba(20, 73, 73, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.reason__item--head {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2px;
}
.reason__item--title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #007f79;
  margin-bottom: 23px;
  text-align: center;
}
.reason__item--text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}

.survey {
  background: linear-gradient(90deg, #007f79, #056a6a);
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .survey {
    padding: 40px 20px 80px;
  }
}
.survey__wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.survey__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .survey__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.survey__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 35px;
}
@media screen and (max-width: 1024px) {
  .survey__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .survey__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.survey__item {
  background-color: #fff;
  padding: 28px 20px 16px;
  min-height: 200px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .survey__item {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 18px;
  }
}
.survey__item:hover {
  opacity: 0.7;
}
.survey__item--title {
  font-size: 22px;
  color: #007f79;
  font-weight: bold;
  line-height: 1.18;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .survey__item--title {
    font-size: 16px;
    margin-left: 50px;
    margin-bottom: 15px;
    max-width: none;
  }
}
.survey__item--title.fs20 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .survey__item--title.fs20 {
    font-size: 16px;
  }
}
.survey__item--title::before {
  content: "";
  display: inline-block;
  background-size: cover;
  position: absolute;
  left: -50px;
}
.survey__item--title.title1:before {
  background-image: url(../images/survey-img-1.png);
  width: 41px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .survey__item--title.title1:before {
    width: 32px;
    height: 28px;
  }
}
.survey__item--title.title2:before {
  background-image: url(../images/survey-img-2.png);
  width: 58px;
  height: 46px;
  left: -70px;
}
@media screen and (max-width: 767px) {
  .survey__item--title.title2:before {
    width: 43px;
    height: 34px;
    left: -50px;
  }
}
.survey__item--title.title3:before {
  background-image: url(../images/survey-img-3.png);
  width: 42px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .survey__item--title.title3:before {
    width: 33px;
    height: 35px;
  }
}
.survey__item--title.title4:before {
  background-image: url(../images/survey-img-4.png);
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .survey__item--title.title4:before {
    width: 30px;
    height: 30px;
  }
}
.survey__item--title.title5:before {
  background-image: url(../images/survey-img-5.png);
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .survey__item--title.title5:before {
    width: 35px;
    height: 35px;
  }
}
.survey__item--title.title6:before {
  background-image: url(../images/survey-img-6.png);
  width: 44px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .survey__item--title.title6:before {
    width: 34px;
    height: 35px;
  }
}
.survey__item--title.title7:before {
  background-image: url(../images/survey-img-7.png);
  width: 53px;
  height: 39px;
  left: -70px;
}
@media screen and (max-width: 767px) {
  .survey__item--title.title7:before {
    width: 42px;
    height: 30px;
    left: -50px;
  }
}
.survey__item--title.title8:before {
  background-image: url(../images/survey-img-8.png);
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .survey__item--title.title8:before {
    width: 30px;
    height: 30px;
  }
}
.survey__item--title.title9:before {
  background-image: url(../images/survey-img-9.png);
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .survey__item--title.title9:before {
    width: 30px;
    height: 30px;
  }
}
.survey__item--title::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-green.svg);
  background-size: cover;
  width: 6px;
  height: 12px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateX(150px);
}
@media screen and (max-width: 767px) {
  .survey__item--title::after {
    transform: translateX(0);
    left: auto;
  }
}
.survey__item--text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .survey__item--text {
    font-size: 13px;
  }
}

.mimamori {
  padding: 60px 20px 100px;
  background-color: #f3f0e6;
}
@media screen and (max-width: 767px) {
  .mimamori {
    padding: 10px 10px 60px;
  }
}
.mimamori__wrap {
  max-width: 1325px;
  margin: 0 auto;
  position: relative;
}
.mimamori__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mimamori__cont {
    padding-top: 30px;
  }
}
.mimamori__bg {
  position: absolute;
  top: 0;
}
.mimamori__house {
  max-width: 450px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mimamori__house {
    max-width: 270px;
    margin-bottom: 25px;
  }
}
.mimamori__img {
  max-width: 915px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .mimamori__img {
    margin-bottom: 21px;
  }
}
.mimamori__title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mimamori__title {
    text-align: center;
    font-size: 26px;
  }
}
.mimamori__text {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  color: #309786;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .mimamori__text {
    font-size: 30px;
    margin-bottom: 21px;
    text-align: center;
  }
}
.mimamori__items {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 705px;
}
@media screen and (max-width: 767px) {
  .mimamori__items {
    max-width: 310px;
    margin-bottom: 25px;
  }
}
.mimamori__item {
  display: flex;
  align-items: center;
  padding: 27px 20px 27px 60px;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .mimamori__item {
    padding: 15px 10px 15px 40px;
  }
}
.mimamori__item:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-check-mimamori.png);
  width: 64px;
  height: 64px;
  background-size: cover;
  position: absolute;
  left: -32px;
}
@media screen and (max-width: 767px) {
  .mimamori__item:before {
    width: 48px;
    height: 48px;
    left: -24px;
  }
}
.mimamori__item--text {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .mimamori__item--text {
    font-size: 18px;
  }
}
.mimamori__item--text span {
  color: #309786;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.mimamori__btn {
  margin: 0 auto;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: 0.3s;
}
.mimamori__btn:hover {
  opacity: 0.7;
}
.mimamori__btn--img {
  max-width: 405px;
}
@media screen and (max-width: 767px) {
  .mimamori__btn--img {
    max-width: 355px;
  }
}

.banner {
  padding: 15px 0;
  background: linear-gradient(90deg, #006665, #054b4b);
}
.banner__border {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #d7b651 0%, #fff6dc 33%, #d7b651 75%, #bd9416 100%);
}
.banner__wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 75px 20px 55px;
}
@media screen and (max-width: 767px) {
  .banner__wrap {
    padding: 24px 10px 10px;
  }
}

.map {
  padding: 100px 20px 125px;
}
@media screen and (max-width: 767px) {
  .map {
    padding: 50px 20px 80px;
  }
}
.map__wrap {
  max-width: 1035px;
  margin: 0 auto;
}
.map__title {
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .map__title {
    font-size: 20px;
  }
}
.map__title span {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  background-image: radial-gradient(circle at center, #000 10%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4em; /* 縦方向の位置調整 */
}
@media screen and (max-width: 767px) {
  .map__title span {
    font-size: 27px;
    padding-top: 3px;
    background-image: radial-gradient(circle at center, #000 8%, transparent 20%);
  }
}
.map__box {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .map__box {
    flex-direction: column;
  }
}
.map__right {
  border: 1px solid #d1d1d1;
  padding: 20px 30px 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .map__right {
    padding: 20px;
    width: 100%;
  }
}
.map__head {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .map__head {
    font-size: 16px;
  }
}
.map__head:before {
  content: "";
  display: inline-block;
  background-size: cover;
  width: 22px;
  height: 27px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .map__head:before {
    width: 16px;
    height: 20px;
  }
}
.map__head.red:before {
  background-image: url(../images/icon-pin-red.png);
}
.map__head.orange:before {
  background-image: url(../images/icon-pin-orange.png);
}
.map__head.blue:before {
  background-image: url(../images/icon-pin-blue.png);
}
.map__flex {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .map__flex {
    margin-bottom: 12px;
  }
}
.map__flex:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .map__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
  }
}
.map__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.83;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .map__name {
    font-size: 14px;
  }
}
.map__name:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 18px;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .map__name:before {
    margin-right: 10px;
    width: 6px;
    height: 6px;
    margin-left: 4px;
  }
}
.map__name.orange:before {
  background-color: #e97c00;
}
.map__name.blue:before {
  background-color: #3c89ed;
}

.news {
  padding: 0 20px 100px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 80px;
  }
}
.news__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.news__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.news__items {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e8e8e8;
}
.news__item {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 33px 0;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .news__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    gap: 10px;
  }
}
.news__date {
  font-size: 16px;
  font-weight: bold;
  color: #007f79;
  flex-shrink: 0;
}
.news__text {
  font-size: 14px;
  font-weight: 400;
}

.view_all_btn {
  text-align: center;
  margin: 50px 0;
}
.view_all_btn a {
  display: inline-block;
  transition: 0.3s;
}
.view_all_btn a img {
  margin: auto;
}
.view_all_btn a:hover {
  opacity: 0.7;
}

.sign {
  margin-bottom: 100px;
}
.sign__wrap {
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sign__wrap {
    max-width: 335px;
  }
}
.sign__btn {
  border: 2px solid #007f79;
  padding: 33px 30px 33px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.sign__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .sign__btn {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }
}
.sign__btn--title {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .sign__btn--title {
    text-align: center;
  }
}
.sign__btn--text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sign__btn--text {
    margin-bottom: 20px;
  }
}
.sign__btn--img {
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .sign__btn--img {
    max-width: 295px;
  }
}

.fixed {
  position: fixed;
  right: 0;
  bottom: 30px;
  transition: transform 0.3s ease;
  z-index: 1090;
}
.fixed img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fixed {
    bottom: 0;
    box-shadow: 0 0 20px rgba(20, 73, 73, 0.3);
  }
}
.fixed__btn--img {
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  .fixed__btn--img {
    max-width: none;
  }
}
.fixed.is-hidden {
  transform: translateX(215px);
}
@media screen and (max-width: 767px) {
  .fixed.is-hidden {
    transform: translateX(0);
  }
}
.fixed:hover {
  transform: translateX(0);
}
.fixed__top {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  padding: 5px;
  background-color: #fff;
}
.fixed__btn.tel {
  margin-top: -5px;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.modal__mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
}
.modal.is-show {
  display: block;
}
.modal__wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100vh;
  flex-wrap: wrap;
  padding: 0 30px;
}
.modal__close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 38px;
  right: 38px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .modal__close {
    top: 20px;
    right: 20px;
  }
}
.modal__cont {
  background: #fff;
  padding: 40px 20px;
  height: calc(100vh - 100px);
  width: 100%;
  border-radius: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .modal__cont {
    height: calc(90vh - 100px);
  }
}
.modal__swiper {
  max-width: 906px;
  margin: 0 auto;
  overflow: hidden;
}
.modal__item img {
  height: calc(100vh - 180px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .modal__item img {
    height: calc(100vh - 220px);
  }
}
.modal .swiper-button-next,
.modal .swiper-button-prev {
  width: 54px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.modal .swiper-button-next:after,
.modal .swiper-button-prev:after {
  display: none;
}
.modal .swiper-button-next {
  right: -27px;
}
@media screen and (max-width: 767px) {
  .modal .swiper-button-next {
    right: -15px;
  }
}
.modal .swiper-button-prev {
  left: -27px;
}
@media screen and (max-width: 767px) {
  .modal .swiper-button-prev {
    left: -15px;
  }
}/*# sourceMappingURL=style.css.map */