@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");
@font-face {
  font-family: YuGothM;
  src: url(../font/YuGothM.ttc);
}
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0;
  overflow-x: hidden;
}

.pc {
  display: block;
}

.cp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .cp {
    display: block;
  }
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0%;
  padding: 0%;
}

ul li,
ol li {
  list-style: none;
}

.page_width {
  max-width: 1800px;
  margin: auto;
}

.page_samll_width {
  max-width: 1400px;
  margin: auto;
}

.common_padding {
  padding: 0 6.25vw;
}
@media screen and (max-width: 768px) {
  .common_padding {
    padding: 0 13.0208333333vw;
  }
}

.page {
  max-width: 2000px;
  margin: auto;
}

/* Page top */
.page_top {
  position: fixed;
  bottom: 30px;
  right: 35px;
  z-index: 10;
  display: none;
  background: #00A89C;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.35s;
}

.page_top a {
  display: flex;
  width: 15px;
  height: 15px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(-45deg);
  transition: all 0.35s;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 16px;
  top: 20px;
}

.forsp {
  display: none;
}
@media screen and (max-width: 1120px) {
  .forsp {
    display: block;
  }
}

.page_top:hover {
  background: #666;
}

.l-zoomOut {
  transform: scale(1.08);
  transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-show.l-zoomOut {
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .ws {
    white-space: normal;
    width: 60%;
    line-height: 28px;
  }
}

.box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 600px;
  padding: 5px;
  border: 2px solid #ccc;
}
.box:before, .box:after {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #ccc;
  border: 2px solid #ccc;
  line-height: 12px;
  top: 5px;
  text-align: center;
}
.box:before {
  left: 5px;
}
.box:after {
  right: 5px;
}
.box .box-inner {
  position: relative;
  border: 2px solid #ccc;
  padding: 40px;
}
.box .box-inner:before, .box .box-inner:after {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #ccc;
  border: 2px solid #ccc;
  line-height: 12px;
  bottom: -2px;
  text-align: center;
}
.box .box-inner:before {
  left: -2px;
}
.box .box-inner:after {
  right: -2px;
}

.sec-title_sm {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1600px) {
  .sec-title_sm {
    margin-top: 1.5vw;
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-title_sm {
    font-weight: 300;
    margin-top: 2.34375vw;
    font-size: 3.125vw;
    line-height: 2;
  }
}

.t-color {
  color: #00A89C;
}

.sec-title_lg {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1600px) {
  .sec-title_lg {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-title_lg {
    font-size: 4.6875vw;
  }
}

.l-base-wide {
  width: auto;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-zoomHover {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.l-zoomHover img {
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

a:hover .l-zoomHover img:hover {
  transform: scale(1.03);
}

.l-more {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125vw;
  color: #333333;
  text-decoration: none;
  padding: 30px 0 30px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-more {
    font-size: 2.34375vw;
    padding: 20px 0 20px 55px;
  }
}
.l-more::before, .l-more::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .l-more::before, .l-more::after {
    transform: scale(0.7);
    transform-origin: left;
  }
}
.l-more::before {
  background: url(../image/arrow/arrow_wt.png) no-repeat 20px center;
  background-color: rgba(12, 22, 39, 0.7);
  transition: 0.5s;
}
.l-more::after {
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(0);
  transition: 0.5s;
}

body.is-pc .l-more:hover::before {
  background-color: rgba(12, 22, 39, 0.8);
  animation: amin-arrow01 0.4s ease forwards 0.4s;
}

body.is-pc .l-more:hover::after {
  transform: scale(1);
  opacity: 1;
}

.l-more.is-white {
  color: #fff;
}
.l-more.is-white::before {
  background-image: url(../../img/icon/arrow.png);
  background-color: rgba(255, 255, 255, 0.7);
}
.l-more.is-white::after {
  background-color: rgba(255, 255, 255, 0.2);
}

body.is-pc .l-more.is-white:hover::before {
  background-color: rgba(255, 255, 255, 0.9);
  animation: amin-arrow01 0.4s ease forwards 0.4s;
}

body.is-pc .l-more.is-white:hover::after {
  transform: scale(1);
  opacity: 1;
}

@keyframes amin-arrow01 {
  0% {
    background-position: 20px center;
  }
  50% {
    background-position: 23px center;
  }
  100% {
    background-position: 20px center;
  }
}
.l-mask {
  display: inline-block;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  vertical-align: middle;
}

.is-show .l-mask,
.is-show.l-mask {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.l-mask.is-full {
  width: 100%;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 999;
  width: 100%;
  transition: all 0.35s;
}
.header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .header .header-container {
    height: 11.71875vw;
  }
}
.header .header-container .header-logo {
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .header .header-container .header-logo {
    padding-left: 3.125vw;
    gap: 5.46875vw;
  }
}
.header .header-container .header-logo .left {
  max-width: 50px;
}
@media screen and (max-width: 768px) {
  .header .header-container .header-logo .left {
    max-width: 6.5104166667vw;
  }
}
.header .header-container .header-logo .right {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .header .header-container .header-logo .right {
    max-width: 46.875vw;
  }
}
.header .header-container .header-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 50px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .header .header-container .header-link {
    padding-right: 3.125vw;
    gap: 3.90625vw;
  }
}
.header .header-container .header-link a {
  font-size: 12px;
}
.header .header-container .header-link .menu_btn {
  display: block;
}
.header .header-container .header-link .menu_btn .container {
  position: relative;
  width: 3.125vw;
  height: 3.125vw;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  border: 0.125vw solid #00A89C;
  gap: 0.5vw;
}
@media screen and (max-width: 768px) {
  .header .header-container .header-link .menu_btn .container {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
    gap: 1.0416666667vw;
    border: 0.2604166667vw solid #00A89C;
  }
}
.header .header-container .header-link .menu_btn .container .bar1,
.header .header-container .header-link .menu_btn .container .bar2,
.header .header-container .header-link .menu_btn .container .bar3 {
  width: 1.875vw;
  height: 0.125vw;
  background: #00A89C;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .header .header-container .header-link .menu_btn .container .bar1,
  .header .header-container .header-link .menu_btn .container .bar2,
  .header .header-container .header-link .menu_btn .container .bar3 {
    width: 3.90625vw;
    height: 0.2604166667vw;
  }
}
.header .header-container .header-link .menu_btn .container.change .bar1 {
  transform: rotate(-45deg) translate(-0.25vw, 0.25vw);
}
@media screen and (max-width: 768px) {
  .header .header-container .header-link .menu_btn .container.change .bar1 {
    transform: rotate(-45deg) translate(-0.5208333333vw, 0.5208333333vw);
  }
}
.header .header-container .header-link .menu_btn .container.change .bar2 {
  display: none;
}
.header .header-container .header-link .menu_btn .container.change .bar3 {
  transform: rotate(45deg) translate(-0.25vw, -0.25vw);
}
@media screen and (max-width: 768px) {
  .header .header-container .header-link .menu_btn .container.change .bar3 {
    transform: rotate(45deg) translate(-0.5208333333vw, -0.5208333333vw);
  }
}

.nav_sp {
  width: 24.2%;
  position: fixed;
  z-index: 90;
  top: 0%;
  right: -105%;
  overflow-x: hidden;
  transition: 0.5s;
  background-image: url(../image/pattern01.png);
  padding: 140px 0 40px 0;
  border-radius: 2px;
}
.nav_sp .contain {
  position: relative;
  padding: 0 40px;
}
.nav_sp .contain li {
  list-style: none;
  position: relative;
  margin-bottom: 30px;
}
.nav_sp .contain li a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 35px;
}
.nav_sp .contain li a .up_txt {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  color: #00A89C;
}
.nav_sp .contain li a .up_txt::after {
  position: absolute;
  content: "";
  left: 0%;
  bottom: -20px;
  width: 0;
  background-color: #00A89C;
  height: 3px;
  transition: all 0.5s;
}
.nav_sp .contain li a .up_txt:hover::after {
  width: 100%;
}
.nav_sp .contain .menu-link_box {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nav_sp .contain .menu-link_box .m-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #00a89c;
  padding: 5px 30px;
  transition: all 0.35s;
}
.nav_sp .contain .menu-link_box .m-link img {
  width: 40px;
  height: auto;
}
.nav_sp .contain .menu-link_box .m-link p {
  margin-top: 14px;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
.nav_sp .contain .menu-link_box .m_mail-box:hover {
  background-color: #ffffff;
}
.nav_sp .contain .menu-link_box .m_phone-box:hover {
  background-color: #ffffff;
}
.nav_sp .contain .menu-link_box .m_ref-box:hover {
  background-color: #ffffff;
}
@media screen and (max-width: 1600px) {
  .nav_sp {
    width: 32%;
    padding: 8.75vw 0 2.5vw;
  }
  .nav_sp .contain {
    padding-left: 2.5vw;
  }
  .nav_sp .contain li {
    margin-bottom: 1.875vw;
  }
  .nav_sp .contain li a {
    gap: 2.1875vw;
  }
  .nav_sp .contain li a .up_txt {
    font-weight: 37.5vw;
    font-size: 1.875vw;
    letter-spacing: 0.05em;
    line-height: 2vw;
    text-align: center;
    color: #00A89C;
  }
  .nav_sp .contain li a .up_txt::after {
    bottom: -1.25vw;
    height: 0.1875vw;
  }
  .nav_sp .contain li a .up_txt:hover::after {
    width: 100%;
  }
  .nav_sp .contain .menu-link_box {
    margin-top: 5vw;
    gap: 1.875vw;
  }
  .nav_sp .contain .menu-link_box .m-link {
    border: 0.125vw solid #00a89c;
    padding: 0.3125vw 1.875vw;
  }
  .nav_sp .contain .menu-link_box .m-link img {
    width: 2.5vw;
    height: auto;
  }
  .nav_sp .contain .menu-link_box .m-link p {
    margin-top: 1vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .nav_sp {
    width: 100%;
    height: 100vh;
    border: none;
    background-image: url(../image/pattern01.png);
    padding: 18.2291666667vw 0 7.8125vw;
  }
  .nav_sp .contain {
    padding: 0 7.8125vw;
  }
  .nav_sp .contain li {
    margin-bottom: 10.4166666667vw;
  }
  .nav_sp .contain li a {
    gap: 7.8125vw;
  }
  .nav_sp .contain li a .up_txt {
    line-height: 5.46875vw;
    font-size: 4.6875vw;
  }
  .nav_sp .contain li a .up_txt::after {
    bottom: -2.6041666667vw;
    height: 0.5208333333vw;
  }
  .nav_sp .contain .menu-link_box {
    gap: 7.8125vw;
    margin: 5.2083333333vw 0;
  }
  .nav_sp .contain .menu-link_box .m-link {
    padding: 2.6041666667vw 7.8125vw;
    border: 0.2604166667vw solid #00a89c;
  }
  .nav_sp .contain .menu-link_box .m-link img {
    width: 3.90625vw;
  }
  .nav_sp .contain .menu-link_box .m-link p {
    margin-top: 2.0833333333vw;
    font-size: 3.125vw;
  }
}

.main-visual {
  margin-top: 140px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .main-visual {
    margin-top: 8.75vw;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    margin-top: 11.71875vw;
  }
}
.main-visual .slide-show {
  width: 75vw;
  height: 40.625vw;
  margin: auto;
  overflow: hidden;
  margin-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .main-visual .slide-show {
    width: 78.125vw;
    height: 52.0833333333vw;
  }
}
.main-visual .slide-show .slideitem {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s;
  width: 75vw;
  height: 40.625vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-visual .slide-show .slideitem {
    width: 78.125vw;
    height: 52.0833333333vw;
  }
}
.main-visual .slide-show .slideitem img {
  width: 100%;
  height: 100%;
  transition: 4s;
}
.main-visual .slide-show .slideitem.active {
  opacity: 1;
  transform: scale(1);
}
.main-visual .slide-show .slideitem.active img {
  animation: slideanim 4s linear;
}
@keyframes slideanim {
  from {
    transform: scale(1.1);
    opacity: 0.6;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.main-visual .visual-scroll {
  position: absolute;
  right: 5vw;
  bottom: 0;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 768px) {
  .main-visual .visual-scroll {
    right: 10.4166666667vw;
  }
}
.main-visual .visual-scroll a {
  display: block;
  width: 12.5vw;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.75vw;
}
@media screen and (max-width: 768px) {
  .main-visual .visual-scroll a {
    width: 26.0416666667vw;
    font-weight: 52.0833333333vw;
    font-size: 1.5625vw;
  }
}
.main-visual .visual-scroll a::before, .main-visual .visual-scroll a::after {
  position: absolute;
  content: "";
  width: 9.375vw;
  height: 0.0625vw;
  right: 0;
  top: 50%;
  transform-origin: left;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .main-visual .visual-scroll a::before, .main-visual .visual-scroll a::after {
    right: 2.6041666667vw;
    width: 16.9270833333vw;
    height: 0.1302083333vw;
  }
}
.main-visual .visual-scroll a::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.main-visual .visual-scroll a::after {
  transform: scaleX(0);
  animation: anim-visualScroll 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@keyframes anim-visualScroll {
  0% {
    transform: scaleX(0);
  }
  35% {
    transform: scaleX(1);
    transform-origin: left;
  }
  40% {
    transform-origin: right;
  }
  50% {
    transform: scaleX(1);
  }
  85% {
    transform: scaleX(0);
    transform-origin: right;
  }
  100% {
    transform-origin: left;
  }
}
.main-visual::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-image: url(../image/pattern01.png);
}

.about {
  padding: 7.5vw 0 6.25vw;
  background-image: url(../image/pattern01.png);
}
@media screen and (max-width: 768px) {
  .about {
    padding: 10.4166666667vw 0 7.8125vw;
  }
}
.about .about-title {
  text-align: center;
  position: relative;
}
.about .about-title::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  height: 0.5px;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1600px) {
  .about .about-title::after {
    bottom: -5vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about-title::after {
    bottom: -2.6041666667vw;
  }
}
.about .relation {
  width: 100%;
  margin-top: 12.5vw;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about .relation {
    margin-top: 10.4166666667vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
.about .relation .relation-imglt {
  margin-left: 10vw;
  width: 700px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .about .relation .relation-imglt {
    margin-left: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .about .relation .relation-imglt {
    margin-left: 2.5vw;
    justify-content: center;
    width: 75%;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .about .relation .relation-imglt img {
    transform: scale(1.08);
    transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.about .relation .cntnt {
  width: 45%;
  padding: 5vw 0 0 7.5vw;
}
@media screen and (max-width: 1600px) {
  .about .relation .cntnt {
    padding-left: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .about .relation .cntnt {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 11.125vw;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
}
.about .relation .cntnt .cntnt-group h3 {
  font-size: 1.75vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .about .relation .cntnt .cntnt-group h3 {
    font-size: 4.6875vw;
  }
}
.about .relation .cntnt .cntnt-group p {
  font-size: 1.125vw;
  line-height: 2vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .about .relation .cntnt .cntnt-group p {
    font-size: 3.125vw;
    line-height: 4.1666666667vw;
  }
}
.about .relation .cntnt .cntnt-group .pt {
  margin-top: 24px;
}
@media screen and (max-width: 1600px) {
  .about .relation .cntnt .cntnt-group .pt {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .about .relation .cntnt .cntnt-group .pt {
    margin-top: 3.125vw;
  }
}
.about .relation .cntnt .cntnt-group .pm {
  margin-top: 70px;
}
@media screen and (max-width: 1600px) {
  .about .relation .cntnt .cntnt-group .pm {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .about .relation .cntnt .cntnt-group .pm {
    margin-top: 4.1666666667vw;
  }
}
.about .relation .cntnt .cntnt-group .pb {
  margin-top: 24px;
}
@media screen and (max-width: 1600px) {
  .about .relation .cntnt .cntnt-group .pb {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .about .relation .cntnt .cntnt-group .pb {
    margin-top: 3.6458333333vw;
  }
}
.about .relation .relation-imgrt {
  position: absolute;
  left: 90%;
  top: 7.5vw;
  width: 75%;
}
@media screen and (max-width: 1600px) {
  .about .relation .relation-imgrt {
    left: 92%;
  }
}
@media screen and (max-width: 768px) {
  .about .relation .relation-imgrt {
    width: 100%;
    left: 70%;
  }
}
.about .relation .relation-imgrt img {
  transform: scaleY(0.7);
}
@media screen and (max-width: 768px) {
  .about .relation .relation-imgrt img {
    transform: scale(1.08);
    transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.about .imggroup {
  padding-top: 250px;
}
@media screen and (max-width: 768px) {
  .about .imggroup {
    padding-top: 80px;
  }
}
.about .imggroup .imgtop {
  display: flex;
  justify-content: space-between;
}
.about .imggroup .imgtop .top-imglt {
  width: 54%;
  margin-top: 12.5vw;
}
@media screen and (max-width: 768px) {
  .about .imggroup .imgtop .top-imglt {
    position: relative;
    z-index: 2;
    width: 30%;
    margin-top: 54.6875vw;
  }
}
.about .imggroup .imgtop .top-imglt img {
  position: relative;
  z-index: 4;
  transform: translateX(-30%);
  width: 92%;
  height: 70%;
}
@media screen and (max-width: 768px) {
  .about .imggroup .imgtop .top-imglt img {
    transform: translateX(0);
    width: 100%;
    height: 85%;
  }
}
.about .imggroup .imgtop .top-imgrt {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .about .imggroup .imgtop .top-imgrt {
    transform: translateX(-5%);
    position: relative;
    z-index: 1;
    width: 70%;
  }
}
.about .imggroup .imgtop .top-imgrt img {
  width: 75%;
  margin-right: 7.5vw;
}
@media screen and (max-width: 768px) {
  .about .imggroup .imgtop .top-imgrt img {
    width: 100%;
  }
}
.about .imggroup .imgmid {
  width: 50%;
}
.about .imggroup .imgmid .mid {
  width: 80%;
  transform: translate(62.5vw, -53.125vw);
}
@media screen and (max-width: 768px) {
  .about .imggroup .imgmid .mid {
    transform: translate(40.3645833333vw, -18.2291666667vw);
    width: 120%;
  }
}
.about .imggroup .imgbtm {
  margin-top: -43.75vw;
  margin-left: 12.5vw;
}
@media screen and (max-width: 768px) {
  .about .imggroup .imgbtm {
    margin-top: -7.8125vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about .imggroup .imgbtm .btm-img {
    width: 80%;
  }
}

.business {
  width: 100%;
}
.business .business-title {
  margin-top: 7.5vw;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business .business-title {
    margin-top: 10.4166666667vw;
  }
}
.business .business-title::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  height: 0.5px;
  width: 70%;
  background-color: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1600px) {
  .business .business-title::after {
    bottom: -5vw;
  }
}
@media screen and (max-width: 768px) {
  .business .business-title::after {
    bottom: -2.6041666667vw;
  }
}

.recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7.5vw 0 7.5vw;
}
@media screen and (max-width: 768px) {
  .recruit {
    margin: 7.8125vw 0 10.4166666667vw;
  }
}
.recruit .recruit-group .recruit-content {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 5vw;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-group .recruit-content {
    display: block;
  }
}
.recruit .recruit-group .rec-imgcon {
  width: 100%;
  display: flex;
  justify-content: center;
}
.recruit .recruit-group .rec-imgcon .rec-imggroup {
  width: 80%;
  margin-top: 3.75vw;
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-group .rec-imgcon .rec-imggroup {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 10.4166666667vw;
  }
}
.recruit .recruit-group .rec-imgcon .rec-imggroup .rec-left {
  width: 40%;
}
.recruit .recruit-group .rec-imgcon .rec-imggroup .rec-left .g-top {
  position: relative;
}
.recruit .recruit-group .rec-imgcon .rec-imggroup .rec-left .g-top::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  transition: 0.8s;
}
body.is-pc .recruit .recruit-group .rec-imgcon .rec-imggroup .rec-left .g-top:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
.recruit .recruit-group .rec-imgcon .rec-imggroup .rec-left .grid {
  margin-top: 0.5vw;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5vw 0.5vw;
}
.recruit .recruit-group .rec-imgcon .rec-imggroup .rec-left .grid .gallrery {
  position: relative;
}
.recruit .recruit-group .rec-imgcon .rec-imggroup .rec-left .grid .gallrery::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  transition: 0.8s;
}
body.is-pc .recruit .recruit-group .rec-imgcon .rec-imggroup .rec-left .grid .gallrery:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1600px) {
  .recruit .recruit-group .rec-imgcon .rec-imggroup .rec-left {
    margin-top: 0.5vw;
    gap: 0.5vw 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-group .rec-imgcon .rec-imggroup .rec-left {
    width: 100%;
    margin-top: 2.2135416667vw;
    gap: 1.0416666667vw 2.34375vw;
  }
}
.recruit .recruit-group .rec-imgcon .rec-imggroup .rec-right {
  width: 58%;
}
.recruit .recruit-group .rec-imgcon .rec-imggroup .rec-right .rec-mark {
  width: 100%;
  height: 96%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recruit .recruit-group .rec-imgcon .rec-imggroup .rec-right .rec-mark .rec-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 47.5vw;
  box-shadow: 0.8125vw 0.8125vw 0.25vw rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .recruit .recruit-group .rec-imgcon .rec-imggroup .rec-right {
    width: 100%;
    height: 100%;
  }
  .recruit .recruit-group .rec-imgcon .rec-imggroup .rec-right .rec-mark {
    width: 97%;
    height: 100%;
  }
  .recruit .recruit-group .rec-imgcon .rec-imggroup .rec-right .rec-mark .rec-img {
    max-width: 54.6875vw;
    height: 100%;
    display: flex;
    box-shadow: 1.3020833333vw 1.3020833333vw 0.5208333333vw rgba(0, 0, 0, 0.25);
  }
}

.result {
  height: 40.625vw;
  display: block;
  align-items: center;
  padding: 7.5vw 0 5vw 0;
  background-image: url(../image/pattern01.png);
}
@media screen and (max-width: 768px) {
  .result {
    height: 71.6145833333vw;
    padding: 15.625vw 0 10.4166666667vw 0;
  }
}
.result .result-title {
  padding: 0 100px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .result .result-title {
    text-align: center;
  }
}
.result .result-slider .carousel {
  padding: 20px;
  perspective: 1500px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .result .result-slider .carousel {
    perspective: 800px;
    bottom: 1.3020833333vw;
  }
}
.result .result-slider .carousel > * {
  flex: 0 0 auto;
}
.result .result-slider .carousel figure {
  margin: 0;
  width: 35%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  .result .result-slider .carousel figure {
    width: 40%;
  }
}
.result .result-slider .carousel figure img {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0px;
}
.result .result-slider .carousel figure img:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}
.result .result-slider .carousel nav {
  display: flex;
  justify-content: center;
  margin: 1.25vw 0 0;
}
.result .result-slider .carousel nav button {
  flex: 0 0 auto;
  margin: 0 1.25vw;
  cursor: pointer;
  color: #00A89C;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125vw;
  border: 0.0125vw solid;
  letter-spacing: 1px;
  padding: 0.625vw 1.875vw;
}
@media screen and (max-width: 768px) {
  .result .result-slider .carousel nav {
    margin: 2.6041666667vw 0 0;
  }
  .result .result-slider .carousel nav button {
    margin: 0 2.6041666667vw;
    font-size: 2.34375vw;
    border: 0.0260416667vw solid;
    padding: 1.3020833333vw 3.90625vw;
  }
}

.sales {
  padding: 7.5vw 6.25vw 6.25vw 7.5vw;
}
@media screen and (max-width: 768px) {
  .sales {
    padding: 10.4166666667vw 6.5104166667vw;
  }
}
.sales .sales-content {
  display: flex;
  justify-content: flex-start;
  gap: 13.15%;
}
@media screen and (max-width: 768px) {
  .sales .sales-content {
    display: block;
    justify-content: center;
  }
}
.sales .sales-imgcon {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sales .sales-imgcon {
    display: block;
  }
}
.sales .sales-imgcon .sales-item {
  width: 80%;
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin-top: 2.5vw;
}
@media screen and (max-width: 768px) {
  .sales .sales-imgcon .sales-item {
    margin-top: 0;
    display: block;
    width: 100%;
  }
}
.sales .sales-imgcon .sales-item .sales-left {
  width: 45%;
}
.sales .sales-imgcon .sales-item .sales-left .sales-com {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sales .sales-imgcon .sales-item .sales-left .sales-com .left-img {
  max-width: 37.5vw;
}
@media screen and (max-width: 768px) {
  .sales .sales-imgcon .sales-item .sales-left {
    width: 100%;
    height: 100%;
    margin-top: 3.90625vw;
  }
  .sales .sales-imgcon .sales-item .sales-left .sales-com {
    width: 100%;
    height: 100%;
    border: none;
  }
  .sales .sales-imgcon .sales-item .sales-left .sales-com .left-img {
    margin-top: 7.8125vw;
    max-width: 91.1458333333vw;
    height: 100%;
    display: block;
  }
}
.sales .sales-imgcon .sales-item .sales-right {
  width: 53%;
}
.sales .sales-imgcon .sales-item .sales-right .sales-mark {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0.8125vw 0.8125vw 0.25vw rgba(0, 0, 0, 0.25);
}
.sales .sales-imgcon .sales-item .sales-right .sales-mark .sales-img {
  padding-top: 8.75vw;
  width: 50%;
  margin-bottom: 9.375vw;
}
@media screen and (max-width: 768px) {
  .sales .sales-imgcon .sales-item .sales-right {
    width: 100%;
    height: 100%;
    margin-top: 10.4166666667vw;
  }
  .sales .sales-imgcon .sales-item .sales-right .sales-mark {
    width: 97%;
    height: 105%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: 1.3020833333vw 1.3020833333vw 0.5208333333vw rgba(0, 0, 0, 0.25);
  }
  .sales .sales-imgcon .sales-item .sales-right .sales-mark .sales-img {
    padding-top: 10.4166666667vw;
    width: 50%;
    height: 100%;
  }
}

.achievement {
  display: block;
  align-items: center;
  padding: 7.5vw 0 6.25vw 0;
  background-image: url(../image/pattern01.png);
}
@media screen and (max-width: 768px) {
  .achievement {
    padding: 10.4166666667vw 0 7.8125vw 0;
  }
}
.achievement .achiev-title {
  padding: 0 100px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .achievement .achiev-title {
    text-align: center;
  }
}
.achievement .achieve-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.achievement .achieve-slider .carousel {
  padding: 1.25vw;
  perspective: 1500px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .achievement .achieve-slider .carousel {
    padding: 1.3020833333vw;
    bottom: 1.953125vw;
  }
}
.achievement .achieve-slider .carousel > * {
  flex: 0 0 auto;
}
.achievement .achieve-slider .carousel figure {
  margin: 0;
  width: 30%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  .achievement .achieve-slider .carousel figure {
    width: 35%;
  }
}
.achievement .achieve-slider .carousel figure img {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.achievement .achieve-slider .carousel figure img:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}
.achievement .achieve-slider .carousel nav {
  display: flex;
  justify-content: center;
  margin: 1.25vw 0 0;
}
.achievement .achieve-slider .carousel nav button {
  flex: 0 0 auto;
  margin: 0 1.25vw;
  cursor: pointer;
  color: #00A89C;
  background: none;
  font-size: 18px;
  border: 0.125vw solid;
  letter-spacing: 1px;
  padding: 0.625vw 1.875vw;
}
@media screen and (max-width: 768px) {
  .achievement .achieve-slider .carousel nav {
    margin: 1.3020833333vw 0 0;
  }
  .achievement .achieve-slider .carousel nav button {
    margin: 0 2.6041666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.34375vw;
    border: 0.0260416667vw solid;
    padding: 1.3020833333vw 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .achievement {
    perspective: 800px;
  }
}

.profile {
  padding: 6.25vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .profile {
    padding: 13.0208333333vw 9.765625vw;
  }
}
.profile .profile-group {
  width: 100%;
  display: flex;
  margin-top: 6.25vw;
  justify-content: space-around;
  position: relative;
}
.profile .profile-group::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -75px;
  transform: translate(-50%);
  height: 0.5px;
  width: 75%;
  background-color: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1600px) {
  .profile .profile-group::before {
    top: -4.6875vw;
  }
}
@media screen and (max-width: 1280px) {
  .profile .profile-group::before {
    top: -4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .profile .profile-group::before {
    top: -9.765625vw;
  }
}
@media screen and (max-width: 768px) {
  .profile .profile-group {
    display: block;
    width: 100%;
  }
}
.profile .profile-group .profile-title {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .profile .profile-group .profile-title {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .profile .profile-group .profile-title {
    width: 100%;
  }
}
.profile .profile-group .profile-content {
  width: 60%;
}
@media screen and (max-width: 1600px) {
  .profile .profile-group .profile-content {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .profile .profile-group .profile-content {
    margin-top: 2.6041666667vw;
    width: 100%;
  }
}
.profile .profile-group .profile-content table {
  width: 100%;
}
.profile .profile-group .profile-content table tr td {
  white-space: nowrap;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  border-top: 1px solid #ccc;
  font-size: 95%;
  line-height: 85px;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .profile .profile-group .profile-content table tr td {
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 1280px) {
  .profile .profile-group .profile-content table tr td {
    font-size: 80%;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .profile .profile-group .profile-content table tr td {
    font-size: 2.6041666667vw;
    line-height: 11.1979166667vw;
  }
}
.profile .profile-group .profile-content table tr td.frsttr {
  border-top: none;
}
.profile .profile-group .profile-content table .le {
  width: 75%;
  font-weight: 100;
  padding-left: 0;
}
.profile .profile-group .profile-content table .td-first {
  width: 25%;
  padding-right: 0;
}
@media screen and (max-width: 1120px) {
  .profile .profile-group .profile-content table .chtd {
    line-height: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .profile .profile-group .profile-content table .chtd {
    vertical-align: center;
    line-height: 5.46875vw;
  }
}
.profile .profile-group .profile-content table .change-td {
  padding-top: 0.75vw;
  vertical-align: top;
  line-height: 1.0625vw;
}
@media screen and (max-width: 1280px) {
  .profile .profile-group .profile-content table .change-td {
    padding-top: 0.9375vw;
    line-height: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .profile .profile-group .profile-content table .change-td {
    padding-top: 1.3020833333vw;
    line-height: 3.90625vw;
  }
}

td .frsttr {
  border: none;
}

.sns {
  background-image: url(../image/pattern01.png);
  padding: 5vw;
}
@media screen and (max-width: 768px) {
  .sns {
    padding: 10.4166666667vw;
    margin-bottom: 10px;
  }
}
.sns .sns-group {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sns .sns-group {
    display: block;
  }
}
.sns .sns-group .sns-title {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .sns .sns-group .sns-title {
    width: 100%;
  }
}
.sns .sns-group .sns-item {
  width: 77%;
}
@media screen and (max-width: 768px) {
  .sns .sns-group .sns-item {
    width: 100%;
  }
}
.sns .sns-group .sns-item .embedsocial-hashtag {
  display: flex;
  flex-wrap: wrap-reverse;
  overflow-y: hidden;
  width: 100%;
  height: 80%;
}
.sns .sns-group .sns-item .embedsocial-hashtag a {
  color: transparent !important;
  display: none !important;
}
.sns .sns-group .sns-item .embedsocial-hashtag a img{
  color: transparent !important;
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sns .sns-group .sns-item .embedsocial-hashtag {
    height: 78.125vw;
  }
}
.sns .sns-group .sns-link {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sns .sns-group .sns-link {
    position: static;
    padding-top: 3.90625vw;
  }
}

.header_bg {
  background-color: transparent;
}

.contact {
  border-top: 0.625vw solid #ffffff;
  background-image: url(../image/cork-wallet.png);
  padding: 5vw 2.625vw;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 7.8125 3.90625vw;
  }
}
.contact .contact-group {
  background-image: url(../image/pattern01.png);
  padding: 5vw 6.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact .contact-group {
    display: block;
    padding: 7.8125vw 5.2083333333vw;
  }
}
.contact .contact-group .contact-content {
  width: 40%;
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .contact .contact-group .contact-content {
    width: 100%;
  }
}
.contact .contact-group .contact-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5vw;
  margin-top: 2.5vw;
}
@media screen and (max-width: 768px) {
  .contact .contact-group .contact-content h2 {
    font-size: 3.125vw;
    font-weight: 500;
    margin-top: 5.2083333333vw;
  }
}
.contact .contact-group .contact-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875vw;
  margin-top: 1.5vw;
}
@media screen and (max-width: 768px) {
  .contact .contact-group .contact-content p {
    font-size: 2.6041666667vw;
    font-weight: 300;
    margin-top: 4.1666666667vw;
  }
}
.contact .contact-group .contact-content .readmore {
  margin-top: 3.75vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact .contact-group .contact-content .readmore {
    margin-top: 7.8125vw;
  }
}
.contact .contact-group .contact-content .readmore span {
  margin-left: 1.5625vw;
  font-size: 1.125vw;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .contact .contact-group .contact-content .readmore span {
    margin-left: 1.0416666667vw;
    font-size: 2.34375vw;
  }
}
.contact .contact-group .contact-img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .contact .contact-group .contact-img {
    width: 100%;
    margin-top: 5.2083333333vw;
  }
}

.footer {
  background-image: url(../image/denim.png);
  padding: 5vw 6vw 5vw;
}
.footer .footer-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #ffffff;
}
.footer .footer-group .footer-about .footer-img {
  max-width: 17.25vw;
  margin-left: 2.8125vw;
  margin-bottom: 0.875vw;
}
.footer .footer-group .footer-about .fp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875vw;
  font-weight: 200;
  line-height: 2vw;
}
.footer .footer-group .footer-about .fh {
  font-weight: 200;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.25vw;
  font-size: 1vw;
  line-height: 2vw;
}
.footer .footer-group .footer-nav .nav-bar {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.8125vw;
}
.footer .footer-group .footer-nav .nav-bar li a {
  font-size: 0.875vw;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.footer .footer-group .footer-nav .nav-bar li a::after {
  position: absolute;
  content: "";
  left: 0;
  height: 0.125vw;
  bottom: -0.1875vw;
  width: 0%;
  background-color: #fff;
  transition: all 0.35s;
}
.footer .footer-group .footer-nav .nav-bar li a:hover::after {
  width: 100%;
}
.footer .footer-group .footer-contact .footer-btn a {
  font-size: 1.5vw;
  font-family: "Noto Sans JP", sans-serif;
  background-color: rgba(247, 248, 248, 0.9);
  color: #333333;
  padding: 1.25vw 8.125vw;
}
.footer .footer-group .footer-contact .footer-btn a:hover {
  color: #fff;
  background-color: #adadad;
}

.footersp {
  background-image: url(../image/denim.png);
  padding: 10.4166666667vw 0 7.8125vw;
}
.footersp .footer-group {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footersp .footer-group .footer-contact {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-items: center;
}
.footersp .footer-group .footer-contact .footer-img {
  margin-bottom: 0.875vw;
  max-width: 39.0625vw;
  margin-left: 2.8125vw;
}
.footersp .footer-group .footer-contact .footer-btn {
  margin-top: 5.46875vw;
}
.footersp .footer-group .footer-contact .footer-btn a {
  font-family: "Noto Sans JP", sans-serif;
  background-color: rgba(247, 248, 248, 0.9);
  color: #333333;
  font-size: 3.125vw;
  padding: 2.6041666667vw 16.9270833333vw;
}
.footersp .footer-group .footer-contact .footer-btn a:hover {
  color: #fff;
  background-color: #adadad;
}
.footersp .footer-group .footer-nav {
  margin-top: 8.0729166667vw;
}
.footersp .footer-group .footer-nav .nav-bar {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5625vw;
}
.footersp .footer-group .footer-nav .nav-bar li a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 3.125vw;
}
.footersp .footer-group .footer-nav .nav-bar li a::after {
  position: absolute;
  content: "";
  left: 0;
  height: 0.2604166667vw;
  bottom: -0.390625vw;
  width: 0%;
  background-color: #fff;
  transition: all 0.35s;
}
.footersp .footer-group .footer-nav .nav-bar li a:hover::after {
  width: 100%;
}
.footersp .footer-group .footer-about {
  margin-top: 5.46875vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1.0416666667vw;
}
.footersp .footer-group .footer-about .fp {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 2.34375vw;
  line-height: 4.6875vw;
}
.footersp .footer-group .footer-about .fh {
  font-weight: 200;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 3.125vw;
  font-size: 3.125vw;
  line-height: 5.46875vw;
}

.contact-adv {
  height: 37.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-adv {
    height: 65.1041666667vw;
  }
}
.contact-adv .adv-content h2 {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 75px;
}
@media screen and (max-width: 1600px) {
  .contact-adv .adv-content h2 {
    font-size: 2.25vw;
    line-height: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-adv .adv-content h2 {
    margin-top: 5.46875vw;
    font-weight: 500;
    font-size: 3.6458333333vw;
    line-height: 7.2916666667vw;
  }
}
.contact-adv .adv-content p {
  margin-top: 52px;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 58px;
}
@media screen and (max-width: 1600px) {
  .contact-adv .adv-content p {
    margin-top: 3vw;
    font-size: 1.5vw;
    line-height: 3.625vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-adv .adv-content p {
    font-weight: 400;
    margin-top: 7.2916666667vw;
    font-size: 2.6041666667vw;
    line-height: 6.7708333333vw;
  }
}

.contact-link {
  height: 43.75vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(../image/pattern01.png);
}
@media screen and (max-width: 768px) {
  .contact-link {
    height: 58.59375vw;
  }
}
.contact-link .link-content .link-title h1 {
  font-size: 48px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .contact-link .link-content .link-title h1 {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-link .link-content .link-title h1 {
    font-size: 4.6875vw;
  }
}
.contact-link .link-content .link-title h1::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -22px;
  transform: translate(-50%);
  width: 80%;
  height: 1px;
  background-color: #00A89C;
}
@media screen and (max-width: 1600px) {
  .contact-link .link-content .link-title h1::after {
    bottom: -1.375vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-link .link-content .link-title h1::after {
    bottom: -2.0833333333vw;
  }
}
.contact-link .link-content .link-box {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 240px;
}
@media screen and (max-width: 1600px) {
  .contact-link .link-content .link-box {
    margin-top: 7.5vw;
    gap: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-link .link-content .link-box {
    margin-top: 10.4166666667vw;
    gap: 9.375vw;
  }
}
.contact-link .link-content .link-box .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.625vw 6.25vw;
  border: 0.1875vw solid #00a89c;
  transition: all 0.35s;
}
@media screen and (max-width: 768px) {
  .contact-link .link-content .link-box .links {
    padding: 1.3020833333vw 10.4166666667vw;
    border: 0.390625vw solid #00a89c;
  }
}
.contact-link .link-content .link-box .links img {
  max-height: 3.125vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  .contact-link .link-content .link-box .links img {
    max-width: 3.90625vw;
  }
}
.contact-link .link-content .link-box .links p {
  margin-top: 8px;
  font-size: 1.125vw;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.125vw;
}
@media screen and (max-width: 768px) {
  .contact-link .link-content .link-box .links p {
    margin-top: 0.5208333333vw;
    font-size: 2.34375vw;
    letter-spacing: 0.0625vw;
  }
}
.contact-link .link-content .link-box .mail-box {
  padding: 0.625vw 5vw;
}
@media screen and (max-width: 768px) {
  .contact-link .link-content .link-box .mail-box {
    padding: 1.3020833333vw 7.8125vw;
  }
}
.contact-link .link-content .link-box .mail-box:hover {
  background-color: #ffffff;
}
.contact-link .link-content .link-box .phone-box:hover {
  background-color: #ffffff;
}/*# sourceMappingURL=mystyle.css.map */