@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #000;
  font-size: 62.5%;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: clamp(0px, 2.6667vw, 10px);
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: clamp(0px, 0.6944vw, 10px);
  }
}
body {
  background: #fff;
  font-size: 1.4rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 2.4;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

/* Phone landscape and bigger */
@media (max-width: 767px) {
  .hidden-s {
    display: none !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 768px) {
  .hidden-m {
    display: none !important;
  }
}
main {
  display: block;
  flex: 1;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-style: none;
}

a {
  background-color: transparent;
  color: #000;
}

b,
strong {
  font-weight: bolder;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt,
dl dd {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input {
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0;
}
input::placeholder {
  font-size: 1.042vw;
}
input:focus {
  outline: 0;
}

a:hover {
  cursor: pointer;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.inner {
  width: 100%;
  padding: 0 1.6rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .inner {
    width: clamp(400px, 89.17vw, 1284px);
    padding: 0;
  }
}

.contents__wrap, .contents__wrap--2 {
  padding: 0;
}
@media screen and (min-width: 750px) {
  .contents__wrap, .contents__wrap--2 {
    padding: 0 16rem 0 4.6rem;
  }
}
.contents__wrap .contents, .contents__wrap--2 .contents {
  background: #EBEBEB;
  border-radius: 2.8rem;
  padding: 3rem 2rem;
}
@media screen and (min-width: 750px) {
  .contents__wrap .contents, .contents__wrap--2 .contents {
    border-radius: 4.8rem;
    padding: 5rem;
  }
}
.contents__wrap .contents .separator, .contents__wrap--2 .contents .separator {
  border: none;
  border-width: 0.2rem 0 0 0;
  border-top: solid;
  border-color: #fff;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .contents__wrap .contents .separator, .contents__wrap--2 .contents .separator {
    border-width: 0.4rem 0 0 0;
    margin: 1.5rem 0;
  }
}

@media screen and (min-width: 750px) {
  .contents__wrap--2 {
    padding: 0;
  }
}
.contents__wrap--2 .contents {
  border-radius: 0;
  padding: 0 0 6rem;
}
@media screen and (min-width: 750px) {
  .contents__wrap--2 .contents {
    border-radius: 0;
    padding: 0 5rem 10rem;
  }
}

.contents-txt__wrap {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .contents-txt__wrap {
    padding: 2rem 0;
  }
}

.contents-lead {
  line-height: 1.8rem;
  padding: 1.5rem 0;
}
.contents-lead span {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 768px) {
  .contents-lead {
    line-height: 2.4rem;
    padding: 2rem 0;
  }
}

.contents-txt {
  line-height: 1.8rem;
  padding: 1rem 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .contents-txt {
    line-height: 2.4rem;
    padding: 1.5rem 0 2rem;
    font-size: 1.6rem;
  }
}

.contents-list {
  line-height: 1.8rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .contents-list {
    line-height: 2.4rem;
    font-size: 1.6rem;
  }
}
.contents-list dl:not(:last-child) {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contents-list dl:not(:last-child) {
    padding-bottom: 2rem;
  }
}

.contents-name, .contents-name-w {
  font-family: "Montserrat", sans-serif;
  color: #EBEBEB;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 3.6rem;
  letter-spacing: 0.38rem;
}
@media screen and (min-width: 768px) {
  .contents-name, .contents-name-w {
    font-weight: 700;
    font-size: 12rem;
    line-height: 9rem;
    letter-spacing: 3rem;
  }
}
.contents-name-w {
  color: #fff;
  margin-top: -0.5rem;
}

.headline-1st, .company .history .headline__wrap .headline-1st, .company .message .headline__wrap .headline-1st, .company .headline__wrap .headline-1st {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #000;
  font-size: 1.8412rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0.25rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .headline-1st, .company .history .headline__wrap .headline-1st, .company .message .headline__wrap .headline-1st, .company .headline__wrap .headline-1st {
    font-size: 4.8rem;
    line-height: 8rem;
    letter-spacing: 0.4rem;
  }
}
.headline-1st span, .company .history .headline__wrap .headline-1st span, .company .message .headline__wrap .headline-1st span, .company .headline__wrap .headline-1st span {
  width: 3.6rem;
  display: block;
  background: linear-gradient(180deg, #10309B 0%, #238DE3 100%);
  color: #fff;
  font-size: 1.5158rem;
  line-height: 3.6rem;
  letter-spacing: 0.15rem;
  padding: 1rem 0 2rem;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .headline-1st span, .company .history .headline__wrap .headline-1st span, .company .message .headline__wrap .headline-1st span, .company .headline__wrap .headline-1st span {
    width: 7.6rem;
    font-size: 3.2rem;
    line-height: 7.6rem;
    letter-spacing: 0.3rem;
    margin-left: 1rem;
    padding: 2.5rem 0 3rem;
  }
}

.headline-2nd, .headline-2nd--l {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  .headline-2nd, .headline-2nd--l {
    text-align: left;
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: 0.32rem;
    margin-bottom: 1.3rem;
  }
}
.headline-2nd span, .headline-2nd--l span {
  color: #10309B;
}
.headline-2nd::after, .headline-2nd--l::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #0F2F98 0%, #238DE3 66.83%, #FFFFB9 100%);
  width: 12rem;
  height: 0.4rem;
  bottom: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .headline-2nd::after, .headline-2nd--l::after {
    left: 0;
    transform: translateX(0);
  }
}
.headline-2nd--l {
  text-align: left;
}
.headline-2nd--l::after {
  left: 0;
  transform: translateX(0);
}

.title {
  position: relative;
  color: #10309B;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 2.8rem;
    line-height: 3.6rem;
    padding-bottom: 1rem;
  }
}
.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.4rem;
  height: 0.2rem;
  background: #10309B;
}
@media screen and (min-width: 768px) {
  .title::after {
    width: 15rem;
    height: 0.4rem;
  }
}
.title--c::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cap {
  color: #10309B;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  padding: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .cap {
    font-size: 2rem;
    line-height: 3.6rem;
    padding: 0 0 1rem;
  }
}

.breadcrumb {
  margin: 0.6rem 0 0.6rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin: 1.2rem auto 2rem;
    width: 128.4rem;
    font-size: 1.4rem;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 1.6rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb ul {
    padding: 0;
  }
}
.breadcrumb ul li {
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb ul li {
    line-height: 4rem;
  }
}
.breadcrumb ul li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: "/";
}

.btn-inquiry-sp a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  line-height: 5.4rem;
  border-radius: 3rem;
  border: 2px solid #fff;
  background: #10309B;
  font-weight: 500;
}
.btn-inquiry-sp a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  color: #fff;
  font-size: 2.4rem;
  margin-right: 0;
}
.btn-inquiry-sp a span {
  display: none;
}

.btn-inquiry {
  width: 19.7rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .btn-inquiry {
    width: clamp(15rem, 13.6806vw, 19.7rem);
  }
}
.btn-inquiry a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.7rem;
  height: 5.5rem;
  border-radius: 3rem;
  border: 2px solid #fff;
  background: #10309B;
  box-shadow: 0 3.673px 7.346px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .btn-inquiry a {
    width: 100%;
    height: clamp(4.8rem, 4.1667vw, 6rem);
    line-height: clamp(4.8rem, 4.1667vw, 6rem);
    border-radius: 3rem;
  }
}
.btn-inquiry a span {
  position: absolute;
  left: 6rem;
  font-size: 1.65rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.8rem;
  letter-spacing: 0.165rem;
}
@media screen and (min-width: 768px) {
  .btn-inquiry a span {
    left: clamp(4rem, 3.4722vw, 5rem);
    font-size: clamp(1.5rem, 1.3889vw, 2rem);
    letter-spacing: 0.1rem;
  }
}
.btn-inquiry a span::before {
  position: absolute;
  left: -3.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  color: #fff;
  font-size: 2.8rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .btn-inquiry a span::before {
    left: clamp(-3.1rem, -2.4306vw, -3.5rem);
    font-size: clamp(2rem, 1.9444vw, 2.8rem);
  }
}
.btn-inquiry:hover {
  opacity: 0.7;
}

.btn-arrow-r {
  width: 19.7rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .btn-arrow-r {
    width: 27.7rem;
  }
}
.btn-arrow-r a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.7rem;
  height: 5.5rem;
  line-height: 5.5rem;
  border-radius: 3rem;
  border: 1px solid #fff;
  background: #10309B;
  color: #fff;
  box-shadow: 0 2.75px 5.5px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .btn-arrow-r a {
    width: 27.7rem;
    height: 8rem;
    line-height: 8rem;
    border-radius: 4rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  }
}
.btn-arrow-r a span {
  width: 100%;
  text-align: center;
  position: absolute;
  padding-right: 1.4rem;
  left: 0;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
}
@media screen and (min-width: 768px) {
  .btn-arrow-r a span {
    padding-right: 1.8rem;
    left: 0;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.btn-arrow-r a span::after {
  position: absolute;
  right: 1.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .btn-arrow-r a span::after {
    right: 2rem;
    font-size: 2.6rem;
  }
}
.btn-arrow-r:hover {
  opacity: 0.7;
}

.btn-back-wrap,
.btn-submit-wrap {
  position: relative;
  width: 19.7rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .btn-back-wrap,
  .btn-submit-wrap {
    width: 27.7rem;
  }
}

.btn-submit-wrap:after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  content: "\f0a9";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .btn-submit-wrap:after {
    right: 2rem;
    font-size: 2.6rem;
  }
}

.btn-back-wrap:after {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  content: "\f0a8";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .btn-back-wrap:after {
    left: 2rem;
    font-size: 2.6rem;
  }
}

.btn-back,
.btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.7rem;
  height: 5.5rem;
  line-height: 5.5rem;
  border-radius: 3rem;
  border: 1px solid #fff;
  background: #10309B;
  color: #fff;
  box-shadow: 0 2.75px 5.5px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .btn-back,
  .btn-submit {
    width: 27.7rem;
    height: 8rem;
    line-height: 8rem;
    border-radius: 4rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  }
}
.btn-back,
.btn-submit {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
}
@media screen and (min-width: 768px) {
  .btn-back,
  .btn-submit {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.btn-back:hover,
.btn-submit:hover {
  opacity: 0.7;
}

.float-btn {
  position: fixed;
  z-index: 501;
  bottom: 6rem;
  right: 0;
  width: 12.3rem;
  height: 12.3rem;
  background-image: url(../images/float-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .float-btn {
    top: 73rem;
    bottom: auto;
    right: 8rem;
    width: 19rem;
    height: 19rem;
  }
}

.is-show {
  transform: translateY(6rem);
}
@media screen and (min-width: 768px) {
  .is-show {
    top: auto;
    bottom: 6rem;
    transform: translateY(6rem);
  }
}

.btn-mini {
  display: block;
  width: 8rem;
  background: #10309B;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .btn-mini {
    width: 15rem;
    border-radius: 2rem;
    line-height: 3rem;
    font-size: 1.4rem;
  }
}

.common-contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% - 5rem);
  margin: 1.9rem auto 0;
  background: #fff;
  border-radius: 3.6rem;
  padding: 3rem 2.3rem;
}
@media screen and (min-width: 768px) {
  .common-contact {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 120rem;
    margin-top: 0;
    border-radius: 4.8rem;
    padding: 4.5rem 7.5rem 6.5rem;
  }
}
.common-contact-title {
  font-size: 2.8rem;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.28rem;
  color: #10309B;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .common-contact-title {
    font-size: 4.2rem;
    line-height: 7.2rem;
    letter-spacing: 0.42rem;
    text-align: left;
  }
}
.common-contact-title span {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.7rem;
  letter-spacing: 0.16rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .common-contact-title span {
    font-size: 2.4rem;
    line-height: 2.7rem;
    letter-spacing: 0.24rem;
  }
}
.common-contact-txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.1rem;
  letter-spacing: 0.12rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .common-contact-txt {
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0.18rem;
    margin-bottom: 0;
    text-align: left;
  }
}

.header {
  z-index: 500;
  position: sticky;
  top: 0;
  width: 100%;
  min-height: 6.8rem;
  background: linear-gradient(90deg, #0F2F98 0%, #238DE3 66.83%, #FFFFB9 100%);
  display: flex;
  justify-content: center;
  padding: 0.3rem 0;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 1rem 0;
    min-height: 10rem;
  }
}

/* 【状態A】最初は画面下の縁に固定（初期状態） */
.header.is-bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  top: auto;
}
@media screen and (min-width: 768px) {
  .header.is-bottom-fixed {
    height: 100px;
  }
}

/* 【状態B】スクロールに合わせて上昇し、上端で止まる */
.header.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
}
@media screen and (min-width: 768px) {
  .header.is-sticky {
    align-self: flex-start;
  }
}

.header__inner {
  width: 100%;
  padding: 0 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: min(128.4rem, 100% - 3.2rem);
    padding: 0;
    box-sizing: border-box;
  }
}

.header-primary {
  flex: 0 1 auto;
  min-width: 0;
}

.header-secondary {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.gnav-sp-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
}

@media screen and (min-width: 768px) {
  .gnav-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    gap: clamp(1.2rem, 1.3889vw, 2rem);
  }
  .gnav-wrap .btn-inquiry a {
    box-shadow: 0 0 0 0;
  }
}

.logo {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  white-space: nowrap;
  margin-right: 1.6vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .logo {
    font-size: clamp(1.8rem, 1.6667vw, 2.4rem);
    line-height: 1.1;
    margin-right: clamp(1rem, 1.1111vw, 1.6rem);
  }
}
.logo span {
  display: block;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .logo span {
    font-size: clamp(1rem, 0.9722vw, 1.4rem);
    line-height: 1.4rem;
    letter-spacing: 0.0875rem;
    margin-bottom: 0.6rem;
  }
}
.logo a {
  display: block;
  color: #fff;
}
.logo:hover {
  opacity: 0.7;
}

.gnav-sp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gnav-sp .logo {
  width: calc(100% - 7.6rem);
  min-height: auto;
  padding: 0 1.6rem;
  margin-right: 0;
  margin-bottom: 3rem;
  white-space: normal;
}
.gnav-sp .common-contact {
  width: calc(100% - 4rem);
  margin: 4rem auto 0;
  padding: 3.8rem 2.4rem 3.2rem;
  border-radius: 3.2rem;
}
.gnav-sp .common-contact .btn-inquiry {
  width: 100%;
  max-width: 24rem;
}
.gnav-sp .common-contact .btn-inquiry a {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .gnav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(1.2rem, 1.7361vw, 2.5rem);
  }
  .gnav .gnav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: clamp(1rem, 1.3889vw, 2rem);
    font-family: "Noto Sans JP", sans-serif;
  }
  .gnav .gnav-list li {
    color: #fff;
    font-size: clamp(1.5rem, 1.3889vw, 2rem);
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
  }
  .gnav .gnav-list li a {
    position: relative;
    display: block;
    color: #fff;
  }
  .gnav .gnav-list li.active a::after, .gnav .gnav-list li:hover a::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    font-size: 3.2rem;
  }
}

.hamburger-menu_wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2100;
}

.hamburger-menu {
  z-index: 2101;
  position: relative;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  padding: 0;
}
.hamburger-menu::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 3.2rem;
  color: #10309B;
}

/* アクティブ状態 */
.hamburger-menu.active {
  position: fixed;
  top: 1.6rem;
  right: 1.6rem;
}
.hamburger-menu.active::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 3.2rem;
  color: #10309B;
}

/* フェードスライドメニュー */
.gnav-sp.fade-menu {
  z-index: 2000;
  position: fixed;
  inset: 0;
  right: -100%;
  width: 100vw;
  min-height: 100vh;
  min-height: 100dvh;
  background: linear-gradient(90deg, #0F2F98 0%, #238DE3 66.83%, #FFFFB9 100%);
  transition: all 0.4s ease-in-out;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.8rem 0 3.2rem;
  visibility: hidden; /* 完全に存在を消す（クリック不可） */
  pointer-events: none; /* マウス反応を無効化 */
}

.gnav-sp.fade-menu.active {
  right: 0;
  opacity: 1;
  visibility: visible; /* 表示する */
  pointer-events: auto; /* クリックを有効化 */
}

.gnav-sp-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 2.8rem;
}

.gnav-sp-list li {
  margin: 0;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
  padding: 1.7rem 1.2rem 1.5rem;
  color: #fff;
  font-size: clamp(1.8rem, 5.2vw, 2.2rem);
  font-weight: 500;
  line-height: 1.2;
}
.gnav-sp-list li:first-child {
  border-top: 2px solid #fff;
}

.gnav-sp.fade-menu.active .gnav-sp-list li {
  opacity: 1;
  transform: translateX(0);
}

.gnav-sp.fade-menu.active .gnav-sp-list li:nth-child(1) {
  transition-delay: 0.1s;
}

.gnav-sp.fade-menu.active .gnav-sp-list li:nth-child(2) {
  transition-delay: 0.2s;
}

.gnav-sp.fade-menu.active .gnav-sp-list li:nth-child(3) {
  transition-delay: 0.3s;
}

.gnav-sp.fade-menu.active .gnav-sp-list li:nth-child(4) {
  transition-delay: 0.4s;
}

.gnav-sp.fade-menu.active .gnav-sp-list li:nth-child(5) {
  transition-delay: 0.5s;
}

.gnav-sp.fade-menu.active .gnav-sp-list li:nth-child(6) {
  transition-delay: 0.6s;
}

.gnav-sp-list a {
  display: block;
  color: #fff;
  transition: background-color 0.3s ease;
}

.gnav-sp-list a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .float-btn {
  opacity: 0;
  pointer-events: none;
}

.footer {
  background: linear-gradient(90deg, #0F2F98 0%, #238DE3 66.83%, #FFFFB9 100%);
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 9rem;
  }
}
.footer-contact__wrap {
  display: flex;
}
.footer-contact__wrap .contact {
  margin: 0 auto;
}
.footer-link__wrap {
  background: #EBEBEB;
  padding-top: 16rem;
  margin-top: -13rem;
}
@media screen and (min-width: 768px) {
  .footer-link__wrap {
    padding-top: 15rem;
    margin-top: -11rem;
  }
}
.footer-link {
  width: calc(100% - 5rem);
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0.16rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .footer-link {
    display: flex;
    justify-content: flex-start;
    gap: 3rem;
    width: 120rem;
    margin: 0 auto;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
}
.footer-link a {
  color: #000;
}
.footer-link a:hover {
  color: #10309B;
  text-decoration: underline;
}
.footer-logo__wrap {
  width: calc(100% - 5rem);
  margin: 3.5rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-logo__wrap {
    width: 120rem;
    margin: 4rem auto 0;
    text-align: left;
  }
}
.footer-logo {
  border-bottom: 0.2rem solid #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
    padding-bottom: 2rem;
  }
}
.footer-logo span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .footer-logo span {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.footer-copyright {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1rem;
  padding: 1rem 0 18rem;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    padding: 2rem 0 3rem;
  }
}

.step {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .step {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
  }
}
.step li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .step li {
    width: 20rem;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 1.2rem;
  }
}
.step li:not(:last-child)::after {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 4rem;
  height: 4.5rem;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #238DE3;
  font-size: 6rem;
}
@media screen and (min-width: 768px) {
  .step li:not(:last-child)::after {
    top: 6rem;
    right: -7.5rem;
    left: auto;
    content: "\f04b";
    font-size: 3.2rem;
  }
}
.step-img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 12rem;
  height: 12rem;
  background: #fff;
  border-radius: 2.4rem;
}
@media screen and (min-width: 768px) {
  .step-img {
    width: 20rem;
    height: 20rem;
    border-radius: 3.6rem;
  }
}
.step-img img {
  width: 9.2rem;
  height: 9.2rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .step-img img {
    width: 16rem;
    height: 16rem;
  }
}
.step-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 768px) {
  .step-title {
    font-size: 2.2rem;
    line-height: 3.3rem;
    margin-bottom: 2.2rem;
    min-height: 6.6rem;
  }
}
.step-title::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #0F2F98 0%, #238DE3 66.83%, #FFFFB9 100%);
  width: 8rem;
  height: 0.3rem;
  bottom: -0.7rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .step-title::after {
    width: 8rem;
    bottom: -1rem;
  }
}
@media screen and (min-width: 768px) {
  .step-txt__wrap {
    display: flex;
    flex-direction: column;
  }
}
.step-txt {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .step-txt {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.faq-item {
  border-radius: 2.4rem;
  background-color: #EBEBEB;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .faq-item {
    border-radius: 4.8rem;
    margin-bottom: 2rem;
  }
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2rem 2rem 2rem 2rem;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1rem;
}
@media screen and (min-width: 768px) {
  .faq-item summary {
    padding: 2.5rem 4rem;
    cursor: pointer;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.faq-item summary span {
  width: 100%;
  padding: 0 1rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .faq-item summary span {
    padding: 0 2rem 0 2rem;
  }
}
.faq-item summary::before {
  content: "Q";
  color: #10309B;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .faq-item summary::before {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  color: #238DE3;
  font-size: 1.4rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .faq-item summary::after {
    font-size: 2.8rem;
  }
}

.faq-item[open] summary::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  color: #238DE3;
  font-size: 1.4rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .faq-item[open] summary::after {
    font-size: 2.8rem;
  }
}

.faq-item[open] summary {
  padding: 2rem 2rem 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .faq-item[open] summary {
    padding: 2.5rem 4rem;
  }
}

.faq-answer {
  opacity: 0;
  margin: 0;
  padding: 0 2rem 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .faq-answer {
    padding: 0 4rem 2.5rem 4rem;
  }
}
.faq-answer p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.12rem;
  min-height: 3rem;
}
@media screen and (min-width: 768px) {
  .faq-answer p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.16rem;
    min-height: 3.4rem;
  }
}
.faq-answer p::before {
  content: "A";
  color: #238DE3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .faq-answer p::before {
    font-size: 4.8rem;
    line-height: 4.8rem;
    margin-right: 2rem;
  }
}

.faq-item[open] .faq-answer {
  transform: none;
  opacity: 1;
}

.contents-table-gra {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  border-collapse: separate;
  border-spacing: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contents-table-gra {
    font-size: 1.6rem;
    line-height: 2.4rem;
    border-spacing: 1rem;
  }
}
.contents-table-gra td, .contents-table-gra th {
  border-radius: 0.6rem;
  font-weight: 500;
  line-height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .contents-table-gra td, .contents-table-gra th {
    border-radius: 1.2rem;
  }
}
.contents-table-gra th {
  padding: 1rem;
  background: linear-gradient(90deg, #10309B 0%, #238DE3 100%);
  color: #fff;
  width: 30%;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .contents-table-gra th {
    padding: 2rem;
    width: 20%;
    font-size: 1.8rem;
  }
}
.contents-table-gra td {
  padding: 1rem;
  background: #fff;
  width: 70%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .contents-table-gra td {
    padding: 2rem;
    width: 80%;
    font-size: 2.4rem;
  }
}

.contents-table {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  border: 0.3rem solid #10309B;
}
@media screen and (min-width: 768px) {
  .contents-table {
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: 0.4rem solid #10309B;
  }
}
.contents-table td, .contents-table th {
  padding: 1rem;
  width: 50%;
  border: 1px solid #10309B;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .contents-table td, .contents-table th {
    border: 2px solid #10309B;
  }
}
.contents-table td:nth-child(2), .contents-table th:nth-child(2) {
  border-left: 0.2rem solid #10309B;
}
@media screen and (min-width: 768px) {
  .contents-table td:nth-child(2), .contents-table th:nth-child(2) {
    border-left: 0.3rem solid #10309B;
  }
}
.contents-table th {
  color: #10309B;
}
.contents-table td {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .contents-table td {
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .form__wrap .form-item__wrap {
    display: flex;
    gap: 3.8rem;
  }
}
.form__wrap .form-item {
  flex: 1;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .form__wrap .form-item {
    padding-bottom: 1.5rem;
  }
}
.form__wrap .form-item .label {
  color: #10309B;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .form__wrap .form-item .label {
    font-size: 1.8rem;
  }
}
.form__wrap .form-item .label span {
  margin-left: 0.4rem;
}
.form__wrap .form-item .form-radio__wrap li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1rem;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .form__wrap .form-item .form-radio__wrap li {
    line-height: 3rem;
    padding: 0.5rem 0;
  }
}
.form__wrap .form-item .form-privacy {
  font-size: 1.2rem;
  line-height: 2.4rem;
  padding: 0.5rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .form__wrap .form-item .form-privacy {
    font-size: 1.6rem;
    padding: 1rem 0 0.5rem;
  }
}
.form__wrap .form-item .form-privacy a {
  color: #FF0000;
  font-weight: 500;
  text-decoration: underline;
}
.form__wrap .form-item .form-check__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form__wrap .form-item .form-check__wrap .label {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 768px) {
  .form__wrap .form-item .form-check__wrap .label {
    font-size: 1.8rem;
  }
}

.form__wrap .input-text, .form__wrap .input-email {
  border-radius: 1.2rem;
  background: #fff;
  line-height: 4.2rem;
  padding: 0 1rem;
  font-size: 1.6rem;
}
.form__wrap .input-text::placeholder, .form__wrap .input-email::placeholder {
  font-size: 1.6rem !important;
}
@media screen and (min-width: 768px) {
  .form__wrap .input-text, .form__wrap .input-email {
    line-height: 6.4rem;
    padding: 0 2rem;
    font-size: 1.8rem;
  }
}

.form__wrap .radioItem {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.form__wrap .radioItem:not(:last-of-type) {
  margin-bottom: 16px;
}
.form__wrap .radioButton {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #10309B;
  background: #fff;
  border-radius: 9999px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__wrap .radioButton {
    width: 29px;
    height: 29px;
  }
}
.form__wrap .radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: #10309B;
}
@media screen and (min-width: 768px) {
  .form__wrap .radioButton:checked::after {
    width: 19px;
    height: 19px;
  }
}
.form__wrap .radioButton-txt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form__wrap .radioButton-txt {
    font-size: 1.8rem;
  }
}
.form__wrap .radioButton-txt span {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .form__wrap .radioButton-txt span {
    font-size: 1.2rem;
  }
}

.form__wrap .checkbox {
  position: relative;
  width: 21px;
  height: 21px;
  appearance: none;
  background: #fff;
  border: solid 2px #10309B;
  border-radius: 0.6rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form__wrap .checkbox {
    width: 29px;
    height: 29px;
  }
}
.form__wrap .checkbox:before {
  opacity: 0;
  position: absolute;
  inset: 0;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #10309B;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .form__wrap .checkbox:before {
    top: 0;
    left: 0;
    font-size: 24px;
  }
}
.form__wrap .checkbox:checked:before {
  opacity: 1;
}

/* 確認画面用の追加スタイル */
.confirm .radioItem, .confirm .form-check__wrap {
  pointer-events: none;
}

/* ラジオボタンとチェックボックスを選択済み（青丸・青枠）に見せるためのCSS */
.confirm .radioButton:checked + .radioButton-txt::before {
  background: #10309B; /* 選択状態の青 */
  border-color: #10309B;
}

.confirm .checkbox:checked + .label::before {
  background-color: #10309B;
  border-color: #10309B;
}

.disabled {
  opacity: 0.3;
}

.company {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .company {
    margin: 0 auto;
    padding: 2rem 0 0;
  }
}
.company-inner {
  width: 100vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .company-inner {
    position: relative;
    width: 128.4rem;
    height: 52rem;
  }
}
.company .headline__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .company .headline__wrap {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
}
.company .headline__wrap .contents-name, .company .headline__wrap .contents-name-w {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .company .headline__wrap .contents-name, .company .headline__wrap .contents-name-w {
    left: 0;
  }
}
.company .headline__wrap .headline-1st, .company .history .headline__wrap .headline-1st, .company .message .headline__wrap .headline-1st {
  position: absolute;
  left: 0;
  top: 0.5rem;
  letter-spacing: -0.1rem;
}
@media screen and (min-width: 768px) {
  .company .headline__wrap .headline-1st, .company .history .headline__wrap .headline-1st, .company .message .headline__wrap .headline-1st {
    right: 4.2rem;
    top: 0;
  }
}
.company .headline__wrap .headline-1st span, .company .history .headline__wrap .headline-1st span, .company .message .headline__wrap .headline-1st span {
  height: 17.25rem;
  margin-left: 0.6rem;
}
@media screen and (min-width: 768px) {
  .company .headline__wrap .headline-1st span, .company .history .headline__wrap .headline-1st span, .company .message .headline__wrap .headline-1st span {
    height: 36.6rem;
    margin-left: 0;
  }
}
.company-copy__wrap {
  position: relative;
  top: 4rem;
  height: 64rem;
}
@media screen and (min-width: 768px) {
  .company-copy__wrap {
    top: 16rem;
    left: 11.5rem;
    height: 100rem;
  }
}
.company .headline-2nd--l {
  margin-bottom: 0.6rem;
}
.company .headline-2nd--l::after {
  bottom: -0.5rem;
}
@media screen and (min-width: 768px) {
  .company .headline-2nd--l {
    margin-bottom: 1.3rem;
  }
  .company .headline-2nd--l::after {
    bottom: -1.3rem;
  }
}
.company-copy, .company-copy--3, .company-copy--2, .company-copy--1 {
  display: flex;
}
.company-copy-txt {
  padding-top: 0.6rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .company-copy-txt {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.16rem;
  }
}
.company-copy--1 {
  margin-top: 2rem;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .company-copy--1 {
    margin-top: 0;
    width: 77.6rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.company-copy--2 {
  margin-top: 1rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .company-copy--2 {
    margin-top: -1rem;
    width: 84rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.company-copy--2 .company-copy-box {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .company-copy--2 .company-copy-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.company-copy--3 {
  margin-top: 1rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .company-copy--3 {
    margin-top: -1rem;
    width: 75rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.company-copy--3 .company-copy-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .company-copy--3 .company-copy-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.company-img1 {
  width: 19rem;
  height: 13rem;
  background-image: url(../images/company/company-img1-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .company-img1 {
    width: 40rem;
    height: 27.5rem;
    background-image: url(../images/company/company-img1.png);
  }
}
.company-img2 {
  width: 19rem;
  height: 12.2rem;
  background-image: url(../images/company/company-img2-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .company-img2 {
    width: 39.7rem;
    height: 26.7rem;
    background-image: url(../images/company/company-img2.png);
  }
}
.company-img3 {
  margin-bottom: -2rem;
  width: 19.5rem;
  height: 13rem;
  background-image: url(../images/company/company-img3-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .company-img3 {
    margin-bottom: 0;
    width: 36.2rem;
    height: 24rem;
    background-image: url(../images/company/company-img3.png);
  }
}
.company .message .headline__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .company .message .headline__wrap {
    right: auto;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.company .message .headline__wrap .contents-name, .company .message .headline__wrap .contents-name-w {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .company .message .headline__wrap .contents-name, .company .message .headline__wrap .contents-name-w {
    left: 0;
  }
}
.company .message .headline__wrap .headline-1st {
  position: absolute;
  left: auto;
  left: 0;
  top: 5rem;
}
@media screen and (min-width: 768px) {
  .company .message .headline__wrap .headline-1st {
    left: 3rem;
    top: 7rem;
  }
}
.company .message .headline__wrap .headline-1st span {
  height: 9.3rem;
}
@media screen and (min-width: 768px) {
  .company .message .headline__wrap .headline-1st span {
    height: 22rem;
  }
}
.company .message .headline__wrap .message-img {
  position: absolute;
  right: 0;
  top: 5rem;
  width: 9.6rem;
  height: 13.4rem;
  background-image: url(../images/company/company-president-sp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .company .message .headline__wrap .message-img {
    right: 0;
    top: 6.2rem;
    width: 25rem;
    height: 32rem;
    background-image: url(../images/company/company-president.png);
  }
}
.company .message .headline-2nd--l {
  width: 20rem;
  margin: 5rem 0 0 5rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 768px) {
  .company .message .headline-2nd--l {
    width: 67rem;
    margin: 5rem 0 0 0;
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: 0.32rem;
  }
}
.company .message-txt__wrap {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .company .message-txt__wrap {
    margin-top: 10.6rem;
    padding-left: 16rem;
  }
}
.company .message-txt {
  padding: 1rem 0 2.7rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.14rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .company .message-txt {
    padding: 2rem 0 3rem;
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: 0.2rem;
  }
}
.company .message-name {
  margin: 2rem 0 2rem 5rem;
  width: 20rem;
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.23rem;
  letter-spacing: 0.12rem;
}
@media screen and (min-width: 768px) {
  .company .message-name {
    width: 100%;
    font-size: 1.8rem;
    line-height: 4rem;
    letter-spacing: 0.18rem;
    margin: 3rem 0 1rem;
  }
}
.company .message-name span {
  font-size: 1.8rem;
  line-height: 2.23rem;
  letter-spacing: 0.18rem;
}
@media screen and (min-width: 768px) {
  .company .message-name span {
    font-size: 2.6rem;
    padding-left: 1rem;
    letter-spacing: 0.26rem;
  }
}
.company .profile {
  padding: 3rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .company .profile {
    padding: 7rem 0 0;
  }
}
.company .profile .headline__wrap .contents-name, .company .profile .headline__wrap .contents-name-w {
  top: 2rem;
}
@media screen and (min-width: 768px) {
  .company .profile .headline__wrap .contents-name, .company .profile .headline__wrap .contents-name-w {
    top: 0;
  }
}
.company .profile .headline__wrap .headline-1st span {
  height: 9.3rem;
}
@media screen and (min-width: 768px) {
  .company .profile .headline__wrap .headline-1st span {
    height: 22rem;
  }
}
.company .profile .contents__wrap, .company .profile .contents__wrap--2 {
  padding-top: 7rem;
}
@media screen and (min-width: 768px) {
  .company .profile .contents__wrap, .company .profile .contents__wrap--2 {
    padding: 8.5rem 16rem 0 4.6rem;
  }
}
.company .companyname {
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .company .companyname {
    padding: 5rem 0 0;
  }
}
.company .companyname .headline__wrap .headline-1st {
  right: auto;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .company .companyname .headline__wrap .headline-1st {
    right: auto;
    left: 4.2rem;
  }
}
.company .companyname .headline__wrap .headline-1st span {
  height: 11.6rem;
}
@media screen and (min-width: 768px) {
  .company .companyname .headline__wrap .headline-1st span {
    height: 22rem;
  }
}
.company .companyname .contents__wrap, .company .companyname .contents__wrap--2 {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .company .companyname .contents__wrap, .company .companyname .contents__wrap--2 {
    padding: 0 4.6rem 0 16rem;
  }
}
.company .companyname .contents__wrap .contents, .company .companyname .contents__wrap--2 .contents {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4.5rem;
}
.company .companyname-img {
  margin: 1rem 0;
  width: 25.7rem;
}
@media screen and (min-width: 768px) {
  .company .companyname-img {
    margin: 4.5rem 0;
    width: 73.1rem;
  }
}
.company .support {
  padding: 0 0 6.5rem;
}
@media screen and (min-width: 768px) {
  .company .support {
    padding: 5rem 0 10rem;
  }
}
.company .support .headline__wrap .headline-1st {
  top: 0;
  right: 0;
}
.company .support .headline__wrap .headline-1st span {
  height: 17.25rem;
}
@media screen and (min-width: 768px) {
  .company .support .headline__wrap .headline-1st span {
    height: 36.6rem;
  }
}
.company .support .contents__wrap, .company .support .contents__wrap--2 {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .company .support .contents__wrap, .company .support .contents__wrap--2 {
    padding: 0 16rem 0 4.6rem;
  }
}
.company .support .support-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .company .support .support-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    gap: 2.5rem;
  }
}
.company .support .support-list .support-list-item {
  width: 27.5rem;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  border-radius: 1.6rem;
  border: 0.2rem solid #10309B;
  box-shadow: 0 1.811px 4.526px 0 rgba(0, 0, 0, 0.25);
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .company .support .support-list .support-list-item {
    width: calc(33.3333333333% - 2rem);
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    border-radius: 1.6rem;
    border: 0.2rem solid #10309B;
    box-shadow: 0 1.811px 4.526px 0 rgba(0, 0, 0, 0.25);
    padding: 3rem 2rem;
  }
}
.company .support .support-list .support-img {
  width: 9.5rem;
  height: 9.5rem;
}
@media screen and (min-width: 768px) {
  .company .support .support-list .support-img {
    width: 16rem;
    height: 16rem;
  }
}
.company .support .support-list .support-txt__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
  width: calc(100% - 9.5rem);
  line-height: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 768px) {
  .company .support .support-list .support-txt__wrap {
    width: 100%;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.company .support .support-list .support-txt__wrap .btn-mini {
  margin: 0 auto;
}
.company .support .support-list .support-txt__wrap:hover {
  opacity: 0.7;
}
.company .none {
  display: none;
}
.company .history .headline__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .company .history .headline__wrap {
    right: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
}
.company .history .headline__wrap .contents-name, .company .history .headline__wrap .contents-name-w {
  position: absolute;
}
.company .history .headline__wrap .headline-1st {
  position: absolute;
  right: auto;
  left: 0;
  top: 5rem;
}
@media screen and (min-width: 768px) {
  .company .history .headline__wrap .headline-1st {
    left: 3rem;
    top: 7rem;
  }
}
.company .history .headline__wrap .headline-1st span {
  height: 5.7rem;
}
@media screen and (min-width: 768px) {
  .company .history .headline__wrap .headline-1st span {
    height: 13.2rem;
  }
}
@media screen and (min-width: 768px) {
  .company .history .headline__wrap .headline-2nd--l {
    width: 67rem;
  }
}
.company .history-txt__wrap {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .company .history-txt__wrap {
    margin-top: -40rem;
    padding-left: 16rem;
  }
}
.company .history-txt {
  padding: 1rem 0 2.7rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.12rem;
}
@media screen and (min-width: 768px) {
  .company .history-txt {
    padding: 2rem 0 3rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.16rem;
  }
}
.company .history-txt:nth-child(2) {
  padding: 1rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .company .history-txt:nth-child(2) {
    width: 67rem;
    padding: 3rem 0 3rem;
  }
}
.company .history-txt:nth-child(3) {
  padding: 0 0 2.7rem;
}
.company .history-name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.14rem;
}
.company .history-name span {
  font-size: 2.2rem;
  padding-left: 1rem;
}
.company .history-timeline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 5rem 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .company .history-timeline {
    flex-direction: row;
    padding: 13rem 0 0 15rem;
    gap: 2rem;
  }
}
.company .history-timeline-item {
  background: #fff;
  border-radius: 2.4rem;
  padding: 2rem 2rem 3rem;
}
@media screen and (min-width: 768px) {
  .company .history-timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex: 1;
    padding: 4rem 5rem;
  }
}
.company .history-timeline-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .company .history-timeline-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.company .history-timeline-year {
  font-size: 1.4rem;
  color: #10309B;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .company .history-timeline-year {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}
.company .history-timeline-year span {
  font-size: 3.2rem;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .company .history-timeline-year span {
    font-size: 6rem;
  }
}
.company .history-timeline-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
@media screen and (min-width: 768px) {
  .company .history-timeline-txt {
    font-size: 1.4rem;
  }
}
.company .history-timeline-txt span {
  color: #10309B;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .company .history-timeline-txt span {
    font-size: 2rem;
  }
}
.company .history-timeline-txt span.black {
  color: #000;
}
.company .history-timeline-img {
  width: 8.5rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .company .history-timeline-img {
    display: flex;
    align-items: center;
    width: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .company .history-timeline-graph__wrap {
    padding: 0 0 0 15rem;
  }
}
.company .history-timeline-graph {
  margin-top: 1rem;
  background: #fff;
  border-radius: 2.4rem;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .company .history-timeline-graph {
    margin-top: 2rem;
    padding: 6rem;
  }
}
.company .history-timeline-graph-img {
  width: 100%;
  padding-top: 108.7%;
  background-image: url(../images/company/company-graph-sp.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 31.4172rem/34.1427rem;
}
@media screen and (min-width: 768px) {
  .company .history-timeline-graph-img {
    width: 100%;
    padding-top: 55%;
    background-image: url(../images/company/company-graph.svg);
    aspect-ratio: 95.6rem/52.6rem;
  }
}

.modaal-container {
  position: relative;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .modaal-container {
    width: 98rem;
    margin-left: -10rem;
  }
}

.modaal-content-container {
  padding: 3rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .modaal-content-container {
    padding: 4rem;
  }
}

.modaal-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  background: #10309B !important;
  box-shadow: 0 2.308px 2.308px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .modaal-close {
    right: 0.69vw;
    top: 0.69vw;
    width: 2.1vw;
    height: 2.1vw;
  }
}
.modaal-close::before {
  top: 6px;
  left: 13px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .modaal-close::before {
    top: 0.42vw;
    left: 0.9vw;
    height: 1.25vw;
  }
}
.modaal-close::after {
  top: 6px;
  left: 13px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .modaal-close::after {
    top: 0.42vw;
    left: 0.9vw;
    height: 1.25vw;
  }
}

.modal-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .modal-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
  }
}
.modal-item .modal-img {
  width: 11.6rem;
  height: 11.6rem;
}
@media screen and (min-width: 768px) {
  .modal-item .modal-img {
    width: 15rem;
    height: 15rem;
  }
}
.modal-item .modal-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 3.6rem;
}
@media screen and (min-width: 768px) {
  .modal-item .modal-title {
    font-size: 4.2rem;
  }
}
.modal-item .modal-txt__wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .modal-item .modal-txt__wrap {
    align-items: flex-start;
    width: calc(100% - 13.6rem);
    gap: 2rem;
  }
}
.modal-item .modal-txt {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.16rem;
}
@media screen and (min-width: 768px) {
  .modal-item .modal-txt {
    font-size: 2.5rem;
    line-height: 3.6rem;
    letter-spacing: 0.3rem;
  }
}/*# sourceMappingURL=company.css.map */