#content {
  overflow-x: hidden;
  position: relative;
}
#content .contentBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/img/top/main_bg01.png") no-repeat center top;
  background-size: cover;
  transition: filter 0.5s ease;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #content .contentBg {
    background-image: url("/assets/img/top/main_bg01_s.png");
  }
}
#content .contentBg.is_move {
  filter: blur(7px);
  transform: scale(1.05);
}
#content .mainVisual {
  padding-top: 1px;
}
#content .c01 {
  color: var(--dark_green_primary);
}
#content #statement {
  padding: 1px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content #statement {
    overflow: hidden;
  }
}
#content #statement .mainArea {
  margin: auto;
  padding: 1px 0;
  width: min(100vw, 1200px);
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content #statement .mainArea {
    width: auto;
  }
}
#content #statement .mainArea h1 {
  margin: 0;
  width: 49%;
  height: 52%;
  max-width: 714px;
  max-height: 426px;
  position: fixed;
  top: 36%;
  z-index: 13;
  transition: top 0.4s ease, opacity 0.4s ease;
}
@media only screen and (max-width: 767px) {
  #content #statement .mainArea h1 {
    height: 50px;
    width: 81%;
    top: 63%;
    left: 9.5%;
    max-width: initial;
    max-width: auto;
    max-height: initial;
    max-height: auto;
    transition: top 0s ease, opacity 0.4s ease;
  }
}
#content #statement .mainArea h1 img {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 714/426;
  transition: all 0.5s ease-out;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #content #statement .mainArea h1 img {
    transition: opacity 0s ease-out;
  }
}
* #content #statement .mainArea h1 img.is_move {
  max-width: 579px;
}
@media only screen and (max-width: 767px) {
  * #content #statement .mainArea h1 img.is_move {
    width: 81.282vw;
  }
}
#content #statement .mainArea .hexPc {
  display: block;
  width: min(86.75vw, 1041px);
  height: min(58.5vw, 702px);
  position: fixed;
  top: min(5.333vw, 64px);
  left: 50%;
  transform: translateX(max(-28.667vw, -344px));
  transition: all 0.3s ease-out;
  z-index: 10;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #content #statement .mainArea .hexPc {
    display: none;
  }
}
#content #statement .mainArea .hexPc.is_move {
  width: min(83vw, 996px);
  opacity: 0.5;
}
#content #statement .mainArea .hexPc svg {
  overflow: visible;
  max-width: 100%;
}
#content #statement .mainArea .hexSp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #content #statement .mainArea .hexSp {
    display: block;
    width: 100%;
    height: 46%;
    position: fixed;
    top: 14%;
    left: 3%;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 4;
  }
}
#content #statement .mainArea .hexSp.is_move {
  width: 104.872vw;
  opacity: 0.5;
}
#content #statement .mainArea .hexSp svg {
  overflow: visible;
  display: block;
  margin: auto;
  width: auto;
  position: relative;
  left: 0;
  height: 100%;
  max-width: 100%;
}
#content #statement .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(3.333vw, 40px);
  margin: min(20.333vw, 244px) auto 0;
  padding: 0;
  width: min(105.667vw, 1268px);
  height: 400vh;
}
@media only screen and (max-width: 767px) {
  #content #statement .col {
    display: block;
    margin-bottom: 46.154vw;
    width: auto;
    height: 100vh;
  }
}
#content #statement .col .imgArea {
  width: min(46.694vw, 579px);
}
@media only screen and (max-width: 767px) {
  #content #statement .col .imgArea {
    width: auto;
  }
}
#content #statement .col .textArea {
  width: min(47.555vw, 603px);
  position: fixed;
  top: 21%;
  right: 0;
  z-index: 10;
  opacity: 0;
  font-family: YakuHanJP, var(--family-jp);
}
@media only screen and (max-width: 767px) {
  #content #statement .col .textArea {
    padding: 0 6.154vw;
    top: 76.923vw;
    width: auto;
  }
}
#content #statement .col .textArea h2 {
  margin: 0 0 min(2.917vw, 35px);
  font-size: min(2.25vw, 27px);
  font-weight: 500;
  letter-spacing: min(0.225vw, 2.7px);
}
@media only screen and (max-width: 767px) {
  #content #statement .col .textArea h2 {
    margin: 0 0 7.692vw;
    font-size: 6.41vw;
  }
}
#content #statement .col .textArea p {
  margin-bottom: min(1.25vw, 15px);
  font-size: min(1.38vw, 17.5px);
  letter-spacing: min(0.15vw, 1.8px);
  word-wrap: normal;
}
@media only screen and (max-width: 767px) {
  #content #statement .col .textArea p {
    margin-bottom: 5.128vw;
    font-size: 4.103vw;
  }
}
#content #business {
  margin-top: min(13.083vw, 157px);
}
@media only screen and (max-width: 767px) {
  #content #business {
    margin-top: 16.41vw;
  }
}
#content #business h2 {
  margin: 0 0 min(0.667vw, 8px);
  font-size: min(6vw, 72px);
  font-family: var(--family-en);
  font-weight: var(--weight-bold);
  color: var(--gray_primary);
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #content #business h2 {
    margin: 0 0 4.103vw;
    font-size: 14.872vw;
  }
}
#content #business .c-headlineDot {
  display: block;
  margin: min(1.333vw, 16px) 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content #business .c-headlineDot {
    margin-bottom: 7.692vw;
    text-align: center;
    font-size: 4.103vw;
  }
}
@media only screen and (max-width: 767px) {
  #content #business .c-headlineDot::before {
    margin-right: 3.077vw;
    width: 2.564vw;
    height: 3.077vw;
    background-size: 2.564vw auto;
  }
}
#content #business .c-titleJp {
  margin-bottom: min(1.667vw, 20px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content #business .c-titleJp {
    margin-bottom: 7.692vw;
  }
}
#content #business .catch {
  margin-bottom: min(5vw, 60px);
  text-align: center;
  color: var(--gray_text);
  font-size: min(1.667vw, 20px);
  font-weight: var(--weight-bold);
}
@media only screen and (max-width: 767px) {
  #content #business .catch {
    margin-bottom: 8.974vw;
    font-size: 4.103vw;
  }
}
#content #business .col01 {
  display: flex;
  gap: min(1.667vw, 20px);
}
@media only screen and (max-width: 767px) {
  #content #business .col01 {
    flex-direction: column;
    gap: 7.692vw;
  }
}
#content #business .col01 p {
  flex: 1;
  font-size: min(1.25vw, 15px);
}
@media only screen and (max-width: 767px) {
  #content #business .col01 p {
    font-size: 3.59vw;
  }
}
#content #business .col01 p a {
  color: var(--dark_blue_header);
}
#content #business .col01 p a:hover {
  text-decoration: none;
}
#content #business .btn li {
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content #business .btn li a {
    margin: auto;
  }
}
#content #business .businessList {
  display: flex;
  justify-content: space-between;
  margin: min(5.333vw, 64px) 0 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #content #business .businessList {
    flex-direction: column;
    gap: 2.051vw;
    margin: 13.846vw 0 0;
  }
}
#content #business .businessList li {
  width: 33%;
  list-style-type: none;
  aspect-ratio: 476/500;
}
@media only screen and (max-width: 767px) {
  #content #business .businessList li {
    width: auto;
    aspect-ratio: 390/340;
  }
}
#content #business .businessList li a {
  display: block;
  padding: min(3.333vw, 40px);
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  #content #business .businessList li a {
    flex: 1;
    padding: 11.795vw 6.154vw;
  }
}
#content #business .businessList li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 101%;
  transition: background-size 0.3s ease, filter 0.3s ease;
}
@media only screen and (max-width: 767px) {
  #content #business .businessList li a::before {
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 768px) {
  #content #business .businessList li a:hover::before {
    filter: brightness(1.5);
    background-size: auto 105%;
  }
}
#content #business .businessList li:first-child a::before {
  background-image: url("/assets/img/top/business_img01.jpg");
}
@media only screen and (max-width: 767px) {
  #content #business .businessList li:first-child a::before {
    background-image: url("/assets/img/top/business_img01_s.jpg");
  }
}
#content #business .businessList li:nth-child(2) a::before {
  background-image: url("/assets/img/top/business_img02.jpg");
}
@media only screen and (max-width: 767px) {
  #content #business .businessList li:nth-child(2) a::before {
    background-image: url("/assets/img/top/business_img02_s.jpg");
  }
}
#content #business .businessList li:nth-child(3) a::before {
  background-image: url("/assets/img/top/business_img03.jpg");
}
@media only screen and (max-width: 767px) {
  #content #business .businessList li:nth-child(3) a::before {
    background-image: url("/assets/img/top/business_img03_s.jpg");
  }
}
#content #business .businessList li h3 {
  margin: 0 0 0 max(-0.333vw, -4px);
  font-size: min(2.5vw, 30px);
  font-weight: 500;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  #content #business .businessList li h3 {
    margin-left: -0.513vw;
    font-size: 7.692vw;
  }
}
#content #business .businessList li .more {
  display: inline-block;
  margin: 0;
  font-family: var(--family-en);
}
#content #business .businessList li .more span {
  transition: color 0.3s ease, background-image 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  #content #business .businessList li:hover h3, #content #business .businessList li:hover .more span {
    color: var(--dark_green_primary);
  }
}
@media print, screen and (min-width: 768px) {
  #content #business .businessList li:hover .more span::after {
    background-image: url("/assets/img/common/icon/icon-arrow-line_dark_green_primary.png");
  }
}
#content #business .businessList li .text {
  padding-right: min(3.333vw, 40px);
  width: auto;
  position: absolute;
  bottom: min(2.5vw, 30px);
  font-size: min(1.333vw, 16px);
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  #content #business .businessList li .text {
    padding-right: 6.154vw;
    bottom: 11.795vw;
    font-size: 4.103vw;
  }
}
#content #features {
  margin: 0 0 min(15.333vw, 184px);
  padding-top: min(8.667vw, 104px);
  background-color: var(--white);
}
@media only screen and (max-width: 767px) {
  #content #features {
    margin: 0 0 16.41vw;
    padding-top: 16.41vw;
  }
}
#content #features h2 {
  margin: 0 0 min(1.25vw, 15px);
  font-family: var(--family-en);
  font-size: min(6vw, 72px);
  color: var(--gray_primary);
  font-weight: var(--weight-bold);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #content #features h2 {
    margin: 0 0 4.103vw;
    font-size: 12.564vw;
  }
}
@media only screen and (max-width: 767px) {
  #content #features .c-headlineDot {
    display: block;
    margin-bottom: 7.692vw;
    font-size: 4.103vw;
  }
}
@media only screen and (max-width: 767px) {
  #content #features .c-headlineDot::before {
    margin-right: 3.077vw;
    width: 2.564vw;
    height: 3.077vw;
    background-size: 2.564vw auto;
  }
}
#content #features .catch {
  margin: min(1.667vw, 20px) 0 min(3.333vw, 40px);
  font-size: min(1.833vw, 22px);
  font-weight: var(--weight-bold);
}
@media only screen and (max-width: 767px) {
  #content #features .catch {
    margin: 7.692vw 0 10.256vw;
    font-size: 4.103vw;
  }
}
#content #features .featuresList {
  display: flex;
  justify-content: space-between;
  margin: 0 0 min(7.333vw, 88px);
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #content #features .featuresList {
    flex-wrap: wrap;
    gap: 4.103vw;
    margin: 0 1.026vw;
  }
}
#content #features .featuresList li {
  width: min(21.917vw, 263px);
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content #features .featuresList li {
    width: 41.795vw;
  }
}
#content #features .featuresList li img {
  width: 100%;
  height: auto;
}
#content #features .btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content #features .btn {
    margin-top: 9.487vw;
  }
}
#content #features .btn li {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  #content #features .btn li a {
    padding-left: min(0.833vw, 10px);
  }
}
#content #engineers {
  background-color: var(--dark_blue-gray);
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  #content #engineers {
    overflow: hidden;
  }
}
#content #engineers .inner {
  padding: min(5.333vw, 64px) 0 min(5.333vw, 64px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content #engineers .inner {
    padding: 12.564vw 0;
  }
}
#content #engineers h2 {
  margin: 0 0 min(1.417vw, 17px);
  font-family: var(--family-en);
  font-size: min(6vw, 72px);
  font-weight: var(--weight-bold);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #content #engineers h2 {
    margin-bottom: 3.846vw;
    font-size: 11.538vw;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  #content #engineers .c-headlineDot {
    display: block;
    margin-bottom: 7.692vw;
    font-size: 4.103vw;
  }
}
@media only screen and (max-width: 767px) {
  #content #engineers .c-headlineDot::before {
    margin-right: 3.077vw;
    width: 2.564vw;
    height: 3.077vw;
    background-size: 2.564vw auto;
  }
}
#content #engineers .c-titleJp {
  color: var(--white);
}
#content #engineers .c-titleJp::before {
  background-image: url("/assets/img/top/icon_shapes02.png");
}
#content #engineers .img {
  width: min(45.75vw, 549px);
  position: absolute;
  top: max(-6.583vw, -79px);
  right: 0;
}
@media only screen and (max-width: 767px) {
  #content #engineers .img {
    width: 105.128vw;
    position: relative;
    top: -15.641vw;
    right: auto;
    left: -7.692vw;
  }
}
#content #engineers .img img {
  width: 100%;
  height: auto;
}
#content #engineers .text {
  font-size: min(1.333vw, 16px);
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #content #engineers .text {
    font-size: 4.103vw;
  }
}
#content #engineers .catch {
  margin: min(2vw, 24px) 0 min(3.333vw, 40px);
  font-size: min(1.667vw, 20px);
  font-weight: var(--weight-bold);
}
@media only screen and (max-width: 767px) {
  #content #engineers .catch {
    margin: -5.128vw 0 6.154vw;
    font-size: 5.128vw;
  }
}
#content #engineers .btn {
  margin: min(2.917vw, 35px) 0 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #content #engineers .btn {
    margin: 10.256vw 0 0;
    text-align: center;
  }
}
#content #engineers .btn li {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  #content #engineers .btn li a {
    padding-left: min(0.833vw, 10px);
  }
}
#content #works {
  margin: min(15.333vw, 184px) 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content #works {
    overflow: hidden;
    margin-top: 12.564vw;
    padding-bottom: 3.846vw;
  }
}
#content #works .inner {
  position: relative;
}
#content #works .inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: max(-15.5vw, -186px);
  width: min(61.333vw, 736px);
  height: min(29.917vw, 359px);
  border-radius: min(1.333vw, 16px);
  background: url("/assets/img/top/works_img01.png") no-repeat center center #49729B;
  background-size: min(61.333vw, 736px) auto;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  #content #works .inner::after {
    top: 74.359vw;
    right: -6.154vw;
    width: 93.846vw;
    height: 46.667vw;
    border-radius: 2.051vw 0 0 2.051vw;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #content #works .inner {
    padding-right: 6.154vw;
  }
}
#content #works::before {
  content: "";
  display: block;
  position: absolute;
  top: min(4.417vw, 53px);
  bottom: 0;
  left: 0;
  width: calc(50% + min(35.167vw, 422px) / 2);
  height: min(32.25vw, 387px);
  background-color: var(--light_green_1);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #content #works::before {
    top: 8.974vw;
    width: 93.846vw;
    height: 96.667vw;
  }
}
#content #works h2 {
  margin: 0 0 min(0.667vw, 8px);
  font-family: var(--family-en);
  font-size: min(6vw, 72px);
  font-weight: var(--weight-bold);
  color: var(--dark_green_primary);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #content #works h2 {
    margin-bottom: 4.103vw;
    font-size: 15.385vw;
  }
}
#content #works .c-headlineDot {
  margin: 0;
  font-size: min(1.667vw, 20px);
}
@media only screen and (max-width: 767px) {
  #content #works .c-headlineDot {
    display: block;
    margin-bottom: 7.692vw;
    font-size: 4.103vw;
  }
}
@media only screen and (max-width: 767px) {
  #content #works .c-headlineDot::before {
    margin-right: 3.077vw;
    width: 2.564vw;
    height: 3.077vw;
    background-size: 2.564vw auto;
  }
}
#content #works .c-titleJp {
  margin: 0;
}
#content #works p {
  margin: min(3.333vw, 40px) 0 min(3.333vw, 40px);
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  #content #works p {
    margin: 7.692vw 0 66.667vw;
    font-size: 4.103vw;
  }
}
#content #works .btn {
  margin: 0;
}
#content #works .btn li {
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content #works .btn li a {
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  #content #works .btn li a {
    padding-left: min(0.833vw, 10px);
  }
}
#content #recruit {
  margin: min(19vw, 228px) 0 0;
}
@media only screen and (max-width: 767px) {
  #content #recruit {
    margin-top: 16.41vw;
  }
}
#content #news {
  margin: min(14vw, 168px) 0 0;
}
@media only screen and (max-width: 767px) {
  #content #news {
    margin: 16.41vw 0 0;
  }
}
#content #news .col {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  #content #news .col {
    display: block;
  }
}
#content #news .col .textArea hgroup {
  display: flex;
  align-items: baseline;
  gap: min(3.333vw, 40px);
}
@media only screen and (max-width: 767px) {
  #content #news .col .textArea hgroup {
    display: block;
  }
}
#content #news .col .textArea hgroup h2 {
  margin: 0;
  font-family: var(--family-en);
  font-size: min(6vw, 72px);
  font-weight: var(--weight-bold);
  color: var(--dark_green_primary);
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  #content #news .col .textArea hgroup h2 {
    margin-bottom: 4.103vw;
    font-size: 15.385vw;
  }
}
#content #news .col .textArea hgroup .c-headlineDot {
  font-size: min(1.667vw, 20px);
}
@media only screen and (max-width: 767px) {
  #content #news .col .textArea hgroup .c-headlineDot {
    display: block;
    margin-bottom: 0;
    font-size: 4.103vw;
  }
}
#content #news .col .textArea hgroup .c-headlineDot::before {
  width: min(1.083vw, 13px);
  height: min(1.25vw, 15px);
  position: relative;
  top: max(-0.083vw, -1px);
  background-size: min(1.083vw, 13px) min(1.25vw, 15px);
}
@media only screen and (max-width: 767px) {
  #content #news .col .textArea hgroup .c-headlineDot::before {
    margin-right: 3.077vw;
    top: 0;
    width: 2.564vw;
    height: 3.077vw;
    background-size: 2.564vw auto;
  }
}
#content #news .col .textArea hgroup .c-titleJp {
  margin: 0;
  position: relative;
  bottom: min(0.667vw, 8px);
}
@media only screen and (max-width: 767px) {
  #content #news .col .textArea hgroup .c-titleJp {
    bottom: 0;
  }
}
#content #news .col .textArea p {
  margin: min(0.917vw, 11px) 0 0;
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  #content #news .col .textArea p {
    margin: 6.154vw 0 10.256vw;
    font-size: 4.103vw;
  }
}
#content #news .col .btn {
  margin-left: auto;
}
#content #news .col .btn li {
  list-style-type: none;
}
#content #news .col .btn li a {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  #content #news .col .btn li a {
    padding-left: min(0.833vw, 10px);
  }
}

/*# sourceMappingURL=top.css.map */