@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&family=Poppins:wght@300&family=Water+Brush&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

span {
  display: inline-block;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

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

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

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.md-inner {
  width: 1200px;
  max-width: calc(100% - 8vw);
  margin: 0 auto;
}

.sm-inner {
  width: 1000px;
  max-width: calc(100% - 8vw);
  margin: 0 auto;
}

/* --- Others --- */
/* Setting
======================================== */
body {
  font-size: 14px;
  color: #4d4d4d;
  background-color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0;
  word-break: break-all;
}

img {
  display: block;
  max-width: 100%;
}

/* --- アンカーリンク調整 --- */
:target::before {
  content: "";
  display: block;
  height: 50px;
  margin-top: -50px;
  visibility: hidden;
}

@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
._bold {
  font-weight: bold !important;
}

._normal {
  font-weight: normal !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

._red {
  color: red !important;
}

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

.gray-out {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}

.spacer {
  width: 100%;
}

.row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-s {
  margin-top: 25px !important;
}
.mt-m {
  margin-top: 50px !important;
}
.mt-l {
  margin-top: 60px !important;
}
@media (min-width: 1001px) {
  .mt-l {
    margin-top: 100px !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-s {
  margin-bottom: 25px !important;
}
.mb-m {
  margin-bottom: 50px !important;
}
.mb-l {
  margin-bottom: 100px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.my-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.my-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mx-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mx-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-s {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.py-m {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-l {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-s {
  padding-top: 25px !important;
}
.pt-m {
  padding-top: 50px !important;
}
.pt-l {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-s {
  padding-bottom: 25px !important;
}
.pb-m {
  padding-bottom: 50px !important;
}
.pb-l {
  padding-bottom: 100px !important;
}

/* Parts
======================================== */
/* --- Title --- */
.ttl-en {
  text-align: center;
  font-size: 28px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1001px) {
  .ttl-en {
    font-size: 36px;
    margin-bottom: 85px;
  }
}
.ttl-en.left {
  text-align: left;
}
.ttl-en span {
  color: #5da577;
  font-family: "Poppins", sans-serif;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
@media (min-width: 1001px) {
  .ttl-en span {
    font-size: 20px;
    margin-top: 20px;
  }
}
.ttl-en.vertical:after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background-color: #5da577;
  margin-top: 25px;
  border-radius: 10px;
}

.ttl-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 1001px) {
  .ttl-line {
    margin-bottom: 80px;
  }
}
.ttl-line:before {
  border-top: 2px solid #333;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
}
@media (min-width: 1001px) {
  .ttl-line:before {
    margin-right: 50px;
  }
}
.ttl-line:after {
  border-top: 2px solid #333;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}
@media (min-width: 1001px) {
  .ttl-line:after {
    margin-left: 50px;
  }
}
.ttl-line span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1001px) {
  .ttl-line span {
    font-size: 36px;
  }
}
.ttl-line span .sub {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 18px;
  margin-top: 15px;
}
@media (min-width: 1001px) {
  .ttl-line span .sub {
    font-size: 20px;
  }
}
.ttl-line.white {
  color: #fff;
}
.ttl-line.white:before, .ttl-line.white:after {
  border-top: 2px solid #fff;
}

.ttl-def {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 20px;
  color: #5da577;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 1001px) {
  .ttl-def {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.ttl-def.left {
  text-align: left;
}
.ttl-def.black {
  color: #4d4d4d;
}
.ttl-def span {
  font-size: 16px;
  display: block;
  color: #4d4d4d;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin-top: 15px;
}
@media (min-width: 1001px) {
  .ttl-def span {
    font-size: 18px;
  }
}
.ttl-def + .sub {
  text-align: center;
  margin: 20px 0 40px;
}

/* --- Button --- */
.btn-chevron {
  background-color: #5da577;
  color: #fff;
  padding: 15px 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  line-height: 1;
}
.btn-chevron:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url(../img/chevron.svg);
  display: block;
}
.btn-chevron:hover {
  opacity: 0.6;
}
.btn-chevron.white {
  background-color: #fff;
  color: #74B88D;
}
.btn-chevron.white:after {
  content: url(../img/chevron_grn.svg);
}

/* Header
======================================== */
header {
  height: 60px;
  /* --- ハンバーガーメニュー --- */
}
@media (min-width: 1001px) {
  header {
    height: 120px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  header {
    height: 80px;
  }
}
header .wrap {
  height: 60px;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1001px) {
  header .wrap {
    height: 120px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  header .wrap {
    height: 80px;
  }
}
header .wrap .logo {
  width: auto;
  height: 40px;
  margin-left: 3vw;
}
@media (min-width: 1001px) {
  header .wrap .logo {
    width: 287px;
    height: auto;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  header .wrap .logo {
    width: 180px;
    margin-left: 10px;
  }
}
header .wrap .cta {
  width: auto;
  height: 40px;
  margin-left: 3vw;
}
@media (min-width: 1001px) {
  header .wrap .cta {
    width: 300px;
    height: auto;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  header .wrap .cta {
    width: 200px;
    margin-left: 20px;
  }
}
header .wrap nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
header .wrap nav img {
  position: relative;
  top: 35px;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  header .wrap nav img {
    top: 15px;
  }
}
header .wrap nav ul {
  font-size: 14px !important;
}
header .wrap nav ul li.has-sub span.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 1000px) {
  header .wrap nav ul li.has-sub span.menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-align: center;
  }
}
header .wrap nav ul li.has-sub ul.sub {
  overflow: hidden;
  max-height: 0;
  color: #5da577;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.3s;
  transition: max-height 0.3s ease-out, opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
}
@media (min-width: 1001px) {
  header .wrap nav ul li.has-sub ul.sub {
    position: absolute;
    margin-left: -10px;
  }
}
header .wrap nav ul li.has-sub ul.sub.active {
  opacity: 1;
  max-height: 500px;
  -webkit-transition: max-height 0.3s ease-in, opacity 0.5s;
  transition: max-height 0.3s ease-in, opacity 0.5s;
}
header .wrap nav ul li.has-sub ul.sub li {
  padding: 5px 10px;
  font-size: 14px;
  width: 100%;
  border-bottom: none;
}
@media (min-width: 1001px) {
  header .wrap nav ul li.has-sub ul.sub li {
    background-color: #fff;
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  header .wrap nav ul li.has-sub ul.sub li {
    color: #fff;
  }
}
@media (max-width: 1000px) {
  header .wrap nav ul li.has-sub ul.sub li:nth-child(1) {
    margin-top: 10px;
  }
}
header .hamburger {
  display: block;
  margin: 0 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}
header .hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #5da577;
}
header .hamburger .bar:nth-child(1) {
  margin-top: 0px;
}
header .hamburger.active .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
header .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
header .hamburger.active .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
header .nav-container {
  position: fixed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 60px;
  right: -100%;
  color: white;
  background: #5da577;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 1000;
  overflow-y: scroll;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  /* --- Menu --- */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1001px) {
  header .nav-container {
    top: 70px;
    height: calc(100% - 70px);
  }
}
header .nav-container.nav-active {
  right: 0;
}
header .nav-container .inner_nav {
  width: 100%;
  font-size: 18px;
}
header .nav-container .inner_nav ul {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  gap: 0;
}
header .nav-container .inner_nav ul li {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  padding: 20px 0;
  font-size: 18px;
}
header .nav-container .inner_nav ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

/* --- Nav --- */
ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  font-size: 12px;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  ul.nav {
    gap: 20px;
  }
}

/* --- Sub Main Visual --- */
.sub-mv {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 93%;
  height: 200px;
  z-index: 1;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1001px) {
  .sub-mv {
    height: 500px;
  }
}
.sub-mv h1 {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media (min-width: 1001px) {
  .sub-mv h1 {
    font-size: 36px;
  }
}
.sub-mv h1 span {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 14px;
}
@media (min-width: 1001px) {
  .sub-mv h1 span {
    font-size: 20px;
  }
}
.sub-mv:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.sub-mv.succession {
  background-image: url("../img/succession-mv.jpg");
}

/* Footer
======================================== */
footer {
  background-color: #5DA577;
  color: #fff;
  padding: 0 0 40px;
}
footer .contact {
  background-color: #74B88D;
  border-radius: 0 25px 25px 0;
  position: relative;
  z-index: 0;
  padding: 105px 0;
  top: -105px;
  margin-bottom: -105px;
}
@media (max-width: 1000px) {
  footer .contact {
    width: 95%;
    padding: 60px 0;
  }
}
footer .contact h2 {
  font-size: 26px;
  margin-bottom: 25px;
}
@media (min-width: 1001px) {
  footer .contact h2 {
    font-size: 32px;
  }
}
footer .contact span {
  display: block;
  margin-top: 30px;
  text-decoration: underline;
  font-size: 16px;
}
@media (min-width: 1001px) {
  footer .contact span {
    font-size: 20px;
  }
}
footer .contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px;
  margin-top: 35px;
}
@media (min-width: 1001px) {
  footer .contact ul {
    margin-top: 65px;
  }
}
footer .contact ul li {
  width: 265px;
}
footer .contact ul li img {
  width: 100%;
}
footer .contact ul li a {
  height: auto;
}
footer .contact ul li .btn-chevron {
  margin: 0;
  height: 100%;
}
footer .contact:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  background: #74B88D;
  width: 50vw;
  height: 100%;
  z-index: -10;
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
}
@media (max-width: 1000px) {
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .wrap img {
  width: 200px;
}
@media (min-width: 1001px) {
  footer .wrap img {
    width: 287px;
  }
}
@media (max-width: 1000px) {
  footer .wrap ul.nav {
    gap: 0px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .wrap ul.nav .sub {
  display: none;
}

/* Common
======================================== */
section.business {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  section.business {
    padding: 100px 0;
  }
}

/* Successions
======================================== */
section.worries {
  padding: 40px 0;
}
@media (min-width: 1001px) {
  section.worries {
    padding: 105px;
  }
}
section.worries ul.osusume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 30px auto 40px;
}
@media (min-width: 1001px) {
  section.worries ul.osusume {
    gap: 18px;
    width: 700px;
    margin: 60px auto 80px;
  }
}
section.worries ul.osusume li {
  background-color: #5da577;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  border-radius: 4px;
}
@media (max-width: 1000px) {
  section.worries ul.osusume li {
    width: calc((100% - 10px) / 2);
    font-size: 14px;
  }
}
section.worries ul.osusume li:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin-right: 9px;
}

.gray-container {
  background-color: #f6f6f6;
  padding: 40px 0;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media (min-width: 1001px) {
  .gray-container {
    margin-bottom: 70px;
    padding: 70px 0;
  }
}
.gray-container h2 {
  font-size: 20px;
  color: #5da577;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1001px) {
  .gray-container h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.gray-container .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.gray-container .wrap .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gray-container .wrap .text span {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.7;
}
.gray-container .wrap .text span.md {
  font-size: 16px;
}
.gray-container .wrap img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1001px) {
  .gray-container .wrap img {
    width: 430px;
    height: 430px;
  }
}
.gray-container .wrap.mb {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 1001px) {
  .gray-container .wrap.mb {
    margin-bottom: 60px;
    padding-bottom: 80px;
  }
}
.gray-container.waiver .wrap {
  margin-bottom: 30px;
}

section.merit {
  padding-bottom: 60px;
}
@media (min-width: 1001px) {
  section.merit {
    padding-bottom: 135px;
  }
}

/* --- Merit --- */
ul.merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  ul.merit-list {
    gap: 50px;
    margin-bottom: 120px;
  }
}
ul.merit-list li {
  position: relative;
  width: 100%;
}
@media (min-width: 1001px) {
  ul.merit-list li {
    width: 300px;
  }
}
ul.merit-list li span {
  font-family: "Water Brush", cursive;
  font-weight: 600;
  font-style: normal;
  color: #5da577;
  font-size: 60px;
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 100;
}
ul.merit-list li img {
  border-radius: 100%;
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 20px;
}
@media (min-width: 1001px) {
  ul.merit-list li img {
    width: 300px;
    height: 300px;
    margin: 0 auto 40px;
  }
}
ul.merit-list li p {
  text-align: center;
}

/* --- Waiver List --- */
.waiver-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
.waiver-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 1001px) {
  .waiver-list li {
    gap: 30px;
  }
}
.waiver-list li span {
  font-family: "Water Brush", cursive;
  font-weight: 600;
  font-style: normal;
  color: #5da577;
  display: block;
  font-size: 30px;
}
@media (min-width: 1001px) {
  .waiver-list li span {
    font-size: 50px;
  }
}
.waiver-list li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.waiver-list li .text .ttl {
  color: #5da577;
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 1001px) {
  .waiver-list li .text .ttl {
    font-size: 20px;
  }
}

/* --- 
.waiver-list_old {
    display:flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;

    li {
        width: calc((100% - 30px * 1) / 2);

        @include lg {
            width: calc((100% - 30px * 4) / 5);
        }

        figure {
            position: relative;
            background-color: $gray;
            width: 150px;
            height: 150px;
            margin: 0 auto;
            border-radius: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;

            span {
                color: $green;
                @include cherry;
                font-size: 46px;
                position: absolute;
                top: 0px;
                left: 0px;
            }

            img {
                width: 30%;
                height: auto;
            }
        }

        .ttl {
            color: $green;
            font-size: 18px;
            text-align: center;
            margin: 5px auto 10px;
        }
    }
}
 --- */
/* --- Flow --- */
ul.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 1001px) {
  ul.flow {
    margin-bottom: 95px;
  }
}
ul.flow li {
  padding: 29px 0;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
ul.flow li .text {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (min-width: 1001px) {
  ul.flow li .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
ul.flow li .text .number {
  font-family: "Water Brush", cursive;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  background-color: #5da577;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 30px;
}
@media (min-width: 1001px) {
  ul.flow li .text .number {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}
ul.flow li .text p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  color: #5da577;
  font-weight: 300;
  line-height: 1.7;
}
@media (min-width: 1001px) {
  ul.flow li .text p {
    font-size: 24px;
  }
}
ul.flow li .text p .sm {
  font-size: 15px;
}
ul.flow li img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1001px) {
  ul.flow li img {
    width: 280px;
    height: 160px;
  }
}

.notes {
  color: #5da577;
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
}
@media (min-width: 1001px) {
  .notes {
    font-size: 24px;
  }
}
.notes a {
  text-decoration: underline;
}

ul.gray-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 30px;
}
ul.gray-list li.item {
  background-color: #f6f6f6;
  padding: 40px 20px;
  border-radius: 10px;
}
@media (min-width: 1001px) {
  ul.gray-list li.item {
    padding: 70px 30px;
  }
}
ul.gray-list li.item.w-100 {
  width: 100%;
}
ul.gray-list li.item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1001px) {
  ul.gray-list li.item .wrap {
    gap: 30px;
  }
}
ul.gray-list li.item .wrap img,
ul.gray-list li.item .wrap iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1001px) {
  ul.gray-list li.item .wrap img,
  ul.gray-list li.item .wrap iframe {
    width: 45%;
  }
}
ul.gray-list li.item .wrap .text {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
@media (min-width: 1001px) {
  ul.gray-list li.item .wrap .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
ul.gray-list li.item .wrap .text .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #dcdcdc;
}
ul.gray-list li.item .wrap .text .wrap dt,
ul.gray-list li.item .wrap .text .wrap dd {
  padding: 20px 0;
}
ul.gray-list li.item .wrap .text .wrap dt {
  width: 100px;
}
ul.gray-list li.item .wrap .text .wrap dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul.gray-list li.item.message .heading {
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  line-height: 1.5;
}
@media (min-width: 1001px) {
  ul.gray-list li.item.message .heading {
    font-size: 26px;
  }
}
ul.gray-list li.item.message .heading span {
  font-weight: 600;
}

/* Cases
======================================== */
.cases-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.cases-list li {
  background-color: #fff !important;
  width: 100%;
  height: 100%;
}
@media (min-width: 1001px) {
  .cases-list li {
    width: calc((100% - 80px) / 3);
  }
}
.cases-list li img {
  display: none;
}
.cases-list li .ttl {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5da577;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 15px 0 15px 50px;
}
.cases-list li .text {
  padding: 30px 30px;
}
@media (min-width: 1001px) {
  .cases-list li .text {
    padding: 44px 50px;
  }
}
.cases-list li .text .subttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Inheritance
======================================== */
.request-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
.request-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
@media (min-width: 1001px) {
  .request-list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1001px) {
  .request-list li {
    gap: 30px;
  }
}
.request-list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Water Brush", cursive;
  font-weight: 600;
  font-style: normal;
  background-color: #5da577;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
}
@media (min-width: 1001px) {
  .request-list li span {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
}
.request-list li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pros-and-cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 0;
}
.pros-and-cons li.item {
  background-color: #f6f6f6;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1001px) {
  .pros-and-cons li.item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.pros-and-cons li.item .ttl {
  background-color: #5da577;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
}
.pros-and-cons li.item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding: 20px 30px 30px;
}
@media (min-width: 1001px) {
  .pros-and-cons li.item ul {
    gap: 50px;
    padding: 30px 30px 30px;
  }
}
.pros-and-cons li.item ul li {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  .pros-and-cons li.item ul li {
    width: calc(50% - 30px);
  }
}
.pros-and-cons li.item ul .subttl {
  color: #5da577;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.caution {
  background-color: #d6ebdd;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 10px;
  margin: 30px auto 30px;
  font-size: 14px;
  max-width: 100%;
}
@media (min-width: 1001px) {
  .caution {
    font-size: 18px;
    padding: 30px 30px;
  }
}

/* Price
======================================== */
dl.price {
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  dl.price {
    width: 80%;
    margin: 0 auto 20px;
  }
}
dl.price .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #acacac;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  dl.price .wrap {
    gap: 10px !important;
  }
}
@media (min-width: 1001px) {
  dl.price .wrap {
    width: 80%;
  }
}
dl.price .wrap dt,
dl.price .wrap dd {
  padding: 20px 0;
}
@media (max-width: 1000px) {
  dl.price .wrap dt,
  dl.price .wrap dd {
    font-size: 14px;
  }
}
dl.price .wrap dt.heading,
dl.price .wrap dd.heading {
  font-weight: 700;
}
dl.price .wrap dt {
  width: 55%;
}
@media (min-width: 1001px) {
  dl.price .wrap dt {
    width: 50%;
  }
}
dl.price .wrap dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1001px) {
  dl.price + .note {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

section.contact {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  section.contact {
    padding: 100px 0;
  }
}

.mw_wp_form {
  width: 100% !important;
}
.mw_wp_form dl {
  width: 100% !important;
  /* --- ラジオボタン --- */
}
.mw_wp_form dl .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
@media (min-width: 1001px) {
  .mw_wp_form dl .row {
    padding: 30px 15px;
  }
}
.mw_wp_form dl .row:not(:first-child) {
  border-top: 1px solid #ccc;
}
.mw_wp_form dl dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dt {
    padding: 3px 10px;
    width: 28%;
    margin-bottom: 0px;
  }
}
.mw_wp_form dl .required {
  display: block;
  background-color: #5da577;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 15px;
  font-weight: normal;
  line-height: 1;
}
.mw_wp_form dl .required:before {
  content: "必須";
  display: inline-block;
}
.mw_wp_form dl dd {
  width: 100%;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dd {
    width: 70%;
  }
}
.mw_wp_form dl dd .notes {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.mw_wp_form dl dd input[type=text] {
  width: 100% !important;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #ccc;
}
.mw_wp_form dl dd textarea {
  width: 100% !important;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #ccc;
}
.mw_wp_form dl dd.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
}
.mw_wp_form dl dd.radio .mwform-radio-field {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 !important;
}
.mw_wp_form dl dd.radio .mwform-radio-field input {
  display: none;
}
.mw_wp_form dl dd.radio .mwform-radio-field label {
  display: inline-block;
}
.mw_wp_form dl dd.radio .mwform-radio-field-text {
  padding-left: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.mw_wp_form dl dd.radio .mwform-radio-field-text:after, .mw_wp_form dl dd.radio .mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
}
.mw_wp_form dl dd.radio .mwform-radio-field-text:after {
  opacity: 0;
  width: 10px;
  height: 10px;
  background: #f18800;
  border: none;
  left: 5px;
}
.mw_wp_form dl dd.radio input[type=radio]:checked + .mwform-radio-field-text:after {
  opacity: 1;
}
.mw_wp_form button[type=submit] {
  display: block;
  background-color: #5da577;
  color: #fff;
  margin: 30px auto 0;
  width: 443px;
  height: 60px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media (min-width: 1001px) {
  .mw_wp_form button[type=submit] {
    margin: 50px auto 0;
  }
}

/* News
======================================== */
/* --- Single --- */
article.single {
  padding: 40px 0;
}
@media (min-width: 1001px) {
  article.single {
    padding: 100px 0;
  }
}
article.single .ec img {
  width: 600px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
article.single .ttl {
  font-size: 27px;
  display: block;
  margin-bottom: 20px;
  line-height: 1.4;
}
article.single .tag {
  color: #5da577;
  border: 1px solid #5da577;
  padding: 3px 10px;
  display: inline-block;
  margin-left: 10px;
}
article.single .content {
  margin-top: 40px;
}
article.single .content p img {
  margin-bottom: 50px;
  width: 100%;
}
@media (min-width: 1001px) {
  article.single .content p img {
    width: 50%;
    margin: 0 auto 50px;
  }
}
article.single .btn-chevron {
  width: 300px;
}

/* MV
======================================== */
section.mv-wrap {
  position: relative;
}
section.mv-wrap .mv {
  border-radius: 25px 0 0 25px;
  width: 90vw;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
}
@media (min-width: 1001px) {
  section.mv-wrap .mv {
    width: 80vw;
    height: 630px;
  }
}
@media (max-width: 1000px) {
  section.mv-wrap .mv {
    -o-object-position: center left;
       object-position: center left;
  }
}
section.mv-wrap .text {
  position: absolute;
  z-index: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 3vw;
}
@media (min-width: 1001px) {
  section.mv-wrap .text {
    left: 8vw;
  }
}
section.mv-wrap h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #5da577;
  font-size: 28px;
}
section.mv-wrap h1 img {
  width: 75%;
  height: auto;
}
@media (min-width: 1001px) {
  section.mv-wrap h1 img {
    width: 638px;
  }
}
section.mv-wrap h1 span {
  font-size: 74px;
  line-height: 1.5;
}

.cta-banner {
  width: 180px;
  margin-left: auto;
  margin-top: -40px;
  position: relative;
  z-index: 100;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 1001px) {
  .cta-banner {
    width: 255px;
    margin-top: -200px;
  }
}
.cta-banner:hover {
  -webkit-transform: translateY(-0.1875em);
          transform: translateY(-0.1875em);
}

/* 業務内容
======================================== */
section.service {
  padding: 160px 0 0;
}
@media (min-width: 1001px) {
  section.service {
    padding: 250px 0 0;
  }
}
section.service h2 {
  margin-top: -230px;
}
section.service .wrap {
  background: #f6f6f6;
  margin: 0 calc(50% - 50vw);
  padding: 110px calc(50vw - 50%) 105px;
  width: 100vw;
}
section.service ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
section.service ul.list li {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 1001px) {
  section.service ul.list li {
    width: calc((100% - 40px) / 2);
  }
}
section.service ul.list li img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1001px) {
  section.service ul.list li img {
    height: 220px;
  }
}
section.service ul.list li h3 {
  color: #5da577;
  border-bottom: 1px solid #5da577;
  font-size: 22px;
  padding-bottom: 20px;
}
@media (min-width: 1001px) {
  section.service ul.list li h3 {
    font-size: 28px;
  }
}
section.service ul.list li .text {
  padding: 30px 30px 45px;
  text-align: center;
}
@media (min-width: 1001px) {
  section.service ul.list li .text {
    padding: 30px 90px 75px;
  }
}
section.service ul.list li .text .subttl {
  font-size: 18px;
  margin: 15px 0;
}
section.service ul.list li .text a {
  width: 80%;
}

/* Reasons
======================================== */
section.reasons {
  background-color: #74b88d;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 110px;
  width: 100vw;
  position: relative;
  z-index: 10;
}
section.reasons .heading {
  position: relative;
  z-index: 100;
  padding-top: 95px;
}
section.reasons .heading img {
  width: 470px;
  max-width: 90%;
  margin: 0 auto 90px;
}
section.reasons .bg {
  position: absolute;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 1000px) {
  section.reasons .bg {
    height: 200px;
  }
}

section.message {
  background-image: url("../img/message-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 90px calc(50vw - 50%) 60px;
  width: 100vw;
}
@media (min-width: 1001px) {
  section.message {
    padding: 160px calc(50vw - 50%) 105px;
  }
}
section.message .wrap {
  border-radius: 10px;
  background-color: #fff;
  padding: 88px 0;
  position: relative;
}
section.message .wrap .sm-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1001px) {
  section.message .wrap .sm-inner {
    gap: 90px;
  }
}
section.message .wrap .heading {
  width: 200px;
  position: absolute;
  top: -30px;
  left: 5%;
}
@media (min-width: 1001px) {
  section.message .wrap .heading {
    width: 299px;
    top: -50px;
  }
}
section.message .wrap .text {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
@media (min-width: 1001px) {
  section.message .wrap .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
section.message .wrap .text .ttl-en {
  margin-bottom: 35px;
}
@media (min-width: 1001px) {
  section.message .wrap .text .ttl-en {
    margin-bottom: 55px;
  }
}
section.message .wrap .text p {
  line-height: 2.3;
  font-size: 16px;
}
@media (min-width: 1001px) {
  section.message .wrap .text p {
    font-size: 18px;
  }
}
section.message .wrap img.avatar {
  width: 80%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  section.message .wrap img.avatar {
    width: 320px;
    height: 400px;
  }
}

/* Blog
======================================== */
section.blog-archive {
  background-color: #f6f6f6;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%) 90px;
  width: 100vw;
}
@media (min-width: 1001px) {
  section.blog-archive {
    padding: 100px calc(50vw - 50%) 90px;
  }
}
section.blog-archive ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
section.blog-archive ul a {
  width: 100%;
  height: 100%;
}
section.blog-archive ul li {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 1001px) {
  section.blog-archive ul li {
    width: calc((100% - 60px) / 3);
  }
}
section.blog-archive ul li img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.blog-archive ul li .text {
  padding: 45px 20px;
}
section.blog-archive ul li .text .ttl {
  font-size: 18px;
  margin: 20px 0;
}
section.blog-archive ul li .tag {
  background-color: #5da577;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  padding: 0 5px;
  vertical-align: middle;
}
section.blog-archive ul li .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.blog-archive ul li .desc img {
  display: none;
}
section.blog-archive ul li:hover {
  color: #5da577;
}
section.blog-archive .btn-chevron {
  width: 300px;
  height: 60px;
}

section.access {
  background-image: url("../img/access-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 95px calc(50vw - 50%) 200px;
  width: 100vw;
}
section.access .wrap {
  background-color: #fff;
  padding: 50px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-left: auto;
}
@media (max-width: 1000px) {
  section.access .wrap {
    margin: 0 auto;
  }
}
@media (min-width: 1001px) {
  section.access .wrap {
    padding: 50px 90px;
  }
}
section.access .wrap img {
  width: 287px;
  margin-bottom: 20px;
}
section.access .wrap .btn-chevron {
  width: 100%;
}
section.access .wrap span.zip {
  font-size: 12px;
  margin: 10px 0;
  display: inline-block;
}/*# sourceMappingURL=styles.css.map */