@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/


/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  z-index: 50;
}
.header h1 span {
  display: block;
}
.header-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
  padding: 30px;
}
.header-logo {
  display: block;
  width: fit-content;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-right {
  gap: 30px;
}

/*-------------------
header-nav
--------------------*/
.header-nav {
  position: relative;
  border-top: 5px solid var(--col-main-hilight);
  border-bottom: 5px solid var(--col-main-hilight);
}
.header-nav-list {
  position: relative;
}
.header-nav-item {
  width: 16.6666666667%;
  text-align: center;
  position: relative;
}
.header-nav-item::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 1px;
  height: 20px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: rotate(30deg);
}
.header-nav-item:last-child::after {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 1px;
  height: 20px;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: rotate(30deg);
}
.header-nav-link {
  font-weight: 700;
  position: relative;
  display: block;
  font-size: 1.5rem;
  color: var(--col-main-dark);
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
.header-nav-link:hover {
  color: var(--col-main);
}
.header-nav-item:nth-child(4) .header-nav-link span{
  width: 110px;
  display: block;
  margin: 0 auto;
}
/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
  color: var(--col-main);
}

.header-nav-link.current .nav-wrap::before {
  background: var(--col-main);
}



/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

.footer .inbox{
  position: relative;
}
.footer {
  position: relative;
  background: var(--col-main-dark);
  box-sizing: border-box;
  padding: 50px 0;
}
.footer-logo {
  display: block;
  width: fit-content;
  margin-bottom: 20px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-nav{
  width: 760px;
}
.footer-nav-item {
  position: relative;
  color: var(--col-wh);
}
.footer-nav-item::before {
  position: absolute;
  content: "/";
  bottom: 2px;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.footer-nav-item:last-child:before {
  content: none;
}
.footer-nav-link {
  color: var(--col-wh);
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 1.4rem;
  line-height: 2;
}
.footer-nav-link:hover{
  opacity: 0.7;
}
.footer #copyright {
  padding: 5px 0;
  text-align: right;
  color: var(--col-wh);
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer #copyright small {
  color: var(--col-wh);
  font-size: 12px;
}
.footer #copyright small a {
  color: var(--col-wh);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ 共通 ▽ ---------------*/
/*--------------- △ 共通 △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
  padding: 100px 0;
  box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
  position: relative;
  width: 100%;
  height: clamp(750px, 60vw, 840px);
  background: url(../img/mv/mv-img-br.png) no-repeat bottom right/52%, url(../img/mv/mv-bl.png) no-repeat bottom left/52%, url(../img/mv/mv-deco-tr.png) no-repeat top right, url(../img/mv/mv-bg.jpg) no-repeat center center/cover;
}
.mv-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.mv-wrap::before {
  position: absolute;
  content: "";
  background: url(../img/mv/mv-staff.png) no-repeat bottom left;
  width: 535px;
  height: 514px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 20;
}
.mv-catch {
  position: absolute;
  width: clamp(600px, 50vw, 700px);
  height: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-lead
---------------------*/
.top-lead {
  background: url(../img/top/lead-bg.jpg) no-repeat center center/cover;
}
.top-lead .inbox {
  position: relative;
}
.top-lead-ttl .ttl-en {
  text-align: left;
}
.top-lead-ttl .ttl-ja .large {
  color: var(--col-main-dark);
  font-size: 5rem;
  font-weight: 800;
}
.top-lead-imgs .img {
  aspect-ratio: 260/526;
  width: 260px;
  height: 526px;
  position: absolute;
}
.top-lead-imgs .img:nth-child(1) {
  top: 0;
  right: -100px;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
.top-lead-imgs .img:nth-child(2) {
  bottom: -150px;
  left: -100px;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

/*--------------------
top-about
---------------------*/
.top-about {
  background: url(../img/top/about-bg.png) no-repeat center center/cover;
}
.top-about-ttl {
  margin: 0 0 50px;
}
.top-about-ttl .text01 {
  position: relative;
  display: block;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 10px 10px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}
.top-about-ttl .text02 {
  position: relative;
  display: block;
  background: var(--col-main-dark04);
  color: var(--col-wh);
  box-sizing: border-box;
  padding: 10px 10px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  left: 100px;
  top: -3px;
}
.top-about-container {
  position: relative;
  margin: 0 auto 100px;
}
.top-about-container .container-ttl .ttl-en{
  right: 50px;
}
.top-about-container .container-text-wrap {
  width: 662px;
}
.top-about-container .container-text {
  color: var(--col-wh);
}
.top-about-container .container-img {
  right: -90px;
  position: absolute;
}
.top-about-list {
  gap: 40px;
  counter-reset: number 0;
}
.top-about-item {
  width: 520px;
  color: var(--col-wh);
}
.top-about-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  margin: auto;
  right: 30px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-about-item:nth-child(1)::after {
  background: url(../img/common/num-wh01.png) no-repeat;
  width: 91px;
  height: 75px;
  background-size: contain;
}
.top-about-item:nth-child(2)::after {
  background: url(../img/common/num-wh02.png) no-repeat;
  width: 102px;
  height: 75px;
  background-size: contain;
}
.top-about-item:nth-child(3)::after {
  background: url(../img/common/num-wh03.png) no-repeat;
  width: 103px;
  height: 75px;
  background-size: contain;
}
.top-about-item:nth-child(4)::after {
  background: url(../img/common/num-wh04.png) no-repeat;
  width: 103px;
  height: 75px;
  background-size: contain;
}
.top-about-item:nth-child(4) .box-inner::after{
  bottom: -57px;
}
/*--------------------
top-gallery
---------------------*/
.top-gallery {
  position: relative;
  padding: 100px 0 0;
}
.top-gallery::before {
  position: absolute;
  background: var(--col-main-hilight);
  content: "";
  width: 100%;
  height: 500px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}
.top-gallery-ttl .ttl-en {
  text-align: left;
  left: -80px;
}
.top-gallery-list {
  gap: 20px;
  margin: 0 auto 50px;
}
.top-gallery-item {
  position: relative;
  width: 190px;
}
.top-gallery-item .item-img {
  aspect-ratio: 190/260;
  width: 190px;
  height: 260px;
}

/*--------------------
top-recruit
---------------------*/
.top-recruit {
  background: url(../img/top/recruit-bg-br.png) no-repeat bottom right;
}
.top-recruit .outbox {
  position: relative;
}
.top-recruit-ttl {
  text-align: center;
  margin: 0 auto 50px;
  font-size: 4rem;
  font-weight: 700;
}
.top-recruit-ttl .deco {
  position: relative;
}
.top-recruit-ttl .deco .dot {
  position: relative;
}
.top-recruit-ttl .deco .dot::before {
  position: absolute;
  content: "";
  background: var(--col-text);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  margin: auto;
  right: 0;
  top: -2px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-recruit-ttl .large {
  font-size: 5rem;
  color: var(--col-main-dark);
  font-weight: 800;
}
.top-recruit-container {
  position: relative;
  background: url(../img/common/bg01.png) no-repeat center center/cover;
  width: 950px;
  min-height: 490px;
  margin: 0 0 0 auto;
  top: 50px;
}
.top-recruit-img {
  position: absolute;
  top: 180px;
  left: -320px;
}
.top-recruit-img::before {
  position: absolute;
  content: "";
  background: url(../img/top/recruit-en.svg) no-repeat;
  width: 462px;
  height: 160px;
  bottom: -50px;
  margin: auto;
  right: 20px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 5;
}
.top-recruit-img .img {
  aspect-ratio: 910/461;
  width: 910px;
  height: 461px;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}
.top-recruit-list {
  box-sizing: border-box;
  width: 570px;
  margin: 0 100px 0 auto;
  box-sizing: border-box;
  padding: 40px 0 0;
}

/*--------------------
top-bnr
---------------------*/
.top-bnr {
  background: var(--col-main);
  position: relative;
  min-height: 520px;
  padding: 180px 0 50px;
}
.top-bnr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  left: 0;
  margin: auto;
  right: 0;
  top: -1px;
  background-size: contain;
  transition: all 0.3s ease;
  background: var(--col-wh);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 66%);
}
.top-bnr-list {
  gap: 50px;
}
.top-bnr-item {
  width: 510px;
  height: 180px;
  position: relative;
  z-index: 2;
}
.top-bnr-item .item-img {
  aspect-ratio: 510/180;
  width: 510px;
  height: 180px;
  z-index: -1;
}
.top-bnr-item .item-img::before{
  height: 160px;
  width: 100%;
  right: -12px;
  bottom: -12px;
  clip-path: polygon(0 61%, 100% 0, 100% 100%, 0% 100%);
}
.top-bnr-item .item-link {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-bnr-item .item-link-wrap {
  width: 100%;
  height: fit-content;
  display: block;
}
.top-bnr-item .item-ttl {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  color: var(--col-wh);
  height: fit-content;
  width: 92%;
}
.top-bnr-item .item-ttl .ttl-ja {
  font-size: 3rem;
  display: block;
  position: relative;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--col-wh);
}
.top-bnr-item .item-ttl .ttl-ja::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 1px;
  height: 15px;
  bottom: -5px;
  margin: auto;
  right: 3px;
  background-size: contain;
  transition: all 0.3s ease;
  transform: rotate(-55deg);
}
.top-bnr-item .item-ttl .ttl-en {
  font-size: 1.8rem;
  display: block;
  position: relative;
  font-weight: 600;
}

/*--------------------
top-news
---------------------*/
.top-news {
  background:url(../img/top/news-bg.jpg)no-repeat center bottom/cover;
  position: relative;
}
.top-news::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: calc(1280px + 50% - 540px);
  height: 72%;
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 0;
}
.top-news-btn {
  width: 100%;
}
.top-news-left {
  width: 348px;
}
.top-news-right, .no-post {
  width: 620px;
}
.top-news-wrap {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 50px 0;
  gap: 50px;
}

/*--------------------
top-info
---------------------*/
.top-info {
  background: url(../img/top/info-bg.jpg) no-repeat center center/cover;
}
.top-info-ttl .ttl-en {
  text-align: left;
  left: -100px;
}
.top-info-table {
  width: 520px;
}
.top-info-img {
  aspect-ratio: 520/310;
  width: 520px;
  height: 310px;
}
.top-info-map {
  width: 520px;
  height: 310px;
  background: gray;
  margin-top: 30px;
}

/*--------------------

---------------------*/
/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  position: relative;
  padding: 100px 0;
  box-sizing: border-box;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  height: 500px;
}
.sv::before {
  position: absolute;
  content: "";
  background: url(../img/sv/sv-deco-bl.png) no-repeat bottom left;
  width: 30%;
  height: 215px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.sv::after {
  position: absolute;
  content: "";
  background: url(../img/sv/sv-deco-tr.png) no-repeat top right;
  width: 76%;
  height: 365px;
  top: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.sv-ttl {
  font-size: 6rem;
  letter-spacing: 0.06em;
  font-weight: 800;
  background: var(--col-wh);
  color: var(--col-main-dark);
  box-sizing: border-box;
  padding: 2px 20px 4px;
  font-style: italic;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-about {
  background: url(../img/sv/sv-about-bg.jpg) no-repeat center center/cover;
}

.sv-works {
  background: url(../img/sv/sv-works-bg.jpg) no-repeat center center/cover;
}

.sv-flow {
  background: url(../img/sv/sv-flow-bg.jpg) no-repeat center center/cover;
}

.sv-recruit {
  background: url(../img/sv/sv-recruit-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
  background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
  background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
  background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
  background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
  background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ 下層共通タイトル ▼ ---------------*/
/*--------------- ▲ 下層共通タイトル ▲ ---------------*/
/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  z-index: 1;
  min-width: 1280px;
}
#bread-clumb ul {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
#bread-clumb li {
  position: relative;
  color: var(--col-text);
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: var(--col-text);
  border-bottom: 1px solid;
  display: block;
}
#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_about ▼ ---------------*/
/*-----------------------
about-lead
-------------------------*/
.about-lead-item {
  padding: 30px 25px;
}

/*-----------------------
about-works
-------------------------*/
.about-works-main-list {
  margin: 0 auto 120px;
}
.about-works-main-item {
  position: relative;
  margin-bottom: 70px;
}
.about-works-main-item:last-child {
  margin-bottom: 0;
}
.about-works-main-item:nth-child(even) .item-img {
  order: 2;
}
.about-works-main-item:nth-child(even) .item-text-wrap {
  order: 1;
}
.about-works-main-item:nth-child(odd) .item-img::before {
  left: -20px;
  right: auto;
  transform: scale(-1, 1);
}
.about-works-main-item .item-text-wrap {
  width: 535px;
  color: var(--col-wh);
}
.about-works-main-item .item-img {
  width: 470px;
  height: 300px;
}
.about-works-main-item .item-img::before {
  background: var(--col-main-dark);
  height: 90%;
}
.about-works-main-item .item-img .img {
  aspect-ratio: 470/300;
  width: 470px;
  height: 300px;
}
.about-works-sub-list {
  gap: 60px;
}
.about-works-sub-item {
  width: 510px;
  position: relative;
}
.about-works-sub-item::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 100%;
  height: calc(100% - 180px);
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.about-works-sub-item .item-img {
  aspect-ratio: 350/240;
  width: 350px;
  height: 240px;
  margin: 0 auto 20px;
}
.about-works-sub-item .item-text-wrap {
  position: relative;
  box-sizing: border-box;
  padding: 30px 25px;
}

/*-----------------------
 about-company
-------------------------*/
.about-company-container {
  background: var(--col-main-hilight);
  box-sizing: border-box;
  padding: 50px;
}
.about-company-container .container-wrap {
  gap: 20px;
}
.about-company-container .container-item {
  width: 480px;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 50px 30px;
  border: 2px solid var(--col-main-light);
}
.about-company-container .container-icon {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.about-company-container .container-digit {
  gap: 50px;
  font-style: italic;
}
.about-company-container .container-digit .text {
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-family: var(--font-ttl-ja);
  line-height: 1.1;
}
.about-company-container .container-digit .text .large {
  font-size: 10rem;
}
.about-company-container .container-text {
  margin: 15px auto 0;
  font-size: 2.4rem;
  font-weight: 700;
}
.about-company-container .container-text .large {
  font-size: 4rem;
}
.about-company-container .container-item-hobby {
  width: 100%;
}
.about-company-container .container-hobby-list {
  gap: 55px;
}
.about-company-container .container-hobby-item .item-ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  box-sizing: border-box;
  padding: 2px 12px;
  margin: 0 auto 30px;
}
.about-company-container .container-hobby-item .item-wrap {
  gap: 15px;
}
.about-company-container .container-hobby-item .item-digit {
  font-size: 4rem;
  font-weight: 800;
  font-family: var(--font-ttl-ja);
  line-height: 1.1;
  font-style: italic;
}
.about-company-container .container-hobby-item .item-digit .large {
  font-size: 8rem;
}
.about-company-container .container-hobby-item:nth-child(1) .item-digit .large {
  color: #1aac51;
}
.about-company-container .container-hobby-item:nth-child(1) .item-ttl {
  color: #1aac51;
  background: #d5ffe5;
}
.about-company-container .container-hobby-item:nth-child(2) .item-digit .large {
  color: #57af2c;
}
.about-company-container .container-hobby-item:nth-child(2) .item-ttl {
  color: #57af2c;
  background: #e0ffd4;
}
.about-company-container .container-hobby-item:nth-child(3) .item-digit .large {
  color: #b77dc1;
}
.about-company-container .container-hobby-item:nth-child(3) .item-ttl {
  color: #b77dc1;
  background: #fcecff;
}

/*-----------------------

-------------------------*/
/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_works ▼ ---------------*/
/*-----------------------
works-attractive
-------------------------*/
.works-attractive-text {
  margin: 0 auto 50px;
}
.works-attractive-list {
  gap: 20px;
}
.works-attractive-item {
  width: 255px;
  position: relative;
  background: var(--col-text);
  color: var(--col-wh);
  box-sizing: border-box;
  padding: 30px 5px;
}
.works-attractive-item .item-ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--col-main-light);
  margin: 0 auto 10px;
  min-height: 70px;
}
.works-attractive-item .item-ttl .small{
  font-size: 2.4rem;
}
.works-attractive-item .item-text {
  box-sizing: border-box;
  padding: 0 15px;
}

/*-----------------------
works-point
-------------------------*/
.works-point-item {
  position: relative;
  margin: 0 auto 70px;
}
.works-point-item:last-child {
  margin: 0 auto 0;
}
.works-point-item:nth-child(even) .item-img {
  order: 2;
}
.works-point-item:nth-child(1) .item-img {
  width: 470px;
  height: 300px;
}
.works-point-item:nth-child(1) .item-img::before {
  background: var(--col-main-dark);
  height: 80%;
  width: 60%;
  left: -20px;
  right: auto;
  transform: scale(-1, 1);
}
.works-point-item:nth-child(1) .item-img .img {
  aspect-ratio: 470/300;
  width: 470px;
  height: 300px;
}
.works-point-item:nth-child(2) .item-img .img02 {
  aspect-ratio: 320/220;
  width: 320px;
  height: 220px;
  top: -40px;
}
.works-point-item:nth-child(2) .item-img .img02::before {
  background: var(--col-main-dark);
  height: 90%;
  width: 80%;
}
.works-point-item:nth-child(2) .item-img .img01 {
  width: 300px;
  height: 200px;
  z-index: 2;
  left: -120px;
}
.works-point-item:nth-child(2) .item-img .img01 .img {
  aspect-ratio: 300/200;
  width: 300px;
  height: 200px;
}
.works-point-item .item-text-wrap {
  color: var(--col-wh);
  width: 530px;
}
.works-point-item .item-ttl .ttl-sub {
  font-size: 2.8rem;
}
.works-point-item .item-ttl .ttl-main {
  font-size: 3.5rem;
}

/*-----------------------
works-interview
-------------------------*/
.works-interview-q {
  gap: 50px;
  margin: 0 auto 50px;
}
.works-interview-q-img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 240px;
  height: 240px;
}
.works-interview-q-text {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
}
.works-interview-q-text::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco05.png) no-repeat top left;
  width: 145px;
  height: 41px;
  left: 0;
  margin: auto;
  top: -60px;
  background-size: contain;
  transition: all 0.3s ease;
}
.works-interview-q-text::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco05.png) no-repeat top left;
  width: 145px;
  height: 41px;
  left: 0;
  margin: auto;
  bottom: -60px;
  background-size: contain;
  transition: all 0.3s ease;
  transform: scale(1, -1);
}
.works-interview-q-text .large {
  font-size: 3.5rem;
}
.works-interview-a-item {
  position: relative;
  margin: 0 auto 70px;
}
.works-interview-a-item:last-child {
  margin: 0 auto;
}
.works-interview-a-item .item-textbox {
  width: 800px;
  position: relative;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 50px 45px;
}
.works-interview-a-item .item-textbox::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
  right: -18px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.works-interview-a-item .item-ttl{
  margin-bottom: 18px;
}
.works-interview-a-item .item-img {
  aspect-ratio: 1/1;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 4px solid var(--col-wh);
  outline: 5px solid var(--col-main-light);
}

/*--------------- ▲ sub03_works ▲ ---------------*/
/*--------------- ▼ sub04_flow ▼ ---------------*/
/*-----------------------
flow-interview
-------------------------*/
.flow-interview-container {
  position: relative;
  z-index: 1;
}
.flow-interview-list {
  counter-reset: number 0;
}
.flow-interview-item {
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 40px;
  background: var(--col-text);
  color: var(--col-wh);
}
.flow-interview-item .item-contact-wrap {
  margin: 25px 0 0;
  gap: 30px;
}

#flow-interview01 {
  border-left: 6px solid var(--col-main-dark02);
}

#flow-interview02 {
  border-left: 6px solid var(--col-main);
  position: relative;
}
#flow-interview02::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 6px;
  height: 50px;
  left: -6px;
  margin: auto;
  top: -50px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
#flow-interview02 .flow-interview-item {
  background: var(--col-main-dark);
}

/*-----------------------
flow-works
-------------------------*/
.flow-works {
  background: var(--col-main-hilight);
}
.flow-works-list {
  gap: 40px;
}
.flow-works-item {
  z-index: 1;
  width: 240px;
  position: relative;
  min-height: 292px;
  box-sizing: border-box;
  padding: 30px 20px;
}
.flow-works-item::after {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 40px;
  height: 10px;
  bottom: 0;
  margin: auto;
  right: -40px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.flow-works-item:nth-child(4n):after{
  content: none;
}
.flow-works-item:last-child::after {
  content: none;
}
.flow-works-item .item-ttl {
  box-sizing: border-box;
  padding: 0 0 15px;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: var(--col-text);
}
.flow-works-item .item-ttl .time {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  width: fit-content;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.flow-works-item .item-ttl .ttl {
  display: block;
  text-align: center;
  font-size: 2.4rem;
}
.flow-works-item .item-ttl .ttl .small {
  font-size: 2rem;
}
.flow-works-item .item-text {
  font-size: 1.5rem;
  font-weight: 600;
}

/*-----------------------

-------------------------*/
/*--------------- ▲ sub04_flow ▲ ---------------*/
/*--------------- ▼ sub05_recruit ▼ ---------------*/
/*-----------------------
recruit-outline
-------------------------*/
.recruit-outline-text {
  margin: 0 auto 50px;
}

/*-----------------------
recruit-gallery
-------------------------*/
.recruit-gallery-list {
  gap: 40px;
}
.recruit-gallery-item {
  aspect-ratio: 240/328;
  width: 240px;
}
.recruit-gallery-item .item-img {
  aspect-ratio: 240/328;
  width: 240px;
  height: 328px;
}

/*-----------------------

-------------------------*/
/*--------------- ▲ sub05_recruit ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  width: 19%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px --col-main;
  padding: 10px 0;
  display: block;
  color: var(--col-main);
  background: var(--col-base);
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: var(--col-base);
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col-text);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid var(--col-text);
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: var(--col-text);
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  color: var(--col-main);
  background: var(--col-base);
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: var(--col-base);
}

/*詳細
-------------------------------*/
.s-post .news-tag {
  margin-bottom: 20px;
}

.s-post time {
  margin-bottom: 10px;
}

.s-time-tag {
  margin-bottom: 20px;
}

.sb-post-body {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid;
  line-height: 2;
}

/*--------------- ▲ お知らせ ▲ ---------------*//*# sourceMappingURL=style.css.map */