@charset "utf-8";
@import url('reset.css');

html, body {
  font-family: 'Hiragino Kaku Gothic ProN', 'Lucida Grande', Meiryo, メイリオ, 'ヒラギノ角ゴ ProN W3', sans-serif;
  position: relative;
  color: #1E1E1E;
  scroll-behavior: smooth;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.is-sp {
  display: none;
}

/* Header */
.header-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.global-header-wrapper {
  width: 100%;
  max-width: 1920px;
  min-width: 1240px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 20px 20px 0;
  position: relative;
  z-index: 100;
}

.global-header {
  width: 100%;
  height: 80px;
  padding: 0 40px;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.90);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #CCC;
}

.header-logo {
  width: 120px;
}

.header-logo img {
  width: 100%;
}

.header-buttons {
  display: flex;
  column-gap: 40px;
}

.header-login-buttons {
  display: flex;
  column-gap: 20px;
}

.header-login-button {
  width: 180px;
  height: 40px;
}

.header-login-button .general-button {
  font-size: 14px;
}

.header-menu-button {
  width: 32px;
}

.header-menu-button button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.header-menu-button span {
  display: none;
}

.hamburger-menu-button.is-opened:before {
  background-image: url('/static/img/af/www/header/icon-close.png');
}

.hamburger-menu-button:before {
  content: '';
  background-image: url('/static/img/af/www/header/icon-menu.png');
  background-size: 36px 41px;
  display: block;
  width: 36px;
  height: 41px;
}

.login-menu-button.is-opened:before {
  background-image: url('/static/img/af/www/header/icon-close.png');
}

.login-menu-button:before {
  content: '';
  background-image: url('/static/img/af/www/header/icon-login.png');
  background-size: 36px 41px;
  display: block;
  width: 36px;
  height: 41px;
}

/* Footer */
.global-footer {
  position: relative;
  overflow: hidden;
  padding-top: 186px;
}

.global-footer:before {
  content: '';
  display: block;
  width: 1767px;
  height: 187px;
  background-image: url("/static/img/af/www/footer/footer-image.png");
  background-size: 1767px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.global-footer-top {
  padding: 45px 0;
  background: linear-gradient(270deg, #00A68A 0%, #6C9B07 100.52%);

}

.footer-top {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.footer-top-logo {
  display: flex;
  align-items: center;
}

.footer-top-logo-image {
  width: 150px;
  margin-right: 20px;
}

.footer-top-logo-image img {
  width: 100%;
}

.footer-top-logo-text h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}

.footer-top-logo-text h2 span {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 15px;
}

.footer-top-scroll-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

.scroll-top-button {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 100%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.scroll-top-button img {
  width: 22px;
}

.footer-bottom {
  width: 1100px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer-bottom-copyright small {
  font-size: 12px;
}

.footer-bottom-jao {
  width: 73px;
}

.footer-bottom-jao img {
  width: 100%;
}

/* Header Menu */
.global-menu-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 30, 30, 0.90);
  padding-top: 180px;
  box-sizing: border-box;
  overflow-y: scroll;
}

.global-menu-wrapper.is-open {
  display: block;
}

/* Footer Menu */
.global-footer-menu {
  padding: 90px 0;
  background-color: #F7F6F5;
}

.global-footer-menu .menu-content-headline {
  color: #1E1E1E;
}

.global-footer-menu .menu-text-link {
  color: #1E1E1E;
}

.global-footer-menu .menu-text-link:link,
.global-footer-menu .menu-text-link:visited {
  color: #1E1E1E;
}

.global-footer-menu .menu-text-link:hover {
  color: #1A73E8;
  text-decoration: none;
}

/* Global Menu */
.global-menu {
  display: flex;
  column-gap: 35px;
  justify-content: center;
  color: #FFF;
}

.global-login-menu {
  width: 240px;
}

.global-login-menu-item {
  margin-bottom: 30px;
}

.global-login-menu-item:last-of-type {
  margin-bottom: 0;
}

.global-navigation-menu {
  display: flex;
  column-gap: 35px;
}

.global-navigation-menu-item {
  width: 240px;
}

.menu-content-headline {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 28px;
}

.menu-content-body {
  padding-left: 16px;
}

.menu-item {
  width: 200px;
}

.menu-item-row {
  text-align: center;
  margin-bottom: 28px;
}

.menu-item-row:last-of-type {
  margin-bottom: 0;
}

.menu-register-button {
  width: 200px;
  height: 40px;
}

.menu-register-button .general-button {
  font-size: 14px;
}

.menu-text-link {
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #FFF;
}

.menu-text-link:link,
.menu-text-link:visited {
  color: #FFF;
}

.menu-text-link:hover {
  text-decoration: underline;
}

.menu-list-item {
  position: relative;
  margin-bottom: 28px;
}

.menu-list-item:last-of-type {
  margin-bottom: 0;
}

.before-arrow {
  position: relative;
  padding-left: 1em;
}

.before-arrow:before {
  content: '';
  background-image: url("/static/img/af/www/common/icon-arrow-green.svg");
  background-size: 7px 14px;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 2px;
}

/* General Button */
.general-button {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: bold;
}

.general-button:hover {
  text-decoration: none;
}

.general-button.type-negative {
  color: #1E1E1E;
  border-width: 2px;
  border-style: solid;
  background-color: #FFF;
}

.general-button.type-negative.color-green {
  border-color: #00A68A;
}

.general-button.type-negative.color-green:hover {
  color: #FFF;
  background-color: #00A68A;
}

.general-button.type-negative.color-orange {
  border-color: #E8742C;
}

.general-button.type-negative.color-orange:hover {
  color: #FFF;
  background-color: #E8742C;
}

.general-button.type-positive {
  color: #FFF;
  border: 4px solid #FFF;
}

.general-button.type-positive.size-small {
  border-width: 2px;
}

.general-button.type-positive:hover {
  color: #1E1E1E;
}

.general-button.type-positive.color-green {
  background-color: #00A68A;
}

.general-button.type-positive.color-green:hover {
  background-color: #FFF;
  border-color: #00A68A;
}

.general-button.type-positive.color-orange {
  background-color: #E8742C;
}

.general-button.type-positive.color-orange:hover {
  background-color: #FFF;
  border-color: #E8742C;
}

.general-button.type-positive.color-orange.border-none {
  border-color: #E8742C;
}

/* SP未対応ページ用 */
@media all and (max-device-width: 768px) {
  .global-header-wrapper {
    min-width: 100%;
  }

  .footer-top {
    width: 95%;
  }

  .global-footer-menu .global-menu {
    flex-wrap: wrap;
    row-gap: 35px;
  }

  .footer-bottom {
    width: 95%;
  }
}
