@charset "UTF-8";
/* =================================================== *

  base

* =================================================== */
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
.js-sr-img {
  overflow: hidden;
}

.en {
  font-family: "roboto";
}

.mou {
  font-family: "Yuji Syuku", serif;
}

.l-main {
  font-size: 14px;
  font-feature-settings: "palt";
}
.l-main p {
  line-height: 1.8;
}
.l-main p + p {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .l-main p + p {
    margin-top: 1em;
  }
}

.bg-wh {
  background: #fff;
  border-radius: 10px;
  padding: clamp(30px, 3.9113428944vw, 50px);
}
@media (max-width: 767px) {
  .bg-wh {
    padding: 20px;
  }
}
.bg-wh section + section {
  margin-top: 40px;
}

/*------------------
  inner
------------------*/
.l-container {
  max-width: 1040px;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .l-container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-container {
    width: calc(100% - 40px);
  }
}

.l-container-wide {
  max-width: 1040px;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .l-container-wide {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-container-wide {
    width: 100%;
  }
}

.l-inner1280 {
  max-width: 1280px;
  margin-inline: auto;
}

.l-inner1000 {
  max-width: 1000px;
  margin-inline: auto;
}

.l-inner900 {
  max-width: 900px;
  margin-inline: auto;
}

/*------------------
  wraper
------------------*/
.l-wrapper {
  padding: clamp(70px, 9.1264667536vw, 150px) 0;
}

.l-wrapper-top {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}

.l-wrapper-bottom {
  padding-bottom: clamp(70px, 9.1264667536vw, 150px);
}

.l-wrapper-100 {
  padding: clamp(50px, 6.518904824vw, 100px) 0;
}

.l-wrapper-top-100 {
  padding-top: clamp(50px, 6.518904824vw, 100px);
}

.l-wrapper-bottom-100 {
  padding-bottom: clamp(50px, 6.518904824vw, 100px);
}

.l-wrapper-70 {
  padding: clamp(40px, 5.2151238592vw, 70px) 0;
}

.l-wrapper-top-70 {
  padding-top: clamp(40px, 5.2151238592vw, 70px);
}

.l-wrapper-bottom-70 {
  padding-bottom: clamp(40px, 5.2151238592vw, 70px);
}

.l-wrapper-50 {
  padding: clamp(30px, 3.9113428944vw, 50px) 0;
}

.l-wrapper-top-50 {
  padding-top: clamp(30px, 3.9113428944vw, 50px);
}

.l-wrapper-bottom-50 {
  padding-bottom: clamp(30px, 3.9113428944vw, 50px);
}

.l-wrapper-30 {
  padding: clamp(15px, 1.9556714472vw, 30px) 0;
}

.l-wrapper-top-30 {
  padding-top: clamp(15px, 1.9556714472vw, 30px);
}

.l-wrapper-bottom-30 {
  padding-bottom: clamp(15px, 1.9556714472vw, 30px);
}

.l-wrapper-20 {
  padding: clamp(10px, 1.3037809648vw, 20px) 0;
}

.l-wrapper-top-20 {
  padding-top: clamp(10px, 1.3037809648vw, 20px);
}

.l-wrapper-bottom-20 {
  padding-bottom: clamp(10px, 1.3037809648vw, 20px);
}

.l-wrapper-10 {
  padding: 10px 0;
}

.l-wrapper-top-10 {
  padding-top: 10px;
}

.l-wrapper-bottom-10 {
  padding-bottom: 10px;
}

/*------------------
  display
------------------*/
._sp {
  display: none;
}

._tb {
  display: none;
}

._tb-sp {
  display: none;
}

@media (max-width: 992px) {
  ._pc {
    display: none;
  }
  ._tb {
    display: block;
  }
  ._tb-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  ._pc-tb {
    display: none;
  }
  ._tb {
    display: none;
  }
  ._sp {
    display: block;
  }
}
/*------------------
  hn
------------------*/
.p-hn1 span {
  display: block;
}
.p-hn1 span.en {
  color: #1EAA64;
  font-weight: bold;
  font-size: clamp(12px, 1.5645371578vw, 18px);
}
.p-hn1 span.ja {
  color: #003D88;
  font-size: clamp(22px, 2.8683181226vw, 34px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-hn1 span.ja {
    font-size: clamp(20px, 6.25vw, 24px);
  }
}

.p-hn2 {
  font-size: 18px;
  font-weight: bold;
  color: #003D88;
  border-bottom: solid 1px #E5E5E5;
  padding-bottom: 10px;
  margin-bottom: clamp(15px, 1.9556714472vw, 30px);
}

.p-hn3 {
  font-size: clamp(20px, 2.6075619296vw, 27px);
  font-weight: bold;
}

.p-hn4 {
  font-size: clamp(18px, 2.3468057366vw, 21px);
  font-weight: bold;
  margin-bottom: 10px;
}

/*------------------
  bread
------------------*/
.p-bread ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-bread ul li {
    font-size: 2.2vw;
  }
}
.p-bread ul li.active {
  color: #000;
  padding: 0 2em;
}
@media (max-width: 767px) {
  .p-bread ul li.active {
    padding: 0 1em;
  }
}
.p-bread ul li a {
  color: #003D88;
  display: block;
  border-right: solid 1px #003D88;
  padding: 0 2em;
}
@media (max-width: 767px) {
  .p-bread ul li a {
    padding: 0 1em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-bread ul li a:hover {
    color: #000;
  }
}
.p-bread ul li:first-child a {
  padding-left: 0;
}
.p-bread ul li:last-child a {
  border-right: none;
}

/*------------------
  index
------------------*/
.p-index ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-index ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
.p-index ul li a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  background: #E4F0F8;
  color: #003D88;
  border-radius: 100vh;
  padding: 15px 1.5em;
  font-weight: bold;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-index ul li a {
    font-size: clamp(10px, 3.125vw, 14px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-index ul li a:hover {
    background: #003D88;
    color: #fff;
  }
  .p-index ul li a:hover i {
    background: #1EAA64;
  }
}
.p-index ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #003D88;
  color: #fff;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  aspect-ratio: 1/1;
}

/*------------------
  sticky
------------------*/
.p-sticky {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-sticky {
    display: block;
  }
}
.p-sticky > .left {
  flex-shrink: 0;
  flex-basis: 25%;
}
@media (max-width: 767px) {
  .p-sticky > .left {
    margin-bottom: 30px;
  }
}
.p-sticky > .left > div {
  top: 0;
}
.p-sticky > .right {
  flex-basis: 80%;
}

/*------------------
  page head
------------------*/
.page-head__img {
  margin-top: clamp(30px, 3.9113428944vw, 50px);
  overflow: hidden;
  border-radius: 10px;
}
.page-head__img img {
  aspect-ratio: 104/45;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-head__img img {
    aspect-ratio: 5/3;
  }
}

/*------------------
  list
------------------*/
.p-list dl {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-list dl {
    display: block;
  }
}
.p-list dl dt {
  flex-basis: 20%;
  padding: 20px 10px;
  border-bottom: solid 1px #E5E5E5;
  color: #003D88;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-list dl dt {
    border-bottom: none;
    padding: 10px 0 5px;
  }
}
.p-list dl dd {
  flex-basis: 80%;
  padding: 20px 10px;
  border-bottom: solid 1px #E5E5E5;
}
@media (max-width: 767px) {
  .p-list dl dd {
    padding: 0 0 10px 0;
  }
}

/*------------------
  button
------------------*/
.p-btn {
  display: inline-block;
  background: #003D88;
  color: #fff;
  border-radius: 100vh;
  padding: 15px 2em;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn:hover {
    background: #1EAA64;
  }
}
.p-btn.cancel {
  background: #444;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn.cancel:hover {
    background: #777;
  }
}

/*------------------
  link
------------------*/
.p-link {
  display: inline-block;
  background: #003D88;
  color: #fff;
  border-radius: 100vh;
  padding: 15px 4em 15px 2em;
  min-width: 160px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-link:hover {
    background: #1EAA64;
  }
  .p-link:hover i {
    transform: translateY(-50%) translatex(5px);
    background: #003D88;
  }
}
.p-link i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #1EAA64;
  transition: 0.3s;
}

/*------------------
  inner border
------------------*/
.inner__border {
  border-top: solid 1px #E5E5E5;
}

/*------------------
  section box
------------------*/
.sec-box {
  border: solid 1px #E5E5E5;
  border-radius: 10px;
  display: flex;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .sec-box {
    display: block;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec-box:hover {
    border: solid 1px #003D88;
  }
}
.sec-box > .left {
  flex-shrink: 0;
  flex-basis: 5em;
  text-align: center;
  border-right: solid 1px #E5E5E5;
}
@media (max-width: 767px) {
  .sec-box > .left {
    text-align: left;
    border-right: none;
    border-bottom: solid 1px #E5E5E5;
    margin: 0 20px 20px;
  }
}
.sec-box > .right {
  padding: 0 20px;
}
.sec-box__num {
  font-size: clamp(24px, 3.1290743155vw, 27px);
  font-weight: bold;
  color: #1EAA64;
}
.sec-box__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(30px, 3.9113428944vw, 50px);
}
@media (max-width: 767px) {
  .sec-box__head {
    flex-direction: column-reverse;
  }
}
.sec-box__head > .right {
  flex-basis: 30%;
  flex-shrink: 0;
}
.sec-box__head__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
}
.sec-box__main img {
  border-radius: 10px;
}
.sec-box__bosyu__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.3037809648vw, 20px);
}
@media (max-width: 767px) {
  .sec-box__bosyu__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.sec-box__bosyu__inner > div {
  border-radius: 10px;
  background: #E4F0F8;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.sec-box__bosyu__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.sec-box__bosyu__gra {
  border: solid 1px #003D88;
  padding: 3px 1em;
  border-radius: 100vh;
  background: #fff;
  color: #003D88;
  font-weight: bold;
  font-size: 140%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sec-box__bosyu__gra img {
  width: 10px;
}
.sec-box__bosyu__now {
  padding: 3px 1.5em;
  border-radius: 100vh;
  font-weight: bold;
}
.sec-box__bosyu__now.bosyu {
  background: #DC9000;
  color: #fff;
}
.sec-box__bosyu__now.end {
  background: #ccc;
  color: #fff;
}
.sec-box__bosyu__job {
  color: #1EAA64;
  font-weight: bold;
}
.sec-box__bosyu__jobttl {
  font-size: clamp(18px, 2.3468057366vw, 24px);
  font-weight: bold;
  color: #003D88;
}
@media (max-width: 767px) {
  .sec-box__bosyu__jobttl {
    font-size: 16px;
  }
}
.sec-box__bosyu__link {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.sec-box__bosyu__link a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .sec-box__bosyu__link a:hover {
    transform: translateX(5px);
    color: #003D88;
  }
}
.sec-box__bosyu__link a i {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003D88;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
}
.sec-box__toku {
  display: flex;
  gap: clamp(30px, 3.9113428944vw, 50px);
}
@media (max-width: 767px) {
  .sec-box__toku {
    display: block;
  }
}
.sec-box__toku > .left {
  flex-basis: 20%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sec-box__toku > .left {
    margin-bottom: 20px;
  }
}
.sec-box__toku__ttl {
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
  font-weight: bold;
  color: #003D88;
}
.sec-box__toku__list dl {
  display: grid;
  grid-template-columns: 2.5em auto;
  gap: 1em 0;
}
@media (max-width: 767px) {
  .sec-box__toku__list dl {
    display: block;
  }
}
.sec-box__toku__list dl dt {
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
  font-weight: bold;
  color: #1EAA64;
}
.sec-box__toku__list dl dd {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec-box__toku__list dl dd {
    margin-bottom: 1em;
  }
}
.sec-box__info__box {
  display: flex;
  gap: clamp(30px, 3.9113428944vw, 50px);
  background: #485C7B;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .sec-box__info__box {
    display: block;
  }
}
.sec-box__info__box + .sec-box__info__box {
  margin-top: 20px;
}
.sec-box__info__box > .left {
  flex-basis: 40%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sec-box__info__box > .left {
    margin-bottom: 20px;
  }
}
.sec-box__info__box > .right {
  display: flex;
  flex-direction: column;
}
.sec-box__info__img {
  overflow: hidden;
  border-radius: 10px;
}
.sec-box__info__ttl {
  font-size: 21px;
  font-weight: bold;
}
.sec-box__info__ttl small {
  font-size: 70%;
  line-height: 1.4;
}
.sec-box__info__txt {
  margin-bottom: 20px;
}
.sec-box__info__link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .sec-box__info__link {
    text-align: center;
  }
}
.sec-box__info__link a {
  display: inline-block;
  border: solid 2px #fff;
  border-radius: 100vh;
  padding: 10px 2em;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .sec-box__info__link a:hover {
    background: #003D88;
  }
}
.sec-box__gallery__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 1.9556714472vw, 30px);
}
@media (max-width: 767px) {
  .sec-box__gallery__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-box__gallery__inner > div {
  overflow: hidden;
  border-radius: 10px;
}

/*------------------
  section gyomu
------------------*/
.sec-gyomu section {
  display: flex;
  border-left: solid 1px #E5E5E5;
}
@media (max-width: 767px) {
  .sec-gyomu section {
    flex-direction: column;
    border-left: none;
    border-top: solid 1px #E5E5E5;
  }
}
.sec-gyomu section > .left {
  flex-shrink: 0;
  flex-basis: 8%;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-gyomu section > .left {
    text-align: left;
    order: 1;
  }
}
.sec-gyomu section > .center {
  margin-right: 30px;
  align-self: center;
}
@media (max-width: 767px) {
  .sec-gyomu section > .center {
    order: 3;
    align-self: auto;
  }
}
.sec-gyomu section > .right {
  flex-basis: 30%;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .sec-gyomu section > .right {
    order: 2;
  }
}
.sec-gyomu__num {
  font-size: clamp(24px, 3.1290743155vw, 27px);
  font-weight: bold;
  color: #1EAA64;
  border-left: solid 2px #003D88;
  line-height: 1;
  margin-left: -2px;
}
@media (max-width: 767px) {
  .sec-gyomu__num {
    margin-left: 0;
    border-left: none;
    border-top: solid 2px #003D88;
    display: inline-block;
    line-height: 2;
  }
}
.sec-gyomu__ttl {
  color: #003D88;
  font-size: clamp(18px, 2.3468057366vw, 21px);
  font-weight: bold;
}
.sec-gyomu__img {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-gyomu__img {
    width: 70%;
    margin: 0 auto 30px;
  }
}
.sec-gyomu__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/*------------------
  plugin modaal
------------------*/
.modaal-container {
  border-radius: 10px;
}

.modaal-wrapper .modaal-close {
  background: #003D88;
}

/*------------------
  wp pager
------------------*/
.wp-pagenavi {
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003D88;
}
.wp-pagenavi a {
  color: #003D88;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.wp-pagenavi span.current {
  border: none;
  background: #003D88;
  color: #fff;
}
.wp-pagenavi a.page {
  background: none;
}
.wp-pagenavi a.page:hover {
  background: #003D88;
  color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

/* =================================================== *

  top

* =================================================== */
/*------------------
  top slide
------------------*/
.top-slide {
  display: none;
}
.top-slide.slick-initialized {
  display: block;
}
.top-slide .slick-track {
  display: flex;
  align-items: center;
}
.top-slide .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-slide .slick-slide img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-slide .slick-slide img {
    width: 90%;
  }
}
.top-slide .slick-slide:nth-child(even) img {
  width: 80%;
}
@media (max-width: 767px) {
  .top-slide .slick-slide:nth-child(even) img {
    width: 90%;
  }
}

.works_cat span + span {
  margin-left: 0.5em;
}

/* =================================================== *

  works

* =================================================== */
/*------------------
  works
------------------*/
.works__date {
  font-weight: bold;
}
.works__cat {
  font-weight: bold;
  color: #1EAA64;
}
.works__cat span + span {
  margin-left: 0.5em;
}
.works__ttl {
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
  color: #003D88;
  margin-bottom: 10px;
  transition: 0.3s;
}

/*------------------
  works archive
------------------*/
.works-archive__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 5.2151238592vw, 60px) clamp(20px, 2.6075619296vw, 30px);
}
@media (max-width: 767px) {
  .works-archive__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.works-archive__inner > div > a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .works-archive__inner > div > a:hover .works-archive__img img {
    transform: scale(1.05);
  }
  .works-archive__inner > div > a:hover .works__ttl {
    color: #1EAA64;
  }
}
.works-archive__img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 5px;
}
.works-archive__img img {
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: 0.3s;
}

/* =================================================== *

  company

* =================================================== */
/*------------------
  company list
------------------*/
.company__list > dl {
  border-top: solid 1px #E5E5E5;
  display: grid;
  grid-template-columns: 8em auto;
}
@media (max-width: 767px) {
  .company__list > dl {
    display: block;
  }
}
.company__list > dl > dt {
  border-bottom: solid 1px #E5E5E5;
  padding: 30px 10px;
  font-weight: bold;
  font-size: 16px;
  color: #003D88;
}
@media (max-width: 767px) {
  .company__list > dl > dt {
    font-size: 18px;
    border-bottom: none;
    padding: 15px 0 10px;
  }
}
.company__list > dl > dd {
  border-bottom: solid 1px #E5E5E5;
  padding: 30px 10px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .company__list > dl > dd {
    padding: 0 0 15px;
  }
}
.company__list > dl > dd dl {
  display: grid;
  grid-template-columns: 10em auto;
}
@media (max-width: 767px) {
  .company__list > dl > dd dl {
    display: block;
  }
}
.company__list > dl > dd dl > dt {
  border-bottom: solid 1px #E5E5E5;
  padding: 15px 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .company__list > dl > dd dl > dt {
    border-bottom: none;
    padding: 15px 0 10px;
  }
}
.company__list > dl > dd dl > dd {
  border-bottom: solid 1px #E5E5E5;
  padding: 15px 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .company__list > dl > dd dl > dd {
    padding: 0 0 15px;
  }
}
.company__list > dl > dd dl.line1 > dt {
  border-bottom: none;
  padding: 0;
}
.company__list > dl > dd dl.line1 > dd {
  border-bottom: none;
  padding: 0;
}

/*------------------
  company data
------------------*/
.company-data__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, auto);
  gap: 15px;
}
@media (max-width: 992px) {
  .company-data__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, auto);
  }
}
@media (max-width: 767px) {
  .company-data__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 10px;
  }
}
.company-data__inner > div {
  background: #E4F0F8;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .company-data__inner > div {
    padding: 10px;
  }
}
.company-data__inner > div:nth-child(7) {
  grid-row: span 2/span 2;
}
@media (max-width: 992px) {
  .company-data__inner > div:nth-child(7) {
    grid-row: auto;
  }
}
.company-data__inner > div:nth-child(8) {
  grid-row: span 2/span 2;
}
@media (max-width: 992px) {
  .company-data__inner > div:nth-child(8) {
    grid-row: auto;
  }
}
.company-data__inner > div:nth-child(10) {
  grid-column-start: 3;
}
@media (max-width: 992px) {
  .company-data__inner > div:nth-child(10) {
    grid-column-start: auto;
  }
}
.company-data__inner > div:nth-child(11) {
  grid-row-start: 5;
}
@media (max-width: 992px) {
  .company-data__inner > div:nth-child(11) {
    grid-row-start: auto;
  }
}
.company-data__inner > div:nth-child(12) {
  grid-row-start: 5;
}
@media (max-width: 992px) {
  .company-data__inner > div:nth-child(12) {
    grid-row-start: auto;
  }
}
.company-data__inner > div:nth-child(13) {
  grid-row-start: 5;
}
@media (max-width: 992px) {
  .company-data__inner > div:nth-child(13) {
    grid-row-start: auto;
  }
}
.company-data__inner > div:nth-child(14) {
  grid-row-start: 6;
}
@media (max-width: 992px) {
  .company-data__inner > div:nth-child(14) {
    grid-row-start: auto;
  }
}
.company-data__inner > div:nth-child(15) {
  grid-row-start: 6;
}
@media (max-width: 992px) {
  .company-data__inner > div:nth-child(15) {
    grid-row-start: auto;
  }
}
.company-data__ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  color: #003D88;
  margin-bottom: 10px;
  font-size: clamp(12px, 1.5645371578vw, 14px);
}
@media (max-width: 767px) {
  .company-data__ttl {
    font-size: 2.6vw;
    gap: 5px;
  }
}
.company-data__ttl span {
  font-size: clamp(14px, 1.8252933507vw, 18px);
  color: #1EAA64;
  line-height: 1;
}
@media (max-width: 767px) {
  .company-data__ttl span {
    font-size: 3vw;
  }
}
.company-data__num {
  font-size: clamp(18px, 2.3468057366vw, 23px);
  color: #003D88;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .company-data__num {
    font-size: clamp(10px, 3.125vw, 16px);
  }
}
.company-data__num span.num {
  font-size: clamp(40px, 5.2151238592vw, 60px);
}
@media (max-width: 767px) {
  .company-data__num span.num {
    font-size: clamp(20px, 6.25vw, 34px);
  }
}
.company-data__num2 {
  color: #003D88;
  text-align: center;
  font-weight: bold;
  text-align: right;
}
.company-data__num2 span.num {
  margin-left: 10px;
}
.company-data__flex {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.3037809648vw, 20px);
}
.company-data__flex > div {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .company-data__flex > div {
    gap: 0;
  }
}
.company-data__hiritsu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.company-data__hiritsu dl {
  display: grid;
  grid-template-columns: 6em auto;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #003D88;
}
.company-data__hiritsu dl dt {
  margin-bottom: clamp(5px, 0.6518904824vw, 10px);
  font-size: clamp(14px, 1.8252933507vw, 16px);
}
@media (max-width: 767px) {
  .company-data__hiritsu dl dt {
    font-size: 12px;
  }
}
.company-data__hiritsu dl dd {
  line-height: 1;
  margin-bottom: clamp(5px, 0.6518904824vw, 10px);
  text-align: right;
}
.company-data__hiritsu dl dd span {
  font-size: clamp(15px, 1.9556714472vw, 20px);
}
@media (max-width: 767px) {
  .company-data__hiritsu dl dd span {
    font-size: 12px;
  }
}
.company-data__hiritsu dl dd span.num {
  font-size: clamp(30px, 3.9113428944vw, 40px);
  line-height: 1;
}
@media (max-width: 767px) {
  .company-data__hiritsu dl dd span.num {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .company-data__man img {
    width: 60%;
  }
}
.company-data__tate {
  font-size: clamp(10px, 1.3037809648vw, 12px);
  color: #003D88;
  font-weight: bold;
  writing-mode: vertical-rl;
}
.company-data__alert {
  color: #777;
  text-align: center;
  font-size: clamp(10px, 1.3037809648vw, 12px);
  margin-top: auto;
}
@media (max-width: 767px) {
  .company-data__alert {
    margin-top: 10px;
  }
}

/*------------------
  company gallery
------------------*/
.company-gallery__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 1.9556714472vw, 30px);
}
@media (max-width: 767px) {
  .company-gallery__inner {
    gap: 10px;
  }
}
.company-gallery__flex {
  display: grid;
  gap: clamp(15px, 1.9556714472vw, 30px);
}
@media (max-width: 767px) {
  .company-gallery__flex {
    gap: 10px;
  }
}
.company-gallery__flex img {
  border-radius: 10px;
}
.company-gallery__flex:nth-child(even) {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, auto);
}
@media (max-width: 767px) {
  .company-gallery__flex:nth-child(even) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
@media (max-width: 767px) {
  .company-gallery__flex:nth-child(even) > div:first-child {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.company-gallery__flex:nth-child(even) > div:first-child img {
  aspect-ratio: 47/66;
  object-fit: cover;
}
@media (max-width: 767px) {
  .company-gallery__flex:nth-child(even) > div:nth-child(2) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
.company-gallery__flex:nth-child(even) > div:nth-child(2) img {
  aspect-ratio: 47/66;
  object-fit: cover;
}
.company-gallery__flex:nth-child(even) > div:nth-child(3) {
  grid-column: span 2/span 2;
}
@media (max-width: 767px) {
  .company-gallery__flex:nth-child(even) > div:nth-child(3) {
    grid-column: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.company-gallery__flex:nth-child(even) > div:nth-child(3) img {
  aspect-ratio: 50/33;
  object-fit: cover;
}
.company-gallery__flex:nth-child(odd) {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, auto);
}
@media (max-width: 767px) {
  .company-gallery__flex:nth-child(odd) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
.company-gallery__flex:nth-child(odd) > div:first-child {
  grid-column: span 2/span 2;
}
.company-gallery__flex:nth-child(odd) > div:first-child img {
  aspect-ratio: 50/33;
  object-fit: cover;
}
.company-gallery__flex:nth-child(odd) > div:nth-child(2) img, .company-gallery__flex:nth-child(odd) > div:nth-child(3) img {
  aspect-ratio: 47/66;
  object-fit: cover;
}

/*------------------
  company purpose
------------------*/
.company-purpose__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .company-purpose__inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.company-purpose__inner > .left {
  flex-basis: 55%;
}
.company-purpose__inner > .right {
  flex-basis: 40%;
}
.company-purpose__ttl {
  color: #003D88;
  font-size: clamp(24px, 3.1290743155vw, 27px);
  font-weight: bold;
}
.company-purpose__name {
  font-size: clamp(20px, 2.6075619296vw, 24px);
  font-weight: bold;
}
@media (max-width: 767px) {
  .company-purpose__img {
    width: 80%;
    margin: 0 auto;
  }
}
.company-purpose__img img {
  border-radius: 10px;
}

/*------------------
  company rinen
------------------*/
#company-rinen .company__list dl dt {
  line-height: 1.8;
}
#company-rinen .company__list dl dd {
  font-size: 120%;
}

.company-rinen__head {
  background: #E4F0F8 url("../images/company/mark.svg") no-repeat center center/50%;
  border-radius: 10px;
  padding: clamp(30px, 3.9113428944vw, 50px) 10px;
  aspect-ratio: 3/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.company-rinen__head__list dl {
  text-align: center;
}
.company-rinen__head__list dl + dl {
  margin-top: clamp(30px, 3.9113428944vw, 50px);
}
.company-rinen__head__list dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #1EAA64;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .company-rinen__head__list dl dt {
    font-size: 5vw;
  }
}
.company-rinen__head__list dl dd {
  font-size: clamp(24px, 3.1290743155vw, 30px);
  font-weight: bold;
  color: #003D88;
}
@media (max-width: 767px) {
  .company-rinen__head__list dl dd {
    font-size: 6vw;
  }
}
.company-rinen__aside {
  width: 80%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .company-rinen__aside {
    width: 100%;
  }
}
.company-rinen__aside__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*------------------
  company info
------------------*/
.company-info__list {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .company-info__list {
    margin-top: 0;
  }
}
.company-info__map iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .company-info__map iframe {
    aspect-ratio: 1/1;
  }
}

/* =================================================== *

  products

* =================================================== */
/*------------------
  products inner
------------------*/
.products__inner {
  border-top: solid 1px #E5E5E5;
}

/*------------------
  products index
------------------*/
.products-index__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 3.9113428944vw, 50px) clamp(15px, 1.9556714472vw, 30px);
}
@media (max-width: 767px) {
  .products-index__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.products-index__inner > div > a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .products-index__inner > div > a:hover .products-index__ttl {
    color: #1EAA64;
  }
  .products-index__inner > div > a:hover .products-index__img img {
    transform: scale(1.05);
  }
  .products-index__inner > div > a:hover .products-index__img i {
    transform: translateY(5px);
  }
}
.products-index__img {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
}
.products-index__img img {
  transition: 0.3s;
}
.products-index__img i {
  position: absolute;
  right: 10px;
  bottom: 20px;
  background: #003D88;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}
.products-index__body {
  display: flex;
  gap: 10px;
}
.products-index__num {
  color: #1EAA64;
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
  line-height: 1.6;
}
.products-index__ttl {
  color: #003D88;
  font-size: clamp(18px, 2.3468057366vw, 24px);
  font-weight: bold;
  transition: 0.3s;
}
.products-index__one {
  background: #E4F0F8;
  padding: clamp(30px, 3.9113428944vw, 50px);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 767px) {
  .products-index__one {
    display: block;
    padding: 30px 20px;
  }
}
.products-index__one > .left {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .products-index__one > .left {
    margin-bottom: clamp(30px, 3.9113428944vw, 50px);
  }
}
.products-index__one > .right {
  flex-basis: 40%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .products-index__one__img img {
    width: 80%;
    margin: 0 auto;
  }
}
.products-index__one__link a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .products-index__one__link a:hover {
    color: #003D88;
  }
  .products-index__one__link a:hover i {
    transform: translateY(5px);
  }
}
@media (max-width: 767px) {
  .products-index__one__link a {
    justify-content: flex-end;
  }
}
.products-index__one__link i {
  background: #003D88;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}

/* =================================================== *

  benefits

* =================================================== */
/*------------------
  benefits employee
------------------*/
.benefits-employee__inner {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .benefits-employee__inner {
    margin-top: 0;
  }
}
.benefits-employee__inner section + section {
  margin-top: clamp(40px, 5.2151238592vw, 80px);
}
.benefits-employee__ttl {
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .benefits-employee__ttl {
    padding-left: 0;
  }
}
.benefits-employee__box {
  border: solid 1px #E5E5E5;
  border-radius: 10px;
}
.benefits-employee__box + .benefits-employee__box {
  margin-top: clamp(15px, 1.9556714472vw, 30px);
}
.benefits-employee__box.active {
  border: solid 1px #003D88;
  border-radius: 20px;
}
.benefits-employee__q {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
  cursor: pointer;
  padding: 20px;
}
@media (max-width: 767px) {
  .benefits-employee__q {
    padding: 10px;
  }
}
.benefits-employee__q span.en {
  color: #1EAA64;
}
.benefits-employee__q span.ja {
  color: #003D88;
}
.benefits-employee__q span.arrow {
  position: relative;
  margin-left: auto;
  background: #003D88;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .benefits-employee__q span.arrow {
    width: 20px;
    height: 20px;
  }
}
.benefits-employee__q span.arrow::before, .benefits-employee__q span.arrow::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 6px);
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #fff;
}
@media (max-width: 767px) {
  .benefits-employee__q span.arrow::before, .benefits-employee__q span.arrow::after {
    left: calc(50% - 5px);
    width: 10px;
  }
}
.benefits-employee__q span.arrow::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.benefits-employee__q.active .arrow::after {
  transform: rotate(0deg);
}
.benefits-employee__a {
  border-top: solid 1px #E5E5E5;
  padding-top: 20px;
  margin: 0 20px 20px;
}

/*------------------
  benefits kankyo
------------------*/
.benefits-kankyo__flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 20px 30px;
}
@media (max-width: 992px) {
  .benefits-kankyo__flex {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .benefits-kankyo__flex {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, auto);
    gap: 20px 10px;
  }
}
.benefits-kankyo__flex > div:first-child {
  grid-column: span 2/span 2;
}
.benefits-kankyo__flex > div:nth-child(2) {
  grid-column: span 2/span 2;
  grid-column-start: 3;
}
@media (max-width: 767px) {
  .benefits-kankyo__flex > div:nth-child(2) {
    grid-column-start: auto;
    grid-row-start: 2;
  }
}
.benefits-kankyo__flex > div:nth-child(3) {
  grid-column: span 2/span 2;
  grid-row-start: 2;
}
@media (max-width: 767px) {
  .benefits-kankyo__flex > div:nth-child(3) {
    grid-row-start: 3;
  }
}
.benefits-kankyo__flex > div:nth-child(4) {
  grid-column: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 2;
}
@media (max-width: 767px) {
  .benefits-kankyo__flex > div:nth-child(4) {
    grid-column-start: auto;
    grid-row-start: 4;
  }
}
.benefits-kankyo__flex > div:nth-child(5) {
  grid-column: span 2/span 2;
  grid-row-start: 3;
}
@media (max-width: 767px) {
  .benefits-kankyo__flex > div:nth-child(5) {
    grid-row-start: 5;
  }
}
.benefits-kankyo__flex > div:nth-child(6) {
  grid-column: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 3;
}
@media (max-width: 767px) {
  .benefits-kankyo__flex > div:nth-child(6) {
    grid-column-start: auto;
    grid-row-start: 6;
  }
}
.benefits-kankyo__flex > div:nth-child(7) {
  grid-column: span 2/span 2;
  grid-row-start: 4;
}
@media (max-width: 767px) {
  .benefits-kankyo__flex > div:nth-child(7) {
    grid-row-start: 7;
  }
}
.benefits-kankyo__flex > div:nth-child(8) {
  grid-column-start: 3;
  grid-row-start: 4;
}
@media (max-width: 767px) {
  .benefits-kankyo__flex > div:nth-child(8) {
    grid-column-start: auto;
    grid-row-start: 8;
  }
}
.benefits-kankyo__flex > div:nth-child(9) {
  grid-column-start: 4;
  grid-row-start: 4;
}
@media (max-width: 767px) {
  .benefits-kankyo__flex > div:nth-child(9) {
    grid-column-start: auto;
    grid-row-start: 8;
  }
}
.benefits-kankyo__flex > div:nth-child(10) {
  grid-row-start: 5;
}
@media (max-width: 767px) {
  .benefits-kankyo__flex > div:nth-child(10) {
    grid-row-start: auto;
  }
}
.benefits-kankyo__flex > div:nth-child(11) {
  grid-row-start: 5;
}
@media (max-width: 767px) {
  .benefits-kankyo__flex > div:nth-child(11) {
    grid-row-start: 9;
  }
}
.benefits-kankyo__flex > div:nth-child(12) {
  grid-row-start: 5;
}
@media (max-width: 767px) {
  .benefits-kankyo__flex > div:nth-child(12) {
    grid-row-start: auto;
  }
}
.benefits-kankyo__flex > div:nth-child(13) {
  grid-row-start: 5;
}
@media (max-width: 767px) {
  .benefits-kankyo__flex > div:nth-child(13) {
    grid-row-start: 10;
  }
}
.benefits-kankyo__flex > div:nth-child(-n+7) .benefits-kankyo__img img {
  aspect-ratio: 50/33;
  object-fit: cover;
}
.benefits-kankyo__flex > div:nth-child(n+8) .benefits-kankyo__img img {
  aspect-ratio: 47/66;
  object-fit: cover;
}
.benefits-kankyo__img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: clamp(5px, 0.6518904824vw, 10px);
}
.benefits-kankyo__txt {
  font-size: 14px;
}
@media (max-width: 520px) {
  .benefits-kankyo__txt {
    font-size: 3vw;
  }
}

/*------------------
  benefits voice
------------------*/
.benefits-voice__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.6075619296vw, 30px);
  margin-top: 35px;
}
@media (max-width: 767px) {
  .benefits-voice__flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 0;
  }
}
.benefits-voice__flex > div {
  background: #E4F0F8;
  padding: clamp(10px, 1.3037809648vw, 30px);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .benefits-voice__flex > div {
    padding: 20px;
  }
}
.benefits-voice__head {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.6075619296vw, 30px);
  margin-bottom: clamp(15px, 1.9556714472vw, 30px);
}
.benefits-voice__img {
  flex-basis: 30%;
  overflow: hidden;
  border-radius: 50%;
}
.benefits-voice__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.benefits-voice__name {
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
}
.benefits-voice__name span {
  display: block;
  color: #1EAA64;
  font-size: 14px;
}
.benefits-voice__seido {
  color: #003D88;
  font-weight: bold;
  margin-bottom: 5px;
}

/* =================================================== *

  job

* =================================================== */
/*------------------
  job miryoku
------------------*/
.job-miryoku__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 1.9556714472vw, 30px);
}
@media (max-width: 767px) {
  .job-miryoku__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.job-miryoku__inner > div {
  border: solid 1px #E5E5E5;
  padding: 20px;
  border-radius: 10px;
}
.job-miryoku__num {
  color: #1EAA64;
  font-size: clamp(24px, 3.1290743155vw, 27px);
  font-weight: bold;
  border-bottom: solid 1px #E5E5E5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.job-miryoku__ttl {
  color: #003D88;
  font-size: clamp(18px, 2.3468057366vw, 21px);
  font-weight: bold;
  margin-bottom: 10px;
}

/*------------------
  job motomeru
------------------*/
.job-motomeru__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 1.9556714472vw, 30px);
}
@media (max-width: 767px) {
  .job-motomeru__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.job-motomeru__inner > div {
  background: #E4F0F8;
  padding: 20px;
  border-radius: 10px;
}
.job-motomeru__num {
  font-size: clamp(24px, 3.1290743155vw, 27px);
  font-weight: bold;
  color: #1EAA64;
  border-bottom: solid 1px #E5E5E5;
  padding-bottom: 10px;
}
.job-motomeru__ttl {
  color: #003D88;
  font-size: clamp(16px, 2.0860495437vw, 21px);
  font-weight: bold;
}
@media (max-width: 767px) {
  .job-motomeru__ttl {
    font-size: 18px;
  }
}

/*------------------
  job day
------------------*/
.job-day__ttl {
  font-weight: bold;
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .job-day__ttl {
    margin-top: 0;
  }
}
.job-day__inner {
  display: flex;
  justify-content: space-between;
  gap: clamp(30px, 3.9113428944vw, 50px);
}
@media (max-width: 767px) {
  .job-day__inner {
    display: block;
  }
}
.job-day__inner > .left {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .job-day__inner > .left {
    margin-left: 30px;
    margin-bottom: 30px;
  }
}
.job-day__inner > .right {
  flex-shrink: 0;
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .job-day__inner > .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 0 0 0 30px;
  }
}
.job-day__list dl dt {
  position: relative;
  display: flex;
  align-items: center;
  color: #003D88;
  font-weight: bold;
  gap: 20px;
  background: #E4F0F8;
  padding: 10px;
}
.job-day__list dl dt span {
  color: #1EAA64;
  font-size: 16px;
}
.job-day__list dl dt::before, .job-day__list dl dt::after {
  position: absolute;
  content: "";
}
.job-day__list dl dt::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #003D88;
  left: -30px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.job-day__list dl dt::after {
  height: 100%;
  width: 3px;
  background: #E4F0F8;
  top: 0;
  left: -24px;
  z-index: 0;
}
.job-day__list dl dd {
  position: relative;
  padding: 10px 0 20px;
}
.job-day__list dl dd::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background: #E4F0F8;
  top: 0;
  left: -24px;
}
.job-day__list dl dd:last-child {
  padding: 10px 0 0;
}
.job-day__list dl dd:last-child::before {
  background: none;
}
.job-day__img {
  overflow: hidden;
  border-radius: 10px;
}
.job-day__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.job-day__img + .job-day__img {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .job-day__img + .job-day__img {
    margin-top: 0;
  }
}

/*------------------
  job yoko
------------------*/
.job-yoko__ttl {
  background: #003D88;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .job-yoko__ttl {
    margin-top: 0;
  }
}

/* =================================================== *

  interview

* =================================================== */
/*------------------
  interview
------------------*/
.interview__job {
  color: #1EAA64;
  font-weight: bold;
}
.interview__body {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .interview__body {
    display: block;
  }
}
.interview__name {
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
}
.interview__info {
  font-weight: bold;
  color: #B4B4B4;
}
@media (max-width: 767px) {
  .interview__info {
    font-size: 3vw;
  }
}

/*------------------
  interview archive
------------------*/
.interview-archive__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 5.2151238592vw, 60px) clamp(20px, 2.6075619296vw, 30px);
}
@media (max-width: 767px) {
  .interview-archive__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.interview-archive__inner > div > a {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .interview-archive__inner > div > a:hover .interview-archive__img img {
    transform: scale(1.05);
  }
  .interview-archive__inner > div > a:hover .interview-archive__icon {
    background: #1EAA64;
  }
  .interview-archive__inner > div > a:hover .interview-archive__ttl {
    color: #1EAA64;
  }
}
.interview-archive__head {
  position: relative;
  margin-bottom: 30px;
}
.interview-archive__img {
  overflow: hidden;
  border-radius: 10px;
}
.interview-archive__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.3s;
}
.interview-archive__icon {
  position: absolute;
  bottom: -15px;
  right: 14px;
  background: #003D88;
  color: #fff;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.interview-archive__ttl {
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
  color: #003D88;
  margin-bottom: 10px;
  transition: 0.3s;
}

/*------------------
  interview single
------------------*/
.interview-single__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(30px, 3.9113428944vw, 50px);
}
@media (max-width: 767px) {
  .interview-single__head {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.interview-single__head > .right {
  flex-basis: 30%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .interview-single__head > .right {
    margin: 20px 0 0;
  }
}
.interview-single__head__ttl span.ja {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .interview-single__head__ttl span.ja {
    font-size: 5vw;
  }
}
.interview-single__img {
  overflow: hidden;
  border-radius: 10px;
}
.interview-single__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.interview-single__box {
  background: #E4F0F8;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .interview-single__box {
    display: block;
  }
}
.interview-single__box + .interview-single__box {
  margin-top: 30px;
}
.interview-single__box > .left {
  flex-basis: 4em;
  flex-shrink: 0;
}
.interview-single__box > .right {
  flex-grow: 1;
}
.interview-single__box__q {
  font-size: clamp(24px, 3.1290743155vw, 30px);
  font-weight: bold;
  color: #1EAA64;
  line-height: 1;
}
@media (max-width: 767px) {
  .interview-single__box__q {
    margin-bottom: 20px;
  }
}
.interview-single__box__ttl {
  color: #003D88;
  font-size: clamp(18px, 2.3468057366vw, 24px);
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .interview-single__box__ttl {
    margin-bottom: 20px;
  }
}
.interview-single__footer {
  border-bottom: solid 1px #E5E5E5;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .interview-single__footer {
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .interview-single__footer .interview__body {
    display: block;
    margin-bottom: 10px;
  }
}
.interview-single__footer__ttl {
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #E5E5E5;
  padding-bottom: 20px;
  color: #003D88;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .interview-single__footer__ttl {
    margin-bottom: 0;
    text-align: left;
  }
}
.interview-single__footer__pager {
  display: flex;
}
@media (max-width: 767px) {
  .interview-single__footer__pager {
    display: block;
  }
}
.interview-single__footer__pager > div {
  flex-basis: 50%;
  padding: 20px;
}
@media (max-width: 767px) {
  .interview-single__footer__pager > div {
    padding: 20px 0;
  }
}
.interview-single__footer__pager > .right {
  margin-left: auto;
  border-left: solid 1px #E5E5E5;
}
@media (max-width: 767px) {
  .interview-single__footer__pager > .right {
    border-left: none;
    border-top: solid 1px #E5E5E5;
  }
}
.interview-single__footer__pager a {
  display: flex;
  gap: clamp(10px, 1.3037809648vw, 30px);
}
@media (hover: hover) and (pointer: fine) {
  .interview-single__footer__pager a:hover .interview-single__footer__img img {
    transform: scale(1.05);
  }
  .interview-single__footer__pager a:hover .interview-single__footer__link {
    transform: translateX(5px);
  }
}
.interview-single__footer__pager a > .left {
  flex-basis: 30%;
  flex-shrink: 0;
}
.interview-single__footer__pager a > .right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .interview-single__footer__pager a > .right {
    margin-top: 0;
  }
}
.interview-single__footer__img {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .interview-single__footer__img {
    border-radius: 5px;
  }
}
.interview-single__footer__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.3s;
}
.interview-single__footer__link {
  margin-top: auto;
  transition: 0.3s;
}
.interview-single__footer__link i {
  margin-left: auto;
  border: solid 1px #003D88;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #003D88;
}
@media (max-width: 992px) {
  .interview-single__footer__link i {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.interview-single__close {
  text-align: center;
}

/* =================================================== *

  recruit

* =================================================== */
/*------------------
  recruit type
------------------*/
.recruit-type__pc {
  background: #E4F0F8;
}
.recruit-type__sp {
  background: linear-gradient(180deg, #fff 0%, #fff 5%, #E4F0F8 5%, #E4F0F8 100%);
}
.recruit-type__flex {
  display: flex;
  justify-content: space-between;
}
.recruit-type__flex > .left {
  flex-basis: 50%;
}
.recruit-type__flex > .right {
  flex-basis: 50%;
}
.recruit-type__list ul li a {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.3s;
  position: relative;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50% + 120px);
}
@media (max-width: 992px) {
  .recruit-type__list ul li a {
    padding-left: calc(50vw - 50% + 10%);
  }
}
.recruit-type__list ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 30px;
  width: 500px;
  background: #E5E5E5;
  height: 1px;
}
@media (max-width: 1280px) {
  .recruit-type__list ul li a::after {
    width: 52%;
  }
}
@media (max-width: 992px) {
  .recruit-type__list ul li a::after {
    width: 57%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit-type__list ul li a:hover {
    background: #003D88;
    color: #fff;
  }
  .recruit-type__list ul li a:hover::after {
    background: none;
  }
  .recruit-type__list ul li a:hover .num {
    color: #fff;
  }
}
.recruit-type__list ul li a .num {
  font-weight: bold;
  font-size: 21px;
  color: #1EAA64;
}
.recruit-type__list ul li a .ja {
  font-size: clamp(18px, 2.3468057366vw, 24px);
  font-weight: bold;
}
.recruit-type__list ul li a .sub {
  color: #BECDDC;
}
.recruit-type__list ul li a .icon {
  border: solid 1px #BECDDC;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #BECDDC;
}
.recruit-type__img {
  position: relative;
}
.recruit-type__img1 {
  display: none;
  width: 82%;
  margin-top: -50px;
}
.recruit-type__img1 img {
  aspect-ratio: 50/63;
  object-fit: cover;
  border-radius: 10px;
}
.recruit-type__img1.active {
  display: block;
}
.recruit-type__img2 {
  width: 40%;
  position: absolute;
  bottom: -15%;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
}
.recruit-type__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
.recruit-type__card a span {
  display: block;
}
.recruit-type__card a .num {
  font-weight: bold;
  color: #1EAA64;
}
.recruit-type__card a .ja {
  font-size: 16px;
  font-weight: bold;
}
.recruit-type__card a .sub {
  color: #BECDDC;
}
.recruit-type__card a .icon {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #fff;
  background: #003D88;
}
.recruit-type__card__num {
  font-weight: bold;
  color: #1EAA64;
}
.recruit-type__card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit-type__card__img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
.recruit-type__card__img img {
  aspect-ratio: 50/63;
  object-fit: cover;
}
@media (max-width: 767px) {
  .recruit-type__link {
    text-align: center;
  }
}

/*------------------
  recruit interview
------------------*/
.home .interview-archive__inner,
#recruit-interview .interview-archive__inner {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .home .interview-archive__inner,
  #recruit-interview .interview-archive__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .recruit-interview__link {
    text-align: center;
  }
}

/*------------------
  recruit work
------------------*/
#recruit-work {
  background: #E4F0F8;
  overflow: hidden;
}

.recruit-work__ttl {
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
  margin-bottom: 20px;
}
.recruit-work__box {
  border-bottom: solid 1px #E5E5E5;
}
.recruit-work__q {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .recruit-work__q {
    padding: 10px;
  }
}
.recruit-work__q span.ja {
  color: #003D88;
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
}
.recruit-work__q span.arrow {
  position: relative;
  margin-left: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .recruit-work__q span.arrow {
    width: 20px;
    height: 20px;
  }
}
.recruit-work__q span.arrow::before, .recruit-work__q span.arrow::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 6px);
  bottom: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #003D88;
}
@media (max-width: 767px) {
  .recruit-work__q span.arrow::before, .recruit-work__q span.arrow::after {
    left: calc(50% - 5px);
    width: 10px;
  }
}
.recruit-work__q span.arrow::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.recruit-work__q.active .arrow::after {
  transform: rotate(0deg);
}
.recruit-work__a {
  padding-bottom: 20px;
}
.recruit-work__a dl dt {
  display: inline-block;
  padding: 10px 2em;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  background: #1EAA64;
  color: #fff;
  margin-bottom: 10px;
}
.recruit-work__a dl dd {
  margin-bottom: 30px;
}
.recruit-work__a dl dd:last-child {
  margin-bottom: 0;
}

/*------------------
  recruit gallery
------------------*/
.recruit-gallery {
  background: #0F2648;
  border-radius: 10px 0 0 10px;
  color: #fff;
  padding: clamp(30px, 3.9113428944vw, 80px);
  margin-right: calc(50% - 50vw - 40%);
  padding-right: 0;
}
.recruit-gallery__ttl {
  font-size: clamp(18px, 2.3468057366vw, 21px);
  font-weight: bold;
  margin-bottom: clamp(10px, 1.3037809648vw, 50px);
}
.recruit-gallery__slide {
  position: relative;
  line-height: 0;
  margin-left: -15px;
}
.recruit-gallery__slide .slick-track {
  float: none;
  display: flex;
  gap: 20px;
}
.recruit-gallery__slide .slick-slide img {
  border-radius: 10px;
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.recruit-gallery__slide .prev-arrow,
.recruit-gallery__slide .next-arrow {
  top: -80px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  border: solid 1px #fff;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .recruit-gallery__slide .prev-arrow,
  .recruit-gallery__slide .next-arrow {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .recruit-gallery__slide .prev-arrow,
  .recruit-gallery__slide .next-arrow {
    top: -40px;
    width: 25px;
    height: 25px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit-gallery__slide .prev-arrow:hover,
  .recruit-gallery__slide .next-arrow:hover {
    background: #1EAA64;
  }
}
.recruit-gallery__slide .prev-arrow {
  right: calc(30% + 100px);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .recruit-gallery__slide .prev-arrow {
    right: calc(30% + 60px);
  }
}
.recruit-gallery__slide .next-arrow {
  right: calc(30% + 40px);
}
@media (max-width: 767px) {
  .recruit-gallery__slide .next-arrow {
    right: calc(30% + 20px);
  }
}
.recruit-gallery__slide .prev-arrow::before,
.recruit-gallery__slide .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .recruit-gallery__slide .prev-arrow::before,
  .recruit-gallery__slide .next-arrow::before {
    width: 5px;
    height: 5px;
  }
}

/*------------------
  recruit faq
------------------*/
#recruit-faq .p-sticky > .right {
  margin-top: 35px;
}
@media (max-width: 767px) {
  #recruit-faq .p-sticky > .right {
    margin-top: 0;
  }
}

.recruit-faq__box {
  border-bottom: solid 1px #E5E5E5;
}
.recruit-faq__q {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
  cursor: pointer;
  padding: 25px 10px;
}
@media (max-width: 767px) {
  .recruit-faq__q {
    padding: 10px;
  }
}
.recruit-faq__q span.en {
  flex-shrink: 0;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #003D88;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-faq__q span.ja {
  font-size: 16px;
}
.recruit-faq__q span.arrow {
  position: relative;
  margin-left: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .recruit-faq__q span.arrow {
    width: 20px;
    height: 20px;
  }
}
.recruit-faq__q span.arrow::before, .recruit-faq__q span.arrow::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 6px);
  bottom: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #003D88;
}
@media (max-width: 767px) {
  .recruit-faq__q span.arrow::before, .recruit-faq__q span.arrow::after {
    left: calc(50% - 5px);
    width: 10px;
  }
}
.recruit-faq__q span.arrow::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.recruit-faq__q.active .arrow::after {
  transform: rotate(0deg);
}
.recruit-faq__a {
  display: none;
}
.recruit-faq__a__inner {
  display: flex;
  gap: 10px;
  padding: 0 10px 20px;
}
.recruit-faq__a span.en {
  flex-shrink: 0;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1EAA64;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------
  recruit flow.
------------------*/
#recruit-flow .p-sticky > .right {
  margin-top: 35px;
}
@media (max-width: 767px) {
  #recruit-flow .p-sticky > .right {
    margin-top: 0;
  }
}

.recruit-flow__ttl {
  background: #003D88;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .recruit-flow__ttl {
    margin-top: 0;
  }
}
.recruit-flow__list {
  border-bottom: solid 1px #E5E5E5;
}
.recruit-flow__list dl dt {
  display: flex;
  align-items: center;
  color: #003D88;
  font-weight: bold;
  gap: 20px;
  background: #E4F0F8;
  padding: 10px;
  border-radius: 10px;
}
.recruit-flow__list dl dt span {
  color: #1EAA64;
  font-size: 16px;
}
.recruit-flow__list dl dd {
  border-bottom: dashed 1px #E5E5E5;
  padding: 20px;
  position: relative;
  margin-bottom: 60px;
}
.recruit-flow__list dl dd::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 15px solid #003D88;
  border-bottom: 0;
}
.recruit-flow__list dl dd:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.recruit-flow__list dl dd:last-child::after {
  border: none;
}
.recruit-flow__add {
  padding-top: 50px;
}
.recruit-flow__add__tanto {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruit-flow__add__tel span {
  display: block;
  font-size: clamp(18px, 2.3468057366vw, 24px);
  font-weight: bold;
}
.recruit-flow__entry a {
  background: linear-gradient(90deg, #7AB986 0%, #00AE5C 100%);
  padding: clamp(15px, 1.9556714472vw, 30px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 767px) {
  .recruit-flow__entry a {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .recruit-flow__entry a > .left {
    margin-bottom: 30px;
  }
}
.recruit-flow__entry a > .right {
  flex-basis: 30%;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-flow__entry a:hover {
    background: #1EAA64;
  }
  .recruit-flow__entry a:hover .recruit-flow__entry__txt i {
    transform: translateX(5px);
  }
}
.recruit-flow__entry__ttl {
  font-size: clamp(24px, 3.1290743155vw, 27px);
  font-weight: bold;
  margin-bottom: 10px;
}
.recruit-flow__entry__ttl span {
  display: block;
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: bold;
}
.recruit-flow__entry__txt {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .recruit-flow__entry__txt {
    gap: 10px;
    justify-content: space-between;
  }
}
.recruit-flow__entry__txt i {
  transition: 0.3s;
  right: 0;
  bottom: 20px;
  border: solid 2px #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-flow__entry__img img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
}

/* =================================================== *

  post

* =================================================== */
/*------------------
  post
------------------*/
.post__date {
  color: #777;
}
.post__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.post__cat > a {
  display: block;
  color: #777;
  background: #E4F0F8;
  padding: 2px 10px;
  border-radius: 100vh;
}

/*------------------
  post archive
------------------*/
.post-archive__aside article + article {
  margin-top: clamp(30px, 3.9113428944vw, 50px);
}
.post-archive__aside__ttl__pc {
  background: #E5E5E5;
  padding: 15px 1.5em;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #003D88;
}
.post-archive__aside__ttl__sp {
  color: #003D88;
  font-weight: bold;
  margin-bottom: 20px;
}
.post-archive__aside__list ul {
  margin-left: 1em;
}
@media (max-width: 767px) {
  .post-archive__aside__list ul {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.post-archive__aside__list ul li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .post-archive__aside__list ul li + li {
    margin-top: 0;
  }
}
.post-archive__aside__list ul li a {
  padding: 5px 10px;
  display: block;
  width: 8em;
  border-radius: 100vh;
  background: #E4F0F8;
  text-align: center;
  transition: 0.3s;
}
.post-archive__aside__list ul li a.active {
  background: #003D88;
  color: #fff;
}
@media (max-width: 767px) {
  .post-archive__aside__list ul li a {
    padding: 2px 1em;
    width: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post-archive__aside__list ul li a:hover {
    background: #003D88;
    color: #fff;
  }
}
.post-archive__list ul {
  border-top: solid 1px #E5E5E5;
}
.post-archive__list ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: clamp(20px, 2.6075619296vw, 30px) 0;
  border-bottom: solid 1px #E5E5E5;
  transition: 0.3s;
}
.post-archive__list ul li a.active {
  background: #003D88;
  color: #fff;
}
@media (max-width: 767px) {
  .post-archive__list ul li a {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post-archive__list ul li a:hover {
    color: #003D88;
  }
  .post-archive__list ul li a:hover .post-archive__list__arrow {
    transform: translateX(5px);
  }
}
.post-archive__list__date {
  flex-shrink: 0;
}
.post-archive__list__cat {
  flex-shrink: 0;
}
.post-archive__list__ttl {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .post-archive__list__ttl {
    flex-basis: 100%;
  }
}
.post-archive__list__arrow {
  flex-shrink: 0;
  margin-left: auto;
  background: #003D88;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .post-archive__list__arrow {
    display: none;
  }
}

/*------------------
  archive pager
------------------*/
.page-count {
  text-align: center;
  margin-bottom: 30px;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .pagenation {
    gap: 5px;
  }
}
.pagenation li {
  font-size: 16px;
  width: 2em;
}
@media (max-width: 767px) {
  .pagenation li {
    font-size: 12px;
  }
}
.pagenation li a {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .pagenation li a:hover {
    background: #003D88;
    color: #fff;
  }
}
.pagenation li.current {
  background: #003D88;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagenation li.prev, .pagenation li.next, .pagenation li.first, .pagenation li.last {
  width: 3em;
}
@media (hover: hover) and (pointer: fine) {
  .pagenation li.prev a:hover, .pagenation li.next a:hover, .pagenation li.first a:hover, .pagenation li.last a:hover {
    color: #003D88;
    background: none;
  }
}

/*------------------
  post single
------------------*/
.post-single__info {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.post-single__ttl {
  color: #003D88;
  font-size: clamp(24px, 3.1290743155vw, 30px);
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: solid 1px #E5E5E5;
  padding-bottom: 10px;
}
.post-single__thumb {
  margin-bottom: 10px;
}
.post-single__thumb img {
  border-radius: 10px;
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .post-single__thumb img {
    width: 100%;
  }
}
.post-single__contents section + section {
  margin-top: clamp(70px, 9.1264667536vw, 150px);
}
.post-single__contents a {
  color: #003D88;
  text-decoration: underline;
}
.post-single__contents p {
  margin-bottom: 1em;
}
.post-single__contents h2 {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 40px;
}
.post-single__contents h3 {
  font-size: 180%;
  line-height: 1.2;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .post-single__contents h3 {
    padding-left: 1em;
  }
}
.post-single__contents h3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1em;
  background: #1EAA64;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .post-single__contents h3::before {
    width: 6px;
    height: 1em;
  }
}
.post-single__contents h4 {
  font-size: 150%;
  color: #003D88;
  margin-bottom: 1rem;
}
.post-single__contents ol,
.post-single__contents ul {
  padding: 40px;
  background-color: #eee;
  line-height: 1.6;
  list-style-position: inside;
}
@media (max-width: 767px) {
  .post-single__contents ol,
  .post-single__contents ul {
    padding: 28px 20px;
  }
}
.post-single__contents ol li + li,
.post-single__contents ul li + li {
  margin-top: 0.5rem;
}
.post-single__contents ol {
  list-style-type: decimal;
}
.post-single__contents ol li {
  text-indent: -1em;
  padding-left: 1.2em;
}
.post-single__contents ul {
  list-style-type: disc;
}
.post-single__contents ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.post-single__contents figcaption {
  margin-top: 6px;
  margin-bottom: unset;
}

/*------------------
  pager
------------------*/
.post__pager {
  margin-top: 50px;
  border-top: solid 1px #555;
  padding-top: 20px;
}
.post__pager ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .post__pager ul {
    font-size: 11px;
  }
}
.post__pager ul li.next {
  margin-left: auto;
  text-align: right;
}
.post__pager ul li a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .post__pager ul li a:hover {
    color: #1EAA64;
    text-decoration: underline;
  }
}

/* =================================================== *

  contact

* =================================================== */
body.contact, body.entry {
  background: #E4F0F8;
}
body.contact header, body.entry header {
  background: #E4F0F8;
}

.hissu {
  color: red;
}

/*------------------
  contact
------------------*/
.contact dl dt {
  margin-bottom: 5px;
}
.contact dl dd {
  margin-bottom: 3em;
}
.contact__policy {
  font-size: 120%;
  cursor: pointer;
  text-align: center;
}
.contact__policy a {
  padding-top: 10px;
  font-size: 80%;
  color: #003D88;
  text-decoration: underline;
}
.contact__policy input[type=checkbox] {
  transform: scale(1.5);
  margin: 0 10px;
  cursor: pointer;
}
.contact__btn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.mw_wp_form_preview .preview-no,
.mw_wp_form_preview .hissu,
.mw_wp_form_preview .input-end {
  display: none;
}

.mw_wp_form_input .input-no,
.mw_wp_form_input .input-end {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
}

select {
  padding: 10px;
  border: solid 1px #ccc;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
}

input[type=password],
input[type=submit] {
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
}

/*------------------
  cookie
------------------*/
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cookie-consent a {
  color: red !important;
  text-decoration: underline;
}

.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
}

.cookie-agree:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 767px) {
  .cookie-consent {
    flex-direction: column;
    font-size: 14px;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}
/* =================================================== *

  policy

* =================================================== */
body.privacypolicy, body.cookie {
  background: #E4F0F8;
}
body.privacypolicy header, body.cookie header {
  background: #E4F0F8;
}

/*------------------
  policy
------------------*/
.policy ol {
  margin-left: 2em;
  margin-top: 10px;
}
.policy ol li {
  position: relative;
  list-style-type: none;
}
.policy ol li + li {
  margin-top: 1em;
}
.policy ol li::before {
  position: absolute;
  right: calc(100% + 0.5rem);
  content: "【" counter(list-item) "】";
}
.policy a {
  color: #003D88;
  text-decoration: underline;
}