/**
 * SuperGradient
 * SASS MULTI-COLOR GRADIENT MIXIN (LINEAR & RADIAL)
 * Options
 * $type: linear*, radial
 * $from: top*, left, top left, top right, bottom right, bottom left, center (radial)
 * $colors: hex, rgba
 * *default
 *
 * Include: bower install super-gradient
 *
 * Demo: http://super-gradient.ib.gs/
 */
.layout-wrapper {
  background-color: #fff;
}

.about-first {
  margin-top: 60px;
  background-image: url(../img/about/start_bg-sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 290px 24px 40px;
}
@media (min-width: 992px) {
  .about-first {
    margin-top: 104px;
    padding: 656px 24px 66px;
    background-image: url(../img/about/start_bg.jpg);
  }
}
.about-first__inner {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.about-first__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.about-first__content .h-title {
  margin: 0;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 992px) {
  .about-first__content .h-title {
    font-size: 30px;
  }
}
.about-first__content .border {
  width: 160px;
  height: 2px;
  margin: 0;
  background: linear-gradient(90deg, #142870 0%, #00b8f0 100%);
  border: 0;
}
.about-first__content .text {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
  font-size: 15px;
  color: #fff;
}
@media (min-width: 992px) {
  .about-first__content .text {
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.about-first__content .text p {
  margin: 0;
}
.about-first__content .text p + p {
  margin-top: 2em;
}

.about-content {
  position: relative;
  overflow: hidden;
  padding: 96px 24px 80px;
}
@media (min-width: 992px) {
  .about-content {
    padding: 143px 24px 120px;
  }
}
.about-content__inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 834px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .about-content__inner {
    gap: 78px;
  }
}
.about-content .content-item {
  position: relative;
}
@media (min-width: 992px) {
  .about-content .content-item {
    display: flex;
    padding-bottom: 48px;
  }
  .about-content .content-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 80%;
    background-color: #F7F8FC;
  }
}
@media (min-width: 992px) {
  .about-content .content-item:not(.reverse):before {
    left: 0;
  }
}
@media (min-width: 992px) {
  .about-content .content-item:not(.reverse) .image {
    margin-left: -143px;
    margin-right: -87px;
  }
}
@media (min-width: 992px) {
  .about-content .content-item.reverse {
    flex-direction: row-reverse;
  }
  .about-content .content-item.reverse:before {
    right: 0;
  }
}
@media (min-width: 992px) {
  .about-content .content-item.reverse .image {
    margin-right: -143px;
    margin-left: -87px;
  }
}
.about-content .content-item .image {
  position: relative;
  z-index: 1;
  margin: 0 0 -116px;
}
@media (min-width: 992px) {
  .about-content .content-item .image {
    max-width: 690px;
    margin-bottom: 32px;
  }
}
.about-content .content-item .content {
  position: relative;
}
@media (max-width: 991px) {
  .about-content .content-item .content {
    margin-left: -24px;
    margin-right: -24px;
    padding: 152px 24px 24px;
    background-color: #F7F8FC;
  }
}
@media (min-width: 992px) {
  .about-content .content-item .content {
    z-index: 2;
    max-width: 420px;
    margin-top: 53px;
    padding: 64px 56px 1px;
    background-color: #fff;
  }
}
.about-content .content-item .content .title {
  margin: 0 0 32px;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .about-content .content-item .content .title {
    font-size: 30px;
  }
}
.about-content .content-item .content .text {
  margin: 0 0 32px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.15em;
}
.about-content .content-item .content .text p {
  margin: 0;
}
.about-content .content-item .content .text p + p {
  margin-top: 1.6em;
}
.about-content .content-item .content .link {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (min-width: 992px) {
  .about-content .content-item .content .link {
    justify-content: flex-end;
    margin-right: -56px;
  }
}
.about-content .content-item .content .btn-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 280px;
  padding: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #142870;
}
.about-content .content-item .content .btn-more:hover {
  opacity: 0.8;
}
.about-content .content-item .content .btn-more .txt {
  flex: 1;
}
.about-content .content-item .content .btn-more .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: linear-gradient(90deg, #0080cc 0%, rgba(0, 128, 204, 0) 100%);
  opacity: 0.5;
}
.about-content .content-item .content .btn-more .icon svg {
  width: 16px;
  height: 11px;
  color: currentColor;
}

.about-media {
  padding: 80px 24px 169px;
  color: #fff;
  background-color: #142870;
  background-image: url(../img/common/mask_dot_white-sp.png);
  background-size: auto 240px;
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .about-media {
    padding: 120px 24px 136px;
    background-image: url(../img/common/mask_dot_white.png);
    background-size: auto 320px;
  }
}
.about-media__inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.about-media .h-title {
  margin: 0 0 12px;
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 0.1em;
  text-align: center;
}
.about-media .h-lede {
  margin: 0 0 48px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
@media (min-width: 992px) {
  .about-media .h-lede {
    margin-bottom: 59px;
  }
}
.about-media__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .about-media__content {
    flex-direction: row;
    align-items: center;
    gap: 52px;
  }
}
@media (min-width: 992px) {
  .about-media__content .image {
    max-width: 570px;
    width: 59%;
  }
}
@media (min-width: 992px) {
  .about-media__content .content {
    flex: 1;
  }
}
.about-media__content .content .logo {
  margin: 0 0 47px;
  text-align: center;
}
@media (min-width: 992px) {
  .about-media__content .content .logo {
    margin-bottom: 76px;
  }
}
.about-media__content .content .logo img {
  width: 212px;
}
.about-media__content .content .logo-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 100%;
  text-align: center;
}
.about-media__content .content .logo-title .ja {
  font-size: 12px;
}
.about-media__content .content .logo-title .en {
  margin-top: 12px;
  padding-top: 8px;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.08em;
  border-top: 1px solid #0080CC;
}
.about-media__content .content .text {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.about-media__content .content .link {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}
.about-media__content .content .link .btn-more {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 280px;
  padding: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #142870;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  transition: 235ms ease;
}
.about-media__content .content .link .btn-more .txt {
  flex: 1;
}
.about-media__content .content .link .btn-more .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #F7F8FC;
}
.about-media__content .content .link .btn-more svg {
  width: 16px;
  height: 11px;
  color: currentColor;
}

.about-reason {
  padding: 80px 24px 160px;
  overflow-x: clip;
}
@media (min-width: 992px) {
  .about-reason {
    padding: 160px 24px 200px;
  }
}
.about-reason__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.about-reason .h-title {
  margin: 0 0 60px;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 992px) {
  .about-reason .h-title {
    margin-bottom: 88px;
    font-size: 30px;
  }
}
.about-reason__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 992px) {
  .about-reason__content {
    gap: 0;
  }
}
@media (min-width: 992px) {
  .about-reason__content .content-item {
    display: flex;
    gap: 64px;
  }
}
@media (max-width: 991px) {
  .about-reason__content .content-item:not(.reverse) .image {
    margin-left: -24px;
    margin-right: 64px;
  }
}
@media (min-width: 992px) {
  .about-reason__content .content-item:not(.reverse) .image {
    margin-left: -22vw;
  }
}
@media (max-width: 991px) {
  .about-reason__content .content-item.reverse .image {
    margin-left: 64px;
    margin-right: -24px;
  }
}
@media (min-width: 992px) {
  .about-reason__content .content-item.reverse {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .about-reason__content .content-item.reverse .image {
    margin-right: -22vw;
  }
}
@media (max-width: 991px) {
  .about-reason__content .content-item .image {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .about-reason__content .content-item .image {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .about-reason__content .content-item .content {
    max-width: 624px;
    width: 70%;
  }
}
.about-reason__content .content-item .reason-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .about-reason__content .content-item .reason-list {
    display: flex;
    flex-direction: column;
  }
}
.about-reason__content .content-item .reason-list li {
  padding: 16px 0 24px;
  border-bottom: 1px solid #E0E0E0;
}
@media (min-width: 992px) {
  .about-reason__content .content-item .reason-list li {
    display: flex;
    align-items: center;
    padding: 32px 0;
  }
}
.about-reason__content .content-item .reason-list li:first-child {
  border-top: 1px solid #E0E0E0;
}
.about-reason__content .content-item .reason-list .num {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 24px;
  color: #0080CC;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .about-reason__content .content-item .reason-list .num {
    width: 140px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .about-reason__content .content-item .reason-list .textbox {
    flex: 1;
  }
}
.about-reason__content .content-item .reason-list .textbox .title {
  margin: 0 0 23px;
  font-size: 18px;
}
.about-reason__content .content-item .reason-list .textbox .text {
  font-size: 15px;
  line-height: 2;
}
.about-reason__content .content-item .reason-list .textbox .text p {
  margin: 0;
}
.about-reason__button {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media (min-width: 992px) {
  .about-reason__button {
    margin-top: 80px;
  }
}
.about-reason__button .btn-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 280px;
  padding: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #142870;
  transition: 235ms ease;
}
.about-reason__button .btn-more .txt {
  flex: 1;
}
.about-reason__button .btn-more .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: linear-gradient(90deg, #0080CC 0%, rgba(0, 128, 204, 0) 100%);
  opacity: 0.5;
}
.about-reason__button .btn-more .icon svg {
  width: 16px;
  height: 11px;
  color: currentColor;
}
.about-reason__button .btn-more:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=maps/page-about.css.map */