@charset "UTF-8";
html {
  font-family: "Yu Mincho", 游明朝, YuMincho, "Hiragino Mincho ProN", serif;
}

.main-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  padding-top: 140px;
  overflow: hidden;
}

.main-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/pattern01.png);
}

.main_wrapper {
  width: 78%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.main_wrapper img {
  width: 100%;
}

.h2_ttl_wrapper {
  padding-bottom: 40px;
}
.h2_ttl_wrapper p {
  font-weight: 400;
  font-family: "Volkhov", serif;
  font-size: 30px;
}
.h2_ttl_wrapper h2 {
  font-family: "Yu Mincho", 游明朝, YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 16px;
  font-weight: normal;
}

.section-1 {
  background: url(../img/pattern01.png);
  padding-top: 250px;
  padding-bottom: 200px;
  overflow-x: hidden;
}

.about-wrapper_1 {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  padding-top: 50px;
}

#about_flex {
  display: flex;
  align-items: center;
}

.img_wrapper {
  width: 52%;
}

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

.main-tx_container {
  font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
  display: inline-block;
}
.main-tx_container h3 {
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.1em;
}
.main-tx_container .sub-ttl {
  font-family: "EB Garamond", serif;
  font-size: 22px;
  font-weight: normal;
  padding-top: 1em;
  letter-spacing: 0.05em;
}
.main-tx_container .tx_p {
  line-height: 2.2;
  font-size: 15px;
  padding-top: 4em;
}

.more_btn {
  padding-top: calc(80px + 5vw);
}
.more_btn a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 93%;
  color: #000;
  text-decoration: none;
  padding: 30px 0 30px 80px;
  position: relative;
}
.more_btn a:before {
  background: url(../img/icon_arrow.png) no-repeat 20px center;
  background-color: rgba(12, 22, 39, 0.7);
}

.img_wrapper-2 {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 400px;
  margin-left: 20px;
}

.main-tx_box {
  flex: 1;
  text-align: center;
  padding: 30px;
}

.about-wrapper_2 {
  padding-top: 250px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.figure_wrapper-01 {
  margin-right: -5%;
}

.about-2_container {
  width: 54%;
}

.about-3_container {
  width: 32%;
  padding-top: 200px;
}

.about-4_container {
  padding-right: 15%;
  padding-top: 180px;
}

.figure_wrapper-02 {
  margin-top: 240px;
  margin-left: 20%;
  margin-right: -45%;
}

.about-wrapper_3 {
  width: 32%;
  padding-top: 200px;
}

.figure_wrapper-03 {
  margin-top: 240px;
  margin-left: 20%;
  margin-left: -20%;
}

figure img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-2 {
  padding-top: 200px;
}

.common_wrapper {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.business-ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
}
.business-ul a {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.business-ul li {
  width: 49%;
  margin-left: 1%;
  margin-bottom: 1%;
}
.business-ul figure {
  position: relative;
}
.business-ul .ul_tx {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.business-ul .ul_tx_box {
  padding-top: 1em;
  font-size: 116%;
  letter-spacing: 0.08em;
}
.business-ul img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.business-ul img:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.business-ul img .list-tx_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}

.more-list_btn {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: 20%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.more-list_btn svg {
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
  fill: transparent;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-dasharray: 0 360;
}

.section-3 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.news-flex_wrapper {
  display: flex;
  position: relative;
  min-height: 200px;
}

.news-flex_wrapper {
  display: flex;
  position: relative;
  min-height: 200px;
}

#news_header {
  width: 28%;
  min-width: 300px;
}

.news-ul {
  width: 100%;
}
.news-ul li {
  border-bottom: 1px solid #ccc;
}
.news-ul li:first-child {
  border-top: 1px solid #ccc;
}
.news-ul a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 35px 100px 35px 20px;
  position: relative;
  transition: 2s;
  font-size: 14px;
}
.news-ul a::after {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  right: 40px;
  top: 50%;
  background: url(../img/arrow.png) no-repeat 0 0/100% 100%;
  opacity: 0.5;
  transition: 0.2s;
}
.news-ul time {
  display: inline-block;
  width: 7em;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
.news-ul .news-ctg {
  display: inline-block;
  min-width: 10em;
  font-size: 93%;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  white-space: nowrap;
}
.news-ul .news-ttl {
  flex: 1;
  padding-left: 1em;
  font-size: 108%;
  line-height: 1.8;
  margin-top: -0.2em;
}

/* journal */
.journal-container {
  padding: 150px 0;
  background: url(../img/pattern02.png);
  margin-bottom: 30px;
}

.journal-container {
  display: flex;
  position: relative;
  min-height: 300px;
}

.homeJournal-heading {
  width: 23%;
  min-width: 300px;
}

.homeJournal-link {
  position: absolute;
  left: 0;
  bottom: 0;
}

.journal-slider-ul {
  display: flex;
}
.journal-slider-ul li {
  margin-right: 30px;
}
.journal-slider-ul a {
  display: block;
  width: 350px;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}

.journal-tx {
  padding-top: 1.5em;
}
.journal-tx .title {
  font-size: 13px;
  opacity: 0.7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.homeJournal-slider-img {
  aspect-ratio: auto 500/500;
}
.homeJournal-slider-img img {
  overflow-clip-margin: content-box;
  overflow: clip;
}

.journal-slide_control {
  position: absolute;
  left: 0;
  top: 150px;
  display: flex;
  margin-left: -15px;
}
.journal-slide_control button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
.journal-slide_control button:first-child {
  margin-right: 50px;
}

.homeJournal-control-prev::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -5px;
  margin-top: -3px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: scaleY(0.5) rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.homeJournal-control-next::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -15px;
  margin-top: -3px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: scaleY(0.5) rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

body.is-pc .homeJournal-control button:hover {
  opacity: 1;
}

.hover-zoom {
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.hover-zoom img:hover {
  transform: scale(1.2);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.section-5 {
  padding: 100px 0;
  background: url(../img/pattern03.png);
}

#recruit_wrapper {
  width: auto;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.recruit-container {
  padding: 100px 5%;
  background-color: #fff;
}

.recruit-flex_box {
  display: flex;
  justify-content: space-between;
}

.recruit-tx_wrapper {
  font-size: 15px;
  line-height: 2.2;
  width: 35%;
}

.recruit-img_container {
  width: 55%;
}
.recruit-img_container img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.section-4 {
  background: url(../img/pattern02.png);
  padding-top: 250px;
  padding-bottom: 200px;
  overflow-x: hidden;
}

/* link-btn */
.link-btn_wrapper {
  padding-top: 60px;
  font-size: 12px;
}
.link-btn_wrapper a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 93%;
  color: #000;
  text-decoration: none;
  padding: 30px 0 30px 80px;
  position: relative;
}

.link-btn::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/arrow_wt.png) no-repeat 20px center;
  background-color: rgba(12, 22, 39, 0.7);
  transition: 0.5s;
}

.link-btn:hover::before {
  background-color: rgba(12, 22, 39, 0.8);
  animation: anim-link-01 0.4s ease forwards 0.4s;
}

.link-btn::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
}

.link-btn::after {
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(0);
  transition: 0.5s;
}

.link-btn:hover::after {
  transform: scale(1);
  opacity: 1;
}

@keyframes anim-link-01 {
  0% {
    background-position: 20px center;
  }
  50% {
    background-position: 23px center;
  }
  100% {
    background-position: 20px center;
  }
}
#journal-link {
  position: absolute;
  bottom: 0;
  left: 0;
}

#journal-link {
  position: absolute;
  bottom: 0;
  left: 0;
}

#news-link {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* main-scroll */
.main-scroll {
  position: absolute;
  right: 80px;
  bottom: 0;
  transform: rotate(90deg);
  transform-origin: right bottom;
}

.main-scroll a {
  display: block;
  width: 200px;
  position: relative;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.main-scroll a::before, .main-scroll a::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: left;
}

.main-scroll a::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.main-scroll a::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.main-scroll a::after {
  transform: scaleX(0);
  animation: scroll-anime 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes scroll-anime {
  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;
  }
}
/* effect */
.img-wrap {
  opacity: 0;
}

.img-anim {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-anim::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  background: url(../img/pattern01.png);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
/* animetion *//*# sourceMappingURL=index.css.map */