@charset "UTF-8";

html {
  font-size: 10px;
}

a {
  text-decoration: none;
  list-style: none;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.container {
  max-width: 1100px;
  padding: 0 2.5%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .container {
    padding: 0px 3.73vw;
    margin: 0 auto;
} 
}

p {
  font-size: 0.7812vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

.br-sp{
display: none;
}
@media screen and (max-width: 750px) {
 .br-sp{
  display: block;
 } 
 .br-pc{
  display: none;
 }
}

.footer__btn {
  display: none; /* 最初は非表示 */
}

.footer__btn.sticky {
  display: block; /* .stickyクラスが付与されたら表示 */
  position: fixed; /* 固定表示 */
}

/* header */
header {
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  header{
    position: absolute;
  }
}

.header{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0.5208vw 21.406vw 0.9687vw 1.666vw;
}
@media screen and (max-width: 750px) {
  .header{
    padding: 1.5vw 3.197vw;
  }
}

.header__inner{
  display: flex;
  align-items: flex-end;
  column-gap: 0.947vw;
}
.header__inner>p{
  color: #dc000c;
}
@media screen and (max-width: 750px) {
  .header__inner{
    column-gap: 14vw;
  }
  .header__inner>p {
    color: #dc000c;
    font-size: 3.19vw;
} 
}

.header__logo{
  width: 32.97%;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 39.07%;
}
}

.header__btn{
  position: relative;
  width: 23vw;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  padding: 0.3906vw 0 0.3906vw 0;
  border: 1px solid #0080B9;
  border-radius: 50vw;
  background-color: #0080B9;
}
.header__btn::after {
  content: "";
  position: absolute;
  top: 1vw;
  right: 1.3vw;
  width: 0.4vw;
  height: 0.4vw;
  margin: auto;
  border-top: 0.13vw solid #fff;
  border-right: 0.13vw solid #fff;
  transform: translateY(2px) rotate(45deg);
}
.header__btn:focus,.header__btn:hover{
  background-color: #fff;
  border-color: #0080B9;
  transition: .25s;
  color: #0080B9;
}
.header__btn:focus::after,.header__btn:hover::after{
  border-top: 0.2vw solid #0080B9;
  border-right: 0.2vw solid #0080B9;
}
.header__btn--circle {
  position: absolute;
  width: 12.98%;
  top: 0.2vw;
  left: 0.3vw;
}
.header__btn--circle img{
  transition: .25s;
}
.header__btn--circle img:last-of-type{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header__btn--circle:hover img:first-of-type{
  opacity: 0;
}
.header__btn--circle:hover img:last-of-type{
  opacity: 1;
}
.header__btn span{
  font-size: 0.9895vw;
}
.header__btn--left{
  position: absolute;
  top: 0.6vw;
  left: 5.5vw;
  width: 0.4vw;
}
.header__btn--right{
  position: absolute;
  top: 0.6vw;
  right: 5.6vw;
  width: 0.4vw;
}
@media screen and (max-width: 750px) {
  .header__btn{
    display: none;
  }
}

/* main */
.main__fv{
  margin-top: -4.45vw;
}
.fv--image{
  position: relative;
}
.fv--image--sp{
  display: none;
}
@media screen and (max-width: 750px) {
  .main__fv {
    margin-top: 9.55vw;
}
  .fv--image{
    display: none;
  }
  .fv--image--sp{
    display: block;
  }
}
.fv--medal{
  position: absolute;
  top: 27vw;
  right: 15.5vw;
  width: 32.78vw;
}
.fv--image--sp{
  font: none;
}
.main__fv__balloon{
  position: absolute;
  top: 7vw;
  left: 8vw;
  width: 12.53%;
}
.main__fv>p{
  position: absolute;
  top: 8vw;
  left: 8.8vw;
  text-align: center;
  color: #fff;
  font-size: 1.197vw;
  transform: rotate(-5deg) !important;
}
@media screen and (max-width: 750px) {
  .main__fv__balloon,.main__fv>p,
  .main__fv--logo,.main__fv--image,.fv--medal{
    display: none;
  }
  .fv--medal--sp{
    display: block;
    position: absolute;
    top: 107vw;
    right: 4vw;
    width: 92.45vw;
  }
}
.main__fv__title{
  position: absolute;
  top: 9.5vw;
  left: 17.5vw;
  text-align: center;
}
.main__fv__title h1{
  font-size: 3.021vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
.main__fv__title h2{
  font-size: 1.718vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  display: inline-block;
    background-size: 1.25vw 0.2vw;
    background-image: linear-gradient(to right, #a5a5a5 0.6vw, transparent 0.6vw);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 0.5vw;
    margin-bottom: 0.5vw;
}
.main__fv__title span{
  color: #dc000c;
}
.main__fv__title h2 span{
  font-size: 2.135vw;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 750px) {
  .main__fv__title{
    top: 16vw;
    left: 6.5vw;
  }
  .main__fv__title h1 {
    font-size: 8.792vw;
    font-weight: 700;
    line-height: 1.3;
  }
  .main__fv__title h2{
    font-size: 5.062vw;
    font-weight: 700;
    background-size: 4vw 0.5vw;
    background-image: linear-gradient(to right, #a5a5a5 2vw, transparent 2vw);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
  }
  .main__fv__title h2 span {
    font-size: 6.394vw;
    letter-spacing: 0.07em;
  }
}
.main__fv--logo{
  position: absolute;
  top: 8vw;
  left: 43vw;
  width: 6vw;
}
.main__fv--image{
  position: absolute;
    top: 24vw;
    left: 9.8vw;
    width: 40vw;
}
.main__fv--image--sp{
  position: absolute;
  top: 52.5vw;
  left: 11vw;
  display: none;
}
.main__fv--logo--sp{
  display: none;
}
@media screen and (max-width: 750px) {
  .main__fv--image--sp{
    display: block;
    width: 81.3vw;
  }
  .main__fv--logo--sp{
    display: block;
    width: 100%;
    position: absolute;
    top: 67.5vw;
  }
}

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
}


.form__title {
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #dc000c;
  padding-top: 3.799rem;
}
.form__title::after {
  content: '';
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  border-right: 3rem solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 2.5rem solid #dc000c;
  border-left: 3rem solid transparent;
  box-sizing: border-box;
}
.form__sub-title {
  width: 56.7rem;
  max-width: 566.97px;
  border-radius: 5rem;
  margin: 0 auto;
  transform: translateX(-3rem);
  background-color: #fff;
}
.form__sub-title h2 {
  padding: 0.69rem 0 0.92rem 0.19rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
.form__sub-title span{
  color: #dc000c;
  font-weight: 600;
  font-size: 2.2rem;
}
.form__title--image {
  position: absolute;
  top: -4rem;
  right: calc((100% - 14.1rem) / 2);
  transform: translateX(25rem);
  width: 14.1rem;
  max-width: 141.46px;
}
@media screen and (max-width: 750px) {
  .form__title{
    padding-top: 3.5vw;
  }
  .form__title::after {
    bottom: -17%;
    border-right: 5.383vw solid transparent;
    border-bottom: 0 solid transparent;
    border-top: 4.833vw solid #dc000c;
    border-left: 5.383vw solid transparent;
}
.form__sub-title h2 {
  padding: 0.7vw 0 1.3vw 19.1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3.996vw;
}
.form__sub-title span {
  color: #dc000c;
  font-weight: 700;
  font-size: 4.52vw;
}
.form__sub-title {
  width: 100vw;
  border-radius: 0;
  margin-left: 0;
  background-color: #fff;
  transform: translateX(0);
}
.form__title--image {
  position: absolute;
  top: -7vw;
  left: 0.5vw;
  right: 0;
  width: 20.25vw;
  transform: translateX(0);
}
.form__section::after {
  border-right: 6.383vw solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 6vw solid #dc000c;
  border-left: 6.383vw solid transparent;
}
}
.form__title--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0.768rem 0 2.797rem;
}
.form__title--text {
  padding: 2.016rem 1.499rem 2.38rem;
  border-radius: 50%;
  border: 2px solid #fff;
}
.form__title--text p{
  font-size: 2.5rem;
}
.form__main-title h1{
  font-size: 3.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .form__title--flex {
    padding: 3.4vw 0;
}
  .form__main-title h1 {
    font-size: 5.86vw;
    letter-spacing: 0.03em;
}
.form__title--text {
  padding: 2.85vw 1.781vw 3.14vw;
  border-radius: 50%;
  border: 2px solid #fff;
}
.form__title--text p {
  font-size: 4.795vw;
}
}


.form__section {
  position: relative;
  z-index: 1;
  background-color: #FFEDED;
  padding-bottom: 7.159rem;
}
.form__section__sub-title {
  position: relative;
  padding: 7.68rem 3.909rem 3.84rem;
}
.form__section__sub-title h2{
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.form__section__sub-title span{
  color: #dc000c;
}
.form__section__sub-title .title__left {
  position: absolute;
  top: 12rem;
  left: 12rem;
  width: 2.879rem;
}
.form__section__sub-title .title__right {
  position: absolute;
  top: 11rem;
  right: 11rem;
  width: 2.879rem;
}




.form__section__box__contents {
  padding-left: 2.168rem;
}
.form__section__box {
  padding: 5.698rem 6.5rem;
  background-color: #fff;
  border: 1px solid #dc000c;
  border-radius: 1.5vw;
}
.form__section__box h2{
  font-size: 2.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.form__section__flex1 {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  padding: 1.536rem 3.264rem 1.536rem 0;
}
.form__section__flex1 p {
  position: relative;
  padding: 0.192rem 0.576rem 0.576rem 1.92rem;
  color: #fff;
  background-color: #dc000c;
  font-size: 2.7rem;
  font-weight: 400;
}
.form__section__flex1 p::after {
  content: '';
  position: absolute;
  top: 2.35rem;
  right: -2.973rem;
  transform: translate(-50%, -50%);
  border-top: 2.35rem solid transparent;
  border-right: 0 solid transparent;
  border-left: 2rem solid #dc000c;
  border-bottom: 2.35rem solid transparent;
  box-sizing: border-box;
}
.form__section__flex1 span{
  color: #dc000c;
}
.form__section__flex1 h1{
  font-size: 3.3rem;
}
.form__section__flex2 {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 6.048rem;
}
.form__section__flex2 h3 {
  font-size: 2.4rem;
  border-left: 5px solid #dc000c;
  padding-left: 1.72rem;
  line-height: 1.7;
}
.space{
  display: none;
}
.form__section__flex2 p {
  padding: 0.038rem 1.92rem 0.166rem;
  font-size: 2rem;
  border-radius: 10%;
  color: #fff;
  background-color: #dc000c;
}
@media screen and (max-width: 750px) {
  .form__section {
    padding: 6.5vw 0;
}
.form__section__box h2,.form__section__flex1{
  display: none;
}
.form__section__box {
  padding: 5.968vw 3.645vw 9vw;
  border-radius: 4.5vw;
}
.form__section__box__contents {
  padding-left: 1vw;
}
.form__section__flex2{
  position: relative;
  padding-bottom: 7vw;
}
.form__section__flex2 h3 {
  font-size: 4.52vw;
  border-left: none;
  padding-left: 0;
  line-height: 2;
}
.form__section__flex2 .line{
  border-left: 5px solid #dc000c;
  padding-left: 1.9vw;
}
.space{
  display: contents;
}
.form__section__flex2 p {
  position: absolute;
  top: 11.5vw;
  left: 34vw;
  padding: 0.1vw 2.5vw 0.36vw;
  font-size: 3.73vw;
  border-radius: 1.35vw;
  color: #fff;
  background-color: #dc000c;
}

.form__section__sub-title{
  display: none;
}

}


.form__section__grid {
  display: grid;
  grid-template-columns: 17.5rem 17.5rem 17.5rem 17.5rem 17.5rem;
  gap: 1rem 1rem;
}
.form__section__grid--image {
  padding: 0.048rem 0.576rem;
  border: 1px solid #7070706e;
  border-radius: 0.5vw;
  box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 15%);
  transition: .3s;
}
.form__section__grid--image:hover {
  box-shadow: unset;
  transform: translateY(4px);
}
@media screen and (max-width: 750px) {
  .form__section__grid {
    display: grid;
    grid-template-columns: 40.115vw 40.115vw;
    gap: 2.3vw 2vw;
}
.form__section__grid--image {
    padding: 1.025vw 2.3vw;
    border: 1px solid #7070706e;
    border-radius: 2.5vw;
    box-shadow: 0px 2px 3px 0px rgba(0 0 0 / 15%);
}
}


.section1{
  background-image: url(./img/bg-section1.png);
  background-size: auto;
}
.section__title {
  text-align: center;
  padding: 9.538rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.section__title h3 {
  font-size: 3rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #E3E3E3;
  padding-bottom: 2.304rem;
}
.section__title h1{
  font-size: 4.6rem;
}
.section__title span{
  font-size: 8rem;
  line-height: 1;
  color: #dc000c;
}
@media screen and (max-width: 750px) {
  .section__title{
    padding: 10.968vw 4vw;
  }
  .section__title h3 {
    font-size: 5.328vw;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #E3E3E3;
    padding-bottom: 2vw;
}
  .section__title h1 {
    font-size: 6.927vw;
} 
.section__title span {
  font-size: 12.25vw;
}
}

/* */
.overflow{
  overflow: hidden;
  overflow-x: hidden;
}
.section__contents__flex{
  display: flex; /* 横並び */
  justify-content: flex-start; /* 左寄せ */
  align-items: center; /* 垂直方向で中央揃え */
  width: 1920px; /* レイアウト幅を1980pxに固定 */
  margin-left: calc((100vw - 1920px) / 2); /* 中央基準で左右削れる動作を設定 */
}
.section__contents__flex--left{
  justify-content: flex-end;
  margin-right: calc((100vw - 1920px) / 2);
}
.section__contents__flex h1{
  color: #dc000c;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10rem;
  line-height: 1;
  flex: 0 0 auto; /* サイズ固定 */
  margin-left: 510px; /* 数字の左端余白 */
  margin-right: 10px; /* 数字と画像の間隔 */
}
.section__contents__flex--left h1{
  margin-left: 10px;
  margin-right: 510px;
}
.section__contents__title{
  position: relative;
  flex: 0 0 1335px; /* 幅を固定 */
  height: 73px; /* 高さ（適宜調整） */
}
@media (max-width: 1920px) {
  .section__contents__flex{
    margin-left: calc((100vw - 1920px) / 2); /* 左右削れる動作を実現 */
  }
  .section__contents__flex--left{
    margin-right: calc((100vw - 1920px) / 2);
  }
}
@media (max-width: 1200px) {
  .section__contents__flex{
    width: 1200px; /* 最小幅を固定 */
    margin-left: calc((100vw - 1200px) / 2); /* 最小幅に合わせて左右中央揃え */
  }
  .section__contents__flex--left{
    width: 1200px; /* 最小幅を固定 */
    margin-right: calc((100vw - 1200px) / 2); /* 最小幅に合わせて左右中央揃え */
  }
  .section__contents__flex h1{
    margin-left: 30px; /* 数字の位置を再調整 */
  }
  .section__contents__flex--left h1{
    margin-right: 30px; /* 数字の位置を再調整 */
  }
}
.section__contents__title2{
  flex: 0 0 1419px; /* 幅を固定 */
}
.section__contents__title3{
  flex: 0 0 1316px; /* 幅を固定 */
}
.section__contents__title--sp{
  display: none;
}
@media screen and (max-width: 750px) {
  .section__contents__flex {
    width: 1200px;
    align-items: baseline;
    margin-left: 0;
    padding-top: 1rem;
}
.section__contents__flex--left{
  justify-content: flex-start;
  margin-right: 0;
}
.section__contents__flex h1 {
  color: #dc000c;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21.84vw;
  line-height: 1;
  margin-right: 10px;
  margin-left: 10px;
}
.section__contents__flex--left h1{
  margin-left: 10px;
}
  .section__contents__title--sp{
    position: relative;
    display: block;
    width: 79.3vw;
  }
  .section__contents__title--sp2{
    position: relative;
    display: block;
    width: 75vw;
  }
  .section__contents__title,.section__contents__title2,.section__contents__title3{
    display: none;
  }
}
.section__contents__title h2{
  position: absolute;
  top: -0.3vw;
  left: 0.8vw;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.section__contents__flex--left .section__contents__title h2{
  right: 0.8vw;
  left: auto;
}
@media screen and (max-width: 750px) {
  .section__contents__title--sp h2{
    position: absolute;
    top: -19.3vw;
        left: 2.8vw;
        font-size: 5.86vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  .section__contents__title--sp2 h2{
    left: 3.8vw;
  }
  .section__contents__title--sp img{
    padding-top: 1.8vw;
  }
}

.section__content {
  width: 100%;
  max-width: 996px;
  padding: 3rem 0 8rem 0;
  margin: 0 auto;
  transform: translateX(5rem);
}
.section__content--02 {
  transform: translateX(-4rem);
}
.section__content__flex {
  display: flex;
  justify-content: center;
  column-gap: 1.5vw;
  max-width: 998px;
}
.section__content p {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.8;
}
.section__content__flex--text{
  max-width: 539px;
}
.section__content__flex--image {
  width: 42.06%;
  max-width: 419px;
}
@media screen and (max-width: 750px) {
.section__content {
    padding: 5vw 3.73vw 11vw 3.73vw;
    width: auto;
    margin: 0;
    transform: none;
}
.section__content__flex>p{
 
}
.section__content--02{
  padding-bottom: 10vw;
}
.section__content__flex {
  display: flex;
  flex-direction: column;
  row-gap: 9.5vw;
  width: auto;
}
.section__content p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 4.52vw;
  line-height: 1.8;
  text-align: justify;
}
.section__content__flex--image {
  width: auto;
}

}

p.text__flex {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.384rem;
  padding-top: 0.96rem;
  padding-bottom: 2.88rem;
  font-size: 1.4rem;
}
.section__content--image {
  padding-bottom: 4.8rem;
  margin: 0 auto;
  width: 83.35rem;
  max-width: 833.85px;
}


.section1__btn {
  position: relative;
  color: #dc000c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  border: 1px solid #dc000c;
  border-radius: 50vw;
  padding: 0.883rem 9.6rem 1.152rem 7.699rem;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.section1__btn::after {
  content: "";
  position: absolute;
  top: 1.8rem;
  right: 5rem;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: 0.1vw solid #dc000c;
  border-right: 0.1vw solid #dc000c;
  transform: translateY(2px) rotate(45deg);
}
.section1__btn:focus,.section1__btn:hover{
  background-color: #dc000c;
  border-color: #ffffff;
  transition: .25s;
  color: #ffffff;
}
.section1__btn:focus::after,.section1__btn:hover::after{
  border-top: 0.15vw solid #ffffff;
  border-right: 0.15vw solid #ffffff;
}
.section__content--image-sp{
  display: none;
}
@media screen and (max-width: 750px) {
  p.text__flex{
    display: none;
  }
  .section__content--image-sp{
    display: block;
    padding: 7vw 0;
  }
  .section__content--image{
    display: none;
  }
  .section1__btn {
    position: relative;
    margin-left: 0;
    color: #dc000c;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.996vw;
    border: 1px solid #dc000c;
    border-radius: 50vw;
    padding: 2.46vw 11vw 3.6vw 5.01vw;
}
.section1__btn::after {
  content: "";
  position: absolute;
  top: 3.9vw;
  right: 5.5vw;
  width: 2vw;
  height: 2vw;
  margin: auto;
  border-top: 0.5vw solid #dc000c;
  border-right: 0.5vw solid #dc000c;
  transform: translateY(2px) rotate(45deg);
}
}


.section2{
  background-image: url(./img/bg-section2.png);
  background-size: cover;
  text-align: center;
  padding-bottom: 11.52rem;
}
.section2 h2 {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-top: 8.64rem;
  padding-bottom: 5.76rem;
}
.section2 span{
  color: #dc000c;
}
.section2--image {
  width: 66.6%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 5.952rem;
}
.section2--image--sp{
  display: none;
}
@media screen and (max-width: 750px) {
  .section2{
    background-image: url(./img/bg-section2-sp.png);
    background-size: cover;
    padding-bottom: 16vw;
  }
  .section2 h2 {
    font-size: 6.927vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding-top: 12vw;
    padding-bottom: 7vw;
}
.section2--image{
  display: none;
}
.section2--image--sp{
  display: block;
  width: 97vw;
  margin: 0 auto;
  padding-bottom: 3.1vw;
} 
}
.section2__text{
  position: relative;
  width: 75%;
  max-width: 900px;
  background-color: #fff;
  margin: 0 auto;
}
.section2__text>p {
  text-align: left;
  border: 1px solid #dc000c;
  border-radius: 1vw;
  padding: 3.744rem 0 3.628rem 17.28rem;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 2rem;
}
.section2__point {
  position: absolute;
  top: 6.5rem;
  left: -1.5rem;
  background-color: #dc000c;
  padding: 0.211rem 1.991rem;
}
.section2__point p{
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  color: #fff;
}
.section2--under {
  position: absolute;
  width: 0.923rem;
  top: 20rem;
  left: 50%;
}
.section2>h3 {
  width: fit-content;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  padding-top: 9.6rem;
  margin: 0 auto;
  background-size: 1.9vw 0.2vw;
  background-image: linear-gradient(to right, #dc000c 0.8vw, transparent 0.8vw);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 1.92rem;
}
@media screen and (max-width: 750px) {
  .section2--image--sp {
    display: block;
    width: 97vw;
    margin: 0 auto;
    padding-bottom: 10vw;
}
.section2__text {
  position: relative;
  width: 92.45vw;
  background-color: #fff;
  margin: 0 auto;
}
.section2__text>p {
  text-align: left;
  border: 1px solid #dc000c;
  border-radius: 4.5vw;
  padding: 7.5vw 4.9vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 4.52vw;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.section2__point {
  position: absolute;
  top: -4vw;
  left: 30.5vw;
  background-color: #dc000c;
  padding: 0.11vw 5.037vw;
}
.section2__point p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.294vw;
  color: #fff;
} 
.section2--under{
  position: absolute;
    width: 2.46vw;
    top: 66vw;
    left: 50%;
}
.section2>h3 {
  font-size: 5.86vw;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        line-height: 1.4;
        letter-spacing: 0.03em;
        padding: 17.5vw 0;
        margin: 0 4vw;
        background-size: 8vw 0.7vw;
        background-image: linear-gradient(to right, #dc000c 4vw, transparent 4vw);
        background-repeat: repeat-x;
        background-position: left bottom;
        padding-bottom: 5vw;
}
}


.section3 {
  background-image: url(./img/bg-section3.png);
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-bottom: 8.64rem;
}
.section3 h2 {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-top: 11.52rem;
  padding-bottom: 5.76rem;
}
.section3 span{
  color: #dc000c;
}
.section3 h3{
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .section3 {
    background-image: url(./img/bg-section3-sp.png);
    background-size: cover;
    padding-bottom: 18vw;
}
  .section3 h2 {
    font-size: 6.297vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding-top: 15vw;
    padding-bottom: 14vw;
}
.section3 h3 {
  font-size: 4.795vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
}
}
.section3--image {
  position: relative;
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 2.3rem;
  padding-bottom: 0.57rem;
}
.section3--ballon {
  position: absolute;
  top: -11rem;
  left: 3rem;
  width: 12.96rem;
  max-width: 131.14px;
}
.section3 p {
  width: 75%;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #dc000c;
  border: 1px solid;
  border-radius: 0.5vw;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  padding: 1vw 0 1.2vw 0;
}
.section3--ballon--sp{
  display: none;
}
.section3--line{
  display: none;
}
.section3--image--sp{
  display: none;
}
@media screen and (max-width: 750px) {
  .section3--image{
    display: none;
  }
  .section3--image--sp{
    position: relative;
    display: block;
    width: 98vw;
    padding-top: 6.2vw;
    padding-bottom: 4.3vw;
  }
  .section3--ballon{
    display: none;
  }
  .section3--ballon--sp{
    position: absolute;
    display: block;
    top: -44vw;
    left: 1vw;
    width: 29vw;
  }
  .section3--line {
    position: absolute;
    top: 3.5vw;
    left: 4vw;
    display: block;
    width: 92.45vw;
}
.section3 p {
  width: 86.2vw;
  margin: 0 auto;
  color: #dc000c;
  border: 1px solid;
  border-radius: 3.5vw;
  font-size: 4.52vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.7;
  padding: 3vw 3vw 4.5vw 3vw;
  text-align: left;
}
}


.section4 {
  padding: 7.68rem 0;
  background-image: url(./img/bg-section4.png);
  background-size: cover;
}
.section4__card {
  position: relative;
  text-align: center;
  border-radius: 1.5vw;
  background-color: #fff;
  padding-bottom: 7.68rem;
}
.section4__card--circle--t{
  position: absolute;
  width: 88vw;
  max-width: 1053px;
  top: 1.3vw;
  left: 2%;
}
.section4__card--circle--b{
  position: absolute;
  width: 88vw;
  max-width: 1053px;
  bottom: 1.3vw;
  left: 2%;
}
.section4__card span{
  color: #dc000c;
  background: linear-gradient(transparent 70%, yellow 50%);
}
.section4__card p span{
  background: none;
}
.section4__card>.fadeUp{
  position: relative;
}
.section4--left {
  position: absolute;
  top: 9rem;
  left: 20rem;
  width: 2.11rem;
}
.section4--right {
  position: absolute;
  top: 14rem;
  right: 21rem;
  width: 2.11rem;
}
@media screen and (max-width: 750px) {
 .section4 {
  background-image: url(./img/bg-section4-sp.png);
  background-size: cover;
  padding: 11vw 0;
} 
.section4__card {
  border-radius: 5.5vw;
  padding-bottom: 10vw;
}
.section4--left{
  position: absolute;
  top: 16.5vw;
    left: 11vw;
    width: 3.8vw;
}
.section4--right{
  position: absolute;
  top: 34vw;
  right: 11vw;
  width: 3.8vw;

}
.section4__card--circle--t{
  display: none;
}
.section4__card--circle--b{
  display: none;
}
}
.section4__card h3 {
  font-size: 3rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #E3E3E3;
  padding: 3.84rem 0 1.92rem;
}
.section4__card h1 {
  font-size: 4.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 4.8rem;
}
.section4__card p{
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .section4__card h3 {
    font-size: 5.328vw;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #E3E3E3;
    padding-top: 7vw;
    padding-bottom: 4vw;
}
.section4__card h1 {
  font-size: 6.927vw;
  padding-bottom: 4.5vw;
}
.section4__card p {
  font-size: 4.52vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em;
  line-height: 1.8;
  padding: 0 6.5vw;
  text-align: left;
}
}
.section4__graph {
  width: 54vw;
  max-width: 640.37px;
  margin: 0 auto;
  padding: 5.895rem 0 6.336rem;
}
.section4__card__text {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.section4__card__text--title {
  position: absolute;
  top: -2.5rem;
  left: 16rem;
  width: 57.7rem;
}
.section4__card__text--title::after {
  content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-right: 0.883vw solid transparent;
    border-bottom: 0 solid transparent;
    border-top: 0.933vw solid #dc000c;
    border-left: 0.883vw solid transparent;
    box-sizing: border-box;
}
.section4__card__text--title h2 {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border-radius: 50vw;
  color: #fff;
  background-color: #dc000c;
  padding-top: 0.192rem;
  padding-bottom: 0.576rem;
}
.section4__card__text p {
  text-align: left;
  border-top: 1px solid #dc000c;
  border-bottom: 1px solid #dc000c;
  padding: 6.72rem 2.8rem 4.8rem;
}
@media screen and (max-width: 750px) {
  .section4__card p {
    font-size: 4.52vw;
        line-height: 1.8;
        padding: 8vw 3.5vw;
        text-align: justify;
}
.section4__card__text--title {
  top: -3.5vw;
  left: 9vw;
  width: 70.34vw;
}
.section4__card__text--title h2 {
  font-size: 4.795vw;
  padding-top: 0.7vw;
  padding-bottom: 1.3vw;
}
.section4__card__text {
  position: relative;
  width: 85.87vw;
  margin: 0 auto;
}
.section4__graph {
  width: 85.33vw;
  padding: 0.81vw 0 14.3vw 0;
}
.section4__card__text--title::after {
  border-right: 2.583vw solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 2.733vw solid #dc000c;
  border-left: 2.583vw solid transparent;
}
}


.section5{
  background-image: url(./img/bg-section1.png);
  background-size: cover;
}
.section5 .section__title {
  padding-bottom: 7.104rem;
}
.section5 .section__title h3{
  padding-bottom: 3.456rem;
}
.section5 .section__title h2 {
  width: 59rem;
  color: #fff;
  background-color: #dc000c;
  border-radius: 50vw;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding: 0.56rem 0 0.96rem 0;
  margin: 0 auto;
  margin-bottom: 2.88rem;
}
@media screen and (max-width: 750px) {
  .section5 .section__title{
    text-align: left;
    padding-bottom: 7vw;
  }
  .section5 .section__title h2 {
    width: 82.75vw;
    font-size: 5.062vw;
    padding: 2.5vw 0 3.4vw 14.5vw;
    margin-top: 1vw;
    margin-bottom: 7vw;
    margin-left: -14vw;
    text-align: left;
}
}
.section5 .fadeUp p {
  width: 90rem;
  margin: 0 auto;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  padding-bottom: 5.76rem;
}
.section5 .section__content p{
  column-gap: 1.6vw;
  width: 49.5vw;
}
.section5 .section__content__flex--image {
  width: 43vw;
}
@media screen and (max-width: 750px) {
  .section5-p{
    padding-bottom: 10vw !important;
  }
  .section5 .fadeUp p {
    width: 92vw;
    font-size: 4.52vw;
    padding-bottom: 1vw;
} 
.section__contents__title--sp--br h2{
  top: -11.3vw;
}
.section5 .section__content p{
  width: 93.5vw;
}
.section5 .section__content__flex--image {
  width: 92.5vw;
}
.section__content__flex-sp {
  flex-direction: column-reverse;
}
.section__contents__title--sp-01{
  width: 80.5vw;
}
}


.section6{
  padding-bottom: 19.2rem;
}
.section6 span{
  color: #dc000c;
}
.section6 .fadeUp p{
  width: 48.5vw;
  text-align: left;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .section6{
    padding-bottom: 22vw;
  }
  .section6 .fadeUp p {
    width: 91.5vw;
    font-size: 4.795vw;
  }
}
.section6--image {
  max-width: 1158.29px;
  margin: 0 auto;
  padding: 1.92rem 0 2.304rem;
}
.section6--image--sp{
  display: none;
}
@media screen and (max-width: 750px) {
  .section6--image{
    display: none;
  }
  .section6--image--sp {
    display: block;
    width: 109vw;
    margin: 0 -4.5%;
    padding: 5vw 0;
}
}
.container>div{
  position: relative;
}
.book-box-sp{
  display: none;
}
@media screen and (max-width: 750px) {
  .book-box-sp{
    display: block;
  }
  .book-box{
    display: none;
  }
}
.section6__text>p{
  background-color: #fff;
}
.section6__flex{
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;

}
.section6__flex--image {
  width: 22.5vw;
  max-width: 267.29px;
  padding: 0.5vw 6vw 0.3vw 5vw;
}
.section6__flex--text{
  text-align: left;
}
.section6__flex--text>h3{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #7070706e;
  font-size: 2.4rem;
  padding: 0;
}
.section6__flex--text h1 {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-top: 0.576rem;
  padding-bottom: 1.92rem;
}
.section6 .section6__flex--text p{
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .section6__flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 12vw;
}
.section6__flex--image {
  width: 44.5vw;
  padding: 1vw 0;
}
.section6__flex--text {
  text-align: center;
  padding-top: 4vw;
} 
.section6__flex--text h3 {
  color: #7070706e;
  font-size: 5.328vw;
  padding: 0;
}
.section6__flex--text h1 {
  font-size: 6.927vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-top: 0.3vw;
  padding-bottom: 2vw;
}
.section6__flex--text>p  {
  font-size: 4.52vw !important;
  line-height: 1.5 !important;
  text-align: center !important;
  width: auto !important;
}
}
.section6__btn--next{
  position: relative;
}
@media screen and (max-width: 750px) {
  .section6__btn--next a::before {
    top: -54vw;
    right: -26.5vw;
    width: 9.58vw;
    height: 9.58vw;
  }
.section6__btn--next a::after {
  top: -51.6vw;
  right: -24.5vw;
  width: 3vw;
  height: 3vw;
  margin: auto;
  border-top: 0.7vw solid #fff;
  border-right: 0.7vw solid #fff;
} 
}


.section7{
  position: relative;
  background-color: #dc000c;
  text-align: center;
  padding-bottom: 5.76rem;
}
.section7__human {
  position: absolute;
  width: 45rem;
  top: -10rem;
  left: calc((100% - 45rem) / 2);
}
.section7 h2 {
  color: #fff;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding-top: 11.52rem;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 750px) {
  .section7__human {
    width: 60.5vw;
    top: -13.2vw;
    left: 19vw;
}
  .section7 h2 {
    font-size: 5.328vw;
    padding-top: 17vw;
    padding-bottom: 7vw;
} 
}
.section7__group{
  position: relative;
    max-width: 1100px;
    padding: 0 2.5%;
    margin: 0 auto;
    padding-bottom: 5.76rem;
}
.title__left--white {
  position: absolute;
  top: -9rem;
  left: 17rem;
  width: 2.9rem;
}
.title__right--white {
  position: absolute;
  top: -9rem;
  right: 17rem;
  width: 2.9rem;
}
.section7__group--sp{
  display: none;
}
@media screen and (max-width: 750px) {
  .title__right--white {
    top: 31vw;
    left: 88.5vw;
    width: 6.13vw;
}
.title__left--white {
  top: 31vw;
  left: 6vw;
  width: 6.13vw;
}
 .section7__group--sp{
  display: block;
  overflow: hidden;
 } 
 .section7-sp1__flex{
  display: flex;
  column-gap: 2vw;
  overflow: hidden;
  width: 330vw;
 }
 .section7-sp2__flex{
  display: flex;
  column-gap: 2vw;
  overflow: hidden;
  width: 330vw;
 }
 .section7-sp1,.section7-sp2{
  padding-bottom: 4vw;
  width: 175vw;
 }
 .section7-sp1{
  animation: infinity-scroll-left 10s infinite linear 0.5s both;
 }
 .section7-sp2{
  animation: infinity-scroll-right 10s infinite linear 0.5s both;
 }
 .section7__group{
  display: none;
 }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
  @keyframes infinity-scroll-right {
    from {
      transform: translateX(-100%);
    }
      to {
      transform: translateX(0);
    }
    }

    .section__btn {
      position: relative;
      display: block;
      width: fit-content;
      font-size: 2.6rem;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      letter-spacing: 0.05em;
      border: 2px solid #fff;
      border-radius: 0.5vw;
      color: #fff;
      background-color: #0080B9;
      padding: 2rem 6.5rem 2rem 9.5rem;
      margin: auto;
      box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .section__btn::after {
    content: "";
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 1rem;
    height: 1rem;
    margin: auto;
    border-top: 0.2vw solid #fff;
    border-right: 0.2vw solid #fff;
    transform: translateY(2px) rotate(45deg);
}
.section__btn:focus,.section__btn:hover{
  background-color: #fff;
  border-color: #0080B9;
  transition: .25s;
  color: #0080B9;
}
.section__btn:focus::after,.section__btn:hover::after{
  border-top: 0.2vw solid #0080B9;
  border-right: 0.2vw solid #0080B9;
}
.section__btn--home {
  position: absolute;
  width: 5.568rem;
  top: 1.2rem;
  left: 3rem;
}
.section__btn--home img {
  transition: .25s;
}
.section__btn--home img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.section__btn:hover .section__btn--home img:first-of-type,
.section__btn:focus .section__btn--home img:first-of-type {
  opacity: 0;
}

.section__btn:hover .section__btn--home img:last-of-type,
.section__btn:focus .section__btn--home img:last-of-type {
  opacity: 1;
}
.section__btn--circle{
  position: absolute;
  width: 9rem;
    top: -3rem;
    left: -4.5rem;
}
@media screen and (max-width: 750px) {
  .section__btn {
    position: relative;
    display: block;
    width: 90.48vw;
    font-size: 5.59vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
    border: 1.5px solid #fff;
    border-radius: 2vw;
    color: #fff;
    background-color: #0080B9;
    padding: 3.1vw 0 4.1vw 1vw;
    margin: 10vw auto;
} 
.section__btn::after {
  top: 8.4vw;
  right: 6.3vw;
  width: 2.5vw;
  height: 2.5vw;
  border-top: 0.7vw solid #fff;
  border-right: 0.7vw solid #fff;
}
.section__btn--circle {
  position: absolute;
  width: 18.5vw;
  top: -10.5vw;
  left: -1vw;
}
.section__btn--home {
  position: absolute;
  width: 10.9vw;
  top: 5.6vw;
  left: 4.2vw;
}
}


.section8{
  padding-bottom: 4vw;
}
@media screen and (max-width: 750px) {
 .section8{
  padding-bottom: 10vw;
 } 
}


/* footer */
footer{
  text-align: center;
  background-color: #FFEDED;
}
.footer h2 {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding-top: 4.8rem;
  padding-bottom: 2.88rem;
}
@media screen and (max-width: 750px) {
  .footer>.section__btn{
    margin: 6vw auto 10vw auto;
  } 
}

.title__left {
  position: absolute;
  top: -7rem;
  left: 3.5rem;
  width: 2.8rem;
}
.title__right {
  position: absolute;
  top: -7rem;
  right: 3rem;
  width: 2.8rem;
}
@media screen and (max-width: 750px) {
  .footer h2 {
    font-size: 4.3vw;
    padding-top: 9.5vw;
    padding-bottom: 0;
}
  .title__left {
    position: absolute;
    top: -13vw;
    left: 0;
    width: 5.5vw;
}
.title__right {
  position: absolute;
  top: -13vw;
  left: 86vw;
  width: 5.5vw;
} 
}

.footer__hr {
  max-width: 900px;
  border: 1px solid #dc000c;
  margin: 0 auto;
  margin-top: 3.6rem;
}

.footer__flex {
  display: flex;
  justify-content: space-evenly;
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding: 2.88rem 8.33rem 3.84rem 8.33rem;
}
@media screen and (max-width: 750px) {
  .footer__flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 2vw;
    width: 91vw;
    font-size: 3.73vw;
    padding: 3.5vw 0 5vw 0;
}
.footer__hr {
  width: 91vw;
  border: 1px solid #dc000c;
  margin: 3vw auto;
  margin-bottom: 0;
} 
}

.footer__logo{
  width: 25.92rem;
  margin: 0 auto;
  padding-bottom: 3.264rem;
}
@media screen and (max-width: 750px) {
  .footer__logo {
    width: 57.5vw;
    margin: 0 auto;
    padding-bottom: 6.5vw;
} 
}

.footer__copy{
  background-color: #dc000c;
}
.footer__copy p{
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding: 1.344rem;
}
@media screen and (max-width: 750px) {
  .footer__copy{
    margin-bottom: 23vw;
  }
 .footer__copy p{
  font-size: 2.664vw;
  padding: 2.7vw;
 } 
}

.footer__btn{
  position: relative;
  display: none;
}
@media screen and (max-width: 750px) {
 .footer__btn{
  width: 100vw;
  position: fixed;
  bottom: 0;
  background-color: #0080B9;
 } 

.footer__btn p{
  font-size: 3.996vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
  padding: 2vw 0 2vw 5vw;
}
.footer__btn::after {
  content: "";
  position: absolute;
  top: 6vw;
  right: 4.3vw;
  width: 2vw;
  height: 2vw;
  margin: auto;
  border-top: 0.6vw solid #fff;
  border-right: 0.6vw solid #fff;
  transform: translateY(2px) rotate(45deg);
}
.footer__btn--circle{
  position: absolute;
  width: 12vw;
    top: 2vw;
    left: 3vw;
}
.footer__btn span{
  font-size: 5.062vw;
}
.footer__btn--left{
  position: absolute;
  top: 3.5vw;
    left: 21vw;
    width: 2vw;
}
.footer__btn--right{
  position: absolute;
  top: 3.5vw;
  right: 15.6vw;
  width: 2vw;

}

}
.p-video_1 {
  padding-bottom: 80px;
}

.p-video_1 .section__title{
  padding-top: 80px;
  padding-bottom: 30px;
}
.p-video_1 h1{
  font-size:3.2rem;
  color: #dc000c;
  font-family: "Noto Sans JP", sans-serif;

}

.p-video_video{
  position: relative;
  width: 100%; /* 親要素に合わせて横幅を調整 */
  padding-top: 56.25%; /* 16:9のアスペクト比 (高さ÷横幅 × 100) */
}

.p-video_wrap{
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.p-video_video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 750px) {
  .p-video_1 h1{
    font-size:2rem;
    color: #dc000c;
  }
  .p-video_1 .section__title{
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .p-video_1 {
    padding-bottom: 50px;
  }
  
}
