@charset "utf-8";
.invisible-style{
  display: none!important;
}

html {
  word-break: auto-phrase;
}

body{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #02244B;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}

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

a {
  text-decoration: none;
  cursor: pointer;
  color: #02244B;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  color: #02244B;
  transition: all 0.5s;
}
.link-opacity:hover {
  opacity: 0.5;
}

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

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


/* 共通パーツ */
.inner {
  max-width: 1920px!important;
  margin: 0 auto;
}

/* パンくずリスト　*/
.pg-breadcrumb {
    display: flex;
    align-items: center;
    column-gap: 0.5em;
    max-width: 1920px!important;
}
.breadcrumb__text {
      font-weight: 400;
    font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
  color: #909090;
}
.breadcrumb__text--blue {
  color: #2A60B6;
}

/* pcとspの文字切り替え */
.sp-content {
  display: none;
}
@media (max-width: 767px) {
    .pc-content {
    display: none;
  }
  .sp-content {
    display: block;
  }
}

/* pg__fv */
.pg-top__bg {
      position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    left: 0;
}
.pg__fv {
      width: clamp(32.5rem, -5.75rem + 79.69vw, 89.875rem);
    margin-left: auto;
}
.pg-fv__inner {
      padding-top: clamp(5rem, 4.542rem + 0.95vw, 5.688rem);
    padding-right: 20px;
    position: relative;
}
.pg-fv__deco {
      position: absolute;
    right: 0;
    top: 0;
    width: 41%;
    z-index: -1;
}
.pg-fv__title {
      margin-top: 10px;
    font-size: clamp(2rem, 1.25rem + 1.56vw, 3.125rem);
    font-weight: 700;
    color: #02244B;
}
@media (max-width: 767px) {
  .pg-top__bg {
        height: 1018px;
    object-fit: cover;
  }
  .pg__fv {
    width: 100%;
  }
  .pg-fv__inner {
    padding-left: 20px;
  }
}

/* pg__top */
.pg__top {
      width: clamp(32.5rem, -5.75rem + 79.69vw, 89.875rem);
    margin-left: auto;
    padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
}
.pg-top__inner {
  padding-right: clamp(0.625rem, -12.375rem + 20.31vw, 12rem);
}
.pg-top__text {
      margin-top: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    line-height: 2;
    font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    font-weight: 500;
}
.pg-top__box {
      margin-top: clamp(1.25rem, -0.417rem + 3.47vw, 3.75rem);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(0.75rem, -0.417rem + 2.43vw, 2.5rem);
}
.pg-top__img {
      height: auto;
    object-fit: cover;
    aspect-ratio: 603/658;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .pg__top {
        width: 100%;
    padding-left: 10px;
  }
  .pg-top__img {
    aspect-ratio: 172/240;
  }
}
@media (max-width: 374px) {
  .pg-top__text {
    font-size: 12px;
  }
}

/* title1 */
.title1 {
      display: flex;
    align-items: center;
    column-gap: clamp(0.375rem, 0.187rem + 0.39vw, 0.5rem);
}
.title1__icon {
      width: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
    height: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
    background-color: #2A60B6;
    transform: rotate(45deg);
}
.title1__main {
      font-size: clamp(1.375rem, 0.625rem + 1.56vw, 2.5rem);
    font-weight: 700;
    color: #2A60B6;
}
@media (max-width: 374px) {
  .title1__main {
    font-size: 18px;
  }
}

/* btn1 */
.btn1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(15.938rem, 13.438rem + 5.21vw, 19.688rem);
  padding: 12px clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  background: #2A60B6;
  border: 1px solid #2A60B6;
  border-radius: 34px;
  color: #fff;
  text-decoration: none;
  transition: all .4s ease;
}
.btn1__text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
}
/* 菱形 */
.btn1__icon {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: clamp(2rem, 1.5rem + 1.04vw, 2.75rem);
  height: clamp(2rem, 1.5rem + 1.04vw, 2.75rem);
  transform: rotate(45deg);
  border-radius: 8px;
  background: #fff;
  transition: all .4s ease;
}
/* 中身だけ回転を戻す */
.btn1__iconInner {
  position: absolute;
  inset: 0;
  transform: rotate(-45deg);
}
/* 矢印 */
.btn1__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
  height: 1px;
  background: currentColor;
  color: #2A60B6;
  transition:
    transform .4s cubic-bezier(.77,0,.18,1),
    color .4s ease;
}
.btn1__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
  height: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
/* アニメーション */
.btn1__arrow--current {
  transform: translate(-50%, -50%);
}
.btn1__arrow--next {
  transform: translate(-350%, -50%);
}
/* Hover */
.btn1:hover {
  background: #fff;
  color: #2A60B6;
}
.btn1:hover .btn1__icon {
  background: #2A60B6;
}
.btn1:hover .btn1__arrow {
  color: #fff;
}
.btn1:hover .btn1__arrow--current {
  transform: translate(350%, -50%);
}
.btn1:hover .btn1__arrow--next {
  transform: translate(-50%, -50%);
}
.btn1--back {
  flex-direction: row;
}
.btn1--back .btn1__arrow--current {
  transform: translate(-50%, -50%) scaleX(-1);
}
.btn1--back .btn1__arrow--next {
  transform: translate(350%, -50%) scaleX(-1);
}
.btn1--back:hover .btn1__arrow--current {
  transform: translate(-350%, -50%) scaleX(-1);
}
.btn1--back:hover .btn1__arrow--next {
  transform: translate(-50%, -50%) scaleX(-1);
}

/* 縦書き */
.vertical {
  width: auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
}
   
/* アニメーション */
.anime2 {
  animation-delay: 0.5s;
}
.anime3 {
  animation-delay: 1s;
}
.anime4 {
  animation-delay: 1.5s;
}
.anime5 {
  animation-delay:2s;
}
.anime6 {
  animation-delay: 2.5s;
}
.anime7 {
  animation-delay: 3s;
}
.anime8 {
  animation-delay: 3.5s;
}
.anime9 {
  animation-delay: 4s;
}
.anime10 {
  animation-delay: 4.5s;
}
.anime11 {
  animation-delay: 5s;
}
.anime12 {
  animation-delay: 5.5s;
}
.anime13 {
  animation-delay: 6s;
}
.anime14 {
  animation-delay: 6.5s;
}
