@charset "UTF-8";
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider img, #mainimg #mainslider video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider:has(video) {
  /* position: relative;
  &::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dotimage.png)repeat rgba(#000,0.5);
  } */
}
#mainimg #mainslider:has(video) img {
  display: none;
}
#mainimg .catch {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 93.42px;
  line-height: 0.949689574;
  letter-spacing: -0.04em;
  color: #fff;
  padding: 0 10px 193px 2.9375%;
}
#mainimg .catch small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3928571429;
  letter-spacing: 0;
  margin-top: 14px;
}
@media (max-width: 999px) {
  #mainimg #mainslider img, #mainimg #mainslider video {
    height: auto;
  }
  #mainimg .catch {
    padding-bottom: 30px;
    font-size: 70px;
  }
  #mainimg .catch small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #mainimg .catch {
    padding-bottom: 15px;
    font-size: 54px;
  }
  #mainimg .catch small {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 30px;
  }
  #mainimg .catch small {
    font-size: 15px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
.news-category ul {
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.news-category ul li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1111111111;
  color: #fff;
  text-align: center;
  min-width: 120px;
  min-height: 120px;
}
.news-category ul li:not(:has(a)) {
  align-content: center;
  padding: 10px;
}
.news-category ul li a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.news-category ul li a:hover {
  opacity: 0.6;
}
.news-category ul li a {
  color: #fff;
  align-content: center;
  display: block;
  height: 100%;
  padding: 10px;
}
.news-category ul li.news {
  background-color: #0c1345;
}
.news-category ul li.blog {
  background-color: #f99c02;
}
.news-category ul li.case {
  background-color: #1cb8d4;
}
@media (max-width: 999px) {
  .news-category ul li {
    min-width: unset;
    min-height: unset;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .news-category ul li {
    font-size: 14px;
  }
}

#news {
  background: url(../images/news-bg.webp) no-repeat center/cover;
  display: flex;
  -moz-column-gap: 14.75%;
       column-gap: 14.75%;
}
#news .logo {
  position: relative;
  z-index: 1;
  width: min(20.125%, 322px);
  align-content: center;
}
#news .logo .logoanimation {
  position: absolute;
}
#news .logo .logoanimation .image {
  position: absolute;
}
#news .logo .logoanimation .image img {
  max-width: unset;
}
#news .logo .logoanimation.end .image {
  display: none;
}
#news .logo:has(.logoanimation.end) .logoimg {
  opacity: 1;
}
#news .logo .logoimg {
  opacity: 0;
}
#news .inner {
  margin: 112px 0 0 auto;
  flex: 1;
  padding-bottom: 10px;
}
#news .inner .head {
  display: flex;
  padding: 0 10px 0 17px;
  -moz-column-gap: 6.4390243902%;
       column-gap: 6.4390243902%;
}
#news .inner .head h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 62px;
  line-height: 0.9677419355;
  color: #0c1345;
}
#news .inner .head h2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 999px) {
  #news .inner .head h2 {
    font-size: 40px;
  }
  #news .inner .head h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #news .inner .head h2 {
    font-size: 30px;
  }
  #news .inner .head h2 small {
    font-size: 14px;
  }
}
#news .inner .head h2 {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 10px 36px;
  margin-bottom: auto;
}
#news .inner .head h2 small {
  margin-bottom: 13px;
}
#news .inner .head .news-category {
  flex: 1;
  margin-top: 14px;
}
#news .inner .head .news-category ul {
  height: 100%;
}
#news .inner .head .news-category ul li {
  white-space: nowrap;
}
#news .inner .container {
  background-color: rgba(220, 233, 242, 0.67);
  padding: 60px 5.7581573896% 80px 7.6775431862%;
  margin-bottom: 35px;
}
#news .inner .container .contents {
  -moz-column-gap: 4.5454545455%;
       column-gap: 4.5454545455%;
}
#news .inner .container .contents:not(.active) {
  height: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
#news .inner .container .contents.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 0.5s ease-out;
}
#news .inner .container .contents.active:not(:has(article:nth-child(2))) {
  transition-duration: 1s;
}
#news .inner .container .contents article {
  width: 30.155210643%;
}
#news .inner .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news .inner .btn a:hover {
  opacity: 0.6;
}
#news .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 279px;
  max-width: 100%;
  height: 45px;
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
  background: url(../images/arow.webp) no-repeat center right 22px #fff;
  padding-right: 45px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  color: #234c8a;
}
@media (max-width: 999px) {
  #news .inner .btn a {
    width: 250px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #news .inner .btn a {
    width: 230px;
    height: 35px;
  }
}
#news .inner .btn a {
  margin: 0 6.4299424184% 0 auto;
}
@media (max-width: 1300px) {
  #news {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media (max-width: 999px) {
  #news .inner {
    margin-top: 70px;
  }
  #news .inner .head h2 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #news .inner .container {
    padding: 40px 10px 60px;
  }
}
@media (min-width: 768px) {
  #news .logo img:not(:first-child) {
    display: none;
  }
}
@media (min-width: 768px) {
  #news .logo .logoanimation .image:nth-child(1) {
    top: 20%;
    right: 0;
    width: 19%;
    height: 8.5%;
    overflow: hidden;
    transform: translateX(100%);
    transition: all 0.1s;
    opacity: 0;
  }
  #news .logo .logoanimation .image:nth-child(1) img {
    position: absolute;
    transform: translateY(-20%);
    right: 0;
  }
  #news .logo .logoanimation .image:nth-child(2) {
    width: 78%;
    height: 34.7887323944%;
    background: url(../images/news2.png);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-mask: url(../images/news2.png) no-repeat top left;
            mask: url(../images/news2.png) no-repeat top left;
  }
  #news .logo .logoanimation .image:nth-child(2) .slice {
    background-color: #f99c02;
    position: absolute;
    opacity: 0;
  }
  #news .logo .logoanimation .image:nth-child(2) .slice:nth-child(1) {
    width: 30%;
    height: 55%;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.4s 0.1s linear, opacity 0s 0.1s linear;
  }
  #news .logo .logoanimation .image:nth-child(2) .slice:nth-child(2) {
    width: 71%;
    height: 100%;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.4s 0.5s linear, opacity 0s 0.5s linear;
  }
  #news .logo .logoanimation .image:nth-child(2) .slice:nth-child(3) {
    width: 17%;
    left: 13%;
    height: 45%;
    transform: translateX(100%);
    transition: transform 0.1s 0.9s linear, opacity 0s 0.9s linear;
  }
  #news .logo .logoanimation .image:nth-child(2) .slice:nth-child(4) {
    width: 6%;
    left: 7%;
    height: 35%;
    transform: translateX(100%);
    transition: transform 0.1s 1s linear, opacity 0s 1s linear;
  }
  #news .logo .logoanimation .image:nth-child(2) .slice:nth-child(5) {
    width: 29%;
    height: 100%;
    transform: translateY(-100%);
    transition: transform 0.4s 1.1s linear, opacity 0s 1.1s linear;
  }
  #news .logo .logoanimation .image:nth-child(3) {
    width: 100%;
    height: 100%;
    background: url(../images/news2-2.png);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-mask: url(../images/news2-2.png) no-repeat bottom left/55.1204819277% 78.7323943662%;
            mask: url(../images/news2-2.png) no-repeat bottom left/55.1204819277% 78.7323943662%;
  }
  #news .logo .logoanimation .image:nth-child(3) .slice {
    width: 0;
    height: 100%;
    background-color: #0c1345;
    transition: all 0.8s 1.5s;
  }
  #news .logo .logoanimation.in .image:nth-child(1) {
    transform: translateX(0);
    opacity: 1;
  }
  #news .logo .logoanimation.in .image:nth-child(2) .slice {
    transform: translate(0);
    opacity: 1;
  }
  #news .logo .logoanimation.in .image:nth-child(3) .slice {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #news {
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
  }
  #news .logo {
    order: 1;
    width: min(100%, 200px);
  }
  #news .logo img:first-child {
    display: none;
  }
  #news .logo .logoanimation .image img {
    display: block;
  }
  #news .logo .logoanimation .image:nth-child(1) {
    top: 0;
    left: 20%;
    width: 9%;
    height: 18%;
    overflow: hidden;
    transform: translateY(-100%);
    transition: all 0.1s;
    opacity: 0;
  }
  #news .logo .logoanimation .image:nth-child(1) img {
    transform: translate(-20%, 0);
  }
  #news .logo .logoanimation .image:nth-child(2) {
    width: 35%;
    height: 78.7234042553%;
    bottom: 0;
    background: url(../images/news-logo-sp2.png);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-mask: url(../images/news-logo-sp2.png) no-repeat bottom left;
            mask: url(../images/news-logo-sp2.png) no-repeat bottom left;
  }
  #news .logo .logoanimation .image:nth-child(2) .slice {
    background-color: #f99c02;
    position: absolute;
    opacity: 0;
  }
  #news .logo .logoanimation .image:nth-child(2) .slice:nth-child(1) {
    width: 58%;
    height: 29%;
    transform: translateX(-100%);
    transition: transform 0.4s 0.1s linear, opacity 0s 0.1s linear;
  }
  #news .logo .logoanimation .image:nth-child(2) .slice:nth-child(2) {
    width: 100%;
    height: 71%;
    transform: translateY(-100%);
    transition: transform 0.4s 0.5s linear, opacity 0s 0.5s linear;
  }
  #news .logo .logoanimation .image:nth-child(2) .slice:nth-child(3) {
    width: 46%;
    height: 18%;
    bottom: 11%;
    transform: translateY(-100%);
    transition: transform 0.1s 0.9s linear, opacity 0s 0.9s linear;
  }
  #news .logo .logoanimation .image:nth-child(2) .slice:nth-child(4) {
    width: 35%;
    height: 6%;
    bottom: 5%;
    transform: translateY(-100%);
    transition: transform 0.1s 1s linear, opacity 0s 1s linear;
  }
  #news .logo .logoanimation .image:nth-child(2) .slice:nth-child(5) {
    bottom: 0;
    width: 100%;
    height: 30%;
    transform: translateX(-100%);
    transition: transform 0.4s 1.1s linear, opacity 0s 1.1s linear;
  }
  #news .logo .logoanimation .image:nth-child(3) {
    width: 100%;
    height: 100%;
    background: url(../images/news-logo-sp2-2.png);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-mask: url(../images/news-logo-sp2-2.png) no-repeat bottom right/80% 56.3829787234%;
            mask: url(../images/news-logo-sp2-2.png) no-repeat bottom right/80% 56.3829787234%;
  }
  #news .logo .logoanimation .image:nth-child(3) .slice {
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    background-color: #0c1345;
    transition: all 0.8s 1.5s;
  }
  #news .logo .logoanimation.in .image:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
  }
  #news .logo .logoanimation.in .image:nth-child(2) .slice {
    transform: translate(0);
    opacity: 1;
  }
  #news .logo .logoanimation.in .image:nth-child(3) .slice {
    transform: translateY(0);
  }
  #news .inner {
    margin-top: 50px;
  }
  #news .inner .head {
    flex-direction: column;
    row-gap: 30px;
  }
  #news .inner .head h2 small {
    margin-bottom: 0;
  }
  #news .inner .head .news-category {
    margin-top: 0;
  }
  #news .inner .container {
    padding: 30px 10px 40px;
    margin-bottom: 25px;
  }
}

/* ----------------------------------------------
need
------------------------------------------------- */
#need {
  background: url(../images/need-bg.webp) no-repeat center/cover;
  position: relative;
  padding-bottom: 90px;
}
#need .shapes .shape {
  position: absolute;
}
#need .shapes .shape.s1 {
  width: min(9.625%, 154px);
  height: 27.1146478043%;
  clip-path: polygon(0 23%, 100% 0, 100% 73%, 0 100%);
  background-color: #1cb8d4;
  top: 0;
  left: 0;
  transform: translateY(-15.5279503106%);
}
#need .shapes .shape.s2 {
  width: min(32.8125%, 525px);
  height: 20.4622963244%;
  background-color: #113d83;
  top: 0;
  left: min(9.5%, 152px);
  transform: translateY(-22.633744856%);
}
#need .shapes .shape.s3 {
  width: min(31.25%, 500px);
  height: 64.4183402804%;
  background-color: #e6f0f7;
  top: 6.7%;
  left: min(7%, 112px);
}
#need .shapes .shape.s4 {
  width: min(23.625%, 378px);
  height: 7.7470422298%;
  background-color: #0c1345;
  top: 11.6%;
  left: 0;
}
#need .shapes .shape.s5 {
  width: min(34.25%, 548px);
  height: 51.9557071281%;
  clip-path: polygon(30% 56%, 80% 56%, 100% 100%, 56% 100%);
  background-color: #113d83;
  top: 42%;
  left: min(4.5%, 72px);
}
#need .shapes .shape.s6 {
  width: min(15.1875%, 243px);
  height: 6.1471095954%;
  background-color: #1cb8d4;
  top: 100%;
  left: min(23.5%, 376px);
  transform: translateY(-100%);
}
#need .shapes .shape.s7 {
  width: min(21.5%, 344px);
  height: 48.4190139363%;
  top: 32.3%;
  left: 0;
}
#need .shapes .shape.s7 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#need .inner {
  position: relative;
  width: min(100% - 10px, 1183px);
  margin-left: auto;
  padding-top: 153px;
}
#need .inner h2,
#need .inner .contents {
  padding-right: 10px;
}
#need .inner h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 93.42px;
  line-height: 0.949689574;
  letter-spacing: -0.04em;
  color: #0c1345;
  margin-bottom: 50px;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
#need .inner .contents {
  display: flex;
  padding-left: 6px;
  -moz-column-gap: 3.3984706882%;
       column-gap: 3.3984706882%;
  margin-bottom: 70px;
}
#need .inner .contents .btn {
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 30px;
  min-width: 36.533559898%;
}
#need .inner .contents .btn::before {
  content: "";
  width: 100%;
  height: 55px;
  background-color: #0c1345;
}
#need .inner .contents .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#need .inner .contents .btn a:hover {
  opacity: 0.6;
}
#need .inner .contents .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 279px;
  max-width: 100%;
  height: 45px;
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
  background: url(../images/arow.webp) no-repeat center right 22px #d2dce1;
  padding-right: 45px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  color: #234c8a;
}
@media (max-width: 999px) {
  #need .inner .contents .btn a {
    width: 250px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #need .inner .contents .btn a {
    width: 230px;
    height: 35px;
  }
}
#need .inner .contents .btn a {
  margin-left: auto;
}
#need .inner .contents .txbox {
  flex: 1;
  margin-top: -4px;
}
#need .inner .contents .txbox .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 17px;
}
#need .inner .contents .txbox .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  max-width: 555px;
}
#need .inner .images {
  display: flex;
  padding-left: 2.6204564666%;
  -moz-column-gap: 1.3020833333%;
       column-gap: 1.3020833333%;
}
#need .inner .images .image:nth-child(odd) {
  width: 56.9444444444%;
}
#need .inner .images .image:nth-child(even) {
  width: 41.7534722222%;
}
@media (max-width: 999px) {
  #need {
    padding-bottom: 70px;
  }
  #need .inner {
    padding-top: 120px;
  }
  #need .inner h2 {
    font-size: 60px;
    margin-bottom: 40px;
  }
  #need .inner .contents {
    margin-bottom: 50px;
  }
  #need .inner .contents .btn {
    row-gap: 20px;
  }
  #need .inner .contents .txbox .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #need .inner .contents .txbox .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #need {
    padding-bottom: 60px;
  }
  #need .inner {
    padding-top: 80px;
  }
  #need .inner h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  #need .inner .contents {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 30px;
  }
  #need .inner .contents .btn {
    row-gap: 15px;
    order: 1;
  }
  #need .inner .contents .btn::before {
    height: 40px;
  }
  #need .inner .contents .txbox .title {
    font-size: 18px;
  }
  #need .inner .contents .txbox .text {
    font-size: 12px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  background: url(../images/business-bg.webp) no-repeat center/cover;
  padding: 117px max((100% - 1318px) / 2, 10px) 141px;
  margin-bottom: 55px;
}
#business .head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
  padding-right: 24px;
  margin-bottom: 39px;
}
#business .head h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 62px;
  line-height: 0.9677419355;
  color: #fff;
}
#business .head h2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 999px) {
  #business .head h2 {
    font-size: 40px;
  }
  #business .head h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #business .head h2 {
    font-size: 30px;
  }
  #business .head h2 small {
    font-size: 14px;
  }
}
#business .head h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 41px;
}
#business .head h2 small {
  margin-top: 5px;
}
#business .head .btn {
  margin-left: auto;
}
#business .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#business .head .btn a:hover {
  opacity: 0.6;
}
#business .head .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 279px;
  max-width: 100%;
  height: 45px;
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
  background: url(../images/arow.webp) no-repeat center right 22px #fff;
  padding-right: 45px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  color: #234c8a;
}
@media (max-width: 999px) {
  #business .head .btn a {
    width: 250px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #business .head .btn a {
    width: 230px;
    height: 35px;
  }
}
#business .head .btn a {
  margin-left: auto;
}
#business .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 2.2761760243%;
  justify-content: center;
}
#business .contents .block {
  width: 48.8619119879%;
}
#business .contents .block:not(:has(a)) {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
#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: flex;
  flex-direction: column;
  height: 100%;
  row-gap: 7px;
}
#business .contents .block a:hover {
  opacity: 1;
}
#business .contents .block a:hover .heading::before {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
#business .contents .block a:hover .heading::after {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
#business .contents .block a:hover .text {
  background-color: rgba(0, 60, 78, 0.6);
}
#business .contents .block .heading {
  position: relative;
  padding: 30px 6.9875776398% 35px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 30px;
  line-height: 1.6;
  color: #fff;
}
#business .contents .block .heading .tx {
  position: relative;
  z-index: 1;
}
#business .contents .block .heading small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: -3px;
}
#business .contents .block .heading::before, #business .contents .block .heading::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  background-color: rgba(26, 104, 127, 0.9);
  mix-blend-mode: multiply;
  transition: all 0.5s ease-out;
}
#business .contents .block .heading::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
#business .contents .block .heading::after {
  right: 0;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
#business .contents .block .text {
  background-color: rgba(0, 60, 78, 0.9);
  padding: 12px 34px 23px 39px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6111111111;
  color: #fff;
  flex: 1;
  transition: all 0.5s ease-out;
}
@media (max-width: 999px) {
  #business {
    padding-top: 90px;
    padding-bottom: 100px;
    margin-bottom: 40px;
  }
  #business .head h2 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #business .head h2 small {
    margin-top: 0;
  }
  #business .contents .block .heading {
    font-size: 24px;
    padding: 20px;
  }
  #business .contents .block .heading small {
    font-size: 18px;
  }
  #business .contents .block .text {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #business {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 30px;
  }
  #business .head {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }
  #business .head h2 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #business .head .btn {
    margin-left: unset;
  }
  #business .contents {
    flex-direction: column;
    align-items: center;
  }
  #business .contents .block {
    width: min(100%, 400px);
  }
  #business .contents .block .heading {
    font-size: 20px;
    padding: 15px;
  }
  #business .contents .block .heading small {
    font-size: 16px;
  }
  #business .contents .block .text {
    padding: 10px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
insta
------------------------------------------------- */
#instagram {
  margin-bottom: 110px;
}
#instagram .head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  padding-left: 3.375%;
  margin-bottom: 48px;
}
#instagram .head .icon {
  margin: 17px 3.0401034929% 0 2.5873221216%;
}
#instagram .head .tx {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #90adc5;
  margin-top: 17px;
}
#instagram .head .tx .eg {
  display: block;
  color: #000;
  margin-bottom: -7px;
}
#instagram .contents {
  width: min(100% - 20px, 1230px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1.6802168022%;
}
#instagram .contents .block {
  width: 23.7398373984%;
}
#instagram .contents .block .image {
  position: relative;
  aspect-ratio: 1/1;
}
#instagram .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#instagram .contents .block .image .textbox {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s ease-out;
}
#instagram .contents .block .image .textbox .text {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
#instagram .contents .block .image .textbox:hover {
  opacity: 1;
}
@media (max-width: 999px) {
  #instagram {
    margin-bottom: 90px;
  }
  #instagram .head {
    padding-left: 0;
    margin-bottom: 30px;
  }
  #instagram .head .icon {
    margin: 0 10px;
  }
  #instagram .head .tx {
    margin-top: 0;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #instagram {
    margin-bottom: 70px;
  }
  #instagram .head {
    margin-bottom: 20px;
  }
  #instagram .head .tx {
    font-size: 16px;
  }
  #instagram .contents {
    justify-content: center;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #instagram .contents .block {
    width: min(47%, 230px);
  }
}

/* ----------------------------------------------
q-a
------------------------------------------------- */
#q-a {
  background: url(../images/q-a-bg.webp) no-repeat center/cover;
  padding: 42px 0 100px;
  margin-bottom: 26px;
}
#q-a h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 62px;
  line-height: 0.9677419355;
  color: #0c1345;
}
#q-a h2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 999px) {
  #q-a h2 {
    font-size: 40px;
  }
  #q-a h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #q-a h2 {
    font-size: 30px;
  }
  #q-a h2 small {
    font-size: 14px;
  }
}
#q-a h2 {
  text-align: center;
  margin-bottom: 52px;
}
#q-a h2 small {
  margin-top: 20px;
}
#q-a .contents {
  width: min(100% - 20px, 960px);
  margin: 0 auto;
}
#q-a .contents .block:has(.btn) .q {
  cursor: pointer;
}
#q-a .contents .block .q,
#q-a .contents .block .a {
  display: flex;
  -moz-column-gap: 17px;
       column-gap: 17px;
  padding-left: 25px;
  padding-right: 30px;
}
#q-a .contents .block .q::before,
#q-a .contents .block .a::before {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 35.6px;
  line-height: 1;
}
#q-a .contents .block .q {
  align-items: center;
  background-color: #fff;
  clip-path: polygon(17px 0, calc(100% - 17px) 0, 100% 17px, 100% calc(100% - 17px), calc(100% - 17px) 100%, 17px 100%, 0 calc(100% - 17px), 0 17px);
  padding-top: 9px;
  padding-bottom: 9px;
}
#q-a .contents .block .q::before {
  content: "Q.";
  color: #0c1345;
}
#q-a .contents .block .q .title {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000;
  flex: 1;
}
#q-a .contents .block .q .btn {
  width: 20px;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
#q-a .contents .block .q .btn::before, #q-a .contents .block .q .btn::after {
  content: "";
  position: absolute;
  width: calc(100% - 5px);
  height: 1px;
  background-color: #0c1345;
  transition: all 0.5s ease-out;
}
#q-a .contents .block .q .btn.close::before {
  transform: rotate(90deg);
}
#q-a .contents .block .a {
  align-items: start;
  margin-top: 20px;
  transition: all 0.5s ease-out;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#q-a .contents .block .a::before {
  content: "A.";
  color: #f99c02;
}
#q-a .contents .block .a .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  margin-top: 5px;
  flex: 1;
}
#q-a .contents .block.close .a {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  height: 0;
  margin: 0;
}
#q-a .contents .block:not(:last-child) {
  margin-bottom: 42px;
}
@media (max-width: 999px) {
  #q-a {
    padding: 30px 0 80px;
  }
  #q-a h2 {
    margin-bottom: 40px;
  }
  #q-a h2 small {
    margin-top: 15px;
  }
  #q-a .contents .block .q,
  #q-a .contents .block .a {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #q-a .contents .block .q::before,
  #q-a .contents .block .a::before {
    font-size: 30px;
  }
  #q-a .contents .block .q .title {
    font-size: 18px;
  }
  #q-a .contents .block .a {
    margin-top: 15px;
  }
  #q-a .contents .block .a .text {
    font-size: 14px;
  }
  #q-a .contents .block:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #q-a {
    padding: 20px 0 60px;
  }
  #q-a h2 {
    margin-bottom: 30px;
  }
  #q-a h2 small {
    margin-top: 10px;
  }
  #q-a .contents .block .q,
  #q-a .contents .block .a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #q-a .contents .block .q::before,
  #q-a .contents .block .a::before {
    font-size: 24px;
  }
  #q-a .contents .block .q .title {
    font-size: 16px;
  }
  #q-a .contents .block .a {
    margin-top: 10px;
  }
  #q-a .contents .block .a .text {
    font-size: 12px;
  }
  #q-a .contents .block:not(:last-child) {
    margin-bottom: 25px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  margin-bottom: 24px;
}
#company a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#company a:hover {
  opacity: 0.6;
}
#company .inner {
  display: flex;
  background-color: #878b9b;
}
#company .inner .tx {
  flex: 1;
  padding: 88px 0;
  justify-items: center;
}
#company .inner .tx .contents {
  max-width: min(100% - 20px, 594px);
}
#company .inner .tx h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 62px;
  line-height: 0.9677419355;
  color: #fff;
}
#company .inner .tx h2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 999px) {
  #company .inner .tx h2 {
    font-size: 40px;
  }
  #company .inner .tx h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company .inner .tx h2 {
    font-size: 30px;
  }
  #company .inner .tx h2 small {
    font-size: 14px;
  }
}
#company .inner .tx h2 {
  font-size: 66.06px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 9.0909090909%;
  margin-bottom: 40px;
}
#company .inner .tx h2 small {
  font-size: 28px;
  letter-spacing: 0.1em;
}
#company .inner .center {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 -18px 16px -7px;
  margin: 0 -24px 16px -7px;
}
#company .inner .center .data {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 18px;
  line-height: 1.5555555556;
  color: #fff;
  margin-top: 5px;
}
#company .inner .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#company .inner .btn a:hover {
  opacity: 0.6;
}
#company .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 279px;
  max-width: 100%;
  height: 45px;
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
  background: url(../images/arow.webp) no-repeat center right 22px #e6f0f7;
  padding-right: 45px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  color: #0c1345;
}
@media (max-width: 999px) {
  #company .inner .btn a {
    width: 250px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #company .inner .btn a {
    width: 230px;
    height: 35px;
  }
}
#company .inner .btn a {
  width: 100% !important;
}
#company .inner .btn.sdgs-btn a {
  background-color: #bde4f9;
}
#company .inner .sdgs {
  background-color: #fff;
  margin: 34px 0 26px;
}
#company .inner .sdgs:not(:has(a)) {
  display: flex;
  align-items: center;
  -moz-column-gap: 9.5667870036%;
       column-gap: 9.5667870036%;
  padding: 10px 20px 12px;
}
#company .inner .sdgs a {
  display: flex;
  align-items: center;
  -moz-column-gap: 9.5667870036%;
       column-gap: 9.5667870036%;
  font-weight: 100;
  padding: 10px 20px 12px;
}
#company .inner .sdgs .logo {
  width: 31.4079422383%;
}
#company .inner .sdgs .sdgs-tx {
  flex: 1;
  text-align: center;
  container-type: inline-size;
}
#company .inner .sdgs .sdgs-tx p {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 900;
  font-size: min(20.1834862385cqw, 66px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0c1345;
}
#company .inner .sdgs .sdgs-tx small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: min(7.3394495413cqw, 24px);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
#company .inner .image {
  width: 50.625%;
}
#company .inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  #company .inner .center {
    margin: 0 0 16px;
  }
}
@media (max-width: 999px) {
  #company .inner .tx {
    padding: 70px 0;
  }
  #company .inner .tx h2 {
    margin-bottom: 30px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #company .inner .tx h2 small {
    font-size: 22px;
  }
  #company .inner .tx .center .data {
    font-size: 14px;
    margin-top: 0;
  }
  #company .inner .tx .sdgs {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  #company .inner {
    flex-direction: column;
  }
  #company .inner .tx {
    padding: 20px 0;
  }
  #company .inner .tx h2 {
    margin-bottom: 20px;
  }
  #company .inner .tx h2 small {
    font-size: 18px;
  }
  #company .inner .tx .sdgs {
    margin: 10px 0;
  }
  #company .inner .image {
    width: 100%;
  }
  #company .inner .image img {
    max-height: 200px;
  }
}/*# sourceMappingURL=index.css.map */