/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
}

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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;
}

.fv {
  background: url(/img/fv-bg@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.fv-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .fv-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 1024px) {
  .fv-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.fv-top {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .fv-top {
    font-size: 18px;
  }
}

.fv-middle {
  font-size: 56px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .fv-middle {
    font-size: 30px;
  }
}

.fv-bottom {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .fv-bottom {
    font-size: 16px;
  }
}

.fv-cta {
  background: #92AF43;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #ffffff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 13px;
  width: 400px;
  display: block;
  font-size: 20px;
  position: relative;
  margin: 40px auto 0;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .fv-cta {
    max-width: 350px;
    width: 80%;
  }
}

.fv-cta:hover {
  opacity: .7;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.fv-cta::before {
  content: '';
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 45.5%;
  right: 12px;
  margin-top: -9px;
}

.fv-cta:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #92AF43;
  position: absolute;
  top: 45.5%;
  right: 18px;
  margin-top: -3px;
}

.fv-cta {
  margin: 80px auto 0 0;
}

@media screen and (max-width: 1024px) {
  .fv-cta {
    margin: 30px auto 0;
  }
}

.fv-img {
  position: absolute;
  bottom: -10px;
  right: -100px;
}

@media screen and (max-width: 1024px) {
  .fv-img {
    display: none;
  }
}

.point {
  background: #FEF7E2;
}

.point-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .point-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.point-heading {
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.5;
  margin-bottom: 85px;
}

.point-headingSub {
  color: #835C2D;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .point-headingSub {
    font-size: 18px;
  }
}

.point-headingMain {
  color: #92AF43;
  font-size: 40px;
  letter-spacing: 0.08em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .point-headingMain {
    font-size: 24px;
  }
}

.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .point-list {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.point-item {
  max-width: 352px;
  position: relative;
}

.point-item:nth-of-type(1)::before {
  content: "01";
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 64px;
  display: block;
  color: #C6B08F;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.point-item:nth-of-type(2) {
  margin: 0 40px;
}

@media screen and (max-width: 1024px) {
  .point-item:nth-of-type(2) {
    margin: 40px 0;
  }
}

.point-item:nth-of-type(2)::before {
  content: "02";
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 64px;
  display: block;
  color: #C6B08F;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.point-item:nth-of-type(3)::before {
  content: "03";
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 64px;
  display: block;
  color: #C6B08F;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.point-img {
  margin-bottom: 24px;
  background: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

@media screen and (max-width: 1024px) {
  .point-img {
    width: 100%;
    height: auto;
    max-width: 350px;
  }
}

.point-title {
  font-size: 20px;
  color: #835C2D;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 16px;
}

.point-txt {
  font-size: 16px;
  font-weight: 500;
}

.about-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .about-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.about-heading {
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.5;
}

.about-headingSub {
  color: #835C2D;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .about-headingSub {
    font-size: 18px;
  }
}

.about-headingMain {
  color: #92AF43;
  font-size: 40px;
  letter-spacing: 0.08em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .about-headingMain {
    font-size: 24px;
  }
}

.about-headingMain__small {
  font-size: 24px;
  color: #92AF43;
  font-weight: 700;
}

.about-right {
  margin-left: 100px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .about-right {
    margin-left: 0;
    margin: 30px auto 0;
    width: 100%;
    max-width: 350px;
  }
}

.about-right:before {
  position: absolute;
  content: "";
  width: 480px;
  height: 320px;
  display: block;
  background: #FCEBB7;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .about-right:before {
    width: 100%;
    max-width: 350px;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .about-img {
    width: 100%;
    max-width: 350px;
  }
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .about-content {
    display: block;
  }
}

.about-title {
  font-size: 24px;
  color: #835C2D;
  margin-bottom: 24px;
  font-weight: 700;
}

.menu-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-top: 20px;
}

@media screen and (max-width: 1024px) {
  .menu-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.menu-heading {
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.5;
}

.menu-headingSub {
  color: #835C2D;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .menu-headingSub {
    font-size: 18px;
  }
}

.menu-headingMain {
  color: #92AF43;
  font-size: 40px;
  letter-spacing: 0.08em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .menu-headingMain {
    font-size: 24px;
  }
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .menu-list {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.menu-item {
  background: #FEF7E2;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 24px;
  width: 452px;
}

@media screen and (max-width: 1024px) {
  .menu-item {
    width: 100%;
    max-width: 350px;
  }
}

.menu-item:nth-of-type(2) {
  margin-left: 40px;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .menu-item:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.menu-title {
  font-size: 24px;
  font-weight: 700;
  color: #835C2D;
  margin-bottom: 12px;
  text-align: center;
}

.menu-txt {
  font-size: 16px;
  text-align: center;
}

.offer {
  background: url(/img/offer-bg.jpg);
  padding: 56px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.offer-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgba(255, 255, 255, 0.85);
  padding-top: 56px;
  padding-bottom: 56px;
}

@media screen and (max-width: 1024px) {
  .offer-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.offer-heading {
  font-size: 24px;
  font-weight: 700;
  color: #92AF43;
  text-align: center;
  margin-bottom: 24px;
}

.offer-txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
}

.offer-txt__small {
  font-size: 14px;
  text-align: center;
}

.offer-cta {
  background: #92AF43;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #ffffff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 13px;
  width: 400px;
  display: block;
  font-size: 20px;
  position: relative;
  margin: 40px auto 0;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .offer-cta {
    max-width: 350px;
    width: 80%;
  }
}

.offer-cta:hover {
  opacity: .7;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.offer-cta::before {
  content: '';
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 45.5%;
  right: 12px;
  margin-top: -9px;
}

.offer-cta:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #92AF43;
  position: absolute;
  top: 45.5%;
  right: 18px;
  margin-top: -3px;
}

.intro {
  background: #FEF7E2;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 56px 0 88px !important;
}

.intro-inner {
  max-width: 880px;
  margin: 0 auto;
  display: block;
  padding-top: 100px;
  padding-bottom: 95px;
}

@media (max-width: 1024px) {
  .intro-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.intro-heading {
  font-size: 28px;
  color: #92AF43;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .intro-list {
    display: block;
  }
}

.intro-item {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 20px 24px 20px 32px;
}

.intro-item .intro-title::before {
  content: "";
  display: block;
  width: 4px;
  height: 72px;
  position: absolute;
  left: -10px;
  top: 4px;
}

.intro-item:nth-of-type(1) .intro-title::before {
  background: #E0B811;
}

.intro-item:nth-of-type(2) .intro-title::before {
  background: #2C6A3D;
}

.intro-item:nth-of-type(3) .intro-title::before {
  background: #31BC61;
}

.intro-item:nth-of-type(4) .intro-title::before {
  background: #8B34D6;
}

.intro-item:nth-of-type(5) .intro-title::before {
  background: #FF624D;
}

.intro-item:nth-of-type(6) .intro-title::before {
  background: #DB95DB;
}

.intro-item:nth-of-type(7) .intro-title::before {
  background: #EAAB00;
}

.intro-item:nth-of-type(8) .intro-title::before {
  background: #E0B811;
}

.intro-item:nth-of-type(9) .intro-title::before {
  background: #2C6A3D;
}

.intro-item:nth-of-type(10) .intro-title::before {
  background: #31BC61;
}

.intro-item:nth-of-type(11) .intro-title::before {
  background: #8B34D6;
}

.intro-item:nth-of-type(12) .intro-title::before {
  background: #FF624D;
}

.intro-item:nth-of-type(13) .intro-title::before {
  background: #DB95DB;
}

.intro-item:nth-of-type(14) .intro-title::before {
  background: #EAAB00;
}

.intro-item:nth-of-type(1) .intro-name__large.color {
  color: #E0B811;
}

.intro-item:nth-of-type(2) .intro-name__large.color {
  color: #2C6A3D;
}

.intro-item:nth-of-type(3) .intro-name__large.color {
  color: #31BC61;
}

.intro-item:nth-of-type(4) .intro-name__large.color {
  color: #8B34D6;
}

.intro-item:nth-of-type(5) .intro-name__large.color {
  color: #FF624D;
}

.intro-item:nth-of-type(6) .intro-name__large.color {
  color: #DB95DB;
}

.intro-item:nth-of-type(7) .intro-name__large.color {
  color: #EAAB00;
}

.intro-item:nth-of-type(8) .intro-name__large.color {
  color: #E0B811;
}

.intro-item:nth-of-type(9) .intro-name__large.color {
  color: #2C6A3D;
}

.intro-item:nth-of-type(10) .intro-name__large.color {
  color: #31BC61;
}

.intro-item:nth-of-type(11) .intro-name__large.color {
  color: #8B34D6;
}

.intro-item:nth-of-type(12) .intro-name__large.color {
  color: #FF624D;
}

.intro-item:nth-of-type(13) .intro-name__large.color {
  color: #DB95DB;
}

.intro-item:nth-of-type(14) .intro-name__large.color {
  color: #EAAB00;
}

.intro-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

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

.intro-content__ml35 {
  margin-left: 35px;
}

.intro-title {
  font-size: 16px;
  letter-spacing: .32px;
  font-weight: 700;
  position: relative;
  margin-bottom: 24px;
  height: 72px;
}

@media (max-width: 1024px) {
  .intro-title {
    font-size: 13px;
  }
}

.intro-key {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .28px;
  color: #333333;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .intro-key {
    font-size: 12px;
    white-space: nowrap;
  }
}

.intro-name {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .32px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .intro-name {
    font-size: 16px;
  }
}

.intro-name__large {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .32px;
  margin-bottom: 20px;
  margin-top: -3px;
}

@media (max-width: 1024px) {
  .intro-name__large {
    font-size: 16px;
  }
}

.swiper-pagination {
  position: absolute;
  bottom: 60px !important;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  position: relative;
  background: transparent !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet:before {
  content: url(/img/bullet.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-pagination-bullet-active {
  position: relative;
  background: transparent !important;
}

.swiper-pagination-bullet-active:before {
  content: url(/img/bullet-active.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.soudan {
  padding: 56px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.soudan-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FEF7E2;
  padding-top: 56px;
  padding-bottom: 56px;
}

@media screen and (max-width: 1024px) {
  .soudan-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.soudan-heading {
  font-size: 24px;
  font-weight: 700;
  color: #92AF43;
  text-align: center;
  margin-bottom: 24px;
}

.soudan-txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
}

.soudan-txt__small {
  font-size: 14px;
  text-align: center;
}

.soudan-cta {
  background: #92AF43;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #ffffff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 13px;
  width: 400px;
  display: block;
  font-size: 20px;
  position: relative;
  margin: 40px auto 0;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .soudan-cta {
    max-width: 350px;
    width: 80%;
  }
}

.soudan-cta:hover {
  opacity: .7;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.soudan-cta::before {
  content: '';
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 45.5%;
  right: 12px;
  margin-top: -9px;
}

.soudan-cta:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #92AF43;
  position: absolute;
  top: 45.5%;
  right: 18px;
  margin-top: -3px;
}

.vision {
  background: #FEF7E2;
}

.vision-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .vision-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.vision-heading {
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.5;
}

.vision-headingSub {
  color: #835C2D;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .vision-headingSub {
    font-size: 18px;
  }
}

.vision-headingMain {
  color: #92AF43;
  font-size: 40px;
  letter-spacing: 0.08em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .vision-headingMain {
    font-size: 24px;
  }
}

.vision-txt {
  font-size: 16px;
  max-width: 752px;
  margin: 0 auto;
}

.vision-cta {
  background: #92AF43;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #ffffff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 13px;
  width: 400px;
  display: block;
  font-size: 20px;
  position: relative;
  margin: 40px auto 0;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .vision-cta {
    max-width: 350px;
    width: 80%;
  }
}

.vision-cta:hover {
  opacity: .7;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.vision-cta::before {
  content: '';
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 45.5%;
  right: 12px;
  margin-top: -9px;
}

.vision-cta:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #92AF43;
  position: absolute;
  top: 45.5%;
  right: 18px;
  margin-top: -3px;
}

.vision-img1, .vision-img2 {
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .vision-img1, .vision-img2 {
    display: none;
  }
}

.vision-img1 {
  bottom: 0;
  left: 0;
}

.vision-img2 {
  bottom: 0;
  right: 0;
}

.footer {
  width: 100%;
  padding: 40px 0;
  background-color: #F0F0F0;
}

.footer-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .footer-inner {
    max-width: 95%;
    display: block;
  }
}

.footer-left {
  width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .footer-left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 32px;
  }
}

.footer-img {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.footer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .footer-img img {
    width: 60px;
    height: 60px;
    margin: 0;
  }
}

.footer-job {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #333333;
}

@media screen and (max-width: 1024px) {
  .footer-job {
    font-size: 16px;
    margin-left: 8px;
  }
}

.footer-right {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .footer-right {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}

.footer-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.8;
  color: #4D4D4D;
}

@media (max-width: 768px) {
  .footer .footer-inner {
    max-width: 95%;
    display: block;
  }
  .footer .footer-inner .footer-left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 32px;
  }
  .footer .footer-inner .footer-left .footer-img {
    width: 60px;
    height: 60px;
    margin: 0;
  }
  .footer .footer-inner .footer-left .footer-job {
    font-size: 16px;
    margin-left: 8px;
  }
  .footer .footer-inner .footer-right {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}

.copyright {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 24px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #4D4D4D;
}

@media (max-width: 320px) {
  .copyright {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */