@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
* html {
  overflow-y: scroll;
}

* body {
  width: 100%;
}

* img {
  display: block;
  width: 100%;
}

* button {
  position: relative;
  display: block;
  cursor: pointer;
  border: 0;
}

* main {
  position: relative;
  background: url(../image/new/2506/back_pattern_main.webp) repeat center/contain;
  margin-top: 0 !important;
  padding-bottom: 60px;
  z-index: 0;
}

* main::before, * main::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../image/new/2506/back_pattern.webp) repeat center/contain;
  width: 15%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  * main::before, * main::after {
    background: none;
  }
}

* main::after {
  left: inherit;
  right: 0;
  transform: scale(-1, 1);
}

* section {
  position: relative;
  z-index: 10;
}

* a {
  text-decoration: none !important;
}

* .c-link__before::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  * .pc,
  * .br-pc {
    display: none;
  }
}

* .sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  * .sp {
    display: block;
  }
}

* .c-spbr {
  display: inline-block;
}

* .w_1000 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

* .col2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 45px;
}

.pg-new {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
  font-style: normal;
}

.pg-new__title {
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

.pg-new__menu > .col2 {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu > .col2 {
    padding-bottom: 30px;
    width: 80%;
  }
}

.pg-new__menu > .col2::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 300px;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu > .col2::before {
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    height: 80%;
    top: inherit;
    bottom: -10px;
    z-index: -10;
  }
}

.pg-new__menu .img {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu .img {
    width: 100%;
  }
}

.pg-new__menu .img img {
  position: relative;
  z-index: 10;
}

.pg-new__menu .text {
  position: relative;
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu .text {
    position: static;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
  }
}

.pg-new__menu .text h3 {
  margin-bottom: 20px;
}

.pg-new__menu .text .icon {
  position: absolute;
  -webkit-transform: translateY(-100%) translateX(-100%);
  -moz-transform: translateY(-100%) translateX(-100%);
  -ms-transform: translateY(-100%) translateX(-100%);
  -o-transform: translateY(-100%) translateX(-100%);
  transform: translateY(-100%) translateX(-100%);
  top: 0;
  left: 0;
  z-index: 20;
  background: #004A8A;
  border-radius: 30px 0 30px 0;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu .text .icon {
    -webkit-transform: translateY(0%) translateX(0%);
    -moz-transform: translateY(0%) translateX(0%);
    -ms-transform: translateY(0%) translateX(0%);
    -o-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
    top: 50px;
    border-radius: 0 30px 0 30px;
  }
}

.pg-new__menu .text .icon img {
  width: 70px;
}

@media screen and (max-width: 736px) {
  .pg-new__menu .text .icon img {
    width: 60px;
  }
}

.pg-new__menu .text p {
  line-height: 1.8;
  font-size: clamp(0.85rem, 1vw, 0.9rem);
}

.pg-new__menu button {
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 95%;
  background: #004A8A;
  width: 130px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  z-index: 50;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu button {
    top: 100%;
    left: 50%;
    display: grid;
    grid-template-columns: auto 20px;
    align-items: center;
    justify-content: center;
    max-width: 330px;
    width: 80%;
    aspect-ratio: auto;
  }
}

.pg-new__menu button::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 100vmax;
  border: solid 1px white;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu button::before {
    display: none;
  }
}

.pg-new__menu button a {
  display: block;
  color: white;
  font-size: clamp(1rem, 2vw, 1.1rem);
  margin-bottom: 3px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu button a {
    padding: 20px;
    margin-bottom: 0;
  }
}

.pg-new__menu button img {
  width: 25px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu button img {
    position: relative;
    top: 2px;
    width: 20px;
  }
}

.pg-new__menu:nth-child(odd) > .col2 {
  flex-direction: row-reverse;
}

.pg-new__menu:nth-child(odd) .text .icon {
  background: #FFC400;
  border-radius: 0 30px 0 30px;
  left: -25px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu:nth-child(odd) .text .icon {
    left: 0;
  }
}

.pg-new__menu:nth-child(odd) button {
  background: #FFC400;
}

.pg-new__menu:nth-child(odd) button::before {
  border: solid 1px #004A8A;
}

.pg-new__menu:nth-child(odd) button a {
  color: #004A8A;
}

.pg-new__menu.menu_01 .col2::before {
  background: url(../image/new/2506/text_back_01.svg) no-repeat center/contain;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_01 .col2::before {
    background: url(../image/new/2506/text_back_sp.svg) no-repeat bottom center/contain;
  }
}

.pg-new__menu.menu_01 .text h3 img {
  max-width: 230px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_01 .img img {
    scale: 1.2;
    top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_02 {
    margin-bottom: 90px;
  }
}

.pg-new__menu.menu_02 .col2::before {
  background: url(../image/new/2506/text_back_02.svg) no-repeat center/contain;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_02 .col2::before {
    background: url(../image/new/2506/text_back_sp.svg) no-repeat bottom center/contain;
  }
}

.pg-new__menu.menu_02 .img img {
  scale: 1.1;
  left: -100px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_02 .img img {
    scale: 1.3;
    top: 45px;
    left: 0;
    transform: rotate(-10deg);
  }
}

.pg-new__menu.menu_02 .text h3 img {
  max-width: 160px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_02 .text h3 img {
    max-width: 270px;
    margin-inline: auto;
  }
}

.pg-new__menu.menu_03 .col2 {
  background: url(../image/new/2506/text_back_03.svg) no-repeat center/contain;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_03 .col2 {
    background: url(../image/new/2506/text_back_sp.svg) no-repeat bottom center/contain;
  }
}

.pg-new__menu.menu_03 .text h3 img {
  max-width: 220px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_03 .text h3 img {
    max-width: 200px;
  }
}

.pg-new__menu.menu_03 .img {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_03 .img img {
    display: block;
    scale: 1.2;
    top: 45px;
  }
}

.pg-new__menu.menu_03 .img .sub {
  position: absolute;
  width: 140px;
  bottom: 0;
  right: -35px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_03 .img .sub {
    width: 25%;
    top: inherit;
    bottom: -50px;
    right: 0px;
  }
}

.pg-new__menu.menu_04 {
  margin-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_04 {
    margin-bottom: 120px;
  }
}

.pg-new__menu.menu_04 .col2::before {
  background: url(../image/new/2506/text_back_04.svg) no-repeat center/contain;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_04 .col2::before {
    background: url(../image/new/2506/text_back_sp.svg) no-repeat bottom center/contain;
  }
}

.pg-new__menu.menu_04 .img img {
  scale: 1.3;
  left: -30px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_04 .img img {
    top: 35px;
    left: 0;
    scale: 1.5;
  }
}

.pg-new__menu.menu_04 .text h3 img {
  max-width: 220px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_04 .text h3 img {
    margin-inline: auto;
  }
}

.pg-new__menu.menu_05 .col2::before {
  background: url(../image/new/2506/text_back_05.svg) no-repeat center/contain;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_05 .col2::before {
    background: url(../image/new/2506/text_back_sp.svg) no-repeat bottom center/contain;
  }
}

.pg-new__menu.menu_05 .img img {
  scale: 1.5;
  left: 40px;
  top: -10px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_05 .img img {
    scale: 1.2;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 640px) {
  .pg-new__menu.menu_05 .img img {
    scale: 1.4;
  }
}

.pg-new__menu.menu_05 .text h3 img {
  max-width: 140px;
}

@media screen and (max-width: 1024px) {
  .pg-new__menu.menu_05 .text .icon {
    top: 0;
  }
}
