@charset "UTF-8";
html {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html .no-scroll {
  overflow: hidden;
  /* スクロールを無効化 */
  position: fixed;
  /* 固定位置 */
}

html.no-hover *:hover {
  -webkit-transition: none !important;
  transition: none !important;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  scroll-margin-top: 250px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  display: block;
  /* `<a>`全体をクリック可能に */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* キーボード操作時にのみフォーカスアウトラインを表示 */
a:focus-visible {
  outline: 2px solid #fefefe;
  /* フォーカス時の アウトライン */
  -webkit-box-shadow: 0 0 2px #ffffff, 0 0 0 4px #000000;
          box-shadow: 0 0 2px #ffffff, 0 0 0 4px #000000;
  /* 2本目のアウトライン */
  border-radius: 5px;
}

.brsp {
  display: none;
}

.brpc {
  display: block;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 200px);
          transform: translate(0, 200px);
  /* 初期位置を下にずらす */
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  /* イージングを適用 */
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.grecaptcha-badge {
  opacity: 0.01; /* 限りなく透明に */
  -webkit-transform: scale(0.1);
          transform: scale(0.1); /* 10%サイズに縮小 */
  bottom: 5px !important;
  left: 5px !important;
  z-index: 1;
}

.container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.circle-loop-pc {
  position: absolute;
  top: 618px;
  right: 75px;
  width: 205px;
  height: 205px;
  background-image: url("../../assets/images/a-tech3_image/text-circle.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: block;
  z-index: 10;
  -webkit-animation: rotateCircle 15s linear infinite;
          animation: rotateCircle 15s linear infinite;
}
@-webkit-keyframes rotateCircle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.circle-loop-sp {
  position: absolute;
  top: 618px;
  right: 75px;
  width: 205px;
  height: 205px;
  background-image: url("../../assets/images/a-tech3_image/text-circle.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: block;
  z-index: 10;
  -webkit-animation: rotateCircle 15s linear infinite;
          animation: rotateCircle 15s linear infinite;
  top: 480px;
  right: 20px;
}
@keyframes rotateCircle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.other-circle-loop {
  position: absolute;
  top: 618px;
  right: 75px;
  width: 205px;
  height: 205px;
  background-image: url("../../assets/images/a-tech3_image/text-circle.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: block;
  z-index: 10;
  -webkit-animation: rotateCircle 15s linear infinite;
          animation: rotateCircle 15s linear infinite;
  top: 308px;
  right: 141px;
}
@keyframes rotateCircle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-title__eng {
  text-transform: capitalize;
  font-size: 64px;
  letter-spacing: 0em;
  line-height: 1.484375;
  font-family: "Puritan";
  font-weight: 300;
  color: #141853;
}
.section-title__ja {
  margin: 2px 0px 0 24px;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 5.9375;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #141853;
}

.slanted-svg-button {
  display: block;
  max-width: clamp(180px, 79vw, 272px);
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.slanted-svg-button a {
  opacity: 1;
  display: block;
  width: 132%;
  height: 113%;
}
.slanted-svg-button svg {
  width: 80%;
  height: 100%;
  display: block;
}
.slanted-svg-button .button-shadow {
  fill: #141853;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.slanted-svg-button .button-shape {
  fill: #FFFFFF;
  stroke: #141853;
  stroke-width: 1;
  -webkit-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
}
.slanted-svg-button .button-text {
  max-width: 218px;
  width: 100%;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 8px 31px 0 0px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-family: "Puritan";
  font-weight: 400;
  color: #141853;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
.slanted-svg-button .button-text .arrow {
  position: absolute;
  top: 15px;
  right: 47px;
  font-size: 17px;
}
.slanted-svg-button:hover .button-shadow {
  fill: #FFFFFF;
  stroke: #141853;
}
.slanted-svg-button:hover .button-shape {
  fill: #141853;
  stroke: #FFFFFF;
}
.slanted-svg-button:hover .button-text {
  color: #FFFFFF;
}

.gradient-entry-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 317px;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#141853), to(#215F9D));
  background: linear-gradient(90deg, #141853 0%, #215F9D 100%);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #DFE0E6;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.gradient-entry-button:hover {
  color: #141853;
  border: 1px solid #141853;
  background: linear-gradient(124deg, #215F9D -11%, #FFFFFF 48%);
}

.triangle-contents {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1500px;
}
.triangle-contents__bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.triangle-contents__bg {
  position: absolute;
  aspect-ratio: 948/854;
  height: auto;
  width: 60vw;
  background-color: #F6F7F7;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  z-index: 0;
}
.triangle-contents .right1 {
  position: absolute;
}
.triangle-contents .left1 {
  position: absolute;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 900px) {
  .brsp {
    display: block;
  }
  .brpc {
    display: none;
  }
  .brnot {
    display: none;
  }
  .other-circle-loop {
    display: none;
  }
}
@media (max-width: 500px) {
  .brsp {
    display: block;
  }
  .brpc {
    display: none;
  }
  .circle-loop-sp {
    position: absolute;
    display: block;
    top: 214px;
    right: 3px;
    width: 148px;
    height: 148px;
    background-image: url("../../assets/images/a-tech3_image/text-circle.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    aspect-ratio: 1/1;
    z-index: 4;
    -webkit-animation: rotateCircle 15s linear infinite;
            animation: rotateCircle 15s linear infinite; /* 回転アニメーション */
  }
  @-webkit-keyframes rotateCircle {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes rotateCircle {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .section-title__eng {
    text-transform: capitalize;
    font-size: 48px;
    letter-spacing: 0em;
    line-height: 1.9791666667;
    font-family: "Puritan";
    font-weight: 300;
    color: #141853;
  }
  .section-title__ja {
    margin-left: 16px;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #141853;
  }
}
#error-404 {
  padding: 81px 6.5% 91px;
  margin: -9px 0 0 0;
}
#error-404 p {
  font-size: 20px;
  letter-spacing: F-letter-spacing-10/20em;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}
#error-404 .p2 {
  margin: 5px 0 4px;
}
#error-404 .p3 {
  margin: 0 0 0;
}

@media (max-width: 500px) {
  #error-404 {
    padding: 100px 4%;
    margin: 0;
  }
  #error-404 p {
    font-size: 17px;
    letter-spacing: F-letter-spacing-10/17em;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
  }
  #error-404 .p2 {
    margin: 7px 0 8px;
  }
  #error-404 .p3 {
    margin: 0 0 0;
  }
}
#header {
  position: sticky;
  top: 0;
  height: 80px;
  z-index: 1000;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
#header .header__inner--sp {
  display: none;
}
#header .header__inner--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 2px 3.26% 0 2.22%;
}
#header .header__inner--pc .header-logo {
  padding: 9px 0;
}
#header .header__inner--pc .header-logo__image {
  width: 124px;
  height: 62px;
}
#header .header__inner--pc .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header__inner--pc .header-nav ul li {
  margin-left: 52px;
}
#header .header__inner--pc .header-nav ul li .li-a {
  opacity: 1;
  z-index: 0;
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.3571428571;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#header .header__inner--pc .header-nav ul li .li-a:hover {
  color: #FFFFFF;
  font-weight: 400;
}
#header .header__inner--pc .header-nav ul li .li-a::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -7px;
  width: 142%;
  height: 139%;
  background: -webkit-gradient(linear, left top, right top, from(#001a4d), to(#005a9c));
  background: linear-gradient(90deg, #001a4d 0%, #005a9c 100%);
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
#header .header__inner--pc .header-nav ul li .li-a:hover::after {
  opacity: 1;
  z-index: -1;
}
#header .header__inner--pc .header-nav ul li .contact-a {
  width: 191px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.3571428571;
  font-family: "Noto Sans JP";
  font-weight: 300;
  color: #000000;
  letter-spacing: -1px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  background-color: #215F9D;
  color: #FFFFFF;
}
#header .header__inner--pc .header-nav ul li .contact-a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 21px;
  right: 18px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid white;
}
#header .header__inner--pc .header-nav ul li .contact-a:hover {
  border: 1.5px solid #141853;
  background-color: #DFE0E6;
  color: #141853;
  font-weight: 500;
}
#header .header__inner--pc .header-nav ul li .contact-a:hover::after {
  border-left: 6px solid #141853;
}

@media (max-width: 1200px) {
  #header {
    padding: 0px 18px 0px 14px;
    height: 60px;
    width: 100%;
  }
  #header .header__inner--pc {
    display: none;
  }
  #header .header__inner--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 4px 0 0px;
    z-index: 999;
  }
  #header .header__inner--sp .header-logo {
    width: 10%;
  }
  #header .header__inner--sp .header-logo__image {
    max-width: 94px;
    height: 51px;
  }
  #header .header__inner--sp .hamburger {
    width: 34px;
    height: 26px;
    cursor: pointer;
    z-index: 1001;
  }
  #header .header__inner--sp .hamburger__lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  #header .header__inner--sp .hamburger__lines--line {
    width: 24px;
    height: 2.2px;
    border-radius: 3px;
    background-color: #141853;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #header .header__inner--sp .hamburger.is-open .hamburger {
    width: 34px;
    height: 21px;
  }
  #header .header__inner--sp .hamburger.is-open .hamburger__lines {
    left: -4px;
    width: 33px;
    height: 31px;
    position: relative;
  }
  #header .header__inner--sp .hamburger.is-open .hamburger__lines--line:nth-child(1) {
    top: 5px;
    left: -9px;
    width: 30px;
    position: absolute;
    -webkit-transform: rotate(35deg) translate(50%, -50%);
            transform: rotate(35deg) translate(50%, -50%);
  }
  #header .header__inner--sp .hamburger.is-open .hamburger__lines--line:nth-child(2) {
    opacity: 0;
  }
  #header .header__inner--sp .hamburger.is-open .hamburger__lines--line:nth-child(3) {
    top: 22px;
    left: -9px;
    width: 30px;
    position: absolute;
    -webkit-transform: rotate(-35deg) translate(50%, -50%);
            transform: rotate(-35deg) translate(50%, -50%);
  }
  #header .header__inner--sp .hamburger:hover .hamburger__lines--line {
    background-color: #215F9D;
  }
  #header .header__inner--sp .overlay-menu {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
    background-color: #141853;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    z-index: 1000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  #header .header__inner--sp .overlay-menu .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -45px 0 0;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  #header .header__inner--sp .overlay-menu .main-nav ul {
    width: 100%;
  }
  #header .header__inner--sp .overlay-menu .main-nav ul li {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 21.4px;
  }
  #header .header__inner--sp .overlay-menu .main-nav ul li .li-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 1;
    z-index: 0;
    position: relative;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.3333333333;
    font-family: "Noto Sans JP";
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: -0.1em;
  }
  #header .header__inner--sp .overlay-menu .main-nav ul li .li-a:hover {
    color: #141853;
    font-weight: 400;
  }
  #header .header__inner--sp .overlay-menu .main-nav ul li .li-a::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 1px;
    width: 102%;
    height: 139%;
    background: linear-gradient(283deg, #ffffff 0%, #888888 100%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
  }
  #header .header__inner--sp .overlay-menu .main-nav ul li .li-a:hover::after {
    opacity: 1;
    z-index: -1;
  }
  #header .header__inner--sp .overlay-menu .main-nav ul li .contact-a {
    width: 191px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px;
    background-color: #215F9D;
    color: #FFFFFF;
  }
  #header .header__inner--sp .overlay-menu .main-nav ul li .contact-a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 21px;
    right: 18px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid white;
  }
  #header .header__inner--sp .overlay-menu .main-nav ul li .contact-a:hover {
    border: 1.5px solid #141853;
    background-color: #DFE0E6;
    color: #141853;
    font-weight: 500;
  }
  #header .header__inner--sp .overlay-menu .main-nav ul li .contact-a:hover::after {
    border-left: 6px solid #141853;
  }
  #header .header__inner--sp .overlay-menu .main-nav ul li:nth-child(8) {
    padding-bottom: 30px;
  }
  #header .header__inner--sp .overlay-menu.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  #header .header__inner--sp .overlay-menu.is-open .main-nav {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}
#footer .footer__inner {
  text-transform: capitalize;
}
#footer .footer__inner .footer-top {
  background-color: #141853;
  padding: 31px 6.4% 46px;
  position: relative;
}
#footer .footer__inner .footer-top__content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#footer .footer__inner .footer-top__content--title {
  font-size: 64px;
  letter-spacing: 0em;
  line-height: 1.484375;
  font-family: "Puritan";
  font-weight: 300;
  color: #FFFFFF;
  margin: 0px 0px 13px 11px;
}
#footer .footer__inner .footer-top__content--text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 300;
  color: #FFFFFF;
}
#footer .footer__inner .footer-top__content--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/a-tech3_image/section-contact.webp") no-repeat center right;
  background-size: contain;
  bottom: 0;
  right: 0;
}
#footer .footer__inner .footer-top__content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 33px 0 -6px;
  gap: 40px;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap {
  max-width: 460px;
  width: 100%;
  height: 138px;
  position: relative;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .footer-button-bg {
  position: absolute;
  top: -2px;
  left: -2.6px;
  max-width: 481px;
  width: 109%;
  height: 140px;
  -webkit-clip-path: polygon(0 0, 92% 0, 96.7% 100%, 0% 100%);
          clip-path: polygon(0 0, 92% 0, 96.7% 100%, 0% 100%);
  background-color: #FFFFFF;
  z-index: 0;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .footer-button {
  max-width: 462px;
  width: 124.2%;
  height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 42px;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 94.7% 0, 99.7% 100%, 0% 100%);
          clip-path: polygon(0 0, 94.7% 0, 99.7% 100%, 0% 100%);
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry-bg {
  background-color: #FFFFFF;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry {
  background: -webkit-gradient(linear, left top, right top, from(#141853), to(#215F9D));
  background: linear-gradient(90deg, #141853 0%, #215F9D 100%);
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__en {
  font-size: 45px;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Puritan";
  font-weight: normal;
  color: #FFFFFF;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  margin: -6px 0 0px;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__ja {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.0666666667;
  font-family: "Noto Sans JP";
  font-weight: normal;
  color: #FFFFFF;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  margin: 9px 0 0;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow {
  position: relative;
  position: absolute;
  background-color: white;
  width: 38px;
  height: 0.8px;
  top: 64px;
  right: 61px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: white;
  right: 0;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow::before {
  top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow::after {
  top: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover {
  opacity: 1;
  border: 1px solid #141853;
  background: linear-gradient(124deg, #215F9D -11%, #FFFFFF 48%);
  -webkit-transition: background 0.4s ease, border 0.4s ease;
  transition: background 0.4s ease, border 0.4s ease;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__en,
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__ja {
  color: #141853;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__arrow {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: #141853;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__arrow::after {
  background-color: #141853;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact-bg {
  background-color: #FFFFFF;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact {
  background-color: #DFE0E6;
  color: #141853;
  -webkit-transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__en {
  font-size: 45px;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Puritan";
  font-weight: normal;
  color: #141853;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  margin: 0px 0px 4px 18px;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__ja {
  font-size: 16px;
  letter-spacing: 0.046875em;
  line-height: 1;
  font-family: "Noto Sans JP";
  font-weight: normal;
  color: #141853;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  margin: 0 0 0 13px;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow {
  position: relative;
  position: absolute;
  background-color: #141853;
  width: 38px;
  height: 0.8px;
  top: 66px;
  right: 42px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: #141853;
  right: 0;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::before {
  top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::after {
  top: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover {
  opacity: 1;
  border: 1px solid #141853;
  background: linear-gradient(124deg, #215F9D -11%, #FFFFFF 48%);
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .contact__en,
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .contact__ja {
  color: #141853;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .contact__arrow {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: #141853;
}
#footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .contact__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .contact__arrow::after {
  background-color: #141853;
}
#footer .footer__inner .footer-bottom-wrapper {
  padding: 0 4%;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 75px;
  background-color: #FFFFFF;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 34px 0 37px 1px;
  padding: 0 0px 29px;
  border-bottom: 1.5px solid #141853;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-logo {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-logo__image {
  width: 78px;
  height: 82px;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  row-gap: 12px;
  margin: 0;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li {
  margin: -9px -5px 0 37px;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  opacity: 1;
  z-index: 0;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.3333333333;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #141853;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li a:hover {
  color: #FFFFFF;
  font-weight: 400;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li a::after {
  content: "";
  position: absolute;
  top: 1px;
  left: -4px;
  width: 114%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#001a4d), to(#005a9c));
  background: linear-gradient(90deg, #001a4d 0%, #005a9c 100%);
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: -1;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li a:hover::after {
  opacity: 1;
  z-index: -1;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul .li-news {
  display: none;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom__address--company {
  margin: 0px 0 4.2px 2px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #141853;
}
#footer .footer__inner .footer-bottom-wrapper .footer-bottom__address--detail {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #141853;
  margin: 1px 0 0 1px;
}
#footer .fooer-end {
  text-align: center;
  height: 27.33px;
  background-color: #141853;
  padding: 3.66px 0 3.66px 41px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.5833333333;
  font-family: "Noto Sans JP";
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  #footer .footer__inner {
    text-transform: capitalize;
  }
  #footer .footer__inner .footer-top {
    background-color: #141853;
    padding: 28px 6.6% 14px;
    position: relative;
  }
  #footer .footer__inner .footer-top__content {
    max-width: 960px;
    width: 100%;
    margin: -4px auto 31px;
  }
  #footer .footer__inner .footer-top__content--title {
    margin: 7px 0 6px;
    font-size: 48px;
    letter-spacing: 0em;
    line-height: 1.9791666667;
    font-family: "Puritan";
    font-weight: 300;
    color: #FFFFFF;
  }
  #footer .footer__inner .footer-top__content--text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 300;
    color: #FFFFFF;
  }
  #footer .footer__inner .footer-top__content--bg {
    position: absolute;
    width: 68.7%;
    height: 50%;
    background: url("../../assets/images/a-tech3_image/section-contact.webp") no-repeat bottom right;
    background-size: contain;
    bottom: 0;
    right: 0;
  }
  #footer .footer__inner .footer-top__content--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 27px 0 0;
    gap: 18px;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap {
    max-width: 327px;
    width: 100%;
    height: 100px;
    position: relative;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .footer-button-bg {
    position: absolute;
    top: -0.7px;
    left: -1px;
    max-width: 338px;
    width: 100.8%;
    height: 100px;
    -webkit-clip-path: polygon(0 0, 92% 0, 99.7% 100%, 0% 100%);
    clip-path: polygon(0 0, 94% 0, 99.7% 100%, 0% 100%);
    background-color: #FFFFFF;
    z-index: 0;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .footer-button {
    max-width: 329.2px;
    width: 100%;
    height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0px 29px;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 94% 0, 99.7% 100%, 0% 100%);
            clip-path: polygon(0 0, 94% 0, 99.7% 100%, 0% 100%);
    -webkit-transition: background 0.4s ease, border 0.4s ease;
    transition: background 0.4s ease, border 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry-bg {
    background-color: #FFFFFF;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry {
    background: -webkit-gradient(linear, left top, right top, from(#141853), to(#215F9D));
    background: linear-gradient(90deg, #141853 0%, #215F9D 100%);
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__en {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1;
    font-family: "Puritan";
    font-weight: normal;
    color: #FFFFFF;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__ja {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-family: "Noto Sans JP";
    font-weight: normal;
    color: #FFFFFF;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow {
    position: relative;
    position: absolute;
    background-color: white;
    width: 28px;
    height: 0.8px;
    top: 46px;
    right: 39px;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: white;
    right: 0;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow::before {
    top: 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow::after {
    top: 0px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover {
    opacity: 1;
    border: 1px solid #141853;
    background: linear-gradient(124deg, #215F9D -11%, #FFFFFF 48%);
    -webkit-transition: background 0.4s ease, border 0.4s ease;
    transition: background 0.4s ease, border 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__en,
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__ja {
    color: #141853;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__arrow {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background-color: #141853;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__arrow::after {
    background-color: #141853;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact-bg {
    background-color: #FFFFFF;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact {
    background-color: #DFE0E6;
    color: #141853;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__en {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1;
    font-family: "Puritan";
    font-weight: normal;
    color: #141853;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    margin: -7px 0px 2px 3px;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__ja {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-family: "Noto Sans JP";
    font-weight: normal;
    color: #141853;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    margin: 2px 0 0 0px;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow {
    position: relative;
    position: absolute;
    background-color: #141853;
    width: 30px;
    height: 0.8px;
    top: 46px;
    right: 28px;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: #141853;
    right: 0;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    background-color: #141853;
    right: 0;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::before {
    top: 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::after {
    top: 0px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover {
    opacity: 1;
    border: 1px solid #141853;
    background: linear-gradient(124deg, #215F9D -11%, #FFFFFF 48%);
    -webkit-transition: background 0.4s ease, border 0.4s ease;
    transition: background 0.4s ease, border 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .footer-button__en,
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .footer-button__ja {
    color: #141853;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .footer-button__arrow {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background-color: #141853;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .footer-button__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .footer-button__arrow::after {
    background-color: #141853;
  }
  #footer .footer .footer-bottom-wrapper {
    padding: 0 4%;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 75px;
    background-color: #FFFFFF;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom__inner--flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 34px 0 37px 1px;
    padding: 0 0px 29px;
    border-bottom: 1.5px solid #141853;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom__inner--flex .footer-logo {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom__inner--flex .footer-logo__image {
    width: 78px;
    height: 82px;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    row-gap: 12px;
    margin: 0;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li {
    margin: -9px -5px 0 37px;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    opacity: 1;
    z-index: 0;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.3333333333;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #141853;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li a:hover {
    color: #FFFFFF;
    font-weight: 400;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li a::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -4px;
    width: 114%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#001a4d), to(#005a9c));
    background: linear-gradient(90deg, #001a4d 0%, #005a9c 100%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    z-index: -1;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li a:hover::after {
    opacity: 1;
    z-index: -1;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul .li-news {
    display: none;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom__address--company {
    margin: 0px 0 4.2px 2px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #141853;
  }
  #footer .footer .footer-bottom-wrapper .footer-bottom__address--detail {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #141853;
    margin: 1px 0 0 1px;
  }
  #footer .footer .fooer-end {
    text-align: center;
    height: 27.33px;
    background-color: #141853;
    padding: 2.66px 0 0px;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.5833333333;
    font-family: "Noto Sans JP";
    color: #FFFFFF;
  }
}
@media (max-width: 500px) {
  #footer .footer__inner {
    text-transform: capitalize;
  }
  #footer .footer__inner .footer-top {
    background-color: #141853;
    padding: 28px 6.6% 14px;
    position: relative;
  }
  #footer .footer__inner .footer-top__content {
    max-width: 960px;
    width: 100%;
    margin: -4px auto 31px;
  }
  #footer .footer__inner .footer-top__content--title {
    margin: 7px 0 6px;
    font-size: 48px;
    letter-spacing: 0em;
    line-height: 1.9791666667;
    font-family: "Puritan";
    font-weight: 300;
    color: #FFFFFF;
  }
  #footer .footer__inner .footer-top__content--text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 300;
    color: #FFFFFF;
  }
  #footer .footer__inner .footer-top__content--bg {
    position: absolute;
    width: 68.7%;
    height: 50%;
    background: url("../../assets/images/a-tech3_image/section-contact.webp") no-repeat bottom right;
    background-size: contain;
    bottom: 0;
    right: 0;
  }
  #footer .footer__inner .footer-top__content--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 27px 0 0;
    gap: 18px;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap {
    max-width: 327px;
    width: 100%;
    height: 100px;
    position: relative;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .footer-button-bg {
    position: absolute;
    top: -0.7px;
    left: -1px;
    max-width: 338px;
    width: 100.8%;
    height: 100px;
    -webkit-clip-path: polygon(0 0, 92% 0, 99.7% 100%, 0% 100%);
    clip-path: polygon(0 0, 94% 0, 99.7% 100%, 0% 100%);
    background-color: #FFFFFF;
    z-index: 0;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .footer-button {
    max-width: 329.2px;
    width: 100%;
    height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0px 29px;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 94% 0, 99.7% 100%, 0% 100%);
            clip-path: polygon(0 0, 94% 0, 99.7% 100%, 0% 100%);
    -webkit-transition: background 0.4s ease, border 0.4s ease;
    transition: background 0.4s ease, border 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry-bg {
    background-color: #FFFFFF;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry {
    background: -webkit-gradient(linear, left top, right top, from(#141853), to(#215F9D));
    background: linear-gradient(90deg, #141853 0%, #215F9D 100%);
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__en {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1;
    font-family: "Puritan";
    font-weight: normal;
    color: #FFFFFF;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__ja {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-family: "Noto Sans JP";
    font-weight: normal;
    color: #FFFFFF;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow {
    position: relative;
    position: absolute;
    background-color: white;
    width: 28px;
    height: 0.8px;
    top: 46px;
    right: 39px;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: white;
    right: 0;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow::before {
    top: 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry__arrow::after {
    top: 0px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover {
    opacity: 1;
    border: 1px solid #141853;
    background: linear-gradient(124deg, #215F9D -11%, #FFFFFF 48%);
    -webkit-transition: background 0.4s ease, border 0.4s ease;
    transition: background 0.4s ease, border 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__en,
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__ja {
    color: #141853;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__arrow {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background-color: #141853;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .entry:hover .entry__arrow::after {
    background-color: #141853;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact-bg {
    background-color: #FFFFFF;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact {
    background-color: #DFE0E6;
    color: #141853;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__en {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1;
    font-family: "Puritan";
    font-weight: normal;
    color: #141853;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    margin: -7px 0px 2px 3px;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__ja {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-family: "Noto Sans JP";
    font-weight: normal;
    color: #141853;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    margin: 2px 0 0 0px;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow {
    position: relative;
    position: absolute;
    background-color: #141853;
    width: 30px;
    height: 0.8px;
    top: 46px;
    right: 28px;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: #141853;
    right: 0;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    background-color: #141853;
    right: 0;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::before {
    top: 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact__arrow::after {
    top: 0px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover {
    opacity: 1;
    border: 1px solid #141853;
    background: linear-gradient(124deg, #215F9D -11%, #FFFFFF 48%);
    -webkit-transition: background 0.4s ease, border 0.4s ease;
    transition: background 0.4s ease, border 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .footer-button__en,
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .footer-button__ja {
    color: #141853;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .footer-button__arrow {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background-color: #141853;
  }
  #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .footer-button__arrow::before, #footer .footer__inner .footer-top__content--flex .footer-button-wrap .contact:hover .footer-button__arrow::after {
    background-color: #141853;
  }
  #footer .footer__inner .footer-bottom-wrapper {
    padding: 0 5.1%;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 22px 0 20px;
    background-color: #FFFFFF;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 0 14px;
    padding: 0;
    border-bottom: 1.5px solid #141853;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-logo {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-logo__image {
    width: 78px;
    height: 82px;
    margin: 0 53px 78px 30px;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li {
    margin: 0 0 9px 0;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    opacity: 1;
    z-index: 0;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.3333333333;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #141853;
    letter-spacing: -0.1em;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li a:hover {
    color: #FFFFFF;
    font-weight: 400;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li a::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -2px;
    width: 108%;
    height: 139%;
    background: -webkit-gradient(linear, left top, right top, from(#001a4d), to(#005a9c));
    background: linear-gradient(90deg, #001a4d 0%, #005a9c 100%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li a:hover::after {
    opacity: 1;
    z-index: -1;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul .li-news {
    display: block;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__inner--flex .footer-nav ul li:last-child {
    margin: 0 0 10px 0;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__address--company {
    margin: -3px 0 5px 4px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #141853;
  }
  #footer .footer__inner .footer-bottom-wrapper .footer-bottom__address--detail {
    margin: 1px 0 0 3px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #141853;
  }
  #footer .fooer-end {
    text-align: center;
    height: 27.33px;
    background-color: #141853;
    padding: 0.66px 0 3.66px 0px;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.5833333333;
    font-family: "Noto Sans JP";
    color: #FFFFFF;
  }
}
#other-mainvisual {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#other-mainvisual .other-mainvisual__fv {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/a-tech3_image/page-top-pc.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 5;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  bottom: 0;
}

@media (max-width: 900px) {
  #other-mainvisual {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  #other-mainvisual .other-mainvisual__fv {
    position: absolute;
    width: 100%;
    height: 300px;
    background: url("../../assets/images/a-tech3_image/page-top-sp.png") no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 1;
    bottom: 0;
  }
}
@media (max-width: 500px) {
  #other-mainvisual {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  #other-mainvisual .other-mainvisual__fv {
    position: absolute;
    width: 100%;
    height: 150px;
    background: url("../../assets/images/a-tech3_image/page-top-sp.png") no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 1;
    bottom: 0;
  }
}
#mainvisual {
  width: 100%;
  height: 641px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#mainvisual .scroll-content {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: auto;
  z-index: 1;
  width: 53px;
  height: 61px;
  position: relative;
  top: 79.4%;
  left: 50.3%;
}
#mainvisual .scroll-content .scroll {
  position: relative;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.25;
  font-family: "Puritan";
  font-weight: 300;
  color: #FFFFFF;
}
#mainvisual .scroll-content .scroll::before, #mainvisual .scroll-content .scroll::after {
  content: "";
  width: 2px;
  height: 27px;
  background-color: #FFFFFF;
  position: absolute;
  -webkit-animation: puffArrow 1.2s infinite ease-in-out;
          animation: puffArrow 1.2s infinite ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#mainvisual .scroll-content .scroll::before {
  top: 23px;
  left: 20px;
  -webkit-transform: rotate(65deg) translate(50%, -50%);
          transform: rotate(65deg) translate(50%, -50%);
}
#mainvisual .scroll-content .scroll::after {
  top: 26px;
  right: 31px;
  -webkit-transform: rotate(-65deg) translate(50%, -50%);
          transform: rotate(-65deg) translate(50%, -50%);
}
#mainvisual .scroll-content .scroll.is-hidden {
  opacity: 0;
  pointer-events: none;
}
#mainvisual .h1-content-sp {
  display: none;
}
#mainvisual .circle-loop-sp {
  display: none;
}
#mainvisual .mainvisual__triangle-white {
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 2;
  width: 168px;
  height: 383px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #FFFFFF;
}
#mainvisual .mainvisual__fv {
  position: absolute;
  width: 100%;
  height: 641px;
  background: url("../../assets/images/a-tech3_image/fv-bg01-pc.png") no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  bottom: 0;
  -webkit-animation: animationZoom1 5s ease-in-out forwards;
          animation: animationZoom1 5s ease-in-out forwards;
}
@-webkit-keyframes animationZoom1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes animationZoom1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.fv-triangle-bg {
  position: absolute;
  width: 611.5px;
  height: 1103px;
  background: url("../../assets/images/a-tech3_image/グループ 152.webp") no-repeat center center;
  background-size: contain;
  z-index: 5;
  top: 78px;
  left: 0;
}
.fv-triangle-bg .h1-content-pc {
  position: absolute;
  top: 205px;
  left: 108px;
  z-index: 6;
}
.fv-triangle-bg .h1-content-pc__title {
  font-size: 100px;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Puritan";
  font-weight: 500;
  color: #141853;
}
.fv-triangle-bg .h1-content-pc__text {
  margin: 11px 2px 0;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
}

.circle-loop-pc {
  top: 610px;
  right: 75px;
}

@media (max-width: 1200px) {
  #mainvisual {
    width: 100%;
    height: 641px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  #mainvisual .scroll-content {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: auto;
    z-index: 1;
    width: 53px;
    height: 61px;
    position: relative;
    top: 79.4%;
    left: 50.3%;
  }
  #mainvisual .scroll-content .scroll {
    position: relative;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.25;
    font-family: "Puritan";
    font-weight: 300;
    color: #FFFFFF;
  }
  #mainvisual .scroll-content .scroll::before, #mainvisual .scroll-content .scroll::after {
    content: "";
    width: 2px;
    height: 27px;
    background-color: #FFFFFF;
    position: absolute;
    -webkit-animation: puffArrow 1.2s infinite ease-in-out;
            animation: puffArrow 1.2s infinite ease-in-out;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #mainvisual .scroll-content .scroll::before {
    top: 23px;
    left: 20px;
    -webkit-transform: rotate(65deg) translate(50%, -50%);
            transform: rotate(65deg) translate(50%, -50%);
  }
  #mainvisual .scroll-content .scroll::after {
    top: 26px;
    right: 31px;
    -webkit-transform: rotate(-65deg) translate(50%, -50%);
            transform: rotate(-65deg) translate(50%, -50%);
  }
  #mainvisual .scroll-content .scroll.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  #mainvisual .mainvisual__triangle-white {
    display: none;
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 2;
    width: 170px;
    height: 381px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #FFFFFF;
  }
  #mainvisual .mainvisual__fv {
    position: absolute;
    width: 100%;
    height: 641px;
    background: url("../../assets/images/a-tech3_image/fv-bg01-pc.png") no-repeat;
    background-size: cover;
    z-index: 1;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    bottom: 0;
    -webkit-animation: animationZoom1 5s ease-in-out forwards;
            animation: animationZoom1 5s ease-in-out forwards;
  }
  @-webkit-keyframes animationZoom1 {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  @keyframes animationZoom1 {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  .fv-triangle-bg {
    position: absolute;
    width: 97vw;
    aspect-ratio: 611.5/1103;
    background: url("../../assets/images/a-tech3_image/グループ 152.webp") no-repeat;
    background-size: contain;
    z-index: 1;
    top: -31px;
    right: 0;
  }
  .fv-triangle-bg .h1-content {
    position: absolute;
    top: 212px;
    left: 108px;
  }
  .fv-triangle-bg .h1-content__title {
    font-size: 100px;
    letter-spacing: 0em;
    line-height: 1;
    font-family: "Puritan";
    font-weight: 500;
    color: #141853;
  }
  .fv-triangle-bg .h1-content__text {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
  }
  .circle-loop-pc {
    top: 620px;
    right: 70px;
  }
}
@media (max-width: 900px) {
  #mainvisual {
    width: 100%;
    height: 565px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  #mainvisual .scroll-content {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: auto;
    z-index: 5;
    width: 53px;
    height: 61px;
    position: relative;
    top: 85.8%;
    left: 44.7%;
  }
  #mainvisual .scroll-content .scroll {
    position: relative;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.25;
    font-family: "Puritan";
    font-weight: 300;
    color: #141853;
  }
  #mainvisual .scroll-content .scroll::before, #mainvisual .scroll-content .scroll::after {
    content: "";
    width: 2px;
    height: 27px;
    background-color: #141853;
    position: absolute;
    -webkit-animation: puffArrow 1.2s infinite ease-in-out;
            animation: puffArrow 1.2s infinite ease-in-out;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #mainvisual .scroll-content .scroll::before {
    top: 23px;
    left: 20px;
    -webkit-transform: rotate(65deg) translate(50%, -50%);
            transform: rotate(65deg) translate(50%, -50%);
  }
  #mainvisual .scroll-content .scroll::after {
    top: 26px;
    right: 31px;
    -webkit-transform: rotate(-65deg) translate(50%, -50%);
            transform: rotate(-65deg) translate(50%, -50%);
  }
  #mainvisual .scroll-content .scroll.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  #mainvisual .h1-content-sp {
    display: block;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    top: 47.6%;
    padding: 0 3.47% 0 6.4%;
  }
  #mainvisual .h1-content-sp__title {
    font-size: 64px;
    letter-spacing: 0em;
    line-height: 1.125;
    font-family: "Puritan";
    font-weight: 500;
    color: #141853;
    font-size: clamp(10px, 17.06vw, 64px);
    position: relative;
    z-index: 5;
    margin: 0 0 6px;
  }
  #mainvisual .h1-content-sp__text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    font-weight: 600;
    color: #141853;
    font-size: clamp(10px, 4.27vw, 16px);
    position: relative;
    z-index: 5;
  }
  #mainvisual .circle-loop-sp {
    display: block;
    top: 189px;
    right: 0;
  }
  #mainvisual .mainvisual__triangle-white {
    display: none;
  }
  #mainvisual .mainvisual__fv {
    position: absolute;
    width: 100%;
    height: 345px;
    background: url("../../assets/images/a-tech3_image/fv-bg01-sp.png") center center no-repeat;
    background-size: cover;
    z-index: 2;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    top: 0;
    -webkit-animation: animationZoom1 5s ease-in-out forwards;
            animation: animationZoom1 5s ease-in-out forwards;
  }
  @-webkit-keyframes animationZoom1 {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  @keyframes animationZoom1 {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  #mainvisual .mainvisual__sp-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 394px;
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
    background-color: #FFFFFF;
    margin: 0 auto;
  }
  .fv-triangle-bg {
    display: none;
  }
  .circle-loop-pc {
    display: none;
  }
}
#property {
  position: relative;
  width: 100%;
  height: 460px;
}
#property .property__triangle-blue {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 406px;
  height: 461px;
  -webkit-clip-path: polygon(58% 0%, 100% 0, 100% 100%, 7% 100%);
          clip-path: polygon(58% 0%, 100% 0, 100% 100%, 7% 100%);
  background-color: #141853;
}
#property .property__content {
  padding: 0 4.6%;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/a-tech3_image/fv-bg02-pc.webp") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
#property .property__content .property-title {
  text-transform: capitalize;
  position: relative;
  margin: 100px auto 0px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  font-size: 64px;
  letter-spacing: 0em;
  line-height: 0.84375;
  font-family: "Puritan";
  font-weight: 400;
  color: #141853;
  font-size: clamp(32px, 4.44vw, 64px);
}
#property .property__content .property-title__main {
  position: relative;
  top: 15px;
  left: -8px;
}
#property .property__content .property-title__main .space {
  display: inline-block;
  width: 0.8em;
}
#property .property__content .property-title__main .batu {
  position: absolute;
  top: 23%;
  left: 50%;
  width: 7%;
  height: 63%;
}
#property .property__content .property-title__main .batu::before, #property .property__content .property-title__main .batu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #141853;
  left: 0;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
#property .property__content .property-title__main .batu::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#property .property__content .property-title__main .batu::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#property .property__content--textarea {
  text-align: center;
  margin: 43px 14px 0 0;
}
#property .property__content--textarea .property-title-sub {
  text-transform: capitalize;
  margin: 0px -19px 16px 0px;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
  font-size: clamp(20px, 2.22vw, 40px);
}
#property .property__content--textarea .property-title-text {
  text-transform: capitalize;
  display: block;
  margin: 0px 0px 0 13px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
  font-size: clamp(14px, 1.11vw, 20px);
}

@media (max-width: 1200px) {
  #property {
    position: relative;
    width: 100%;
    height: 400px;
  }
  #property .property__triangle-blue {
    display: none;
  }
}
@media (max-width: 900px) {
  #property {
    position: relative;
    width: 100%;
    height: 400px;
  }
  #property .property__content {
    position: absolute;
    padding: 47px 0 0;
    width: 100%;
    height: 100%;
    background: url("../../assets/images/a-tech3_image/fv-bg02-sp.webp") no-repeat center center;
    background-size: cover;
    z-index: 1;
  }
  #property .property__content .property-title {
    text-transform: capitalize;
    position: relative;
    margin: -7px auto 41px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    font-size: clamp(24px, 9.6vw, 36px);
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 1;
    font-family: "Puritan";
    font-weight: 400;
    color: #141853;
  }
  #property .property__content .property-title__main {
    position: relative;
    top: 14px;
    left: 0;
  }
  #property .property__content .property-title__main .space {
    display: inline-block;
    width: 0.1em;
  }
  #property .property__content .property-title__main .batu {
    position: relative;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0 17px 0 18px;
  }
  #property .property__content .property-title__main .batu::before, #property .property__content .property-title__main .batu::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #141853;
    left: -8px;
    top: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #property .property__content .property-title__main .batu::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #property .property__content .property-title__main .batu::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  #property .property__content--textarea {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 6.7%;
  }
  #property .property__content--textarea .property-title-sub {
    margin: 0 0 23px;
    font-size: 24px;
    letter-spacing: 0.0333333333em;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
    font-size: clamp(16px, 6.4vw, 24px);
  }
  #property .property__content--textarea .property-title-text {
    text-align: left;
    margin: 0 0 56px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
    font-size: clamp(10px, 4.27vw, 16px);
  }
}
#service {
  background-color: #F6F7F7;
  height: 910px;
  padding: 113px 4.6% 0;
  position: relative;
}
#service .service-bg-pc {
  width: 784px;
  height: 907px;
  -webkit-clip-path: polygon(52% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(52% 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #DFE0E6;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
}
#service .service__inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
#service .service__inner .section-title {
  position: relative;
  z-index: 1;
}
#service .service__inner .service-textarea {
  max-width: 960px;
  width: 100%;
  position: relative;
  z-index: 1;
}
#service .service__inner .service-textarea__subtitle {
  margin: 16px 0 0px;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#service .service__inner .service-textarea__text {
  margin: 29px 0 56px 2px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#service .service__inner .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 962px;
  width: 102%;
  gap: 27px;
  position: relative;
  z-index: 1;
}
#service .service__inner .service-list li {
  width: 58.67%;
  height: 61.33%;
  aspect-ratio: 220/230;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.6% 2% 2.6% 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #FFFFFF;
}
#service .service__inner .service-list li .service-text {
  padding: 18.4px 0 1.5px 0;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.7777777778;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
  font-size: clamp(12px, 1.5vw, 18px);
}
#service .service__inner .slanted-svg-button {
  margin: 31px auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  #service {
    background-color: #F6F7F7;
    height: auto;
    padding: 31px 6.5% 42.5px;
    position: relative;
  }
  #service .service-bg-pc {
    display: none;
    width: 822px;
    height: 910px;
    -webkit-clip-path: polygon(53% 0, 100% 0, 100% 100%, 5% 100%);
            clip-path: polygon(53% 0, 100% 0, 100% 100%, 5% 100%);
    background-color: #DFE0E6;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
  }
  #service .service-bg-sp {
    width: 391px;
    height: 860px;
    -webkit-clip-path: polygon(100% 0%, 4% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 4% 100%, 100% 100%);
    background-color: #DFE0E6;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
  }
  #service .service__inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  #service .service__inner .section-title {
    position: relative;
    z-index: 1;
  }
  #service .service__inner .section-title__ja {
    margin: 3px 0 0 9px;
  }
  #service .service__inner .service-textarea {
    position: relative;
    z-index: 1;
  }
  #service .service__inner .service-textarea__subtitle {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0.0416666667em;
    line-height: 1.4583333333;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #service .service__inner .service-textarea__text {
    margin: 18px 0 42px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #service .service__inner .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 16px;
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
    position: relative;
    z-index: 1;
  }
  #service .service__inner .service-list li {
    width: 155px;
    height: 162px;
    aspect-ratio: 155/162;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8% 3% 3% 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
    background-color: #FFFFFF;
  }
  #service .service__inner .service-list li .service-list__1 {
    width: 106px;
    height: 75px;
  }
  #service .service__inner .service-list li .service-list__2 {
    width: 80px;
    height: 75px;
  }
  #service .service__inner .service-list li .service-list__3 {
    width: 97px;
    height: 79px;
  }
  #service .service__inner .service-list li .service-list__4 {
    width: 76px;
    height: 79px;
  }
  #service .service__inner .service-list li .service-text {
    padding: 0px 0 21px 0;
    margin: 7px 0 -19px;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2.2857142857;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
    font-size: clamp(10px, 3.73vw, 14px);
  }
}
@media screen and (max-width: 900px) and (max-width: 375px) {
  #service .service__inner .service-list li {
    width: 100%;
    height: 150px;
  }
}
@media (max-width: 900px) {
  #service .service__inner .slanted-svg-button {
    margin: 31px auto 0;
    position: relative;
    z-index: 1;
  }
  #service .service__inner .slanted-svg-button .arrow {
    top: 13px;
    right: 70px;
  }
}
#about {
  position: relative;
  padding: 108px 4.6% 111px;
  line-height: auto;
  overflow: hidden;
}
#about .circle-loop-pc {
  display: block;
  top: 407px;
  right: 887px;
}
#about .about-bg-pc {
  width: 655px;
  height: 849px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #141853;
  -webkit-clip-path: polygon(0 0, 100% 0, 35% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 35% 100%, 0% 100%);
}
#about .about__inner {
  max-width: 973px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#about .about__inner .section-title {
  margin: 0px 0 0px 10px;
}
#about .about__inner .section-title__eng {
  color: #FFFFFF;
  -webkit-text-stroke: 0.4px #141853;
  text-shadow: 4px -2px 0 #141856, -1px 6px 10px rgba(0, 0, 0, 0);
}
#about .about__inner .section-title__ja {
  margin: 2px 0px 0 21px;
  color: #FFFFFF;
  text-shadow: 2px -1px 0 #141856, -1px 6px 10px rgba(0, 0, 0, 0);
}
#about .about__inner .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin: 18px 0 48px;
}
#about .about__inner .about-content__management {
  aspect-ratio: 463/393;
  width: 100%;
  max-width: 463px;
  background: url("../../assets/images/a-tech3_image/top-about01.webp") center center/cover no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#about .about__inner .about-content__management--text {
  text-align: center;
  padding: 0 1em;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #FFFFFF;
  font-size: clamp(13px, 2vw, 24px);
}
#about .about__inner .about-content__consulting {
  aspect-ratio: 463/393;
  width: 100%;
  max-width: 463px;
  background: url("../../assets/images/a-tech3_image/top-about02.webp") center center no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
#about .about__inner .about-content__consulting--text {
  text-align: center;
  margin: 0;
  padding: 0 1em;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #FFFFFF;
  font-size: clamp(13px, 2vw, 24px);
}
#about .about__inner .slanted-svg-button {
  margin: 0px auto;
}

@media (max-width: 500px) {
  #about {
    position: relative;
    padding: 31px 6.4% 4px;
    line-height: auto;
    overflow: hidden;
  }
  #about .circle-loop-pc {
    display: none;
  }
  #about .about-bg-pc {
    display: none;
  }
  #about .about-bg-sp {
    display: block;
    width: 375px;
    height: 867px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #141853;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  #about .about__inner {
    max-width: 960px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  #about .about__inner .section-title {
    margin: -2px 0 9px 3px;
  }
  #about .about__inner .section-title__eng {
    color: #FFFFFF;
    -webkit-text-stroke: 0.4px #141853;
    text-shadow: 4px -2px 0 #141856, -1px 6px 10px rgba(0, 0, 0, 0);
  }
  #about .about__inner .section-title__ja {
    color: #FFFFFF;
    text-shadow: 2px -1px 0 #141856, -1px 6px 10px rgba(0, 0, 0, 0);
    margin: 0px 0px 0 12px;
  }
  #about .about__inner .about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 31px;
    margin: 0;
  }
  #about .about__inner .about-content__management {
    aspect-ratio: 463/393;
    width: 100%;
    max-width: 463px;
    background: url("../../assets/images/a-tech3_image/top-about01.webp") center center/cover no-repeat;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #about .about__inner .about-content__management--text {
    text-align: center;
    padding: 0 1em;
    font-size: 18px;
    letter-spacing: 0.0444444444em;
    line-height: 1.3888888889;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #FFFFFF;
    font-size: clamp(14px, 4.8vw, 18px);
  }
  #about .about__inner .about-content__consulting {
    aspect-ratio: 463/393;
    width: 100%;
    max-width: 463px;
    background: url("../../assets/images/a-tech3_image/top-about02.webp") center center no-repeat;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  #about .about__inner .about-content__consulting--text {
    text-align: center;
    padding: 0 1em;
    font-size: 18px;
    letter-spacing: F-letter-spacing-0-8 F-family-Noto-Sans-JP/18em;
    line-height: 1.3888888889;
    font-size: clamp(14px, 4.8vw, 18px);
  }
  #about .about__inner .slanted-svg-button {
    margin: 32px auto;
  }
}
#recruit {
  position: relative;
  width: 100%;
  height: 654px;
  background: url("../../assets/images/a-tech3_image/top-recruit-bg-pc.webp") no-repeat;
  background-size: cover;
  z-index: 1;
  bottom: 0;
  padding: 106px 2.78% 70px 16.68%;
}
#recruit .recruit-bg {
  width: 228px;
  height: 449px;
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 0;
  background-color: #A8AEC3;
  -webkit-clip-path: polygon(100% 0%, 0 0, 0 100%);
          clip-path: polygon(100% 0%, 0 0, 0 100%);
}
#recruit .recruit__inner-sp {
  display: none;
}
#recruit .recruit__inner-pc {
  max-width: 1160px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
#recruit .recruit__inner-pc .recruit-textcontent {
  width: 50%;
}
#recruit .recruit__inner-pc .recruit-textcontent .section-title {
  margin: 0px 0 0px 0;
}
#recruit .recruit__inner-pc .recruit-textcontent .section-title__eng {
  margin: 3px 0px 0 3px;
}
#recruit .recruit__inner-pc .recruit-textcontent .section-title__ja {
  margin: 5px 0px 0 21px;
}
#recruit .recruit__inner-pc .recruit-textcontent__subtitle {
  margin: 18px 0 0px 0;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
  font-size: clamp(20px, 2.2vw, 32px);
}
#recruit .recruit__inner-pc .recruit-textcontent__text {
  margin: 29px 0 37px 0px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
  font-size: clamp(14px, 1.2vw, 16px);
}
#recruit .recruit__inner-pc .recruit-textcontent .slanted-svg-button {
  margin: 0px auto 83px 0;
}
#recruit .recruit__inner-pc .recruit-imagecontent {
  width: 50%;
  height: 100%;
  position: relative;
  top: -31px;
  right: -22px;
}
#recruit .recruit__inner-pc .recruit-imagecontent__image {
  width: 92.9%;
  aspect-ratio: 556/505;
  position: absolute;
  z-index: 2;
}
#recruit .recruit__inner-pc .recruit-imagecontent__bg {
  width: 94.9%;
  aspect-ratio: 556/497;
  background-color: #141853;
  -webkit-clip-path: polygon(27% -5%, 100% 0%, 80% 100%, 2% 100%);
  clip-path: polygon(27% 0.7%, 100% 0.6%, 78.8% 102%, 2.8% 100.2%);
  position: relative;
  top: 18px;
  right: -8px;
  z-index: 1;
}

@media screen and (max-width: 1067px) {
  #recruit {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../../assets/images/a-tech3_image/top-recruit-bg-sp.webp") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    bottom: 0;
    padding: 32px 6.4% 50px;
    overflow: hidden;
  }
  #recruit .recruit-bg {
    display: none;
  }
  #recruit .recruit__inner-pc {
    display: none;
  }
  #recruit .recruit__inner-sp {
    display: block;
  }
  #recruit .recruit__inner-sp .recruit-textcontent__subtitle {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.4583333333;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
    font-size: clamp(16px, 6.4vw, 24px);
  }
  #recruit .recruit__inner-sp .recruit-textcontent__text {
    margin: 16px 0 306px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
    font-size: clamp(14px, 4.27vw, 16px);
  }
  #recruit .recruit__inner-sp .recruit-image-box {
    position: relative;
    position: absolute;
    top: 375px;
    right: 188px;
    width: 100%;
    max-width: 278px;
    height: 140px;
  }
  #recruit .recruit__inner-sp .recruit-image-box__image {
    position: absolute;
    width: 100%;
    max-width: 368px;
    height: 165px;
    top: 5px;
    left: 62px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-clip-path: polygon(24% 0%, 98% 0%, 78% 100%, 0 100%);
            clip-path: polygon(24% 0%, 98% 0%, 78% 100%, 0 100%);
    -o-object-position: top;
       object-position: top;
    z-index: 2;
  }
  #recruit .recruit__inner-sp .recruit-image-box__bg {
    position: absolute;
    width: 100%;
    max-width: 368px;
    height: 165px;
    top: 11px;
    left: 71px;
    background-color: #141853;
    z-index: 1;
    opacity: 1;
    -webkit-clip-path: polygon(24% 0%, 98% 0%, 78% 100%, 0 100%);
            clip-path: polygon(24% 0%, 98% 0%, 78% 100%, 0 100%);
  }
  #recruit .recruit__inner-sp .slanted-svg-button {
    margin: 50px auto 0;
  }
}
@media (max-width: 500px) {
  #recruit {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../../assets/images/a-tech3_image/top-recruit-bg-sp.webp") no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 1;
    bottom: 0;
    padding: 32px 6.4% 41px;
    overflow: hidden;
  }
  #recruit .recruit-bg {
    display: none;
  }
  #recruit .recruit__inner-pc {
    display: none;
  }
  #recruit .recruit__inner-sp {
    display: block;
  }
  #recruit .recruit__inner-sp .recruit-textcontent__subtitle {
    margin: 3px 0 15px;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.4583333333;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
    font-size: clamp(16px, 6.4vw, 24px);
  }
  #recruit .recruit__inner-sp .recruit-textcontent__text {
    margin: 16px 0 227px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
    font-size: clamp(14px, 4.27vw, 16px);
    line-height: 1.8;
  }
  #recruit .recruit__inner-sp .recruit-image-box {
    position: relative;
    position: absolute;
    top: 399px;
    right: 30px;
    width: 100%;
    max-width: 271px;
    height: 140px;
  }
  #recruit .recruit__inner-sp .recruit-image-box__image {
    position: absolute;
    width: 100%;
    max-width: 249px;
    height: 140px;
    top: 5px;
    left: 62px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-clip-path: polygon(24% 0%, 98% 0%, 78% 100%, 0 100%);
            clip-path: polygon(24% 0%, 98% 0%, 78% 100%, 0 100%);
    -o-object-position: top;
       object-position: top;
    z-index: 2;
  }
  #recruit .recruit__inner-sp .recruit-image-box__bg {
    position: absolute;
    width: 100%;
    max-width: 249px;
    height: 140px;
    top: 11px;
    left: 71px;
    background-color: #141853;
    z-index: 1;
    opacity: 1;
    -webkit-clip-path: polygon(24% 0%, 98% 0%, 78% 100%, 0 100%);
            clip-path: polygon(24% 0%, 98% 0%, 78% 100%, 0 100%);
  }
  #recruit .recruit__inner-sp .slanted-svg-button {
    margin: 42px auto 0px;
  }
}
#news {
  padding: 107px 4.6% 112px;
}
#news .news__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#news .news__inner .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7px 0 9.7px 9px;
}
#news .news__inner .section-title__ja {
  margin: 4px 0px 0 12px;
  letter-spacing: -0.1em;
}
#news .news-list {
  margin: 0;
}
#news .news-list .news-card {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  text-decoration: none;
  max-width: 960px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#news .news-list .news-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#news .news-list .news-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 0 9px 0;
  margin: 0px auto 33px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1.5px solid #000000;
}
#news .news-list .news-card__inner .textarea {
  width: 100%;
  padding: 0;
}
#news .news-list .news-card__inner .textarea__news-date {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.9285714286;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #141853;
  padding: 0;
  margin: 0px 0 7px;
  display: block;
}
#news .news-list .news-card__inner .textarea__news-title {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
  margin: 0;
}
#news .slanted-svg-button {
  margin: 3px 4px 0px auto;
}

@media (max-width: 500px) {
  #news {
    padding: 11px 6.2% 40px;
  }
  #news .news__inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  #news .news__inner .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 19px 0 19px 6px;
  }
  #news .news__inner .section-title__ja {
    margin-left: 18px;
  }
  #news .news__inner .news-list .news-card {
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    text-decoration: none;
    max-width: 960px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #news .news__inner .news-list .news-card:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  #news .news__inner .news-list .news-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 22px auto 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1.5px solid #000000;
  }
  #news .news__inner .news-list .news-card__inner .textarea {
    width: 100%;
    padding: 0;
    margin: -7px 0 23px;
  }
  #news .news__inner .news-list .news-card__inner .textarea__news-date {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.9285714286;
    font-family: "Noto Sans JP";
    font-weight: bold;
    color: #141853;
    padding: 0;
    margin: 0px 0 -2px;
    display: block;
  }
  #news .news__inner .news-list .news-card__inner .textarea__news-title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
    margin: 11px 0 -12px;
  }
  #news .news__inner .slanted-svg-button {
    margin: -3px auto 3px;
  }
  #news .news__inner .slanted-svg-button .button-text {
    padding: 0px 37px 0 0px;
  }
  #news .news__inner .slanted-svg-button .arrows {
    top: 10px;
    right: 71px;
  }
}
#page-service .page-service__inner .title-content {
  padding: 33px 4.6% 0;
}
#page-service .page-service__inner .title-content__inner--contenttext {
  margin: 12px 0 37px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#page-service .page-service__inner .tab-content {
  padding: 24px 4.6%;
  height: auto;
  background-color: #DFE0E6;
}
#page-service .page-service__inner .tab-content__inner .service-list-wrap {
  -webkit-overflow-scrolling: touch;
  cursor: -webkit-grab;
  cursor: grab;
}
#page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
}
#page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab {
  position: relative;
  width: 58.67%;
  height: 61.33%;
  aspect-ratio: 220/230;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8.7% 2% 8% 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #FFFFFF;
}
#page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab--text {
  padding: 0;
  margin: 14px 0 0;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.7777777778;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
  font-size: clamp(12px, 1.5vw, 18px);
  position: relative;
}
#page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab.is-active {
  border: 2px solid #141853;
}
#page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab.is-active .arrow {
  display: block;
}
#page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab .arrow {
  display: none;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 8px solid #141853;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 88%;
  right: 46%;
}
#page-service .page-service__inner .tab-content__inner .service-list-wrap.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#page-service .page-service__inner .tab-content__inner .service-textarea {
  position: relative;
  min-height: 104px;
  -webkit-transition: min-height 1s ease;
  transition: min-height 1s ease;
  margin: 16px 0 0;
  padding: 14px 23px 16px;
  background-color: #FFFFFF;
}
#page-service .page-service__inner .tab-content__inner .service-textarea__desc {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, visibility 1s ease;
  transition: opacity 0.5s ease, visibility 1s ease;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#page-service .page-service__inner .tab-content__inner .service-textarea__desc.is-show {
  opacity: 1;
  visibility: visible;
  position: static;
  pointer-events: auto;
}

#voice {
  padding: 79px 4.6% 55px;
}
#voice .voice__inner .section-title {
  margin: 0 0 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#voice .voice__inner .section-title__ja {
  margin: 2px 0px 0 14px;
}
#voice .voice__inner .voice-list {
  padding: 17px 0 0;
}
#voice .voice__inner .voice-list .voice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px 0 33px;
}
#voice .voice__inner .voice-list .voice-item__image {
  width: 170px;
  height: 140px;
  background-color: #DFE0E6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#voice .voice__inner .voice-list .voice-item__image img {
  width: 95px;
  height: 96px;
  aspect-ratio: 140/140;
}
#voice .voice__inner .voice-list .voice-item__content {
  width: 100%;
  padding: 4px 0 0 44px;
}
#voice .voice__inner .voice-list .voice-item__content--gender {
  padding: 0 0 8.5px;
  border-bottom: 2px solid #141853;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.1111111111;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
}
#voice .voice__inner .voice-list .voice-item__content--comment {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#voice .voice__inner .slanted-svg-button {
  margin: 20px auto 60px;
}

@media (max-width: 900px) {
  #page-service .page-service__inner .title-content__inner__text {
    margin: 20px 0 43px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #page-service .page-service__inner .tab-content {
    height: auto;
    background-color: #DFE0E6;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin: 0 0 15px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab {
    position: relative;
    width: 58.67%;
    height: 61.33%;
    aspect-ratio: 220/230;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.6% 2% 2.6% 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
    background-color: #FFFFFF;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab--image1 {
    width: 106px;
    height: 75px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab--image2 {
    width: 80px;
    height: 75px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab--image3 {
    width: 97px;
    height: 79px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab--image4 {
    width: 76px;
    height: 79px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab--text {
    padding: 1.28% 0 0 0;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.7777777778;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
    font-size: clamp(12px, 1.5vw, 18px);
    position: relative;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab.is-active {
    border: 2px solid #141853;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab.is-active .arrow {
    display: block;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab .arrow {
    display: none;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 8px solid #141853;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 91%;
    right: 45%;
  }
}
@media screen and (max-width: 900px) and (max-width: 650px) {
  #page-service .page-service__inner .tab-content__inner .service-list-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 13px;
    margin: 0 0 10px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap::-webkit-scrollbar {
    height: 8px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
    position: relative;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab img {
    width: 70%;
    height: 70%;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list__tab--text {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.7777777778;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
    font-size: clamp(12px, 3vw, 20px);
    position: relative;
  }
}
@media (max-width: 900px) {
  #page-service .page-service__inner .tab-content__inner .service-textarea {
    position: relative;
    min-height: 104px;
    -webkit-transition: min-height 1s ease;
    transition: min-height 1s ease;
    margin: 16px 0 0;
    padding: 24px 23px 32px;
    background-color: #FFFFFF;
  }
  #page-service .page-service__inner .tab-content__inner .service-textarea__desc {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease, visibility 1s ease;
    transition: opacity 0.5s ease, visibility 1s ease;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #page-service .page-service__inner .tab-content__inner .service-textarea__desc.is-show {
    opacity: 1;
    visibility: visible;
    position: static;
    pointer-events: auto;
  }
}
@media (max-width: 500px) {
  #page-service .page-service__inner .title-content {
    padding: 31px 6.4% 0;
  }
  #page-service .page-service__inner .title-content__inner .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-service .page-service__inner .title-content__inner .section-title h3 {
    line-height: 48px;
  }
  #page-service .page-service__inner .title-content__inner .section-title span {
    margin: 0;
    padding: 0;
  }
  #page-service .page-service__inner .title-content__inner--contenttext {
    margin: 21px 0 50px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
  }
  #page-service .page-service__inner .tab-content {
    height: auto;
    background-color: #DFE0E6;
    padding: 13px 6.7% 24px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 13px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap::-webkit-scrollbar {
    height: 8px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
    margin: 0 0 10px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list .service-list__tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
    gap: 0px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list .service-list__tab__tab {
    position: relative;
    width: 41.33%;
    height: 43.2%;
    aspect-ratio: 220/230;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.6% 2% 2.6% 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
    background-color: #FFFFFF;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list .service-list__tab--image1 {
    width: 106px;
    height: 75px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list .service-list__tab--image2 {
    width: 80px;
    height: 75px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list .service-list__tab--image3 {
    width: 97px;
    height: 79px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list .service-list__tab--image4 {
    width: 76px;
    height: 79px;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list .service-list__tab--text {
    padding: 0;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.7777777778;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
    font-size: clamp(10px, 3.73vw, 14px);
    position: relative;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list .service-list__tab.is-active {
    border: 2px solid #141853;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list .service-list__tab.is-active .arrow {
    display: block;
  }
  #page-service .page-service__inner .tab-content__inner .service-list-wrap .service-list .service-list__tab .arrow {
    display: none;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 6px solid #141853;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 89%;
    right: 45%;
  }
  #page-service .page-service__inner .tab-content__inner .service-textarea {
    position: relative;
    min-height: 104px;
    -webkit-transition: min-height 1s ease;
    transition: min-height 1s ease;
    margin: 16px 0 0;
    padding: 7px 16px 19px;
    background-color: #FFFFFF;
  }
  #page-service .page-service__inner .tab-content__inner .service-textarea__desc {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease, visibility 1s ease;
    transition: opacity 0.5s ease, visibility 1s ease;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #page-service .page-service__inner .tab-content__inner .service-textarea__desc.is-show {
    opacity: 1;
    visibility: visible;
    position: static;
    pointer-events: auto;
  }
  #voice {
    padding: 53px 6.7% 0px;
  }
  #voice .voice__inner .section-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #voice .voice__inner .section-title h3 {
    line-height: 48px;
  }
  #voice .voice__inner .section-title span {
    margin: 4px 0 0 0;
    padding: 0;
  }
  #voice .voice__inner .voice-list {
    padding: 3px 0px 0px;
  }
  #voice .voice__inner .voice-list .voice-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 0 48px;
    gap: 18px;
  }
  #voice .voice__inner .voice-list .voice-item__image {
    width: 140px;
    height: 140px;
    background-color: #DFE0E6;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 18px 11px 0px 0px;
  }
  #voice .voice__inner .voice-list .voice-item__image img {
    width: 95px;
    height: 96px;
    aspect-ratio: 140/140;
  }
  #voice .voice__inner .voice-list .voice-item__content {
    width: 100%;
    padding: 0;
  }
  #voice .voice__inner .voice-list .voice-item__content--gender {
    padding: 0 0 8.5px;
    border-bottom: 2px solid #141853;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.1111111111;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
  }
  #voice .voice__inner .voice-list .voice-item__content--comment {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #voice .voice__inner .slanted-svg-button {
    margin: 56px auto;
  }
}
#about-body {
  position: relative;
  margin: 0 auto -43px;
}
#about-body .triangle-contents {
  margin: 124px 0 0;
  height: 1380px;
}
#about-body .triangle-contents .right1 {
  top: 17px;
  left: 0;
  width: 66vw;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#about-body .triangle-contents .left1 {
  bottom: -189px;
  left: auto;
  right: 0;
  width: 65.6vw;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#about-body .main-content {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: -100px;
  padding: 0 4.6%;
}
#about-body .main-content__inner {
  max-width: 960px;
  width: 100%;
  position: relative;
  top: 10px;
  margin: 0 auto;
}
#about-body .main-content__inner #page-about .page-about__inner .section-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#about-body .main-content__inner #page-about .page-about__inner .section-text {
  margin: 1px 0 36px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#about-body .main-content__inner #page-about .page-about__inner .about-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#about-body .main-content__inner #page-about .page-about__inner .about-list__content--image {
  width: 48%;
}
#about-body .main-content__inner #page-about .page-about__inner .about-list__content--image img {
  max-width: 463px;
  width: 100%;
  height: auto;
  aspect-ratio: 463/393;
}
#about-body .main-content__inner #page-about .page-about__inner .about-list__content--textarea {
  width: 48%;
  padding: 50px 0px 0 9px;
}
#about-body .main-content__inner #page-about .page-about__inner .about-list__content--textarea .title {
  border-bottom: 2px solid #141853;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.7777777778;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
}
#about-body .main-content__inner #page-about .page-about__inner .about-list__content--textarea .text {
  padding: 0 14px 0 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#about-body .main-content__inner #page-about .page-about__inner .about-list .reverse {
  margin: 126px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#about-body .main-content__inner #page-about .page-about__inner .about-list .reverse-padding {
  padding: 37px 0 0px 0px;
}
#about-body .main-content__inner #page-about .page-about__inner .slanted-svg-button {
  margin: 43px auto 0;
}

@media screen and (max-width: 700px) {
  #about-body {
    position: relative;
  }
  #about-body .triangle-contents {
    display: none;
  }
  #about-body .main-content {
    width: 100%;
    position: relative;
    z-index: 5;
    top: 0;
    padding: 30px 6.6% 64px;
  }
  #about-body .main-content__inner {
    max-width: 960px;
    width: 100%;
    position: relative;
    top: 0;
    margin: 0 auto;
  }
  #about-body .main-content__inner #page-about .page-about__inner .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about-body .main-content__inner #page-about .page-about__inner .section-title h3 {
    line-height: 48px;
  }
  #about-body .main-content__inner #page-about .page-about__inner .section-title span {
    margin: 0;
    padding: 0;
  }
  #about-body .main-content__inner #page-about .page-about__inner .section-text {
    margin: 21px 0 34px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #about-body .main-content__inner #page-about .page-about__inner .about-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #about-body .main-content__inner #page-about .page-about__inner .about-list__content--image {
    width: 100%;
    text-align: center;
  }
  #about-body .main-content__inner #page-about .page-about__inner .about-list__content--image img {
    max-width: 463px;
    width: 100%;
    height: auto;
    aspect-ratio: 463/393;
  }
  #about-body .main-content__inner #page-about .page-about__inner .about-list__content--textarea {
    width: 100%;
    padding: 24px 0 0;
  }
  #about-body .main-content__inner #page-about .page-about__inner .about-list__content--textarea .title {
    padding: 0 0 3px;
    border-bottom: 2px solid #141853;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.7777777778;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
  }
  #about-body .main-content__inner #page-about .page-about__inner .about-list__content--textarea .text {
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #about-body .main-content__inner #page-about .page-about__inner .about-list .reverse {
    margin: 40px 0 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about-body .main-content__inner #page-about .page-about__inner .about-list .reverse-padding {
    padding: 22.2px 0px 0px 4px;
  }
  #about-body .main-content__inner #page-about .page-about__inner .slanted-svg-button {
    margin: 46px auto 19px;
  }
}
#page-company {
  padding: 28px 6.4%;
}
#page-company .page-company__inner .section-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#page-company .page-company__inner .section-text {
  margin: 2px 0 29px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#page-company .page-company__inner .company-info-warpper .company-info {
  max-width: 772px;
  width: 100%;
  margin: 0 auto;
}
#page-company .page-company__inner .company-info-warpper .company-info__block {
  width: 100%;
  padding: 21.6px 32px 7.6px;
  margin: 0 0 0 -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 2px solid #141853;
}
#page-company .page-company__inner .company-info-warpper .company-info__block dt {
  width: 17.46%;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
}
#page-company .page-company__inner .company-info-warpper .company-info__block dd {
  padding-left: 8px;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.75;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #141853;
}
#page-company .page-company__inner .company-info-warpper .company-info__block dd:not(:last-of-type) {
  margin-bottom: 3px;
}
#page-company .page-company__inner .company-info-warpper .company-info__block dd a {
  color: #141853;
}
#page-company .page-company__inner .company-info-warpper .company-info .is-div-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page-company .page-company__inner .company-info-warpper .company-info .is-div-block .label {
  width: 17.46%;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
  margin-bottom: 12px;
}
#page-company .page-company__inner .company-info-warpper .company-info .is-div-block .content {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page-company .page-company__inner .company-info-warpper .company-info .is-div-block .content li {
  padding-left: 8px;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.75;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #141853;
  margin-bottom: 3px;
}

#access {
  padding: 47px 6.4% 26px;
}
#access .access__inner .section-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#access .access__inner .access-content .access-map {
  max-width: 776px;
  width: 100%;
  aspect-ratio: 776/386;
  height: auto;
  margin: 0 auto;
}
#access .access__inner .access-content .access-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
#access .access__inner .slanted-svg-button {
  margin: 41px auto 90px;
}

@media screen and (max-width: 700px) {
  #page-company {
    padding: 46px 6.6% 24px;
  }
  #page-company .page-company__inner .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-company .page-company__inner .section-title h3 {
    line-height: 10px;
  }
  #page-company .page-company__inner .section-title span {
    line-height: 10px;
    margin: 25px 0 0;
    padding: 0;
  }
  #page-company .page-company__inner .section-text {
    margin: 27px 0 22px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
    line-height: 1.8;
  }
  #page-company .page-company__inner .company-info-warpper {
    padding: 0;
  }
  #page-company .page-company__inner .company-info-warpper .company-info {
    max-width: 772px;
    width: 100%;
    margin: 0 auto;
  }
  #page-company .page-company__inner .company-info-warpper .company-info__block {
    width: 100%;
    padding: 10px 0 8px 4px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-bottom: 2px solid #141853;
  }
  #page-company .page-company__inner .company-info-warpper .company-info__block dt {
    width: 100%;
    margin: 15.5px 0 10.5px;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
  }
  #page-company .page-company__inner .company-info-warpper .company-info__block dd {
    padding: 0;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.75;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #141853;
  }
  #page-company .page-company__inner .company-info-warpper .company-info .padding1 {
    padding: 12px 0 36px 4px;
  }
  #page-company .page-company__inner .company-info-warpper .company-info .is-div-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page-company .page-company__inner .company-info-warpper .company-info .is-div-block .label {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
    margin-bottom: 12px;
  }
  #page-company .page-company__inner .company-info-warpper .company-info .is-div-block .content {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #page-company .page-company__inner .company-info-warpper .company-info .is-div-block .content li {
    padding-left: 0;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.75;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #141853;
    margin-bottom: 3px;
  }
  #access {
    padding: 0 6.4%;
  }
}
@media screen and (max-width: 700px) and (max-width: 500px) {
  #access .access__inner .access-content .access-map {
    max-width: 327px;
    width: 100%;
    height: auto;
    aspect-ratio: 327/355;
    margin: 0 auto;
  }
  #access .access__inner .access-content .access-map iframe {
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media screen and (max-width: 700px) {
  #access .access__inner .slanted-svg-button {
    margin: 42px auto 45px;
  }
}
#column-body {
  position: relative;
}
#column-body .triangle-contents {
  margin: 454px 0 0;
  height: 2732px;
}
#column-body .triangle-contents .right1 {
  top: 0;
  right: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#column-body .triangle-contents .left1 {
  top: 506px;
  left: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#column-body .triangle-contents .right2 {
  bottom: 744px;
  right: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#column-body .triangle-contents .left2 {
  bottom: 130px;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#column-body .main-content {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: -426px;
}
#column-body .main-content__inner {
  padding: 0 6.5%;
  width: 100%;
  position: relative;
  top: 0;
  margin: 0 auto;
}
#column-body .main-content__inner #page-column .page-column__inner .section-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-bg {
  position: absolute;
  width: 100%;
  height: 197px;
  background: url("../../assets/images/a-tech3_image/fv-bg02-pc.webp") no-repeat center center;
  background-size: cover;
  z-index: 5;
  top: 124px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-bg__text {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#column-body .main-content__inner #page-column .page-column__inner .column-text {
  text-align: center;
  margin: 231px auto 50.5px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content {
  margin: 0 auto;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content__title {
  text-align: center;
  padding: 0px 0 11px;
  margin: -4px auto 50px;
  border-bottom: 2px solid #141853;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list {
  width: 100%;
  counter-reset: item;
  list-style: disc;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list .list-item4 {
  margin: 74px 0 72px 0px;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  width: 100%;
  margin: 0 0 61px;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--image {
  width: 48%;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--image img {
  max-width: 463px;
  width: 100%;
  height: auto;
  aspect-ratio: 463/393;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--textarea {
  width: 46%;
  position: relative;
  margin: -2px 6px -13px 0px;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--textarea .textarea-title {
  border-bottom: 2px solid #141853;
  padding: 12.5px 0 7.5px 60px;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--textarea .textarea-text {
  padding: 19px 0px 0 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--textarea::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  position: absolute;
  text-align: center;
  width: 49px;
  height: 49px;
  left: 0;
  top: -7.5px;
  background-color: #141853;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: normal;
  color: #FFFFFF;
}
#column-body .main-content__inner #page-column .page-column__inner .colmun-content .slanted-svg-button {
  margin: -21px auto 0;
}

@media screen and (max-width: 850px) {
  #column-body {
    position: relative;
  }
  #column-body .triangle-contents {
    display: none;
  }
  #column-body .main-content {
    width: 100%;
    position: relative;
    z-index: 5;
    top: 30px;
  }
  #column-body .main-content__inner {
    padding: 0 6.6%;
    width: 100%;
    position: relative;
    top: 0;
    margin: 0 auto;
  }
  #column-body .main-content__inner #page-column .page-column__inner .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #column-body .main-content__inner #page-column .page-column__inner .section-title h3 {
    line-height: 48px;
  }
  #column-body .main-content__inner #page-column .page-column__inner .section-title span {
    margin: 5px 0 0;
    padding: 0;
    line-height: 20px;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-bg {
    position: absolute;
    width: 100%;
    height: 115px;
    background: url("../../assets/images/a-tech3_image/fv-bg02-sp.webp") no-repeat center center;
    background-size: cover;
    z-index: 5;
    top: 97px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-bg__text {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
  }
  #column-body .main-content__inner #page-column .page-column__inner .column-text {
    text-align: left;
    margin: 168px auto 67.5px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content {
    margin: 0 auto;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content__title {
    text-align: center;
    padding: 0 0 8.5px;
    margin: 0 auto 22px;
    border-bottom: 2px solid #141853;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list {
    width: 100%;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -18px 0 0;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 29px;
    width: 100%;
    margin: 21px 0 40px;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--image {
    width: 100%;
    text-align: center;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--textarea {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--textarea .textarea-title {
    border-bottom: 2px solid #141853;
    padding: 11.5px 0px 8.5px 55px;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.1111111111;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--textarea .textarea-text {
    padding: 17px 0px 9px 2px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--textarea .item4 {
    margin: 0px 0 0px;
    padding: 22px 0px 12px 3px;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--textarea .item5 {
    margin: 0px 0 -6px;
    padding: 23px 0px 0px;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content .number-list__item--textarea::before {
    counter-increment: item;
    content: counter(item, decimal-leading-zero);
    position: absolute;
    text-align: center;
    width: 49px;
    height: 49px;
    left: 0;
    top: -7.5px;
    background-color: #141853;
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: normal;
    color: #FFFFFF;
  }
  #column-body .main-content__inner #page-column .page-column__inner .colmun-content .slanted-svg-button {
    margin: 51px auto 73px;
  }
}
#recruitment-body {
  position: relative;
  margin: 0 auto -43px;
}
#recruitment-body .triangle-contents {
  margin: 124px 0 0;
  height: 2446px;
}
#recruitment-body .triangle-contents .right1 {
  top: 66px;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#recruitment-body .triangle-contents .left1 {
  bottom: 125px;
  left: auto;
  width: 932px;
  right: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#recruitment-body .main-content {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: -100px;
  padding: 0 6.6%;
}
#recruitment-body .main-content__inner {
  max-width: 960px;
  width: 100%;
  position: relative;
  top: 10px;
  margin: 0 auto;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .section-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .section-text {
  margin: -4px 0 56px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 4px 0 7px;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail {
  width: 44%;
  margin: -16px 0 0px;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail__textarea--label {
  margin: 25px 0 14px;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 1.1666666667;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail__textarea--list {
  margin: 0 0 0;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail__textarea--list li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail__textarea--list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 17px;
  width: 8px;
  height: 8px;
  background-color: #0a1a4f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail__textarea--text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail .block1 {
  margin: 0 0 0;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail .block2 {
  margin: 0 0 0;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-image {
  width: 50%;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-image img {
  max-width: 480px;
  width: 100%;
  height: auto;
  aspect-ratio: 480/406;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list {
  margin: 96px 0 0;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list__title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 1.1666666667;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper {
  padding: 0 6.4%;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info {
  max-width: 772px;
  width: 100%;
  margin: 0 auto;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info__block {
  width: 100%;
  padding: 23.6px 33.5px 8.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 2px solid #141853;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info__block dt {
  width: 19.16%;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info__block .dd-content {
  padding: 0 0px 0 8px;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info__block .dd-content dd {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.75;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #141853;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info__block .dd-content .margin1 {
  margin: 10px 0 -10px;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info__block .padding1 {
  padding: 0 0 0 0;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info .padding2 {
  padding: 15.6px 33.5px 14.6px;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list {
  counter-reset: item;
  list-style: disc;
  padding: 0;
  margin: 90px auto 75px;
  width: 100%;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__title {
  text-align: center;
  margin: 0 0 36px;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.79%;
  width: 100%;
  margin: 0 0 32px;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item--image {
  max-width: 140px;
  width: 100%;
  height: auto;
  aspect-ratio: 140/140;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DFE0E6;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item--image .img1 {
  width: 50px;
  height: 119px;
  margin: 20px 0 0px;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item--image .img2 {
  width: 103px;
  height: 59px;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item--image .img3 {
  width: 101px;
  height: 82px;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item .textarea {
  position: relative;
  width: 100%;
  margin: 0;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item .textarea__title {
  border-bottom: 2px solid #141853;
  padding: 12.5px 0 7.5px 65px;
  margin: 0px 0 18px;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item .textarea__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item .textarea::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  position: absolute;
  text-align: center;
  width: 49px;
  height: 49px;
  left: 0;
  top: -7.5px;
  background-color: #141853;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: normal;
  color: #FFFFFF;
}
#recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .gradient-entry-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -37px 0 0;
}

@media screen and (max-width: 850px) {
  #recruitment-body {
    position: relative;
    margin: 0 auto -43px;
  }
  #recruitment-body .triangle-contents {
    display: none;
    margin: 124px 0 0;
    height: 2000px;
  }
  #recruitment-body .triangle-contents .right1 {
    top: 87px;
    left: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  #recruitment-body .triangle-contents .left1 {
    bottom: -143px;
    left: auto;
    right: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #recruitment-body .main-content {
    width: 100%;
    position: relative;
    z-index: 5;
    top: 39px;
    padding: 0 6.6% 128px;
  }
  #recruitment-body .main-content__inner {
    max-width: 960px;
    width: 100%;
    position: relative;
    top: 10px;
    margin: 0 auto;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .section-title h3 {
    line-height: 10px;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .section-title span {
    line-height: 10px;
    margin: 25px 0 0;
    padding: 0;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .section-text {
    margin: 25px 0 34px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
    line-height: 1.8;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail {
    width: 100%;
    padding: 0 0 0 3px;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail__textarea--label {
    margin: 50px 0 -24px;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.4;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail__textarea--list {
    margin: 32px 0 -17px;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail__textarea--list li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail__textarea--list li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 17px;
    width: 8px;
    height: 8px;
    background-color: #0a1a4f;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-detail__textarea--text {
    margin: 34px 0 0px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-image {
    width: 100%;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .work .work-image img {
    max-width: 480px;
    width: 100%;
    height: auto;
    aspect-ratio: 480/406;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list {
    margin: 52px 0 0px;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list__title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.1666666667;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper {
    padding: 0;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info {
    max-width: 772px;
    width: 100%;
    margin: 0 auto;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info__block {
    width: 100%;
    padding: 2px 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-bottom: 2px solid #141853;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info__block dt {
    width: 100%;
    margin: 16.5px 0 11.5px;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info__block .dd-content {
    padding: 0;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info__block .dd-content dd {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.75;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #141853;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info__block .dd-content .margin1 {
    margin: 9px 0 -6px;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info__block .padding1 {
    padding: 0 0 0 0;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .recruitment-list .recruit-info-warpper .recruit-info .padding2 {
    padding: 4px 0 17px 0px;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list {
    counter-reset: item;
    list-style: disc;
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__title {
    text-align: center;
    margin: 55px 0 37px;
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    width: 100%;
    margin: 0 0 32px;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item--image {
    max-width: 140px;
    width: 100%;
    height: auto;
    aspect-ratio: 140/140;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #DFE0E6;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item--image .img1 {
    width: 50px;
    height: 119px;
    margin: 20px 0 0px;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item--image .img2 {
    width: 103px;
    height: 59px;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item--image .img3 {
    width: 101px;
    height: 82px;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item .textarea {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item .textarea__title {
    border-bottom: 2px solid #141853;
    padding: 12.5px 0 7.1px 65px;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item .textarea__text {
    margin: -2px 0 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .number-list__item .textarea::before {
    counter-increment: item;
    content: counter(item, decimal-leading-zero);
    position: absolute;
    text-align: center;
    width: 49px;
    height: 49px;
    left: 0;
    top: -7.5px;
    background-color: #141853;
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: normal;
    color: #FFFFFF;
  }
  #recruitment-body .main-content__inner #page-recruitment .page-recruitment__inner .gradient-entry-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 51px auto 13px;
  }
}
#privacy-body {
  position: relative;
}
#privacy-body .triangle-contents {
  margin: 457px 0 0;
  height: 3936px;
}
#privacy-body .triangle-contents .right1 {
  top: 0;
  right: 0;
  width: 65vw;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#privacy-body .triangle-contents .left1 {
  top: 520px;
  left: 0;
  width: 65vw;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#privacy-body .triangle-contents .right2 {
  bottom: 1952px;
  right: 0;
  width: 65vw;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#privacy-body .triangle-contents .left2 {
  bottom: 1330px;
  left: 0;
  width: 65vw;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#privacy-body .triangle-contents .right3 {
  bottom: 718px;
  right: 0;
  width: 65vw;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#privacy-body .main-content {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: -418px;
}
#privacy-body .main-content__inner {
  padding: 0 6.5%;
  width: 100%;
  position: relative;
  top: 0;
  margin: 0 auto;
}
#privacy-body .main-content__inner #page-privacy .page-privacy__inner .section-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-text {
  margin: 0 auto 58.5px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner .privacy-content__title {
  padding: 0 0 5px;
  border-bottom: 2px solid #141853;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1.6;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #141853;
}
#privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner .privacy-content__textarea {
  padding: 15px 0px 39.5px 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner .privacy-content__address {
  padding: 15px 5px 0 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner .privacy-content address {
  margin: 0 0 6px;
}
#privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list .slanted-svg-button {
  margin: 30px auto 60px;
}

@media screen and (max-width: 1050px) {
  #privacy-body {
    position: relative;
  }
  #privacy-body .triangle-contents {
    display: none;
  }
  #privacy-body .main-content {
    width: 100%;
    position: relative;
    z-index: 5;
    top: 0;
  }
  #privacy-body .main-content__inner {
    padding: 0 6.5% 83px;
    width: 100%;
    position: relative;
    top: 48px;
    margin: 0 auto;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .section-title h3 {
    line-height: 10px;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .section-title span {
    line-height: 10px;
    margin: 29px 0 0;
    padding: 0;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-text {
    margin: 21px auto 38.5px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
    line-height: 1.85;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner .privacy-content__title {
    padding: 0 0 5px 2px;
    border-bottom: 2px solid #141853;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.6;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #141853;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner .privacy-content .block3 {
    padding: 0 0 12px;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner .privacy-content .block9 {
    padding: 0 0 12px;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner .privacy-content__textarea {
    padding: 15px 2px 39.8px 2px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner .privacy-content .block5 {
    padding: 15px 2px 8px 2px;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner .privacy-content__address {
    padding: 15px 5px 0 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list__inner .privacy-content address {
    margin: 8px 0 15px;
  }
  #privacy-body .main-content__inner #page-privacy .page-privacy__inner .privacy-list .slanted-svg-button {
    margin: 83px auto 7px;
  }
}
#archive-news {
  margin: 29px auto 0;
  padding: 0 4% 123px;
}
#archive-news .archive-news__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#archive-news .archive-news__inner .section-title {
  margin: 0 0 6px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#archive-news .archive-news__inner .section-title__ja {
  margin: 2px 0px 0 14px;
}
#archive-news .archive-news__inner .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
#archive-news .archive-news__inner .news-content .news-block {
  max-width: 700px;
  width: 100%;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  text-decoration: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card:hover {
  opacity: 1;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card:hover .textarea__arrow-content {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: #141853;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card:hover .textarea__arrow-content .arrow {
  position: absolute;
  width: 13px;
  height: 1.2px;
  top: 14px;
  right: 10px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: #FFFFFF;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card:hover .textarea__arrow-content .arrow::before, #archive-news .archive-news__inner .news-content .news-block .news-list .news-card:hover .textarea__arrow-content .arrow::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1.2px;
  background-color: #FFFFFF;
  right: 0;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 11px;
  margin: 1px auto 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 2px solid #707070;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea {
  width: 100%;
  position: relative;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__news-date {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7857142857;
  font-family: "Noto Sans JP";
  font-weight: 600;
  color: #141853;
  display: block;
  padding: 0;
  margin: 0px 0 13px;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__news-title {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
  margin: 0px 0 21px;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__news-paragraph {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__arrow-content {
  position: relative;
  position: absolute;
  bottom: 3px;
  right: 11px;
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #141853;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__arrow-content .arrow {
  position: absolute;
  width: 13px;
  height: 1.2px;
  top: 14px;
  right: 10px;
  background-color: #141853;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__arrow-content .arrow::before, #archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__arrow-content .arrow::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1.2px;
  background-color: #141853;
  right: 0;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__arrow-content .arrow::before {
  top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
#archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__arrow-content .arrow::after {
  top: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
#archive-news .archive-news__inner .news-content .news-block .pagination-area {
  margin: 46px 0 0px auto;
}
#archive-news .archive-news__inner .news-content .news-block .pagination-area .pagination {
  display: block; /* ✅ flex内に入らないようにblock指定 */
  width: 100%; /* 横幅を最大に */
  text-align: center; /* 中央揃え */
  margin: 0 auto;
}
#archive-news .archive-news__inner .news-content .news-block .pagination-area .pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
}
#archive-news .archive-news__inner .news-content .news-block .pagination-area .pagination__inner a, #archive-news .archive-news__inner .news-content .news-block .pagination-area .pagination__inner span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* ボタンの大きさ */
  height: 28px;
  text-decoration: none;
  padding: 0px 8.7px 9px;
  margin: 0px 8.4px 0 0;
  background: #FFFFFF; /* 背景色 */
  border: 1px solid #141853; /* 枠線 */
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #141853;
}
#archive-news .archive-news__inner .news-content .news-block .pagination-area .pagination__inner a i, #archive-news .archive-news__inner .news-content .news-block .pagination-area .pagination__inner span i {
  font-size: 9px;
  margin: 15px 0px 0px 0px;
}
#archive-news .archive-news__inner .news-content .news-block .pagination-area .pagination__inner a:hover, #archive-news .archive-news__inner .news-content .news-block .pagination-area .pagination__inner span:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #141853;
  color: #FFFFFF;
}
#archive-news .archive-news__inner .news-content .news-block .pagination-area .pagination__inner a:hover i, #archive-news .archive-news__inner .news-content .news-block .pagination-area .pagination__inner span:hover i {
  color: #FFFFFF;
}
#archive-news .archive-news__inner .news-content .news-block .pagination-area .pagination__inner .current {
  color: #141853;
  border: 1px solid #141853;
  background: #DFE0E6;
  pointer-events: none;
}
#archive-news .archive-news__inner .news-content .news-block .slanted-svg-button {
  margin: 38px 83px -10px auto;
}
#archive-news .archive-news__inner .archive-sidebar {
  width: 200px;
}
#archive-news .archive-news__inner .archive-sidebar h3 {
  padding: 6px 0 9px 0px;
  margin: 0px 0 14px;
  border-bottom: 2px solid #141853;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1.05;
  font-family: "Puritan";
  font-weight: 500;
  color: #141853;
}
#archive-news .archive-news__inner .archive-sidebar .archive-list li a {
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#archive-news .archive-news__inner .archive-sidebar .archive-list li a:hover {
  opacity: 1;
  font-weight: bold;
  position: relative;
  background: linear-gradient(132deg, #215F9D -19%, #FFFFFF 124%);
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  color: #FFFFFF;
}
#archive-news .archive-news__inner .archive-sidebar .archive-list li a.is-current {
  font-weight: bold;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#001a4d), to(#005a9c));
  background: linear-gradient(90deg, #001a4d 0%, #005a9c 100%);
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  color: #FFFFFF;
}

@media screen and (max-width: 700px) {
  #archive-news {
    margin: 52px auto 0;
    padding: 0px 6.5% 123px;
  }
  #archive-news .archive-news__inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  #archive-news .archive-news__inner .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #archive-news .archive-news__inner .section-title h3 {
    line-height: 10px;
  }
  #archive-news .archive-news__inner .section-title span {
    line-height: 10px;
    margin: 24px 0 23px;
    padding: 0;
  }
  #archive-news .archive-news__inner .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  #archive-news .archive-news__inner .news-content .news-block {
    max-width: 700px;
    width: 100%;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card {
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    text-decoration: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card:hover {
    opacity: 1;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card:hover .textarea__arrow-content {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background-color: #141853;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card:hover .textarea__arrow-content .arrow {
    position: absolute;
    width: 13px;
    height: 1.2px;
    top: 14px;
    right: 10px;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background-color: #FFFFFF;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card:hover .textarea__arrow-content .arrow::before, #archive-news .archive-news__inner .news-content .news-block .news-list .news-card:hover .textarea__arrow-content .arrow::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 1.2px;
    background-color: #FFFFFF;
    right: 0;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 50.7px;
    margin: 0 auto 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 2px solid #707070;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea {
    width: 100%;
    position: relative;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__news-date {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.9285714286;
    font-family: "Noto Sans JP";
    font-weight: 600;
    color: #141853;
    display: block;
    padding: 0;
    margin: 0px 0 10px;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__news-title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
    margin: 0px 0 15px;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__news-paragraph {
    padding: 0 0 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__arrow-content {
    position: relative;
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #141853;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__arrow-content .arrow {
    position: absolute;
    width: 13px;
    height: 1.2px;
    top: 14px;
    right: 10px;
    background-color: #141853;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__arrow-content .arrow::before, #archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__arrow-content .arrow::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 1.2px;
    background-color: #141853;
    right: 0;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__arrow-content .arrow::before {
    top: 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #archive-news .archive-news__inner .news-content .news-block .news-list .news-card__inner .textarea__arrow-content .arrow::after {
    top: 0px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #archive-news .archive-news__inner .news-content .news-block .pagination-area {
    margin: 35px auto -4px;
  }
  #archive-news .archive-news__inner .news-content .news-block .pagination-area .pagination__inner {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #archive-news .archive-news__inner .news-content .news-block .slanted-svg-button {
    margin: 50px auto -81px;
  }
  #archive-news .archive-news__inner .archive-sidebar {
    width: 100%;
  }
  #archive-news .archive-news__inner .archive-sidebar h3 {
    padding: 0 0 0;
    margin: 0 0 6px;
    border-bottom: 2px solid #141853;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.05;
    font-family: "Puritan";
    font-weight: 500;
    color: #141853;
  }
  #archive-news .archive-news__inner .archive-sidebar .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 13px 0 -6px;
  }
  #archive-news .archive-news__inner .archive-sidebar .archive-list li a {
    padding: 0 10px 0 0px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
  }
  #archive-news .archive-news__inner .archive-sidebar .archive-list li a:hover {
    opacity: 1;
    font-weight: bold;
    position: relative;
    background: linear-gradient(132deg, #215F9D -19%, #FFFFFF 124%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    color: #FFFFFF;
  }
  #archive-news .archive-news__inner .archive-sidebar .archive-list li a.is-current {
    font-weight: bold;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#001a4d), to(#005a9c));
    background: linear-gradient(90deg, #001a4d 0%, #005a9c 100%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    color: #FFFFFF;
  }
}
#single-news {
  padding: 0 6.4%;
  margin: 29px 0 0;
}
#single-news .single-news__inner {
  max-width: 962px;
  width: 100%;
  margin: 0 auto;
}
#single-news .single-news__inner .section-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#single-news .single-news__inner .section-title__ja {
  margin: 2px 0px 0 14px;
}
#single-news .single-news__inner .news-post {
  background-color: #FFFFFF;
}
#single-news .single-news__inner .news-post__news-title {
  margin: 10px 0 21px;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#single-news .single-news__inner .news-post__news-date {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7857142857;
  font-family: "Noto Sans JP";
  font-weight: 600;
  color: #141853;
}
#single-news .single-news__inner .news-post__news-textarea {
  margin: 6px 0 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}

.sns-share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 81px;
  gap: 8px;
}
.sns-share-buttons img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.slanted-svg-button {
  margin: 0px auto 114px;
}

@media (max-width: 500px) {
  #single-news {
    padding: 0 6.4%;
    margin: 47px 0 0px;
  }
  #single-news .single-news__inner {
    max-width: 962px;
    width: 100%;
    margin: 0 auto;
  }
  #single-news .single-news__inner .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #single-news .single-news__inner .section-title h3 {
    line-height: 10px;
  }
  #single-news .single-news__inner .section-title span {
    line-height: 10px;
    margin: 29px 0 22px;
    padding: 0;
  }
  #single-news .single-news__inner .news-post {
    background-color: #FFFFFF;
  }
  #single-news .single-news__inner .news-post__news-title {
    margin: 10px 0 21px;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.4583333333;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
  }
  #single-news .single-news__inner .news-post__news-date {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.7857142857;
    font-family: "Noto Sans JP";
    font-weight: 600;
    color: #141853;
  }
  #single-news .single-news__inner .news-post__news-textarea {
    margin: 13px 0 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  .sns-share-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 32px 0 60px;
    gap: 5px;
  }
  .sns-share-buttons img {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .slanted-svg-button {
    margin: 0px auto 39px;
  }
}
.wpcf7-not-valid-tip {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
  color: #dc3232;
  display: block;
  margin: 5px 0 -30px;
}

#contact-form-section {
  margin: 32px auto 70px;
  height: auto;
}
#contact-form-section .contact-form-section__inner .contact-top {
  padding: 0 6.4%;
}
#contact-form-section .contact-form-section__inner .contact-top .section-title, #contact-form-section .contact-form-section__inner .contact-top__text {
  max-width: 963px;
  width: 100%;
  margin: 15px auto 0px;
}
#contact-form-section .contact-form-section__inner .contact-top__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
  margin: 9px auto -10px;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper {
  background-color: #F6F7F7;
  padding: 55px 6.4%;
  margin: 50px 0 101px;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form {
  max-width: 836px;
  width: 100%;
  margin: 0 auto;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0 42.5px;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .label-content {
  width: 29.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .label-content label {
  position: relative;
  margin: 0 0 0 71px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .label-content .required {
  position: absolute;
  width: 47px;
  height: 24px;
  text-align: center;
  padding: 0;
  margin: 0 0px 0 14px;
  background-color: #141853;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #FFFFFF;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .input-content .inquiry-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: -1px 0 0px -3px;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .input-content .inquiry-checkbox .wpcf7-list-item {
  margin: 6px 0px 0px -1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .input-content .inquiry-checkbox .wpcf7-list-item label {
  cursor: pointer;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .inquiry-details {
  max-width: 582px;
  width: 100%;
  height: 244px;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 51px 0 -6px;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .tel-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: -20px 0 55px;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .tel-input .input-content {
  max-width: 310px;
  width: 100%;
  height: 48px;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree {
  width: 63%;
  margin: 37px auto 49px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label .agree-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label .agree-flex a {
  color: #3B4EAB;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label .agree-flex a:hover {
  color: #ee7a21;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label .agree-flex input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin: 0px 22px 0 0;
  width: 28px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label .agree-flex .agree-label-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-word;
  font-size: 16px;
  letter-spacing: F-letter-spacing-10/16em;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label .required {
  display: block;
  width: 42px;
  height: 20px;
  text-align: center;
  padding: 4px 0;
  margin: 0 0 0 4px;
  font-size: 12px;
  letter-spacing: F-letter-spacing-10/12em;
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree #agree-error {
  margin: 8px 0 -31px 54px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=text],
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=email],
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=tel],
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=date] {
  max-width: 374px;
  width: 100%;
  height: 48px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #000000;
  font-size: 16px;
  background: #FFFFFF;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=text]:focus,
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=email]:focus,
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=tel]:focus,
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=date]:focus {
  border-color: #141853;
  background: #fff;
  outline: none;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form textarea {
  width: 582px;
  height: 244px;
  padding: 12px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 16px;
  background: #FFFFFF;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form textarea:focus {
  border-color: #141853;
  background: #fff;
  outline: none;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=radio],
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=checkbox] {
  -webkit-appearance: checkbox; /* Webkitブラウザ用 */
  -moz-appearance: checkbox; /* Mozillaブラウザ用 */
  appearance: checkbox; /* モダンブラウザ用 */
  margin-right: 18px;
  width: 22px;
  height: 22px;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=radio]:hover,
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=checkbox]:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 2px rgba(251, 103, 11, 0.4);
          box-shadow: 0 0 0 2px rgba(251, 103, 11, 0.4);
  border-radius: 2px;
}
#contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .btn-wrapper {
  margin: 0 auto 0 72px;
  text-align: center;
}

@media (max-width: 900px) {
  #contact-form-section {
    margin: 49px auto -26px;
    height: auto;
  }
  #contact-form-section .contact-form-section__inner .contact-top {
    padding: 0 6.4%;
  }
  #contact-form-section .contact-form-section__inner .contact-top .section-title, #contact-form-section .contact-form-section__inner .contact-top__text {
    max-width: 963px;
    width: 100%;
    margin: 15px auto 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 27px;
  }
  #contact-form-section .contact-form-section__inner .contact-top .section-title h3, #contact-form-section .contact-form-section__inner .contact-top__text h3 {
    line-height: 10px;
  }
  #contact-form-section .contact-form-section__inner .contact-top .section-title span, #contact-form-section .contact-form-section__inner .contact-top__text span {
    line-height: 10px;
    margin: 29px 0 24px;
    padding: 0;
  }
  #contact-form-section .contact-form-section__inner .contact-top__text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
    margin: -5px auto -8px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper {
    background-color: #F6F7F7;
    padding: 40px 6.4% 10px;
    margin: 30px 0 79px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list {
    width: 100%;
    display: block;
    margin: 0px 0 35px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .label-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 16px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .label-content label {
    position: initial;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .label-content .required {
    position: initial;
    width: 47px;
    height: 24px;
    text-align: center;
    padding: 0;
    margin: 0 10px 0 0;
    background-color: #141853;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7142857143;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #FFFFFF;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .input-content .inquiry-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .input-content .inquiry-checkbox .wpcf7-list-item {
    margin: 6px 0px 0px -1px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #000000;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list .inquiry-details {
    max-width: 582px;
    width: 100%;
    height: 244px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 20px 0 29px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .tel-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -20px 0 55px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .tel-input .label-content {
    margin: 15px 0 -6px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .tel-input .input-content {
    max-width: 310px;
    width: 100%;
    height: 48px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree {
    width: 100%;
    margin: -1px auto 29px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    margin-right: 4px;
    width: 20px;
    height: 20px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label .agree-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label .agree-flex a {
    color: #3B4EAB;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label .agree-flex a:hover {
    color: #ee7a21;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label .agree-flex input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    margin: 0 12px 0 0;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree label .agree-flex .agree-label-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    word-break: break-word;
    font-size: 16px;
    letter-spacing: F-letter-spacing-10/16em;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .form-list.agree .input-agree #agree-error {
    margin: -1px 0 -27px 51px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=text],
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=email],
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=tel],
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=date] {
    max-width: 100%;
    width: 100%;
    padding: 12px;
    border: 1px solid #000000;
    font-size: 16px;
    background: #FFFFFF;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=text]:focus,
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=email]:focus,
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=tel]:focus,
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=date]:focus {
    border-color: #141853;
    background: #fff;
    outline: none;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form textarea {
    width: 100%;
    height: 244px;
    padding: 12px;
    border: 1px solid #000000;
    border-radius: 4px;
    font-size: 16px;
    background: #FFFFFF;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form textarea:focus {
    border-color: #141853;
    background: #fff;
    outline: none;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=radio],
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    margin: 3px 17px 0 6px;
    width: 20px;
    height: 20px;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .btn-wrapper {
    margin: -1px auto -21px;
    text-align: center;
  }
  #contact-form-section .contact-form-section__inner .contact-form-wrapper .wpcf7 .wpcf7-form .btn-wrapper .gradient-entry-button {
    max-width: 100%;
    margin: 0 auto;
  }
}
.contact-form-confirm-wrapper {
  margin: 20px auto 120px;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form {
  max-width: 1080px;
  width: 100%;
  margin: 124px auto 0px;
  padding: 64.9px 9.3% 63px 9.6%;
  background: #FFFFFF;
  border-radius: 40px;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list {
  width: 99.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0 13.4px;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .label-content {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .label-content label {
  font-size: 16px;
  letter-spacing: F-letter-spacing-10/16em;
  line-height: 1.5;
  font-weight: 400;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .label-content .required {
  width: 42px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
  padding: 4px 0;
  margin: 0 0 0 12px;
  font-size: 12px;
  letter-spacing: F-letter-spacing-10/12em;
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .label-content .optional {
  width: 42px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
  padding: 4px 0;
  margin: 0 0 0 12px;
  background-color: #000000;
  font-size: 12px;
  letter-spacing: F-letter-spacing-10/12em;
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .input-content {
  width: 468px;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .input-content.address {
  margin: 0px 0 0;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .input-content.address .input-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 9.4px 0 4.8px;
  gap: 54px;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .input-content.address .input-address label {
  width: 107px;
  font-size: 16px;
  letter-spacing: F-letter-spacing-10/16em;
  line-height: 1;
  font-weight: 400;
  color: #000000;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .input-content.address .input-address input {
  width: 308px;
  height: 40px;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .inquiry-details textarea {
  height: 200px;
  resize: vertical;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=text],
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=email],
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=tel],
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=date],
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 16px;
  background: #FFFFFF;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=text]:focus,
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=email]:focus,
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=tel]:focus,
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=date]:focus,
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form textarea:focus {
  background: #fff;
  outline: none;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form textarea {
  height: 100px;
  resize: vertical;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=radio],
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .btn-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .btn-wrapper .btn {
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin: 40px auto;
  text-align: center;
  font-size: 18px;
  letter-spacing: F-letter-spacing-10/18em;
  line-height: 1;
  font-weight: 400;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .btn-wrapper .btn:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  opacity: 1;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .btn-wrapper::after {
  content: ">"; /* シンプルな矢印 */
  font-size: 1.3em;
  font-weight: bold;
  position: absolute;
  right: 23px;
  top: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-form-confirm-wrapper .wpcf7 .wpcf7-form .btn-wrapper:hover::after {
  color: #FFFFFF;
}
.contact-form-confirm-wrapper .wpcf7 .other-textarea {
  background: #f5f5f5;
  border: 1px solid #ddd;
  cursor: not-allowed;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.contact-form-confirm-wrapper .wpcf7 .other-textarea:not([disabled]) {
  background: #fff;
  cursor: text;
  border-color: #f39c12;
}

@media (max-width: 900px) {
  .contact-form-confirm-wrapper {
    margin: 20px auto 120px;
    padding: 0 4%;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form {
    max-width: 1080px;
    width: 100%;
    margin: 57px auto 0px;
    padding: 50.9px 4%;
    background: #FFFFFF;
    border-radius: 30px;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0px 0 13.4px;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .label-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 0 12px;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .label-content label {
    font-size: 16px;
    letter-spacing: F-letter-spacing-10/16em;
    line-height: 1.5;
    font-weight: 400;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .label-content .required {
    width: 42px;
    height: 20px;
    border-radius: 4px;
    text-align: center;
    padding: 4px 0;
    margin: 0 0 0 12px;
    font-size: 12px;
    letter-spacing: F-letter-spacing-10/12em;
    line-height: 1;
    font-weight: 400;
    color: #FFFFFF;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .label-content .optional {
    width: 42px;
    height: 20px;
    border-radius: 4px;
    text-align: center;
    padding: 4px 0;
    margin: 0 0 0 12px;
    background-color: #000000;
    font-size: 12px;
    letter-spacing: F-letter-spacing-10/12em;
    line-height: 1;
    font-weight: 400;
    color: #FFFFFF;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .input-content {
    width: 100%;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .input-content.address {
    margin: 0px 0 0;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .input-content.address .input-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 8px 0 7px 0;
    gap: 10.6px;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .input-content.address .input-address label {
    width: 107px;
    font-size: 16px;
    letter-spacing: F-letter-spacing-10/16em;
    line-height: 1;
    font-weight: 400;
    color: #000000;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .input-content.address .input-address input {
    width: 308px;
    height: 40px;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .form-list .inquiry-details textarea {
    height: 200px;
    resize: vertical;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .sp-mail {
    margin: 19px 0 18px;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=text],
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=email],
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=tel],
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=date],
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #000000;
    border-radius: 4px;
    font-size: 16px;
    background: #FFFFFF;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=text]:focus,
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=email]:focus,
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=tel]:focus,
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=date]:focus,
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form textarea:focus {
    background: #fff;
    outline: none;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form textarea {
    height: 100px;
    resize: vertical;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=radio],
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    margin-right: 4px;
    width: 16px;
    height: 16px;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .btn-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .btn-wrapper .btn {
    max-width: 300px;
    width: 100%;
    height: 60px;
    margin: 40px auto;
    text-align: center;
    font-size: 18px;
    letter-spacing: F-letter-spacing-10/18em;
    line-height: 1;
    font-weight: 400;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .btn-wrapper .btn:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 1;
    -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .btn-wrapper::after {
    content: ">"; /* シンプルな矢印 */
    font-size: 1.3em;
    font-weight: bold;
    position: absolute;
    right: 23px;
    top: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact-form-confirm-wrapper .wpcf7 .wpcf7-form .btn-wrapper:hover::after {
    color: #FFFFFF;
  }
  .contact-form-confirm-wrapper .wpcf7 .other-textarea {
    background: #f5f5f5;
    border: 1px solid #ddd;
    cursor: not-allowed;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .contact-form-confirm-wrapper .wpcf7 .other-textarea:not([disabled]) {
    background: #fff;
    cursor: text;
    border-color: #f39c12;
  }
}
#thanks {
  padding: 0 6.4%;
}
#thanks .thanks__inner {
  margin: 32px auto 70px;
  height: auto;
  max-width: 962px;
  width: 100%;
}
#thanks .thanks__inner .section-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#thanks .thanks__inner .section-title__ja {
  margin: 2px 0px 0 13px;
}
#thanks .thanks__inner h4 {
  margin: 7px 0px 15px;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#thanks .thanks__inner p {
  margin: 0px 0 43px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #000000;
}
#thanks .thanks__inner .slanted-svg-button {
  margin: 0px 371px 114px auto;
}

@media screen and (max-width: 700px) {
  #thanks {
    padding: 0 6.4%;
  }
  #thanks .thanks__inner {
    margin: 32px auto 70px;
    height: auto;
    max-width: 962px;
    width: 100%;
  }
  #thanks .thanks__inner h4 {
    margin: 18px 0px 15px;
    font-size: 24px;
    letter-spacing: 0.0666666667em;
    line-height: 1.3333333333;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
  }
  #thanks .thanks__inner p {
    margin: 0px 0 34px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #000000;
  }
  #thanks .thanks__inner .slanted-svg-button {
    margin: 0px auto;
  }
}/*# sourceMappingURL=style.css.map */