@charset "UTF-8";
.txt-fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .txt-fs24 {
    font-size: 2rem;
  }
}

.txt-fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs20 {
    font-size: 1.8rem;
  }
}

.txt-fs17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .txt-fs17 {
    font-size: 1.6rem;
  }
}

.txt-fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.5rem;
  }
}

.txt-fs14 {
  font-size: 1.4rem;
}

.lh24 {
  line-height: 2.4;
}

.header-left img {
  width: max(17.5rem, 140px);
}

.list-menu-hd {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
  align-items: center;
  line-height: 1;
}
.list-menu-hd li {
  padding-top: max(0.8rem, 8px);
  padding-bottom: max(0.8rem, 8px);
}
.list-menu-hd .link-href-hd {
  font-size: max(1.6rem, 15px);
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.list-menu-hd .link-href-hd:hover, .list-menu-hd .link-href-hd.is-active {
  color: #eb3b1c;
}
.list-menu-hd p.link-href-hd {
  cursor: pointer;
  position: relative;
  padding-right: max(2rem, 20px);
}
.list-menu-hd p.link-href-hd:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: max(1.2rem, 12px);
  height: max(0.8rem, 8px);
  background-image: url(../img/common/icon1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-menu-hd .list-dropdown-menu {
  position: relative;
}
.list-menu-hd .list-dropdown-menu .list-dropdown-menu-ul {
  position: absolute;
  display: none;
  top: 99%;
  left: -2.4rem;
  font-size: max(1.6rem, 14px);
  color: #fff;
  background-color: rgba(235, 59, 28, 0.8);
  border-radius: 0.8rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-bottom: 1.5rem;
}
.list-menu-hd .list-dropdown-menu .list-dropdown-menu-ul a {
  display: inline-block;
  margin-top: 1.6rem;
  position: relative;
}
.list-menu-hd .list-dropdown-menu .list-dropdown-menu-ul a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: max(0.2rem, 1px);
  background: #fff;
  bottom: -0.7rem;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transform-origin: center top;
}
.list-menu-hd .list-dropdown-menu .list-dropdown-menu-ul a:hover::before, .list-menu-hd .list-dropdown-menu .list-dropdown-menu-ul a.is-active::before {
  transform: scale(1, 1);
}
.list-menu-hd .list-dropdown-menu:hover .list-dropdown-menu-ul {
  display: block;
}
.list-menu-hd .list-dropdown-menu:hover .link-href-hd {
  color: #eb3b1c;
}

@media screen and (min-width: 768px) {
  header {
    max-width: 184rem;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.9rem;
    position: relative;
    z-index: 100;
  }
}

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 163rem;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 160;
    background-color: #fff;
    padding: 1.5rem;
  }
}

.mgt-page {
  margin-top: -3.5rem;
}
@media screen and (max-width: 999px) {
  .mgt-page {
    margin-top: -16px;
  }
}
@media screen and (max-width: 767px) {
  .mgt-page {
    margin-top: 0;
    padding-top: 8.2rem;
  }
}

@media screen and (min-width: 768px) {
  .crial-img {
    clip-path: polygon(33% 0, 100% 10%, 100% 100%, 50% 86%, 0 100%, 0 12%);
  }
}
@media screen and (max-width: 767px) {
  .crial-img img {
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}

.menu-global {
  position: fixed;
  width: 13rem;
  height: 13rem;
  display: block;
  z-index: 200;
  border-radius: 100rem;
  border: max(1px, 0.1rem) solid #263c6d;
  background-color: #fff;
  cursor: pointer;
  top: 4rem;
  right: 4rem;
}
.menu-global .btn-hamberger span {
  background-color: #263c6d;
}
.menu-global .btn-hamberger::before,
.menu-global .btn-hamberger::after {
  background-color: #263c6d;
}
.menu-global .menu-txt {
  font-size: 2rem;
  font-weight: 700;
  color: #263c6d;
  line-height: 1;
}
.menu-global .menu-global-gr {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.menu-global2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1000;
  transition: opacity 0.4s ease, visibility 0.4s ease, z-index 0s linear 0.4s;
}
.menu-global2.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 150;
  transition: opacity 0.4s ease, visibility 0.4s ease, z-index 0s;
}
.menu-global2 .menu-global2-flex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: grid;
  grid-template-columns: 42.6% 1fr;
}
@media screen and (max-width: 1600px) {
  .menu-global2 .menu-global2-flex {
    grid-template-columns: 38% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .menu-global2 .menu-global2-flex {
    display: block;
  }
}
.menu-global2 .menu-global2-flex .menu-global2-right {
  background-color: #263c6d;
  color: #fff;
  display: flex;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .menu-global2 .menu-global2-flex .menu-global2-right {
    height: 100vh;
  }
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-right-scrool {
  width: calc(100% - 6rem);
  max-width: 85rem;
  padding-bottom: 3.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 85rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-right-scrool {
    margin: 0;
    min-height: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 11rem;
    width: 100%;
    min-height: 84.8rem;
  }
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link-no, .menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link-no, .menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link {
    font-size: 2.4rem;
  }
}
.menu-global2 .menu-global2-flex .menu-global2-right ul li + li {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .menu-global2 .menu-global2-flex .menu-global2-right ul li + li {
    margin-top: 3rem;
  }
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link-gr {
  padding-top: 1.8rem;
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link-gr .menu-global2-link {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link-gr .menu-global2-link {
    font-size: 2rem;
  }
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link-gr .menu-global2-link span {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link-gr .menu-global2-link span:before {
  content: "";
  display: block;
  width: 2rem;
  height: max(1px, 0.1rem);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link-gr .menu-global2-link + .menu-global2-link {
  margin-top: 1rem;
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link-gr .menu-global2-link:hover span:before {
  background-color: #263c6d;
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link {
  border-bottom: max(1px, 0.1rem) solid #fff;
  display: flex;
  width: 36rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link {
    width: 100%;
  }
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link span {
  position: relative;
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/common/icon2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: arrowMove2 0.6s ease 0s 1 both;
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link:hover::before, .menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link.is-active:before {
  transform: scaleX(1);
  transform-origin: left;
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link:hover::after, .menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link.is-active:after {
  animation: arrowMove 0.6s ease 0s 1 both;
}
.menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link:hover, .menu-global2 .menu-global2-flex .menu-global2-right .menu-global2-link.is-active {
  color: #263c6d;
}
.menu-global2 .menu-global2-flex .menu-global2-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 3rem;
  padding-right: 3rem;
}
.menu-global2 .menu-global2-flex .menu-global2-left img {
  width: 45.8rem;
}
.menu-global2 .menu-global2-flex .menu-global2-left-address {
  font-size: 1.6rem;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  color: #263c6d;
  padding-top: 2rem;
  padding-right: 5rem;
}

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(120%, -50%);
  }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-1.5rem, -50%);
  }
}
@keyframes arrowMove2 {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(120%, -50%);
  }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
}
.menu-global2-icon-chiken {
  position: relative;
  border-bottom: max(0.3rem, 2px) solid #BDCCD4;
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .menu-global2-icon-chiken {
    padding-top: 5rem;
    margin-top: 2rem;
  }
}
.menu-global2-icon-chiken:before {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  right: 5rem;
  background-image: url(../img/common/icon3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 16.7rem;
  height: 14.4rem;
}
@media screen and (max-width: 767px) {
  .menu-global2-icon-chiken:before {
    width: 5.7rem;
    height: 6.4rem;
    bottom: -1rem;
  }
}

.hd-tel-icon {
  display: inline-block;
  margin-bottom: 2.5rem;
}
.hd-tel-icon img {
  width: 40rem;
}

.hd-fax-icon img {
  width: 28.7rem;
}
@media screen and (max-width: 767px) {
  .hd-fax-icon img {
    width: 100%;
  }
}

.menu-global2-tel-fax-left--box {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  border-radius: 100rem;
  background-color: #eb3b1c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .menu-global2-tel-fax-left--box {
    font-size: 1.6rem;
    height: 7rem;
    margin-top: 3rem;
  }
}

.menu-global2-tel-fax {
  display: grid;
  grid-template-columns: 47% 1fr;
  -moz-column-gap: 5.3rem;
       column-gap: 5.3rem;
  padding-top: 7.8rem;
}
@media screen and (max-width: 767px) {
  .menu-global2-tel-fax {
    display: block;
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-hamberger span, .btn-hamberger::before, .btn-hamberger::after {
    background-color: #263c6d;
  }
}
.text-banner-top {
  position: relative;
}
.text-banner-top .text-banner-top-cont {
  position: absolute;
  top: 24.5%;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  .text-banner-top .text-banner-top-cont {
    top: 20.5%;
  }
}
@media screen and (max-width: 767px) {
  .text-banner-top .text-banner-top-cont {
    top: auto;
    bottom: 1rem;
  }
}
.text-banner-top .text-banner-top-cont h2 {
  max-width: 141rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 767px) {
  .text-banner-top .text-banner-top-cont h2 {
    width: 100%;
  }
}
.text-banner-top .text-banner-top-cont img {
  width: 57rem;
}
@media screen and (max-width: 767px) {
  .text-banner-top .text-banner-top-cont img {
    width: 32rem;
  }
}
.text-banner-top .splide__pagination {
  bottom: 9.7%;
}
@media screen and (max-width: 999px) {
  .text-banner-top .splide__pagination {
    bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  .text-banner-top .splide__pagination {
    bottom: -2rem;
  }
}
.text-banner-top .splide__pagination .splide__pagination__page {
  background: #bdccd4;
  height: 1rem;
  width: 1rem;
  margin: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  opacity: 1;
  padding: 0;
}
.text-banner-top .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  background: #eb3b1c;
}
@media screen and (max-width: 999px) {
  .text-banner-top .splide__pagination .splide__pagination__page {
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1.1rem;
    margin-right: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .text-banner-top .splide__pagination .splide__pagination__page {
    height: 1rem;
    width: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.sec1-top {
  margin-top: -2rem;
}
@media screen and (max-width: 999px) {
  .sec1-top {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top {
    padding-top: 5rem;
  }
}
.sec1-top .txt-fs17 {
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec1-top .txt-fs17 {
    text-align: left;
  }
}
.sec1-top .gr-link-windown {
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  width: calc(100% - 37rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec1-top .gr-link-windown {
    width: 100%;
  }
}

.btn-link-global {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  border-radius: 100rem;
  width: 29rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .btn-link-global {
    width: 24rem;
    height: 5.5rem;
  }
}
.btn-link-global.blue {
  background-color: #263c6d;
}
.btn-link-global.blue .btn-link-global-icon {
  background-color: #263c6d;
}
.btn-link-global.blue .btn-link-global-icon:before {
  background-color: #eb3b1c;
}
.btn-link-global.blue .btn-link-global-slide:before {
  background: #eb3b1c;
}
.btn-link-global.red {
  background-color: #eb3b1c;
}
.btn-link-global.red .btn-link-global-icon {
  background-color: #eb3b1c;
}
.btn-link-global.red .btn-link-global-icon:before {
  background-color: #263c6d;
}
.btn-link-global.red .btn-link-global-slide:before {
  background: #263c6d;
}
.btn-link-global .btn-link-global-txt {
  position: relative;
  z-index: 2;
}
.btn-link-global .btn-link-global-icon {
  position: absolute;
  width: max(1.9rem, 15px);
  height: max(1rem, 8px);
  clip-path: polygon(100% 0, 0 49%, 100% 100%);
  right: calc(100% - 0.2rem);
  top: 50%;
  transform: translateY(-50%);
}
.btn-link-global .btn-link-global-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.2s ease;
  transition-property: transform;
}
.btn-link-global .btn-link-global-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 100rem;
}
.btn-link-global .btn-link-global-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease 0.19s;
  transition-property: transform;
}
.btn-link-global:hover .btn-link-global-slide:before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn-link-global:hover .btn-link-global-icon:before {
  transform: scaleX(1);
  transform-origin: left;
}

.cont-900 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.gr-link-windown {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .gr-link-windown {
    align-items: center;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
    justify-content: center;
  }
}
.gr-link-windown .link-windown-left-img {
  width: 10.4rem;
}
@media screen and (max-width: 767px) {
  .gr-link-windown .link-windown-left-img {
    width: 7rem;
  }
}
.gr-link-windown .gr-link-windown-right {
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .gr-link-windown .gr-link-windown-right {
    padding-top: 0;
  }
}

.sec2-top {
  padding-top: 18rem;
  background-color: #263c6d;
  position: relative;
  margin-top: -0.2rem;
}
@media screen and (max-width: 767px) {
  .sec2-top {
    margin-top: 5rem;
    padding-top: 9rem;
    padding-bottom: 5rem;
  }
}
.sec2-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16.7rem;
  height: 19rem;
  background-image: url(../img/top/image13.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .sec2-top:before {
    width: 13.7rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec2-top:before {
    width: 12rem;
  }
}
.sec2-top .sec2-top-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .sec2-top .sec2-top-ul {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
.sec2-top .sec2-top-ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec2-top .sec2-top-ul li {
    padding-top: 7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.sec2-top .sec2-top-ul li .sec2-top-item-title {
  position: absolute;
  top: -10.4rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec2-top .sec2-top-ul li .sec2-top-item-title {
    top: 0;
  }
}
.sec2-top .sec2-top-ul li .sec2-top-item-title img {
  height: 6.1rem;
}
.sec2-top .sec2-top-ul li:first-child .sec2-top-item-title {
  text-align: right;
  padding: 0 29.8%;
}
@media screen and (max-width: 767px) {
  .sec2-top .sec2-top-ul li:first-child .sec2-top-item-title {
    padding: 0;
    text-align: center;
  }
}
.sec2-top .sec2-top-ul li:nth-child(2) .sec2-top-item-title {
  text-align: center;
}
.sec2-top .sec2-top-ul li:nth-child(3) .sec2-top-item-title {
  text-align: center;
}
.sec2-top .sec2-top-ul li:last-child .sec2-top-item-title {
  text-align: left;
  padding: 0 25.2%;
}
@media screen and (max-width: 1400px) {
  .sec2-top .sec2-top-ul li:last-child .sec2-top-item-title {
    padding: 0 17.2%;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top .sec2-top-ul li:last-child .sec2-top-item-title {
    padding: 0;
    text-align: center;
  }
}

.sec3-top {
  max-width: 155rem;
  margin-left: auto;
  width: calc(100% - 1.5rem);
  padding-top: 21rem;
}
@media screen and (max-width: 767px) {
  .sec3-top {
    padding-top: 5rem;
    width: calc(100% - 3rem);
    margin-right: auto;
  }
}

.title-style1 {
  line-height: 1;
}
.title-style1 .title-style1-eng {
  height: 5.9rem;
}
@media screen and (max-width: 767px) {
  .title-style1 .title-style1-eng {
    height: 4.9rem;
  }
}
.title-style1 .jp {
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .title-style1 .jp {
    font-size: 2rem;
    padding-top: 1.5rem;
  }
}

.sec3-top-title {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 7.6rem;
       column-gap: 7.6rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-title {
    display: block;
  }
  .sec3-top-title .title-style1 {
    margin-bottom: 3rem;
  }
}

.sec3-top-main {
  border: max(1px, 0.1rem) solid #BDCCD4;
  border-right: 0;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-main {
    border: max(1px, 0.1rem) solid #BDCCD4;
    margin-top: 3.5rem;
  }
}

.sec3-top-main-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 6rem;
  position: relative;
  padding-bottom: 4.5rem;
}
.sec3-top-main-flex:before {
  content: "";
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 50%;
  width: max(1px, 0.1rem);
  background-color: #BDCCD4;
}
@media screen and (max-width: 767px) {
  .sec3-top-main-flex:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-main-flex {
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sec3-top-main-flex .sec3-top-main-item + .sec3-top-main-item {
    padding-top: 2rem;
    margin-top: 2rem;
    position: relative;
  }
  .sec3-top-main-flex .sec3-top-main-item + .sec3-top-main-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 0.2rem;
    background-color: #BDCCD4;
  }
}

.sec3-top-main-item-tlt {
  font-size: 3.5rem;
  font-weight: 500;
  padding-left: 6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec3-top-main-item-tlt {
    font-size: 2.8rem;
    padding-left: 0;
    text-align: center;
    padding-bottom: 2.5rem;
  }
}

.sec3-top-main-item-img1 {
  text-align: center;
  margin-top: 7rem;
}
@media screen and (max-width: 1400px) {
  .sec3-top-main-item-img1 {
    margin-top: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-main-item-img1 {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.sec3-top-main-item-img1 img {
  width: 61.5rem;
}
@media screen and (max-width: 1400px) {
  .sec3-top-main-item-img1 img {
    width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-main-item-img1 img {
    height: auto;
  }
}

.sec3-top-main-item-img2 {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-main-item-img2 {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.sec3-top-main-item-img2 img {
  width: 62.3rem;
}
@media screen and (max-width: 1400px) {
  .sec3-top-main-item-img2 img {
    width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-main-item-img2 img {
    height: auto;
  }
}

.sec3-top-main-item-box {
  position: relative;
  max-width: 53.2rem;
  height: 9.4rem;
  margin-left: auto;
  margin-right: auto;
  border: max(1px, 0.1rem) solid #263c6d;
  margin-top: 8.6rem;
  z-index: 2;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec3-top-main-item-box {
    height: auto;
    width: calc(100% - 3rem);
    max-width: 100%;
    margin-top: 4.5rem;
  }
}
.sec3-top-main-item-box .sec3-top-main-item-box-tlt {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  background-color: #263c6d;
  position: absolute;
  z-index: 2;
  top: -1.8rem;
  left: 2rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  padding: 0.7rem 1.6rem;
}

.sec3-top-main-item-list-txt {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -moz-column-gap: 3.8rem;
       column-gap: 3.8rem;
  row-gap: 2rem;
  padding-top: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec3-top-main-item-list-txt {
    padding: 2rem;
    padding-top: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.sec3-top-main-item-box-line {
  position: relative;
}
.sec3-top-main-item-box-line:before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 1.5rem;
  right: 1.5rem;
  height: max(0.1rem, 1px);
  background-color: #BDCCD4;
}

.sec3-top-main-item-box-txt2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.9;
  padding-top: 2.1rem;
}
.sec3-top-main-item-box-txt2 span {
  color: #eb3b1c;
}
@media screen and (max-width: 767px) {
  .sec3-top-main-item-box-txt2 {
    padding-bottom: 1rem;
  }
}

.sec3-top-main-item-list2-tlt {
  color: #fff;
  background-color: #eb3b1c;
  display: block;
  line-height: 1;
  padding: 0.3rem 0.8rem;
  border-radius: 100rem;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.sec3-top-main-item-list2 {
  line-height: 1.6;
  font-weight: 500;
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 2rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-top: 4.4rem;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 767px) {
  .sec3-top-main-item-list2 {
    padding-top: 3.5rem;
  }
}
.sec3-top-main-item-list2 a {
  color: #eb3b1c;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.sec3-top-main-item2-tlt {
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-main-item2-tlt {
    margin-top: 2rem;
  }
}
.sec3-top-main-item2-tlt:before {
  content: "";
  width: 2rem;
  height: max(3px, 0.3rem);
  background-color: #263c6d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec3-top-main-item2-txt {
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-main-item2-txt {
    width: calc(100% - 3rem);
    text-align: center;
    margin-top: 2.5rem;
    line-height: 1.7;
  }
}

.sec4-top {
  background-image: url(../img/top/image17.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 12.5rem;
  margin-top: 21.5rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .sec4-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
  }
}

.cont-1410 {
  max-width: 141rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec4-top-main {
  display: grid;
  grid-template-columns: 32.6% 1fr;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec4-top-main {
    display: block;
  }
}

.sec4-top-left .title-style1 {
  color: #fff;
}

.sec4-top-left-txt {
  background-color: #263c6d;
  color: #BDCCD4;
  height: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  max-width: 42rem;
  width: calc(100% - 1.5rem);
  margin-left: auto;
  margin-top: -6rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-left-txt {
    margin-top: 3rem;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 2.5rem 1.5rem;
  }
}

.sec4-top-right {
  padding-left: 5.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec4-top-right {
    padding-left: 0;
  }
}
.sec4-top-right .sec4-top-right-img {
  max-width: 78rem;
  width: 100%;
}
.sec4-top-right .sec4-top-right-icon {
  position: absolute;
  bottom: -2rem;
  right: 3rem;
  width: 47.2rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-right .sec4-top-right-icon {
    width: auto;
    right: 1.5rem;
    left: 1.5rem;
    bottom: -1.5rem;
  }
}

.sec4-top-left {
  margin-bottom: 3rem;
}

.sec5-top-item {
  display: grid;
  grid-template-columns: 63.1% 1fr;
  -moz-column-gap: 4.9%;
       column-gap: 4.9%;
  align-items: flex-end;
}
@media screen and (max-width: 1400px) {
  .sec5-top-item {
    -moz-column-gap: 2.9%;
         column-gap: 2.9%;
    grid-template-columns: 61.1% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-item {
    display: block;
  }
}
.sec5-top-item .gr-link-windown {
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-item .gr-link-windown {
    margin-top: 2rem;
    justify-content: center;
  }
}

.sec5-top-item-right-tlt {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-bottom: 2.7rem;
  letter-spacing: -0.2rem;
}
@media screen and (max-width: 1500px) {
  .sec5-top-item-right-tlt {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-item-right-tlt {
    font-size: 3rem;
    letter-spacing: 0;
    padding-bottom: 1.7rem;
  }
}
.sec5-top-item-right-tlt:before {
  content: "";
  width: 2.9rem;
  height: max(0.2rem, 2px);
  background-color: #263c6d;
}

.sec5-top-item-left {
  padding-bottom: 3.3rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-item-left {
    padding-bottom: 2.5rem;
  }
}

.sec5-top-item-our {
  position: relative;
}
.sec5-top-item-our:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(0.2rem, 2px);
  background-image: url(../img/top/image22.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sec5-top-list .sec5-top-item-our + .sec5-top-item-our {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-list .sec5-top-item-our + .sec5-top-item-our {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-list .sec5-top-item-our {
    padding-bottom: 4rem;
  }
}

.sec5-top {
  padding-top: 8rem;
  background: linear-gradient(to bottom, #CBD8DF 0rem, #CBD8DF 16rem, white 16rem, white 100%);
}
@media screen and (max-width: 767px) {
  .sec5-top {
    padding-top: 5rem;
  }
}

.sec5-top-title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec5-top-title {
    padding-bottom: 2rem;
  }
}
.sec5-top-title .sec5-top-title-cont {
  position: absolute;
  top: -0.6rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec5-top-title .sec5-top-title-cont {
    position: static;
  }
}
.sec5-top-title .sec5-top-title-cont .sec5-top-title-img {
  max-width: 141rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  text-align: right;
}
.sec5-top-title .sec5-top-title-cont .sec5-top-title-img img {
  width: 45.6rem;
}
@media screen and (max-width: 1400px) {
  .sec5-top-title .sec5-top-title-cont .sec5-top-title-img img {
    width: 41.6rem;
  }
}

.sec6-top {
  background-image: url(../img/top/image26.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 62rem;
  margin-top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec6-top {
    height: auto;
    padding: 5rem 0;
  }
}

.cont-900 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec6-top-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27rem;
  color: #fff;
  background-image: url(../img/top/image27.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec6-top-link {
    height: 20rem;
  }
}
.sec6-top-link:before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  border: max(1px, 0.1rem) solid #fff;
}
.sec6-top-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transform: scaleX(1);
  transform-origin: left;
  transition: all 0.5s ease;
  transition-property: transform;
}
.sec6-top-link:hover::after {
  transform: scaleX(0);
  transform-origin: right;
}
.sec6-top-link:hover .sec6-top-link-icon {
  background-color: #eb3b1c;
}
.sec6-top-link .jp {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec6-top-link .jp {
    font-size: 3.6rem;
  }
}
.sec6-top-link .eng {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-top: 1.5rem;
  position: relative;
  z-index: 3;
}
.sec6-top-link .eng:before, .sec6-top-link .eng:after {
  content: "";
  width: 5rem;
  height: max(1px, 0.1rem);
  background-color: #BDCCD4;
}
.sec6-top-link .eng img {
  width: 11.4rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-link .eng img {
    width: 9rem;
  }
}
.sec6-top-link .sec6-top-link-icon {
  position: absolute;
  z-index: 3;
  width: 7rem;
  height: 7rem;
  background-color: #263c6d;
  bottom: 0;
  right: 0;
  background-image: url(../img/top/image28.png);
  background-size: 2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec6-top-link .sec6-top-link-icon {
    width: 5rem;
    height: 5rem;
  }
}

.ft1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .ft1 {
    grid-template-columns: 1fr 1fr;
  }
}

.ft2 {
  background-image: url(../img/common/image05.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 6.7rem;
}
@media screen and (max-width: 767px) {
  .ft2 {
    padding-top: 5rem;
  }
}

.ft2-main {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ft2-main {
    display: block;
  }
}

.img-logo-ft {
  width: 42.8rem;
}

.ft2-left {
  padding-top: 1rem;
}
.ft2-left .txt-fs16 {
  line-height: 1.5;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .ft2-left .txt-fs16 {
    padding-top: 3rem;
    text-align: center;
  }
}

.ft2-right-ul {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ft2-right-ul {
    display: block;
    text-align: center;
    padding-top: 2.5rem;
  }
}
.ft2-right-ul li:first-child, .ft2-right-ul li:nth-child(3) {
  margin-right: 6.6rem;
}
@media screen and (max-width: 767px) {
  .ft2-right-ul li:first-child, .ft2-right-ul li:nth-child(3) {
    margin-right: 0;
  }
}
.ft2-right-ul li:nth-child(2) {
  margin-right: 2.6rem;
}
@media screen and (max-width: 767px) {
  .ft2-right-ul li:nth-child(2) {
    margin-right: 0;
  }
}
.ft2-right-ul .ft2-right-ul-child {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .ft2-right-ul .ft2-right-ul-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .ft2-right-ul li + li {
    padding-top: 1rem;
  }
}

.ft3-bottom {
  font-size: 1.4rem;
  font-weight: 700;
  color: #bdccd4;
  text-align: right;
  max-width: 141rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  margin-top: -2.4rem;
  padding-bottom: 6.6rem;
}
@media screen and (max-width: 767px) {
  .ft3-bottom {
    margin-top: 3rem;
    text-align: center;
    padding-bottom: 1rem;
  }
}

.scrolltop {
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 10;
  background-image: url(../img/common/icon5.png);
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
  background-position: center center;
  width: 6rem;
  height: 6rem;
  border-radius: 100rem;
  background-color: #263c6d;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .scrolltop {
    border: 0.1rem solid #fff;
    width: 5rem;
    height: 5rem;
    background-size: 2rem auto;
  }
}

.banner-page-child {
  height: 56rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .banner-page-child {
    clip-path: polygon(33% 0, 100% 18%, 100% 100%, 0% 100%, 0 100%, 0 21%);
  }
}
@media screen and (max-width: 767px) {
  .banner-page-child {
    height: 28rem;
  }
}

.banner-page-title {
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  padding-top: 5.8rem;
  border: 0.4rem solid #263c6d;
  border-bottom: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding-bottom: 6rem;
  margin-left: 20rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .banner-page-title {
    margin-left: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page-title {
    margin-left: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.banner-page-title:before, .banner-page-title:after {
  content: "";
  display: block;
  height: 0.4rem;
  background-color: #263c6d;
  position: absolute;
  width: 100vw;
  bottom: 0;
}
.banner-page-title:before {
  right: 100%;
}
.banner-page-title:after {
  left: 100%;
}
.banner-page-title img {
  height: 6.6rem;
}
@media screen and (min-width: 768px) {
  .banner-page-title img.img-banner-works {
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page-title img {
    height: 3.5rem;
  }
}
.banner-page-title .jp {
  color: #263c6d;
  line-height: 1;
  display: block;
  padding-top: 1.2rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .banner-page-title .jp {
    font-size: 2rem;
  }
}
.banner-page-title .banner-page-title-icon {
  position: absolute;
  width: 8rem;
  height: 7rem;
  background-image: url(../img/common/image06.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  bottom: 100%;
  left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .banner-page-title .banner-page-title-icon {
    width: 5rem;
    height: 5rem;
    left: 1.5rem;
  }
}

.cont-1180 {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.title-style2 {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .title-style2 {
    font-size: 2rem;
  }
}

.banner-page-child-sub {
  position: relative;
}
.banner-page-child-sub .banner-page-child-sub-main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .banner-page-child-sub .banner-page-child-sub-main {
    padding-top: 5rem;
  }
}

.sec1-company {
  padding-top: 20.3rem;
  padding-bottom: 16.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-company {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.table-style1 {
  width: 100%;
}
.table-style1 tr td:last-child {
  font-weight: 500;
  width: calc(100% - 28.6rem);
}
.table-style1 tr td:first-child {
  width: 28.6rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .table-style1 tr td:first-child {
    background-color: #263c6d;
    color: #fff;
  }
}
.table-style1 tr td {
  border-bottom: max(0.1rem, 1px) solid #BDCCD4;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .table-style1 tr td {
    width: 100% !important;
    float: left;
    border: 0 !important;
    padding: 1rem 1.5rem !important;
  }
}
.table-style1 tr:first-child td {
  border-top: max(0.1rem, 1px) solid #BDCCD4;
}

.sec1-company-table {
  padding-top: 4rem;
}

.cont-1300 {
  max-width: 130rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}

.sec2-company-main {
  border: max(1px, 0.1rem) solid #BDCCD4;
  padding-top: 14rem;
  border-radius: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .sec2-company-main {
    padding: 5rem 0;
    border-radius: 4.5rem;
  }
}
.sec2-company-main .sec2-company-content {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 6rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec2-company-main .sec2-company-content {
    display: block;
    width: calc(100% - 3rem);
  }
}
.sec2-company-main .sec2-company-content .sec2-company-left, .sec2-company-main .sec2-company-content .sec2-company-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec2-company-main .sec2-company-content .sec2-company-left, .sec2-company-main .sec2-company-content .sec2-company-right {
    width: 100%;
  }
}
.sec2-company-main .sec2-company-content .sec2-company-left {
  padding-left: 12.6rem;
  border-right: max(0.1rem, 1px) solid #BDCCD4;
}
@media screen and (max-width: 767px) {
  .sec2-company-main .sec2-company-content .sec2-company-left {
    padding-left: 0;
    border-right: 0;
    text-align: center;
  }
}
.sec2-company-main .sec2-company-content .sec2-company-right {
  padding-left: 4.7rem;
}
@media screen and (max-width: 767px) {
  .sec2-company-main .sec2-company-content .sec2-company-right {
    padding-left: 0;
    padding-top: 3rem;
    text-align: center;
  }
}

.sec2-company-right-icon {
  padding-left: 4.3rem;
}
@media screen and (max-width: 767px) {
  .sec2-company-right-icon {
    padding-left: 0;
  }
}
.sec2-company-right-icon .sec2-company-icon-tel {
  width: 40rem;
}
.sec2-company-right-icon .sec2-company-icon-fax {
  width: 28.7rem;
  margin-top: 2.7rem;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .sec2-company-right-icon .sec2-company-icon-fax {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.sec2-company-bottom {
  width: 100%;
}

.sec2-company-link {
  display: flex;
  width: 100%;
  height: 12rem;
  background-color: #263c6d;
  color: #fff;
  border-radius: 100rem;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec2-company-link {
    height: 8rem;
  }
}
.sec2-company-link span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.sec2-company-link span:before {
  content: "";
  width: 3.2rem;
  height: 2.3rem;
  background-size: 100% auto;
  background-image: url(../img/company/image06.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec2-company-link span:before {
    width: 2.2rem;
    height: 2rem;
  }
}
.sec2-company-link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #eb3b1c;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.sec2-company-link:after {
  content: "";
  position: absolute;
  background-image: url(../img/company/image07.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: max(0.9rem, 9px);
  height: max(1.7rem, 17px);
  top: 50%;
  transform: translateY(-50%);
  right: 4.4rem;
}
@media screen and (max-width: 767px) {
  .sec2-company-link:after {
    right: 1.4rem;
  }
}
.sec2-company-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.sec2-company-bottom {
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-company-bottom {
    padding-top: 3.5rem;
  }
}

.sec3-company {
  padding-top: 14rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .sec3-company {
    padding: 5rem 0;
  }
}

.sec3-company-line {
  font-weight: 500;
  border-top: max(1px, 0.1rem) solid #BDCCD4;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  padding-top: 1.3rem;
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .sec3-company-line {
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.google-map {
  padding-top: 1.7rem;
}
.google-map iframe {
  width: 100%;
  height: 36rem;
}
@media screen and (max-width: 767px) {
  .google-map iframe {
    height: 28rem;
  }
}

.link-rank-smart {
  position: relative;
}
.link-rank-smart .link-rank-smart-main {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .link-rank-smart .link-rank-smart-main {
    top: -9rem;
  }
}

.cont-980 {
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec1-contact-main {
  line-height: 1.5;
  color: #000000;
}
.sec1-contact-main .txt-dots:before {
  color: #263c6d;
}
.sec1-contact-main .txt-dots + .txt-dots {
  margin-top: 0.5rem;
}

.txt-dots {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
}
.txt-dots:before {
  content: "●";
  font-size: 0.5rem;
  transform: translateY(0.5rem);
}

.sec1-contact-cont {
  border-top: max(1px, 0.1rem) solid #BDCCD4;
  border-bottom: max(1px, 0.1rem) solid #BDCCD4;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  padding-left: 7.8rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact-cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.sec1-contact-cont .txt-fs20 {
  font-weight: 500;
  padding-bottom: 0.5rem;
}

.sec1-contact {
  padding-top: 22rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact {
    padding-top: 5rem;
  }
}

.table-form {
  width: 100%;
}
.table-form tr td:first-child {
  width: 30rem;
  color: #000000;
  font-weight: 500;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .table-form tr td:first-child {
    padding-bottom: 0 !important;
  }
}
.table-form tr td:last-child {
  width: calc(100% - 30rem);
}
.table-form tr td {
  vertical-align: middle;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .table-form tr td {
    width: 100% !important;
    float: left;
    padding: 1.5rem 0 !important;
  }
}
.table-form .erro-form {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263c6d;
  line-height: 1;
  width: 6.5rem;
  height: 3rem;
  float: right;
}
@media screen and (max-width: 767px) {
  .table-form .erro-form {
    width: 5.5rem;
    font-size: 1.4rem;
  }
}
.table-form .tr-area td:first-child {
  vertical-align: top;
  padding-top: 3.9rem;
}
.table-form .tr-checkbox td {
  vertical-align: top;
}

.form-control {
  width: 100%;
  height: 7rem;
  background-color: #e4f4fd;
  padding: 0 1.5rem;
  outline: 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .form-control {
    height: 5rem;
  }
}

.gr-form-address-area {
  padding-top: 3rem;
}

.form-area {
  resize: none;
  background-color: #e4f4fd;
  padding: 1.5rem;
  outline: 0;
  border: 0;
  width: 100%;
  height: 15rem;
}

.gr-form-address {
  display: grid;
  grid-template-columns: max-content 13rem max-content 13rem;
  align-items: center;
  color: #000000;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .gr-form-address {
    grid-template-columns: max-content 10rem max-content 10rem;
  }
}

.form-checkbox {
  width: 2.6rem;
  height: 2.6rem;
}

.form-chekcbox-tlt {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.6;
}
.form-chekcbox-tlt span {
  font-size: 1.3rem;
  color: #666666;
}

.gr-form-chekcbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .gr-form-chekcbox {
    justify-content: center;
    padding-top: 2rem;
  }
}

.submit-form-btn {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #263c6d;
  position: relative;
  width: 50rem;
  height: 10rem;
  border-radius: 5rem;
  border: 0;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .submit-form-btn {
    width: 100%;
    height: 8rem;
    font-size: 2rem;
  }
}
.submit-form-btn span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.submit-form-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #eb3b1c;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.submit-form-btn:after {
  content: "";
  position: absolute;
  background-image: url(../img/company/image07.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: max(0.9rem, 9px);
  height: max(1.7rem, 17px);
  top: 50%;
  transform: translateY(-50%);
  right: 4.4rem;
}
@media screen and (max-width: 767px) {
  .submit-form-btn:after {
    right: 1.4rem;
  }
}
.submit-form-btn:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.submit-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .submit-form {
    padding-top: 3rem;
  }
}

.sec2-contact-top-form {
  font-weight: 700;
  padding-left: 21rem;
}
@media screen and (max-width: 767px) {
  .sec2-contact-top-form {
    padding-left: 0;
  }
}

.sec2-contact {
  padding-top: 5.7rem;
  padding-bottom: 19.3rem;
}
@media screen and (max-width: 767px) {
  .sec2-contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.toggle-contact {
  width: 19.5rem;
  height: 9rem;
  color: #fff;
  position: fixed;
  right: 0;
  top: 20rem;
  line-height: 1;
  z-index: 20;
}
@media screen and (max-width: 1400px) {
  .toggle-contact {
    width: 17rem;
  }
}
.toggle-contact a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 100rem;
  border-top-left-radius: 100rem;
  position: relative;
  overflow: hidden;
  background-color: #263c6d;
  row-gap: 1.5rem;
}
.toggle-contact a:after {
  content: "";
  background-image: url(../img/common/icon6.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 3.3rem;
  height: 2.3rem;
  z-index: 2;
}
.toggle-contact a span {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 700;
}
.toggle-contact a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #eb3b1c;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.toggle-contact a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.sec1-works-cont {
  max-width: 166.6rem;
  width: calc(100% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .sec1-works-cont {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.sec1-works-cont .sec1-works-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec1-works-cont .sec1-works-flex {
    display: block;
  }
}
.sec1-works-cont .sec1-works-flex .sec1-works-left {
  width: 30.6%;
  padding-top: 17rem;
}
@media screen and (max-width: 1400px) {
  .sec1-works-cont .sec1-works-flex .sec1-works-left {
    width: 25.6%;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-works-cont .sec1-works-flex .sec1-works-left {
    width: 100%;
    padding-top: 0;
  }
}
.sec1-works-cont .sec1-works-flex .sec1-works-right {
  width: 61.5%;
}
@media screen and (max-width: 1600px) {
  .sec1-works-cont .sec1-works-flex .sec1-works-right {
    width: 65.5%;
  }
}
@media screen and (max-width: 1400px) {
  .sec1-works-cont .sec1-works-flex .sec1-works-right {
    width: 70.5%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-works-cont .sec1-works-flex .sec1-works-right {
    width: 100%;
    padding-top: 5rem;
  }
}
.sec1-works-cont .sec1-works-left-fixed {
  color: #fff;
  line-height: 1;
  background-color: #263c6d;
  padding-left: 3.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  padding-top: 4.2rem;
  padding-bottom: 6.3rem;
  box-shadow: 1rem 1rem 1.3rem #bdccd4;
}
@media screen and (min-width: 768px) {
  .sec1-works-cont .sec1-works-left-fixed {
    position: sticky;
    top: 2rem;
    left: 0;
  }
}
@media screen and (max-width: 1400px) {
  .sec1-works-cont .sec1-works-left-fixed {
    padding-left: 2.5rem;
    padding-top: 3.2rem;
    padding-bottom: 4.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-works-cont .sec1-works-left-fixed {
    padding: 2rem;
    border-radius: 1.5rem;
  }
}
.sec1-works-cont .sec1-works-left-fixed .sec1-works-left-fixed-title {
  font-size: 1.8rem;
}
.sec1-works-cont .sec1-works-left-fixed .sec1-works-left-fixed-ul {
  font-size: 3rem;
  font-weight: 700;
  color: #BDCCD4;
  padding-top: 4rem;
}
@media screen and (max-width: 1400px) {
  .sec1-works-cont .sec1-works-left-fixed .sec1-works-left-fixed-ul {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-works-cont .sec1-works-left-fixed .sec1-works-left-fixed-ul {
    font-size: 2.2rem;
    padding-top: 2.5rem;
  }
}
.sec1-works-cont .sec1-works-left-fixed .sec1-works-left-fixed-ul li + li {
  padding-top: 3.4rem;
}
@media screen and (max-width: 1400px) {
  .sec1-works-cont .sec1-works-left-fixed .sec1-works-left-fixed-ul li + li {
    padding-top: 2.5rem;
  }
}
.sec1-works-cont .sec1-works-left-fixed .sec1-works-left-fixed-ul a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  transition: all 0.3s ease-in-out;
}
.sec1-works-cont .sec1-works-left-fixed .sec1-works-left-fixed-ul a:hover, .sec1-works-cont .sec1-works-left-fixed .sec1-works-left-fixed-ul a.is-active {
  color: #fff;
}
.sec1-works-cont .sec1-works-left-fixed .sec1-works-left-fixed-ul a:hover:before, .sec1-works-cont .sec1-works-left-fixed .sec1-works-left-fixed-ul a.is-active:before {
  background-color: #fff;
}
.sec1-works-cont .sec1-works-left-fixed .sec1-works-left-fixed-ul a:before {
  content: "";
  display: block;
  width: 3rem;
  height: max(1px, 0.1rem);
  background-color: #BDCCD4;
  transition: all 0.3s ease-in-out;
}

.sec1-works-right .sec5-top-item-right-tlt {
  padding-bottom: 0;
}

.sec1-works {
  padding-top: 22rem;
  padding-bottom: 20.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-works {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.list-pkobonew {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6.5rem;
       column-gap: 6.5rem;
  row-gap: 5.5rem;
  padding-top: 7.8rem;
}
@media screen and (max-width: 1400px) {
  .list-pkobonew {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 3rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .list-pkobonew {
    display: block;
  }
  .list-pkobonew li + li {
    padding-top: 3.5rem;
  }
}
.list-pkobonew .list-pkobonew-item {
  border: max(1px, 0.1rem) solid #BDCCD4;
  padding-left: 4rem;
  padding-top: 4rem;
  padding-right: 4rem;
  padding-bottom: 2.7rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .list-pkobonew .list-pkobonew-item {
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
  }
}
.list-pkobonew .list-pkobonew-shadow {
  position: relative;
  cursor: pointer;
  height: 100%;
}
.list-pkobonew .list-pkobonew-shadow:hover:before {
  transform: translate(0rem, 0rem);
}
.list-pkobonew .list-pkobonew-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E5EBEE;
  transform: translate(1rem, 1rem);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .list-pkobonew .list-pkobonew-shadow:before {
    transform: translate(0.7rem, 0.7rem);
  }
}

.list-category {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: max(1px, 0.1rem) solid #BDCCD4;
}
.list-category .list-category-style {
  display: inline-block;
  color: #263c6d;
  border: max(1px, 0.1rem) solid #BDCCD4;
  border-radius: 100rem;
  padding: 0.5rem 1.2rem;
}
.list-category .list-category-style.is-active {
  background-color: #BDCCD4;
}
.list-category .list-category-style.no-active {
  color: #BDCCD4;
}

.list-pkobonew-item-tlt {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding-top: 1.3rem;
}
@media screen and (max-width: 1400px) {
  .list-pkobonew-item-tlt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .list-pkobonew-item-tlt {
    font-size: 2rem;
  }
}

.slider-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1000;
  overflow-y: auto;
  background-color: #263c6d;
  opacity: 0;
  transition: opacity 0.3s ease, z-index 0s linear 0.3s;
}
.slider-full-screen.is-active {
  opacity: 1;
  z-index: 300;
  transition: opacity 0.3s ease, z-index 0s;
}
.slider-full-screen .slider-full-screen-close {
  position: absolute;
  width: 13rem;
  height: 13rem;
  z-index: 200;
  border-radius: 100rem;
  border: max(1px, 0.1rem) solid #263c6d;
  background-color: #fff;
  cursor: pointer;
  top: 4rem;
  right: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .slider-full-screen .slider-full-screen-close {
    width: 8rem;
    height: 8rem;
    border-radius: 0;
    top: 0;
    right: 0;
    border: 0;
  }
}
.slider-full-screen .slider-full-screen-close .btn-hamberger span, .slider-full-screen .slider-full-screen-close .btn-hamberger:before, .slider-full-screen .slider-full-screen-close .btn-hamberger:after {
  background-color: #263c6d;
}
.slider-full-screen .slider-full-screen-close .menu-txt {
  font-size: 2rem;
  font-weight: 700;
  color: #263c6d;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .slider-full-screen .slider-full-screen-close .menu-txt {
    font-size: 1.5rem;
  }
}

.slider-full-cont {
  max-width: 101.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .slider-full-cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 10rem;
    padding-bottom: 3rem;
    position: relative;
  }
}
.slider-full-cont .slider-item {
  width: 9.3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .slider-full-cont .slider-item {
    width: auto;
  }
}
.slider-full-cont .slider-item.next-slider {
  justify-content: flex-end;
}
.slider-full-cont .slider-item .pre-next-btn {
  background-color: transparent;
  width: 1.4rem;
  height: 2.9rem;
  border: 0;
  outline: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slider-full-cont .slider-item .pre-next-btn {
    position: absolute;
    top: 50%;
    left: 2rem;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .slider-full-cont .slider-item #slider-full-icon-next {
    left: auto;
    right: 2rem;
  }
}
.slider-full-cont .slider-item-main {
  width: calc(100% - 18.6rem);
}
@media screen and (max-width: 767px) {
  .slider-full-cont .slider-item-main {
    width: 100%;
  }
}

.slider-full-screen-img img {
  width: 100%;
}

.slider-full-screen-title {
  justify-content: space-between;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 2.7rem;
}
.slider-full-screen-title .txt-fs16 {
  line-height: 1.5;
  color: #fff;
}
.slider-full-screen-title .list-category-gr {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.decription-bkoponew {
  color: #fff;
  line-height: 1.6;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .decription-bkoponew {
    padding-top: 2rem;
    font-size: 1.4rem;
  }
}

.cription-content {
  margin-right: auto;
}
.cription-content .txt-fs14 {
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
}

.cription-content-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .form-control, .form-area {
    scroll-margin-top: 13rem;
  }
}

.btn-blogtor {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .btn-blogtor {
    margin-top: 2rem;
  }
}
.btn-blogtor img {
  width: 16.5rem;
}
@media screen and (max-width: 767px) {
  .btn-blogtor img {
    width: 100%;
    border-radius: 100rem;
  }
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gr-link-windown-left {
  position: relative;
}
.gr-link-windown-left img {
  transform-origin: bottom left;
  transform: skewY(0deg) scaleX(1);
  transition: transform 0.4s ease;
  position: relative;
  z-index: 2;
}
.gr-link-windown-left.is-active img {
  transform: skewY(15deg) scaleX(0.9);
}
.gr-link-windown-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/common/icon-down.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}/*# sourceMappingURL=style.css.map */