@charset "UTF-8";
/* CSS Document */
/*FV*/
.section__FV {
  position: relative;
}
.section__FV__img img {
  width: 100Vw;
  height: auto;
}
.section__FV__img-mb {
  display: none;
}
.section__FV__img-tb {
  display: none;
}
.section__FV h1 {
  z-index: 1;
  color: #fff;
  font-size: 5.0rem;
  line-height: 1.8;
  font-weight: 900;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  white-space: nowrap;
}
.section__FV h1 span {
  display: none;
}
@media(max-width: 1180px) {
  .section__FV__img-pc {
    display: none;
  }
  .section__FV__img-tb {
    display: block;
    width: 100vw;
    height: auto;
  }
}
@media(max-width: 1023px) {
  .section__FV h1 {
    font-size: 4.0rem;
  }
}
@media(max-width: 767px) {
  .section__FV__img-tb {
    display: none;
  }
  .section__FV__img-mb {
    display: block;
    width: 100vw;
    height: auto;
  }
  .section__FV h1 span {
    display: block;
    color: #F5D930;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
    text-transform: uppercase;
  }
}
@media(max-width: 500px) {
  .section__FV h1 {
    font-size: 3.0rem;
    line-height: 1.4;
    font-weight: 700;
  }
  .section__FV h1 span {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
  }
}
/*top-link*/
.section__link-top {
  padding: 52px 5vw 0;
  display: flex;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px 0;
  margin: 0 auto;
}
.section__link-top a {
  color: #00315F;
  width: 198px;
  height: 30px;
  border-left: solid 1px #00315F;
  white-space: nowrap;
  border-right: solid 1px #00315F;
  margin-left: -1px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.section__link-top a:hover {
  color: #F5D92F;
}
@media(max-width:767px) {
  .section__link-top {
    padding: 33px 6vw 0;
  }
  .section__link-top a {
    box-sizing: border-box;
    width: 151px;
    height: 25px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
/*StrongPoint*/
.section__StrongPoint_area {
  max-width: 1200px;
  padding: 0 5vw 120px;
  margin: 0 auto;
}
.section__StrongPoint_area h2 {
  padding-top: 182px;
}
.section__StrongPoint_flex-1 {
  margin: 62px 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Service__video {
  overflow: hidden;
  width: 100%;
}
.Service__video video {
  width: 100%;
  border-radius: 31px;
  object-fit: contain;
}
.section__StrongPoint_flex-1-left {
  width: 426px;
  text-align: left;
  padding-right: clamp(40px, 4vw, 79px);
}
.section__StrongPoint_flex-1-left h3 {
  padding-bottom: 32px;
  white-space: nowrap;
}
.section__StrongPoint_flex-1-left__h3-b {
  display: inline;
  background-color: #F5D930;
  font-size: 4.7rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.7;
  padding: 0 20px;
}
.section__StrongPoint_flex-1-left__h3-s {
  display: inline;
  background-color: #F5D930;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 0 20px;
  font-size: 4.0rem;
  line-height: 1.7;
}
.section__StrongPoint_flex-2 {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  height: 931.5px;
}
.section__StrongPoint_flex-2-left {
  width: 581px;
  margin-right: 2vw;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section__StrongPoint_flex-2-right {
  width: 577px;
  background-color: #F5D930;
  border-radius: 30px;
  padding: 40px;
  letter-spacing: 0;
  box-sizing: border-box;
}
.section__StrongPoint_flex-2-right h3 {
  display: inline;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
}
.section__StrongPoint_flex-2-right h3::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #333;
  position: absolute;
  top: 14px;
  left: -27px;
}
.section__StrongPoint_flex-2-right h3::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #333;
  position: absolute;
  top: 14px;
  right: -27px;
}
.section__StrongPoint-Sales__img-mb {
  display: none;
}
.section__StrongPoint-Sales__img {
  width: 429px;
  height: auto;
  margin: auto;
}
.section__StrongPoint-Sales__img img {
  width: 100%;
	height: auto;
}
.section__StrongPoint_flex-2-left-t {
  background-color: #F5D930;
  border-radius: 30px;
  padding: 40px;
}
.section__StrongPoint_flex-2-left-t h3 {
  display: inline;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
}
.section__StrongPoint_flex-2-left-t h3::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #333;
  position: absolute;
  top: 14px;
  left: -27px;
}
.section__StrongPoint_flex-2-left-t h3::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #333;
  position: absolute;
  top: 14px;
  right: -27px;
}
.section__StrongPoint_flex-2-left-t p {
  text-align: left;
  padding: 16px 0 5px;
}
.section__StrongPoint_flex-2-left-u {
  background-color: #F5D930;
  border-radius: 30px;
  padding: 40px;
}
.section__StrongPoint_flex-2-left-u h3 {
  display: inline;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
}
.section__StrongPoint_flex-2-left-u h3::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #333;
  position: absolute;
  top: 14px;
  left: -27px;
}
.section__StrongPoint_flex-2-left-u h3::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #333;
  position: absolute;
  top: 14px;
  right: -27px;
}
.section__StrongPoint_flex-2-left-u h4 {
  margin-bottom: 27px;
}
.section__StrongPoint_flex-2-left-u-b {
  font-size: 7.0rem;
  font-weight: 700;
  line-height: 1.4;
}
.section__StrongPoint_flex-2-left-u-s {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0;
}
.section__StrongPoint_flex-2-left-u-text {
  text-align: left;
}
.section__StrongPoint_flex-2-left-u-text-s1 {
  font-weight: 700;
}
.section__StrongPoint_flex-2-right-t {
  padding: 44px 0 56px;
  display: flex;
  flex-flow: wrap;
  gap: 40px 21px;
  justify-content: center;
  width: min(530px, 100%);
  margin: auto;
}
.section__StrongPoint_flex-2-right h5 {
  font-weight: 700;
  text-align: left;
  padding-bottom: 14px;
}
.section__StrongPoint_flex-2-right-u {
  text-align: left;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  letter-spacing: -0.05rem;
}
.section__StrongPoint_flex-2-right-u__p {
  text-align: right;
}
.section__StrongPoint_flex-2-right-t-box {
  width: 123px;
  height: 138px;
}
.section__StrongPoint_flex-2-right-t-box h4 {
  height: 48px;
  display: grid;
  place-content: center;
  position: relative;
}
.section__StrongPoint_flex-2-right-t-box h4::before {
  content: "";
  display: block;
  width: 31px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.section__StrongPoint_flex-2-right-t-box p {
  font-size: 8.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.section__StrongPoint_flex-2-right-t-box__span__parts{
  font-size: 2.1rem;
  font-weight: 700;
  margin-left: 5px;
}
@media(max-width: 1283px) {
  .section__StrongPoint_flex-2 {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .section__StrongPoint_flex-2-left {
    width: 90vw;
    margin-right: 0;
  }
  .section__StrongPoint_flex-2-right-box {
    width: 550px;
    margin: auto;
  }
  .section__StrongPoint_flex-2-left-t-box {
    width: 550px;
    margin: auto;
  }
  .section__StrongPoint_flex-2-left-u-box {
    width: 550px;
    margin: auto;
  }
  .section__StrongPoint_flex-2-right {
    width: 90vw;
  }
  .section__StrongPoint_flex-2-left-t {
    margin-bottom: 32px;
  }
  .section__StrongPoint_flex-2-left-u {
    margin-bottom: 32px;
  }
  .section__StrongPoint_flex-2-left-t p {
    padding: 16px 0 33px;
  }
}
@media(max-width:1023px) {
  .section__StrongPoint_area {
    padding: 0 6vw 100px;
  }
  .section__StrongPoint_flex-1-left h3 {
    padding: 25px 0;
  }
  .section__StrongPoint_area h2 {
    padding-top: 140px;
  }
  .section__StrongPoint_flex-1 {
    margin: 32px 0 64px;
    flex-flow: column-reverse;
  }
  .section__StrongPoint_flex-1-left {
    width: 100%;
    padding-right: 0;
  }
  .section__StrongPoint_flex-2-left {
    width: 86vw;
  }
  .section__StrongPoint_flex-2-right {
    width: 86vw;
  }
}
@media(max-width: 767px) {
	.Service__video {
  width:100vw;
}
.Service__video video {
  width: 100%;
  border-radius:0;
}
  .section__StrongPoint_flex-1-left__h3-b {
    font-size: 3.2rem;
  }
  .section__StrongPoint_flex-1-left__h3-s {
    font-size: 2.4rem;
  }
  .section__StrongPoint_flex-2-left-t {
    padding: 32px 23px;
  }
  .section__StrongPoint_flex-2-left-t-box {
    width: 100%;
  }
  .section__StrongPoint_flex-2-left-u {
    padding: 32px 23px;
  }
  .section__StrongPoint_flex-2-left-u-box {
    width: 100%;
  }
  .section__StrongPoint_flex-2-right {
    padding: 32px 23px;
  }
  .section__StrongPoint_flex-2-right-box {
    width: 100%;
  }
  .section__StrongPoint-Sales__img-pc {
    display: none;
  }
  .section__StrongPoint-Sales__img {
    width: min(429px, 100%);
  }
  .section__StrongPoint-Sales__img-mb {
    display: block;
    width: 100%;
  }
  .section__StrongPoint_flex-2-left-t h3 {
    font-size: 2.0rem;
  }
  .section__StrongPoint_flex-2-left-u h3 {
    font-size: 2.0rem;
  }
  .section__StrongPoint_flex-2-right h3 {
    font-size: 2.0rem;
  }
  .section__StrongPoint_flex-2-left-u-b {
    font-size: 5.0rem;
  }
  .section__StrongPoint_flex-2-left-u-s {
    font-size: 2.0rem;
  }
  .section__StrongPoint_flex-2-left-u h4 {
    margin-bottom: 24px;
  }
  .section__StrongPoint_flex-2-right-t-box p {
    font-size: 6.0rem;
  }
.section__StrongPoint_flex-2-right-t-box__span__parts{
    font-size: 1.8rem;
  }
  .section__StrongPoint_flex-2-right-u {
    flex-flow: column;
    gap: 0;
  }
  .section__StrongPoint_flex-2-right-t {
    gap:15px;
  }
}
/*Service*/
.section__Service__area {
  z-index: -1;
  background-color: #F8F8F8;
  border-radius: 500px 0;
  padding: 108px 0 170px;
  margin-bottom: 117px;
}
.section__Service__area p {
  padding-bottom: 170px;
}
.section__Service__01img-mb {
  display: none;
}
.section__Service__02img-mb {
  display: none;
}
.section__Service__03img-mb {
  display: none;
}
.section__Service__04img-mb {
  display: none;
}
.section__Service__box-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1200px,100%);
  margin: 0 auto;
  position: relative;
}
.section__Service__box-1::before {
  z-index: 1;
  content: "";
  display: block;
  width: 120%;
  height: 601px;
  background: linear-gradient(to bottom left, #F5D930,#F5C030);
  position: absolute;
  top: 50%;
  left: -57%;
  transform: translateY(-50%);
}
.section__Service__box-1-right {
  text-align: left;
  padding: 0 155px 0 78px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.section__Service__box-1-right h3 {
  font-size: 3.9rem;
  font-weight: 900;
  line-height: 1.5;
}
.section__Service__01img {
  width: 88px;
  margin-bottom: 25px;
}

.section__Service__box-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1200px,100%);
  margin: 0 auto;
  position: relative;
}
.section__Service__box-2::before {
  z-index: 1;
  content: "";
  display: block;
  width: 120%;
  height: 601px;
  background: linear-gradient(to bottom right, #00315F, #005298);
  position: absolute;
  top: 50%;
  right: -57%;
  transform: translateY(-50%);
}
.section__Service__box-2-left {
  text-align: left;
  padding: 0 78px 0 155px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.section__Service__box-2-left h3 {
  font-size: 3.9rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
}
.section__Service__02img {
  width: 88px;
  margin-bottom: 25px;
}
.section__Service__box-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1200px,100%);
  margin: 0 auto;
  position: relative;
}
.section__Service__box-3::before {
  z-index: 1;
  content: "";
  display: block;
  width: 120%;
  height: 601px;
  background: linear-gradient(to bottom left, #F5D930,#F5C030);
  position: absolute;
  top: 50%;
  left: -57%;
  transform: translateY(-50%);
}
.section__Service__box-3-right {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0 197px 0 157px;
  white-space: nowrap;
}
.section__Service__box-3-right h3 {
  font-size: 3.9rem;
  font-weight: 900;
  line-height: 1.5;
}
.section__Service__03img {
  width: 88px;
  margin-bottom: 25px;
}
.section__Service__box-4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1200px,100%);
  margin: 0 auto;
  position: relative;
}
.section__Service__box-4::before {
  z-index: 1;
  content: "";
  display: block;
  width: 120%;
  height: 601px;
  background: linear-gradient(to bottom right, #00315F, #005298);
  position: absolute;
  top: 50%;
  right: -57%;
  transform: translateY(-50%);
}
.section__Service__box-4-left {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0 157px 0 197px;
  white-space: nowrap;
}
.section__Service__box-4-left h3 {
  font-size: 3.9rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
}
.section__Service__04img-1 {
  position: relative;
  z-index: 1;
  width: 641px;
  height: auto;
}
.section__Service__04img-2 {
  width: 88px;
  margin-bottom: 25px;
}
.section__Service__box-space {
  height: 239px;
}
.swiper2 {
  width: min(641px,100%);
  height: auto;
}
  .swiper2 .swiper-wrapper img {
    width: 100%!important;
    height: auto;
	  display: block;
  }
.swiper3 {
  display: none!important;
}
@media(max-width: 1200px) {
  .section__Service__04img-1 img {
    width: min(100%, 641px);
    height: auto;
  }
  .section__Service__box-1::before {
    height: clamp(450px, 125%, 601px);
  }
  .section__Service__box-2::before {
    height: clamp(450px, 125%, 601px);
  }
  .section__Service__box-3::before {
    height: clamp(450px, 125%, 601px);
  }
  .section__Service__box-4::before {
    height: clamp(450px, 125%, 601px);
  }
}
@media(max-width: 1023px) {
  .section__Service__box-1-right {
    padding: 0 6vw 0 6vw !important;
  }
  .section__Service__box-2-left {
    padding: 0 6vw 0 6vw !important;
  }
  .section__Service__box-3-right {
    padding: 0 6vw 0 6vw !important;
  }
  .section__Service__box-4-left {
    padding: 0 6vw 0 6vw !important;
  }
  .section__Service__box-1-right h3 {
    width: 318.4px;
  }
  .section__Service__box-2-left h3 {
    width: 318.4px;
  }
  .section__Service__box-3-right h3 {
    width: 318.4px;
  }
  .section__Service__box-4-left h3 {
    width: 318.4px;
  }
  .section__Service__box-1::before {
    height: clamp(380px, 125%, 450px);
  }
  .section__Service__box-2::before {
    height: clamp(380px, 125%, 450px);
  }
  .section__Service__box-3::before {
    height: clamp(380px, 125%, 450px);
  }
  .section__Service__box-4::before {
    height: clamp(380px, 125%, 450px);
  }
  .section__Service__area {
    border-radius: 300px 0;
    margin-bottom: 100px;
    padding: 108px 0 100px;
  }
  .section__Service__area p {
    padding-bottom: 130px;
  }
}
@media(max-width: 767px) {
  .section__Service__box-1 {
    flex-flow: column;
    align-items: flex-start;
  }
  .section__Service__box-2 {
    flex-flow: column-reverse;
    align-items: flex-end;
  }
  .section__Service__box-3 {
    flex-flow: column;
    align-items: flex-start;
  }
  .section__Service__box-4 {
    flex-flow: column-reverse;
    align-items: flex-end;
  }
  .section__Service__04img-1 {
    width: 100%;
  }
  .section__Service__04img-pc {
    display: none;
  }
  .section__Service__04img-mb {
    display: block;
  }
  .section__Service__box-1::before {
    display: none;
  }
  .section__Service__box-2::before {
    display: none;
  }
  .section__Service__box-3::before {
    display: none;
  }
  .section__Service__box-4::before {
    display: none;
  }
  .section__Service__box-1-right::before {
    width: 80vw;
    height: 220px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    content: "";
    display: block;
    background: linear-gradient(to bottom left, #F5D930,#F5C030);
    position: absolute;
  }
  .section__Service__box-2-left::before {
    width: 80vw;
    height: 220px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    content: "";
    display: block;
    background: linear-gradient(to bottom right, #00315F, #005298);
    position: absolute;
  }
  .section__Service__box-3-right::before {
    width: 80vw;
    height: 220px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    content: "";
    display: block;
    background: linear-gradient(to bottom left, #F5D930,#F5C030);
    position: absolute;
  }
  .section__Service__box-4-left::before {
    width: 80vw;
    height: 220px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    content: "";
    display: block;
    background: linear-gradient(to bottom right, #00315F, #005298);
    position: absolute;
  }
  .swiper2 {
    display: none !important;
  }
  .swiper3 {
    display: flex!important;
    width: 100%;
    height: auto;
    z-index: 2!important;
  }
  .swiper3 .swiper-wrapper {
    width: 100%;
    height: auto;
  }
  .section__Service__01img-pc {
    display: none;
  }
  .section__Service__01img-mb {
    display: block;
    width: 100%;
	  height: auto;
  }
  .section__Service__02img-pc {
    display: none;
  }
  .section__Service__02img-mb {
    display: block;
    width: 100%;
	  height: auto;
  }
  .section__Service__03img-pc {
    display: none;
  }
  .section__Service__03img-mb {
    display: block;
    width: 100%;
	  height: auto;
  }
  .section__Service__04img-pc {
    display: none;
  }
  .section__Service__04img-mb {
    display: block;
    width: 100%!important;
	  height: auto;
  }
  .section__Service__01img-mb-no {
    width: 100%;
    height: auto;
  }
  .section__Service__01img {
    width: 81px;
    margin-bottom: 15px;
  }
  .section__Service__box-1-right {
    padding: 0 6vw 0 6vw !important;
    position: relative;
    margin-bottom: 30px;
  }
  .section__Service__02img {
    width: 81px;
    padding-bottom: 15px;
	  margin: 0 0 0 auto;
  }
  .section__Service__box-2-left {
    padding: 0 6vw 0 6vw !important;
    position: relative;
    margin-bottom: 30px;
  }
  .section__Service__03img {
    width: 81px;
    margin-bottom: 15px;
  }
  .section__Service__box-3-right {
    padding: 0 6vw 0 6vw !important;
    position: relative;
    margin-bottom: 30px;
  }
  .section__Service__04img-2 {
    width: 81px;
    padding-bottom:15px;
	  margin: 0 0 0 auto;
  }
  .section__Service__04img-1 {
    position: relative;
    z-index: 2;
  }
  .section__Service__box-4-left {
    padding: 0 6vw 0 6vw !important;
    position: relative;
    margin-bottom: 30px;
  }
  .section__Service__box-1-right h3 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .section__Service__box-2-left h3 {
    font-size: 2.8rem;
    line-height: 1.5;
    width: 230px;
  }
  .section__Service__box-3-right h3 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .section__Service__box-4-left h3 {
    font-size: 2.8rem;
    line-height: 1.5;
    width: 146px;
  }
  .section__Service__box-space {
    height: min(200px, 35vw);
  }
  .section__Service__area {
    border-radius: 150px 0;
  }
  .section__Service__area p {
    padding-bottom: 70px;
    text-align: left;
    width: 86vw;
    margin: auto;
  }
  .section__Service__br-mb {
    display: none;
  }
}