@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

html {
  font-size: 62.5%;
  background-color: #fff;
}

body {
  font-size: 1.6em;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #000;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

figure img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.main {
  position: relative;
  z-index: 1;
}

.header__logo {
  text-align: center;
  padding: 208px 72px 80px;
}
@media (max-width: 767px) {
  .header__logo {
    padding: 112px 6.25% 40px;
  }
}

@media (max-width: 767px) {
  .header__logoImage {
    width: 216px;
    height: auto;
  }
}

.front {
  text-align: center;
  padding: 0 72px 272px;
}
@media (max-width: 767px) {
  .front {
    padding: 0 6.25% 136px;
  }
}

.front__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  max-width: 648px;
  margin: 0 auto;
  border-top: 2px solid #007e71;
  border-bottom: 2px solid #007e71;
  padding: 50px 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .front__headline {
    padding: 40px 0;
    max-width: 328px;
  }
}

.front__headlinePhrase--main, .front__headlinePhrase--eyebrow {
  color: #007e71;
  font-weight: 700;
  display: block;
  letter-spacing: 0.1rem;
}

.front__headlinePhrase--eyebrow {
  font-size: 2.72rem;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .front__headlinePhrase--eyebrow {
    font-size: 1.76rem;
    margin-bottom: 2px;
  }
}
.front__headlinePhrase--main {
  font-size: 3.44rem;
}
@media (max-width: 767px) {
  .front__headlinePhrase--main {
    font-size: 2.24rem;
  }
}

.front__text {
  font-size: 0;
  line-height: 1.72;
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .front__text {
    padding: 40px 0 0;
  }
}

.front__phrase {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.68rem;
  letter-spacing: 0.06rem;
}
@media (max-width: 767px) {
  .front__phrase {
    font-size: 1.36rem;
    letter-spacing: 0.01rem;
  }
}

.front__cta {
  padding: 136px 0 0;
}
@media (max-width: 767px) {
  .front__cta {
    padding: 56px 0 0;
  }
}

.front__ctaLink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 480px;
  height: 76px;
  background-color: #007e71;
  color: #fff;
  border-radius: 38px;
  font-size: 2.16rem;
  letter-spacing: 0.06rem;
  padding-right: 16px;
  opacity: 1;
  -webkit-transition: 0.24s opacity;
  transition: 0.24s opacity;
}
.front__ctaLink:before, .front__ctaLink:after {
  content: "";
  display: block;
  position: absolute;
  right: 32px;
}
.front__ctaLink:before {
  width: 22px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.front__ctaLink:after {
  width: 10px;
  height: 10px;
  top: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.front__ctaLink:hover {
  opacity: 0.64;
}
@media (max-width: 767px) {
  .front__ctaLink {
    max-width: 328px;
    padding-right: 20px;
    height: 60px;
    font-size: 1.52rem;
  }
  .front__ctaLink:before, .front__ctaLink:after {
    right: 24px;
  }
  .front__ctaLink:before {
    width: 16px;
  }
}
@media (max-width: 374px) {
  .front__ctaLink {
    padding-right: 24px;
    letter-spacing: 0;
    font-size: 1.44rem;
  }
  .front__ctaLink:before, .front__ctaLink:after {
    right: 20px;
  }
}

.front__ctaFootnote {
  margin: 16px 0 0;
  font-size: 1.36rem;
  letter-spacing: 0.04rem;
}
.front__ctaFootnote:before {
  content: "※";
}
@media (max-width: 767px) {
  .front__ctaFootnote {
    font-size: 1.12rem;
    letter-spacing: 0.02rem;
  }
}
@media (max-width: 374px) {
  .front__ctaFootnote {
    font-size: 1.04rem;
    letter-spacing: 0.01rem;
  }
}