/* Resets */
.section+.section {
  margin:0;
}

.g-footer {
  margin-top:0;
}

.wrapper {
  margin:0 auto;
  max-width:341.333vw;
}

body {
  font-family: "Noto Serif JP", serif;
  margin: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.main {
  /* Sections */
  /* Buttons */
}
.main .section {
  position:relative;
  line-height: 1;
}
.main .section-img {
  width:100%;
  height:auto;
}
.main .btn {
  position:absolute;
  left:5.3%;
  width:89.5%;
}
.main .btn img {
  width:100%;
}
.main .btn a {
  display:block;
  height:100%;
  overflow:hidden;
}
/*.main .section1 .btn {
  top:65%;
  width:22%;
  left:63%;
}*/
.main .section1 .btn {
  bottom: 2%;
}

.main .section10 .btn {
  top:57.8%;
}
.main .section10 .btn-2 {
  top:53.2%;
}
.main .section23 .btn {
  top:57.8%;
}
.main .section23 .btn-2 {
  top:53.2%;
}
.main .section29 .btn {
  top:58%;
}
.main .section29 .btn-2 {
  top:53.2%;
}


.w100 {
	width:100%;
}

.mt50 {
	margin-top:13.333vw;
}

.contents {
	position:relative;
	height:auto;
	margin:0 auto;
}


.block01{
	position:absolute;
	display:none;
	z-index:1;
	top: 91%;
	width:100%;
}

#button01 {
	position:relative;
}

.block02{
	position:absolute;
	display:none;
	z-index:1;
	top: 90%;
	width:100%;
}

#button02 {
	position:relative;
}


.main .t-set {
	
}
.main .section9 .t-set .set1 {
	position: absolute;
    bottom: 6.5%;
    right: 11%;
    width: 20%;
}

.main .section28 .t-set .set1 {
	position: absolute;
    bottom: 7.5%;
    right: 11%;
    width: 20%;
}



  .sp {
    display: block;
  }

  .pc {
    display: none!important;
  }

h2 {
  font-size: 6.4vw;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8vw;
  line-height: 1.3;
  position: relative;
}

h2::after {
  content: '';
  display: block;
  width: 8vw;
  height: 0.267vw;
  background-color: #000;
  margin: 14px auto 0;
}

.section4 h2::after {
  background-color: #fff;
}

h2 span {
  font-size: 5.333vw;
}

h2 .color {
  font-size: 6.4vw;
  background: linear-gradient(to bottom, #094298, #011E58);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* section2始まり */
.section2 {
  background-image: url(../images/cv_bg.jpg);
  background-size: cover;
  padding: 13.333vw 0;
}

.section2_inner {
  width: 94%;
  margin: 0 auto;
}

.section2 h2 {
  font-weight: bold;
  letter-spacing: 0.06em;
}

.section2_wrap {
  width: 90%;
  margin: 0 auto;
}

.section2_box {
  margin-left: 2.667vw;
}

.section2_txt {
  text-align: center;
  letter-spacing: 0.16em;
}

.section2_block {
  display: flex;
  margin-bottom: 5.333vw;
}

.section2_block .section2_img {
  width: 18.667vw;
  height: 100%;
}

.section2_block_modal {
  position: relative;
}

.section2_block_modal a {
  position: absolute;
  font-size: 3.733vw;
  bottom: 3.467vw;
  right: 6.667vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  text-decoration: none;
  border-bottom: solid 1px #000;
  padding-bottom: 3px;
}

.section2_content {
  display: flex;
  align-items: center;
}

.section2_block img {
  width: 100%;
}

.section2_block .section_box_img {
  width: 95%;
  display: block;
  margin: 0 auto;
  padding-left: 1.867vw;
  margin-top: 1.333vw;
}

.section2_item {
  font-size: 3.2vw;
  margin: 0 2.667vw;
  line-height: 1.333;
}

.section2_content img {
  width: 14.933vw;
  height: 14.933vw;
  margin-right: 2.667vw;
}

.section2_block_bg {
  display: inline-block;
  background-image: url(../images/cv_3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section2_block_bg .section2_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 2.667vw;
}

.section2_box_txt2 {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  font-weight: 600;
  margin: 0;
}
.section2_box_txt2 span {
  display: block;
}
.section2_box_txt2::after {
  content: "(税込)";
  position: absolute;
  top: 9.333vw;
  right: -3.2vw;
  transform: translateX(-50%);
  font-size: 2.667vw; /* 調整が必要な場合はこの値を変更してください */
}

.section2_box_txt3_wrap{
  text-align: center;
}
.section2_box_txt3 {
  text-align: center;
  font-size: 4.8vw;
  margin-bottom: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: relative;
  display: inline-block;
}

.section2_box_txt3::before{
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 26px;
  background-color: #000;
  left: -20px;
  transform: rotate(-25deg);
  bottom: -3px;
}
.section2_box_txt3::after{
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 26px;
  background-color: #000;
  right: -20px;
  transform: rotate(25deg);
  bottom: -3px;
}

.section2_block_bg .section2_list {
  list-style: none;
  padding-left: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.section2_txt {
  font-size: 6.4vw;
  line-height: 1.4;
  margin-bottom: 2.667vw;
}

.section2_txt2 {
  font-size: 5.867vw;
  text-align: center;
  font-weight: bold;
  color: #094298;
  margin-bottom: 3.467vw;
  line-height: 1.4;
  margin-top: 2.667vw;
}

.section2_txt3 {
  font-size: 2.933vw;
  margin-top: 0px;
  line-height: 1.091;
}

.section2_txt4 {
  font-size: 4.8vw;
  text-align: center;
  line-height: 1.556;
  letter-spacing: 0.04em;
}

.section2_txt5 {
  font-size: 2.667vw;
  text-align: right;
  margin-bottom: 5.333vw;
}

.section2_box_txt {
  font-size: 4.8vw;
  background: linear-gradient(to bottom, #094298, #011E58);
  padding: 4vw 2.4vw;
  color: #fff;
  height: 13.333vw;
  box-sizing: border-box;
  margin-top: 7.2vw;
}

.section2_box_txt2 {
  font-size: 9.067vw;
}
.section2_box_txt2 span {
  font-size: 19.2vw;
  background: linear-gradient(to bottom, #094298, #011E58);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  letter-spacing: -1.067vw;
  line-height: 1.3;
  padding-right: 0.533vw;
}
/* section2終わり */

/* voice始まり */
.section3 {
  background-image: url(../images/voice_bg.png);
  background-size: cover;
  padding: 18.667vw 0 13.333vw;
  text-align: center;
}

.section3 h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em 1em; /* 必要に応じて調整 */
  font-size: 6.4vw;
  width: 36.8vw;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #094298, #011E58);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.section3 h2::before {
  content: '';
  position: absolute;
  top: -4vw;
  left: 0;
  width: 36.8vw;
  height: 12.267vw;
  background-image: url(../images/voice_bg2.png); /* ここに背景画像のURLを指定 */
  background-size: cover; /* 画像をh2のサイズに合わせて拡大縮小 */
  background-position: center; /* 画像を中央に配置 */
}
.section3_block {
  display: flex;
  justify-content: space-around;
}
.section3_block video {
  width: 29.333vw;
  height: 100%;
}

.section3_block2 {
  margin-top: 8vw; /* 真ん中の動画を下に下げる */
}
/* voice終わり */

/* こだわり始まり */
.section4 {
  background: linear-gradient(to bottom, #094298, #011E58);
  color: #fff;
  padding: 13.333vw 0 23.33vw;
}

.section4_img1 {
  width: 82.667vw;
  display: block;
  margin: 0 auto;
  margin-bottom: 5.333vw;
}

.section4_box {
  color: #000;
  background-color: #fff;
  padding: 5.333vw;
  width: 95%;
  box-sizing: border-box;
  margin-left: auto;
  border-radius: 2.667vw 0 0 2.667vw;
  margin-bottom: 12vw;
}

.section4_box_left {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0 2.667vw 2.667vw 0;
  margin-bottom: 13.333vw;
}

.section4_box h3 {
  margin-top: 0;
  font-size: 4.267vw;
  margin-bottom: 30px;
}

.section4_img2 {
  width: 97.333vw;
}

.section4_img3 {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.section4 .section4_box span {
  font-size: 6.4vw;
}

.section4 .section4_box .section4_txt {
  font-size: 4.267vw;
  line-height: 1.5;
  margin-bottom: 25px;
}

.section4 .section4_box .section4_txt2 {
  font-size: 3.2vw;
  margin-bottom: 0;
  line-height: 1.4;
}

.annotation {
  font-size: 0.6em;
  vertical-align: super;
}

/* 商品紹介始まり */
.section5 {
  background-image: url(../images/introduction_bg.jpg);
  background-size: cover;
  padding: 13.333vw 0;
}
.section5_inner {
  width: 90%;
  margin: 0 auto;
}
.section5_block {
  display: flex;
  border-bottom: solid 1px #000;
  padding-top: 10.667vw;
  align-items: center;
}

.section5_block1 {
  padding-top: 0;
}

.section5_box img {
  width: 19.467vw;
}

.section5_box .section5_block_img3 {
  width: 24vw;
}

.section5_box {
  width: calc(100% - 61.333vw);
}

.section5_box_right {
  width: 61.333vw;
}

.section5_box p {
  font-size: 4.267vw;
  line-height: 1.5;
  margin-top: 0;
}

.section5_box p span {
  font-size: 3.6vw;
}

.section5_txt {
  margin-bottom: 2.667vw;
}

/* 商品紹介終わり */

/* パイオニア始まり */
.section6 {
  background-image: url(../images/numbers_bg.jpg);
  padding: 24vw 0 21.333vw;
  background-size: cover;
}

.section6 h2 {
  margin-bottom: 10.667vw;
}


.section6_inner {
  width: 95%;
  margin: 0 auto;
}

.section6 h2 span {
  font-size: 5.333vw;
}

.section6 img {
  width: 100%;
}

.section6_txt {
  font-size: 4.267vw;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 20vw;
}

.section6 .section6_img {
  display: block;
  width: 95%;
}

.section6_img_right {
  margin-left: auto;
}

.section6_img_left {
  margin-right: auto;
}

.section6_block {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 21.333vw;
}

.section6_block:last-child {
  margin-bottom: 0;
}

.section6_block h3 {
  text-align: center;
  color: #1D8000;
  margin-top: 8vw;
  margin-bottom: 3.333vw;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.section6_txt2 {
  font-size: 4.267vw;
  line-height: 1.625;
  margin-bottom: 20vw;
}

.section6_txt2:last-child {
  margin-bottom: 0;
}

/* 品質へのこだわり始まり */
.section7 {
  background-size: 100%;
  
}

.section7 h2 {
  margin-bottom: 61.333vw;
  font-size: 6.4vw;
}

.section7_inner {
  width: 90%;
  margin: 0 auto;
}

.section7_wrap1 {
  background-image: url(../images/section7_bg1.png);
  background-size: 100%;
  height: 170.93vw;
  padding: 13.33vw 0 0;
  background-repeat: no-repeat;
}

.section7_wrap2 {
  background-image: url(../images/section7_bg2.png);
  background-size: 100% 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  height: 125.87vw;
  padding-top: 65.33vw;
}

.section7_block {
  position: relative;
}

.section7_block1 {
  margin-top: 95vw;
}

.section7_box h3 {
  font-size: 5.33vw;
  border-bottom: solid 1px #000;
  padding-bottom: 4vw;
  margin-bottom: 2.667vw;
  text-align: center;
  line-height: 1.2;
}

.section7_box p {
  font-size: 4.27vw;
  line-height: 1.625;
}

.section7_block img {
  width: 74.67vw;
  position: absolute;
  top: -19.33vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section7_box {
  background-color: #fff;
  border: solid 1px #707070;
  margin-bottom: 0;
  padding: 26.667vw 8vw 10.667vw;
}

.section7_box p {
  margin-bottom: 0;
}

.footer_bg {
  background: linear-gradient(to bottom, #094298, #011E58);
}

.g-footer .g-footer-info .text {
  color: #fff;
  padding-left: 2.667vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.links-company li {
  list-style: none;
}

.links-company li a {
  color: #fff;
  text-decoration: none;
}

.social li {
  list-style: none;
}

.g-footer-copyright p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 5.333vw;
}

.g-footer-copyright .social {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.g-footer-copyright .social a img {
  width: 8vw;
  height: 8vw;
  margin-right: 5.333vw;
}

.shortest {
  padding: 5.333vw 0;
}


.shortest_inner {
  width: 90%;
  margin: 0 auto;
  border: solid 1px #000;
}

.shortest_block {
  padding: 2.667vw;
}

.shortest h2 {
  margin-bottom: 2.667vw;
  padding: 0 0 2.667vw;
  border-bottom: solid 1px #000;
  font-size: 4.8vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
}

.shortest h2::after {
  content: none;
}

.shortest ul {
  padding-left: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.shortest ul li {
  font-size: 4.267vw;
  list-style: none;
}

.links-company {
  padding-left: 0;
  padding-top: 3.2vw;
  margin: 0;
}

.links-company li {
  text-align: center;
  font-size: 3.733vw;
  padding: 3.2vw 0 2.667vw;
  border-bottom: solid 1px #fff;
}

.g-footer-info {
  width: 90%;
  margin: 0 auto;
}

.g-footer-info .info-item .links-company li {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.footer_box {
  display: flex;
  border-bottom: solid 1px #fff;
  padding-bottom: 2.133vw;
  padding-top: 3.2vw;
}

.info-item.footer_box {
  border-bottom: none;
}

.footer_box .logo img {
  width: 25.333vw;
}

.footer_box .text {
  font-size: 2.667vw;
}

.footer_box p {
  margin: 0;
}

.footer_logo a {
  display: block;
  width: 19.467vw;
  margin: 0 auto;
}

.footer_logo a img {
  width: 100%;
}

.footer_copy {
  margin-top: 0;
}

.swiper_wrap {
  position: relative;
}

.swiper-container {
 overflow: hidden;
 padding-bottom:  21.333vw;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6.4vw;
}

.swiper_box {
  width: 100%;
  margin: 0 auto;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.swiper_img {
  line-height: 0;
}

.swiper_img img {
  width: 100%;
}

.swiper_txt {
  background-color: #fff;
  height: 37.333vw;
  padding: 3.2vw;
  border-bottom: solid 1px #C3C3C3;
  border-left: solid 1px #C3C3C3;
  border-right: solid 1px #C3C3C3;
}

.swiper_txt p {
  font-size: 3.733vw;
  margin: 0;
  font-weight: 600;
  text-align: left;
  line-height: 1.571;
  letter-spacing: 0.03em;
}

.c-lp .swiper-container .swiper-pagination {
  bottom: 10vw;
}

.swiper-button-prev,
.swiper-button-next {
  width: 11.2vw;
  height: 11.2vw;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-button-prev {
  background-image: url(../images/prev_btn.png); /* 前ボタンの画像パスを設定 */
}

.swiper-button-next {
  background-image: url(../images/next_btn.png); /* 次ボタンの画像パスを設定 */
}

.c-lp .swiper-button-prev:after, .c-lp .swiper-rtl .swiper-button-next:after {
  content: "";
}

.c-lp .swiper-button-next:after, .c-lp .swiper-rtl .swiper-button-prev:after {
  content: "";
}

.c-lp .swiper-button-next, .c-lp .swiper-button-prev {
  bottom: 5vw;
  top: initial;
  width: 11.2vw;
}

.c-lp .swiper-button-prev {
  left: 14.667vw;
}

.c-lp .swiper-button-next {
  right: 14.667vw;
}

.voice_txt {
  font-size: 3.2vw;
  margin: 0;
}

.voice_box {
  width: 41.6vw;
  margin-left: auto;
  text-align: left;
  line-height: 1.333;
  padding-right: 5.333vw;
  margin-bottom: 13.333vw;
}

.cta_btn {
  animation: pulse 2.3s ease 0s infinite normal;
  margin-top: 1.333vw;
}

.section_box_img {
  animation: pulse 2.3s ease 0s infinite normal;
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    margin-left: 1.067vw;
  }

  8% {
    margin-left: 2.133vw;
  }

  16% {
    margin-left: 0;
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    margin-left: 0;
  }
}

.fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* 表示状態 */
.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: hsl(0, 0%, 53%,0.5);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 2.667vw;
  padding-left: 4vw;
  border: 2px solid #094298;
  width: 80%;
  position: relative;
  border-radius: 2.667vw;
}
.close {
  position: absolute;
  top: -6.667vw;
  right: -2.133vw;
  width: 13.333vw;
  height: 13.333vw;
  cursor: pointer;
}

.modal_block ul {
  padding-left: 0;
}

.modal_block ul li {
  list-style: none;
  font-size: 3.733vw;
  line-height: 2.429;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.modal_block ul li span {
  color: #888888;
}

.modal_block p {
  font-size: 3.2vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #888888;
  line-height: 1.429;
}

.modal_block ul li {
  position: relative; /* 相対位置を設定して、::before要素の位置を調整可能にする */
  padding-left: 4vw; /* 画像の幅に合わせてテキストの左側に余白を設定 */
  list-style: none; /* デフォルトのリストスタイルを削除 */
  line-height: 1.8;
  margin-bottom: 2.667vw;
}

.modal_block ul li::before {
  content: "";
  background-image: url(../images/modal_before.png);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2.133vw;
  width: 2.133vw;
  height: 2.133vw;
}

.social {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.social li a {
  width: 30px;
  height: 30px;
  display: block;
}

.social li a img {
  width: 100%;
}

.social li {
  margin: 0 10px;
}

.section6_wrap {
  margin-bottom: 21.33vw;
}

.section6_wrap:last-child {
  margin-bottom: 0;
}

@media screen and (min-width:769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block!important;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  h2 span {
    font-size: 30px;
  }
  .section3 h2 {
    font-size: 36px;
  }
  .swiper_txt p {
    font-size: 14px;
  }
  .swiper_txt {
    height: 180px;
    padding: 20px;
  }
  .c-lp .swiper-button-next, .c-lp .swiper-button-prev {
    width: 60px;
    position: initial;
  }
  .voice_txt {
    font-size: 12px;
  }
  .section3_block video {
    width: 15.63vw;
  }
  .section4_blcok {
    display: flex;
    justify-content: center;
  }
  .section4_blcok2 {
    flex-direction: row-reverse;
  }
  .section4_img_box {
    width: 50%;
    height: 100%;
  }
  .section3_block {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top: -160px;
  }
  .section_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section5_block {
    display: block;
  }
  .section5_box p {
    font-size: 18px;
  }
  .section5_box p span {
    font-size: 18px;
  }
  .section5_box img {
    width: 115px;
  }
  .section5_box_right {
    max-width: 300px;
    width: 100%;
  }
  .section5_box .section5_block_img3 {
    width: 150px;
  }
  .section5_block {
    padding-top: 0;
    border-bottom: none;
  }
  .section6 h2 span {
    font-size: 30px;
  }
  .section6_wrap {
    display: flex;
  }
  .section6_txt {
    font-size: 18px;
  }
  .section6_txt2 {
    font-size: 18px;
  }
  .section6_block h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .section7_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-top: 455px;
  }
  .section7_wrap1 {
    background-image: none;
    padding-top: 0;
    margin: 0;
  }
  .section7 h2 {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .section7_wrap2 {
    background-image: none;
    padding-top: 100px;
    margin: 0;
  }
  .section7_block img {
    width: 405px;
    top: -102px;
  }
  .section7_box h3 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .section7_block1 .section7_box h3 {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .section7_box p {
    font-size: 16px;
  }
  .section7_box {
    padding: 140px 35px 0;
    height: 415px;
  }
  .section7_block1 {
    margin-top: 100px;
  }
  h2 .color {
    font-size: 36px;
  }
  .shortest h2 {
    font-size: 18px;
  }
  .shortest ul li {
    font-size: 16px;
  }
  .shortest_inner {
    max-width: 1000px;
    width: 100%;
  }
  .section3 {
    padding: 100px 0;
  }
  .section3 h2 {
    width: 228px;
  }
  .section3 h2::before {
    width: 228px;
    height: 75px;
    top: -15px;
  }

  .swiper-container {
    padding-bottom: 70px;
  }
  .voice_box {
    padding-right: 0;
    max-width: 34.38vw;
    margin-top: -130px;
  }
  .swiper_button {
    margin: 0 auto;
    width: 315px;
    display: flex;
    justify-content:space-between;
    margin-top: 70px;
  }
  .c-lp .swiper-container .swiper-pagination {
    bottom: 82px;
  }
  .section4_box h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  .section4 .section4_box span {
    font-size: 32px;
  }
  .section4 .section4_box .section4_txt {
    font-size: 16px;
  }
  .section4 .section4_box .section4_txt2 {
    font-size: 12px;
  }
  .section4_img1 {
    width: 500px;
    height: 100%;
    margin: 0;
    margin-left: auto;
  }
  .section4_img2 {
    max-width: 500px;
    width: 100%;
    height: 100%;
  }
  .section4_box {
    width: 50%;
    height: 245px;
    padding: 45px 52px 0;
  }
  .section4_box_wrap {
    float: right;
  }
  .section4_box_left {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .section4_box1 {
    margin-left: 50px;
    margin-bottom: 80px;
  }
  .section4_img3 {
    width: 100%;
    max-width: 1000px;
  }
  .section4 {
    padding: 100px 0;
  }
  .section5 {
    padding: 100px 0;
    background-image: url(../images/introduction_bg_pc.jpg);
  }
  .section5_block h3 {
    background-color: #fff;
    border: solid 1px #000;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 35px;
  }
  .section5_box_img {
    height: 456px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .section5_txt {
    text-align: center;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-bottom: 20px;
  }
.section5_txt2 {
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.section5_block .section5_p {
  height: 178px;
  line-height: 1.667;
  letter-spacing: 0.14em;
  margin-bottom: 25px;
}
.section6 {
  background-image: url(../images/Pioneer_bg_pc.jpg);
  padding: 160px 0 80px;
  background-size: cover;
}
.section6_inner {
  max-width: 1000px;
  width: 100%;
}
.section6 h2 {
  margin-bottom: 50px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.section6_txt {
  margin-bottom: 100px;
  letter-spacing: 0.01em;
}
.section6_wrap {
  align-items: center;
}
.section6_wrap_rev {
  flex-direction: row-reverse;
}
.section6_wrap {
  margin-bottom: 80px;
}
.section_wrap_img {
  width: 50%;
}
.section6_block {
  width: 50%;
}
.section6 .section6_img {
  width: 90%;
}
.section7 {
  padding: 100px 0;
  background-image: url(../images/commitment_bg_pc.jpg);
  background-size: cover;
  background-position: center;
}
.section7_wrap2 {
  background-color: transparent;
}
.section7_wrap1 {
  height: 100%;
  width: 475px;
}
.section7_wrap2 {
  height: 100%;
  width: 475px;
}
.section7_inner {
  width: 100%;
}
.info-item {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.links-company li {
  font-size: 14px;
  padding: 12px 0 8px;
}
.footer_box {
  border-bottom: none;
}
.footer_box .text {
  font-size: 10px;
}
.footer_box .logo img {
  width: 95px;
}
.g-footer-links {
  width: 48%;
}
.footer_box_under {
  width: 48%;
}
.social {
  display: flex;
  justify-content: end;
}
.social li {
  margin-left: 24px;
}
.social li a {
  width: 34px;
  height: 34px;
}
.section2_txt {
  font-size: 38px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.section2_txt2 {
  font-size: 54px;
}
.section2_txt4 {
  font-size: 24px;
}
.section2_txt5 {
  font-size: 10px;
  padding-right: 80px;
}
.section2_block .section2_img {
  width: 82px;
}
.section2_content img {
  width: 143px;
  height: 143px;
  margin-right: 20px;
}
.section2_block {
  justify-content: center;
  margin-bottom: 20px;
}
.section2_wrap {
  width: 100%;
  max-width: 900px;
}
.section2 {
  padding: 100px 0;
}
.section2_block.pc {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}
.section2_block_inner {
  display: flex;
  align-items: center;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.section2_inner {
  width: 100%;
}
.section2_box_txt2 span {
  font-size: 116px;
  padding-right: 0;
  letter-spacing: 0;
}
.section2_box_txt {
  font-size: 30px;
}
.section2_box_txt {
  padding: 23px 18px;
  width: max-content;
  height: 77px;
  margin-top: 24px;
  margin-right: 30px;
}
.section2_box_txt3 {
  font-size: 25px;
  /* padding-right: 30px; */
}
.section2_list {
  list-style: none;
}
.section2_item {
  font-size: 12px;
  
}
.section2_box_small {
  display: flex;
}
.section2_box_txt2 {
  font-size: 54px;
}
.section2_box_txt2::after {
  font-size: 21px;
  top: 48px;
  right: -32px;
}
.section2_block .section_box_img {
  width: 100%;
  max-width: 565px;
  padding-left: 0;
  margin-top: 10px;
  padding-left: 25px;
}
.section2_box_down .section2_box {
  margin-left: 0;
  display: flex;
  align-items: center;
}
.section2_list {
  max-width: 71.75vw;
  width: 100%;
  margin: 0 auto;
  float: right;
}
.section2_box_up a{
  color: #000;
  text-align: right;
  display: block;
}
.section2_box_down {
  width: 650px;
}
.section2_box_up {
  width: 510px;
  margin-right: 40px;
}
.section2_block .section2_block_tit {
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  width: 650px;
  height: 60px;
  margin: 0 auto;
  background: linear-gradient(to right, #094298, #011E58);
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-radius: 10px;
  display: flex;
        justify-content: center;
        align-items: center;
}
.section2_box_down_txt {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
}
.section2_block_tit::after {
  content: none;
}
h2::after {
  width: 40px;
  height: 2px;
}
.shortest h2 {
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.shortest_block {
  padding: 16px 0 23px;
}
.shortest_block ul {
  padding: 0 20px;
}
.footer_logo a {
  width: 152px;
}
.g-footer-copyright p {
  padding-bottom: 10px;
}
.g-footer-copyright .footer_copy {
  padding-bottom: 20px;
}
.links-company .site-company {
  border-bottom: none;
}
.info-item.footer_box {
  padding-top: 0px;
}
.modal_block ul li {
  font-size: 14px;
  padding-left: 20px;
  width: 47%;
  margin-bottom: 20px;
}
.modal_block ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.modal_block2 p {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 3px;
}
.close {
  width: 50px;
  height: 50px;
  top: -30px;
  right: -26px;
}
.modal-content {
  width: 840px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 35px 45px;
}
.modal_block ul li::before {
  width: 10px;
  height: 10px;
  top: 6px;
}
.section4 h2 {
  letter-spacing: 0.06em;
}
}

.fixed-banner {
  display: none;
  position: fixed;
  bottom: 0px; /* 初期状態では画面外に */
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 10px 0;
  transition: bottom 0.3s ease-in-out;
  line-height: 1;
}

.fixed-banner img {
  max-width: 100%;
  height: auto;
  width: 590px;
}