/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

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

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

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

ol,
ul {
  list-style: none;
}

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

html {
  font-size: 62.5%;
  text-align: center;
}

body {
  font-family: "Zen Kaku Gothic New", sanserif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  padding: 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

a {
  -webkit-transition: 400ms !important;
  transition: 400ms !important;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ---------------------------------------*/
/* common */
/* ---------------------------------------*/
.wrapper {
  max-width: 1090px;
  padding: 0 45px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 30px;
  }
}

.button-01 {
  display: inline-block;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #0000A0 !important;
  border: solid 2px #0000A0;
  border-radius: 10px;
  padding: 20px 128px 20px 25px;
  position: relative;
}
.button-01::after {
  display: block;
  content: "";
  width: 13px;
  height: 18px;
  background: url(../img/icon_arrow-01.svg) no-repeat center/cover;
  position: absolute;
  top: calc(50% - 9px);
  right: 23px;
}
.button-01:hover {
  opacity: 1;
  background: #CFE9F7;
}
@media screen and (max-width: 768px) {
  .button-01 {
    display: block;
    font-size: 1.5rem;
    padding: 17px 0 17px 15px;
  }
  .button-01::after {
    width: 8px;
    height: 12px;
    top: calc(50% - 6px);
  }
}

.button-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  height: 80px;
  border-radius: 40px;
  background: #3658BE;
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  margin: 35px auto 0;
  position: relative;
}
.button-02 span {
  display: block;
  width: 100%;
}
.button-02 small {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1;
  margin: -2em 0 0;
}
.button-02::after {
  display: block;
  content: "";
  width: 13px;
  height: 18px;
  background: url(../img/icon_arrow-02.svg) no-repeat center/cover;
  position: absolute;
  top: calc(50% - 9px);
  right: 23px;
}
.button-02:hover {
  background: #1E3286;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .button-02 {
    width: 100%;
    height: 88px;
    border-radius: 44px;
    font-size: 1.5rem;
    margin: 19px auto 0;
  }
  .button-02::before {
    width: 27px;
    height: 27px;
    top: calc(50% - 14px);
    left: 15px;
  }
  .button-02::after {
    width: 10px;
    height: 13px;
    top: calc(50% - 6px);
    right: 15px;
  }
}

[data-intersection] {
  opacity: 0;
  translate: 0 20px;
  -webkit-transition-property: opacity, translate;
  transition-property: opacity, translate;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-intersection].is-show {
  opacity: 1;
  translate: none;
}

[data-intersection-parent] > * {
  opacity: 0;
  translate: 0 20px;
  -webkit-transition-property: opacity, translate;
  transition-property: opacity, translate;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-intersection-parent].is-show > * {
  opacity: 1;
  translate: none;
}
[data-intersection-parent].is-show > *:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
[data-intersection-parent].is-show > *:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
[data-intersection-parent].is-show > *:nth-child(3) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
[data-intersection-parent].is-show > *:nth-child(4) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
[data-intersection-parent].is-show > *:nth-child(5) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
[data-intersection-parent].is-show > *:nth-child(6) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
[data-intersection-parent].is-show > *:nth-child(7) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
[data-intersection-parent].is-show > *:nth-child(8) {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}
[data-intersection-parent].is-show > *:nth-child(9) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
[data-intersection-parent].is-show > *:nth-child(10) {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}
[data-intersection-parent].is-show > *:nth-child(11) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
[data-intersection-parent].is-show > *:nth-child(12) {
  -webkit-transition-delay: 3300ms;
          transition-delay: 3300ms;
}
[data-intersection-parent].is-show > *:nth-child(13) {
  -webkit-transition-delay: 3600ms;
          transition-delay: 3600ms;
}
[data-intersection-parent].is-show > *:nth-child(14) {
  -webkit-transition-delay: 3900ms;
          transition-delay: 3900ms;
}
[data-intersection-parent].is-show > *:nth-child(15) {
  -webkit-transition-delay: 4200ms;
          transition-delay: 4200ms;
}
[data-intersection-parent].is-show > *:nth-child(16) {
  -webkit-transition-delay: 4500ms;
          transition-delay: 4500ms;
}
[data-intersection-parent].is-show > *:nth-child(17) {
  -webkit-transition-delay: 4800ms;
          transition-delay: 4800ms;
}
[data-intersection-parent].is-show > *:nth-child(18) {
  -webkit-transition-delay: 5100ms;
          transition-delay: 5100ms;
}
[data-intersection-parent].is-show > *:nth-child(19) {
  -webkit-transition-delay: 5400ms;
          transition-delay: 5400ms;
}
[data-intersection-parent].is-show > *:nth-child(20) {
  -webkit-transition-delay: 5700ms;
          transition-delay: 5700ms;
}
[data-intersection-parent].is-show > *:nth-child(21) {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}
[data-intersection-parent].is-show > *:nth-child(22) {
  -webkit-transition-delay: 6300ms;
          transition-delay: 6300ms;
}
[data-intersection-parent].is-show > *:nth-child(23) {
  -webkit-transition-delay: 6600ms;
          transition-delay: 6600ms;
}
[data-intersection-parent].is-show > *:nth-child(24) {
  -webkit-transition-delay: 6900ms;
          transition-delay: 6900ms;
}
[data-intersection-parent].is-show > *:nth-child(25) {
  -webkit-transition-delay: 7200ms;
          transition-delay: 7200ms;
}
[data-intersection-parent].is-show > *:nth-child(26) {
  -webkit-transition-delay: 7500ms;
          transition-delay: 7500ms;
}
[data-intersection-parent].is-show > *:nth-child(27) {
  -webkit-transition-delay: 7800ms;
          transition-delay: 7800ms;
}
[data-intersection-parent].is-show > *:nth-child(28) {
  -webkit-transition-delay: 8100ms;
          transition-delay: 8100ms;
}
[data-intersection-parent].is-show > *:nth-child(29) {
  -webkit-transition-delay: 8400ms;
          transition-delay: 8400ms;
}
[data-intersection-parent].is-show > *:nth-child(30) {
  -webkit-transition-delay: 8700ms;
          transition-delay: 8700ms;
}

/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/
footer {
  margin: 100px 0 0;
  padding: 20px 0 150px;
}
@media screen and (max-width: 768px) {
  footer {
    margin: 50px 0 0;
    padding: 35px 0 25px;
  }
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .footer-list {
    display: block;
    margin: 0 0 28px;
  }
}

.footer-list__item img {
  height: 90px;
  width: auto;
}
.footer-list__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .footer-list__item img {
    width: 100%;
    height: auto;
  }
  .footer-list__item:first-child {
    width: 70%;
    margin: 0 auto 20px;
  }
  .footer-list__item:nth-child(2) {
    width: 60%;
    margin: 0 auto;
  }
  .footer-list__item a:hover {
    opacity: 1;
  }
}

.footer-copyrights {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .footer-copyrights {
    font-size: 1.2rem;
  }
}

.fotter-note {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .fotter-note {
    font-size: 1.2rem;
    text-align: justify;
  }
}