@charset "utf-8";

/*header overwrite*/
/**/

/* @media (min-width: 768px) {
  .ly_header_wrap {
    max-width: none;
    padding: 26px 40px 0 30px;
  }
  .bl_gnav {
    padding-top: 5px;
  }
  .bl_langs.bl_langs-head .bl_langs_link-active a span {
    color: #ffffff;
  }
  .bl_langs.bl_langs-head .bl_langs_link-active a i {
    background-color: #000000;
  }
} */

/*#main::before{ content: ""; position: absolute; left: 50%; top: 0; width: 1140px; margin-left: -570px; height: 100%; border: solid #d00; border-width: 0 1px; box-sizing: border-box; z-index: 2000; pointer-events: none; }
#main::after{ content: ""; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background-color: #d00; z-index: 2000; pointer-events: none; }*/
#main.view-lock {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  min-height: 705px;
}
#main * {
  font-family: Lato, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "游ゴシック", sans-serif;
}
#main .defs {
  display: none;
}
#main .slick-arrow {
  position: relative;
  width: 51px;
  height: 51px;
  background-color: #000000;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
}
#main .slick-arrow:hover {
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
#main .slick-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 3px solid #ffffff;
}
#main .slick-arrow:hover::before {
  border-color: #000000;
}
#main .next-arrow::before {
  border-width: 3px 3px 0 0;
  transform: translate(-50%, -50%) translateX(-25%) rotate(45deg);
}
#main .prev-arrow::before {
  border-width: 0 0 3px 3px;
  transform: translate(-50%, -50%) translateX(25%) rotate(45deg);
}
#main .visual {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 705px;
}
#main .visual .photo-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; /*background-color: #d00;*/
}
#main .visual .photo-list .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  padding-left: 140px;
  box-sizing: content-box;
}
#main .visual .txt-box {
  width: 100%;
  max-width: 1766px;
  box-sizing: border-box;
  margin-top: 0;
  padding: 0 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  margin-top: 40px;
  z-index: 20;
}
#main .visual .txt-box .ttl {
  flex: 1;
  position: relative;
  margin-right: 190px;
}
#main .visual .txt-box .ttl .head {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 13.23%;
  overflow: hidden;
}
#main .visual .txt-box .ttl .foot {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 6.51%;
  padding-top: 13.23%;
  overflow: hidden;
}
#main .visual .txt-box .ttl .word {
  position: absolute;
  left: 0;
  top: 0;
}
#main .visual .txt-box .ttl .word img {
  width: 100%;
  height: auto;
}
#main .visual .txt-box .ttl .word01 {
  margin: 0.04% 0 0 0.43%;
  width: 9.95%;
}
#main .visual .txt-box .ttl .word02 {
  margin: 0.22% 0 0 16.78%;
  width: 12.58%;
}
#main .visual .txt-box .ttl .word03 {
  margin: 0 0 0 35.11%;
  width: 13.38%;
}
#main .visual .txt-box .ttl .word04 {
  margin: 0 0 0 53.68%;
  width: 13.38%;
}
#main .visual .txt-box .ttl .word05 {
  margin: 0.22% 0 0 71.9%;
  width: 10.42%;
}
#main .visual .txt-box .ttl .word06 {
  margin: 0.22% 0 0 88.36%;
  width: 10.64%;
}
#main .visual .txt-box .ttl .word07 {
  margin: 0.18% 0 0 0;
  width: 19%;
}
#main .visual .txt-box .ttl .word08 {
  margin: 0 0 0 26.3%;
  width: 13.38%;
}
#main .visual .txt-box .ttl .word09 {
  margin: 0.22% 0 0 49.03%;
  width: 10.89%;
}
#main .visual .txt-box .ttl .word10 {
  margin: 0.22% 0 0 69.63%;
  width: 9.03%;
}
#main .visual .txt-box .ttl .word11 {
  margin: 0.22% 0 0 88.36%;
  width: 11.59%;
}
#main .visual .txt-box .txt-body {
  margin-left: auto;
}
#main .visual .txt-box .txt-body .head {
  position: relative;
  padding-bottom: 40px;
}
#main .visual .txt-box .txt-body .head::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}
#main .visual .txt-box .txt-body .txt {
  margin-top: 37px;
}
#main .visual .txt-box .txt-body .txt .word {
  display: block;
  line-height: 0;
}
#main .visual .txt-box .txt-body .txt .word + .word {
  margin-top: 20px;
}
#main .visual .txt-box .txt-body .navi {
  margin-top: 140px;
  position: relative;
}
#main .visual .txt-box .txt-body .navi a {
  display: block;
  background-color: #000000;
  height: 90px;
  position: relative;
  transition: background-color 0.3s;
}
#main .visual .txt-box .txt-body .navi a:hover {
  background-color: #ffffff;
}
#main .visual .txt-box .txt-body .navi a svg {
  fill: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 356px;
  height: 100%;
}
#main .visual .txt-box .txt-body .navi a:hover svg {
  fill: #000000;
}
#main .visual .txt-box .txt-body .navi a::after {
  content: "";
  position: absolute;
  right: 31%;
  top: 50%;
  height: 21px;
  width: 21px;
  border: 4px solid #ffffff;
  border-width: 4px 4px 0 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
#main .visual .txt-box .txt-body .navi a:hover::after {
  border-color: #000000;
}
#main .section01 {
  position: relative;
  border-top: 1px solid transparent;
}
#main .section01 .ttl-body {
  position: absolute;
  left: 50%;
  margin-left: -570px;
  margin-top: -1px;
}
#main .section01 .ttl-body .ttl {
  font-size: 41px;
  line-height: 1.2;
  padding-top: 90px;
  position: relative;
}
#main .section01 .ttl-body .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15px;
  background-color: #000000;
}
#main .section01 .ttl-body .ja {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
}
#main .section01 .more-btn {
  margin: 37px auto 0;
  width: 1140px;
  text-align: right;
}
#main .section01 .more-btn a {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-right: 48px;
}
#main .section01 .more-btn a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background-color: #000000;
  transition: width 0.3s, transform 0.3s;
}
#main .section01 .more-btn a::after {
  content: "";
  position: absolute;
  right: -48px;
  top: 50%;
  height: 21px;
  width: 21px;
  border: 4px solid #000000;
  border-width: 4px 4px 0 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
#main .section02 {
  position: relative;
  border-top: 1px solid transparent;
  margin-top: 166px;
}
#main .section02 .el_gradation {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
#main .section02 .section-head {
  position: relative;
  left: 50%;
  margin-left: -570px;
}
#main .section02 .section-head .ttl-body {
  margin-top: -1px;
  padding-bottom: 46px;
  position: relative;
}
#main .section02 .section-head .ttl-body::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}
#main .section02 .section-head .ttl-body .ttl {
  font-size: 65px;
  line-height: 1.35;
  padding-top: 90px;
  display: inline-block;
  position: relative;
}
#main .section02 .section-head .ttl-body .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15px;
  background-color: #000000;
}
#main .section02 .section-head .ttl-body .ja {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
}
#main .section02 .section-head .copy {
  margin-top: 46px;
  font-size: 37px;
  line-height: 1.54;
  font-weight: bold;
}
#main .section02 .txt-body {
  position: relative;
  left: 50%;
  margin-left: -570px;
  width: 380px;
  margin-top: 40px;
}
#main .section02 .txt-body .txt {
  font-size: 15px;
  line-height: 2;
}
#main .section02 .more-btn {
  margin-top: 48px;
  width: 285px;
  position: relative;
}
#main .section02 .more-btn a {
  display: block;
  background-color: #000000;
  height: 70px;
  position: relative;
  transition: background-color 0.3s, box-shadow 0.3s;
}
#main .section02 .more-btn a:hover {
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
#main .section02 .more-btn a svg {
  fill: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 285px;
  height: 100%;
}
#main .section02 .more-btn a:hover svg {
  fill: #000000;
}
#main .section02 .more-btn a::after {
  content: "";
  position: absolute;
  right: 12%;
  top: 50%;
  height: 21px;
  width: 21px;
  border: 4px solid #ffffff;
  border-width: 4px 4px 0 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
#main .section02 .more-btn a:hover::after {
  border-color: #000000;
}
#main .news .list-item {
  margin-top: 90px;
  width: 855px;
  position: relative;
  left: 50%;
  margin-left: -285px;
}
#main .news .list-item .item {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}
#main .news .list-item .item + .item {
  margin-top: 20px;
}
#main .news .list-item .item .info {
  display: -ms-flex;
  display: flex;
  border: 1px solid #000000;
  margin-right: 16px;
  background-color: #000000;
}
#main .news .list-item .item .info .date {
  font-size: 14px;
  line-height: 1.5;
  width: 110px;
  text-align: center;
  background-color: #ffffff;
}
#main .news .list-item .item .info .category {
  width: 110px;
  border-left: 1px solid #000000;
  box-sizing: border-box;
}
#main .news .list-item .item .info .category a {
  font-size: 12px;
  line-height: 1.9;
  color: #ffffff;
  display: block;
  text-align: center;
  transition: background-color 0.3s;
}
#main .news .list-item .item .info .category a:hover {
  background-color: #e6e6e6;
  color: #000000;
}
#main .news .list-item .item .txt {
  font-size: 15px;
  line-height: 1.47;
  flex: 1;
}
#main .news .list-item .item .txt a {
  color: inherit;
}
#main .news .list-item .item .txt a:hover {
  text-decoration: underline;
}
#main .horizon-photo {
  overflow: hidden;
  margin-top: 70px;
}
#main .horizon-photo .group-wrap {
  display: -ms-flex;
  display: flex;
}
#main .horizon-photo .group {
  /*width: 1918px;*/
  display: -ms-flex;
  display: flex;
}
#main .horizon-photo .group .photo {
  width: 260px;
  margin-right: 14px;
  overflow: hidden;
}
#main .library .library-body {
  margin-top: 90px;
  width: calc(285px + 50%);
  position: relative;
  left: 50%;
  margin-left: -285px;
}
#main .library .library-body .list-item {
  /*display: -ms-flex; display: flex;*/ /*width: 1140px;*/
}
#main .library .library-body .list-item .slick-list {
  padding: 20px 0 20px 20px;
  margin: -20px 0 0 -20px;
}
#main .library .library-body .list-item .slick-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
#main .library .library-body .list-item .item {
  width: 285px;
  box-sizing: border-box;
  border: solid #cccccc;
  border-width: 0 1px;
}
#main .library .library-body .list-item .item + .item {
  margin-left: -1px;
}
#main .library .library-body .list-item .item a {
  display: block;
  padding: 10px 21px 38px;
  height: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s;
  position: relative;
}
#main .library .library-body .list-item .item a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-12px);
  z-index: 5;
}
#main .library .library-body .list-item .item a .head {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  align-items: flex-end;
}
#main .library .library-body .list-item .item a .head .num {
  font-size: 31px;
  line-height: 1.2;
  font-weight: bold;
}
#main .library .library-body .list-item .item a .head .category {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  padding: 2px 15px;
  margin-bottom: 8px;
  position: relative;
}
#main .library .library-body .list-item .item a .head .category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 5px solid transparent;
  border-left-color: #ffffff;
  border-top-color: #ffffff;
}
#main .library .library-body .list-item .item a .txt {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 30px;
}
#main .library .library-body .list-item .slick-arrow {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 40px;
}
#main .library .library-body .list-item .next-arrow {
  left: 52px;
}
#main .library .more-btn {
  margin-top: 40px;
}
#main .business .el_gradation {
  height: 446px;
}
#main .business .business-info {
  position: absolute;
  left: 50%;
  margin-left: 78px;
  width: calc(50% - 78px);
  max-width: 344px;
  transform: translateY(-50%);
}
#main .business .business-info .box {
  padding-top: 125.03%;
}
#main .business .business-info .box > * {
  position: absolute;
  left: 0;
  top: 0;
}
#main .business .business-info .photo {
  height: 0;
  border-radius: 50%;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}
#main .business .business-info .p01 {
  width: 134.01%;
  padding-top: 134.01%;
  margin: -62.61% 0 0 75.85%;
}
#main .business .business-info .p02 {
  width: 72.09%;
  padding-top: 72.09%;
  margin: 37.03% 0 0 -55.44%;
}
#main .business .business-info .p03 {
  width: 59.01%;
  padding-top: 59.01%;
  margin: 108.37% 0 0 60.09%;
}
#main .business .business-info .g01 {
  width: 100%;
  margin-top: 14.8%;
  z-index: 10;
}
#main .business .business-info .g02 {
  width: 79.94%;
  margin: 60.21% 0 0 9.95%;
  z-index: 9;
}
#main .business .business-info .g03 {
  width: 64.24%;
  margin: 105.01% 0 0 17.91%;
  z-index: 8;
}
#main .business .business-info .g04 {
  width: 99.71%;
  margin: 15.09% 0 0 0.01%;
  z-index: 5;
}
#main .business .business-info .g05 {
  width: 99.13%;
  margin: 34.05% 0 0 0.31%;
  z-index: 15;
}
#main .business .business-info .t01 {
  width: 56.1%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: 9.01%;
  transform: translateX(-50%);
}
#main .business .business-info .t02 {
  width: 40%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -5.86%;
  transform: translateX(-50%);
}
#main .business .business-info .t03 {
  width: 58.37%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -11.41%;
  transform: translateX(-50%);
}
#main .business .business-info .t04 {
  width: 37.5%;
  left: 50%;
  transform: translateX(-50%);
}
#main .service .el_gradation {
  left: 50%;
  height: 496px;
}
#main .service .section-head {
  margin-left: 95px;
  width: calc(50% - 95px);
}
#main .service .section-head .copy {
  font-size: 23px;
  line-height: 1.61;
}
#main .service .txt-body {
  margin-left: 95px;
}
#main .service .service-info {
  position: absolute;
  left: 50%;
  margin: -276px 0 0 -570px;
  width: 100%;
  max-width: 473px;
  transform: translateY(-50%);
}
#main .service .service-info .box {
  position: relative;
  width: 100%;
  padding-top: 74.42%;
}
#main .service .service-info .box > * {
  position: absolute;
  left: 0;
  top: 0;
}
#main .service .service-info .g01 {
  width: 45.24%;
  z-index: 10;
}
#main .service .service-info .g02 {
  width: 45.24%;
  margin-left: 54.76%;
  z-index: 9;
}
#main .service .service-info .g03 {
  width: 100%;
  margin-top: 52.78%;
  z-index: 8;
}
#main .service .service-info .g04 {
  width: 56.03%;
  margin: 21.86% 0 0 22.04%;
}
#main .service .service-info .t01 {
  width: 80.34%;
  margin: 7.84% 0 0 12.32%;
  z-index: 15;
}
#main .service .service-list {
  width: 1140px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin: 70px auto 0;
}
#main .service .service-list .item {
  width: 310px;
  position: relative;
}
#main .service .service-list .item + .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  margin-left: -52px;
}
#main .service .service-list .item .ttl-body {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  height: 84px;
  align-items: center;
}
#main .service .service-list .item .ttl-body .ttl {
  flex: 1;
}
#main .service .service-list .item .ttl-body .logo {
  width: 25.94%;
}
#main .service .service-list .item .ttl {
  font-size: 42px;
  line-height: 1;
}
#main .service .service-list .item .txt {
  font-size: 14px;
  line-height: 1.86;
  margin-top: 30px;
}
#main .service .service-list .item .txt + .logo {
  margin-top: 30px;
}
#main .case .el_gradation {
  height: 620px;
}
#main .case .section-head {
  position: absolute;
}
#main .case .section-head .ttl-body {
  padding-bottom: 0;
}
#main .case .section-head .ttl-body::before {
  display: none;
}
#main .case .case-list {
  margin-top: 90px;
  width: calc(285px + 50%);
  position: relative;
  left: 50%;
  margin-left: -285px;
}
/*#main .case .case-list .list-item{ display: -ms-flex; display: flex; width: 1080px; }*/
#main .case .case-list .list-item .item {
  width: 320px;
}
#main .case .case-list .list-item .item + .item {
  margin-left: 60px;
}
#main .case .case-list .list-item .item .photo {
  overflow: hidden;
}
#main .case .case-list .list-item .item .photo a {
  display: block;
}
#main .case .case-list .list-item .item .photo a img {
  transition: 0.3s;
}
#main .case .case-list .list-item .item .photo a:hover img {
  transform: scale(1.1);
}
#main .case .case-list .list-item .item .ttl {
  margin-top: 30px;
}
#main .case .case-list .list-item .item .ttl a {
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
}
#main .case .case-list .list-item .item .ttl a:hover {
  text-decoration: underline;
}
#main .case .case-list .list-item .item .name {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 20px;
  position: relative;
  margin-bottom: 7px;
}
#main .case .case-list .list-item .item .name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 1px;
  background-color: #cccccc;
}
#main .case .case-list .list-item .item .tag {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: solid #000000;
  border-width: 0 1px 1px 0;
  background: linear-gradient(
    -225deg,
    transparent 7px,
    #000000 7px,
    #000000 8px,
    transparent 8px
  );
}
#main .case .case-list .list-item .item .tag::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
#main .case .case-list .list-item .item .tag::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
#main .case .case-list .list-item .item .tag a {
  display: block;
  font-size: 12px;
  padding: 7px 10px;
}
#main .case .case-list .list-item .item .tag a:hover {
  background: linear-gradient(-225deg, transparent 7px, #000000 7px);
  color: #ffffff;
}
#main .case .case-list .list-item .slick-arrow {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 100px;
}
#main .case .case-list .list-item .next-arrow {
  left: 52px;
}
#main .case .more-btn {
  position: absolute;
  right: 50%;
  bottom: 0;
  margin: 0 -570px -151px 0;
}
#main .contact {
  margin-top: 350px;
  height: 650px;
  background: center bottom no-repeat;
  background-size: cover;
  position: relative;
}
#main .contact .ttl-body {
  position: absolute;
  left: 50%;
  top: 0;
  margin: 185px 0 0 -475px;
}
#main .contact .ttl-body * {
  color: #ffffff;
}
#main .contact .ttl-body .ttl {
  font-size: 50px;
  line-height: 1.2;
}
#main .contact .ttl-body .txt {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: bold;
}
#main .contact .navi {
  width: 475px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 190px 0 0 0;
}
#main .contact .navi a {
  display: block;
  height: 84px;
  position: relative;
  transition: background-color 0.3s;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0);
}
#main .contact .navi a:hover {
  background-color: #ffffff;
}
#main .contact .navi a svg {
  fill: #ffffff;
  position: absolute;
  left: 40px;
  top: 0;
  width: 207px;
  height: 100%;
}
#main .contact .navi a:hover svg {
  fill: #000000;
}
#main .contact .navi a .bar {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #ffffff;
}
#main .contact .navi a:hover .bar {
  background-color: #000000;
}
#main .contact .navi a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  height: 21px;
  width: 21px;
  border: 4px solid #ffffff;
  border-width: 4px 4px 0 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
#main .contact .navi a:hover::after {
  border-color: #000000;
}

@media (max-width: 1360px) {
  #main::before {
    width: 83.82%;
    margin-left: 0;
    transform: translateX(-50%);
  }
  #main .visual {
    overflow: hidden;
  }
  #main .visual .txt-box {
    padding: 0 8.09%;
  }
  #main .visual .txt-box .ttl {
    width: 50.7%;
    margin-right: 0;
    flex: none;
  }
  #main .section01 .ttl-body {
    left: 0;
    margin-left: 8.09%;
  }
  #main .section01 .more-btn {
    width: 83.82%;
  }
  #main .section02 .section-head {
    left: 0;
    margin-left: 8.09%;
  }
  #main .section02 .txt-body {
    left: 0;
    margin-left: 8.09%;
  }
  #main .news .list-item {
    width: auto;
    left: 0;
    margin-left: calc(8.09% + 286px);
    margin-right: 8.09%;
  }
  #main .library .library-body {
    left: 0;
    margin-left: calc(8.09% + 286px);
    width: calc(100% - (8.09% + 286px));
  }
  #main .service .section-head {
    left: 50%;
    margin-left: 6.99%;
    width: calc(50% - 6.99%);
  }
  #main .service .txt-body {
    left: 50%;
    margin-left: 6.99%;
  }
  #main .service .service-info {
    left: 0;
    margin-left: 8.09%;
    width: 38%;
  }
  #main .service .service-list {
    width: 83.82%;
  }
  #main .service .service-list .item {
    width: 22.79vw;
  }
  #main .service .service-list .item + .item::before {
    margin-left: -16.25%;
  }
  #main .case .case-list {
    left: 0;
    margin-left: calc(8.09% + 286px);
    width: calc(100% - (8.09% + 286px));
  }
  #main .case .more-btn {
    right: 0;
    margin-right: 8.09%;
  }
}
@media (max-width: 1200px) {
  #main .business .business-info .p01 {
    width: 100%;
    padding-top: 100%;
    margin: -90% 0 0 75.85%;
  }
  #main .business .business-info .p02 {
    width: 50%;
    padding-top: 50%;
    margin: -20% 0 0 -30%;
  }
}
@media (max-width: 1150px) {
  #main .contact .ttl-body {
    left: 0;
    margin-left: 8.09%;
  }
  #main .contact .navi {
    width: 41.91%;
  }
}
@media (max-width: 1030px) {
  #main .visual .txt-box {
    padding: 0 5%;
  }
  #main .visual .txt-box .ttl {
    width: auto;
    flex: 1;
    margin-right: 5%;
  }
  #main .service .section-head br + br {
    display: none;
  }
  #main .service .service-list .item {
    width: 24vw;
  }
  #main .service .service-list .item + .item::before {
    margin-left: -11%;
  }
}
@media (max-width: 900px) {
  #main .news .list-item .item {
    display: block;
  }
  #main .news .list-item .item .info {
    width: 220px;
    margin-right: 0;
  }
  #main .news .list-item .item .txt {
    margin-top: 5px;
  }
  #main .service {
    padding-bottom: 100px;
  }
  #main .service .service-list {
    display: block;
    margin-top: 15px;
  }
  #main .service .service-list .item {
    width: 100%;
    padding: 40px 0;
  }
  #main .service .service-list .item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150%;
    height: 1px;
    background-color: #cccccc;
    margin: 0;
  }
  #main .service .service-list .item + .item::before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 150%;
    height: 1px;
    margin: 0;
  }
  #main .service .service-list .item .ttl-body {
    height: auto;
    align-items: flex-end;
  }
  #main .service .service-list .item .ttl-body .logo {
    max-width: 83px;
  }
  #main .service .service-list .item .ttl {
    font-size: 30px;
  }
  #main .service .service-list .item .logo {
    text-align: center;
  }
  #main .service .service-list .item .txt {
    margin-top: 20px;
  }
  #main .service .service-list .item .txt + .logo {
    margin-top: 20px;
  }
  #main .service .txt-body {
    position: static;
  }
  #main .service .txt-body .more-btn {
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
  #main .case .case-list .list-item .slick-arrow {
    margin-top: 60px;
  }
  #main .case .more-btn {
    margin-bottom: -220px;
  }
  #main .contact .ttl-body {
    left: 0;
    width: 100%;
    text-align: center;
    margin: 130px 0 0 0;
  }
  #main .contact .navi {
    width: 83.47%;
    max-width: 400px;
    left: 50%;
    margin-top: 280px;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  #main.view-lock {
    min-height: 635px;
  }
  #main .slick-arrow:hover {
    box-shadow: none;
    background-color: #000000;
  }
  #main .slick-arrow:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
  }
  #main .slick-arrow:hover::before {
    border-color: #ffffff;
  }
  #main .slick-arrow:active::before {
    border-color: #000000;
  }
  #main .visual {
    min-height: 635px;
  }
  #main .visual .photo-list {
    top: 110px;
    height: calc(100% - 110px);
  }
  #main .visual .txt-box {
    padding: 0;
    position: static;
    left: 0;
    top: 0;
    display: block;
    transform: none;
    margin-top: 0;
  }
  #main .visual .txt-box .ttl {
    margin: 88.4405px auto 0 7.2%;
    width: 85.6%;
    max-width: none;
    position: relative;
    z-index: 20;
  }
  #main .visual .txt-box .txt-body {
    margin: 29.5186px 8.33% 0;
    max-width: 312px;
  }
  #main .visual .txt-box .txt-body .head {
    padding-bottom: 21px;
    width: 59.94%;
    position: relative;
    z-index: 20;
  }
  #main .visual .txt-box .txt-body .head::before {
    width: 15px;
  }
  #main .visual .txt-box .txt-body .txt {
    margin-top: 21px;
    position: relative;
    position: relative;
    z-index: 20;
  }
  #main .visual .txt-box .txt-body .txt .word + .word {
    margin-top: 11px;
  }
  #main .visual .txt-box .txt-body .txt .word01 {
    width: 51.11%;
  }
  #main .visual .txt-box .txt-body .txt .word02 {
    width: 83.45%;
  }
  #main .visual .txt-box .txt-body .txt .word03 {
    width: 54.34%;
  }
  #main .visual .txt-box .txt-body .txt .word04 {
    width: 74.11%;
  }
  #main .visual .txt-box .txt-body .navi {
    margin-top: auto;
    position: absolute;
    bottom: 0;
    margin-bottom: 61px;
    max-width: 500px;
    z-index: 20;
  }
  #main .visual .txt-box .txt-body .navi a svg {
    width: 100%;
  }
  #main .visual .txt-box .txt-body .navi a {
    height: 78px;
  }
  #main .visual .txt-box .txt-body .navi a:hover {
    background-color: #000000;
  }
  #main .visual .txt-box .txt-body .navi a:active {
    background-color: #ffffff;
  }
  #main .visual .txt-box .txt-body .navi a:hover svg {
    fill: #ffffff;
  }
  #main .visual .txt-box .txt-body .navi a:active svg {
    fill: #000000;
  }
  #main .visual .txt-box .txt-body .navi a::after {
    right: 32%;
    height: 13px;
    width: 13px;
    border-width: 3px 3px 0 0;
  }
  #main .visual .txt-box .txt-body .navi a:hover::after {
    border-color: #ffffff;
  }
  #main .visual .txt-box .txt-body .navi a:active::after {
    border-color: #000000;
  }
  #main .section01 {
    position: relative;
    border-top: none;
  }
  #main .section01 .ttl-body {
    position: relative;
    left: 0;
    margin-left: 8.33%;
    margin-top: 0;
  }
  #main .section01 .ttl-body .ttl {
    font-size: 32px;
    padding-top: 60px;
    display: inline-block;
  }
  #main .section01 .ttl-body .ttl::before {
    height: 10px;
  }
  #main .section01 .ttl-body .ja {
    font-size: 12px;
    margin-top: 0;
  }
  #main .section01 .more-btn {
    position: absolute;
    margin: 65px 8.33% 0 0;
    width: auto;
    right: 0;
    top: 0;
  }
  #main .section01 .more-btn a {
    font-size: 13px;
    margin-right: 32px;
  }
  #main .section01 .more-btn a::before {
    height: 3px;
  }
  #main .section01 .more-btn a::after {
    right: -32px;
    height: 13px;
    width: 13px;
    border-width: 3px 3px 0 0;
  }
  #main .section02 {
    margin-top: 220px;
  }
  #main .section02 + .section02 {
    margin-top: 130px;
  }
  #main .section02 .el_gradation {
    left: 0;
    width: 91.67%;
  }
  #main .section02 .section-head {
    left: 0;
    margin-left: 8.09%;
  }
  #main .section02 .section-head .ttl-body {
    padding-bottom: 0;
  }
  #main .section02 .section-head .ttl-body::before {
    display: none;
  }
  #main .section02 .section-head .ttl-body .ttl {
    font-size: 43px;
    line-height: 1.27;
    padding-top: 60px;
  }
  #main .section02 .section-head .ttl-body .ttl::before {
    height: 10px;
  }
  #main .section02 .section-head .ttl-body .ja {
    font-size: 12px;
    margin-top: 0;
  }
  #main .section02 .section-head .copy {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.6;
  }
  #main .section02 .txt-body {
    left: 0;
    margin-left: 8.09%;
    width: 83.82%;
    margin-top: 40px;
  }
  #main .section02 .txt-body .txt {
    line-height: 1.73;
  }
  #main .section02 .more-btn {
    margin-top: 39px;
    width: 219px;
  }
  #main .section02 .more-btn a {
    height: 60px;
  }
  #main .section02 .more-btn a svg {
    width: 219px;
  }
  #main .section02 .more-btn a::after {
    height: 14px;
    width: 14px;
    border-width: 3px 3px 0 0;
  }
  #main .section02 .more-btn a:hover {
    background-color: #000000;
    box-shadow: none;
  }
  #main .section02 .more-btn a:active {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  #main .section02 .more-btn a:hover svg {
    fill: #ffffff;
  }
  #main .section02 .more-btn a:active svg {
    fill: #000000;
  }
  #main .section02 .more-btn a:hover::after {
    border-color: #ffffff;
  }
  #main .section02 .more-btn a:active::after {
    border-color: #000000;
  }
  #main .news .list-item {
    margin-top: 43px;
    width: auto;
    left: 0;
    margin-left: 8.33%;
  }
  #main .news .list-item .item + .item {
    margin-top: 18px;
    padding-top: 18px;
    position: relative;
  }
  #main .news .list-item .item + .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    height: 1px;
    background-color: #cccccc;
  }
  #main .news .list-item .item .info {
    width: 160px;
  }
  #main .news .list-item .item .info .date {
    font-size: 10px;
    line-height: 1.2;
    width: 50%;
  }
  #main .news .list-item .item .info .category {
    width: 50%;
  }
  #main .news .list-item .item .info .category a {
    font-size: 10px;
    line-height: 1.2;
  }
  #main .news .list-item .item .info .category a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  #main .news .list-item .item .info .category a:active {
    background-color: #e6e6e6;
    color: #000000;
  }
  #main .news .list-item .item .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  #main .news .list-item .item .txt a:hover {
    text-decoration: none;
  }
  #main .news .list-item .item .txt a:active {
    text-decoration: underline;
  }
  #main .horizon-photo {
    overflow: hidden;
    margin-top: 120px;
  }
  /*#main .horizon-photo .group{ width: 1379px; }*/
  #main .horizon-photo .group .photo {
    width: 183px;
  }
  #main .library .library-body {
    margin-top: 50px;
    width: 91.67%;
    left: 0;
    margin-left: 8.33%;
  }
  #main .library .library-body .list-item .slick-list {
    padding: 15px 0 15px 15px;
    margin: -15px 0 0 -15px;
  }
  #main .library .library-body .list-item .slick-list::before {
    width: 15px;
  }
  #main .library .library-body .list-item .item {
    width: 218px;
  }
  #main .library .library-body .list-item .item a {
    padding: 0 17px 17px;
  }
  #main .library .library-body .list-item .item a:hover {
    box-shadow: none;
    transform: translateY(0);
  }
  #main .library .library-body .list-item .item a:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
  }
  #main .library .library-body .list-item .item a .head .num {
    font-size: 23px;
  }
  #main .library .library-body .list-item .item a .head .category {
    font-size: 9px;
    margin-bottom: 4px;
  }
  #main .library .library-body .list-item .item a .txt {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 24px;
  }
  #main .library .library-body .list-item .slick-arrow {
    margin-top: 25px;
  }
  #main .business .el_gradation {
    height: 376px;
  }
  #main .business .business-info {
    position: relative;
    left: 0;
    margin: 44px auto 0;
    width: 100%;
    max-width: 226px;
    transform: none;
  }
  #main .business .business-info .p01 {
    width: 110.2%;
    padding-top: 110.2%;
    margin: -47.91% 0 0 77.64%;
  }
  #main .business .business-info .p02 {
    width: 64.27%;
    padding-top: 64.27%;
    margin: 40.19% 0 0 -45.89%;
  }
  #main .business .business-info .p03 {
    width: 51.57%;
    padding-top: 51.57%;
    margin: 91.59% 0 0 67.56%;
  }
  #main .business .txt-body {
    margin-top: 88px;
  }
  #main .service .el_gradation {
    height: 356px;
  }
  #main .service .section-head {
    width: auto;
  }
  #main .service .section-head br + br {
    display: block;
  }
  #main .service .service-info {
    position: relative;
    left: 0;
    top: 0;
    margin: 58px auto 0;
    max-width: 297px;
    transform: none;
    width: 79.2%;
  }
  #main .case .el_gradation {
    height: 310px;
  }
  #main .case .section-head {
    position: relative;
  }
  #main .case .case-list {
    margin-top: 40px;
    width: 91.67%;
    left: 0;
    margin-left: 8.33%;
  }
  #main .case .case-list .list-item .item {
    width: 250px;
  }
  #main .case .case-list .list-item .item + .item {
    margin-left: 30px;
  }
  #main .case .case-list .list-item .slick-arrow {
    left: auto;
    top: auto;
    right: 8.9%;
    bottom: 100%;
    margin-bottom: 40px;
    margin-top: 0;
  }
  #main .case .case-list .list-item .prev-arrow {
    margin-right: 52px;
  }
  #main .case .more-btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 50px 0 0 8.33%;
  }
  #main .contact {
    margin-top: 130px;
    height: 562px;
    background-position: 35% 0;
    background-size: auto 120%;
  }
  #main .contact .ttl-body {
    margin-top: 150px;
  }
  #main .contact .ttl-body .ttl {
    font-size: 40px;
    line-height: 1.2;
  }
  #main .contact .ttl-body .txt {
    font-size: 16px;
    line-height: 1.88;
  }
  #main .contact .ttl-body .txt .block {
    display: block;
  }
  #main .contact .navi {
    max-width: 313px;
    margin-top: 310px;
  }
  #main .contact .navi a {
    height: 60px;
  }
  #main .contact .navi a:hover {
    background-color: rgba(255, 255, 255, 0);
  }
  #main .contact .navi a:active {
    background-color: #ffffff;
  }
  #main .contact .navi a svg {
    width: 184px;
  }
  #main .contact .navi a:hover svg {
    fill: #ffffff;
  }
  #main .contact .navi a:active svg {
    fill: #000000;
  }
  #main .contact .navi a .bar {
    width: 15px;
  }
  #main .contact .navi a:hover .bar {
    background-color: #ffffff;
  }
  #main .contact .navi a:active .bar {
    background-color: #000000;
  }
  #main .contact .navi a::after {
    height: 15px;
    width: 15px;
    border-width: 3px 3px 0 0;
  }
  #main .contact .navi a:hover::after {
    border-color: #ffffff;
  }
  #main .contact .navi a:active::after {
    border-color: #000000;
  }
}

/*load*/
#main .load-view {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 705px;
  z-index: 50;
}
#main .load-view .txt {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 20;
  text-align: center;
  transform: translateY(-50%);
}
#main .load-view .indicator {
  position: absolute;
  left: 0;
  top: 66.95%;
  width: 100%;
  z-index: 20;
}
#main .load-view .indicator .dot {
  width: 100%;
  border-top: 1px dotted #cccccc;
}
#main .load-view .indicator .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: width 0.5s;
}
#main .load-view .indicator .bar::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 7px;
  height: 7px;
  background-color: #000000;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#main .load-view .mask-top {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 66.95%;
}
#main .load-view .mask-bottom {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33.05%;
}
@media (min-aspect-ratio: 1430/705) and (min-width: 1361px) {
  #main .load-view .indicator {
    top: 50%;
    margin-top: 8.3vw;
  }
  #main .load-view .mask-top {
    height: calc(50% + 8.3vw);
  }
  #main .load-view .mask-bottom {
    height: calc(50% - 8.3vw);
  }
}
@media (max-width: 767px) {
  #main .load-view {
    min-height: 525px;
    height: calc(100vh - 110px);
    top: 110px;
  }
  #main .load-view .txt {
    margin-top: -60px;
  }
}
@media (max-width: 612px) {
  #main .visual .txt-box .txt-body .navi a {
    height: 16vw;
  }
  #main .visual .txt-box .txt-body .navi a::after {
    right: 32%;
    height: 3.47vw;
    width: 3.47vw;
    border-width: 0.8vw 0.8vw 0 0;
  }
}

/*animation*/
/*#main{ transition: height 1s; }*/
/*#main .load-view{ transition: height 1s; }*/
#main .load-view.complete .txt {
  opacity: 0;
  transition: opacity 0.2s;
}
#main .load-view.complete .indicator {
  opacity: 0;
  transition: opacity 0.5s;
}
#main .load-view.complete .mask-top {
  height: 0;
  transition: height 1s;
}
#main .load-view.complete .mask-bottom {
  height: 0;
  transition: height 1s;
}
/*#main .visual{ transition: height 1s; }*/
#main .visual .photo-list .photo {
  opacity: 0;
  transition: opacity 4s;
}
#main .visual .photo-list .photo.move {
  animation: slide_animation 11s linear;
}
#main .visual .photo-list .photo.active {
  z-index: 5;
  opacity: 1;
}
@keyframes slide_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-140px);
  }
}
#main .visual .txt-box .ttl {
  opacity: 0;
}
#main .visual .txt-box.show .ttl {
  opacity: 1;
}
#main .visual .txt-box.show .ttl .word {
  transition: transform 0.85s cubic-bezier(0.2, 0, 0.07, 1);
}
#main .visual .txt-box .ttl .head .word {
  transform: translateY(110%);
}
#main .visual .txt-box.show .ttl .head .word {
  transform: translateY(0);
}
#main .visual .txt-box .ttl .foot .word {
  transform: translateY(-110%);
}
#main .visual .txt-box.show .ttl .foot .word {
  transform: translateY(0);
}
#main .visual .txt-box .ttl .head .word02 {
  transition-delay: 0.1s;
}
#main .visual .txt-box .ttl .head .word03 {
  transition-delay: 0.2s;
}
#main .visual .txt-box .ttl .head .word04 {
  transition-delay: 0.3s;
}
#main .visual .txt-box .ttl .head .word05 {
  transition-delay: 0.4s;
}
#main .visual .txt-box .ttl .head .word06 {
  transition-delay: 0.5s;
}
#main .visual .txt-box .ttl .foot .word10 {
  transition-delay: 0.1s;
}
#main .visual .txt-box .ttl .foot .word09 {
  transition-delay: 0.2s;
}
#main .visual .txt-box .ttl .foot .word08 {
  transition-delay: 0.3s;
}
#main .visual .txt-box .ttl .foot .word07 {
  transition-delay: 0.4s;
}
#main .visual .txt-box .txt-body .head,
#main .visual .txt-box .txt-body .head::before,
#main .visual .txt-box .txt-body .txt .word {
  opacity: 0;
  transform: translateX(10px);
}
#main .visual .txt-box.show .txt-body .head,
#main .visual .txt-box.show .txt-body .head::before,
#main .visual .txt-box.show .txt-body .txt .word {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.25s, transform 0.5s ease;
}
#main .visual .txt-box.show .txt-body .head {
  transition-delay: 0.9s;
}
#main .visual .txt-box.show .txt-body .head::before {
  transition-delay: 1s;
}
#main .visual .txt-box.show .txt-body .txt .word01 {
  transition-delay: 1.1s;
}
#main .visual .txt-box.show .txt-body .txt .word02 {
  transition-delay: 1.2s;
}
#main .visual .txt-box.show .txt-body .txt .word03 {
  transition-delay: 1.3s;
}
#main .visual .txt-box.show .txt-body .txt .word04 {
  transition-delay: 1.4s;
}
#main .visual .txt-box .txt-body .navi {
  width: 0;
  overflow: hidden;
}
#main .visual .txt-box.show .txt-body .navi {
  width: 100%;
  transition: width 0.3s ease;
  transition-delay: 1.5s;
}
@media (max-width: 767px) {
  #main .visual .txt-box.show .txt-body .navi {
    width: 83.34%;
  }
}
#main .visual .txt-box .txt-body .navi::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 5;
}
#main .visual .txt-box.show .txt-body .navi::before {
  transform: translateX(101%);
  transition: transform 0.3s ease;
  transition-delay: 1.8s;
}
#main .visual .txt-box .txt-body .navi a::after {
  transform: translateY(-50%) scaleY(1) rotate(45deg);
  opacity: 0;
}
#main .visual .txt-box.show .txt-body .navi a::after {
  animation: navi1_animation 2.4s;
  opacity: 1;
}
@keyframes navi1_animation {
  0% {
    transform: translateY(-50%) scaleY(0) rotate(45deg);
  }
  85% {
    transform: translateY(-50%) scaleY(0) rotate(45deg);
  }
  100% {
    transform: translateY(-50%) scaleY(1) rotate(45deg);
  }
}
#main .section01 .ttl-body .ttl {
  overflow: hidden;
}
#main .section01 .ttl-body .ttl::before {
  width: 0;
}
#main .section01 .ttl-body.show .ttl::before {
  width: 100%;
  transition: width 1s cubic-bezier(0.2, 0, 0.07, 1);
}
#main .section01 .ttl-body .ttl .word {
  display: inline-block;
  transform: translateY(100%);
}
#main .section01 .ttl-body.show .ttl .word.show {
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0.07, 1);
}
#main .section01 .ttl-body .ja {
  opacity: 0;
}
#main .section01 .ttl-body.show .ja {
  opacity: 1;
  transition: opacity 0.5s;
}
#main .section01 .more-btn a {
  color: transparent;
}
#main .section01 .more-btn.show a {
  color: #000000;
  transition: color 0.3s;
}
#main .section01 .more-btn a::before {
  width: 0;
}
#main .section01 .more-btn.show a::before {
  width: 100%;
}
#main .section01 .more-btn a:hover::before {
  transform: scaleX(0.8);
}
#main .section01 .more-btn a::after {
  transform: translateY(-50%) scaleY(1) rotate(45deg);
  opacity: 0;
}
#main .section01 .more-btn.show a::after {
  animation: navi2_animation 0.6s;
  opacity: 1;
}
#main .section01 .more-btn.show a:hover::after {
  transform: translateX(-10px) translateY(-50%) rotate(45deg);
}
@keyframes navi2_animation {
  0% {
    transform: translateY(-50%) scaleY(0) rotate(45deg);
  }
  50% {
    transform: translateY(-50%) scaleY(0) rotate(45deg);
  }
  100% {
    transform: translateY(-50%) scaleY(1) rotate(45deg);
  }
}
@media (max-width: 767px) {
  #main .section01 .more-btn a:hover::before {
    transform: scaleX(1);
  }
  #main .section01 .more-btn a:active::before {
    transform: scaleX(0.8);
  }
  #main .section01 .more-btn.show a:hover::after {
    transform: translateY(-50%) scaleY(1) rotate(45deg);
  }
  #main .section01 .more-btn.show a:active::after {
    transform: translateX(-10px) translateY(-50%) scaleY(1) rotate(45deg);
  }
}
#main .section02 .section-head .ttl-body .ttl {
  overflow: hidden;
}
#main .section02 .section-head .ttl-body .ttl .block {
  overflow: hidden;
  display: block;
}
#main .section02 .section-head .ttl-body .ttl::before {
  width: 0;
}
#main .section02.show .section-head .ttl-body .ttl::before {
  width: 100%;
  transition: width 1s cubic-bezier(0.2, 0, 0.07, 1);
}
#main .section02 .section-head .ttl-body .ttl .word {
  display: inline-block;
  transform: translateY(100%);
}
#main .section02.show .section-head .ttl-body .ttl .word.show {
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0.07, 1);
}
#main .section02 .section-head .ttl-body .ja,
#main .section02 .section-head .ttl-body::before,
#main .section02 .section-head .copy,
#main .section02 .txt-body .txt {
  opacity: 0;
  transform: translateX(10px);
}
#main .section02.show .section-head .ttl-body .ja,
#main .section02.show .section-head .ttl-body::before,
#main .section02.show .section-head .copy,
#main .section02.show .txt-body .txt {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.25s, transform 0.5s ease;
}
#main .section02.show .section-head .ttl-body .ja {
  transition-delay: 0.5s;
}
#main .section02.show .section-head .ttl-body::before {
  transition-delay: 0.6s;
}
#main .section02.show .section-head .copy {
  transition-delay: 0.7s;
}
#main .section02.show .txt-body .txt {
  transition-delay: 0.8s;
}
#main .section02 .more-btn a {
  width: 0;
  overflow: hidden;
}
#main .section02.show .more-btn a {
  width: 100%;
  transition: width 0.3s 0.9s ease, background-color 0.3s, box-shadow 0.3s;
}
#main .section02 .more-btn a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
#main .section02.show .more-btn a::before {
  transform: translateX(100%);
  transition: transform 0.3s ease;
  transition-delay: 0.9s;
}
#main .section02 .more-btn a::after {
  transform: translateY(-50%) scaleY(1) rotate(45deg);
  opacity: 0;
}
#main .section02.show .more-btn a::after {
  animation: navi3_animation 1.5s;
  opacity: 1;
}
@keyframes navi3_animation {
  0% {
    transform: translateY(-50%) scaleY(0) rotate(45deg);
  }
  83.33% {
    transform: translateY(-50%) scaleY(0) rotate(45deg);
  }
  100% {
    transform: translateY(-50%) scaleY(1) rotate(45deg);
  }
}
#main .news .list-item .item {
  opacity: 0;
  transform: translateY(10px);
}
#main .news .list-item .item.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s, transform 0.5s ease;
}
#main .horizon-photo .group {
  height: 340px;
}
#main .horizon-photo .group.move {
  animation: combare_animation 120s linear infinite;
}
#main .horizon-photo .group .photo {
  height: 0;
  transition: height 0.8s ease;
}
#main .horizon-photo.show .group .photo.show {
  height: 340px;
}
@media (max-width: 767px) {
  #main .horizon-photo .group {
    height: 239px;
  }
  #main .horizon-photo.show .group .photo.show {
    height: 239px;
  }
}
@keyframes combare_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#main .library .library-body .list-item {
  opacity: 0;
  transform: translateY(20px);
}
#main .library .library-body .list-item.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s, transform 0.5s ease;
}
#main .business .business-info .g01 {
  margin-top: 100%;
  opacity: 0;
}
#main .business .business-info.show .g01 {
  margin-top: 14.8%;
  opacity: 1;
  transition: opacity 0.6s ease-out, margin 0.6s ease-in-out;
}
#main .business .business-info .g02 {
  margin-top: 102.5%;
  opacity: 0;
}
#main .business .business-info.show .g02 {
  margin-top: 60.21%;
  opacity: 1;
  transition: opacity 0.6s ease-out, margin 0.6s ease-in-out;
}
#main .business .business-info .g03 {
  opacity: 0;
}
#main .business .business-info.show .g03 {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
#main .business .business-info .g04 {
  opacity: 0;
}
#main .business .business-info.show .g04 {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
#main .business .business-info .g05 {
  opacity: 0;
}
#main .business .business-info.show .g05 {
  opacity: 1;
  transition: opacity 0.4s ease-out;
  transition-delay: 0.5s;
}
#main .business .business-info .t01,
#main .business .business-info .t02,
#main .business .business-info .t03 {
  opacity: 0;
}
#main .business .business-info.show .t01,
#main .business .business-info.show .t02,
#main .business .business-info.show .t03 {
  opacity: 1;
  transition: opacity 0.4s ease-out;
  transition-delay: 0.2s;
}
#main .business .business-info .t04 {
  opacity: 0;
  transform: translate(-50%, 100%);
}
#main .business .business-info.show .t04 {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: opacity 0.4s, transform 0.4s ease;
  transition-delay: 0.5s;
}
#main .business .business-info .photo {
  transform: scale(0);
}
#main .business .business-info.show .photo {
  transform: scale(1);
  transition: transform 0.8s ease;
  transition-delay: 0.9s;
}
#main .service .service-info .g01 {
  opacity: 0;
}
#main .service .service-info.show .g01 {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
#main .service .service-info .g02 {
  opacity: 0;
  margin-left: 0;
}
#main .service .service-info.show .g02 {
  opacity: 1;
  margin-left: 54.76%;
  transition: opacity 0.4s ease-out, margin 0.4s ease-in-out;
  transition-delay: 0.2s;
}
#main .service .service-info .g03 {
  opacity: 0;
  margin-top: 10%;
}
#main .service .service-info.show .g03 {
  opacity: 1;
  margin-top: 52.78%;
  transition: opacity 0.4s ease-out, margin 0.4s ease-in-out;
  transition-delay: 0.5s;
}
#main .service .service-info .g04 {
  opacity: 0;
}
#main .service .service-info.show .g04 {
  opacity: 1;
  transition: opacity 0.4s ease-out;
  transition-delay: 0.5s;
}
#main .service .service-info .t01 {
  opacity: 0;
  transform: translateY(10%);
}
#main .service .service-info.show .t01 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-out, transform 0.5s ease-in-out;
  transition-delay: 0.8s;
}
#main .service .service-list .item {
  opacity: 0;
  transform: translateY(20px);
}
#main .service .service-list.show .item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s, transform 0.5s ease;
}
#main .service .service-list.show .item:nth-child(2) {
  transition-delay: 0.1s;
}
#main .service .service-list.show .item:nth-child(3) {
  transition-delay: 0.2s;
}
#main .case .case-list .list-item {
  opacity: 0;
  transform: translateY(20px);
}
#main .case .case-list .list-item.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s, transform 0.5s ease;
}
#main .contact::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 5;
}
#main .contact.show::before {
  height: 0;
  transition: height 0.6s ease-in-out;
}
#main .contact .ttl-body .ttl {
  overflow: hidden;
}
#main .contact .ttl-body .ttl .word {
  display: inline-block;
  transform: translateY(100%);
}
#main .contact.show .ttl-body .ttl .word.show {
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0.07, 1);
  transition-delay: 0.5s;
}
#main .contact .ttl-body .txt {
  opacity: 0;
  transform: translateX(10px);
}
#main .contact.show .ttl-body .txt {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.25s, transform 0.5s ease;
  transition-delay: 1s;
}
@media (max-width: 767px) {
  #main .contact .ttl-body .txt {
    transform: translateX(0);
  }
}
#main .contact a {
  overflow: hidden;
}
#main .contact .navi a {
  transform: scaleX(0);
  transform-origin: 0 center;
}
#main .contact.show .navi a {
  transform: scaleX(1);
  transition: transform 0.3s 0.3s ease, background-color 0.3s;
}
#main .contact .navi a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
#main .contact.show .navi a::before {
  transform: translateX(100%);
  transition: transform 0.3s ease;
  transition-delay: 0.6s;
}
#main .contact .navi a::after {
  transform: translateY(-50%) scaleY(1) rotate(45deg);
  opacity: 0;
}
#main .contact.show .navi a::after {
  animation: navi4_animation 1.2s;
  opacity: 1;
}
@keyframes navi4_animation {
  0% {
    transform: translateY(-50%) scaleY(0) rotate(45deg);
  }
  75% {
    transform: translateY(-50%) scaleY(0) rotate(45deg);
  }
  100% {
    transform: translateY(-50%) scaleY(1) rotate(45deg);
  }
}

#main .library .library-body .list-item .item a .txt {
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

#main .case .case-list .list-item .item .photo {
  width: 100%;
  padding-bottom: 60.5%;
  position: relative;
}

#main .case .case-list .list-item .item .photo a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#main .case .case-list .list-item .item .photo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#main .case .case-list .list-item .item .ttl a {
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

/* tab */
@media (max-width: 767px) {
  #main .library .library-body .list-item .item a .txt {
    -webkit-line-clamp: 3;
  }

  #main .case .case-list .list-item .item .ttl a {
    -webkit-line-clamp: 3;
  }
}

/* EN */
#main.frontpage_en .visual .txt-box .txt-body .txt .word + .word {
  margin-top: 15px;
}

#main.frontpage_en .section02.show .section-head .copy {
  width: 380px;
  line-height: 1.3;
}

#main.frontpage_en .section02.service {
  margin-top: 120px;
}

#main.frontpage_en .visual .txt-box.show .txt-body .txt .word05 {
  transition-delay: 1.5s;
}
#main.frontpage_en .visual .txt-box.show .txt-body .navi {
  width: 379px;
}

#main.frontpage_en .visual .txt-box .txt-body .navi a svg {
  width: 100%;
  height: 90px;
}

#main.frontpage_en .service .service-info .t01 {
  width: 100%;
  margin: 0;
}
#main.frontpage_en .service .service-info .t01 img {
  width: 100%;
}

#main.frontpage_en .business .business-info {
  transform: translateY(-64%);
}

#main.frontpage_en .contact {
  margin-top: 200px;
}

@media (max-width: 767px) {
  #main.frontpage_en .visual .txt-box .txt-body .txt .word01 {
    width: 100%;
  }
  #main.frontpage_en .visual .txt-box .txt-body .txt .word02 {
    width: 100%;
  }
  #main.frontpage_en .visual .txt-box .txt-body .txt .word03 {
    width: 100%;
  }
  #main.frontpage_en .visual .txt-box .txt-body .txt .word04 {
    width: 100%;
  }
  #main.frontpage_en .visual .txt-box .txt-body .txt .word05 {
    width: 100%;
  }
  #main.frontpage_en .visual .txt-box .txt-body .txt .word + .word {
    margin-top: 10px;
  }
  #main.frontpage_en .section02.show .section-head .copy {
    width: 65.82%;
  }
  #main.frontpage_en .visual .txt-box.show .txt-body .navi {
    width: 83.7333vw;
    height: 16.5333vw;
  }
  #main.frontpage_en .visual .txt-box .txt-body .navi a {
    width: 100%;
    height: 100%;
  }
  #main.frontpage_en .visual .txt-box .txt-body .navi a svg {
    width: 100%;
    height: 100%;
  }
  #main.frontpage_en .visual .txt-box .txt-body .navi a::after {
    right: 34.7%;
  }
  #main.frontpage_en .service .service-info .t01 {
    width: 100%;
    margin: 0;
  }
  #main.frontpage_en .business .business-info {
    transform: none;
  }
  #main.frontpage_en .contact {
    margin-top: 130px;
  }
}
