@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
@media (any-hover: hover) {
  a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
  }
}

body {
  color: #111;
  font-weight: 400;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  padding: 0;
}

i {
  padding-right: 2px;
  padding-right: 0.125rem;
  color: #777;
}

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.access__title {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .access__title {
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .access__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .access__items {
    width: 45%;
    padding-right: 0.625rem;
  }
}

.access__item {
  letter-spacing: 0.05em;
}

.access__item:first-child {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.access__item + .access__item {
  margin-top: 16px;
  margin-top: 1rem;
}

.access__item i {
  padding-right: 5px;
  padding-right: 0.3125rem;
}

.access__item span {
  display: block;
}

.access__map {
  width: 100%;
  aspect-ratio: 4/3;
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .access__map {
    width: 55%;
  }
}

.access__map > iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.btn {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  border-radius: 0.625rem;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 14px 70px;
  padding: 0.875rem 4.375rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.btn:disabled {
  background-color: #777;
}

.btn--submit,
.btn--back {
  background-color: #0070f3;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

@media (any-hover: hover) {
  .btn--submit:hover,
.btn--back:hover {
    opacity: 0.7;
  }
}

.btn--modal {
  background: #00007f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .btn--modal:hover {
    background: #0d5ace;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: min(100%, 450px);
  width: min(100%, 28.125rem);
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  padding: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, .5);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, .5);
}
@media screen and (min-width: 768px) {
  .card {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.card__img {
  width: 100px;
  width: 6.25rem;
  height: 90px;
  height: 5.625rem;
  margin-right: auto;
  margin-left: auto;
}

.card__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card__header {
  padding: 8px 0;
  padding: 0.5rem 0;
}

.card__title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #00007f;
  text-align: center;
}

.card__text,
.card__footer {
  margin-top: auto;
}

.card__text {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .cards__item {
    width: calc(20% - 1.2rem);
  }
}

.cards__item + .cards__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cards__item + .cards__item {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

.footer {
  color: #fff;
  text-align: center;
  padding: 40px 0 10px;
  padding: 2.5rem 0 0.625rem;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#021b79), to(#0575e6));
  background: linear-gradient(to bottom, #021b79 0%, #0575e6 100%);
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 2.5rem 0 1.25rem;
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
  }
}

.footer__list {
  padding: 30px 0 20px;
  padding: 1.875rem 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3.125rem;
  }
}

.footer__item a {
  display: inline-block;
  width: 100%;
  letter-spacing: 0.1em;
  padding: 7px 0;
  padding: 0.4375rem 0;
}
@media screen and (min-width: 768px) {
  .footer__item a {
    padding: 0 0.9375rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .footer__item a::after {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 0;
    width: 0;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media (any-hover: hover) {
  .footer__item a:hover::after {
    height: 0.0625rem;
    width: 80%;
  }
}

.footer__logo {
  display: inline-block;
  margin: 0 auto;
  width: 90px;
  width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-top: 1rem;
    width: 6.25rem;
  }
}

.footer__copyright {
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}

.footer__copyright small {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .footer__copyright small {
    font-size: 0.875rem;
  }
}

.hamburger {
  z-index: 80;
}

.hamburger span {
  position: relative;
  display: block;
  height: 3px;
  height: 0.1875rem;
  width: 24px;
  width: 1.5rem;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 4.5px 0;
  margin: 0.28125rem 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.hamburger.is-open span {
  background: #00007f;
}

.hamburger.is-open span:nth-child(1) {
  top: 5px;
  top: 0.3125rem;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.hamburger.is-open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  top: -10px;
  top: -0.625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  font-family: "Noto Serif JP", serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#021b79), to(#0575e6));
  background: linear-gradient(to top, #021b79 0%, #0575e6 100%);
  z-index: 50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .header {
    height: 4.375rem;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1px 22px 0;
  padding: 0.0625rem 1.375rem 0;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 0 0 2rem;
  }
}

.header__logo {
  width: 75px;
  width: 4.6875rem;
  position: relative;
  z-index: 70;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 7.5rem;
    padding-top: 0.5rem;
  }
}

.header__logo a {
  display: inline-block;
}

/* ----------------------
sp
------------------------- */
.header__drawer {
  margin-top: 0;
}

.header__drawer.is-open {
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-right: -7px;
  margin-right: -0.4375rem;
}

.sp-nav {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #E0ECEE;
  width: 100%;
  height: 100vh;
  z-index: 60;
}

.sp-nav.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sp-nav__items {
  height: 100vh;
  padding: 210px 0;
  padding: 13.125rem 0;
  overflow: scroll;
}

.sp-nav__item a {
  display: inline-block;
  width: 100%;
  padding: 17px 0;
  padding: 1.0625rem 0;
  text-align: center;
  color: #00007f;
  letter-spacing: 0.1em;
  position: relative;
}

.sp-nav__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  width: 12.5rem;
  height: 1px;
  height: 0.0625rem;
  background: #00007f;
}

/* ----------------------
pc
------------------------- */
.pc-nav {
  height: inherit;
}

.pc-nav__items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-nav__item {
  height: inherit;
}

.pc-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  padding: 0 2.5rem;
  height: inherit;
  color: #fff;
  letter-spacing: 0.125em;
}

@media (any-hover: hover) {
  .pc-nav__item a:hover {
    color: #00007f;
    background: #fff;
    font-weight: 700;
  }
}

.pc-nav__item:not(:last-child) a::after {
  bottom: 8px;
  bottom: 0.5rem;
}

.pc-nav__item--white a {
  background-color: #00007f;
  color: #fff;
  padding: 0 31px;
  padding: 0 1.9375rem;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}

.pc-nav__item--white a:hover {
  color: #00007f;
}

.pc-nav__item--white a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pc-nav__item--white a:hover::before {
  width: 100%;
}

.fa-envelope {
  padding-right: 8px;
  padding-right: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fa-envelope:hover {
  color: #00007f;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.insu {
  background: url(../images/common/sora@2x.webp) no-repeat left bottom/cover;
  padding: 70px 0;
  padding: 4.375rem 0;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .insu {
    padding: 6.25rem 0;
  }
}

.insu__title {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .insu__title {
    padding-bottom: 3.75rem;
  }
}

.loader-bg {
  position: fixed;
  background-color: rgba(255, 255, 255, .5);
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
}

.loader-bg .line-spin-fade-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
}

.line-scale-party > div, .line-scale-pulse-out-rapid > div, .line-scale-pulse-out > div, .line-scale > div, .line-spin-fade-loader > div {
  background-color: #00007f;
}

.media__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 375/186;
}
@media screen and (min-width: 768px) {
  .media__inner {
    aspect-ratio: 768/327;
  }
}

.media__inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  aspect-ratio: 640/453;
  width: 70%;
  background: url(../images/common/think-1@2x.webp) top right/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .media__inner::after {
    aspect-ratio: 768/470;
    max-width: 47.5rem;
  }
}

.media__title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, .3);
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  z-index: 20;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .media__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1027px) {
  .media__title {
    width: 500px;
  }
}

.media__text {
  background: rgba(224, 236, 238, .7);
  padding: 24px;
  padding: 1.5rem;
  width: 100%;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .media__text {
    padding: 1.5rem 3.125rem;
    width: 500px;
    margin-top: -10%;
    position: absolute;
    z-index: 30;
  }
}

.media__inner--reverse::after {
  right: auto;
  left: 0;
  background: url(../images/common/think-2.webp) top left/110% no-repeat;
}

.media__title--reverse {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .media__title--reverse {
    width: 450px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 220px;
    
  }
}

@media screen and (min-width: 1024px) {
.media__text--reverse {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 200px;
}
}

.media + .media {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .media + .media {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .media + .media {
    margin-top: 7rem;
  }
  }

.message {
  text-align: center;
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .message {
    padding: 1.875rem 0;
  }
}

.message__title {
  color: #0d5ace;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .message__title {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.message__title span {
  display: block;
  color: #00007f;
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .message__title span {
    font-size: 1.375rem;
  }
}

.message__text {
  text-align: justify;
  letter-spacing: 0.01em;
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .message__text {
    padding-top: 1.5625rem;
  }
}

.pagetop-btn {
  position: fixed;
  bottom: 20px;
  bottom: 1.25rem;
  right: 20px;
  right: 1.25rem;
  z-index: 40;
}
@media screen and (min-width: 768px) {
  .pagetop-btn {
    bottom: 1.875rem;
    right: 1.875rem;
  }
}

.pagetop {
  display: block;
  position: relative;
  background-color: #fff;
  width: 41px;
  width: 2.5625rem;
  height: 42px;
  height: 2.625rem;
  border-radius: 0.625rem;
}

.fa-caret-square-up {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  font-size: 3.125rem;
  color: #1c8536;
}
@media (any-hover: hover) {
  .fa-caret-square-up {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}

@media (any-hover: hover) {
  .fa-caret-square-up:hover {
    color: #3EF820;
  }
}

.profile {
  background: #f8f6f2;
  padding: 70px 0;
  padding: 4.375rem 0;
}
@media screen and (min-width: 768px) {
  .profile {
    padding: 6.25rem 0;
  }
}

.profile__inner {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .profile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.profile__img {
  width: min(100%, 300px);
  width: min(100%, 18.75rem);
  aspect-ratio: 1051/1500;
  padding-top: 20px;
  padding-top: 1.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .profile__img {
    margin: 0;
    width: min(100%, 21.875rem);
  }
}

.profile__img img {
  height: 100%;
}

.profile__content {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .profile__content {
    margin-left: 1.25rem;
  }
}

.profile__main-title {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #00007f;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .profile__main-title {
    font-size: 1.5rem;
  }
}

.profile__main-title span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .profile__main-title span {
    font-size: 1.75rem;
  }
}

.profile__year {
  padding: 24px 0;
  padding: 1.5rem 0;
}

.profile__item + .profile__item {
  margin-top: 16px;
  margin-top: 1rem;
}

.profile__item span {
  display: block;
  color: #555;
}

.section-margin {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .section-margin {
    margin-top: 5rem;
  }
}

.slider {
  position: relative;
  z-index: 1;
  height: 100vh;
}

.slider__text {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 24px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  color: #00007f;
  width: 100%;
  /* 文字の縁取り */
  text-shadow: 2px 2px 6px rgba(255, 255, 255, .65), -2px 2px 6px rgba(255, 255, 255, .65), 2px -2px 6px rgba(255, 255, 255, .65), -2px -2px 6px rgba(255, 255, 255, .65), 2px 0px 6px rgba(255, 255, 255, .65), 0px 2px 6px rgba(255, 255, 255, .65), -2px 0px 6px rgba(255, 255, 255, .65), 0px -2px 6px rgba(255, 255, 255, .65);
}
@media screen and (min-width: 768px) {
  .slider__text {
    font-size: 2.125rem;
  }
}

.slider__top,
.slider__bottom {
  height: 50vh;
}

.slider-item {
  width: 100%;
  aspect-ratio: 2560/1707;
  height: 50vh;
}

.slider-item-1 {
  background: url(../images/common/top_up1@sp.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .slider-item-1 {
    background: url(../images/common/top_up1@2x.webp) no-repeat top 41% center/cover;
  }
}

.slider-item-2 {
  background: url(../images/common/top_up2@sp.webp) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .slider-item-2 {
    background: url(../images/common/top_up2@2x.webp) no-repeat top 21% center/cover;
  }
}

.slider-item-3 {
  background: url(../images/common/top_down1@sp.webp) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .slider-item-3 {
    background: url(../images/common/top_down1@2x.webp) no-repeat top 22% center/cover;
  }
}

.slider-item-4 {
  background: url(../images/common/top_down2@sp.webp) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .slider-item-4 {
    background: url(../images/common/top_down2@2x.webp) no-repeat top 15% center/cover;
  }
}

.think__media {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .think__media {
    max-width: 1300px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.think__title {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .think__title {
    padding-bottom: 3.75rem;
  }
}

.title {
  font-family: "Noto Serif JP", serif;
  color: #0d5ace;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 2rem;
  }
}

.title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  height: 0.125rem;
  width: 45px;
  width: 2.8125rem;
  background: #00007f;
}
@media screen and (min-width: 768px) {
  .title::after {
    width: 3.125rem;
  }
}

.title.title--white {
  color: #fff;
}

.title.title--white::after {
  background: #fff;
}

.not-found {
  width: 100%;
  height: 100vh;
  text-align: center;
  background: url(../images/common/sora@2x.webp) no-repeat center center/cover;
  color: #fff;
  padding: 100px 20px;
  padding: 6.25rem 1.25rem;
}

.not-found__title {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .not-found__title {
    font-size: 5rem;
  }
}

.not-found__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .not-found__text {
    font-size: 1.875rem;
  }
}

.contact__title {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.contact__bg {
  box-shadow: 0.5rem 0.5rem 2rem rgb(180, 197, 233) ;
  padding:1.5rem;}
@media screen and (min-width: 768px) {
  .contact__bg {
    padding: 6.25rem 7.5rem;
  }
}

.contact__list ul {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__list p {
    text-align: center;
  }
  }

.contact__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact__list {
    margin-top: 3.75rem;
  }
}

.contact__require {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2px 6px;
  padding: 0.125rem 0.375rem;
  color: #fff;
  background: #dc143c;
  margin-left: 10px;
  margin-left: 0.625rem;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
          box-shadow: 0 0 0px 1000px #fff inset;
}

.contact__item + .contact__item {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .contact__item:not(.message) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
  border-bottom: solid 1px #3e3e3e;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  position: relative;
  width: 100%;
  padding: 1px 0;
  padding: 0.0625rem 0;
}
@media screen and (min-width: 768px) {
  .contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
    padding: 0.1875rem 0.75rem 0.125rem;
  }
}

.contact input[type=text]:hover,
.contact input[type=text]:focus,
.contact input[type=email]:hover,
.contact input[type=email]:focus,
.contact input[type=tel]:hover,
.contact input[type=tel]:focus {
  border-color: #4973ff;
  outline: none;
}

.contact textarea {
  border: solid 1px #3e3e3e;
  font-size: 16px;
  font-size: 1rem;
  height: 160px;
  height: 10rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  outline: none;
  padding: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact textarea {
    font-size: 1.3125rem;
    height: 12.5rem;
  }
}

.contact textarea:hover,
.contact textarea:focus {
  border-color: #4973ff;
  -webkit-box-shadow: 0 0.125rem 0.25rem #4973ff;
          box-shadow: 0 0.125rem 0.25rem #4973ff;
}

.contact__input-box {
  position: relative;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .contact__input-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.contact input[type=text]:hover + .contact__focus,
.contact input[type=text]:focus + .contact__focus,
.contact input[type=email]:hover + .contact__focus,
.contact input[type=email]:focus + .contact__focus,
.contact input[type=tel]:hover + .contact__focus,
.contact input[type=tel]:focus + .contact__focus {
  opacity: 1;
}

.contact__focus {
  bottom: 1px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(73, 115, 255, .6);
          box-shadow: 0 0.125rem 0.25rem rgba(73, 115, 255, .6);
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
}

.contact input:invalid:focus + .contact__focus,
.contact textarea:invalid:focus {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(220, 20, 60, .6);
          box-shadow: 0 0.125rem 0.25rem rgba(220, 20, 60, .6);
}

.contact input:invalid:focus,
.contact textarea:invalid:focus {
  border-color: #dc143c;
}

.contact__item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  -ms-flex: 0 0 11.875rem;
      flex: 0 0 11.875rem;
  font-weight: 500;
}

.contact__privacy {
  display: inline-block;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    margin-top: 2rem;
  }
}

.contact__privacy-label a {
  border-bottom: 1px solid #111;
  font-weight: 500;
}

.contact__privacy-label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact__privacy-label {
    font-size: 1.125rem;
    padding-left: 2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__privacy-label:hover::before {
    border-color: #4973ff;
    -webkit-box-shadow: 0 0 0.25rem #4973ff;
            box-shadow: 0 0 0.25rem #4973ff;
  }
}

.contact__privacy-label:before {
  background: #fff;
  border: solid 1px #3e3e3e;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 16px;
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__privacy-label:before {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.contact__privacy-label:active::before {
  background-color: rgba(73, 115, 255, .2);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact__privacy-label::after {
  border-bottom: solid 2px #4973ff;
  border-left: solid 2px #4973ff;
  content: "";
  display: block;
  height: 6px;
  height: 0.375rem;
  left: 2px;
  left: 0.125rem;
  opacity: 0;
  position: absolute;
  top: 8px;
  top: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 12px;
  width: 0.75rem;
}
@media screen and (min-width: 768px) {
  .contact__privacy-label::after {
    left: 0.25rem;
    top: 0.5625rem;
  }
}

.contact input[type=checkbox]:checked + .contact__privacy-label::after {
  opacity: 1;
}

.contact__btn {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    margin-top: 2.375rem;
  }
}

.modal-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  z-index: 90;
  display: none;
}

.modal-background.is-show,
.modal.is-show {
  display: block;
  -webkit-animation: open 0.3s;
          animation: open 0.3s;
}

@-webkit-keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 90;
  background: #fff;
  display: none;
  width: 90%;
  height: 90%;
  padding: 38px 20px;
  padding: 2.375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal {
    width: 80%;
    padding: 2rem 1.875rem;
  }
}

.modal__close-icon {
  text-align: center;
  position: absolute;
  right: -16px;
  right: -1rem;
  top: -16px;
  top: -1rem;
  cursor: pointer;
  width: 43px;
  width: 2.6875rem;
}

.modal__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
  color: #707070;
}

.modal__title::after {
  content: "";
  width: 100px;
  width: 6.25rem;
  height: 2px;
  height: 0.125rem;
  background: #00007f;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.modal__content {
  overflow: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  height: 75%;
}

.modal__head {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 16px;
  padding-left: 1rem;
  color: #707070;
  position: relative;
  font-weight: 700;
}

.modal__head:nth-of-type(n + 1) {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .modal__head:nth-of-type(n + 1) {
    margin-top: 2.5rem;
  }
}

.modal__head::before {
  content: "";
  position: absolute;
  height: 18px;
  height: 1.125rem;
  width: 3px;
  width: 0.1875rem;
  background: #00007f;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.modal__text {
  padding: 0 16px;
  padding: 0 1rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  color: #707070;
  line-height: 1.6;
}

.modal__close-btn {
  text-align: center;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .modal__close-btn {
    margin-top: 2.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .modal__close-btn {
    margin-top: 2rem;
  }
}
