@charset "utf-8";

/* common
-------------------------------------------------------*/
  :root {
    --fs-10: min(2.67vw, 27px);
    --fs-14: min(3.73vw, 38px);
    --fs-15: min(3.95vw, 40px);
    --fs-16: min(4.27vw, 43px);
    --fs-18: min(4.8vw, 49px);
  }
  body {
    background-color: #fff;
  }


  .p-home__section {
    font-family: 'fot-tsukuardgothic-std', sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -.05em;
  }


  input,
  textarea,
  button,
  select {
    font: inherit;
    border-radius: 0;
    outline: none;
  }
  
  button {
    padding: 0;
    margin: 0;
    color: inherit;
    cursor: pointer;
    background-color: transparent;
    border: none;
    box-shadow: none;
    appearance: none;
  }
  
  
  .p-home__section {
    padding: 0;
    background: inherit;
  }
  
  .p-home__mv {
    margin-top: 0rem;
    position: relative;
    z-index: 0;
  }
  
  .p-home__mv img {
    width: 100%;
  }
  
  .p-home__section00 {
    background-color: #ffd8d8;
    position: relative;
    padding: 0.5% 0 10%;
    margin-top: -0.5px;
  }
  
  .p-home__section01 {
    background-color: #91d7ed;
    position: relative;
    padding: 0.5% 0;
    padding-bottom: 1rem;
    margin-bottom: 0;
    margin-top: -0.5px;
  }

  .p-home__section01_title {
    margin-top: -10%;
  }
.p-home__section01-wrap{
  margin: 0 0 10%;
  background-image: url(https://cdn.pass.auone.jp/koto/special/images/article/20250916_01/index_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 5%;

}
.p-home__section01-wrap02{
  margin: 0 0 10%;
  background-image: url(https://cdn.pass.auone.jp/koto/special/images/article/20250916_01/index_bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 5%;

}

.p-home__section01-item{
  
  padding: 0% 0 0%;
}


.p-home-btn01 {
  display: block;
  width: 75%;
  margin: 0 auto;
  margin-top: 2%;
}


  @media only screen and (max-width: 57.9375em) {
    .p-home__section01 {
      padding: 1.5% 0;
      margin: 0;
      margin-top: -0.5px;
    }
  }

  @media only screen and (max-width: 47.9375em) {
    .p-home__section01 {
      padding: 1.5% 0;
      margin: 0;
      margin-top: -0.5px;
    }
  }
  .p-home__section01-inner {
    padding-bottom: 10%;


  }
  .img-a {
    width: 100%;
  }
  
  .p-home__section-wrap {
    width: 90%;
    margin: 0 auto;
  }
  
  .p-home-title {
    width: 65%;
    margin: 0 auto;
    padding-top: 4rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home-title {
      padding-top: 6.6666666667vw;
    }
  }
  
  .p-home-title img {
    width: 100%;
  }
  
  .p-home__item {
    margin-top: 5.5rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__item {
      margin-top: 5.6666666667vw;
    }
  }
  
  .p-home__item a {
    display: block;
    margin-top: 2rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__item a {
      margin-top: 2.6666666667vw;
    }
  }
  
  .p-home__item a img {
    width: 100%;
  }
  
  .p-home__item a:first-child {
    margin-top: 0;
  }
  
  .p-home-img12 {
    width: 100%;
  }
  
  .p-home__section02 {
    background-color: #ff9cd4; /* ベースの濃いピンク */
  
    background-image: repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.13),   /* 白 13%透明 */
      rgba(255, 255, 255, 0.13) 6px,
      transparent 6px,
      transparent 13px
    );
    margin-top: -4rem;
    margin-bottom: 0;

    position: relative;
/* 24個に分割 → 100 ÷ 24 ≒ 4.166% */
clip-path: polygon(
  0 4vw, 4.166% 0, 8.333% 4vw, 12.5% 0,
  16.666% 4vw, 20.833% 0, 25% 4vw, 29.166% 0,
  33.333% 4vw, 37.5% 0, 41.666% 4vw, 45.833% 0,
  50% 4vw, 54.166% 0, 58.333% 4vw, 62.5% 0,
  66.666% 4vw, 70.833% 0, 75% 4vw, 79.166% 0,
  83.333% 4vw, 87.5% 0, 91.666% 4vw, 95.833% 0,
  100% 4vw,
  100% 100%, 0 100%
);
  }
  
  .p-home__section03 {
    margin: -10% 0 0;
    background-image: url(https://cdn.pass.auone.jp/koto/special/images/article/20250916_01/index_bg03.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20% 0 15%;

    position: relative;
/* 24個に分割 → 100 ÷ 24 ≒ 4.166% */
clip-path: polygon(
  0 4vw, 4.166% 0, 8.333% 4vw, 12.5% 0,
  16.666% 4vw, 20.833% 0, 25% 4vw, 29.166% 0,
  33.333% 4vw, 37.5% 0, 41.666% 4vw, 45.833% 0,
  50% 4vw, 54.166% 0, 58.333% 4vw, 62.5% 0,
  66.666% 4vw, 70.833% 0, 75% 4vw, 79.166% 0,
  83.333% 4vw, 87.5% 0, 91.666% 4vw, 95.833% 0,
  100% 4vw,
  100% 100%, 0 100%
);
  }
  
  .p-home__section04 {
    margin: -10% 0 0;
    background-color: #fffa6c; 
    padding: 20% 0 15%;

    position: relative;
/* 24個に分割 → 100 ÷ 24 ≒ 4.166% */
clip-path: polygon(
  0 4vw, 4.166% 0, 8.333% 4vw, 12.5% 0,
  16.666% 4vw, 20.833% 0, 25% 4vw, 29.166% 0,
  33.333% 4vw, 37.5% 0, 41.666% 4vw, 45.833% 0,
  50% 4vw, 54.166% 0, 58.333% 4vw, 62.5% 0,
  66.666% 4vw, 70.833% 0, 75% 4vw, 79.166% 0,
  83.333% 4vw, 87.5% 0, 91.666% 4vw, 95.833% 0,
  100% 4vw,
  100% 100%, 0 100%
);
  }




  @media only screen and (max-width: 47.9375em) {
    .p-home__section02 {
      margin-top: -5.3333333333vw;
      margin-bottom: 0;        
      padding-bottom: 15%;
    }
  }
  
  .p-home__section02-wrap {
    padding-top: 6rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section02-wrap {
      padding-top: 8.3333333333vw;
    }
  }
  
  .p-home-title04 {
    width: 100%;
    margin: 0 auto;
    margin-top: 6rem;
    display: block;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home-title04 {
      margin-top: 5.3333333333vw;
    }
  }
  
  .p-home-title04 img {
    width: 100%;
  }
  
  .p-home__section02-item-wrap {
    margin-top: 8rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section02-item-wrap {
      margin-top: 5.3333333333vw;
    }
  }

  .p-home__section02-items {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #1b1464;
    padding: 6rem 0;
    margin-top: 1rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section02-items {
      padding: 8vw 0;
    }
  }

  .p-txt11 {
    width: 111.1111111111vw;
    max-width: 972px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 57.9375em) {
    .p-txt11 {
      width: 90%;
    }
  }
  @media only screen and (max-width: 47.9375em) {
    .p-txt11 {
      width: 90%;
    }
  }

  .p-home__section02-item02 {
    width: 111.1111111111vw;
    max-width: 972px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 57.9375em) {
    .p-home__section02-item02 {
      width: 90%;
    }
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section02-item02 {
      width: 90%;
    }
  }
  
  .p-home__section02-item {
    display: flex;
    align-items: center;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 10px;
    column-gap: 4rem;
    margin-top: 1rem;
    padding: 2rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section02-item {
      column-gap: 4vw;
      padding: 2.6666666667vw;
      border-radius: 5px;
    }
  }
  
  .p-home__section02-item03 {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 5px;
    column-gap: 4rem;
    margin-top: 2rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section02-item03 {
      column-gap: 4vw;
    }
  }
  
  .p-home__section02-item03 div:first-child {
    display: flex;
    align-items: flex-start;
    column-gap: 2.6666666667vw;
  }
  
  .p-home__section02-item03 div:first-child img:first-child {
    width: 54%;
  }
  
  .p-home__section02-item03 div:first-child img:last-child {
    width: 36%;
  }
  
  .p-home__section02-item img {
    width: 100%;
  }
  
  .p-home__section02-item > div:first-child {
    width: 34%;   /* 左側の画像ボックスだけ幅指定 */
  }
  
  .p-home__section02-item > div:last-child {
    flex: 1;      /* 右側（テキスト＋ボタン）は残り幅いっぱい */
  }
  
  
  .p-home__section02-item div:last-child {
    width: 66%;
  }
  .p-home__section02-item {
    display: flex;
    gap: 1em;
    align-items: stretch; /* 左右の高さを揃える */
  }
  
  .p-home__section02-item > div:first-child {
    width: 34%; /* 左の画像ボックスだけ */
  }
  
  .p-home__section02-item > div:last-child {
    flex: 1;                   /* 右カラムは残り幅いっぱい */
    display: flex;              /* 縦配置にする */
    flex-direction: column;
  }
  
  .text-group {
    flex: 0 0 auto;             /* 上に固める */
  }
  
  .p-home-btn03,.p-home-btn04 {
    margin-top: auto;           /* 一番下へ押し下げる */
    display: inline-block;
    align-self: flex-start;     /* 左寄せ */
  }
  
  
  
  
  .p-home-btn03 img {
    width: 100%;
  }
  
  .title100 {
    width: 100%;
  }
  
  .p-more-wrap {
    padding: 14rem 0 8rem;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: -21.3333333333vw;
    position: static;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-more-wrap {
      padding: 26.6666666667vw 0 5.6666666667vw;
    }
  }
  
  .p-more-wrap02 {
    padding: 10.6666666667vw 0 5.6666666667vw;
    background: linear-gradient(rgba(255, 255, 255, 0), #003894 25%);
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: -21.3333333333vw;
    position: relative;
  }
  
  .txt-hide {
    display: none;
    padding-bottom: 21.3333333333vw;
  }
  
  .txt-hide02 {
    display: none;
    padding-bottom: 21.3333333333vw;
  }
  
  button.more {
    display: block;
    color: #ffffff;
    background-color: #333333;
    margin: 0 auto;
    border: none;
    outline: 0;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
    font-size: 4.4rem;
    font-weight: 700;
    position: relative;
    border-radius: 5px;
    width: 60rem;
    padding: 2rem 0;
    max-width: 100%;
  }
  @media only screen and (max-width: 47.9375em) {
    button.more {
      font-size: 5.8666666667vw;
      width: 90%;
      padding: 2.6666666667vw 0;
    }
  }
  
  button.more02 {
    display: block;
    color: #ffffff;
    background-color: #333333;
    margin: 0 auto;
    border: none;
    outline: 0;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
    font-size: 4.4rem;
    font-weight: 700;
    position: relative;
    border-radius: 5px;
    width: 60rem;
    padding: 2rem 0;
    max-width: 100%;
  }
  @media only screen and (max-width: 47.9375em) {
    button.more02 {
      font-size: 5.8666666667vw;
      width: 90%;
      padding: 2.6666666667vw 0;
    }
  }
  
  button.more.on-click {
    margin-top: -18%;
  }
  button.more02.on-click {
    margin-top: -18%;
  }
  
  button.more::after {
    content: "もっと見る";
    transition: 0.2s;
    -erbkit-transition: 0.2s;
  }
  
  button.more.on-click::after {
    content: "閉じる";
  }

  button.more02::after {
    content: "もっと見る";
    transition: 0.2s;
    -erbkit-transition: 0.2s;
  }
  
  button.more02.on-click::after {
    content: "閉じる";
  }
  .p-home-arrow01 {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 4vw;
    width: 8%;
    transition: 0.2s;
  }
  
  .p-home-arrow02 {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 4vw;
    width: 8%;
    transition: 0.2s;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home-arrow01 {
      width: 6%;
      right: 6.6666666667vw;
    }
    .p-home-arrow02 {
      width: 6%;
      left: 6.6666666667vw;
    }
  }

  .more.on-click .p-home-arrow01 {
    transform: rotate(180deg);
    width: 6%;
    top: 40%;
  }

  .more.on-click .p-home-arrow02 {
    transform: rotate(180deg);
    width: 6%;
    top: 40%;
  }
  
  .more02.on-click .p-home-arrow01 {
    transform: rotate(180deg);
    width: 6%;
    top: 40%;
  }
  
  .more02.on-click .p-home-arrow02 {
    transform: rotate(180deg);
    width: 6%;
    top: 40%;
  }
  
  .more04.on-click .p-home-arrow01 {
    transform: rotate(180deg);
    width: 32%;
    top: 30%;
  }
  
  .more04.on-click .p-home-arrow02 {
    transform: rotate(180deg);
    width: 32%;
    top: 30%;
  }
  
  .more03.on-click .p-home-arrow01 {
    transform: rotate(180deg);
    width: 32%;
    top: 30%;
  }
  
  .more03.on-click .p-home-arrow02 {
    transform: rotate(180deg);
    width: 32%;
    top: 30%;
  }
  
  
  
  .p-home-title05 {
    width: 90%;
    margin: 0 auto;
  }
  
  .p-home-title05 {
    margin: 0 auto;
    width: 90%;
  }
  .p-home__section08 {
    background: linear-gradient(180deg, #c25795, #f36d69);
    padding-bottom: 8em;
  }
  @media only screen and (max-width: 57.9375em) {

    .p-home__section08 {
      background: linear-gradient(180deg, #c25795, #f36d69);
      padding-bottom: 8em;
    }
  }
  @media only screen and (max-width: 47.9375em) {

    .p-home__section08 {
      background: linear-gradient(180deg, #c25795, #f36d69);
      padding-bottom: 5em;
    }
  }
  @media only screen and (max-width: 37.9375em) {

    .p-home__section08 {
      background: linear-gradient(180deg, #c25795, #f36d69);
      padding-bottom: 4em;
    }
  }
  @media only screen and (max-width: 27.9375em) {

    .p-home__section08 {
      background: linear-gradient(180deg, #c25795, #f36d69);
      padding-bottom: 3em;
    }
  }
  
  .p-home__section07 {
    margin-bottom: 0;
  }
  .p-home__section07-wrap{

    margin-bottom: 10.6666666667vw;

  }
  .p-home__section06 {
    background-color: #FFE96C;
    padding-bottom: 9rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section06 {
      margin-bottom: 0;
      padding-bottom: 10.6666666667vw;
    }
  }
  
  .p-home__section06-img01 {
    padding-top: 8rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section06-img01 {
      padding-top: 10.6666666667vw;
    }
  }
  
  .p-home__section06 img:first-child {
    width: 100%;
  }
  
  .p-home__section06__item-wrap {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 9rem 3rem;
    margin-top: 5rem;
    color: #233357;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section06__item-wrap {
      padding: 10.6666666667vw 5.3333333333vw;
      margin-top: 5.3333333333vw;
    }
  }
  
  .p-home__section06__item {
    margin-top: 8rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section06__item {
      margin-top: 9.3333333333vw;
    }
  }
  
  .p-home__section06__item h2 {
    font-size: 4em;
    font-weight: 700;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section06__item h2 {
      font-size: 4.8vw;
    }
  }
  
  .p-home-section06__line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #233357;
    margin: 3rem 0;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home-section06__line {
      margin: 3.2vw 0;
    }
  }
  
  .p-home__section06__item div {
    display: flex;
    align-items: flex-start;
    column-gap: 0.4rem;
    font-size: 3em;
    margin-top: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section06__item div {
      column-gap: 0.5333333333vw;
      font-size: 3.7333333333vw;
      margin-top: 1.3333333333vw;
    }
  }
  
  .p-home__section06__item20 {
    position: relative;
    display: block;
    padding-left: 3rem;
    font-size: 3em;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section06__item20 {
      font-size: 3.4666666667vw !important;
      padding-left: 3.2vw;
    }
  }
  
  .p-home__section06__item21::after {
    position: absolute;
    content: "②";
    top: 0;
    left: 0;
  }
  
  .p-home__section06__item21 {
    position: relative;
    padding-left: 3rem;
    font-size: 3em;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section06__item21 {
      font-size: 3.4666666667vw !important;
      padding-left: 3.2vw;
    }
  }
  
  .p-home__section06__item20::after {
    position: absolute;
    content: "①";
    top: 0;
    left: 0;
  }
  
  .p-home__section06__item20 a {
    color: #1D83C6;
    position: relative;
  }
  
  .p-home__section06__item div a {
    color: #1D83C6;
    position: relative;
  }
  
  .p-home__section06__item div a::after {
    content: "";
    position: absolute;
    bottom: 0vw;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1D83C6;
  }
  
  .p-home-txt10 {
    font-size: 3em;
    margin-top: 3rem;
    font-weight: 700;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home-txt10 {
      font-size: 2.6666666667vw;
      margin-top: 2.6666666667vw;
    }
  }
  
  .p-home-txt11 {
    font-size: 3em;
    margin-top: 1rem;
    font-weight: 700;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home-txt11 {
      font-size: 2.6666666667vw;
      margin-top: 1.0666666667vw;
    }
  }
  
  .p-home-txt12 {
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home-txt12 {
      font-size: 3.2vw;
    }
  }
  
  .p-home-txt12 a {
    color: #003894;
  }
  
  .p-home-btn11 {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 5.3333333333vw;
  }
  
  .p-home-btn11 img {
    width: 100%;
  }
  
  .p-home__section07 {
    background-color: #e89d3b;
    padding: 10.6666666667vw 0;
  }
  
  .p-home__section07-item {
    padding: 0 0 0;
  }
  
  .img6 {
    padding-bottom: 8.3333333333vw;
    display: block;
  }
  
  .img42 {
    width: 78%;
    margin: 0 auto;
    margin-top: 5.3333333333vw;
  }
  
  .img43 {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 2.3333333333vw;
    margin-bottom: 10.3333333333vw;
  }
  
  .img44 {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 5.3333333333vw;
  }
  .img67 {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 2.3333333333vw;
    margin-bottom: 7.3333333333vw;
  }
  
  .img44_01 {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 10.3333333333vw;
    margin-bottom: 10.3333333333vw;
  }
  
  .img44_02 {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 3.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  
  .img45 {
    margin-top: 8vw;
  }
  
  .img46 {
    width: 76%;
    margin: 0 auto;
  }
  
  .img40 {
    width: 100%;
  }
  
  .img48 {
    width: 76%;
    margin: 0 auto;
    margin-top: 6rem;
  }



  @media only screen and (max-width: 47.9375em) {
    .img48 {
      margin-top: 6.6666666667vw;
    }
  }
  
  .img50 {
    width: 84%;
    margin: 0 auto;
    margin-top: 5rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .img50 {
      margin-top: 5.3333333333vw;
    }
  }
  
  .img47 {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .img47 {
      margin-top: 5.3333333333vw;
    }
  }
  
  .p-home__section07-item02 {
    position: relative;
    width: 88%;
    margin: 0 auto;
    margin-top: 5rem;
  }
  @media only screen and (max-width: 47.9375em) {
    .p-home__section07-item02 {
      margin-top: 5.3333333333vw;
    }
  }
  
  .img61 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3rem;
    width: 90%;
  }
  @media only screen and (max-width: 47.9375em) {
    .img61 {
      bottom: 5.3333333333vw;
    }
  }
  
  .img61 img {
    width: 100%;
  }
  
  .img44 img {
    width: 100%;
  }
  
  .img45 {
    width: 100%;
  }
  
  .img47 img {
    width: 100%;
  }
  
  .img60 {
    width: 100%;
  }
  


  .copy{
    font-size: 12px;
color: #fff;
text-align: right;
font-weight: bold;
margin-top:5px;
  }






  .movie-wrap {
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin:5% 7% 0 ;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}








/* floating
-------------------------------------------------------*/

.bottom-fixed-button2 {
  position: fixed;
   bottom: 4%;
   width: 90%;
   right: 50%;
   left: 50%;
   padding: 0 10px;
   max-width: 1000px;
   margin: 0 auto;
   transform: translate(-50%, -50%);
       z-index: 1;
}



.bottom-fixed-button {
  position: fixed;
  bottom: 8%;
  width: 30%;
  right: 0%;
  padding: 0 10px;
  max-width: 150px;
  z-index: 10;
}

/*----------------------------------------------------------
link
----------------------------------------------------------*/
.linkBlock {
  position: relative;
}
.linkBlock__item {
  position: absolute;
}
.linkBlock__anchor {
  display: inline-block;
}
.linkBlock__img {
  width: 100%;
}

/* あんしんバナー変更20250211- */
.linkBlockType01__linkList__item-anshin {
  top: 0;
  right: 7.962962963%;
  bottom: 0;
  left: 7.962962963%;
}

.sakuhin_title{
  font-size: 3rem;
  font-weight: 900;
  border-bottom: 2.5px solid #ea5539;
  margin: 0 0 2%;
  padding-bottom: 2%;

}
.sakuhin_text{
  font-size: 2.2rem;
  font-weight: 900;
  
}
.sakuhin_cp{
  font-size: 1.35rem;
  font-weight: 300; 
}
.small{
  font-size: 1.35rem;
}

@media only screen and (max-width: 47.9375em) {
  .sakuhin_title{
    font-size: 2rem;
    font-weight: 900;
    border-bottom: 2.5px solid #ea5539;
    margin: 0 0 2%;
    padding-bottom: 2%;
  }
  .sakuhin_text{
    font-size: 1.5rem;
    font-weight: 900;
  }
  .sakuhin_cp{
    font-size: 0.95rem;
    font-weight: 300;
  }
  .small{
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 37.9375em) {

  .sakuhin_title{
    font-size: 1.5rem;
    font-weight: 900;
    border-bottom: 2.5px solid #ea5539;
    margin: 0 0 2%;
    padding-bottom: 2%;
  
  }
  .sakuhin_text{
    font-size: 1.24rem;
    font-weight: 900;
    
  }
  .sakuhin_cp{
    font-size: 0.79rem;
    font-weight: 300;
    
  }
  .small{
    font-size: 0.79rem;
  }
}

@media only screen and (max-width: 25.9375em) {
  .sakuhin_title{
    font-size: 1.3rem;
    font-weight: 900;
    border-bottom: 2.5px solid #ea5539;
    margin: 0 0 2%;
    padding-bottom: 2%;
  
  }
  .sakuhin_text{
    font-size: 1.2rem;
    font-weight: 900;
    
  }
  .sakuhin_cp{
    font-size: 0.53rem;
    font-weight: 300;
    
  }
  .small{
    font-size: 0.53rem;
  }
}

/*----------------------------------------------------------
max_image
----------------------------------------------------------*/

.max_image{
  position: relative;
}
.max_image .bg_image{
  display: block;
  max-width: 100%;
  height: auto;
}
.max_image .btn_image:nth-of-type(2){
  position: absolute;
  left: 50%;
transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
}

/*----------------------------------------------------------
plofile_box
----------------------------------------------------------*/


.plofile_box{
  background-color: #ffd8d8;
  margin: 2% 10% 15%;
  border: #000000 1.5px solid;
}
.plofile_box_midashi{
  padding: 4%;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.plofile_box_inner{
  padding: 4%;
  border-top: #000000 1.5px solid;
  font-size: 0.9rem;
  line-height: 1.8;
  font-family: "heisei-maru-gothic-std", sans-serif;
}
.plofile_box_inner_title{
  padding: 2% 0 1%;
  font-weight: 900;
}
.plofile_box_inner_text{
  padding: 0 0 2%;
  font-weight: 400;
}
.plofile_box_inner_text a{
  font-weight: 900;
  border-bottom: 1px solid #000000;
  color: #000000;
}

.p-home__section04-item{
  background-color: #ffffff;
  padding: 10% 5%;
  margin: 0 0 5%;
  color: #333333;
}
.p-home__section04-item-title{
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0 2%;
}
.p-home__section04-item-text{
  border-top: #333333 2px solid;
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0 0 5%;
  padding:5% 0 0;
}
.p-home__section04-item-text li{
  padding:0 0 2%;
}
.p-home__section04-item-text p{
  margin: 0 0 2%;
}
.p-home__section04-item-text span{
  font-size: 0.9rem;
  font-weight: 900;
  margin: 0 0 2%;
}
.p-home__section04-item-text a{
  border-bottom: #333333 1px solid;
}
ol.circle-num {
  counter-reset: number; /* カウンター初期化 */
  list-style: none;
  padding-left: 1.5em;
}

ol.circle-num li {
  counter-increment: number;
  margin-bottom: 0.5em;
  position: relative;
}

ol.circle-num li::before {
  content: counter(number);
  font-family: "Arial Unicode MS", "Hiragino Sans", sans-serif;
  position: absolute;
  left: -1.5em;
  top: 0;
}

/* 丸数字に変換 (1〜20まで) */
ol.circle-num li::before {
  content: counter(number, decimal);
}
ol.circle-num li:nth-child(1)::before { content: "①"; }
ol.circle-num li:nth-child(2)::before { content: "②"; }
ol.circle-num li:nth-child(3)::before { content: "③"; }
ol.circle-num li:nth-child(4)::before { content: "④"; }
ol.circle-num li:nth-child(5)::before { content: "⑤"; }
/* 必要なら20くらいまで続ける */




@media only screen and (max-width: 47.9375em) {

  .p-home__section04-item-title{
    font-size: 1.3rem;
  }
  .p-home__section04-item-text{
    font-size: 1rem;
  }
  .p-home__section04-item-text span{
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 37.9375em) {

  .p-home__section04-item-title{
    font-size: 1.3rem;
  }
  .p-home__section04-item-text{
    font-size: 1rem;
  }
  .p-home__section04-item-text span{
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 25.9375em) {

  .p-home__section04-item-title{
    font-size: 1.3rem;
  }
  .p-home__section04-item-text{
    font-size: 1rem;
  }
  .p-home__section04-item-text span{
    font-size: 0.9rem;
  }
}
.ls{
   letter-spacing: -0.25rem;
}
  