@charset "utf-8";
/*
Theme Name:shimakan recruit
Theme URI:
Version: 1.0
Author: yoshida-photo-studio
Author URI: https://yoshida-designbu.com
License: yoshida-photo-studio
*/

/*--------------
common
--------------*/
html {
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

img {
  width: 100%;
}

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

a {
  text-decoration: none;
  transition: all 0.5s;
  color: #000;
}

.font-ruika {
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.font-arial {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.font-zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-zenmaru {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.bg-structure {
  width: 32vw;
  position: absolute;
  z-index: -3;
}

.bg-structure-1 {
  top: 80vh;
  left: -10%;
}

.bg-structure-2 {
  right: 0;
  top: -5%;
}

.bg-structure-3 {
  right: 0;
  bottom: 100%;
}


/* header ===========================================*/
.header {
  display: flex;
  width: 90%;
  margin: min(40px,4vw) auto;
  align-items: center;
  position: relative;
}

.header a {
  color: #000;
}

.header h1 {
  display: flex;
  align-items: center;
}

.header h1 img {
  width: min(168px,33vw);
}

.recruit-site-desc {
  font-size: min(2.4rem, 4vw);
}

@media screen and (min-width: 768px) {
  .header a {
    display: flex;
    align-items: center;
  }

  .header h1 img {
    width: 240px;
  }

  .recruit-site-desc {
    margin-left: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .recruit-site-desc{
    display: block;
  }
}


/* nav-menu-button ========*/
.navBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 70px;
  z-index: 400;
}

.openBtn {
  cursor: pointer;
  width: 60px;
  height: 80px;
  background-color: #000;
  position: fixed;
  top: -10px;
  right: 0;
  z-index: 500;
  transition: cubic-bezier(0.22, 0.61, 0.95, 1.21) .8s;
}

.btn-parts {
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  transition: ease .5s;
}

.btn-parts span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  z-index: 201;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 24px;
}

.navBtn span:nth-of-type(1) {
  top: 22px;
}

.navBtn span:nth-of-type(2) {
  top: 30px;
}

.navBtn span:nth-of-type(3) {
  top: 38px;
}

.btn-parts.active {
  right: 9px;
}

.btn-parts.active span:nth-of-type(1) {
  transform: rotate(-45deg) translateY(12px);
}

.btn-parts.active span:nth-of-type(2) {
  opacity: 0;
}

.btn-parts.active span:nth-of-type(3) {
  transform: rotate(45deg) translateY(-12px);
}

.entryform-link {
  width: 60px;
  height: 140px;
  transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  background: #00005f;
  position: fixed;
  z-index: 500;
  right: 0;
  top: 74px;
}

.entryform-link a {
  display: inline-block;
  position: absolute;
  z-index: 500;
  top: 50px;
  left: -12px;
  font-size: 2.4rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  transform: rotate(90deg) skew(10deg, 0);
  -webkit-transform: rotate(90deg) skew(10deg, 0);
}

/* nav ============================*/
#g-nav {
  display: none;
}

#g-nav.panelActive {
  display: flex;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: #000 url(img/bg-pipe-pattern1.png) center;
  background-blend-mode: lighten;
  background-size: 40%;
  justify-content: center;
  gap: 56px;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 300;
}

.nav-heading {
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.nav-heading h2 {
  text-align: center;
}

.nav-heading p {
  display: block;
  text-align: center;
  width: 100%;
  margin: 20px auto;
  font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
}

#g-nav h2 img {
  width: 180px;
}

.header-nav-list li {
  padding: 10px;
}

.header-nav-list a {
  display: inline-block;
  color: #fff;
  font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
  padding-bottom: 5px;
  position: relative;
  transition: 0.5s;
}

.header-nav-list span {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding: 4px 8px;
  color: #000;
  font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
}

.header-nav-list span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  transform: skewX(-15deg);
}

/* ホバーで下線 */
.header-nav-list a::after,
.entry-form-link a::before,
.under-line::after {
  background: #ff6;
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 6px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .8s;
}

.readmore-btn .under-line::after {
  width: 96%;
  bottom: 0px;
}

.readmore-btn-bgwhite .under-line::after {
  width: 86%;
  left: 10px;
  bottom: 10px;
}

.header-nav-list a:hover::after,
.entry-form-link a:hover::before,
.under-line:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* 768px以上 */
@media screen and (min-width: 768px) {
  .nav-area {
    display: flex;
    justify-content: space-around;
    gap: 40px;
  }

  #g-nav h2 img {
    width: 280px;
  }
}



/* page-content ========================================*/
.section {
  width: 100%;
  margin: 0 auto;
}

/* key-visual */
.KV {
  text-align: center;
  position: relative;
  z-index: 1;
}

.KV-lower {
  position: relative;
}

.kv-lower{
  height: 57vw;
  overflow: hidden;
}
.kv-lower img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 12%;
}

@media screen and (min-width: 768px) {
  .kv-lower{
    height: 36vw;
  }
  .kv-lower img {
    object-position: center;
  }
}

/* only top-page */
.kv-image-index img {
  width: 90%;
  vertical-align: bottom;
}

.kv-copy-image-area {
  position: absolute;
  bottom: 10%;
  left: 8%;
}

.kv-copy-img {
  width: 40vw;
}

/* ======================= */
.kv-heading-area {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translate(-4%, -50%);

}

.kv-heading-area h2,
.kv-heading-area h3 {
  text-shadow: 0px 0px 5px #00005f,
    0px 0px 8px #00005f,
    0px 0px 10px #00005f,
    0px 0px 12px #00005f;
}

.kv-heading-area h2 {
  text-indent: 0.1em;
  font-size: min(6.4rem, 9vw);
}

.kv-heading-area h3 {
  margin-top: min(20px, 5vw);
  position: relative;
  font-size: min(2.4rem,4vw);
}

.kv-heading-area h3::before {
  display: block;
  content: "";
  background-color: #fff;
  width: 100px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: -16px;
}

/* main */
.main {
  width: 100%;
  margin: 40px auto;
}

.main-lower {
  margin: 0 auto;
}

/* section */
.section {
  width: 100%;
}

.title-heading {
  font-size: max(6.4vw, 3.2rem);
  line-height: 1.4;
}

/* readmore black */
.readmore-btn {
  display: block;
  width: min(300px, 40vw);
  height: fit-content;
  padding: 10px;
  font-size: max(2vw, 1.4rem);
  color: #fff;
  position: absolute;
  z-index: 2;
}

.readmore-btn a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

.readmore-btn a::before {
  content: "";
  display: inline-block;
  width: 12vw;
  height: 108px;
  background-image: url('./img/connector.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: -2;
  right: 80%;
  top: -30%;
}


.readmore-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #000;
  transform: skewX(-8deg);
}

/* readmore white */
.readmore-btn-bgwhite {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  font-size: max(1.8vw, 1.4rem);
  z-index: 3;
  position: relative;
}

.readmore-btn-bgwhite a {
  display: block;
  width: 100%;
  height: 100%;
}

.readmore-btn-bgwhite::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  transform: skewX(-8deg);
}


/* section-top-message ==================================*/

.section-top-message {
  position: relative;
}

/* MESSAGE 私たちの想い */
.top-message-title {
  background-color: #fff;
  color: #000;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding: 10px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  top: -5%;
  left: 10%;
  width: 85%;
  margin: 0 auto min(44px,7vw);
}

.top-message-title.-title_pc{
  display: none;
}
.top-message-title.-title_sp{
  display: block;
}

.top-message-title-area::before {
  content: "";
  display: none;
  width: 36%;
  height: 108px;
  background-image: url('./img/connector1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: -2;
}

.top-message-title h2 {
  font-size: min(3.24rem, 7vw);
  line-height: 1.2;
}

.top-message-title span {
  font-size: min(1.6rem, 4vw);
}


/* message部分の背景（パイプ模様） */
.top-message-text-area {
  width: 100%;
  background: #000 url(img/bg-pipe-pattern1.png) center;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  color: #fff;
  padding: 16vw 6vw 20vw;
  position: relative;
  margin-top: -13vw;
}

.top-message-text {
  font-size: clamp(1.4rem, 1.169rem + 1.03vw, 2.4rem);
  letter-spacing: 0.1em;
  padding-bottom: min(32px, 4vw);
}

@media screen and (min-width: 768px) {
  .top-message-title {
    background-color: #000;
    color: #fff;
    padding: 16px 60px;
    position: absolute;
    font-size: clamp(4rem, 3.273rem + 3.64vw, 6rem);
    left: inherit;
    right: 10%;
    top: 10vw;
    width: auto;
  }

  .top-message-title.-title_pc{
    display: block;
  }
  .top-message-title.-title_sp{
    display: none;
  }

  .top-message-title h2 {
    font-size: 2rem;
    line-height: 1.75;
  }

  .top-message-title span {
    font-size: max(1.4rem, 1.8vw);
  }

  .top-message-title-area::before {
    display: block;
    right: 24%;
    top: 13vw;
  }

  .top-message-text-area {
    width: 55%;
    margin-top: -8vw;
    padding: 12vw 10vw;
  }
}

@media screen and (min-width: 1280px) {
  .top-message-title-area::before {
    right: 20%;
    bottom: 150px;
  }

}


/* section-top-works ==================================*/
.section-top-works {
  margin: -9vw auto min(80px,6vw);
  position: relative;
}

/* article-box */
.article-box {
  width: 90%;
  margin: 0 auto;
  border: solid #000 1px;
  background-color: #fff;
}

.section-top-works .article-box {
  position: relative;
}

.article-box-text-area {
  padding: min(60px,6vw) min(30px,5vw) 80px;
  position: relative;
}

.section-top-works .title-heading {
  margin-left: 10px;
}

.subtitle {
  font-size: max(2vw, 1.4rem);
  padding: 10px 0 16px 10px;
}

.article-box-text {
  font-size: max(1.6vw, 1.6rem);
  padding: 10px;
}

.article-box-image-area img {
  width: 100%;
  vertical-align: bottom;
}

.works-readmore-pc {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: none;
  width: fit-content;
}

.readmore-btn a::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .section-top-works {
    margin: -5vw 0 80px;
  }

  .article-box {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .article-box-text-area,
  .article-box-image-area {
    width: 50%;
  }

  .article-box-text-area {
    padding: 20px 30px 0;
  }

  .article-box-image-area img {
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
    object-fit: cover;
  }

  .works-readmore-mb {
    display: none;
  }

  .works-readmore-pc {
    display: block;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
  }


}

@media screen and (min-width: 960px) {
  .readmore-btn a::before {
    display: block;
  }
}

/* section-top-interview ==================================*/
.section-top-interview {
  width: 100%;
  margin-top: 140px;
  padding: min(64px,14vw) 0;
  background: #000 url(img/bg-pipe-pattern1.png) center;
}

.section-top-interview .heading-area {
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  margin-left: min(64px,6vw);
}

.interview-profile {
  color: #000;
  position: absolute;
  bottom: min(16px, 2vw);
  left: min(16px, 2vw);
}


.interview-profile h3,
.interview-profile p {
  display: block;
  width: fit-content;
  padding:2px min(16px,2vw) 2px min(10px,2vw);
  font-weight: bold;
}

.branch-bg {
  display: block;
  width: fit-content;
  margin-left: 10px;
  background-color: #000;
  transform: skewX(-10deg);
}

.interview-profile h3 {
  font-size: min(1.4rem,3vw);
  margin-bottom: 5px;
  color: #fff;
  transform: skewX(10deg);
}

.interview-profile ul {
  display: flex;
  flex-direction: column;
}

.interview-profile li {
  display: block;
  width: fit-content;
  margin: 4px 0 0 10px;
  position: relative;
}

.interview-profile li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 3;
  transform: skewX(-10deg);
}

.interview-profile p {
  font-size: min(1.6rem,3vw);
  color: #000;
  position: relative;
  z-index: 4;

}

.interview-initial p {
  font-size: min(2.4rem,4vw);
  font-weight: 900;
}

.interview-initial span {
  font-size: 1.2rem;
  padding-left: 10px;
}

.slider {
  width: 90%;
  margin: 0 auto;
}

.slider img {
  width: 65vw;
  height: auto;
  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  object-fit: cover;
}

.slider .slick-slide {
  transform: scale(0.85);
  transition: all .5s;
}

.slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 0;
  z-index: 3;
}

.slick-prev {
  left: -4%;
  border-right: 26px solid #ffffff;
}

.slick-next {
  right: -4%;
  border-left: 26px solid #ffffff;
}


@media screen and (min-width:768px) {
  .section-top-interview .heading-area {
    display: flex;
  }

  .heading-area p {
    padding-left: 36px;
  }

  .slider img {
    width: 32vw;
  }

}

/* section-top-company-index ========================*/
.section-top-company-index {
  margin-top: 80px;
}

.company-index-content {
  width: 80%;
  margin: 0 auto 0;
  text-align: center;
}

.smaller-heading {
  display: inline-block;
  width: 120px;
  margin: min(60px,6vw) auto min(60px,6vw);
  padding: 10px;
  background-color: #000;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}

.company-list1,
.company-list2 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(20px,4vw);
  text-align: center;
}

.section-top-company-index .company-list1 {
  margin-bottom: 20px;
}

.company-list-item {
  background-color: #000;
  font-size: clamp(1.4rem, 1.109rem + 1.45vw, 2.2rem);
  position: relative;
}

.company-list-item a {
  display: block;
  text-indent: -1em;
  color: #fff;
  padding: min(40px,7vw) 10px;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-top-company-index a::after {
  display: block;
  content: "";
  position: absolute;
  top: 45%;
  right: 5%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.4s;
}

.section-top-company-index a:hover::after {
  right: 2%;
}

@media screen and (min-width: 768px) {
  .company-list1 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .company-list2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

}

/* section-top-news ========================*/
.section-top-news {
  width: 90%;
  margin: 80px auto -100px;
  text-align: center;
}

.news-area {
  position: relative;
  z-index: 3;
}

.news-heading-area-box {
  width: 100%;
  padding: min(40px,6vw);
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-heading-area h2 {
  font-size: min(4.4rem,11vw);
  margin-bottom: 10px;
}

.news-heading-area a {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  text-indent: -1em;
  color: #fff;
  border: solid rgba(255, 255, 255, 0.5) 1px;
  font-size: 1.4rem;
}

.news-heading-area a::after {
  display: block;
  content: "";
  position: absolute;
  top: 38%;
  right: 8px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.3s;
}

.news-heading-area a:hover {
  color: #000;
  background-color: #fff;
  font-weight: bold;
}

.news-heading-area a:hover::after {
  display: none;
}

.news-index {
  width: 100%;
  padding: min(30px,6vw);
  background-color: #f2f2f2;
  text-align: left;
  position: relative;
}

.news-list {
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: relative;
  padding: 16px 0;
}

.news-list a {
  color: #000;
  font-size: 1.4rem;
}

.section-top-news .news-index dt {
  text-indent: 1em;
}

.news-index dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: min(12px,2vw);
  margin-top: 8px;
  font-size: min(1.8rem, 4vw);
  width: 100%;
}

.section-top-news .news-index dt::before {
  display: block;
  content: "";
  position: absolute;
  top: 22px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #000;
  transition: 0.3s;
}

.news-category {
  display: inline-block;
  padding: 5px;
  font-size: min(1.4rem, 3vw);
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}


@media screen and (min-width: 768px) {
  .section-top-news {
    margin-bottom: -200px;
    width: 80%;
  }

  .news-area {
    display: flex;
  }

  .news-heading-area-box {
    width: 30%;
  }

  .section-top-news .news-index {
    width: 70%;
  }

  .news-category{
    width: min(90px);
  }

  .news-category p{
    width: calc((100% - min(12px,2vw)) - 90px);
  }

}

/* page-message ================================*/
.section-message-concept {
  text-align: center;
  margin: min(92px, 20vw) auto;
}

.section-message-concept img {
  width: min(700px,80vw);
}

.section-message-concept p {
  margin-top: min(50px,8vw);
  font-size: clamp(1.4rem, 0.866rem + 2.28vw, 3.6rem);
  line-height: 1.8;
}

.technique {
  color: #2f6cb0;
}

.passion {
  color: #b22721;
}
.to-bold {
  font-weight: bold;
}
.section-message-about {
  width: 100%;
  position: relative;
  bottom: 0;
  background: #000 url(img/bg-pipe-pattern1.png) center;
}

.chapter-box-wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 40px;
  position: relative;
  bottom: -80px;
  z-index: 2;
}

.chapter-box {
  display: flex;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  border: none;
  background-color: #fff;
}

.chapter-box-text-area {
  padding: min(32px,6vw);
  order: 2;
}

.chapter-heading {
  display: block;
  width: fit-content;
  margin: 3px;
  padding: 5px min(24px,5vw);
  position: relative;
  background-color: #000;
  transform: skewX(-8deg);
  color: #fff;
}

.chapter-heading h2 {
  font-size: min(2.4rem,5vw);
  font-weight: normal;
  transform: skewX(8deg);
}

.chapter-box p {
  margin-top: 10px;
  text-align: justify;
  font-size: min(1.83rem,4.4vw);
}

.chapter-box-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .chapter-box-wrapper {
    margin: 0 auto;
    width: 80%;
  }

  .chapter-box {
    flex-flow: row;
  }

  .chapter-box-text-area {
    order: 1;
  }

  .chapter-2 .chapter-box-image-area {
    order: 2;
  }

  .chapter-box-text-area,
  .chapter-box-image-area {
    width: 50%;
  }

  .chapter-1 img,
  .chapter-3 img {
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
  }

  .chapter-2 img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 4% 100%);
  }
}

/* page-works ================================*/
.section-works-concept {
  background: #000 url(img/bg-pipe-pattern1.png) center;
  width: 100%;
}

.works-concept-area {
  color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 40px 8px 40px 20px;
}

.page-heading {
  font-size: min(3.2rem,7vw);
  line-height: 1.6;
}

.works-concept-area p {
  margin-top: 20px;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(1.4rem, 1.352rem + 0.21vw, 1.6rem);
}

.vertical-slider {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.works-concept-img img {
  vertical-align: bottom;
  /* width: 65vw;
  height: auto; */

  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  object-fit: cover;

}

.works-concept-img-item {
  display: none;
  position: relative;
}

.works-concept-img1,
.works-concept-img2,
.works-concept-img3 {
  position: absolute;
}

.works-concept-img1 {
  width: 30vw;
  top: 40px;
  right: 10%;
}

.works-concept-img2 {
  width: 25vw;
  top: 150px;
  z-index: 3;
}

.works-concept-img3 {
  width: 25vw;
  left: 25%;
  top: 320px;
}

.section-working-place .page-heading {
  margin-top: min(80px,4vw);
}

.section-working-place h3 {
  font-size: min(3.4rem,6vw);
  font-weight: 400;
}

.section-working-place .chapter-box {
  border: 1px solid #000;
}

.working-person {
  margin-top: 20px;
}

.working-person a {
  display: flex;
  justify-content: right;
  width: 100%;
}

.desc-text {
  margin-right: 10px;
}

.desc-text p{
  line-height: 1.5;
  font-size: min(1.4rem,3.24vw);
}

.desc-text,.working-person-icon{
  width: 43%;
}

.working-person h4 {
  font-weight: 900;
  font-size: min(1.4rem,4vw);
}

.worker-name {
  font-size: 1.6rem;
}

.working-person h4::after {
  display: inline-block;
  content: url(img/link-arrow.svg);
  width: 100%;
}

@media screen and (min-width:768px) {
  .section-works-concept {
    margin: 0 auto;
    padding-left: 10%;
    display: flex;
    justify-content: center;
  }

  .works-concept-img-item {
    display: block;
  }

  .works-concept-area {
    width: 40%;
    padding: 80px 0;

  }

  .works-concept-area p {
    padding-right: 40px;
  }

  .works-concept-img {
    width: 60%;
  }

  .vertical-slider {
    display: none;
  }

  .section-working-place .page-heading{
    margin-top: 13vw;
  }

  .desc-text{
    width: 37%;
  }

  .working-person-icon{
    width: 28%;
  }
}


.section-working-place .page-heading {
  text-align: center;
}

/* page-interview ================================*/
.section-interview {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
}

.section-interview-wrapper {
  width: 90%;
  margin: 0 auto;
}

.section-interview-heading {
  padding: min(80px,16vw) 0 0;
}

.section-interview h2 {
  font-size: min(3.2rem, 8vw);
  text-align: center;
  padding-bottom: min(20px, 4vw);
}

.section-interview p {
  font-size: min(1.83rem,4vw);
  line-height: 1.8;
}

.interview-list {
  width: 100%;
  position: relative;

}

.interview-items {
  display: flex;
  flex-flow: column;
}

.interview-list-item {
  position: relative;
  margin: 80px 0 -40px;
}

.interview-list-item .readmore-btn a::before {
  display: none;
}

.flex-box {
  display: flex;
}

.interview-list .flex-box {
  align-items: center;
  justify-content: space-between;
}

.interview-list img {
  display: block;
  width: 70%;
  /* width: 40%; */
  border-radius: 50%;
}

.interview-list .interview-profile {
  margin-left: -100px;
  position: static;
  text-align: left;
  padding: 5px;
}

.section-interview .interview-initial span {
  font-size: min(2rem,4.4vw);
  padding-left: 0;
  padding-right: 10px;

}

.interview-text {
  background-color: #fff;
  color: #000;
  margin-top: -30px;
  height: 140px;
  padding: 60px 20px 40px;
  text-align: left;
}

.interview-text h3 {
  font-size: clamp(1.2rem, 1.103rem + 0.41vw, 1.6rem);
}

.interview-list li .readmore-btn {
  bottom: -20px;
  right: 3%;
  font-size: clamp(1.4rem, 1.254rem + 0.62vw, 2rem);
  padding: 5px 10px;
  width: min(200px, 40vw);
}

.readmore-arrow {
  display: inline-block;
  transform: rotate(9deg);
  /* 矢印を斜めに回転 */

}

@media screen and (min-width:768px) {
  .section-interview-wrapper {
    width: 80%;
  }

  .interview-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: min(120px, 6vw);
  }
}


.dotted-bg{
  background-color: #00005f;
  background-image: radial-gradient(#343479 10%, transparent 28%), radial-gradient(#343479 10%, transparent 28%);
  background-position: 0 0, 7px 7px;
  background-size: 14px 14px;

}

/* interview-shows-page =================================================== */
.interview-shows-heading {
  padding: 24px 24px 24px 30px;
  background-color: #fff;
  transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  position: absolute;
  right: 5%;
  bottom: -20%;
  width:min(430px,81vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.interview-shows-heading-text {
  transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  text-align: left;
}

.interview-shows-heading-text h2 {
  margin-bottom: min(16px, 4vw);
  font-size: min(2.4rem, 4.7vw);
  font-weight: 500;
}

.interview-shows-heading-profile-text:first-child {
  margin-right: 14px;
}

.interview-shows-heading-text h3 {
  font-weight: normal;

}

.interview-shows-heading-text h3 span {
  font-size: min(2.4rem,5vw);
  font-weight: 600;
}

.interview-shows-heading-text p {
  font-weight: 900;
  font-size: clamp(1.2rem, 1.103rem + 0.41vw, 1.6rem);
}

.section-interview-shows {
  width: 100%;
  padding-top: 80px;
  text-align: center;
}

.interview-shows-heading-profile {
  display: flex;
  flex-wrap: wrap;
}

.question-box-wrapper {
  width: 90%;
  background-color: #fff;
  position: relative;
  z-index: 3;
  margin: 0 auto -8vw;
  padding: min(60px, 6vw);
}

.question-box {
  margin-bottom: min(60px, 10vw);
}
.question-box:last-of-type{
  margin-bottom: 0;
}

.question-header {
  align-items: center;
}

.question-Q {
  font-size: clamp(3.2rem, 3.006rem + 0.83vw, 4rem);
  color: #00005f;
  margin-right: 8px;
}

.question-heading {
  font-size: min(2.4rem,4.6vw);
  margin: 20px 0;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.answer-text {
  width: 100%;
  text-align: justify;
  font-size: clamp(1.4rem, 1.351rem + 0.21vw, 1.6rem);
  font-weight: 500;
}

.question-box-wrapper .article {
  padding: min(60px,6vw) 0 min(100px,10vw);
  text-align: center;
}

.interview-comment h3 {
  font-size: min(2.4rem, 4.4vw);
  padding: 0 0 min(20px, 4vw);
}

.interview-comment p {
  font-size: clamp(1.4rem, 1.351rem + 0.21vw, 1.6rem);
  text-align: left;
  text-align: justify;
}

.question-box-wrapper .readmore-btn {
  margin: 0 auto 0;
  letter-spacing: 0.1em;
  position: relative;
}

.question-box-wrapper .readmore-btn a::before {
  display: none;
}


@media screen and (min-width:768px) {
  .interview-shows-heading {
    top: 50%;
    right: 10%;
    bottom: initial;
    transform: skew(-10deg, 0deg) translate(-10%, -50%);
    -webkit-transform: skew(-10deg, 0deg) translate(-10%, -50%);
  }

  .interview-shows-heading-text h3 {
    margin-bottom: 10px;
  }

  .interview-shows-heading-profile {
    display: block;
  }

  .interview-shows-heading-text h2 {
    margin-bottom: 10px;
  }


  .question-box-wrapper {
    margin: 0 auto -80px;
  }

  .question-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 72px;
  }

  .flex-order1 {
    order: 1;
  }

  .flex-order2 {
    order: 2;
  }

  .question-image,
  .question-text {
    width: 50%;
  }

  .question-Q {
    margin-right: 10px;
  }

  .question-box-wrapper .interview-comment {
    padding: 60px 60px 100px;
  }

}

@media screen and (max-width:768px) {
  .kv-lower{
    height: 72vw;
  }

  .kv-interview{
    margin-bottom: 50%;
  }

 .interview-shows-heading-profile-text{
    width: 100%;
  }

  .interview-shows-heading{
    bottom: -77%;
  }
}

/* companies-list page =================================================== */
.section-company-list {
  background: #000 url(img/bg-pipe-pattern1.png) center;
}

.company-list-wrapper {
  width: 90%;
  padding: 40px 0;
  margin: 0 auto;
}

.accordion-area {
  margin: 16px auto;
  font-size: min(2rem, 4vw);
  background-color: #fff;
}

.area-title {
  padding: min(30px, 6vw) min(40px, 6vw);
  color: #fff;
  background-color: #00005f;
  transition: all .5s ease;
  cursor: pointer;
  position: relative;
  font-size: min(2.4rem, 5vw);
}

/* アコーディオン */
.accordion-area .company-list {
  display: none;
}

.area-title::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 18px solid #ffffff;
  border-right: 0;
  transition: transform 0.4s ease-out;
  position: absolute;
  top: 40%;
  right: 5%;
}


.accordion-area.open .area-title::after {
  transform: rotate(90deg);
}

.company-list {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}

.company-list th,
.company-list td {
  padding: 1rem 2rem;
  text-align: center;
}

/* .company-list th {
  font-weight: normal;
  font-size: .875rem;
  color: #666;
  background: #eee;
} */

.company-list img {
  width: 36px;
  display: block;
  margin: 0 auto;
  margin-bottom: .5rem;
}

/* モバイル版（デフォルト） */
.company-list-heading {
  display: none;
}

.company-list td {
  display: block;
}

.company-list a {
  color: #000;
  transition: 0.4s;
}

.company-list a:hover {
  opacity: 0.6;

}

.company-list td::before {
  content: attr(data-label);
  font-size:min(1.4rem,4vw);
  color: #666;
  display: block;
  margin-bottom: 0.25rem;
}

.company-name {
  background: #eee;
}

/* 画面幅768px以上のときのスタイル */
@media(min-width: 768px) {
  .company-list-wrapper {
    max-width: 1080px;
  }

  .accordion-area {
    width: 100%;
  }

  .accordion-area.open {
    padding-bottom: 20px;
  }
  .company-list-heading {
    display: table-row;
    /* th をテーブルヘッダーとして表示 */
  }

  .company-list {
    width: 95%;
    margin: 40px auto;
  }

  .company-list th,
  .company-list td {
    text-align: justify;
  }

  .company-list-heading .official-website {
    text-align: center;
  }


  .company-list td {
    display: table-cell;
    /* td をテーブルセルとして表示 */
    border-bottom: 1px dashed #000;

  }

  .company-name {
    background: none;
  }

  .company-list td::before {
    display: none;
  }
}

/* news */
.main-news {
  width: 90%;
  max-width:1080px;
  margin: min(60px, 14vw) auto min(90px, 20vw);
}
.main-news .news-index {
  background-color: #fff;
  padding: min(60px, 10vw) min(32px, 5vw);
}
.news-header-area .news-header {
  font-size: min(6.4rem,13vw);
}
.news-header-area .subtitle {
    font-size: min(1.8rem, 5vw);
    padding: 0;
}


.news-header {
  font-size: 3rem;
}
.main-news .news-index dt {
  padding-top: 16px 0;
}

.content-news {
  background-color: #fff;
  padding: 20px 40px;
}
.news-titleArea {
  padding: 16px 0;
}
.news-textArea {
  margin: 5px 0 20px;
  font-size: clamp(1rem, 0.709rem + 1.45vw, 1.8rem);

}
.postnav {
  text-align: center;
}

.main-news a:hover {
  opacity: 0.6;
}
.news-index-btn {
  background-color: #000;
  width: 128px;
  height: 40px;
  margin: 20px auto;
  text-align: center;
  display: flex;
}

.news-index-btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

@media screen and (min-width: 768px) {
  .main-news .news-index {
    width: 100%;
  }
  .main-news dd {
    font-size: 2rem;
  }

  .news-view {
    display: none;
  }

  .content-news {
    max-width: 960px;
    margin: 0 auto;
  }
  .content-news .news-titleArea {
    font-size: clamp(1.2rem, 0.982rem + 1.09vw, 1.8rem);
  }
  
}

/* footer ==================================================*/
.footer {
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  position: relative;
}

.footer img {
  vertical-align: bottom;
}

.footer-content {
  width: 100%;
  margin: 0 auto;
  padding: min(80px,14vw) min(40px,8vw) min(40px,8vw);
  background: #000 url(img/bg-pipe-pattern1.png) center;
  text-align: center;
  position: absolute;
}

.footer-logo {
  display: block;
  width: 168px;
  margin: 0 auto;
}

.footer-nav-list {
  display: flex;
  margin: 20px 0;
  justify-content: center;
  gap: 20px;
}


.footer-nav-list a {
  color: #fff;
  font-size: 1.4rem;
}

.footer-nav-list li {
  margin: 10px;
}

@media screen and (max-width: 768px) {
  .footer-nav-list {
    display: inline-block;
  }
}


small {
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}


/* ===================================== */
/*  */
.connector {
  position: relative;
  width: 200px;
  /* 横方向の長さ */
  height: 50px;
  /* 縦方向の長さ */
}

.horizontal {
  position: absolute;
  left: 0;
  width: 50%;
  /* 横方向の長さの半分 */
  height: 1px;
  background-color: black;
}

.horizontal-1 {
  top: 150%;

}

.horizontal-2 {
  left: 50%;
  top: 50%;
}

.vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  /* 縦方向の長さの半分 */
  background-color: black;
}

/*  */