@charset "UTF-8";
/* $tab: 999px; // タブレット */
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin-left: 216px;
  padding-left: 10px;
  padding-top: 10px;
}
#mainimg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-71.9165085389%, calc(100% - 150px));
  width: min(76.1560693642%, 1054px);
  aspect-ratio: 1054/779;
  background: url(../images/main-shape.webp) no-repeat center/cover;
  z-index: -2;
}
#mainimg {
  /* &::before,
  &::after{
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 0;
    //left: 0;
    transform: translateY(calc(100% - 150px));
  }
  &::before{
    //transform: translate(calc(-100% + 21px),calc(100% - 150px));
    left: min(calc((vwCalc(758,1600)* -1)),-758px);
    //width: perCalc(776,1384);
    width: 776px;
    aspect-ratio: 776/777;
    background: linear-gradient(0deg,rgba(243, 143, 30, 1) 0%, rgba(248, 234, 33, 1) 100%);
    clip-path: polygon(calc(100% - 50px) 0, 100% 0, 50px 100%, 0 100%);
  }
  &::after{
    //transform: translate(calc(-100% + 295px),calc(100% - 150px));
    left: min(calc((vwCalc(701,1600)* -1)),-701px);
    //width: perCalc(996,1384);
    width: 996px;
    aspect-ratio: 996/777;
    background: linear-gradient(0deg,rgba(121, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    clip-path: polygon(calc(100% - 270px) 0, 100% 0, 270px 100%, 0 100%);
  } */
}
#mainimg #mainslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  overflow: hidden;
  background-color: #fff;
}
#mainimg #mainslider .slick-list,
#mainimg #mainslider .slick-track {
  height: 100%;
}
#mainimg #mainslider img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  overflow: hidden;
}
#mainimg .video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dotimage.png) repeat rgba(0, 0, 0, 0);
}
#mainimg .video p {
  height: 100%;
}
#mainimg .video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg:has(.video) #mainslider {
  display: none;
}
#mainimg .catch {
  min-height: calc(100vh - 111px);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 1.380952381;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: end;
  text-align: end;
}
#mainimg .catch .tx {
  position: relative;
  padding: 30px 2.1834061135% 50px 17.4672489083%;
  margin-bottom: 40px;
}
#mainimg .catch .tx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1077e8;
  mix-blend-mode: multiply;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#mainimg .catch small {
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  #mainimg {
    margin-left: 10px;
  }
  #mainimg::before {
    transform: translate(-50%, calc(100% - 100px));
  }
  #mainimg .catch {
    font-size: 30px;
    min-height: 500px;
  }
  #mainimg .catch small {
    font-size: 22px;
  }
  #mainimg .catch .tx {
    padding: 20px 15px 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  #mainimg .catch {
    font-size: 24px;
    min-height: 300px;
  }
  #mainimg .catch small {
    font-size: 18px;
  }
  #mainimg .catch .tx {
    padding: 15px 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 16px;
  }
  #mainimg .catch small {
    font-size: 12px;
  }
}

/* ----------------------------------------------
strengths
------------------------------------------------- */
#strengths {
  position: relative;
  overflow-x: clip;
}
#strengths .bgs .bg {
  position: absolute;
  width: min(62%, 992px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(248, 234, 33) 0%, transparent 50%);
  z-index: -3;
}
#strengths .bgs .bg.b1 {
  top: 0;
  left: 0;
  transform: translate(-25%, -50%);
  opacity: 0.32;
}
#strengths .bgs .bg.b2 {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  opacity: 0.18;
}
#strengths .bgs .bg.b3 {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 0%);
  opacity: 0.18;
}
#strengths .bgs .bg.b4 {
  bottom: 0;
  right: 0;
  transform: translate(50%, 0%);
  opacity: 0.42;
}
#strengths .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 10px 130px;
  position: relative;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
#strengths .contents::before {
  content: "";
  position: absolute;
  width: min(65.875%, 1054px);
  aspect-ratio: 1054/779;
  background: url(../images/stengths-shape.webp) no-repeat center/cover;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: translate(55.0284629981%, 24.3902439024%);
}
#strengths .contents {
  /* &::before,
  &::after{
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 0;
    right: 0;
  }
  &::before{
    transform: translate(calc(100% - 475px),perCalc(190,777));
    width: perCalc(776,1600);
    aspect-ratio: 776/777;
    background: linear-gradient(0deg,rgba(243, 143, 30, 1) 0%, rgba(248, 234, 33, 1) 100%);
    clip-path: polygon(calc(100% - 50px) 0, 100% 0, 50px 100%, 0 100%);
  }
  &::after{
    transform: translate(calc(100% - 420px),perCalc(190,777));
    width: perCalc(996,1600);
    aspect-ratio: 996/777;
    background: linear-gradient(0deg,rgba(121, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    clip-path: polygon(calc(100% - 270px) 0, 100% 0, 270px 100%, 0 100%);
  } */
}
#strengths .contents .shapes .shape {
  position: absolute;
  aspect-ratio: 1/1;
  z-index: -1;
}
#strengths .contents .shapes .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#strengths .contents .shapes .shape.s1 {
  top: 30px;
  left: 0;
  transform: translateX(-12.2699386503%);
  width: min(30.5625%, 489px);
}
#strengths .contents .shapes .shape.s2 {
  top: 120px;
  right: 9.6875%;
  width: min(14.375%, 230px);
}
#strengths .contents .shapes .shape.s3 {
  bottom: 20px;
  right: 0;
  transform: translateX(19.5530726257%);
  width: min(22.375%, 358px);
}
#strengths .contents h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 1.6;
  color: #1077e8;
}
#strengths .contents h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.6;
  margin-top: -7px;
}
@media (max-width: 1200px) {
  #strengths .contents h2 {
    font-size: 50px;
  }
  #strengths .contents h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #strengths .contents h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  #strengths .contents h2 small {
    font-size: 16px;
    margin-top: 5px;
  }
}
#strengths .contents h2 {
  text-align: center;
  margin-bottom: 43px;
}
#strengths .contents .catch {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 1.5263157895;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  margin-bottom: 48px;
}
#strengths .contents .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #000;
  max-width: 765px;
  margin-bottom: 56px;
}
#strengths .contents .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#strengths .contents .btn a:hover {
  opacity: 0.6;
}
#strengths .contents .btn a {
  display: flex;
  align-items: center;
  width: 210px;
  min-height: 50px;
  border-radius: 25px;
  padding: 5px 65px 5px 40px;
  background-repeat: no-repeat;
  background-position: center right 28px;
  background-color: #ff0000;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 1200px) {
  #strengths .contents .btn a {
    width: 190px;
    min-height: 45px;
    padding-left: 30px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #strengths .contents .btn a {
    width: 180px;
    min-height: 40px;
    padding-left: 20px;
    background-size: 20px auto;
    background-position: center right 15px;
    padding-right: 40px;
    font-size: 12px;
  }
}
#strengths .contents .btn a {
  margin: 0 auto;
  text-shadow: none;
}
#strengths .image {
  margin-right: min(9.5%, 152px);
  aspect-ratio: 1448/498;
  max-height: 498px;
  /*  border-top-right-radius: 90px;
   background: url(../images/strengths-image4.jpg)no-repeat;
   background-attachment: fixed; */
}
#strengths .image img {
  width: 100%;
  max-height: 498px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 90px;
}
@media (max-width: 1200px) {
  #strengths .contents {
    padding: 70px 10px 100px;
  }
  #strengths .contents h2 {
    margin-bottom: 30px;
  }
  #strengths .contents .catch {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #strengths .contents .text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #strengths .contents {
    padding: 50px 10px 70px;
  }
  #strengths .contents h2 {
    margin-bottom: 20px;
  }
  #strengths .contents .catch {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #strengths .contents .text {
    margin-bottom: 30px;
  }
  #strengths .image img {
    border-top-right-radius: 70px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  position: relative;
  margin-top: -65px;
  margin-bottom: -281px;
}
#news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(65.875%, 1054px);
  aspect-ratio: 1054/779;
  background: url(../images/news-shape.webp) no-repeat center/cover;
  z-index: -1;
  transform: translate(-50.7590132827%, -7.702182285%);
}
#news {
  /* &::before,
  &::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  &::before{
    transform: translate(calc(-100% + 240px),calc(perCalc(60,777)* -1));
    width: perCalc(776,1600);
    aspect-ratio: 776/777;
    background: linear-gradient(0deg,rgba(243, 143, 30, 1) 0%, rgba(248, 234, 33, 1) 100%);
    clip-path: polygon(calc(100% - 50px) 0, 100% 0, 50px 100%, 0 100%);
  }
  &::after{
    transform: translate(calc(-100% + 520px),calc(perCalc(60,777)* -1));
    width: perCalc(996,1600);
    aspect-ratio: 996/777;
    background: linear-gradient(0deg,rgba(121, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    clip-path: polygon(calc(100% - 270px) 0, 100% 0, 270px 100%, 0 100%);
  } */
}
#news .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  width: 62%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(248, 234, 33) 0%, transparent 50%);
  opacity: 0.19;
}
#news .inner {
  background-color: #1077e8;
  margin-left: auto;
  width: min(100% - 10px, 1172px);
  display: flex;
  align-items: center;
  padding: 52px 6.25% 45px 6.5625%;
  -moz-column-gap: 19.6483971044%;
       column-gap: 19.6483971044%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  position: relative;
  z-index: 1;
}
#news .inner .head {
  padding-bottom: 10px;
}
#news .inner .head h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 1.6;
  color: #fff;
}
#news .inner .head h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.6;
  margin-top: -7px;
}
@media (max-width: 1200px) {
  #news .inner .head h2 {
    font-size: 50px;
  }
  #news .inner .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #news .inner .head h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  #news .inner .head h2 small {
    font-size: 16px;
    margin-top: 5px;
  }
}
#news .inner .head h2 {
  margin-bottom: 37px;
  padding-left: 10px;
}
#news .inner .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news .inner .head .btn a:hover {
  opacity: 0.6;
}
#news .inner .head .btn a {
  display: flex;
  align-items: center;
  width: 210px;
  min-height: 50px;
  border-radius: 25px;
  padding: 5px 65px 5px 40px;
  background-repeat: no-repeat;
  background-position: center right 28px;
  background-color: #fff;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #0030ac;
  background-image: url(../images/arow-blue.webp);
}
@media (max-width: 1200px) {
  #news .inner .head .btn a {
    width: 190px;
    min-height: 45px;
    padding-left: 30px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #news .inner .head .btn a {
    width: 180px;
    min-height: 40px;
    padding-left: 20px;
    background-size: 20px auto;
    background-position: center right 15px;
    padding-right: 40px;
    font-size: 12px;
  }
}
#news .inner .contents {
  flex: 1;
}
@media (max-width: 1200px) {
  #news {
    margin-top: -50px;
  }
  #news .inner {
    padding: 35px;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  #news .inner .head {
    padding-bottom: 0;
  }
  #news .inner .head h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-top: -40px;
  }
  #news .inner {
    padding: 25px;
    flex-direction: column;
    align-items: unset;
    row-gap: 30px;
  }
  #news .inner .head h2 {
    margin-bottom: 0px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  position: relative;
  padding-top: 390px;
  padding-bottom: 135px;
  overflow-x: clip;
}
#business::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: min(65.875%, 1054px);
  aspect-ratio: 1054/779;
  background: url(../images/business-shape.webp) no-repeat center/cover;
  transform: translate(66.8880455408%, 24.3902439024%);
}
#business {
  /* &::before,
  &::after{
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
  }
  &::before{
    transform: translate(calc(100% - 350px),perCalc(190,777));
    width: perCalc(776,1600);
    aspect-ratio: 776/777;
    background: linear-gradient(0deg,rgba(243, 143, 30, 1) 0%, rgba(248, 234, 33, 1) 100%);
    clip-path: polygon(calc(100% - 50px) 0, 100% 0, 50px 100%, 0 100%);
  }
  &::after{
    transform: translate(calc(100% - 295px),perCalc(190,777));
    width: perCalc(996,1600);
    aspect-ratio: 996/777;
    background: linear-gradient(0deg,rgba(121, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    clip-path: polygon(calc(100% - 270px) 0, 100% 0, 270px 100%, 0 100%);
  } */
}
#business .bgs .bg {
  position: absolute;
  z-index: -2;
  left: 0;
}
#business .bgs .bg.img {
  top: 0;
  width: 100%;
  height: calc(100% - 148px);
}
#business .bgs .bg.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business .bgs .bg.s {
  bottom: 0;
  transform: translate(-25%, 50%);
  width: 78.25%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(248, 234, 33) 0%, transparent 50%);
  opacity: 0.33;
}
#business h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 1.6;
  color: #1077e8;
}
#business h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.6;
  margin-top: -7px;
}
@media (max-width: 1200px) {
  #business h2 {
    font-size: 50px;
  }
  #business h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #business h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  #business h2 small {
    font-size: 16px;
    margin-top: 5px;
  }
}
#business h2 {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 52px;
}
#business > .contents {
  margin-bottom: 49px !important;
}
#business > .contents:has(.block) {
  width: min(100% - 20px, 1250px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.72%;
}
#business > .contents:has(.block):not(:has(.block:nth-child(3))) {
  -moz-column-gap: 6%;
       column-gap: 6%;
}
#business > .contents:has(.block):not(:has(.block:nth-child(3))) .block {
  width: 47%;
}
#business > .contents:has(.block):not(:has(.block:nth-child(3))) .block .image {
  aspect-ratio: 587/368;
}
#business > .contents .block {
  width: 31.52%;
  background-color: #1077e8;
  border-radius: 45px;
  overflow: hidden;
  /* &:not(:has(a)){
    display: flex;
    flex-direction: column;
  } */
}
#business > .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#business > .contents .block a:hover {
  opacity: 0.6;
}
#business > .contents .block a {
  display: block;
  /* display: flex;
  flex-direction: column; */
  height: 100%;
}
#business > .contents .block .image {
  aspect-ratio: 394/368;
  position: relative;
}
#business > .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business > .contents .block .image .tx {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 0.9047619048;
  color: #f7ac3b;
  mix-blend-mode: multiply;
  padding: 60px 10px 0;
}
#business > .contents .block .bottom {
  padding: 15px 30px 30px 42px;
  /* flex:1;
  display: flex;
  flex-direction: column;
  align-items: center; */
}
#business > .contents .block .bottom .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 9px;
}
#business > .contents .block .bottom .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  /* margin-top: auto; */
}
#business > .contents .block-ver2 {
  position: relative;
  padding: 100px max((100% - 1400px) / 2, 10px);
}
#business > .contents .block-ver2 .txbox {
  max-width: min(36%, 500px);
}
#business > .contents .block-ver2 .txbox .catch {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 0.9047619048;
  mix-blend-mode: overlay;
  margin-bottom: 20px;
}
#business > .contents .block-ver2 .txbox .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 9px;
}
#business > .contents .block-ver2 .txbox .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  margin-bottom: 20px;
}
#business > .contents .block-ver2 .txbox .btn a {
  margin: 0;
}
#business > .contents .block-ver2 .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#business > .contents .block-ver2 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business > .contents .block-ver2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 72%;
  height: 100%;
  z-index: -1;
}
#business > .contents .block-ver2:nth-child(odd) .txbox .catch {
  color: #264295;
}
#business > .contents .block-ver2:nth-child(odd)::after {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
  background-color: rgba(16, 48, 131, 0.9);
}
#business > .contents .block-ver2:nth-child(even) .txbox {
  margin-left: auto;
}
#business > .contents .block-ver2:nth-child(even) .txbox .catch {
  color: #35a1c1;
}
#business > .contents .block-ver2:nth-child(even) .txbox .btn a {
  margin-left: auto;
}
#business > .contents .block-ver2:nth-child(even)::after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  background-color: rgba(44, 136, 235, 0.9);
}
#business > .contents .block-ver2:not(:last-child) {
  margin-bottom: 10px;
}
#business .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#business .btn a:hover {
  opacity: 0.6;
}
#business .btn a {
  display: flex;
  align-items: center;
  width: 210px;
  min-height: 50px;
  border-radius: 25px;
  padding: 5px 65px 5px 40px;
  background-repeat: no-repeat;
  background-position: center right 28px;
  background-color: #ff0000;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 1200px) {
  #business .btn a {
    width: 190px;
    min-height: 45px;
    padding-left: 30px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #business .btn a {
    width: 180px;
    min-height: 40px;
    padding-left: 20px;
    background-size: 20px auto;
    background-position: center right 15px;
    padding-right: 40px;
    font-size: 12px;
  }
}
#business .btn a {
  letter-spacing: 0.3em;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #business {
    padding-top: 300px;
    padding-bottom: 100px;
  }
  #business h2 {
    margin-bottom: 40px;
  }
  #business > .contents {
    margin-bottom: 40px !important;
  }
  #business > .contents .block .image .tx {
    padding-top: 0;
    font-size: 36px;
  }
  #business > .contents .block .bottom {
    padding: 10px 20px 20px;
  }
  #business > .contents .block .bottom .title {
    font-size: 22px;
  }
  #business > .contents .block .bottom .text {
    font-size: 14px;
  }
  #business > .contents .block-ver2 .txbox .catch {
    font-size: 36px;
  }
  #business > .contents .block-ver2 .txbox .title {
    font-size: 22px;
  }
  #business > .contents .block-ver2 .txbox .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #business {
    padding-top: 200px;
    padding-bottom: 60px;
  }
  #business h2 {
    margin-bottom: 30px;
  }
  #business > .contents {
    margin-bottom: 30px !important;
    -moz-column-gap: 6%;
         column-gap: 6%;
    flex-direction: column;
    align-items: center;
  }
  #business > .contents .block {
    width: 100% !important;
    max-width: 380px;
    border-radius: 30px;
  }
  #business > .contents .block .image {
    aspect-ratio: 3/2;
  }
  #business > .contents .block .image .tx {
    font-size: 24px;
  }
  #business > .contents .block .bottom {
    padding: 10px;
  }
  #business > .contents .block .bottom .title {
    font-size: 18px;
  }
  #business > .contents .block .bottom .text {
    font-size: 12px;
  }
  #business > .contents .block-ver2 .txbox .catch {
    font-size: 24px;
  }
  #business > .contents .block-ver2 .txbox .title {
    font-size: 18px;
  }
  #business > .contents .block-ver2 .txbox .text {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  #business > .contents .block-ver2 {
    padding: 10px;
  }
  #business > .contents .block-ver2:nth-child(even) .txbox {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  #business > .contents .block-ver2:nth-child(even)::after {
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
    background-color: rgba(44, 136, 235, 0.9);
  }
  #business > .contents .block-ver2 .txbox {
    width: 100%;
    max-width: unset;
  }
  #business > .contents .block-ver2 .txbox .text {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75);
  }
}

/* ----------------------------------------------
conpany
------------------------------------------------- */
#conpany {
  padding-top: 45px;
  padding-bottom: 115px;
  margin-bottom: 63px;
  position: relative;
}
#conpany .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#conpany .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#conpany h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 1.6;
  color: #fff;
}
#conpany h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.6;
  margin-top: -7px;
}
@media (max-width: 1200px) {
  #conpany h2 {
    font-size: 50px;
  }
  #conpany h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #conpany h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  #conpany h2 small {
    font-size: 16px;
    margin-top: 5px;
  }
}
#conpany h2 {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 60px;
}
#conpany .contents {
  width: min(100% - 20px, 1250px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 2.72%;
}
#conpany .contents .block {
  width: 31.52%;
  background-color: #003067;
  border-radius: 25px;
  overflow: hidden;
  background: url(../images/company-bg.png) no-repeat center/cover;
}
#conpany .contents .block.col4 {
  width: 22.8%;
}
#conpany .contents .block.col4 .bottom .title {
  font-size: 26px;
}
#conpany .contents .block.col4 .bottom .title small {
  line-height: 1.4;
}
#conpany .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#conpany .contents .block a:hover {
  opacity: 0.6;
}
#conpany .contents .block a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#conpany .contents .block a .bottom {
  flex: 1;
  position: relative;
}
#conpany .contents .block a .bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  aspect-ratio: 55/57;
  background: url(../images/arow2.webp) no-repeat center #bd272d;
  border-top-left-radius: 18px;
}
#conpany .contents .block .image {
  aspect-ratio: 394/263;
}
#conpany .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#conpany .contents .block .bottom {
  padding: 21px 55px 38px 27px;
}
#conpany .contents .block .bottom .title {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 37px;
  line-height: 1.1351351351;
  color: #fff;
  margin-bottom: 19px;
}
#conpany .contents .block .bottom .title small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 2.1666666667;
  margin: 3px 0 0 -8px;
}
#conpany .contents .block .bottom .data {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 11px;
}
#conpany .contents .block .bottom .data span {
  display: inline-block;
}
#conpany .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#conpany .btn a:hover {
  opacity: 0.6;
}
#conpany .btn a {
  display: flex;
  align-items: center;
  width: 210px;
  min-height: 50px;
  border-radius: 25px;
  padding: 5px 65px 5px 40px;
  background-repeat: no-repeat;
  background-position: center right 28px;
  background-color: #0030ac;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 1200px) {
  #conpany .btn a {
    width: 190px;
    min-height: 45px;
    padding-left: 30px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #conpany .btn a {
    width: 180px;
    min-height: 40px;
    padding-left: 20px;
    background-size: 20px auto;
    background-position: center right 15px;
    padding-right: 40px;
    font-size: 12px;
  }
}
#conpany .btn a {
  margin: 50px auto 0;
}
@media (max-width: 1200px) {
  #conpany {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  #conpany h2 {
    margin-bottom: 40px;
  }
  #conpany .contents .block.col4 .bottom .title {
    font-size: 22px;
  }
  #conpany .contents .block .bottom {
    padding: 15px 10px 60px;
  }
  #conpany .contents .block .bottom .title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #conpany .contents .block .bottom .title small {
    font-size: 16px;
  }
  #conpany .contents .block .bottom .data {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #conpany {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  #conpany h2 {
    margin-bottom: 30px;
  }
  #conpany .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #conpany .contents .block, #conpany .contents .block.col4 {
    width: 47%;
    border-radius: 15px;
  }
  #conpany .contents .block a .bottom::after, #conpany .contents .block.col4 a .bottom::after {
    width: 40px;
    border-top-left-radius: 10px;
  }
  #conpany .contents .block .bottom, #conpany .contents .block.col4 .bottom {
    padding: 15px 10px 45px;
  }
  #conpany .contents .block .bottom .title, #conpany .contents .block.col4 .bottom .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #conpany .contents .block .bottom .title small, #conpany .contents .block.col4 .bottom .title small {
    font-size: 14px;
  }
  #conpany .contents .block .bottom .data, #conpany .contents .block.col4 .bottom .data {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  #conpany .contents .block .bottom .title small, #conpany .contents .block.col4 .bottom .title small {
    font-size: 12px;
  }
}

/* ----------------------------------------------
bnr
------------------------------------------------- */
#bnr {
  margin-bottom: 70px;
}
#bnr .contents {
  width: min(100% - 20px, 1280px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1.1458333333%;
}
#bnr .contents .block {
  width: 24.140625%;
  position: relative;
}
#bnr .contents .block a {
  text-decoration: none;
}
#bnr .contents .block a:hover {
  opacity: 1;
}
#bnr .contents .block a:hover .bg::after {
  opacity: 0;
}
#bnr .contents .block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#bnr .contents .block .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bnr .contents .block .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  transition: all 0.5s ease-out;
}
#bnr .contents .block .content {
  padding: 10px 10px 15px;
  min-height: 105px;
  align-content: center;
}
#bnr .contents .block .content .title {
  text-align: center;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 26.31px;
  line-height: 1.6;
  color: #fff;
}
#bnr .contents .block .content .title small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12.8px;
  line-height: 1.6;
}
#bnr .contents .block.blue .bg::after {
  background-color: rgba(16, 119, 232, 0.9);
}
#bnr .contents .block.red .bg::after {
  background-color: rgba(255, 0, 0, 0.9);
}
@media (max-width: 1200px) {
  #bnr {
    margin-bottom: 60px;
  }
  #bnr .contents .block .content {
    min-height: 95px;
  }
  #bnr .contents .block .content .title {
    font-size: 22px;
  }
  #bnr .contents .block .content .title small {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #bnr {
    margin-bottom: 40px;
  }
  #bnr .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
    justify-content: center;
  }
  #bnr .contents .block {
    width: min(47%, 300px);
  }
  #bnr .contents .block .content {
    min-height: 80px;
  }
  #bnr .contents .block .content .title {
    font-size: 18px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  padding: 92px 6.75% 70px;
  position: relative;
}
#recruit .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#recruit .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 121.37px;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
}
#recruit h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
#recruit .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 41px;
  line-height: 1.6097560976;
  color: #fff;
  margin-bottom: 107px;
}
#recruit .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#recruit .btn a:hover {
  opacity: 0.6;
}
#recruit .btn a {
  display: flex;
  align-items: center;
  width: 210px;
  min-height: 50px;
  border-radius: 25px;
  padding: 5px 65px 5px 40px;
  background-repeat: no-repeat;
  background-position: center right 28px;
  background-color: #0030ac;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 1200px) {
  #recruit .btn a {
    width: 190px;
    min-height: 45px;
    padding-left: 30px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #recruit .btn a {
    width: 180px;
    min-height: 40px;
    padding-left: 20px;
    background-size: 20px auto;
    background-position: center right 15px;
    padding-right: 40px;
    font-size: 12px;
  }
}
#recruit .btn a {
  padding-left: 30px;
  width: 420px;
  min-height: 100px;
  border-radius: 50px;
  font-size: 28px;
}
@media (max-width: 1200px) {
  #recruit {
    padding: 80px 20px 50px;
  }
  #recruit h2 {
    font-size: 90px;
    margin-bottom: 15px;
  }
  #recruit h2 small {
    font-size: 22px;
  }
  #recruit .text {
    font-size: 30px;
    margin-bottom: 80px;
  }
  #recruit .btn a {
    width: 380px;
    min-height: 80px;
    font-size: 22px;
    padding-left: 30px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding: 60px 10px 40px;
  }
  #recruit h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
  #recruit h2 small {
    font-size: 18px;
  }
  #recruit .text {
    font-size: 24px;
    margin-bottom: 60px;
  }
  #recruit .text br {
    display: none;
  }
  #recruit .btn a {
    width: 280px;
    min-height: 60px;
    padding-left: 20px;
    background-size: 20px auto;
    background-position: center right 15px;
    padding-right: 40px;
    font-size: 18px;
  }
}

#manufacturer {
  margin-top: 70px;
}
#manufacturer h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 1.6;
  color: #1077e8;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 52px;
}
#manufacturer h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.6;
  margin-top: -7px;
}
#manufacturer .contents {
  padding: 0 10px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 2.6666666%;
}
#manufacturer .contents .logo {
  width: 23%;
}
#manufacturer .contents .logo img {
  width: 100%;
}
@media (max-width: 1200px) {
  #manufacturer h2 {
    margin-bottom: 40px;
    font-size: 50px;
  }
  #manufacturer h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #manufacturer h2 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.2;
  }
  #manufacturer h2 small {
    font-size: 16px;
    margin-top: 5px;
  }
  #manufacturer .contents {
    gap: 12px 2%;
  }
  #manufacturer .contents .logo {
    width: 32%;
  }
}
@media (max-width: 350px) {
  #manufacturer h2 {
    font-size: 36px;
  }
}/*# sourceMappingURL=index.css.map */