@charset "UTF-8";
/* Scss Document */
/* -------------------------------

全ページ共通

------------------------------- */
/* カラーコード一覧 */
/* フォント一覧 */
html body {
  background-color: #fff;
  box-sizing: border-box;
  color: #212e3d;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
}
html body a {
  text-decoration: none;
}
html body li {
  list-style-type: none;
}
html body h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
html body h4 {
  font-size: 24px;
  font-weight: bold;
}
html .wrap {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
html .inner {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1000px;
}
html .btn--form {
  margin-top: 56px;
  text-align: center;
}
html .btn--form a {
  background: #237BC3;
  box-shadow: 0 10px 20px rgba(97, 196, 226, 0.3);
  color: #fff;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  position: relative;
  transition: all 0.3s ease;
  width: 456px;
}
html .btn--form a::after {
  background: url(../img/icon-arrow.svg) no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  margin: auto;
  position: absolute;
  right: 32px;
  top: 0;
  width: 20px;
}
html .header {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  left: 0;
  opacity: 0.9;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}
html .header__inner {
  align-items: center;
  display: flex;
  height: 88px;
  padding: 0 24px;
}
html .header__inner__logo img {
  height: 64px;
  width: 64px;
}
html .header__inner__nav, html .header__inner__nav__menu, html .header__inner__nav__btns {
  align-items: center;
  display: flex;
}
html .header__inner__nav {
  margin-left: auto;
}
html .header__inner__nav__menu li a {
  color: #212e3d;
  font-size: 12px;
  font-weight: bold;
  margin-right: 24px;
  padding-left: 12px;
  position: relative;
  transition: all 0.3s;
}
html .header__inner__nav__menu li a:before {
  background: no-repeat url(../img/icon-triangle.svg);
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 8px;
}
html .header__inner__nav__btns li a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 16px;
  transition: all 0.3s;
}
html .header__inner__nav__btns__form a {
  background: #237BC3;
  color: #fff;
}
html .header__inner__nav__btns__contact {
  margin-left: 12px;
}
html .header__inner__nav__btns__contact a {
  background: #fff;
  border: 1px solid #237BC3;
  color: #237BC3;
}

.section--ttl {
  padding-top: 80px;
  text-align: center;
}
.section--ttl h2 {
  color: #354B5D;
  margin: 40px auto;
}
.section--ttl h2 span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 64px;
}
.section--ttl--sub {
  color: #61c4e2;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
}
.section--ttl--sub:after {
  background: #61c4e2;
  bottom: -12px;
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  width: 80px;
  margin: auto;
}

.section--lead {
  text-align: center;
  line-height: 1.8;
}
.section--lead .head {
  font-size: 32px;
  font-weight: bold;
}
.section--lead .txt {
  margin: 48px auto 56px;
}
.section--lead .txt span {
  color: #237BC3;
  font-weight: bold;
}

@media (hover: hover) {
  .header__inner__nav__menu li a:hover {
    color: #61c4e2;
  }
  .header__inner__nav__btns__form a:hover {
    background: #1A65A2;
  }
  .header__inner__nav__btns__contact a:hover {
    background: #e0f1ff;
  }
  .btn--form a:hover {
    background: #1A65A2;
    box-shadow: none;
  }
  .btn--form a:hover::after {
    right: 28px;
  }
  .banner:hover img:first-child {
    opacity: 1;
  }
  .banner:hover img:nth-of-type(2) {
    opacity: 0;
  }
  .terms__item__btn a:hover {
    box-shadow: 0px 10px 20px #d7e9f8;
    transform: translate(0px, -8px);
  }
}
/* -------------------------------

メインイメージ

------------------------------- */
.hero {
  background: #e0f1ff;
  padding-top: 88px;
  position: relative;
  min-height: 560px;
  width: 100%;
  z-index: 0;
}
.hero::before {
  background: no-repeat url(../img/hero-bg.png) top;
  content: "";
  height: 586px;
  left: -80px;
  position: absolute;
  top: 40px;
  width: 586px;
  z-index: -1;
}
.hero__wrap {
  position: relative;
}
.hero__wrap__content {
  position: absolute;
  top: 120px;
}
.hero__wrap__content__ttl {
  color: #354B5D;
}
.hero__wrap__content__ttl--sub {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.hero__wrap__content__ttl--main {
  font-size: 64px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  padding: 24px 0;
}
.hero__wrap__content__lead {
  align-items: center;
  color: #237BC3;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  line-height: 1.5;
  margin-top: 16px;
  text-align: center;
}
.hero__wrap__content__lead__item {
  background: #fff;
  box-shadow: 0 0 20px rgba(97, 196, 226, 0.2);
  margin-right: 16px;
  padding: 16px 0;
  width: 200px;
}
.hero__wrap__content__lead__item:last-child {
  margin-right: 0;
}
.hero__wrap__img {
  position: absolute;
  right: -24px;
  top: 120px;
  max-width: 720px;
  width: 70vw;
}
.hero__wrap__img__inner {
  position: relative;
}
.hero__wrap__img__inner img {
  height: auto;
  width: 100%;
}
.hero__wrap__img__inner--bg {
  bottom: -40px;
  filter: blur(40px);
  left: 0;
  position: absolute;
  z-index: -1;
}

.loop {
  color: #61c4e2;
  display: flex;
  font-size: 200px;
  font-family: sofia-pro, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-inline: auto;
  opacity: 80%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.loop__txt {
  animation: loop 10s linear infinite;
  white-space: nowrap;
  padding-right: 40px;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* -------------------------------

こらもんとは

------------------------------- */
.about__list {
  align-items: stretch;
  display: flex;
  justify-content: center;
}
.about__list__item {
  background: #e0f1ff;
  padding: 24px 32px;
  margin-right: 24px;
  max-width: 336px;
  width: 40%;
}
.about__list__item:last-child {
  margin-right: 0;
}
.about__list__item__img {
  width: 100%;
}
.about__list__item__img img {
  height: auto;
  width: 100%;
}
.about__list__item__contents {
  font-size: 20px;
  width: 100%;
}
.about__list__item__contents__ttl--main {
  font-size: 20px;
  font-weight: bold;
}
.about__list__item__contents__ttl--sub {
  background-color: #212e3d;
  display: inline-block;
  margin: 16px 0 12px;
  padding: 4px 8px;
}
.about__list__item__contents__ttl--sub span {
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
}
.about__problem {
  background: #f0f8ff;
  background-image: url(../img/problem-l.svg);
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 64px;
  padding: 80px 0 32px;
  position: relative;
}
.about__problem::after {
  background: #f0f8ff;
  bottom: -64px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
  height: 64px;
  position: absolute;
  width: 100%;
}
.about__problem h2 {
  margin-bottom: 24px;
}
.about__problem__contents {
  align-items: center;
  display: flex;
  justify-content: center;
}
.about__problem__contents__img {
  padding-right: 64px;
}
.about__problem__contents__img img {
  height: 100%;
  width: auto;
}
.about__problem__contents__list {
  font-weight: bold;
  width: 56%;
}
.about__problem__contents__list li {
  background: #fff;
  line-height: 1.6;
  margin-top: 12px;
  padding: 20px 20px 20px 56px;
  position: relative;
}
.about__problem__contents__list li::before {
  content: '"';
  color: #61c4e2;
  font-size: 56px;
  height: 56px;
  left: 20px;
  position: absolute;
  top: 0;
  width: 32px;
}
.about__clear {
  background: #61c4e2;
  padding: 80px;
}
.about__clear__wrap {
  background: #fff;
  margin: 64px auto 0;
  max-width: 1000px;
}
.about__clear__wrap h2 {
  background: url(../img/clear-l.svg) no-repeat center center;
  padding: 72px 0;
  margin-top: 32px;
}
.about__clear__wrap h2 br {
  display: none;
}
.about__clear__wrap__contents {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 48px 80px;
}
.about__clear__wrap__contents__list {
  margin-left: 40px;
  width: 480px;
}
.about__clear__wrap__contents__list li {
  margin-bottom: 40px;
}
.about__clear__wrap__contents__list li h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 40px;
  position: relative;
}
.about__clear__wrap__contents__list li h4:before {
  background: url(../img/icon-check.svg) no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 32px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 32px;
}
.about__clear__wrap__contents__list li h4 span {
  color: #237BC3;
}
.about__clear__wrap__contents__list li h4 img {
  margin-right: 12px;
}
.about__clear__wrap__contents__list li p {
  line-height: 1.8;
}
.about__clear__wrap__contents__list li:last-child {
  margin-bottom: 0;
}
.about__clear__wrap__contents__img img {
  height: auto;
  width: 100%;
}

/* -------------------------------

活用シーン

------------------------------- */
.scene .section--ttl h2 {
  line-height: 1.8;
}
.scene__contents__list__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.scene__contents__list__item__txt {
  width: 56%;
}
.scene__contents__list__item__txt .ttl--main {
  color: #354B5D;
  font-size: 32px;
  font-weight: bold;
}
.scene__contents__list__item__txt .ttl--sub {
  align-items: baseline;
  display: flex;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  margin-bottom: 12px;
}
.scene__contents__list__item__txt .ttl--sub span {
  color: #61c4e2;
  font-size: 20px;
  padding: 0 12px 0 4px;
  position: relative;
}
.scene__contents__list__item__txt .ttl--sub span::after {
  background: #354B5D;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.scene__contents__list__item__txt .detail {
  margin-top: 40px;
}
.scene__contents__list__item__txt .detail h4 {
  color: #354B5D;
  margin-bottom: 24px;
}
.scene__contents__list__item__txt .detail p {
  line-height: 1.8;
}
.scene__contents__list__item__txt .detail span {
  color: #237BC3;
  font-weight: bold;
}
.scene__contents__list__item__img {
  width: 40%;
  position: relative;
}
.scene__contents__list__item__img img {
  height: auto;
  width: 100%;
}
.scene__contents__list__item__img::after {
  background: url(../img/bg-blur.png) no-repeat;
  bottom: 0;
  filter: blur(40px);
  content: "";
  display: block;
  height: 124px;
  left: 0;
  position: absolute;
  width: 124px;
  z-index: -1;
}
.scene__contents__other {
  background: #e0f1ff;
  padding: 40px;
}
.scene__contents__other .ttl {
  text-align: center;
}
.scene__contents__other__list {
  margin-top: 24px;
}
.scene__contents__other__list__item {
  align-items: center;
  background: #fff;
  display: flex;
  margin-top: 24px;
  padding: 40px;
}
.scene__contents__other__list__item__txt {
  margin-left: auto;
  width: 60%;
}
.scene__contents__other__list__item__txt h4 {
  color: #354B5D;
  border-left: 4px solid #61c4e2;
  padding-left: 12px;
  margin-bottom: 24px;
}
.scene__contents__other__list__item__txt p {
  line-height: 1.6;
}
.scene__contents__other__list__item__txt p .note {
  color: #eb6867;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 12px;
}
.scene__contents__other__list__item__img {
  height: auto;
  text-align: center;
  width: 35%;
}
.scene__contents__other__list__item__img img {
  height: auto;
  width: 100%;
}

/* -------------------------------

機能紹介

------------------------------- */
.feature {
  background: #f4f5f6;
  margin-top: 80px;
  padding: 0 0 80px 0;
}
.feature--wrapper {
  position: relative;
  z-index: 1;
}
.feature .section--ttl {
  margin-top: 0;
}
.feature__contents__ttl {
  border-left: 4px solid #61c4e2;
  margin: 56px 0 24px;
  padding-left: 16px;
}
.feature__contents__list {
  align-items: stretch;
  display: flex;
  justify-content: left;
}
.feature__contents__list__item {
  background: #fff;
  margin-right: 20px;
  padding: 32px 0;
  position: relative;
  width: 32%;
}
.feature__contents__list__item:last-child {
  margin-right: 0;
}
.feature__contents__list__item__img {
  margin: 0 auto;
  max-width: 272px;
  padding: 0 24px;
}
.feature__contents__list__item__img img {
  height: auto;
  width: 100%;
}
.feature__contents__list__item__detail {
  padding: 0 24px;
}
.feature__contents__list__item__detail .ttl {
  color: #354B5D;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 8px;
  line-height: 1.6;
}
.feature__contents__list__item__detail .txt {
  font-size: 14px;
  line-height: 1.8;
}
.feature__contents__list__item:after {
  background: url(../img/bg-blur.png) no-repeat;
  bottom: 0;
  content: "";
  display: block;
  filter: blur(40px);
  height: 124px;
  position: absolute;
  right: 0;
  width: 124px;
  z-index: -1;
}

/* -------------------------------

実績

------------------------------- */
.achievement {
  background: #e0f1ff;
  padding: 0 0 80px 0;
  /* 感想(review)------------------------------- */
}
.achievement .section--ttl {
  margin-top: 0;
}
.achievement .section--lead .txt {
  margin-top: 24px;
}
.achievement .review__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
  position: relative;
}
.achievement .review__contents__item {
  background-color: #fff;
  border: solid 4px #E8E9EB;
  box-sizing: border-box;
  width: 47%;
}
.achievement .review__contents__item__ttl {
  background-color: #E8E9EB;
  font-size: 24px;
  padding: 16px 0;
  text-align: center;
}
.achievement .review__contents__item__img {
  margin: 48px 0 40px 0;
  text-align: center;
  padding: 0 32px 24px 32px;
}
.achievement .review__contents__item__img img {
  height: auto;
  width: 100%;
}
.achievement .review__contents__item__txt {
  line-height: 1.8;
  padding: 0 32px 24px 32px;
  text-align: left;
}
.achievement .review__contents__item__txt span {
  color: #237BC3;
  font-weight: bold;
}
.achievement .review__contents__item__txt:last-child {
  padding-bottom: 40px;
}
.achievement .review__contents__item--blue {
  border: solid 4px #61c4e2;
}
.achievement .review__contents__item--blue__ttl {
  background-color: #61c4e2;
  color: #fff;
}
.achievement .review__contents__item--blue__txt {
  padding-left: 72px;
  position: relative;
}
.achievement .review__contents__item--blue__txt::before {
  background: url(../img/icon-check.svg) no-repeat;
  content: "";
  display: block;
  height: 32px;
  left: 32px;
  position: absolute;
  top: 0;
  width: 32px;
}
.achievement .review__contents__flow {
  position: absolute;
  top: 50%;
  left: 49%;
}

/* -------------------------------

導入までの流れ

------------------------------- */
.flow__list {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 64px auto 0 auto;
}
.flow__list__item {
  text-align: center;
  width: 32%;
}
.flow__list__item__img {
  display: inline-block;
  position: relative;
}
.flow__list__item__img__number {
  background: #E0F1FF;
  border-radius: 50%;
  height: 80px;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 80px;
}
.flow__list__item__img__number p {
  color: #237BC3;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding-top: 18px;
  position: relative;
}
.flow__list__item__img__number p span {
  bottom: 0;
  display: block;
  font-size: 32px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 26px;
}
.flow__list__item__memo__ttl {
  color: #354B5D;
  font-size: 20px;
  font-weight: bold;
  margin: 32px auto 0;
}
.flow__list__item__memo__txt {
  font-size: 14px;
  padding: 16px 24px;
  text-align: left;
  line-height: 1.8;
}
.flow__support {
  background: #61c4e2;
  margin: 40px auto 0 auto;
  max-width: 920px;
  padding: 48px;
  position: relative;
  width: calc(100% - 160px);
}
.flow__support__contents {
  align-items: center;
  color: #fff;
  display: flex;
}
.flow__support__contents__ttl {
  padding: 0 200px 0 24px;
}
.flow__support__contents__ttl h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
.flow__support__contents__ttl p {
  line-height: 1.8;
}
.flow__support__bg {
  bottom: 0;
  right: 0;
  position: absolute;
}
.flow__support__bg img {
  vertical-align: bottom;
}
.flow .btn--form {
  padding-bottom: 80px;
}

/* -------------------------------

料金

------------------------------- */
.price {
  background: #f0f8ff;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 80px;
}
.price .section--ttl {
  padding-top: 56px;
}
.price__ttl {
  font-size: 24px;
  margin-top: 64px;
}
.price__item--01 {
  background-color: #fff;
  border: solid 4px #61c4e2;
  box-sizing: border-box;
  margin: 48px auto 0 auto;
  width: 564px;
}
.price__item--01__ttl {
  background-color: #61c4e2;
  color: #fff;
  padding: 12px 0;
}
.price__item--01__contents {
  padding: 24px;
}
.price__item--01__contents__number {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.price__item--01__contents__number span {
  font-family: sofia-pro, sans-serif;
  font-size: 40px;
  font-weight: bold;
}
.price__item--01__contents__memo {
  font-size: 12px;
  margin-top: 12px;
}
.price__item--02 {
  background-color: #fff;
  border: solid 4px #E8E9EB;
  box-sizing: border-box;
  margin: 24px auto 0 auto;
  width: 564px;
}
.price__item--02__ttl {
  background-color: #E8E9EB;
  color: #212e3d;
  padding: 12px 0;
}
.price__item--02__contents {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}
.price__item--02__contents--left {
  border-right: solid 4px #E8E9EB;
  padding-right: 32px;
}
.price__item--02__contents--right {
  padding-left: 32px;
}
.price__item--02__contents__ttl {
  font-weight: bold;
}
.price__item--02__contents__number {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.price__item--02__contents__number--sub {
  margin-right: 12px;
}
.price__item--02__contents__number--main {
  font-size: 32px;
}
.price__item--02__contents__number--main span {
  font-family: sofia-pro, sans-serif;
  font-size: 40px;
}
.price__item--02__contents__memo {
  font-size: 12px;
  margin-top: 12px;
}
.price__item--03 {
  background-color: #fff;
  border: solid 4px #E8E9EB;
  box-sizing: border-box;
  margin: 24px auto 0 auto;
  width: 564px;
}
.price__item--03__ttl {
  background-color: #E8E9EB;
  color: #212e3d;
  padding: 12px 0;
}
.price__item--03__contents {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}
.price__item--03__contents--left {
  border-right: solid 4px #E8E9EB;
  padding-right: 20px;
}
.price__item--03__contents--center {
  border-right: solid 4px #E8E9EB;
  padding: 0 20px;
}
.price__item--03__contents--right {
  padding-left: 20px;
}
.price__item--03__contents__marker {
  background-color: #212e3d;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px;
}
.price__item--03__contents__unit {
  margin-top: 12px;
}
.price__item--03__contents__number {
  font-size: 20px;
  font-weight: bold;
  margin-top: 6px;
}
.price__item--04 {
  background-color: #fff;
  border: solid 4px #E8E9EB;
  box-sizing: border-box;
  margin: 24px auto 0 auto;
  width: 564px;
}
.price__item--04__ttl {
  background-color: #E8E9EB;
  color: #212e3d;
  padding: 12px 0;
}
.price__item--04__contents {
  padding: 24px 0;
}
.price__item--04__contents__plus {
  font-weight: bold;
}
.price__item--05 {
  background-color: #fff;
  border: solid 4px #E8E9EB;
  box-sizing: border-box;
  margin: 24px auto 0 auto;
  width: 564px;
}
.price__item--05__ttl {
  background-color: #E8E9EB;
  color: #212e3d;
  padding: 12px 0;
}
.price__item--05__txt {
  padding: 24px 0;
}

/* -------------------------------

お問い合わせ(contact)

------------------------------- */
.contact {
  background-color: #e0f1ff;
  padding-top: 80px;
  text-align: center;
}
.contact__ttl--sub {
  font-size: 24px;
  font-weight: bold;
}
.contact__ttl--main {
  font-size: 40px;
  margin-top: 16px;
}
.contact__btn {
  margin-top: 56px;
}
.contact__txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 48px;
}
.contact__koramonkun {
  margin-top: 6px;
}
.contact__koramonkun img {
  width: 480px;
}

/* -------------------------------

会社情報(footer)

------------------------------- */
.footer {
  background-color: #f4f5f6;
  padding: 56px 0 114px 0;
}
.footer__contents {
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer__contents--left__txt {
  font-family: sofia-pro, sans-serif;
  font-weight: bold;
}
.footer__contents--left__logo {
  margin-top: 12px;
}
.footer__contents--right {
  line-height: 1.5;
  margin-left: 40px;
}

.pagetop {
  text-align: center;
}
.pagetop a {
  background-color: #fff;
  border-radius: 50% 50% 0 0;
  display: inline-block;
  margin-top: -48px;
  padding: 40px 0 16px 0;
  width: 160px;
}
.pagetop a span {
  color: #354B5D;
  display: block;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  margin-top: 12px;
}

.copy {
  background-color: #fff;
  color: #354B5D;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
  margin-top: -112px;
  padding: 112px 0 8px 0;
  text-align: center;
}

/* -------------------------------

フロートボタン

------------------------------- */
.banner {
  bottom: 0;
  cursor: pointer;
  height: auto;
  position: fixed;
  right: 0;
  width: 280px;
  z-index: 999;
}
.banner img {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.banner img:first-child {
  opacity: 0;
}
.banner img:nth-of-type(2) {
  opacity: 1;
}

/* -------------------------------

利用規約(terms)

------------------------------- */
#terms {
  background-color: #f0f8ff;
}

.terms__link {
  color: #354B5D;
  font-size: 12px;
  font-weight: bold;
  padding: 24px 0 16px 0;
  text-align: center;
}
.terms__link a {
  color: #354B5D;
}
.terms__ttl {
  font-size: 40px;
  margin: 80px 0;
  text-align: center;
}
.terms__txt--first {
  line-height: 2;
}
.terms__item {
  margin-top: 48px;
}
.terms__item__ttl--main {
  font-size: 20px;
}
.terms__item__ttl--sub {
  font-size: 16px;
  margin-top: 32px;
}
.terms__item__txt {
  line-height: 2;
  margin-top: 16px;
}
.terms__item__txt--right {
  text-align: right;
}
.terms__item__btn {
  margin: 64px 0;
  text-align: center;
}
.terms__item__btn a {
  background-color: #61c4e2;
  background-image: url("../img/flow-b@2x.png");
  background-position: center left 24px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 12px 24px 12px 52px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* -------------------------------

レイアウト調整

------------------------------- */
@media screen and (max-width: 1000px) {
  html body .header__inner__nav__menu li a {
    margin-right: 16px;
  }
  html body .header__inner__nav__menu li a:before {
    display: none;
  }
  html body .header__inner__nav__menu li a:hover {
    color: #61c4e2;
  }
  html body .hero__wrap {
    position: static;
  }
  html body .hero__wrap__img {
    position: static;
    margin: 0 auto;
    padding: 40px 0 24px 0;
    width: 100%;
  }
  html body .hero__wrap__content {
    margin: 0 auto;
    position: static;
    padding-bottom: 40px;
    text-align: center;
  }
}