@charset "UTF-8";
/**
 * @ under.css
 *
 * 
 */

/* ==============================
  パンくず
============================== */
.under .breadcrumb {
  padding-bottom: 30px;
}
.under .breadcrumb__menu {
  gap: 0 40px;
  align-items: center;
  flex-wrap: wrap;
}
.under .breadcrumb__menu * {
  font-size: 1.3rem;
}
.under .breadcrumb__menu-list {
  position: relative;
}
.under .breadcrumb__menu-list:not(:last-child)::after {
  content: "＞";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  line-height: 1;
}
.under .breadcrumb__menu-list a {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .under .breadcrumb {
    display: none;
  }
}

/* ==============================
  ページネーション
============================== */
.under .pagenation ul {
  display: flex;
  justify-content: center;
  margin: 80px 0;
  gap: 30px;
}
.under .pagenation ul li > * {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #0375c3;
  border: 1px solid #0375c3;
  transition: 0.3s;
}
.under .pagenation span.page-numbers.dots {
  border: none;
}
.under .pagenation ul li.current > * {
  background: #0375c3;
  color: #fff;
}
.under .pagenation ul li a:hover {
  background: #0375c3;
  color: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 480px) {
  .under .pagenation ul li > * {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
  .under .pagenation ul {
    gap: 10px;
  }
}
/* ==============================
  Sai＋ 一覧
============================== */
/* .head */
.under.saiplus:not(.--single) .head {
  margin-bottom: 50px;
}
.under.saiplus .head__heading {
  margin-bottom: 30px;
}
.under.saiplus:not(.--archive) .head__heading a:hover img {
  opacity: 0.6;
}
.under.saiplus.--archive .head__heading a {
  pointer-events: none;
}
.under.saiplus .head__lead {
  text-align: center;
}

/* .saiplus-list */
.under.saiplus .saiplus-list {
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-bottom: 60px;
}
.under.saiplus .saiplus-list__item {
  width: calc((100% - 80px) / 3);
}
.under.saiplus .saiplus-list__link {
  position: relative;
  display: block;
}
.under.saiplus .saiplus-list__figure {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid #ccc;
}
.under.saiplus .saiplus-list__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.under.saiplus .saiplus-list__link:hover .saiplus-list__figure img {
  transform: scale(1.1);
  transition: 0.3s;
}
.under.saiplus .saiplus-list__no {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 70%);
  color: #fff;
  padding: 0 10px;
  font-size: 1.5rem;
}
.under.saiplus .saiplus-list__title {
  font-weight: bold;
  font-size: 1.8rem;
}
.under.saiplus .saiplus-list__area {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .under.saiplus.--archive .head__lead {
    font-size: 1.4rem;
    text-align: left;
  }
  .under.saiplus .saiplus-list__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .under.saiplus .saiplus-list__item {
    width: 100%;
  }
}
/* ==============================
  Sai＋ 詳細
============================== */
/* .mv */
.under.saiplus.--single .mv {
  margin-bottom: 30px;
}
.under.saiplus.--single .mv__figure {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  position: relative;
}
.under.saiplus.--single .mv__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.under.saiplus.--single .mv__title-body.--right {
  width: calc(100% - 40px);
  padding: 10px 20px;
  background: #f2f2f2;
}
.under.saiplus.--single .mv__catch {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.under.saiplus.--single .mv__catch > * {
  font-size: 1.8rem;
}
.under.saiplus.--single .mv__title-no {
  flex-shrink: 0;
}
.under.saiplus.--single .mv__title-no p {
  font-size: 4rem;
  line-height: 1.2;
  background: #000000;
  color: #fff;
  padding: 10px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.under.saiplus.--single .mv__title-no p span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.under.saiplus.--single .mv__company {
  flex-wrap: wrap;
}

/* .content */
.under.saiplus.--single .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.under.saiplus.--single .content__youtube {
  gap: 20px;
}
.under.saiplus.--single .content__youtube-iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
.under.saiplus.--single .content__interview-date p {
  text-align: right;
}
.under.saiplus.--single .content__company-data {
  border-top: 6px solid #0075c5;
  padding: 10px 20px;
  background: #f2f2f2;
}
.under.saiplus.--single .content__company-heading {
  font-size: 1.8rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.under.saiplus.--single .content__company-name {
  font-size: 2rem;
  font-weight: bold;
}
.under.saiplus.--single .address__wrap-sp {
  display: inline-block;
}
.under.saiplus.--single .content__company-url {
  text-decoration: underline;
  color: #0075c5;
  width: fit-content;
}
.under.saiplus.--single .content__company-url:hover {
  text-decoration: none;
}

/* .saiplus__post */
.under.saiplus.--single .saiplus__post {
  background: #eaf1fc;
  padding: 50px 0;
}
.under.saiplus.--single .saiplus-list__heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #004572;
  text-align: center;
}
.under.saiplus.--single .saiplus-list__btn.u-btn.--blue a {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .under.saiplus.--single .mv__title-no p span {
    font-size: 0.8rem;
  }
  .under.saiplus.--single .mv__title-no p {
    font-size: 2.8rem;
  }
  .under.saiplus.--single .mv__catch {
    font-size: 1.8rem;
  }
  .under.saiplus.--single .mv__company span {
    font-size: 1.4rem;
  }
  .under.saiplus.--single .content__youtube {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .under.saiplus.--single .address__wrap-sp {
    display: block;
  }
}

/* ==============================
  ものづくりナガノ トップ
============================== */
/* .head */
.under.monodukuri .head {
  margin-bottom: 50px;
  text-align: center;
}
.under.monodukuri:not(.--single) .head__heading {
  margin-bottom: 30px;
}
.under.monodukuri.--top .head__heading a {
  pointer-events: none;
}
.under.monodukuri:not(.--top) .head__heading a:hover img {
  opacity: 0.6;
}

/* .new-post */
.under.monodukuri .new-post {
  border: 2px solid #ddd;
  margin-bottom: 50px;
}

/* .new-post__heading */
.under.monodukuri .new-post__no {
  background: #000;
  width: 120px;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
}
.under.monodukuri .new-post__no p {
  font-size: 2rem;
}
.under.monodukuri .new-post__info {
  padding: 10px;
  background: #0793b9;
  width: calc(100% - 80px);
}
.under.monodukuri .new-post__info * {
  color: #fff;
}
.under.monodukuri .new-post__title p {
  font-size: 2rem;
  font-weight: bold;
}
.under.monodukuri .new-post__inner {
  padding: 20px;
}
.under.monodukuri .new-post__text {
  margin-bottom: 30px;
}
.under.monodukuri .new-post__youtube-iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* .profile */
.under.monodukuri.--top .profile {
  background: #f2f2f2;
}
.under.monodukuri.--top .profile__heading {
  background: #333;
  padding: 5px 20px;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.under.monodukuri.--top .profile__inner {
  padding: 0 50px 20px 20px;
  gap: 20px;
  align-items: center;
}
.under.monodukuri.--top .profile__figure {
  text-align: center;
  width: 200px;
  max-width: 30%;
  flex-shrink: 0;
}
.under.monodukuri.--top .profile__caption {
  font-size: 1.4rem;
}
.under.monodukuri.--top .profile__caption span {
  font-weight: bold;
}
.under.monodukuri.--top .profile .profile__text p {
  font-size: 1.5rem;
}

/* .btn */
.under.monodukuri.--top .monodukuri__btn {
  margin: 50px 0;
}
.under.monodukuri.--top .monodukuri__btn a {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .under.monodukuri .head {
    margin-bottom: 30px;
  }
  .under.monodukuri .head__lead p {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .under.monodukuri .new-post__heading {
    flex-direction: column;
  }
  .under.monodukuri .new-post__no {
    width: 100%;
  }
  .under.monodukuri .new-post__no p {
    font-size: 1.6rem;
  }
  .under.monodukuri .new-post__info {
    width: 100%;
  }
  .under.monodukuri .new-post__title {
    font-size: 1.6rem;
  }
  .under.monodukuri .new-post__title p {
    font-size: 1.8rem;
  }
  .under.monodukuri.--top .profile__inner {
    flex-direction: column;
    padding: 20px;
  }
  .under.monodukuri.--top .profile__figure {
    width: 100%;
    max-width: 100%;
  }
}
/* ==============================
  ものづくりナガノ 一覧
============================== */
/* .monodukuri__post */
.under.monodukuri .monodukuri-list {
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-bottom: 60px;
}
.under.monodukuri .monodukuri-list__item {
  width: calc((100% - 80px) / 3);
}
.under.monodukuri .monodukuri-list__link {
  position: relative;
  display: block;
}
.under.monodukuri .monodukuri-list__figure {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid #ccc;
}
.under.monodukuri .monodukuri-list__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.under.monodukuri .monodukuri-list__link:hover .monodukuri-list__figure img {
  transform: scale(1.1);
  transition: 0.3s;
}
.under.monodukuri .monodukuri-list__no {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 70%);
  color: #fff;
  padding: 0 10px;
  font-size: 1.5rem;
}
.under.monodukuri .monodukuri-list__onair {
  font-size: 1.3rem;
}
.under.monodukuri .monodukuri-list__company {
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .under.monodukuri .monodukuri-list {
    gap: 60px 40px;
  }
  .under.monodukuri .monodukuri-list__item {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 480px) {
  .under.monodukuri .monodukuri-list__item {
    width: 100%;
  }
}

/* ==============================
  ものづくりナガノ 詳細
============================== */
/* .monodukuri__post */
.under.monodukuri.--single .monodukuri__post {
  background: #eaf1fc;
  padding: 50px 0;
}
.under.monodukuri.--single .monodukuri__post-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #004572;
  text-align: center;
}
.under.monodukuri.--single .monodukuri__btn a {
  margin: 30px auto 0;
}

/* ==============================
  汎用固定ページ
============================== */
.under.page .page__heading {
  font-size: 3.2rem !important;
  text-align: center;
  margin: 50px 0 60px;
  font-weight: bold;
}
.under.page .editor {
  margin-bottom: 100px;
}

/* パーツ */
.under.page .editor > * {
  margin-bottom: 1em;
}
.under.page .editor > *:not(:first-child, p) {
  margin-top: 2em;
}
.under.page .editor h2 {
  font-size: 2.3rem;
  background: #f2f2f2;
  padding: 7px 20px;
  border-left: 5px solid #0075c5;
  font-weight: bold;
}
.under.page .editor h3 {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
.under.page .editor h3::before {
  content: "";
  width: 15px;
  height: 4px;
  background: #0075c5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.under.page .editor h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
.under.page .editor ul {
  list-style: disc;
  padding-left: 1.5em;
}
.under.page .editor ol {
  list-style: auto;
  padding-left: 1.5em;
}
.under.page .editor :is(ul, ol) {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.under.page .editor a {
  color: #0075c5;
  text-decoration: underline;
}
.under.page .editor a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .under.page .page__heading {
    font-size: 2.5rem !important;
  }
  .under.page .editor h2 {
    font-size: 2rem;
  }
  .under.page .editor h3 {
    font-size: 1.8rem;
  }
}
