@import url("//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.loader {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

main {
  padding-top: 90px;
}
@media (max-width: 640px) {
  main {
    padding-top: 70px;
  }
}

#anchor01,
#anchor02,
#anchor03,
#anchor04,
#contact {
  margin-top: -90px;
  padding-top: 90px;
}
@media (max-width: 640px) {
  #anchor01,
  #anchor02,
  #anchor03,
  #anchor04,
  #contact {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.index {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .index {
    margin-bottom: 40px;
  }
}
.index-Label {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3;
  font-size: 2.0rem;
}
@media (max-width: 640px) {
  .index-Label {
    font-size: 1.8rem;
  }
}
.index-Title {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 3.6rem;
}
@media (max-width: 640px) {
  .index-Title {
    font-size: 2.5rem;
  }
}
.index-Title strong {
  color: #24A0A8;
}
.index-Lead {
  margin-top: 20px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  .index-Lead {
    font-size: 2.0rem;
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
  }
  85% {
    -webkit-transform: rotate(2deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
  }
  95% {
    -webkit-transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a:not([class]) {
  text-decoration: none;
  color: #FB7245;
}

a:not([class]):hover {
  text-decoration: none;
}

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

*:focus {
  outline: none !important;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-weight: 500;
  line-height: 2.25;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #001C1E;
}
@media (max-width: 640px) {
  body {
    line-height: 2.1333333333;
    font-size: 1.5rem;
  }
}

.global-Header {
  width: 100%;
  height: 90px;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (max-width: 640px) {
  .global-Header {
    height: 70px;
  }
}
.global-Header-Inner {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  .global-Header-Inner {
    padding: 0 20px;
  }
}
.global-Header-Logo {
  width: 100%;
  max-width: 150px;
  position: relative;
  z-index: 9999;
}
@media (max-width: 640px) {
  .global-Header-Logo {
    max-width: 100px;
  }
}
.global-Header-Bg {
  height: 100%;
}
@media (max-width: 1200px) {
  .global-Header-Bg {
    width: 100%;
    height: 100vh;
    background: rgba(20, 74, 54, 0.9);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .4s;
  }
}
.global-Header-Nav {
  height: 100%;
  display: flex;
}
@media (max-width: 1200px) {
  .global-Header-Nav {
    width: calc(100% - 90px);
    background: #FFFFFF;
    margin-right: 90px;
    padding-bottom: 40px;
    overflow: auto;
    display: block;
    transition: transform .4s;
    transform: translateX(-1rem);
  }
}
@media (max-width: 640px) {
  .global-Header-Nav {
    width: calc(100% - 70px);
    margin-right: 70px;
  }
}
.global-Header-List {
  height: 100%;
  display: flex;
}
@media (max-width: 1200px) {
  .global-Header-List {
    height: auto;
    border-top: 1px solid rgba(50, 50, 50, 0.3);
    margin-top: 90px;
    display: block;
  }
}
@media (max-width: 640px) {
  .global-Header-List {
    margin-top: 70px;
  }
}
.global-Header-List > li {
  height: 100%;
  margin-left: 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .global-Header-List > li {
    height: auto;
    border-bottom: 1px solid rgba(50, 50, 50, 0.3);
    margin-left: 0;
  }
}
.global-Header-List > li > a {
  height: 100%;
  font-weight: 700;
  color: #11110F;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color .4s;
}
@media (max-width: 1200px) {
  .global-Header-List > li > a {
    height: auto;
    padding: 13px 30px;
    justify-content: flex-start;
  }
}
.global-Header-List > li > a:hover {
  color: #FB7245;
}
@media (max-width: 1200px) {
  .global-Header-List > li > a:hover {
    color: #11110F;
  }
}

.state-nav-open .global-Header-Bg {
  opacity: 1;
  pointer-events: auto;
  visibility: inherit;
}

.state-nav-open .global-Header-Nav {
  transform: translateY(0);
}

.sp-Button {
  width: 90px;
  height: 90px;
  background: none;
  padding: 0;
  display: none;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 1200px) {
  .sp-Button {
    display: flex;
  }
}
@media (max-width: 640px) {
  .sp-Button {
    width: 70px;
    height: 70px;
  }
}

.sp-Button-Box {
  width: 30px;
  height: 22px;
  position: relative;
}

.sp-Button span {
  position: absolute;
  display: block;
  background: #0A3C3F;
  width: 30px;
  height: 2px;
  transition: .3s;
}

.sp-Button span:nth-of-type(1) {
  top: 0;
}

.sp-Button span:nth-of-type(2) {
  top: 10px;
}

.sp-Button span:nth-of-type(3) {
  bottom: 0;
}

.state-nav-open .sp-Button span:nth-of-type(1) {
  background: #FFFFFF;
  right: 0;
  transform: rotateZ(45deg) translate(7px, 7px);
}

.state-nav-open .sp-Button span:nth-of-type(2) {
  opacity: 0;
}

.state-nav-open .sp-Button span:nth-of-type(3) {
  background: #FFFFFF;
  right: 0;
  transform: rotateZ(-45deg) translate(7px, -7px);
}

.global-Footer {
  background: #001D1D;
  position: relative;
  z-index: 80;
}
.global-Footer-Inner {
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.global-Footer-Upper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 80px 0 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .global-Footer-Upper {
    padding: 30px 0;
    display: block;
  }
}
.global-Footer-Logo {
  width: 100%;
  max-width: 190px;
}
@media (max-width: 640px) {
  .global-Footer-Logo {
    max-width: 120px;
    margin: 0 auto;
  }
}
.global-Footer-Wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .global-Footer-Wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    padding-top: 30px;
    justify-content: center;
  }
}
.global-Footer-Sns dt {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .global-Footer-Sns dt {
    font-size: 1.4rem;
  }
}
.global-Footer-Sns dd {
  display: flex;
}
.global-Footer-Sns dd a {
  width: 30px;
  margin-right: 15px;
  display: block;
  transition: opacity .3s;
}
.global-Footer-Sns dd a:hover {
  opacity: .5;
}
.global-Footer-Sns dd a:last-child {
  margin-right: 0;
}
.global-Footer-Security {
  width: 100%;
  max-width: 120px;
  margin-left: 40px;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 640px) {
  .global-Footer-Security {
    max-width: 100px;
  }
}
.global-Footer-Security:after {
  content: '';
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.global-Footer-Lower {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 80px 0 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .global-Footer-Lower {
    display: none;
  }
}
.global-Footer-Nav {
  margin-right: 80px;
  padding-bottom: 40px;
}
.global-Footer-Nav:last-child {
  margin-right: 0;
}
.global-Footer-Nav-Title {
  margin-bottom: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
.global-Footer-Nav-List {
  margin-bottom: 30px;
}
.global-Footer-Nav-List:last-child {
  margin-bottom: 0;
}
.global-Footer-Nav-List li {
  margin-top: 14px;
  line-height: 1.4;
  font-size: 1.4rem;
}
.global-Footer-Nav-List li a {
  padding-left: 20px;
  color: #FFFFFF;
  position: relative;
  transition: opacity .3s;
}
.global-Footer-Nav-List li a:hover {
  opacity: .5;
}
.global-Footer-Nav-List li a:after {
  content: '';
  width: 8px;
  height: 1px;
  background: #3EDD95;
  position: absolute;
  top: .8em;
  left: 0;
}
.global-Footer-Text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
  text-align: center;
  font-size: 1.5rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .global-Footer-Text {
    padding: 30px 0;
    font-size: 1.2rem;
  }
}
@media (max-width: 640px) {
  .global-Footer-Text br {
    display: none;
  }
}
.global-Footer-Copy {
  padding: 40px 0;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 1.4rem;
  color: #CCCCCC;
}
@media (max-width: 640px) {
  .global-Footer-Copy {
    padding: 30px 0;
    font-size: 1.2rem;
  }
}

.visual {
  background: rgba(196, 234, 227, 0.6);
  padding: 80px 0 110px;
}
@media (max-width: 1080px) {
  .visual {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .visual {
    padding: 40px 0;
  }
}
.visual-Inner {
  width: 100%;
  max-width: 1220px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
}
@media (max-width: 1080px) {
  .visual-Inner {
    padding: 0 20px;
  }
}
.visual-Wrapper {
  width: 100%;
  max-width: 464px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1080px) {
  .visual-Wrapper {
    margin: 0 auto 40px;
  }
}
.visual-Text {
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 6px;
  font-size: 2.9rem;
  color: #24A0A8;
}
@media (max-width: 640px) {
  .visual-Text {
    margin-bottom: 10px;
    letter-spacing: 3px;
    font-size: 2.2rem;
  }
}
.visual-Title {
  width: 100%;
  max-width: 460px;
  margin-bottom: 46px;
}
@media (max-width: 640px) {
  .visual-Title {
    margin-bottom: 36px;
  }
}
.visual-Box {
  background: #FFFFFF;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 34px 20px 40px;
  position: relative;
}
@media (max-width: 640px) {
  .visual-Box {
    padding: 24px 20px 30px;
  }
}
.visual-Box:after {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  clip-path: polygon(50% 0%, 0% 16px, 16px 16px);
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
}
.visual-Box-Text {
  margin-bottom: 28px;
  text-align: center;
  font-weight: 900;
  line-height: 1.6;
  font-size: 2.0rem;
  color: #24A0A8;
}
@media (max-width: 640px) {
  .visual-Box-Text {
    margin-bottom: 14px;
    font-size: 1.6rem;
  }
}
.visual-Box-Btn {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
.visual-Box-Btn a {
  height: 70px;
  background: #FB7245;
  border: 2px solid #FB7245;
  border-radius: 35px;
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.8rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .3s, color .3s;
}
@media (max-width: 640px) {
  .visual-Box-Btn a {
    font-size: 1.6rem;
  }
}
.visual-Box-Btn a:hover {
  background: #FFFFFF;
  color: #FB7245;
}
.visual-Img {
  width: 100%;
  max-width: 568px;
  position: absolute;
  top: -8px;
  right: 60px;
}
@media (max-width: 1160px) {
  .visual-Img {
    max-width: calc(568vw * 100 / 1160);
    top: calc(-8vw * 100 / 1160);
    right: calc(60vw * 100 / 1160);
  }
}
@media (max-width: 1080px) {
  .visual-Img {
    max-width: 568px;
    margin: 0 auto;
    position: relative;
    top: auto;
    right: auto;
  }
}
.visual-Img-Text {
  width: 100%;
  max-width: 278px;
  position: absolute;
  top: -38px;
  right: -50px;
  z-index: 9;
  animation-name: swing;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
@media (max-width: 1160px) {
  .visual-Img-Text {
    max-width: calc(278vw * 100 / 1160);
    top: calc(-38vw * 100 / 1160);
    right: calc(-50vw * 100 / 1160);
  }
}
@media (max-width: 1080px) {
  .visual-Img-Text {
    max-width: 278px;
    top: -38px;
    right: -20px;
  }
}
@media (max-width: 690px) {
  .visual-Img-Text {
    max-width: calc(278vw * 100 / 690);
    top: calc(-38vw * 100 / 690);
  }
}

.support {
  background: #24A0A8;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  .support {
    padding: 60px 0;
  }
}
.support-Inner {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.support-Label {
  margin-bottom: 14px;
  text-align: center;
  line-height: 1.3;
  font-size: 2.0rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 640px) {
  .support-Label {
    font-size: 1.8rem;
  }
}
.support-Label:before {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 25px;
  background: url("../img/title-bg-left.png") no-repeat left top;
  background-size: cover;
  margin-right: 15px;
}
@media (max-width: 640px) {
  .support-Label:before {
    margin-right: 5px;
  }
}
.support-Label:after {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 25px;
  background: url("../img/title-bg-right.png") no-repeat left top;
  background-size: cover;
  margin-left: 15px;
}
@media (max-width: 640px) {
  .support-Label:after {
    margin-left: 5px;
  }
}
.support-Title {
  margin-bottom: 48px;
  font-weight: 900;
  line-height: 1.1;
  font-size: 4.6rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .support-Title {
    margin-bottom: 24px;
    font-size: 3.6rem;
  }
}
.support-Title span {
  width: 100%;
  max-width: 294px;
  margin: 2px 4px 0 0;
  line-height: 0;
  display: block;
}
@media (max-width: 640px) {
  .support-Title span {
    max-width: 224px;
  }
}
.support-Title strong {
  color: #FFFF00;
}
.support-Item {
  margin: -40px -20px 0;
  display: flex;
  flex-wrap: wrap;
}
.support-Item-Box {
  width: 50%;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .support-Item-Box {
    width: 100%;
  }
}
.support-Item-Img {
  margin-bottom: 18px;
  text-align: center;
  position: relative;
}
.support-Item-Img img {
  border-radius: 10px;
}
.support-Item-Number {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: #24A0A8;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 9;
}
.support-Item-Number strong {
  margin-top: 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 3.0rem;
  display: block;
}
.support-Item-Number.bg01:after {
  content: '';
  width: 132px;
  height: 129px;
  background: url("../img/support-bg01.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 640px) {
  .support-Item-Number.bg01:after {
    width: 92px;
    height: 90px;
  }
}
.support-Item-Number.bg02:after {
  content: '';
  width: 131px;
  height: 137px;
  background: url("../img/support-bg02.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 640px) {
  .support-Item-Number.bg02:after {
    width: 91px;
    height: 95px;
  }
}
.support-Item-Title {
  margin-bottom: 12px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 2.3rem;
  color: #FFFF00;
}
@media (max-width: 640px) {
  .support-Item-Title {
    font-size: 2.0rem;
  }
}
.support-Item-Text {
  line-height: 1.75;
  color: #FFFFFF;
}

.reason {
  padding: 120px 0;
}
@media (max-width: 640px) {
  .reason {
    padding: 60px 0;
  }
}
.reason-Inner {
  width: 100%;
  max-width: 1020px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.reason-Img {
  margin-bottom: 60px;
}
.reason-Text {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  font-size: 2.0rem;
}
@media (max-width: 640px) {
  .reason-Text {
    font-size: 1.9rem;
  }
}

.dx {
  background: rgba(196, 234, 227, 0.6);
  margin-bottom: 120px;
  padding: 170px 0 120px;
  position: relative;
}
@media (max-width: 640px) {
  .dx {
    margin-bottom: 60px;
    padding: 85px 0 60px;
  }
}
.dx:after {
  content: '';
  width: 236px;
  height: 80px;
  background-color: #FFFFFF;
  clip-path: polygon(50% 80px, 0% 0%, 236px 0%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 640px) {
  .dx:after {
    width: 118px;
    height: 40px;
    clip-path: polygon(50% 40px, 0% 0%, 118px 0%);
  }
}
.dx-Inner {
  width: 100%;
  max-width: 1140px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.dx-Item {
  margin: -40px -20px 80px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .dx-Item {
    margin-bottom: 40px;
  }
}
.dx-Item-Box {
  width: 33.3333%;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .dx-Item-Box {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .dx-Item-Box {
    width: 100%;
  }
}
.dx-Item-Img {
  margin-bottom: 18px;
  text-align: center;
}
.dx-Item-Img img {
  border-radius: 10px;
}
.dx-Item-Title {
  margin-bottom: 12px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 2.1rem;
}
@media (max-width: 640px) {
  .dx-Item-Title {
    font-size: 2.0rem;
  }
}
.dx-Item-Title.color01 {
  color: #79AA35;
}
.dx-Item-Title.color02 {
  color: #ED8080;
}
.dx-Item-Title.color03 {
  color: #3BA2D8;
}
.dx-Item-Text {
  line-height: 1.75;
}
.dx-Text {
  text-align: center;
}
.dx-Text span {
  background: linear-gradient(transparent 65%, #FFDB3E 65%);
  padding-bottom: 4px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  .dx-Text span {
    font-size: 1.9rem;
  }
}

.cost {
  background: rgba(196, 234, 227, 0.6);
  margin-bottom: 120px;
  padding: 120px 0;
}
@media (max-width: 640px) {
  .cost {
    margin-bottom: 60px;
    padding: 60px 0;
  }
}
.cost-Inner {
  width: 100%;
  max-width: 1140px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.cost-Title {
  margin-bottom: 80px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  font-size: 2.5rem;
  color: #24A0A8;
  position: relative;
}
@media (max-width: 640px) {
  .cost-Title {
    font-size: 2.0rem;
  }
}
.cost-Title:after {
  content: '';
  width: 60px;
  height: 8px;
  background: #24A0A8;
  border-radius: 10px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.cost-Items {
  width: 100%;
  max-width: 940px;
  margin: 100px auto 60px;
  display: flex;
}
@media (max-width: 980px) {
  .cost-Items {
    margin-bottom: 30px;
    display: block;
  }
}
.cost-Item {
  width: 290px;
  margin-right: 40px;
  position: relative;
}
@media (max-width: 980px) {
  .cost-Item {
    margin: 0 auto 20px;
  }
}
.cost-Item-Bg {
  background: #FFFFFF;
  border: 3px solid #4F5970;
  border-radius: 10px;
  padding: 40px 10px 30px;
  color: #4F5970;
  position: relative;
}
.cost-Item-Title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 0;
}
.cost-Item-Title span {
  height: 45px;
  background: #4F5970;
  border-radius: 25px;
  padding: 0 25px;
  font-weight: 700;
  line-height: 1;
  font-size: 1.8rem;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cost-Item-Year {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  font-size: 1.8rem;
}
.cost-Item-Price {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  font-size: 1.8rem;
}
.cost-Item-Price strong {
  font-family: "Roboto", sans-serif;
  font-size: 6.0rem;
}
.cost-Item-Price span {
  font-family: "Roboto", sans-serif;
  font-size: 4.2rem;
}
.cost-Item-List {
  display: flex;
  justify-content: center;
}
.cost-Item-List ul li {
  padding-left: 12px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
}
.cost-Item-List ul li:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #4F5970;
  border-radius: 5px;
  position: absolute;
  top: .7em;
  left: 0;
}
.cost-Item-Img {
  width: 100%;
  max-width: 250px;
  position: absolute;
  top: -20px;
  right: -320px;
}
@media (max-width: 980px) {
  .cost-Item-Img {
    margin: 0 0 30px auto;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (max-width: 640px) {
  .cost-Item-Img {
    max-width: 200px;
  }
}
.cost-Text {
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 640px) {
  .cost-Text {
    margin-bottom: 60px;
  }
}
.cost-Text span {
  background: linear-gradient(transparent 65%, #FFDB3E 65%);
  padding-bottom: 4px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  .cost-Text span {
    font-size: 1.9rem;
  }
}

.cost-Item.extra .cost-Item-Bg {
  border-color: #24A0A8;
  color: #24A0A8;
}

.cost-Item.extra .cost-Item-Title span {
  background: #24A0A8;
}

.cost-Item.extra .cost-Item-List li:after {
  background: #24A0A8;
}

.case {
  margin: 0 -15px 60px;
  display: flex;
  flex-wrap: wrap;
}
.case-Item {
  width: 33.3333%;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 0 15px;
}
@media (max-width: 900px) {
  .case-Item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .case-Item {
    width: 100%;
  }
}
.case-Item-Bg {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 26px 15px;
  overflow: hidden;
  position: relative;
}
.case-Item-Bg:after {
  content: '';
  width: 100%;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
}
.case-Item-Number {
  margin-bottom: 12px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.case-Item-Number span {
  border: 2px solid #FFFFFF;
  padding: 10px 20px;
  font-weight: 900;
  line-height: 1;
  color: #FFFFFF;
  display: inline-block;
}
.case-Item-Title {
  margin-bottom: 32px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  font-size: 2.0rem;
  color: #FFFFFF;
  position: relative;
  z-index: 9;
}
.case-Item-Img {
  text-align: center;
  position: relative;
  z-index: 9;
}
.case-Item-Img img {
  border-radius: 10px;
}
.case-Item-Label {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 900;
  line-height: 1.8;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .case-Item-Label {
    font-size: 1.7rem;
  }
}
.case-Item-Text {
  margin-bottom: 28px;
  line-height: 1.75;
}
.case-Item-Merit {
  width: 100%;
  height: 45px;
  max-width: 300px;
  border-radius: 25px;
  margin: 0 auto 0;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-Item-Merit i {
  width: 27px;
  margin: -14px 8px 0 0;
  line-height: 0;
  display: block;
}
.case-Item-List li {
  background: url("../img/line01.png") repeat-x left bottom;
  background-size: 300px auto;
  padding: 20px 0;
  display: flex;
  line-height: 1.6;
}
.case-Item-List li:last-child {
  background: none;
}
.case-Item-List li i {
  width: 34px;
  min-width: 34px;
  margin-right: 8px;
  line-height: 0;
  display: block;
}

.case-Item.color01 .case-Item-Bg:after {
  background: #79AA35;
}

.case-Item.color01 .case-Item-Label {
  color: #79AA35;
}

.case-Item.color01 .case-Item-Merit {
  background: #79AA35;
}

.case-Item.color02 .case-Item-Bg:after {
  background: #ED8080;
}

.case-Item.color02 .case-Item-Label {
  color: #ED8080;
}

.case-Item.color02 .case-Item-Merit {
  background: #ED8080;
}

.case-Item.color03 .case-Item-Bg:after {
  background: #3BA2D8;
}

.case-Item.color03 .case-Item-Label {
  color: #3BA2D8;
}

.case-Item.color03 .case-Item-Merit {
  background: #3BA2D8;
}

.tool {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.tool-Img {
  width: 100%;
  max-width: 660px;
  margin-left: 46px;
}
@media (max-width: 980px) {
  .tool-Img {
    margin: 0 auto 20px;
  }
}
.tool-Box {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -40%);
  z-index: 9;
}
@media (max-width: 980px) {
  .tool-Box {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.tool-Box-Title {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 640px) {
  .tool-Box-Title {
    margin-bottom: 10px;
  }
}
.tool-Box-Title span {
  background: linear-gradient(transparent 75%, #FFDB3E 75%);
  font-weight: 900;
  line-height: 1.3;
  font-size: 3.6rem;
  color: #24A0A8;
}
@media (max-width: 640px) {
  .tool-Box-Title span {
    font-size: 2.8rem;
  }
}
.tool-Box-Text {
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .tool-Box-Text {
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  .tool-Box-Text br {
    display: none;
  }
}

.consult {
  margin-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .consult {
    margin-bottom: 60px;
  }
}
.consult-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.consult-Text {
  text-align: center;
}
.consult-Text strong {
  line-height: 1.5;
  font-size: 3.5rem;
}
@media (max-width: 640px) {
  .consult-Text strong {
    font-size: 2.8rem;
  }
}
.consult-Text span {
  background: linear-gradient(transparent 65%, #FFDB3E 65%);
  padding-bottom: 4px;
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  .consult-Text span {
    font-size: 1.9rem;
  }
}

.campaign {
  border: 10px solid #4A7DE7;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .campaign {
    margin-bottom: 30px;
  }
}
.campaign-Header {
  background: #4A7DE7;
  padding: 16px 160px 32px 50px;
  position: relative;
}
@media (max-width: 640px) {
  .campaign-Header {
    padding: 11px 10px 22px;
  }
}
.campaign-Header-Flag {
  width: 176px;
  position: absolute;
  top: -50px;
  right: -40px;
  z-index: 9;
  animation-name: swing;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
@media (max-width: 640px) {
  .campaign-Header-Flag {
    width: 86px;
    top: -45px;
    right: -20px;
  }
}
.campaign-Header-Title {
  font-weight: 900;
  line-height: 1.3;
  font-size: 3.6rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .campaign-Header-Title {
    font-size: 2.2rem;
  }
}
.campaign-Header-Title br {
  display: none;
}
@media (max-width: 640px) {
  .campaign-Header-Title br {
    display: inline-block;
  }
}
.campaign-Body {
  position: relative;
}
.campaign-Body-Img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.campaign-Body-Img img {
  height: 100%;
}
@media (max-width: 900px) {
  .campaign-Body-Img img {
    height: auto;
  }
}
@media (max-width: 900px) {
  .campaign-Body-Img {
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
.campaign-Body-Wrapper {
  width: 100%;
  max-width: 512px;
  box-sizing: border-box;
  margin-left: 50px;
  padding: 40px 20px;
  position: relative;
  z-index: 9;
}
@media (max-width: 900px) {
  .campaign-Body-Wrapper {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .campaign-Body-Wrapper {
    padding: 20px 20px 0;
  }
}
.campaign-Body-Text {
  background: #FFFFFF;
  border: 2px solid #FF6C6D;
  border-radius: 10px;
  margin-bottom: 36px;
  padding: 20px 10px 22px;
  text-align: center;
  line-height: 1.3;
  font-size: 2.2rem;
  position: relative;
}
@media (max-width: 640px) {
  .campaign-Body-Text {
    margin-bottom: 18px;
    padding: 15px 10px 17px;
    font-size: 1.8rem;
  }
}
.campaign-Body-Text:after {
  content: '';
  width: 28px;
  height: 33px;
  background: url("../img/consult-bubble.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  bottom: -33px;
  left: 64px;
}
@media (max-width: 640px) {
  .campaign-Body-Text:after {
    width: 20px;
    height: 24px;
    bottom: -24px;
  }
}
.campaign-Body-Title {
  margin-bottom: 30px;
  font-weight: 900;
  line-height: 1.3;
  font-size: 7.2rem;
}
@media (max-width: 640px) {
  .campaign-Body-Title {
    margin-bottom: 15px;
    font-size: 4.4rem;
  }
}
.campaign-Body-Title strong {
  color: #FF6C6D;
}
.campaign-Body-Time {
  background: #FF6C6D;
  padding: 18px 15px 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.0rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .campaign-Body-Time {
    font-size: 1.8rem;
  }
}

.reservation {
  background: #F6F8F8;
  margin-bottom: 120px;
  padding: 120px 0;
}
@media (max-width: 640px) {
  .reservation {
    margin-bottom: 60px;
    padding: 60px 0;
  }
}
.reservation-Inner {
  width: 100%;
  max-width: 1080px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.reservation-Iframe {
  width: 100%;
  aspect-ratio: 10 / 9;
}
.reservation-Iframe iframe {
  width: 100%;
  height: 100%;
}

.faq {
  margin-bottom: 120px;
}
@media (max-width: 640px) {
  .faq {
    margin-bottom: 60px;
  }
}
.faq-Inner {
  width: 100%;
  max-width: 1080px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.faq-Item {
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow .4s;
}
.faq-Item-Title {
  border-bottom: 1px solid #F0F0F0;
  padding: 32px 80px 32px 30px;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: background .4s;
  cursor: pointer;
}
@media (max-width: 640px) {
  .faq-Item-Title {
    padding: 24px 45px 24px 15px;
    font-size: 1.8rem;
  }
}
.faq-Item-Title span {
  margin-right: 15px;
  font-size: 2.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 900;
  color: #24A0A8;
  display: block;
}
@media (max-width: 640px) {
  .faq-Item-Title span {
    margin-right: 10px;
    font-size: 2.0rem;
  }
}
.faq-Item-Title i {
  width: 26px;
  height: 4px;
  background: #002740;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .faq-Item-Title i {
    width: 16px;
    right: 15px;
  }
}
.faq-Item-Title i:after {
  content: '';
  width: 4px;
  height: 26px;
  background: #002740;
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(0, -50%);
  transition: .4s;
}
@media (max-width: 640px) {
  .faq-Item-Title i:after {
    height: 16px;
    right: 6px;
  }
}
.faq-Item-Wrapper {
  display: none;
}
.faq-Item-Text {
  padding: 30px;
}
@media (max-width: 640px) {
  .faq-Item-Text {
    padding: 15px;
  }
}

.faq-Item.open {
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.faq-Item.open .faq-Item-Title {
  background: #D3EDE8;
}

.faq-Item.open .faq-Item-Title i:after {
  transform: translate(0, -50%) rotate(-90deg);
}

.contact {
  margin-bottom: 120px;
}
@media (max-width: 640px) {
  .contact {
    margin-bottom: 60px;
  }
}
.contact-Inner {
  width: 100%;
  max-width: 880px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-Header {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .contact-Header {
    margin-bottom: 30px;
  }
}
.contact-Header-Label {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3;
  font-size: 2.0rem;
}
@media (max-width: 640px) {
  .contact-Header-Label {
    font-size: 1.6rem;
  }
}
.contact-Header-Title {
  margin-bottom: 18px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 3.6rem;
}
@media (max-width: 640px) {
  .contact-Header-Title {
    font-size: 2.7rem;
  }
}
.contact-Header-Title strong {
  color: #24A0A8;
}
.contact-Header-Text {
  text-align: center;
}
.contact-Header-Text span {
  background: linear-gradient(transparent 65%, #FFDB3E 65%);
  padding-bottom: 4px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  .contact-Header-Text span {
    font-size: 1.9rem;
  }
}
.contact-Tel {
  background: #F6F8F8;
  border-radius: 10px;
  margin-top: 120px;
  padding: 50px 20px 56px;
}
@media (max-width: 640px) {
  .contact-Tel {
    margin-top: 60px;
    padding: 25px 20px 28px;
  }
}
.contact-Tel-Title {
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.3;
  font-size: 2.0rem;
}
@media (max-width: 640px) {
  .contact-Tel-Title {
    font-size: 1.8rem;
  }
}
.contact-Tel-Number {
  margin-bottom: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  font-size: 5.0rem;
}
@media (max-width: 640px) {
  .contact-Tel-Number {
    margin-bottom: 14px;
    font-size: 4.0rem;
  }
}
.contact-Tel-Number a {
  color: #001C1E;
}
.contact-Tel-Time {
  text-align: center;
  line-height: 1.3;
}

.download {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .download {
    margin-bottom: 40px;
  }
}
.download-Inner {
  width: 100%;
  max-width: 1020px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.download-Inner a {
  background: #D3EDE8 url("../img/banner-bg.png") no-repeat center right;
  background-size: 340px auto;
  border: 5px solid #24A0A8;
  display: block;
  transition: opacity .3s;
}
.download-Inner a:hover {
  opacity: .7;
}
.download-Text {
  width: 100%;
  max-width: 536px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 26px 10px 5px;
  line-height: 0;
}
.download-Title {
  width: 100%;
  max-width: 536px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px 20px;
}
.download-Group {
  background: #24A0A8;
  margin-top: auto;
  padding: 14px 5px 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.download-Label {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.6rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .download-Label {
    font-size: 2.0rem;
  }
}
.download-Btn {
  width: 190px;
  height: 44px;
  background: #FFFF2A;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #24A0A8;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .download-Btn {
    font-size: 1.6rem;
  }
}
.download-Btn i {
  width: 12px;
  margin: 4px 0 0 10px;
  line-height: 0;
  display: block;
}
@media (max-width: 640px) {
  .download-Btn i {
    width: 10px;
  }
}

.contact-Box {
  margin-bottom: 120px;
}
@media (max-width: 640px) {
  .contact-Box {
    margin-bottom: 60px;
  }
}
.contact-Box-Inner {
  width: 100%;
  max-width: 1080px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-Box-Inner a {
  padding: 40px 15px;
  display: block;
  position: relative;
}
.contact-Box-Inner a:before {
  content: '';
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
}
.contact-Box-Inner a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #f07f66 0%, #ffb336 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact-Box-Text {
  margin-bottom: 12px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  font-size: 2.2rem;
  color: #001C1E;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .contact-Box-Text {
    font-size: 1.9rem;
  }
}
.contact-Box-Title {
  margin-bottom: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.8rem;
  color: #FB7245;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .contact-Box-Title {
    font-size: 2.1rem;
  }
}
.contact-Box-Btn {
  width: 100%;
  max-width: 420px;
  height: 70px;
  background: #FB7245;
  border: 2px solid #FB7245;
  border-radius: 35px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.8rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .3s, color .3s;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .contact-Box-Btn {
    font-size: 1.5rem;
  }
}

.contact-Box a:hover .contact-Box-Btn {
  background: #FFFFFF;
  color: #FB7245;
}
