@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* 共通設定 */
.mainimg {
  text-align: center;
}

.shokubazukan {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em 0 2em;
}

.page_title h2 {
  text-align: center;
}

.page_title p {
  text-align: center;
  font-size: 0.95em;
}

.dotline {
  max-width: 590px;
  width: 100%;
  height: 5px;
  margin: 1em auto;
  background-image: radial-gradient(circle, #000 2.5px, transparent 2.5px);
  background-size: 14px 5px;
  background-repeat: repeat-x;
}

.container {
  padding: 0 1em;
}

.en {
  font-size: 19px;
  font-family: "Jost", sans-serif;
}

.highlight {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

.highlight span {
  display: block;
  padding: 2px 0.5em;
  line-height: 1.6;
  max-width: fit-content;
}

.highlight span + span {
  margin-top: 10px;
}

.d_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.d_flex > .text {
  flex: 0 0 47%;
}

h4 {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.desc {
  line-height: 2;
}

.title_box {
  font-weight: 600;
  border: 1px solid #0090ff;
  box-shadow: 3px 3px 0 #0090ff;
  background: #fff;
  padding: 6px 0.5em;
  border-radius: 6px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}

/*メイン画像*/
.section_intro {
  position: relative;
  max-width: 100%;
  margin: 1.5em auto 2em;
}

.section_intro .main_visual img {
  width: 100%;
}

.section_intro .card {
  position: relative;
  margin: -50px auto;
  z-index: 1;
  background: rgba(240, 248, 255, 0.9);
  border-radius: 10px;
  padding: 1.5em 1em;
  max-width: 730px;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(#d7e9fc 0%, rgba(215, 233, 252, 0.92) 44.33%, rgba(215, 233, 252, 0.51) 100%);
}

.section_intro .card .vol {
  text-align: center;
  font-size: 19px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
}

.section_intro .card .dept {
  max-width: 375px;
  width: 90%;
  margin: 0 auto 0.8em;
  font-size: 2em;
  font-family: "Jost", sans-serif;
}

.section_intro .card ul {
  padding: 0 1.5em;
  font-weight: 500;
}

.section_intro .card ul,
.section_intro .card li {
  list-style: none;
}

.section_intro .card dl dt {
  width: 138px;
}

.section_intro .card dl dd {
  width: 70%;
}

/* Works */
.section_works {
  margin-top: 8em;
  position: relative;
  z-index: 0;
}

.section_works::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 226px;
  height: 172px;
  background: url("../img/bg-blue-left.svg") no-repeat center/contain;
  z-index: -1;
}

.section_works::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -1%;
  width: 123px;
  height: 119px;
  background: url("../img/bg-blue-right.svg") no-repeat center/contain;
  z-index: -1;
}

.section_works .en {
  text-align: center;
}

.section_works h4 {
  text-align: center;
  font-size: 20px;
}

.section_works .highlight {
  text-align: center;
  margin-top: 0.5em;
}

.section_works .highlight span {
  margin-left: auto;
  margin-right: auto;
}

.section_works .desc {
  max-width: 784px;
  width: 98%;
  margin: 2em auto 0;
}

.section_works .image {
  text-align: center;
  margin-top: 2em;
}

/* Mission */
.section_mission {
  margin-top: 4em;
}

.section_mission h4 {
  font-size: 22px;
}

.section_mission .highlight {
  margin-top: 1em;
}

.section_mission .desc {
  margin-top: 1em;
}

.section_mission .jiman {
  margin-top: 5em;
  gap: 2em;
}

.section_mission .jiman h5 {
  max-width: 300px;
  margin: auto;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.section_mission .jiman h5 img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}

.section_mission .jiman .highlight {
  text-align: center;
  font-weight: 600;
  font-size: 1.3em;
  margin-top: 1em;
}

.section_mission .jiman .image {
  text-align: center;
}

/*社員紹介*/
.section_staff {
  padding: 4em 1em 3em;
  margin-top: 6em;
  position: relative;
  z-index: 0;
}

.section_staff::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 2%;
  width: 256px;
  height: 200px;
  background: url("../img/bg-blue-left2.svg") no-repeat center/contain;
  z-index: -1;
}

.section_staff::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 5%;
  width: 145px;
  height: 144px;
  background: url("../img/bg-blue-right2.svg") no-repeat center/contain;
  z-index: -1;
}

.section_staff .en {
  text-align: center;
}

.section_staff h3 {
  font-size: 2em;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
}

.section_staff .lead {
  text-align: center;
  margin-top: 0.5em;
}

.section_staff .profile {
  max-width: 805px;
  align-items: center;
  gap: 1.5em;
  background: #fff;
  border-radius: 10px;
  padding: 0.5em 1em 0 1em;
  margin: 2em auto 0;
}

.section_staff .profile .image {
  text-align: center;
}

.section_staff .profile .image img {
  vertical-align: bottom;
}

.section_staff .profile .info {
  padding-bottom: 1em;
}

.section_staff .profile .info h4 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.section_staff .profile .info .join {
  font-size: 0.82em;
  font-weight: 600;
}

.section_staff .profile dl dt {
  width: max-content;
  padding: 0 0.5em;
  color: #fff;
  font-weight: 500;
  margin-top: 1em;
}

.section_staff .profile dl dd {
  margin-top: 0.2em;
}

.section_staff .details {
  margin-top: 2.5em;
  gap: 6em;
}

.section_staff .details h5 {
  font-weight: 600;
  font-size: 1.375em;
  text-align: center;
}

.section_staff .details .image {
  text-align: center;
}

.section_staff .favorite {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_staff .favorite .item {
  background: #fff;
  border-radius: 10px;
}

.section_staff .favorite .proname {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 1em;
}

.section_staff .favorite .comment {
  max-width: 250px;
  font-weight: 500;
  margin-top: 1em;
}

.section_manwoman {
  width: 100vw;
  margin: 6.5em calc(50% - 50vw) 0;
  background: rgba(201, 190, 180, 0.3);
  padding: 3em 1em 2em;
}

.section_manwoman h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.section_manwoman > p {
  text-align: center;
  margin-top: 1.5em;
  font-size: 0.95em;
}

.section_manwoman ul,
.section_manwoman li {
  list-style: none;
}

.section_manwoman ul {
  width: 100%;
  margin-top: 2em;
  gap: 1.5em;
}

.section_manwoman ul li a {
  display: block;
  width: 100%;
  color: #000;
}

.section_manwoman ul li p {
  position: relative;
  padding-left: 1em;
  font-size: 0.9em;
  white-space: nowrap;
}

.section_manwoman ul li p::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 2px;
  border: 2px solid transparent;
  border-bottom-color: #000;
  border-right-color: #000;
  transform: rotate(-45deg);
  position: absolute;
  margin: auto;
  top: 12px;
  left: 0;
}

.section_manwoman .link_past {
  display: block;
  position: relative;
  max-width: 245px;
  text-align: center;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  background: #fff;
  border: 2px solid #000;
  border-radius: 2em;
  padding: 0.5em 1em;
  margin: 2.5em auto 0;
}

.section_manwoman .link_past::after {
  content: "";
  position: absolute;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  display: block;
  height: 12px;
  width: 15px;
}

/* カラー設定 */
/* 青系 */
.shokubazukan.col_blue {
  /*メイン画像*/
  /* Mission */
  /*社員紹介*/
}

.shokubazukan.col_blue .en {
  color: #3198ff;
}

.shokubazukan.col_blue .highlight span {
  background-color: #3198ff;
}

.shokubazukan.col_blue .section_intro .card .vol {
  color: #3198ff;
}

.shokubazukan.col_blue .section_intro .card dl dt {
  color: #3198ff;
}

.shokubazukan.col_blue .section_mission .jiman .highlight {
  color: #3198ff;
}

.shokubazukan.col_blue .section_staff {
  background: rgba(213, 234, 255, 0.45);
}

.shokubazukan.col_blue .section_staff .profile .info h4 {
  color: #3198ff;
}

.shokubazukan.col_blue .section_staff .profile .info .join {
  color: #3198ff;
}

.shokubazukan.col_blue .section_staff .profile .info dl dt {
  background: #3198ff;
}

.shokubazukan.col_blue .section_staff .details h5 {
  color: #3198ff;
}

@media screen and (max-width: 768px) {
  #Enjoy_ttl {
    background: #3f3634;
    margin-top: 20px;
  }
  .d_flex {
    flex-wrap: wrap;
  }
  .d_flex > .text {
    flex-basis: 100%;
  }
  .column-reverse {
    flex-direction: column-reverse;
  }
  .shokubazukan {
    font-size: 14px;
    padding-top: 1.5em;
  }
  .shokubazukan img {
    max-width: 100%;
  }
  .page_title {
    padding: 0 1em;
  }
  .page_title h2 img {
    max-width: 90%;
  }
  .en {
    font-size: 18px;
  }
  .highlight {
    font-size: 20px;
  }
  .section_intro .card {
    width: 92%;
    margin: -20px auto;
    padding: 1em;
  }
  .section_intro .card .dept {
    font-size: 22px;
  }
  .section_intro .card ul {
    padding: 0;
    font-size: 13px;
  }
  .section_intro .card .vol {
    font-size: 14px;
  }
  .section_works::before {
    width: 128px;
    top: -15%;
    left: -12%;
  }
  .section_works::after {
    width: 59px;
    top: 15%;
    right: -3%;
  }
  .section_works h4 {
    font-size: 18px;
  }
  .section_works .image {
    margin: 2em calc(50% - 50vw) 0;
    width: 100vw;
  }
  .section_mission h4 {
    font-size: 18px;
  }
  .section_mission .image.shift {
    margin: 0em calc(50% - 50vw);
    width: 100vw;
    margin-left: -15%;
  }
  .section_mission .jiman h5 {
    font-size: 18px;
  }
  .section_staff::before {
    width: 112px;
    top: -1%;
    left: -6%;
  }
  .section_staff::after {
    width: 67px;
    top: 7%;
    right: 0;
  }
  .section_staff .profile {
    padding: 1em;
  }
  .section_staff .profile .image img {
    width: 90%;
  }
  .section_staff .profile .info h4 {
    font-size: 20px;
  }
  .section_staff .profile .info dl {
    font-size: 13px;
  }
  .section_staff .details {
    gap: 2.5em;
  }
  .section_manwoman {
    margin-top: 3.5em;
  }
  .section_manwoman h4 {
    font-size: 22px;
  }
  .section_manwoman ul li {
    width: calc((100% - 1.5em) / 2);
  }
}
/*# sourceMappingURL=style.css.map */