@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #323232;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 1.6;
  font-weight: 500;
  font-size: 16px;
}

html a {
  cursor: pointer;
  transition: all 0.3s;
  scroll-behavior: smooth;
}

body {
  min-width: 1001px;
}

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

.header {
  width: 100%;
  min-width: 1001px;
  z-index: 100000;
  position: absolute;
}
.header.header-under {
  background: url(../img/bg_header.png) no-repeat center center/cover;
}
.header_box {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 60px;
  padding-right: 70px;
  display: flex;
  justify-content: space-between;
}
.header_box .left .logo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.header_box .left .logo span {
  width: 124px;
  display: inline-block;
  margin-right: 20px;
}
.header_box .left .logo p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
}
.header_box .left .info {
  font-size: 12px;
  font-weight: 600;
}
.header-under .header_box .left .info {
  font-size: 14px;
}
.header_box .left .info .ct {
  display: none;
}
.header_box .list {
  display: flex;
  align-items: center;
  gap: 35px;
  height: 170px;
  justify-content: space-between;
}
.header_box .list li {
  transition: all 0.3s;
  height: 100%;
  width: 34px;
}
.header_box .list a {
  font-size: 16px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: 100%;
  padding: 50px 3px 0;
  color: #000;
}
.header_box .list a:hover {
  background: #d00b24;
  color: #fff;
}
.header_box .list a.is-active {
  background: #d00b24;
  color: #fff;
  pointer-events: none;
}
.header_box .list .no_link {
  pointer-events: none;
}
.header .openbtn {
  display: none;
}
.header #g-nav {
  display: none;
}

.header-height {
  padding-top: 230px;
}
@media screen and (max-width: 1300px) {
  .header-height {
    padding-top: 200px;
  }
}

.mv {
  position: relative;
  transform: translateY(-260px);
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 230px;
}
@media screen and (max-width: 1500px) {
  .mv {
    transform: translateY(-307.54px);
    padding-top: 277.54px;
  }
}
.mv:before {
  content: "";
  width: 15%;
  height: 636px;
  background-image: url(../img/red.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -1%;
  z-index: -1;
}
.mv .left {
  width: 465px;
  padding-bottom: 100px;
  margin-left: 110px;
}
.mv .left .ac {
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  font-size: 56px;
  letter-spacing: 4px;
  color: #dadada;
  margin-bottom: 10px;
}
.mv .left h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
}
.mv .left p {
  font-size: 22px;
  line-height: 56px;
  font-weight: 600;
}
.mv .right {
  width: 1130px;
  max-width: 1130px;
  position: relative;
}
.mv .right .mv01,
.mv .right .mv02,
.mv .right .mv03 {
  position: absolute;
}
.mv .right .mv01 {
  width: 150px;
  left: -25px;
  top: 300px;
}
.mv .right .mv02 {
  width: 170px;
  left: 70px;
  bottom: 30px;
}
.mv .right .mv03 {
  width: 260px;
  right: 25%;
  bottom: 70px;
}

@media screen and (max-width: 1800px) {
  .mv {
    align-items: flex-end;
  }
  .mv .left {
    padding-bottom: 100px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 1700px) {
  .mv .right {
    width: 1000px;
  }
  .mv .left {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1600px) {
  .mv .right {
    width: 900px;
  }
  .mv .left .ac {
    font-size: 36px;
    line-height: 1;
  }
  .mv .left h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .header_box .left .info .ct {
    display: block;
  }
  .mv .right {
    width: 850px;
  }
  .mv .right .mv01 {
    width: 120px;
    left: -2%;
    top: 200px;
  }
  .mv .right .mv02 {
    width: 136px;
    left: 5%;
    bottom: 30px;
  }
  .mv .right .mv03 {
    width: 208px;
    right: 25%;
    bottom: 50px;
  }
  .mv .left {
    width: 400px;
    padding-bottom: 60px;
  }
  .mv .left .ac {
    font-size: 30px;
    line-height: 1.6;
  }
  .mv .left h1 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .mv .left p {
    font-size: 16px;
    line-height: 2.4;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) {
  .mv .left {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .header {
    height: 200px;
  }
  .header_box {
    padding-top: 30px;
  }
  .mv {
    padding-top: 200px;
    transform: translateY(-200px);
  }
  .mv .right {
    width: 700px;
  }
  .mv .left {
    width: 350px;
    padding-bottom: 30px;
    margin-left: 130px;
  }
  .mv .left .ac {
    font-size: 20px;
    margin-bottom: 0;
  }
  .mv .left h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header_box {
    max-width: 85%;
  }
  .mv .left {
    margin-left: 50px;
  }
  .mv .right .mv01 {
    width: 90px;
  }
  .mv .right .mv02 {
    width: 102px;
  }
  .mv .right .mv03 {
    width: 156px;
  }
}
@media screen and (max-width: 1100px) {
  .mv .right {
    width: 600px;
  }
  .mv .left {
    width: 400px;
    margin-right: 20px;
    margin-left: 30px;
  }
  .mv .left p {
    line-height: 2;
  }
}
@media screen and (min-width: 1001px) {
  /*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
  .header.HeightMin {
    position: fixed;
    z-index: 100000;
    /*最前面へ*/
    height: 80px;
    animation: DownAnime 0.5s forwards;
    background: rgba(255, 255, 255, 0.85);
    top: 0;
  }
  .header.HeightMin .header_box {
    align-items: center;
    max-width: 100%;
    padding: 0;
    width: calc(100% - 40px);
    height: 80px;
  }
  .header.HeightMin .header_box .logo {
    margin-bottom: 0;
  }
  .header.HeightMin .header_box .logo span {
    width: 93px;
  }
  .header.HeightMin .header_box .logo p {
    display: none;
  }
  .header.HeightMin .header_box .info {
    display: none;
  }
  .header.HeightMin .header_box .list {
    width: auto;
    height: 80px;
    justify-content: space-between;
    padding-right: 18px;
    gap: 0;
  }
  .header.HeightMin .header_box .list li {
    height: 80px;
    width: 100px;
    position: relative;
  }
  .header.HeightMin .header_box .list li a {
    z-index: 20;
    position: relative;
    transform: skewX(-23.63deg);
    overflow: hidden;
  }
  .header.HeightMin .header_box .list li a:hover {
    background: #f90046;
  }
  .header.HeightMin .header_box .list li a span {
    font-weight: inherit;
    font-size: inherit;
    display: block;
    transform: skewX(23.63deg);
  }
  .header.HeightMin .header_box .list li.menu_rec {
    width: 140px;
  }
  .header.HeightMin .header_box .list li.menu_rec a {
    position: relative;
    color: #fff;
    padding-left: 40px;
    display: block;
    z-index: 20;
  }
  .header.HeightMin .header_box .list li.menu_rec a:before {
    content: "";
    background-image: url(../img/menu_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 21.6px;
    height: 24.8px;
    top: 26px;
    left: 20px;
  }
  .header.HeightMin .header_box .list li.menu_rec a:hover {
    background: transparent;
  }
  .header.HeightMin .header_box .list li.menu_rec::after {
    background: #248292;
  }
  .header.HeightMin .header_box .list li.menu_rec:hover::after {
    background: #323232;
  }
  .header.HeightMin .header_box .list li.menu_con {
    margin-left: 20px;
    width: 240px;
  }
  .header.HeightMin .header_box .list li.menu_con a {
    position: relative;
    color: #fff;
    padding-left: 86px;
    display: block;
    z-index: 10;
    background: #d50b24;
  }
  .header.HeightMin .header_box .list li.menu_con a:before {
    content: "";
    background-image: url(../img/menu_mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 69px;
    height: 33px;
    top: 24px;
    left: 28px;
    transform: skewX(23.63deg);
  }
  .header.HeightMin .header_box .list li.menu_con a:hover {
    background: #323232;
  }
  .header.HeightMin .header_box .list a {
    writing-mode: horizontal-tb;
    padding: 0;
    line-height: 80px;
    text-align: center;
    display: block;
    height: 80px;
  }
  .header.HeightMin .header_box .list a:hover {
    color: #fff;
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1201px) {
  .header.HeightMin .header_box .list li {
    width: 126px;
  }
  .header.HeightMin .header_box .list li.menu_con {
    margin-left: 60px;
  }
}
@media screen and (min-width: 1301px) {
  .header.HeightMin .header_box .list li {
    width: 136px;
  }
  .header.HeightMin .header_box .list li.menu_rec {
    width: 170px;
  }
  .header.HeightMin .header_box .list li.menu_rec a:before {
    width: 27px;
    height: 31px;
    position: absolute;
    top: 23px;
    left: 25px;
  }
  .header.HeightMin .header_box .list li.menu_con {
    margin-left: 127px;
    width: 240px;
  }
}
/*========= ナビゲーションのためのCSS ===============*/
/*アクティブクラスがついたら位置を0に*/
/*ナビゲーションの縦スクロール*/
/*========= ボタンのためのCSS ===============*/
/*×に変化*/
.common_ttl {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
}
.common_ttl span {
  font-size: 15px;
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  display: block;
}

.top_works {
  overflow: hidden;
  background: #f3f3ee;
  margin-top: -260px;
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 1500px) {
  .top_works {
    margin-top: -307.54px;
  }
}
.top_works .img02 {
  position: absolute;
  top: -6%;
  right: -23%;
  max-width: 523px;
  width: 51%;
}
.top_works .word_box {
  position: absolute;
  top: 650px;
  height: 272px;
  width: 100%;
  overflow: hidden;
  z-index: 50;
}
.top_works .word {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.top_works .loop {
  animation: loop 120s linear infinite;
  width: 3500px;
  color: #eee;
  font-size: 170px;
  font-weight: 800;
}
.top_works .loop2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: loop 120s -60s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.top_works .content {
  width: 1027px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.top_works .content_box {
  width: 330px;
  position: absolute;
}
.top_works .content h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
.top_works .content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.top_works .content a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #f90046;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.top_works .content a img {
  display: block;
  width: 21.7px;
  height: 25.2px;
  transition: all 0.3s;
}
.top_works .content .works01 {
  left: 110px;
  top: 240px;
}
.top_works .content .works02 {
  top: 450px;
  right: 105px;
}
.top_works .content .works02 a {
  background: #0019db;
}
.top_works .content .works03 {
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
.top_works .content .works03 a {
  background: #8f8069;
}
.top_works .content a:hover {
  background: #323232;
}
.top_works .content a:hover img {
  transform: translateX(3px);
}

@media screen and (max-width: 1300px) {
  .top_works {
    margin-top: -200px;
  }
}
@media screen and (max-width: 1200px) {
  .top_works:before {
    right: 10%;
    width: 350px;
  }
  .top_works .content {
    width: 800px;
  }
  .top_works .content_box {
    width: 272px;
  }
  .top_works .content a {
    width: 40px;
    height: 40px;
  }
  .top_works .content a img {
    width: 15.5px;
    height: 18px;
  }
  .top_works .content h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .top_works .content p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .top_works .content .works01 {
    left: 80px;
    top: 180px;
  }
  .top_works .content .works01 span {
    display: inline-block;
    margin-right: 5px;
  }
  .top_works .content .works02 {
    top: 356px;
    right: 67px;
  }
  .top_works .content .works03 {
    bottom: 66px;
  }
  .top_works .word_box {
    top: 480px;
  }
  .top_works .word .loop {
    font-size: 130px;
    width: 2555px;
  }
}
.top_product {
  background: #e0e0e0;
  position: relative;
  z-index: 100;
  padding-bottom: 85px;
}
.top_product .ttl {
  margin-right: 0;
  margin-left: auto;
  width: 400px;
  margin-bottom: -30px;
  position: relative;
  z-index: 30;
}
.top_product .ttl p {
  font-family: "Overpass", sans-serif;
  font-size: 56px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 2px;
}
.top_product .ttl h3 {
  background: #f90046;
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 4px;
  padding: 15px 30px;
}
.top_product .autoplay {
  padding-bottom: 100px;
  z-index: 20;
}
.top_product .autoplay .product_list {
  padding: 0 30px;
}
.top_product .autoplay .product_list img {
  border-radius: 10px;
  margin-bottom: 0;
  margin-top: auto;
  display: block;
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.top_product .autoplay .product_list .cat {
  width: 160px;
  height: 30px;
  color: #fff;
  background: #f18e38;
  text-align: center;
  border-radius: 4px;
  line-height: 29px;
  margin-bottom: 10px;
}
.top_product .autoplay .product_list .cat.cat_personal {
  background: #f90046;
}
.top_product .autoplay .product_list a .info {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.top_product .product_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 200px;
  margin-left: auto;
  width: 380px;
}
.top_product .product_link p {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 3px;
}
.top_product .product_link div {
  display: inline-block;
  height: 120px;
  width: 120px;
  border-radius: 120px;
  background: #f90046;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.top_product .product_link div img {
  width: 37.2px;
  height: 43.2px;
  transition: all 0.3s;
}
.top_product .product_link:hover div {
  background: #323232;
}
.top_product .product_link:hover img {
  transform: translateX(3px);
}

@media screen and (max-width: 1300px) {
  .top_product {
    padding-top: 50px;
  }
  .top_product .product_link {
    margin-right: 30px;
  }
}
.top_office {
  padding-top: 170px;
  padding-bottom: 100px;
  position: relative;
}
.top_office .content {
  width: 1000px;
  height: 570px;
  margin: 0 auto;
  background-image: url(../img/office_fr.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px;
}
.top_office .content h3 {
  font-size: 56px;
  font-weight: 800;
  color: #dadada;
  padding-left: 20px;
  letter-spacing: 2px;
}
.top_office .content h3 .ct {
  display: none;
}
.top_office .content .img {
  width: 172px;
  margin: -35px auto 30px;
}
.top_office .content h4 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  color: #8f8069;
  margin-bottom: 15px;
}
.top_office .content h4 .ct {
  display: none;
}
.top_office .content p {
  width: 550px;
  margin: 0 auto;
  line-height: 2.1;
  letter-spacing: 1px;
}
.top_office .figure01 {
  width: 25%;
  position: absolute;
  z-index: 300;
  top: -100px;
  left: 10%;
  transform: translateY(-40px);
}
.top_office .figure01_pink,
.top_office .figure01_green,
.top_office .figure01_gray {
  display: none;
  transform: translateY(-40px);
}

@media screen and (max-width: 1040px) {
  .top_office {
    padding-top: 80px;
  }
  .top_office .common_ttl {
    margin-bottom: 30px;
    z-index: 400;
    position: relative;
  }
  .top_office .content {
    width: 730px;
    height: 416.1px;
  }
  .top_office .content h3 {
    font-size: 30px;
    padding-left: 10px;
  }
  .top_office .content .img {
    width: 100px;
    margin-top: -10px;
    margin-bottom: 15px;
  }
  .top_office .content h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .top_office .content p {
    width: 100%;
    padding: 0 10px;
  }
  .top_office .figure01 {
    top: -50px;
  }
}
.top_company {
  background: #fafaf5;
  position: relative;
  border-bottom: solid 2px #fff;
  margin-top: -100px;
  padding: 50px 0 210px;
  overflow: hidden;
}
.top_company:before {
  content: "";
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0;
}
.top_company .ttl {
  width: 326px;
  position: relative;
  z-index: 30;
}
.top_company .ttl p {
  font-family: "Overpass", sans-serif;
  font-size: 56px;
  color: #dadada;
  font-weight: 800;
  letter-spacing: 2px;
  padding-left: 40px;
}
.top_company .ttl h3 {
  background: #f90046;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 4px;
  padding: 27px 10px 27px 40px;
  margin-bottom: -35px;
}
.top_company .common_ttl {
  margin-top: 45px;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.top_company .common_ttl span {
  letter-spacing: 0.04em;
}
.top_company .bg_company {
  margin: 65px auto 0;
  background: url(../img/bg_company.png) no-repeat center 30px/cover;
}
.top_company .bg_company .message-box {
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100% - 40px);
  position: relative;
}
.top_company .bg_company .message-box .icon01 {
  position: absolute;
  width: 12%;
  top: -14%;
  left: -8%;
}
.top_company .bg_company .message-box .flex {
  display: flex;
}
.top_company .bg_company .message-box .flex .text-box {
  width: 55%;
  margin-right: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 35px 55px 55px;
}
.top_company .bg_company .message-box .flex .text-box .title {
  font-size: 40px;
  font-weight: 700;
}
.top_company .bg_company .message-box .flex .text-box .text {
  margin-top: 40px;
  font-size: 22px;
  line-height: 2.545454;
  font-weight: 700;
}
.top_company .bg_company .message-box .flex .img-box {
  margin-top: 40px;
  width: 37%;
}
.top_company .bg_company .message-box .flex .img-box p {
  margin-top: 10px;
  font-size: 16px;
  text-align: right;
}
.top_company .company-box01 {
  margin-top: 185px;
  padding: 111px 0 135px;
  position: relative;
  overflow: hidden;
}
.top_company .company-box01::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d70b24;
  mix-blend-mode: multiply;
  z-index: 1;
}
.top_company .company-box01 .common_ttl {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 0;
}
.top_company .company-box01 .common_ttl * {
  color: #fff;
}
.top_company .company-box01 .img-box {
  position: absolute;
  z-index: 2;
  top: 25%;
  transform: translateY(-50%);
  width: 25%;
  left: 8%;
  max-width: 441px;
}
.top_company .company-box02 {
  max-width: 920px;
  width: calc(100% - 40px);
  margin: 130px auto 0;
  position: relative;
}
.top_company .company-box02 .icon02 {
  position: absolute;
  width: 17%;
  top: -14%;
  right: -32%;
  z-index: 3;
}
.top_company .company-box02 .icon03 {
  position: absolute;
  width: 18%;
  top: 76%;
  left: -31%;
  z-index: 3;
}
.top_company .company-box02 table {
  width: 100%;
  border-collapse: collapse;
}
.top_company .company-box02 table tr {
  border-top: 2px solid #c0c1c1;
}
.top_company .company-box02 table tr:last-child {
  border-bottom: 2px solid #c0c1c1;
}
.top_company .company-box02 table tr th {
  background-color: #323232;
  color: #fff;
  width: 23%;
  padding: 26px 40px;
}
.top_company .company-box02 table tr td {
  width: 77%;
  padding: 26px 0 26px 40px;
  font-weight: normal;
}
.top_company .company-box02 table tr td .red {
  color: #d00b24;
  padding-right: 7px;
}
.top_company .company-box02 table tr td a:hover {
  opacity: 0.7;
}
.top_company .company-box02 table tr td.list dl dt {
  font-weight: normal;
  margin-top: 15px;
  padding-left: 25px;
  position: relative;
}
.top_company .company-box02 table tr td.list dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #d70b24;
}
.top_company .company-box02 table tr td.list dl dd {
  margin-top: 3px;
}
.top_company .company-box02 table tr td.list p {
  margin-top: 15px;
  padding-left: 25px;
  position: relative;
}
.top_company .company-box02 table tr td.list p:first-child {
  margin-top: 0;
}
.top_company .company-box02 table tr td.list p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #d70b24;
}

@media screen and (max-width: 1200px) {
  .top_company .content {
    flex-direction: column;
  }
  .top_company .content .img {
    width: 60%;
  }
  .top_company .content .list {
    margin: 0 auto;
    padding-top: 50px;
    width: 100%;
    max-width: 700px;
    min-width: auto;
  }
  .top_company .content .list li {
    width: 45%;
  }
}
.top_news {
  background: #dadada;
  padding-top: 70px;
  padding-bottom: 60px;
  position: relative;
}
.top_news .content {
  width: 70%;
  max-width: 1220px;
  margin-right: 0;
  margin-left: auto;
}
.top_news .content .common_ttl {
  text-align: left;
  padding-left: 130px;
  margin-bottom: 50px;
}
.top_news .content .list {
  margin-bottom: 80px;
}
.top_news .content time {
  display: block;
  padding-left: 130px;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
}
.top_news .content .info {
  display: flex;
  align-items: center;
}
.top_news .content .info .cat {
  background: #f90046;
  color: #fff;
  width: 120px;
  text-align: center;
  padding: 3px 0;
  margin-right: 10px;
  font-size: 18px;
}
.top_news .content .info a {
  background: #f8f8f3;
  display: block;
  width: 100%;
  padding: 5px 10px;
}
.top_news .content li {
  margin-bottom: 50px;
}
.top_news .link {
  width: 245px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20%;
  margin-left: auto;
}
.top_news .link p {
  font-size: 24px;
  font-weight: 600;
}
.top_news .link div {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #7d7d7d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.top_news .link div img {
  width: 18.9px;
  height: 21.7px;
  transition: all 0.3s;
}
.top_news .link:hover div {
  background: #323232;
}
.top_news .link:hover img {
  transform: translateX(3px);
}
.top_news .figure02 {
  position: absolute;
  width: 15%;
  bottom: 100px;
  left: 8%;
  transform: translateY(-40px);
}

.top_recruit {
  background: linear-gradient(to bottom, #248292 0%, #1b6396 100%);
  position: relative;
  padding-top: 30px;
  padding-bottom: 130px;
}
.top_recruit .ttl {
  width: 400px;
  position: relative;
  z-index: 30;
  margin-bottom: 40px;
}
.top_recruit .ttl p {
  font-family: "Overpass", sans-serif;
  font-size: 56px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 2px;
  padding-left: 40px;
}
.top_recruit .ttl h3 {
  background: #fff;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 4px;
  padding: 15px 40px;
}
.top_recruit .img {
  position: absolute;
  width: 32%;
  max-width: 563px;
  top: 0;
  right: 7%;
}
.top_recruit .info {
  display: flex;
  align-items: center;
  max-width: 890px;
  width: 55%;
  justify-content: space-between;
  padding-left: 40px;
  color: #fff;
}
.top_recruit .info h4 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.top_recruit .info p {
  max-width: 492px;
  line-height: 2.1;
}
.top_recruit .info a {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  border: solid 2px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 20px;
}
.top_recruit .info a img {
  width: 32.4px;
  height: 37.2px;
  transition: all 0.3s;
}
.top_recruit .info a:hover img {
  transform: translateX(3px);
}

@media screen and (max-width: 1200px) {
  .top_recruit {
    padding-bottom: 80px;
  }
  .top_recruit .img {
    width: 40%;
  }
  .top_recruit .info {
    flex-direction: column;
    align-items: flex-start;
    width: 492px;
  }
  .top_recruit .info .left {
    margin-bottom: 30px;
  }
  .top_recruit .info a {
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  .top_recruit .info a img {
    width: 27px;
    height: 31px;
  }
}
.top_contact {
  background: #f8f8f3;
  padding-bottom: 100px;
  position: relative;
}
.top_contact::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 140px;
  background-color: #dcdcdc;
  z-index: 9999;
}
.top_contact .bg {
  width: 400px;
  height: 400px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 10000;
}
.top_contact .bg:before {
  content: "";
  width: 300px;
  height: 400px;
  transform: skewX(345deg);
  background: #f90046;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.top_contact .bg .common_ttl {
  color: #fff;
  z-index: 99999;
  position: relative;
  padding-top: 154px;
}
.top_contact .bg .sub {
  position: absolute;
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  font-size: 56px;
  letter-spacing: 4px;
  color: #dadada;
  z-index: 2;
  bottom: -5px;
  right: -170px;
  line-height: 1;
}
.top_contact .info {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 2.1;
  margin-bottom: 80px;
}
.top_contact .info .ct {
  display: none;
}
.top_contact .link {
  width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top_contact .link .mail p {
  margin-top: 10px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #8f8069;
}
.top_contact .link .form {
  width: 340px;
  height: 90px;
  border-radius: 50px;
  border: solid 2px #8f8069;
  text-align: center;
  line-height: 89px;
  color: #8f8069;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  display: block;
}
.top_contact .link .form:hover {
  background: #8f8069;
  color: #fff;
}
.top_contact .link .other .tel {
  display: flex;
  align-items: center;
}
.top_contact .link .other .tel p {
  background: #323232;
  color: #fff;
  width: 150px;
  height: 45px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 39px;
  text-align: center;
  margin-right: 30px;
}
.top_contact .link .other .tel a {
  font-size: 54px;
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
}
.top_contact .link .other .tel a:focus-visible {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .top_contact .link .other .tel a {
    transition: opacity 0.3s;
  }
  .top_contact .link .other .tel a:hover {
    opacity: 0.6;
  }
}
.top_contact .link .other .ac {
  padding-left: 190px;
}
.top_contact .link .other li:first-child {
  margin-bottom: 50px;
}
.top_contact .link .other .line {
  display: flex;
  align-items: center;
}
.top_contact .link .other .line p {
  background: #4cc764;
  color: #fff;
  width: 150px;
  height: 45px;
  border-radius: 50px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_contact .link .other .line p img {
  width: 58px;
  height: 21px;
}
.top_contact .link .other .line a {
  font-size: 22px;
  font-weight: 600;
}
.top_contact .link .other .line a:focus-visible {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .top_contact .link .other .line a {
    transition: opacity 0.3s;
  }
  .top_contact .link .other .line a:hover {
    opacity: 0.6;
  }
}
.top_contact .link .other .line.no_link a {
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .top_contact .link {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .top_contact .link .mail p {
    margin-bottom: 70px;
  }
}
.top_access {
  background: #f8f8f3;
  padding-bottom: 100px;
}
.top_access .content {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  transform: translateX(30px);
}
.top_access .bg {
  width: 280px;
  height: 200px;
  position: relative;
}
.top_access .bg::before {
  content: "";
  width: 240px;
  height: 200px;
  transform: skewX(15deg);
  background: #004bdb;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.top_access .bg .common_ttl {
  z-index: 5;
  position: relative;
  color: #fff;
  padding-top: 60px;
}
.top_access .bg .sub {
  position: absolute;
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  font-size: 56px;
  letter-spacing: 4px;
  color: #dadada;
  z-index: 2;
  bottom: -5px;
  left: -185px;
  line-height: 1;
}
.top_access .map {
  width: 730px;
}
.top_access .map_area {
  height: 450px;
  margin-bottom: 20px;
}
.top_access .map_area iframe {
  width: 100%;
  height: 100%;
}
.top_access .map a {
  margin-right: 0;
  margin-left: auto;
  display: block;
  width: 160px;
}

@media screen and (max-width: 1400px) {
  .top_access .bg .sub {
    left: 20px;
    bottom: -80px;
  }
  .top_access .content {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1050px) {
  .top_access .content {
    flex-direction: column;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
  }
  .top_access .bg {
    margin-left: 10px;
  }
  .top_access .bg .sub {
    bottom: -14px;
    left: 60px;
    color: #f8f8f3;
  }
  .top_access .map {
    width: 100%;
  }
  .top_access .map a {
    margin: 0 auto;
  }
}
.footer {
  background: #f8f8f3;
  padding-bottom: 30px;
}
.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1350px;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.footer_top .logo {
  display: block;
  width: 148px;
  flex-shrink: 0;
}
.footer_top #page-top a {
  width: 80px;
  height: 80px;
  background: #323232;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  flex-shrink: 0;
}
.footer_top #page-top a img {
  width: 27px;
  height: 31px;
  transform: rotate(-90deg);
}
.footer_top #page-top a:hover {
  background: #f90046;
}
.footer_top .word {
  width: 1010px;
  max-width: 1000px;
  margin: 0 20px;
  height: 80px;
  background: #f90046;
  color: #fff;
  padding: 13px 20px;
  position: relative;
}
.footer_top .word .ttl {
  font-size: 18px;
  position: relative;
  z-index: 5;
}
.footer_top .word .sub {
  font-size: 13px;
  position: relative;
  z-index: 5;
}
.footer_top .word .sub .ct {
  display: none;
}
.footer_top .word:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-left: 400px solid transparent;
  border-bottom: 80px solid #323232;
  height: 0;
  width: 0;
  z-index: 1;
}
.footer_mid {
  max-width: 944px;
  width: 100%;
  margin: 0 auto 50px;
}
.footer_mid .list {
  display: flex;
  gap: 80px;
  margin: 0 auto;
  transform: translateX(30px);
  font-weight: 600;
}
.footer_mid .list a:hover {
  color: #f90046;
}
.footer_mid .list .no_link a {
  pointer-events: none;
}
.footer_bottom {
  position: relative;
  max-width: 944px;
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  transform: translateX(30px);
}
.footer_bottom .content .info {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.footer_bottom .content .info .ttl {
  font-size: 18px;
  margin-right: 15px;
  font-weight: 600;
}
.footer_bottom .content .info .sub {
  font-size: 14px;
}
.footer_bottom .content p {
  line-height: 1.8;
  font-size: 16px;
}
.footer_bottom .content p .ct {
  display: none;
}
.footer_bottom .sns {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 310px;
  justify-content: space-between;
}
.footer_bottom .sns a:focus-visible {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .footer_bottom .sns a {
    transition: opacity 0.3s;
  }
  .footer_bottom .sns a:hover {
    opacity: 0.6;
  }
}
.footer_bottom .sns .youtube img {
  width: 129px;
  height: 27px;
}
.footer_bottom .sns .instagram img {
  width: 137px;
  height: 32px;
}
.footer_bottom .sns.no_link a {
  pointer-events: none;
}
.footer small {
  display: block;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .footer_mid {
    padding: 0 20px;
  }
  .footer_mid .list {
    transform: translateX(0);
    justify-content: space-between;
  }
  .footer_bottom {
    padding: 0 20px;
    transform: translateX(0);
  }
  .footer_bottom .sns {
    right: 20px;
  }
}
.preparation .header_box .list a {
  color: #323232;
}
.preparation .header_box .list a:hover {
  color: #fff;
}
.preparation main {
  background: #f8f8f3;
}
.preparation main .info {
  padding-top: 100px;
  max-width: 1000px;
  height: 1000px;
  margin: 0 auto;
  position: relative;
}
.preparation main .info h1 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.preparation main .info p {
  text-align: center;
  font-size: 20px;
  line-height: 2.5;
  width: 720px;
  margin: 0 auto;
}
.preparation main .info p .ct {
  display: none;
}
.preparation main .info .tel {
  margin: 50px auto 100px;
}
.preparation main .info .tel p {
  background: #323232;
  color: #fff;
  width: 200px;
  border-radius: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.preparation main .info .tel a {
  font-family: "Overpass", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto 20px;
}
.preparation main .info .home {
  width: 300px;
  border: solid 2px #8f8069;
  margin: 0 auto 100px;
  display: block;
  padding: 20px 0;
  border-radius: 30px;
  text-align: center;
  color: #8f8069;
  font-size: 20px;
  font-weight: 600;
}
.preparation main .info .home:hover {
  background: #8f8069;
  color: #fff;
}
.preparation main .info .figure01_pink {
  position: absolute;
  transform: translateY(-40px);
  width: 106px;
  top: 100px;
  left: 20px;
}
.preparation main .info .figure01_green {
  position: absolute;
  transform: translateY(-40px);
  width: 107px;
  right: 20px;
  top: 400px;
}
.preparation main .info .figure01_gray {
  position: absolute;
  transform: translateY(-40px);
  width: 119px;
  left: 20px;
  bottom: 100px;
}

.maintenance main {
  background: #f8f8f3;
}
.maintenance main .info {
  padding: 100px 20px;
  max-width: 1000px;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
}
.maintenance main .info h1 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.maintenance main .info p {
  text-align: center;
  font-size: 20px;
  line-height: 2.5;
  margin: 0 auto;
}
.maintenance main .info p .ct {
  display: none;
}
.maintenance main .info .tel {
  margin: 50px auto 100px;
}
.maintenance main .info .tel p.ttl {
  background: #323232;
  color: #fff;
  width: 200px;
  border-radius: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.maintenance main .info .tel a {
  font-family: "Overpass", sans-serif;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
}
.maintenance main .info .tel p.txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
}
.maintenance main .info .address {
  margin: 50px auto;
}
.maintenance main .info .address p.ttl {
  background: #323232;
  color: #fff;
  width: 200px;
  border-radius: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.maintenance main .info .address p.txt {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  margin: 0 auto;
}
.maintenance main .info .figure01_pink {
  position: absolute;
  transform: translateY(-40px);
  width: 106px;
  top: 100px;
  left: 20px;
}
.maintenance main .info .figure01_green {
  position: absolute;
  transform: translateY(-40px);
  width: 107px;
  right: 20px;
  top: 400px;
}
.maintenance main .info .figure01_gray {
  position: absolute;
  transform: translateY(-40px);
  width: 119px;
  left: 20px;
  bottom: 100px;
}

/*スクロールしたら下に動く*/
.up {
  animation: upAnime 1s forwards;
}

@keyframes upAnime {
  from {
    transform: translateY(-40px);
  }
  to {
    transform: translateY(0);
  }
}
/*mvの図形の動き*/
.mv .right .mv01 {
  animation: figure01 1.3s forwards;
}
.mv .right .mv02 {
  animation: figure02 1.3s forwards;
}
.mv .right .mv03 {
  animation: figure03 1.3s forwards;
}

@keyframes figure01 {
  from {
    top: 40%;
    left: 40%;
    transform: scale(30%) rotate(180deg);
  }
  to {
    left: -2%;
    top: 200px;
    transform: scale(100%) rotate(0);
  }
}
@keyframes figure02 {
  from {
    bottom: 40%;
    left: 40%;
    transform: scale(30%) rotate(180deg);
  }
  to {
    left: 5%;
    bottom: 30px;
    transform: scale(100%) rotate(0);
  }
}
@keyframes figure03 {
  from {
    bottom: 40%;
    right: 40%;
    transform: scale(30%) rotate(180deg);
  }
  to {
    right: 25%;
    bottom: 50px;
    transform: scale(100%) rotate(0);
  }
}
@media screen and (max-width: 1500px) {
  @keyframes figure01 {
    from {
      top: 40%;
      left: 40%;
      transform: scale(30%) rotate(180deg);
    }
    to {
      left: -2%;
      top: 200px;
      transform: scale(100%) rotate(0);
    }
  }
  @keyframes figure02 {
    from {
      bottom: 40%;
      left: 40%;
      transform: scale(30%) rotate(180deg);
    }
    to {
      left: 5%;
      bottom: 30px;
      transform: scale(100%) rotate(0);
    }
  }
  @keyframes figure03 {
    from {
      bottom: 40%;
      right: 40%;
      transform: scale(30%) rotate(180deg);
    }
    to {
      right: 25%;
      bottom: 50px;
      transform: scale(100%) rotate(0);
    }
  }
}
.under_work {
  background-color: #fafaf5;
  padding: 25px 0 0;
  overflow: hidden;
}
.under_work .block01 {
  background: url(../img/bg_company.png) no-repeat top center/cover;
  padding-bottom: 138px;
  position: relative;
}
.under_work .block01 .breadcrumb {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.under_work .block01 .breadcrumb .list {
  display: flex;
  align-items: center;
}
.under_work .block01 .breadcrumb .list_item {
  font-size: 15px;
}
.under_work .block01 .breadcrumb .list_item_link {
  font-size: 15px;
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
  transition: 0.3s;
}
.under_work .block01 .breadcrumb .list_item_link::before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  width: 8px;
  height: 9px;
  background: url(../img/arrow_right_red.svg) no-repeat center center/contain;
}
.under_work .block01 .breadcrumb .list_item_link:hover {
  opacity: 0.7;
}
.under_work .block01 .ttl {
  margin-top: 50px;
  width: 326px;
  position: relative;
  z-index: 30;
}
.under_work .block01 .ttl p {
  font-family: "Overpass", sans-serif;
  font-size: 56px;
  color: #dadada;
  font-weight: 800;
  letter-spacing: 2px;
  padding-left: 40px;
}
.under_work .block01 .ttl h1 {
  background: #f90046;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 4px;
  padding: 27px 10px 27px 40px;
}
.under_work .block01 .text-box {
  margin: -40px auto 0;
  padding: 50px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 980px;
}
.under_work .block01 .text-box .common_ttl {
  font-size: 28px;
  margin-bottom: 92px;
  letter-spacing: 0.05em;
}
.under_work .block01 .text-box p {
  font-size: 22px;
  line-height: 2.545454;
  font-weight: 600;
}
.under_work .block01 .icon01 {
  position: absolute;
  width: 9%;
  bottom: -3%;
  left: 10%;
}
.under_work .block {
  padding-top: 90px;
  position: relative;
}
.under_work .block .icon {
  max-width: 80px;
  margin: 0 auto;
}
.under_work .block .title {
  margin: 35px auto 0;
  background-color: #d70b24;
  border-radius: 20px;
  width: 200px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.under_work .block .catch {
  margin-top: 90px;
  text-align: center;
  font-size: 26px;
  line-height: 1.923;
  font-weight: 700;
}
.under_work .block .content01 {
  max-width: 1085px;
  width: calc(100% - 40px);
  margin: 80px auto 0;
  display: grid;
  padding-left: 20px;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 9.2165898618%;
}
.under_work .block .content01 .item > dt {
  position: relative;
  font-size: 20px;
  padding-left: 20px;
  font-weight: 500;
}
.under_work .block .content01 .item > dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #d70b24;
}
.under_work .block .content01 .item > dd {
  font-feature-settings: "palt";
  margin-top: 5px;
  padding-left: 20px;
}
.under_work .block .content02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 6.5573770492%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 75px auto 0;
  padding-left: 45px;
  max-width: 1265px;
  width: calc(100% - 40px);
}
.under_work .block .content02 .box {
  background-color: #fff;
  padding: 30px 65px;
}
.under_work .block .content02 .box .box_title {
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #000;
  color: #fff;
  letter-spacing: 0.1em;
}
.under_work .block .content02 .box dl .item {
  margin-top: 30px;
}
.under_work .block .content02 .box dl .item dt {
  position: relative;
  font-size: 20px;
  padding-left: 20px;
  font-weight: 500;
}
.under_work .block .content02 .box dl .item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #d70b24;
}
.under_work .block .content02 .box dl .item dd {
  font-feature-settings: "palt";
  margin-top: 5px;
  padding-left: 20px;
}
.under_work .block02 .item dd dl {
  display: flex;
  flex-wrap: wrap;
}
.under_work .block02 .item dd dl dt {
  width: 65px;
  font-weight: 500;
}
.under_work .block02 .item dd dl dd {
  width: calc(100% - 65px);
}
.under_work .block02 .content02 {
  position: relative;
}
.under_work .block02 .content02 .item-img {
  position: absolute;
  width: 49%;
  bottom: -8%;
  right: -11%;
}
.under_work .block02 .icon02 {
  position: absolute;
  width: 9%;
  bottom: -15%;
  right: 14%;
}
.under_work .block03 {
  padding-top: 130px;
  z-index: 999;
}
.under_work .block03 .title {
  background: linear-gradient(to right, #0064ea 0%, #0019d6 100%);
}
.under_work .block03 .content02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 6.5573770492%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 0 0 300px 45px;
  max-width: 1265px;
}
.under_work .block03 .content02 .box {
  width: 100%;
}
.under_work .block03 .content02 .box._01 {
  grid-row: 1/3;
  grid-column: 1;
}
.under_work .block03 .content02 .box._02 {
  grid-row: 1;
  grid-column: 2;
}
.under_work .block03 .content02 .box._03 {
  grid-row: 2;
  grid-column: 2;
}
.under_work .block03 .content02 .box p {
  margin-top: 25px;
}
.under_work .block03 .content02 .box .txt_irregular {
  margin-top: 12px;
  display: inline-block;
}
.under_work .block03 .content02 .item-img {
  position: absolute;
  right: 0.9836065574%;
  bottom: -85px;
  z-index: 2;
  width: 43.0327868852%;
}
.under_work .block04 {
  background-color: #fff;
  padding-top: 140px;
}
.under_work .block04 .icon {
  max-width: 100px;
}
.under_work .block04 .title {
  background: linear-gradient(to right, #9e8f78 0%, #8a8069 100%);
}
.under_work .block04 .icon03 {
  position: absolute;
  width: 10%;
  left: 6%;
  top: 30%;
}
.under_work .block05 {
  padding-top: 150px;
  background-color: #fff;
  padding-bottom: 150px;
}
.under_work .block05 .icon {
  max-width: 100px;
}
.under_work .block05 .title {
  background: #828282;
}
.under_work .block05 .content02 {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1200px;
  gap: 3%;
  margin-top: 70px;
}
.under_work .block05 .content02 .img {
  width: 53%;
}
.under_work .block05 .content02 .item-img {
  position: absolute;
  width: 33%;
  top: -287px;
  right: -7%;
  z-index: 2;
}
.under_work .block05 .content02 .box {
  margin-top: 85px;
  width: 44%;
}
.under_work .block05 .content02 .box ul li {
  margin-top: 20px;
  padding-left: 25px;
  position: relative;
  font-size: 18px;
}
.under_work .block05 .content02 .box ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #d70b24;
}

.fade-box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time10 {
  animation-delay: 1s;
}

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