html {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1000px) {
  .header {
    display: flex;
    justify-content: center;
    padding: 0 24px;
  }
  .header__wrapper {
    padding: 23px 0px;
    max-width: 1283px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header__wrapper .header-left {
    white-space: nowrap;
    margin-right: 40px;
  }
  .header__wrapper .header-left .header-logo {
    display: flex;
    align-items: center;
  }
  .header__wrapper .header-left .header-logo__logo img {
    width: 60px;
    height: 60px;
  }
  .header__wrapper .header-left .header-logo__text {
    color: var(--neutral-color-222, #222);
    /* Noto Sans JP/20 */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 40px */
  }
  .header__wrapper .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 744px;
    width: 100%;
    gap: 40px;
  }
  .header__wrapper .header-right nav {
    display: none;
    width: 100%;
  }
  .header__wrapper .header-right nav .header-nav-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .header__wrapper .header-right nav .header-nav-list .header-nav-content {
    text-wrap: nowrap;
    white-space: nowrap;
  }
  .header__wrapper .header-right nav .header-nav-list .header-nav-content a {
    color: var(--main-primary-FFFFFF, #FFF);
    /* Noto Sans JP/16 */
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
  }
  .header__wrapper .header-right .header-contact-btn {
    max-width: 240px;
    width: 100%;
    display: none;
    align-items: center;
    justify-self: center;
    gap: 8px;
    padding: 0;
    background-color: #4055cb;
  }
  .header__wrapper .header-right .header-contact-btn__text {
    color: var(--neutral-color-fff, #fff);
    /* Noto Sans JP/20 */
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 40px */
  }
  .header__wrapper .header-right .header-tel {
    display: none;
  }
  .header__wrapper .header-right .header-right__hamburger-menu {
    z-index: 12;
    width: 40px;
    height: 23px;
    display: inline-block;
    position: relative;
  }
  .header__wrapper .header-right .header-right__hamburger-menu .menu-open-btn {
    width: 40px;
    height: 23px;
    display: block;
    position: relative;
  }
  .header__wrapper .header-right .header-right__hamburger-menu .menu-open-btn__line {
    display: block;
    background-color: black;
    width: 100%;
    height: 2px;
    transition: all 0.4s;
  }
  .header__wrapper .header-right .header-right__hamburger-menu .menu-open-btn__line--middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__wrapper .header-right .header-right__hamburger-menu .menu-open-btn__line--bottom {
    position: absolute;
    bottom: 0;
  }
  .header__wrapper .header-right .header-right__hamburger-menu .clicked .menu-open-btn__line {
    transition: all 0.4s;
  }
  .header__wrapper .header-right .header-right__hamburger-menu .clicked .menu-open-btn__line--top {
    transform: translateY(10px) rotate(-45deg);
  }
  .header__wrapper .header-right .header-right__hamburger-menu .clicked .menu-open-btn__line--middle {
    display: none;
  }
  .header__wrapper .header-right .header-right__hamburger-menu .clicked .menu-open-btn__line--bottom {
    transform: translateY(-10px) rotate(45deg);
  }
  .temp_footer_01 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: white;
    background: #e9f3ff;
    display: flex;
    padding: 0 24px;
  }
  .temp_footer_01__inner {
    padding-top: 66px;
    padding-bottom: 51px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 70rem;
    width: 100%;
    margin: 0 auto;
  }
  .temp_footer_01__inner .footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0px;
  }
  .temp_footer_01__inner .footer-left__logo {
    display: block;
    width: 10rem;
    height: 70px;
    margin-bottom: 0.875rem;
    background-image: url(../assets/images/footer-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .temp_footer_01__inner .footer-left__info {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
  }
  .temp_footer_01__inner .footer-right {
    padding-top: 30px;
  }
  .temp_footer_01__inner .footer-right__menus {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    position: relative;
    top: 0.75rem;
    letter-spacing: 0.08em;
  }
  .temp_footer_01__inner .footer-right__menus__item {
    margin-right: 0;
    color: #222;
    /* text/18- bold - line-hegiht:160% */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 30.6px */
  }
  .temp_footer_01__inner .footer-right__menus__item--last {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: flex;
    justify-content: center;
    padding: 0 24px;
  }
  .header__wrapper {
    padding: 13px 0px;
    max-width: 1283px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header__wrapper .header-left {
    white-space: nowrap;
    margin-right: 40px;
  }
  .header__wrapper .header-left .header-logo {
    display: flex;
    align-items: center;
  }
  .header__wrapper .header-left .header-logo__logo img {
    width: 60px;
    height: 60px;
  }
  .header__wrapper .header-left .header-logo__text {
    color: var(--neutral-color-222, #222);
    /* Noto Sans JP/20 */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 40px */
  }
  .header__wrapper .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 744px;
    width: 100%;
    gap: 40px;
  }
  .header__wrapper .header-right nav {
    display: none;
    width: 100%;
  }
  .header__wrapper .header-right nav .header-nav-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .header__wrapper .header-right nav .header-nav-list .header-nav-content {
    text-wrap: nowrap;
    white-space: nowrap;
  }
  .header__wrapper .header-right nav .header-nav-list .header-nav-content a {
    color: var(--main-primary-FFFFFF, #FFF);
    /* Noto Sans JP/16 */
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
  }
  .header__wrapper .header-right .header-contact-btn {
    max-width: 240px;
    width: 100%;
    display: none;
    align-items: center;
    justify-self: center;
    gap: 8px;
    padding: 0;
    background-color: #4055cb;
  }
  .header__wrapper .header-right .header-contact-btn__text {
    color: var(--neutral-color-fff, #fff);
    /* Noto Sans JP/20 */
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 40px */
  }
  .header__wrapper .header-right .header-right__hamburger-menu {
    z-index: 12;
    width: 40px;
    height: 23px;
    display: inline-block;
    position: relative;
  }
  .header__wrapper .header-right .header-right__hamburger-menu .menu-open-btn {
    width: 40px;
    height: 23px;
    display: block;
    position: relative;
  }
  .header__wrapper .header-right .header-right__hamburger-menu .menu-open-btn__line {
    display: block;
    background-color: black;
    width: 100%;
    height: 2px;
    transition: all 0.4s;
  }
  .header__wrapper .header-right .header-right__hamburger-menu .menu-open-btn__line--middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__wrapper .header-right .header-right__hamburger-menu .menu-open-btn__line--bottom {
    position: absolute;
    bottom: 0;
  }
  .header__wrapper .header-right .header-right__hamburger-menu .clicked .menu-open-btn__line {
    transition: all 0.4s;
  }
  .header__wrapper .header-right .header-right__hamburger-menu .clicked .menu-open-btn__line--top {
    transform: translateY(10px) rotate(-45deg);
  }
  .header__wrapper .header-right .header-right__hamburger-menu .clicked .menu-open-btn__line--middle {
    display: none;
  }
  .header__wrapper .header-right .header-right__hamburger-menu .clicked .menu-open-btn__line--bottom {
    transform: translateY(-10px) rotate(45deg);
  }
  .temp_footer_01 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: white;
    background: #e9f3ff;
    display: flex;
    padding: 0 24px;
  }
  .temp_footer_01__inner {
    padding-top: 36px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 70rem;
    width: 100%;
    margin: 0 auto;
  }
  .temp_footer_01__inner .footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0px;
  }
  .temp_footer_01__inner .footer-left__logo {
    display: block;
    width: 10rem;
    height: 70px;
    margin-bottom: 0.875rem;
    background-image: url(../assets/images/footer-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .temp_footer_01__inner .footer-left__info {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
  }
  .temp_footer_01__inner .footer-right {
    padding-top: 14px;
  }
  .temp_footer_01__inner .footer-right__menus {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    position: relative;
    top: 0.75rem;
    letter-spacing: 0.08em;
  }
  .temp_footer_01__inner .footer-right__menus__item {
    margin-right: 0;
    color: #222;
    /* text/18- bold - line-hegiht:160% */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 30.6px */
  }
  .temp_footer_01__inner .footer-right__menus__item--last {
    margin-right: 0;
  }
  .footer-right .ssl {
display: flex;
justify-content: center;
margin-top: 40px;
}
  .section-heading__en {
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 23.8px */
    letter-spacing: 1.68px;
  }
  .section-heading__jp {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 50.4px */
    letter-spacing: 1.44px;
  }
  .page-visual {
    display: flex;
    justify-content: center;
    background-image: url(../assets/images/page-visual.jpg);
    background-size: cover;
    padding: 0px 24px;
  }
  .page-visual__wrapper {
    max-width: 1120px;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 36px;
  }
  .page-visual .page-visual-head__jp {
    color: var(--neutral-color-fff, #fff);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    margin-bottom: 12px;
  }
  .page-visual .page-visual-head__en {
    color: #fff;
    /* text/22- Bold- line-hegiht:160% */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 37.4px */
  }
  .sub-p-head {
    width: 100%;
    padding-left: 14px;
    color: var(--main-primary-007BE3, #0070ce);
    /* text/28- Bold - line-hegiht:160% */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 47.6px */
    padding-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 26px;
    background: var(--main-secondary-F5FBFF, #F5FBFF);
    border-bottom: 4px solid #29BAE8;
  }
  .bread-crumb {
    display: flex;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    color: var(--neutral-color-222, #222);
    /* text/12 - bold -line-hegiht:140% - - letter-padding:6% */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.72px;
  }
  .bread-crumb__wrapper {
    padding: 16px 0px 27px;
    max-width: 1120px;
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=commons-res.css.map */