@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@400;500;600;700&display=swap");
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _media
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _font-line
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _color
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
* {
  padding: 0;
  margin: 0;
}

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

body {
  color: #333333;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
  overflow: auto;
  scroll-behavior: smooth;
}
html.no_move {
  overflow: hidden;
}

ul,
li {
  list-style: none;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

[data-layout=wide] {
  width: 100%;
  text-align: center;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  max-height: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

button,
[type=button],
[type=reset],
[type=submit] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

button,
input[type=submit],
input[type=reset] {
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

input, select {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  overflow: auto;
  resize: vertical;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea:focus,
input:focus {
  outline: none;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.l-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 769px) {
  .l-container {
    padding: 0 24px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  transition: 0.3s;
  background-color: #fff;
}
@media only screen and (max-width: 1000px) {
  header {
    height: 72px;
  }
}
header.isTop {
  height: 80px;
  background-color: #fff;
}
@media only screen and (max-width: 1000px) {
  header.isTop {
    height: 72px;
  }
}
header.isTop .header-wrap__nav .h-nav--link {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 1000px) {
  header.isTop .header-wrap__nav .h-nav .sub--menu {
    top: 95px;
  }
}
header.isScroll {
  background-color: #fff;
  height: 64px;
}
@media only screen and (max-width: 1000px) {
  header.isScroll {
    height: 56px;
  }
}
header.isScroll .header-wrap__nav .h-nav--link {
  color: #000;
  font-weight: 500;
}
header.isScroll .header-wrap__nav .h-nav--item .sub--menu {
  top: 64px;
}
header.isOpen .header-wrap__nav {
  opacity: 1;
  visibility: visible;
  background-color: white;
}
header.isOpen .header-wrap__nav .h-nav--link {
  color: #333333;
}
header .header-wrap {
  display: flex;
  justify-content: space-between;
  height: inherit;
}
header .header-wrap__logo {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media only screen and (max-width: 1200px) {
  header .header-wrap__logo {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1080px) {
  header .header-wrap__logo {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__logo {
    padding-left: 25px;
  }
}
header .header-wrap__logo .logo-wrap {
  width: 160px;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__logo .logo-wrap {
    width: 130px;
  }
}
header .header-wrap__logo .logo-wrap a {
  display: flex;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__logo .logo-wrap a .logo-isTop {
    display: none;
  }
}
@media only screen and (min-width: 1001px) {
  header .header-wrap__logo .logo-wrap a .logo-isTop__sp {
    display: none;
  }
}
header .header-wrap__logo .logo-wrap a img {
  width: 100%;
}
header .header-wrap__logo .logo-wrap a picture {
  display: flex;
  align-items: center;
}
header .header-wrap__logo .logo-wrap .header--logo {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-wrap__logo .head--desc {
  padding-left: 33px;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__logo .head--desc {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  #Top {
    display: none;
  }
}
#Top .page__center .lp-contents-container {
  margin-top: 80px;
}
#Top .page__center .sect-fv {
  text-align: center;
  padding: 80px 0 114px;
}
#Top .page__center .sect-fv .fv--title {
  color: #DB0134;
  font-size: 35px;
  letter-spacing: 3.5px;
  font-weight: 500;
}
#Top .page__center .sect-fv .fv--title__desc {
  font-size: 16px;
  padding-top: 43px;
  line-height: 33px;
  letter-spacing: 1.28px;
}
#Top .page__center .sect-steps {
  background-color: #F8F8F8;
  padding: 66px 0 80px;
}
#Top .page__center .sect-steps .steps--title {
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2.7px;
}
#Top .page__center .sect-steps .steps--numbers__wrap {
  padding-top: 30px;
}
#Top .page__center .sect-steps .steps--numbers__container {
  position: relative;
  padding: 35px 90px;
  border: 1px solid #DB0134;
  border-radius: 24px;
  margin: 39px 0;
  background-color: white;
}
#Top .page__center .sect-steps .steps--numbers__container .steps--btn p {
  color: #FFFFFF;
  background-color: #DB0134;
  border-radius: 6px;
  padding: 22px 0;
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
#Top .page__center .sect-steps .steps--numbers__circle {
  width: 122px;
  height: 122px;
  background-color: #FFEFEF;
  border-radius: 50%;
  border: 1px solid #DB0134;
  position: absolute;
  left: -61px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 1200px) {
  #Top .page__center .sect-steps .steps--numbers__circle {
    left: -50px;
  }
}
#Top .page__center .sect-steps .steps--numbers__circle p {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #DB0134;
  font-family: "Poppins", sans-serif;
  margin-top: 12px;
}
#Top .page__center .sect-steps .steps--numbers__circle p span {
  font-size: 60px;
  font-weight: 600;
  margin-top: -24px;
}
#Top .page__center .sect-steps .steps--numbers__title {
  font-size: 20px;
  border-bottom: 1px solid #DB0134;
  width: 100%;
  font-weight: 700;
  letter-spacing: 1.6px;
}
#Top .page__center .sect-steps .steps--numbers__desc {
  font-size: 16px;
  margin-top: 18px;
  letter-spacing: 0.8px;
  font-weight: 500;
}
#Top .page__center .sect-steps .steps--numbers__link {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.7px;
  font-weight: 500;
}
#Top .page__center .sect-steps .steps--numbers__link span {
  color: #DB0134;
  margin-left: 37px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
}
#Top .page__footer {
  background-color: #E5E8EC;
}
#Top .page__footer .l-container {
  text-align: center;
  padding-top: 89px;
  padding-bottom: 87px;
}
#Top .page__footer .footer--bckg img {
  margin-top: -1px;
}
#Top .page__footer .footer--txt {
  color: #DB0134;
  font-size: 20px;
  font-weight: 700;
}
#Top .page__footer .footer--txt01 {
  font-weight: 500;
  padding-top: 26px;
}
#Top .page__footer .footer--contact {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#Top .page__footer .footer--contact__number {
  position: relative;
  padding-left: 15px;
}
#Top .page__footer .footer--contact__number::after {
  content: "/";
  padding-left: 10px;
}
#Top .page__footer .footer--contact__number::before {
  content: "";
  background-image: url("../image/common/call__icon.svg");
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  width: 12.17px;
  height: 12.17px;
  top: 50%;
  transform: translate(0%, -50%);
}
#Top .page__footer .footer--contact__email {
  position: relative;
  padding-left: 26px;
}
#Top .page__footer .footer--contact__email::before {
  content: "";
  background-image: url("../image/common/email__icon.svg");
  position: absolute;
  left: 8px;
  background-repeat: no-repeat;
  width: 14.52px;
  height: 9.42px;
  top: 50%;
  transform: translate(0%, -50%);
  margin-top: 2px;
}/*# sourceMappingURL=style.css.map */