@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Josefin Sans");
.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
  display: block !important;
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: "Josefin Sans", "noto-sans-cjk-jp", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  * {
    font-size: 16px;
  }
}

p {
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

a {
  color: #444;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.area-anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .area-anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.full {
  overflow-x: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wrapper {
  padding: 68px 0 0;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0;
  }
}

.inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1120px;
    margin: 0 auto;
  }
}

.cmn-contact01 {
  margin: 0 0 64px;
}
.cmn-contact01 .title {
  margin: 0;
}
.cmn-contact01 .title:before {
  content: none;
}
.cmn-contact01 .area-contact {
  margin: -14px 0 0;
  padding: 32px 24px;
  background: #ECF1F3;
}
.cmn-contact01 .list .item + .item {
  margin: 24px 0 0;
}
.cmn-contact01 .list .item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  font-weight: 700;
  border-radius: 30px;
  background: #177244;
  color: #fff;
  text-align: center;
}
.cmn-contact01 .list .item.catalog a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 25px;
  right: -10px;
  margin: 0 0 0 0;
  background: url(../img/common/icon/pdf01.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-contact01 .list .item.contact-btn a {
  color: #177244;
  background: #fff;
}
.cmn-contact01 .list .item.contact-btn a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 21px;
  right: -10px;
  margin: 0 0 0 0;
  background: url(../img/common/icon/mail01.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .cmn-contact01 {
    margin: 0 0 88px;
  }
  .cmn-contact01 .area-contact {
    margin: -24px 0 0;
    padding: 88px 126px;
  }
  .cmn-contact01 .list {
    display: flex;
    justify-content: space-between;
  }
  .cmn-contact01 .list .item {
    width: calc(50% - 17px);
  }
  .cmn-contact01 .list .item + .item {
    margin: 0;
  }
  .cmn-contact01 .list .item a {
    height: 80px;
    font-size: 21px;
    border-radius: 40px;
  }
  .cmn-contact01 .list .item.catalog a:after {
    width: 30px;
    height: 36px;
    right: -10px;
    margin: -5px 0 0 0;
  }
  .cmn-contact01 .list .item.contact-btn a:after {
    width: 35px;
    height: 28px;
    right: -10px;
    margin: -3px 0 0 0;
  }
}

.cmn-title01 {
  margin: 0 0 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 48px;
  font-weight: 500;
}
.cmn-title01::first-letter {
  color: #167244;
}
.cmn-title01 span {
  display: block;
  margin: 8px 0 0;
  font-size: 18px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cmn-title01 {
    margin: 0 0 34px;
    font-size: 60px;
  }
  .cmn-title01 span {
    margin: 9px 0 0;
    font-size: 24px;
  }
}

.cmn-title02 {
  display: flex;
  align-items: center;
  margin: 0 0 21px;
}
.cmn-title02 .title {
  position: relative;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #167244;
}
.cmn-title02 .line {
  display: block;
  width: 100px;
  height: 1px;
  margin: 0 0 0 14px;
  background: #167244;
}
@media screen and (min-width: 768px) {
  .cmn-title02 {
    margin: 0 0 55px;
  }
  .cmn-title02 .line {
    width: 120px;
  }
}

.cmn-title03 {
  margin: 0 0 20px;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 48px;
  font-weight: 500;
}
.cmn-title03::first-letter {
  color: #167244;
  font-size: 48px;
}
.cmn-title03 .last-letter {
  font-family: "Josefin Sans", sans-serif;
  color: #167244;
  font-size: 48px;
}
.cmn-title03 .sub {
  display: block;
  margin: 8px 0 0;
  font-size: 18px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
.cmn-title04 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0px 0px 6px #000000;
}
.cmn-title04 span {
  display: block;
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0px 0px 4px #000000;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.cmn-title05 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  margin: 0 0 36px;
}
.cmn-title05:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  display: block;
  width: 100%;
  height: 1px;
  background: #444;
}
.cmn-title05 .main-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
.cmn-title05 .main-title::first-letter {
  color: #167244;
}
.cmn-title05 .sub-title {
  position: relative;
  padding: 3px 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.cmn-title05 .sub-title:before {
  content: "/";
  display: inline-block;
  margin: 0 6px 0;
}
.cmn-title05.white {
  color: #fff;
}
.cmn-title05.white .main-title::first-letter {
  color: #fff;
}
.cmn-title05.white:before {
  background: #fff;
}
.cmn-title05.white .sub-title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cmn-title05 {
    margin: 0 0 58px;
  }
  .cmn-title05:before {
    bottom: -25px;
  }
  .cmn-title05 .main-title {
    font-size: 60px;
  }
  .cmn-title05 .sub-title {
    padding: 0 0 0 7px;
    font-size: 21px;
  }
}

.cmn-title06 {
  margin: 0 0 21px;
  font-family: "Josefin Sans", sans-serif;
  color: #167244;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2083333333;
}
.cmn-title06 span {
  display: block;
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #444;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media screen and (min-width: 768px) {
  .cmn-title06 {
    margin: 0 0 34px;
    font-size: 60px;
    line-height: 1.2;
  }
  .cmn-title06 span {
    margin: 5px 0 0;
    font-size: 16px;
  }
}

.cmn-title07 {
  margin: 0 0 21px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2083333333;
  text-align: center;
  color: #444;
}
.cmn-title07::first-letter {
  color: #167244;
}
.cmn-title07 span {
  display: block;
}
@media screen and (min-width: 768px) {
  .cmn-title07 {
    margin: 0 0 34px;
    font-size: 60px;
    line-height: 1.2;
  }
}

.cmn-title08 {
  margin: 0 0 16px;
  padding: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: solid 1px #000;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cmn-title08 {
    margin: 0 0 21px;
    padding: 0 0 13px;
    font-size: 24px;
  }
}

.cmn-link01 {
  text-align: right;
}
.cmn-link01 a {
  font-family: "Josefin Sans", sans-serif;
  color: #167244;
  display: inline-block;
}
.cmn-link01 a span {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  font-weight: 700;
}
.cmn-link01 a span::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 0 0 16px;
  background: url(../img/common/icon/arrow01.svg) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .cmn-link01 a span {
    font-size: 18px;
  }
  .cmn-link01 a span::after {
    width: 28px;
    height: 28px;
    margin: 0 0 0 12px;
  }
}

.cmn-link02 a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
.cmn-link02 a .arrow {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 18px 0 0;
  border-radius: 50%;
  border: solid 1px #C6C8CF;
  transform: rotateY(180deg);
  opacity: 1;
  transition: opacity 0.4s ease-out;
  vertical-align: middle;
}
.cmn-link02 a .arrow::before, .cmn-link02 a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 7px;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #177244;
  transform-origin: 1px 50%;
  opacity: 1;
}
.cmn-link02 a .arrow::before {
  transform: rotate(45deg);
}
.cmn-link02 a .arrow:after {
  transform: rotate(-45deg);
}
.cmn-link02 a .link-text {
  position: relative;
  top: 3px;
  line-height: 1;
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .cmn-link02 a .arrow {
    width: 24px;
    height: 24px;
  }
  .cmn-link02 a .arrow:before, .cmn-link02 a .arrow:after {
    right: 7px;
    width: 8px;
  }
  .cmn-link02 a .link-text {
    font-size: 18px;
  }
}

.cmn-list01 {
  margin: 0 0 42px;
}
.cmn-list01 .item + .item {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: solid 1px #ccc;
}
.cmn-list01 .item .img {
  margin: 0 0 13px;
}
.cmn-list01 .item .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn-list01 .item .area-category {
  display: flex;
  gap: 8px;
}
.cmn-list01 .item .renova-label a {
  display: inline-block;
  padding: 7px 10px 3px;
  background: #167244;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.cmn-list01 .item .category {
  margin: 0 0 8px;
}
.cmn-list01 .item .category a {
  display: inline-block;
  text-align: center;
  width: 120px;
  padding: 7px 10px 3px;
  background: #167244;
  color: #fff;
  font-size: 12px;
}
.cmn-list01 .item .date {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
}
.cmn-list01 .item .title {
  font-size: 14px;
}
.cmn-list01 .item .title a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .cmn-list01 {
    display: flex;
    gap: 23px;
    margin: 0 0 55px;
  }
  .cmn-list01 .item {
    width: 33%;
    flex-wrap: wrap;
  }
  .cmn-list01 .item + .item {
    margin: 0;
    padding: 0;
    border: none;
  }
  .cmn-list01 .item .category {
    margin: 0 0 13px;
  }
  .cmn-list01 .item .date {
    margin: 0 0 8px;
  }
}

.cmn-list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 21px 22px;
  margin: 0 0 34px;
}
.cmn-list02 .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 44px;
  height: 44px;
  z-index: 2;
}
.cmn-list02 .prev-arrow {
  left: -10px;
  background: url(../img/common/icon/arrow_l.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-list02 .next-arrow {
  right: -10px;
  background: url(../img/common/icon/arrow_r.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-list02 .item {
  width: calc(50% - 11px);
}
.cmn-list02 .item a {
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background: #fff;
}
.cmn-list02 .item a .img img {
  border-radius: 10px 10px 0 0;
}
.cmn-list02 .item a .prof {
  padding: 8px 12px 13px;
}
.cmn-list02 .item a .prof .year {
  margin: 0 0 3px;
  font-size: 10px;
  font-weight: 700;
}
.cmn-list02 .item a .prof .info {
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 700;
}
.cmn-list02 .item a .prof .name {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
}
.cmn-list02 .item a .prof .potision {
  font-size: 10px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cmn-list02 {
    gap: 0 28px;
  }
  .cmn-list02 .item {
    width: calc(25% - 21px);
  }
  .cmn-list02 .item a .prof {
    padding: 14px 13px 21px;
  }
  .cmn-list02 .item a .prof .year {
    font-size: 12px;
  }
  .cmn-list02 .item a .prof .info {
    font-size: 12px;
  }
  .cmn-list02 .item a .prof .name {
    margin: 0 0 5px;
    font-size: 21px;
  }
  .cmn-list02 .item a .prof .potision {
    font-size: 12px;
  }
}

.cmn-list03 .item a span {
  position: relative;
  color: #177244;
}
.cmn-list03 .item a span:after {
  content: "ー";
  display: inline-block;
  padding: 0 8px;
  color: #000;
}
.cmn-list03 .item + .item {
  margin: 12px 0 0;
}
@media screen and (min-width: 768px) {
  .cmn-list03 {
    display: flex;
    justify-content: center;
    gap: 0 24px;
    max-width: 900px;
    margin: 0 auto;
  }
  .cmn-list03 .item + .item {
    margin: 0;
  }
}

.cmn-list04 .item01 + .item01 {
  margin: 24px 0 0;
}
.cmn-list04 .item01 .img {
  margin: 0 0 12px;
}
.cmn-list04 .item01 .area-text .title01 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}
.cmn-list04 .item01 .area-text .title01 a {
  font-size: 18px;
  font-weight: 700;
}
.cmn-list04 .item01 .area-text .deital-list {
  display: flex;
  flex-wrap: wrap;
}
.cmn-list04 .item01 .area-text .deital-list .deital-item {
  display: block;
  width: 100%;
}
.cmn-list04 .item01 .area-text .deital-list .deital-item:nth-child(odd) {
  width: 52%;
}
.cmn-list04 .item01 .area-text .deital-list .deital-item:nth-child(even) {
  width: 48%;
}
.cmn-list04 .item01 .area-text .deital-list .deital-item .deital-item01 {
  order: 1;
}
.cmn-list04 .item01 .area-text .deital-list .deital-item .deital-item02 {
  order: 2;
}
.cmn-list04 .item01 .area-text .deital-list .deital-item .deital-item03 {
  order: 3;
}
.cmn-list04 .item01 .area-text .deital-list .deital-item .deital-item04 {
  order: 4;
}
.cmn-list04 .item01 .area-text .deital-list .deital-item dl {
  display: flex;
}
.cmn-list04 .item01 .area-text .deital-list .deital-item dl dt {
  position: relative;
}
.cmn-list04 .item01 .area-text .deital-list .deital-item dl dt:after {
  content: "|";
  display: inline-block;
  padding: 0 4px;
}
@media screen and (min-width: 768px) {
  .cmn-list04 {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 32px;
  }
  .cmn-list04 .item01 {
    width: calc(50% - 16px);
  }
  .cmn-list04 .item01 + .item01 {
    margin: 0;
  }
  .cmn-list04 .item01 .area-text .title01 {
    margin: 0 0 12px;
    font-size: 21px;
    font-weight: 700;
  }
  .cmn-list04 .item01 .area-text .title01 a {
    font-size: 21px;
    font-weight: 700;
  }
  .cmn-list04 .item01 .area-text .deital-list {
    display: flex;
    flex-wrap: wrap;
  }
  .cmn-list04 .item01 .area-text .deital-list .deital-item {
    width: 50%;
    margin: 0 0 8px;
  }
  .cmn-list04 .item01 .area-text .deital-list .deital-item .deital-item01 {
    order: 1;
  }
  .cmn-list04 .item01 .area-text .deital-list .deital-item .deital-item02 {
    order: 2;
  }
  .cmn-list04 .item01 .area-text .deital-list .deital-item .deital-item03 {
    order: 3;
  }
  .cmn-list04 .item01 .area-text .deital-list .deital-item .deital-item04 {
    order: 4;
  }
  .cmn-list04 .item01 .area-text .deital-list .deital-item dl {
    display: table;
  }
  .cmn-list04 .item01 .area-text .deital-list .deital-item dl dt {
    display: table-cell;
    width: 3.5em;
  }
  .cmn-list04 .item01 .area-text .deital-list .deital-item dl dt:after {
    content: "|";
    display: inline-block;
    padding: 0 8px;
  }
  .cmn-list04 .item01 .area-text .deital-list .deital-item dl dd {
    display: table-cell;
  }
}

.cmn-list05 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 24px;
}
.cmn-list05 .item {
  width: calc(50% - 12px);
  padding: 15px 15px 0;
  background: #fff;
}
.cmn-list05 .item .img {
  width: 100px;
  margin: 0 auto 8px;
  background: #ECF1F3;
  border-radius: 50%;
}
.cmn-list05 .item .area-img .title01 {
  margin: 0 0 8px;
  padding: 0;
  text-align: center;
  color: #177244;
  border: none;
  font-size: 18px;
  border: none;
}
.cmn-list05 .item .area-text {
  position: relative;
  padding: 0 15px 15px;
}
.cmn-list05 .item .area-text::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background: #177244;
}
.cmn-list05 .item .area-text .text {
  font-size: 12px;
}
.cmn-list05 .item .area-text .text.text-indent {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
@media screen and (min-width: 768px) {
  .cmn-list05 {
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    margin: 0 0 40px;
  }
  .cmn-list05 .item {
    width: calc(20% - 20px);
    min-height: 292px;
    padding: 16px 16px 0;
  }
  .cmn-list05 .item .img {
    width: 104px;
    margin: 0 auto 12px;
  }
  .cmn-list05 .item .area-img .title01 {
    margin: 0 0 8px;
    padding: 0;
    border: none;
    font-size: 21px;
  }
  .cmn-list05 .item .area-text {
    position: relative;
    padding: 0 15px 15px;
  }
  .cmn-list05 .item .area-text .text {
    font-size: 14px;
  }
}

.cmn-list06 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* スマホ: 2列 */
  gap: 20px;
  margin: 0 0 40px;
}
.cmn-list06 .item .img {
  position: relative;
  padding: 62.5% 0 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.cmn-list06 .item .img img {
  height: 70%;
  width: 80%;
  top: 50%;
  left: 50%;
  max-width: none;
  position: absolute;
  transform: none;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .cmn-list06 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* スマホ: 2列 */
    gap: 20px;
    width: 80%;
    margin: 0 auto 64px;
  }
}

.slide-wrap {
  position: relative;
  margin: 0 0 34px;
  z-index: 2;
}
.slide-wrap .interview-list01 {
  margin: 0 0 32px;
}
.slide-wrap .interview-list01 .slick-list {
  padding: 0 30% 0 0 !important;
}
.slide-wrap .interview-list01 .slick-slide {
  margin-right: 20px;
}
.slide-wrap .interview-list01 .item a {
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.slide-wrap .interview-list01 .item a .img {
  margin: 0 0 8px;
}
.slide-wrap .interview-list01 .item a .img img {
  border-radius: 0;
}
.slide-wrap .interview-list01 .item a .job {
  margin: 0 0 12px;
}
.slide-wrap .interview-list01 .item a .job .potision.none {
  display: none;
}
.slide-wrap .interview-list01 .item a .job .potision span {
  padding: 5px 18px 2px;
  background: #F8F5D9;
  color: #C5A274;
  font-weight: 700;
  font-size: 12px;
  border-radius: 10px;
}
.slide-wrap .interview-list01 .item a .job .department {
  margin: 8px 0 0;
}
.slide-wrap .interview-list01 .item a .job .department.none {
  display: none;
}
.slide-wrap .interview-list01 .item a .job .department span {
  padding: 5px 18px 2px;
  background: #E8EFED;
  color: #8592A1;
  font-weight: 700;
  font-size: 12px;
  border-radius: 10px;
}
.slide-wrap .interview-list01 .item a .text {
  margin: 0 0 8px;
  font-size: 12px;
}
.slide-wrap .interview-list01 .item a .prof .name {
  font-size: 12px;
  color: #8592A1;
}
.slide-wrap .interview-list01 .item a .prof .year {
  display: none;
}
.slide-wrap .slick-nav {
  width: auto;
  position: relative;
  right: 0%;
  bottom: 0;
  margin: 12px 0 0;
  z-index: 2;
}
.slide-wrap .slick-nav .slick-num {
  display: none;
  width: auto;
  margin: 0 auto 5px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.9285714286;
  text-align: center;
  color: #000;
}
.slide-wrap .slick-nav .arrow_box {
  position: absolute;
  width: 100px;
  top: 1px;
  right: 0;
}
.slide-wrap .slick-nav .arrow_box .slick-arrow {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border: 1px solid #177244;
  transition: all 0.25s ease;
}
.slide-wrap .slick-nav .arrow_box .slick-arrow.slick-prev {
  left: 12px;
  top: 0;
  background: #177244;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.slide-wrap .slick-nav .arrow_box .slick-arrow.slick-prev:before, .slide-wrap .slick-nav .arrow_box .slick-arrow.slick-prev:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 12px;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 1px 50%;
  opacity: 1;
}
.slide-wrap .slick-nav .arrow_box .slick-arrow.slick-prev:before {
  transform: rotate(45deg);
}
.slide-wrap .slick-nav .arrow_box .slick-arrow.slick-prev:after {
  transform: rotate(-45deg);
}
.slide-wrap .slick-nav .arrow_box .slick-arrow.slick-prev.slick-disabled {
  cursor: auto;
  background: none;
  border-color: #ddd;
}
.slide-wrap .slick-nav .arrow_box .slick-arrow.slick-prev.slick-disabled:before, .slide-wrap .slick-nav .arrow_box .slick-arrow.slick-prev.slick-disabled:after {
  background: #177244;
}
.slide-wrap .slick-nav .arrow_box .slick-arrow.slick-next {
  right: 0;
  top: 0;
  background: #177244;
  transform: rotateY(180deg) translateY(-50%);
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.slide-wrap .slick-nav .arrow_box .slick-arrow.slick-next:before, .slide-wrap .slick-nav .arrow_box .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 12px;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 1px 50%;
  opacity: 1;
}
.slide-wrap .slick-nav .arrow_box .slick-arrow.slick-next:before {
  transform: rotate(45deg);
}
.slide-wrap .slick-nav .arrow_box .slick-arrow.slick-next:after {
  transform: rotate(-45deg);
}
.slide-wrap .slick-nav .arrow_box .slick-arrow.slick-next.slick-disabled {
  cursor: auto;
  background: none;
  border-color: #ddd;
}
.slide-wrap .slick-nav .arrow_box .slick-arrow.slick-next.slick-disabled:before, .slide-wrap .slick-nav .arrow_box .slick-arrow.slick-next.slick-disabled:after {
  background: #177244;
}
.slide-wrap .slick-nav .progress-container {
  width: calc(100% - 100px);
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 0;
}
.slide-wrap .slick-nav .progress-bar1-1 {
  width: 0;
  height: 5px;
  border-radius: 10rem;
  top: -2px;
  background: #177244;
  position: absolute;
  left: 0;
  transition: width 0.5s ease;
}
@media screen and (min-width: 768px) {
  .slide-wrap {
    margin: 0 0 120px;
  }
  .slide-wrap .interview-list01 .slick-list {
    padding: 0 !important;
  }
  .slide-wrap .interview-list01 .slick-slide {
    margin-right: 30px;
  }
  .slide-wrap .interview-list01 .item {
    width: 350px !important;
  }
  .slide-wrap .interview-list01 .item a .img {
    margin: 0 0 16px;
  }
  .slide-wrap .interview-list01 .item a .job {
    margin: 0 0 24px;
  }
  .slide-wrap .interview-list01 .item a .job .potision.none {
    display: none;
  }
  .slide-wrap .interview-list01 .item a .job .potision span {
    padding: 5px 18px 2px;
    font-size: 14px;
  }
  .slide-wrap .interview-list01 .item a .job .department {
    margin: 8px 0 0;
  }
  .slide-wrap .interview-list01 .item a .job .department.none {
    display: none;
  }
  .slide-wrap .interview-list01 .item a .job .department span {
    font-size: 14px;
  }
  .slide-wrap .interview-list01 .item a .text {
    margin: 0 0 8px;
    font-size: 14px;
  }
  .slide-wrap .interview-list01 .item a .prof .name {
    font-size: 14px;
  }
  .slide-wrap .interview-list01 .item a .prof .year {
    display: none;
    font-size: 14px;
  }
  .slide-wrap .slick-nav {
    width: auto;
    position: relative;
    right: 0%;
    bottom: 0;
    margin: 12px 0 0;
  }
  .slide-wrap .slick-nav .slick-num {
    display: none;
    width: auto;
    margin: 0 auto 5px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.9285714286;
    text-align: center;
    color: #000;
  }
  .slide-wrap .slick-nav .arrow_box {
    width: 140px;
  }
  .slide-wrap .slick-nav .arrow_box .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .slide-wrap .slick-nav .arrow_box .slick-arrow.slick-prev {
    left: 12px;
  }
  .slide-wrap .slick-nav .arrow_box .slick-arrow.slick-prev:before, .slide-wrap .slick-nav .arrow_box .slick-arrow.slick-prev:after {
    left: 20px;
    width: 14px;
    height: 2px;
  }
  .slide-wrap .slick-nav .arrow_box .slick-arrow.slick-next {
    right: 0;
    top: 0;
  }
  .slide-wrap .slick-nav .arrow_box .slick-arrow.slick-next:before, .slide-wrap .slick-nav .arrow_box .slick-arrow.slick-next:after {
    right: 20px;
    width: 14px;
    height: 2px;
  }
  .slide-wrap .slick-nav .progress-container {
    width: calc(100% - 140px);
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 0;
  }
  .slide-wrap .slick-nav .progress-bar1-1 {
    width: 0;
    height: 5px;
    border-radius: 10rem;
    top: -2px;
    background: #177244;
    position: absolute;
    left: 0;
    transition: width 0.5s ease;
  }
}

/* lightbox */
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* ポップアップ画像 */
.lightbox-content {
  position: relative;
  height: 100vh;
}
.lightbox-content .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 90%;
  width: 90%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .lightbox-content .img {
    max-height: 500px;
    overflow-y: scroll;
    text-align: center;
  }
  .lightbox-content .img img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
}

.area-recruit-link-list {
  margin: 48px 0 80px;
}
.area-recruit-link-list .recruit-link-list-title {
  margin: 0 0 13px;
  font-size: 21px;
  text-align: center;
  font-weight: 700;
  color: #177244;
}
.area-recruit-link-list .recruit-link-list-text {
  margin: 0 0 16px;
  font-size: 14px;
}
.area-recruit-link-list .recruit-link-list .item + .item {
  margin: 12px 0 0;
}
@media screen and (min-width: 768px) {
  .area-recruit-link-list {
    margin: 88px 0 96px;
  }
  .area-recruit-link-list .recruit-link-list-title {
    margin: 0 0 21px;
    font-size: 36px;
  }
  .area-recruit-link-list .recruit-link-list-text {
    margin: 0 0 16px;
    font-size: 16px;
    text-align: center;
  }
  .area-recruit-link-list .recruit-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 600px;
    margin: 0 auto;
  }
  .area-recruit-link-list .recruit-link-list .item.item {
    margin: 0;
  }
}

/* 閉じるボタン */
.lightbox-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 50px;
  color: white;
  cursor: pointer;
}

/**レスポンシブにした時のナビの見せ方**/
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 68px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 768px) and (max-width: 939px) {
  header {
    /* ここに768pxから940pxの間のスタイルを記述 */
  }
  header .sp {
    display: block;
  }
  header .pc {
    display: none;
  }
}
header nav {
  position: fixed;
  /*
  width: 300px;
  right: -300px;
  */
  width: 100%;
  right: -100%;
  top: 0;
  height: 100vh;
  padding-top: 60px;
  background: #000;
}
header nav .list {
  list-style: none;
  height: 100%;
  overflow-y: scroll;
}
header nav .list .item {
  width: 100%;
  padding: 0 0 0 20px;
  border-bottom: solid 1px #fff;
}
header nav .list .item .open {
  position: relative;
  color: #fff;
  padding: 16px 0;
}
header nav .list .item .open::before, header nav .list .item .open::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
header nav .list .item .open:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
header nav .list .item .open.js-menu-close::before {
  opacity: 0;
}
header nav .list .item .open.js-menu-close:after {
  transform: translateY(-50%) rotate(180deg);
}
header nav .list .item .child-list {
  display: none;
  margin: 0 0 0 -20px;
}
header nav .list .item .child-list .child-item {
  padding: 0 0 0 40px;
  border-bottom: solid 1px #fff;
}
header nav .list .item .child-list .child-item:last-child {
  border: none;
}
header nav .list .item a {
  display: inline-block;
  color: #ffffff;
  padding: 16px 0;
}
header .btn-gnavi {
  position: fixed;
  background: #167244;
  width: 68px;
  height: 68px;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
header .btn-gnavi span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms;
}
header .btn-gnavi span:nth-child(1) {
  top: 28px;
}
header .btn-gnavi span:nth-child(2) {
  top: 34px;
}
header .btn-gnavi.hb-open {
  background: none;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
header .btn-gnavi.hb-open span {
  background: #fff;
}
header .btn-gnavi.hb-open span:nth-child(1) {
  top: 16px;
  margin: 0 0 0 -5px;
  transform: translate(-7px, 17px) rotate(45deg);
  -webkit-transform: translate(-7px, 17px) rotate(45deg);
}
header .btn-gnavi.hb-open span:nth-child(2) {
  top: 16px;
  margin: 0 0 0 -4px;
  transform: translate(-7px, 17px) rotate(-45deg);
  -webkit-transform: translate(-7px, 17px) rotate(-45deg);
}

.menu {
  display: flex;
  justify-content: space-around;
  max-width: 980px;
  margin: 0 auto;
  display: block;
}

header .logo {
  width: 266px;
  padding: 13px 0 0 15px;
}
header .logo a {
  font-size: 0;
}
header .logo a img {
  vertical-align: middle;
}

@media screen and (min-width: 940px) {
  header {
    display: flex;
    justify-content: space-between;
    height: 76px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  header .pc {
    display: block;
  }
  header .logo {
    padding: 17px 0 0 29px;
  }
  header .btn-gnavi {
    display: none;
  }
  header nav {
    position: initial;
    max-width: 768px;
    height: auto;
    background: none;
    padding: 0;
  }
  header nav .list {
    overflow-y: auto;
    display: flex;
    justify-content: end;
    gap: 16px;
    height: 100%;
    align-items: center;
    margin: 0 17px 0 24px;
  }
  header nav .list .item {
    width: auto;
    padding: 0;
    border: none;
  }
  header nav .list .item + .item {
    margin: 0;
  }
  header nav .list .item .child-list {
    display: block;
    flex-wrap: wrap;
    /* 浮き上がる効果 */
    transform: translateY(10px);
    /* 浮き上がる効果 */
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s, visibility 0.3s ease 0.3s;
    /* 非表示時に0.3秒遅延 */
    /* 非表示時に0.3秒遅延 */
    position: absolute;
    top: 65px;
    /* itemのすぐ下 */
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 10;
    width: 180px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
  }
  header nav .list .item .child-list .child-item {
    padding: 0;
    border-bottom: none;
  }
  header nav .list .item .child-list .child-item + .child-item {
    margin: 12px 0 0;
  }
  header nav .list .item .child-list .child-item:last-child {
    border: none;
  }
  header nav .list .item p {
    margin: 0;
  }
  header nav .list .item .hover-menu:hover + .child-list,
  header nav .list .item .hover-menu:hover ~ .child-list,
  header nav .list .item .hover-menu:hover .child-list:hover,
  header nav .list .item .child-list:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* 表示時は遅延なし */
  }
  header nav .list .item a {
    padding: 0;
    color: #444;
    font-size: 14px;
  }
  header nav .list .item.contact a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 11px 20px;
    background: #167244;
    border-radius: 5px;
    color: #fff;
  }
  header nav .list .item.contact a:before {
    content: "";
    background: url(../img/common/icon/icon_1_2.png);
    background-size: 100%;
    width: 32px;
    height: 28px;
    margin: 0 13px 0 0;
  }
}
footer {
  background: #8B8B8B;
}
footer .area-contact {
  position: relative;
  border-radius: 10px;
  margin: -120px 0 46px;
}
footer .area-contact .inner {
  margin: 0 5px;
  padding: 55px 14px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  /*
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  */
}
footer .area-contact .inner .list {
  margin: 34px 0 0;
}
footer .area-contact .inner .list .item {
  background: #fff;
  border-radius: 10px;
}
footer .area-contact .inner .list .item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 19px 25px 24px;
  font-size: 14px;
}
footer .area-contact .inner .list .item a:before {
  content: "";
  position: relative;
  display: block;
  background: url(../img/common/icon/icon_1.png) no-repeat 0 0;
  background-size: 100%;
  width: 44px;
  height: 40px;
  margin: 0 17px 0 0;
}
footer .area-contact .inner .list .item.tel {
  margin: 13px 0 0;
}
footer .area-contact .inner .list .item.tel a {
  padding: 8px 19px 15px 24px;
}
footer .area-contact .inner .list .item.tel a:before {
  position: relative;
  background: url(../img/common/icon/icon_2.png) no-repeat 0 0;
  background-size: 100%;
  width: 40px;
  height: 40px;
  margin: 0 17px 0 0;
}
footer .area-contact .inner .list .item.tel a .area-tel {
  font-size: 32px;
  text-align: center;
}
footer .area-contact .inner .list .item.tel a .area-tel span {
  display: block;
  font-size: 14px;
}
footer .footer-menu {
  margin: 0 0 148px;
  padding: 0 17px;
  color: #fff;
}
footer .footer-menu .info .logo {
  margin: 0 0 17px;
}
footer .footer-menu .info .address {
  margin: 0 0 42px;
  font-size: 14px;
  color: #fff;
}
footer .footer-menu .info .list {
  display: flex;
  align-items: center;
  margin: 0 0 48px;
}
footer .footer-menu .info .list .item {
  width: 24px;
}
footer .footer-menu .info .list .item + .item {
  margin: 0 0 0 17px;
}
footer .footer-menu .info .list .item:last-child {
  width: 34px;
}
footer .footer-menu .link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-menu .link .list {
  width: 48%;
}
footer .footer-menu .link .list:nth-child(n+3) {
  margin: 32px 0 0;
}
footer .footer-menu .link .list .item {
  width: 100%;
}
footer .footer-menu .link .list .item + .item {
  margin: 13px 0 0;
}
footer .footer-menu .link .list .item a {
  color: #fff;
  font-size: 15px;
}
footer .footer-menu .link .list .item.child a {
  position: relative;
  font-size: 14px;
  color: #D5D5D5;
}
footer .footer-menu .link .list .item.child a:before {
  content: "-";
  display: inline-block;
  padding: 0 6px 0 0;
}
footer .footer-logo {
  position: relative;
}
footer .footer-logo .copyright {
  position: absolute;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background: #8B8B8B;
  text-align: center;
  bottom: 0px;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  footer .area-contact {
    margin: -80px 20px 90px;
  }
  footer .area-contact .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1220px;
    margin: 0 auto;
    padding: 110px 110px 83px;
  }
  footer .area-contact .inner .area-text {
    max-width: 450px;
    width: 48%;
  }
  footer .area-contact .inner .list {
    max-width: 473px;
    width: 50%;
    margin: 0;
  }
  footer .area-contact .inner .list .item a:before {
    width: 52px;
    height: 46px;
    margin: 0 26px 0 0;
  }
  footer .area-contact .inner .list .item.tel {
    margin: 21px 0 0;
  }
  footer .area-contact .inner .list .item.tel a:before {
    width: 53px;
    height: 43px;
    margin: 0 26px 0 0;
  }
  footer .area-contact .inner .list .item.tel a .area-tel {
    width: 100%;
    letter-spacing: 2.7px;
  }
  footer .area-contact .inner .list .item.tel a .area-tel span {
    letter-spacing: 0;
  }
  footer .footer-menu {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto 128px;
    padding: 0;
    box-sizing: border-box;
  }
  footer .footer-menu .info {
    width: 29.5%;
  }
  footer .footer-menu .link {
    width: 69.5%;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  footer .footer-menu .link .list {
    width: 20%;
  }
  footer .footer-menu .link .list:nth-child(n+3) {
    margin: 0;
  }
  footer .footer-logo .copyright {
    font-size: 12px;
    bottom: 0px;
  }
}
@media screen and (min-width: 1220px) {
  footer .area-contact .inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 110px 110px 83px;
  }
  footer .area-contact .inner .list .item a {
    padding: 40px 33px 33px;
    font-size: 21px;
  }
  footer .area-contact .inner .list .item.tel a {
    padding: 17px 43px 25px;
  }
  footer .area-contact .inner .list .item.tel a .area-tel {
    font-size: 32px;
    letter-spacing: 2.7px;
  }
  footer .area-contact .inner .list .item.tel a .area-tel span {
    font-size: 16px;
    letter-spacing: 0;
  }
}

/* 下層ページ */
.lower_mv {
  position: relative;
  margin: 0 0 5px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin: 0 0 67px;
}
.breadcrumbs span {
  margin: 0 0 0 4px;
}
.breadcrumbs span:first-child {
  margin: 0 4px 0 0;
}
.breadcrumbs {
  /*
  .item {
      position: relative;
      display: flex;
      align-items: center;
      line-height: 1;

      &:after {
          content: "";
          display: inline-block;
          width: 0;
          height: 0;
          margin: 0 8px;
          border-style: solid;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 6px solid #444;
          border-right: 0;
      }

      &:last-child {
          &::after {
              content: none;
          }
      }
  }
      */
}

/* main */
main {
  overflow-x: hidden;
  padding: 68px 0 0;
}
@media screen and (min-width: 768px) {
  main {
    padding: 76px 0 0;
  }
}

/* google map */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* categoryリスト */
.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 13px;
  margin: 0 0 30px;
}
.category-list .item a {
  display: inline-block;
  padding: 4px 24px;
  font-size: 14px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5019607843);
}
.category-list .item.current a {
  pointer-events: none;
  color: #fff;
  background: #167244;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #167244;
}
@media screen and (min-width: 768px) {
  .category-list {
    justify-content: center;
  }
}

/* wp-pagenavi */
.wp-pagenavi {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin: 0 0 90px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a {
  display: inline-block;
  padding: 15px 13px !important;
  font-size: 18px;
  color: #167244;
  border: 1px solid #167244 !important;
  line-height: 1;
}
.wp-pagenavi a:hover {
  color: #fff;
  background: #167244;
  opacity: 1;
}
.wp-pagenavi .extend {
  display: flex;
  align-items: end;
}
.wp-pagenavi .current {
  display: flex;
  align-items: center;
  padding: 15px 13px;
  font-size: 18px;
  background: #167244;
  color: #fff;
  border: 1px solid #167244;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 0 0 144px;
  }
}

@media screen and (min-width: 768px) {
  .contents-body {
    display: grid;
    grid-template-columns: repeat(3, calc(34% - 23px));
    gap: 55px 23px;
  }
  .contents-body .item {
    width: 100%;
  }
}

article {
  margin: 0 0 32px;
}
article .info {
  margin: 0 0 21px;
}
article .info .category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px;
}
article .info .category a {
  display: inline-block;
  text-align: center;
  width: 112px;
  padding: 7px 10px 3px;
  background: #167244;
  color: #fff;
  font-size: 12px;
}
article .info .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
article .info .date {
  margin: 0 0 21px;
  font-size: 14px;
  font-weight: 700;
}
article .info .img {
  margin: 0 0 21px;
}
article .main-content h1,
article .main-content h2,
article .main-content h3,
article .main-content h4,
article .main-content h5,
article .main-content h6 {
  margin: 0 0 1em;
  font-weight: 700;
}
article .main-content h2 {
  font-size: 20px;
}
article .main-content h3 {
  font-size: 18px;
}
article .main-content h4 {
  font-size: 14px;
}
article .main-content p {
  margin: 0 0 1em;
}
article .main-content blockquote {
  margin: 0 0 24px;
}
article .main-content ul {
  list-style: disc;
  margin: 0 0 24px;
  padding: 0 0 0 1.25em;
}
article .main-content .movie {
  position: relative;
  padding-top: 56.25%;
  margin: 0 auto 40px;
  height: 0;
}
article .main-content .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article .main-content hr {
  margin: 16px 0;
}
article .main-content a {
  display: inline-block;
  text-decoration: underline;
}
article .main-content a:hover {
  text-decoration: none;
}
article .main-content a strong {
  font-size: 16px;
  font-weight: 700;
}
article .main-content strong a {
  font-weight: 700;
  font-size: 16px;
}
article .main-content .wp-block-button a {
  text-decoration: none;
}
article .main-content .strong,
article .main-content .b,
article .main-content .em,
article .main-content .i {
  font-size: 1em;
}
article .portfolio-area {
  margin: 0 0 16px;
}
article .portfolio-area .portfolio-slide-nav .slick-slide {
  margin: 0 2px;
}
article .portfolio-area .slick-prev,
article .portfolio-area .slick-next {
  width: 24px;
  height: 24px;
  background: #1b1b1b;
  z-index: 2;
}
article .portfolio-area .slick-prev:before,
article .portfolio-area .slick-next:before {
  position: relative;
  font-size: 28px;
  left: -2px;
}
article .portfolio-area .slick-prev {
  left: -8px;
}
article .portfolio-area .slick-next {
  right: -5px;
}
@media screen and (min-width: 768px) {
  article {
    margin: 0 0 64px;
  }
  article .info {
    margin: 0 0 42px;
  }
  article .info .category {
    margin: 0 0 8px;
  }
  article .info .title {
    font-size: 32px;
  }
  article .info .date {
    font-size: 18px;
  }
  article .info .img {
    margin: 0 0 42px;
  }
  article .main-content h1,
  article .main-content h2,
  article .main-content h3,
  article .main-content h4,
  article .main-content h5,
  article .main-content h6 {
    margin: 0 0 1em;
    font-weight: 700;
  }
  article .main-content h2 {
    font-size: 30px;
  }
  article .main-content h3 {
    font-size: 28px;
  }
  article .main-content h4 {
    font-size: 21px;
  }
  article .main-content p {
    font-size: 21px;
    margin: 0 0 1em;
  }
  article .main-content strong a {
    font-size: 21px;
  }
  article .main-content a {
    font-size: 21px;
  }
  article .main-content a strong {
    font-size: 21px;
    font-weight: 700;
  }
  article .main-content ul li {
    font-size: 21px;
  }
  article .portfolio-area {
    margin: 0 0 24px;
  }
  article .portfolio-area .portfolio-slide-nav .slick-slide {
    margin: 0 6px;
  }
  article .portfolio-area .slick-prev,
  article .portfolio-area .slick-next {
    width: 40px;
    height: 40px;
  }
  article .portfolio-area .slick-prev:before,
  article .portfolio-area .slick-next:before {
    position: relative;
    font-size: 48px;
    left: -4px;
  }
  article .portfolio-area .slick-prev {
    left: -20px;
  }
  article .portfolio-area .slick-next {
    right: -20px;
  }
}

.related {
  margin: 0 0 16px;
  padding: 0 0 16px;
  box-shadow: 0px 5px 5px -5px rgba(150, 150, 150, 0.2);
}
.related .title02 {
  margin: 0 0 13px;
  padding: 0 0 8px;
  border-bottom: solid 1px #444;
  font-size: 18px;
}
.related .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 10px;
}
.related .list .item {
  width: 100%;
}
.related .list .item + .item {
  margin: 0;
}
.related .list .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .related {
    margin: 0 0 28px;
    padding: 0 0 28px;
  }
  .related .title02 {
    margin: 0 0 20px;
    padding: 0 0 16px;
    font-size: 26px;
  }
  .related .list {
    gap: 20px;
  }
}

.single-navigation {
  margin: 0 0 70px;
}
.single-navigation .area-nav {
  flex: 1;
  padding: 14px 0;
}
.single-navigation .area-nav .nav-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 14px;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.single-navigation .area-nav .nav-link .nav-image {
  position: relative;
  width: 100px;
}
.single-navigation .area-nav .nav-link .nav-title {
  position: relative;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}
.single-navigation .area-nav .nav-link .nav-next-title {
  text-align: right;
}
.single-navigation .area-nav .nav-prev-link:before {
  content: "＜";
  display: flex;
  align-items: center;
}
.single-navigation .area-nav .nav-next-link:after {
  content: "＞";
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .single-navigation {
    margin: 0 0 144px;
  }
  .single-navigation .area-nav {
    padding: 20px 0;
  }
  .single-navigation .area-nav .nav-link {
    grid-gap: 20px;
  }
  .single-navigation .area-nav .nav-link .nav-image {
    width: 140px;
  }
  .single-navigation .area-nav .nav-link .nav-title {
    font-size: 18px;
  }
  .single-navigation .area-nav .nav-link .nav-next-title {
    text-align: right;
  }
  .single-navigation .area-nav .nav-prev-link:before {
    content: "＜";
    font-size: 18px;
  }
  .single-navigation .area-nav .nav-next-link:after {
    content: "＞";
    font-size: 18px;
  }
}

#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
#modal-overlay.ok {
  display: none !important;
}

.modal-mask {
  position: absolute;
  width: 100%;
  height: 100vh;
  opacity: 0.2;
  background: rgba(123, 123, 123, 0.2);
}

.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: auto;
  background: #fefefe;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 5px #888;
}
@media screen and (min-width: 768px) {
  .modal-container {
    width: 700px;
  }
}

.modal-inner {
  position: relative;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.modal-title {
  width: 100%;
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  color: #444;
  text-align: center;
}

.modal-text {
  padding: 15px 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .modal-text {
    padding: 28px 15px 38px;
  }
}

button {
  position: absolute;
  top: -8px;
  right: calc(-5% + 5px);
  padding: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #fefefe;
  border-radius: 50%;
  background-color: #fefefe;
  font-size: 20px;
  box-shadow: 2px 2px 3px #888;
  line-height: 10px;
  color: #444;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  button {
    right: calc(-1% - 5px);
    padding: 0px 0 5px 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-weight: 400;
    margin: 0px 0 0;
    line-height: 0;
  }
}

.error404 .content {
  margin: 0 0 90px;
}

.contact-form {
  margin: 0 0 89px;
}
.contact-form .head {
  margin: 0 -15px 35px;
  padding: 55px 0;
  background: #E4EDE7;
}
.contact-form .head .title01 {
  font-size: 21px;
  font-weight: 700;
  color: #177244;
  text-align: center;
}
.contact-form form input[type=text],
.contact-form form input[type=tel],
.contact-form form input[type=email],
.contact-form form textarea {
  width: 100%;
  padding: 10px 13px;
  border: 1px solid #DBDBDB;
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
}
.contact-form form input[type=text]::-moz-placeholder, .contact-form form input[type=tel]::-moz-placeholder, .contact-form form input[type=email]::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
  font-size: 17px;
  color: #CFCFCF;
}
.contact-form form input[type=text]::placeholder,
.contact-form form input[type=tel]::placeholder,
.contact-form form input[type=email]::placeholder,
.contact-form form textarea::placeholder {
  font-size: 17px;
  color: #CFCFCF;
}
.contact-form form input[type=radio] {
  position: relative;
  width: 21px;
  height: 21px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  background: #fff;
  border: #DBDBDB solid 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form form input[type=radio]:checked:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  background: #444;
  border-radius: 50%;
  content: "";
}
.contact-form form input[type=checkbox] {
  position: relative;
  width: 21px;
  height: 21px;
  margin: 0 8px 0 0;
  border-radius: 5px;
  background: #fff;
  border: #DBDBDB solid 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form form input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 6px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.contact-form form select {
  margin: 0 8px 8px 0;
  padding: 6px 12px;
  border: 1px solid #DBDBDB;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form form input[type=checkbox] {
  position: relative;
  width: 21px;
  height: 21px;
  margin: 0 8px 0 0;
  border-radius: 5px;
  background: #fff;
  border: #DBDBDB solid 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.contact-form form input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 6px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.contact-form form .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 700;
}
.contact-form form .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 0 0 1em;
}
.contact-form form .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin: 8px 0 0 1em;
}
.contact-form form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.contact-form form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 0 0 1em;
}
.contact-form form .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin: 8px 0 0 1em;
}
.contact-form form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.contact-form form .from_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 13px;
  background: #FAFAFA;
  border-radius: 10px;
}
.contact-form form .from_name .item-box {
  width: 48%;
}
.contact-form form .from_area {
  margin: 8px 0 0;
  padding: 21px 13px;
  background: #FAFAFA;
  border-radius: 10px;
}
.contact-form form .from_area.address .post-code {
  margin: 0 0 16px;
}
.contact-form form .from_area.address .post-code .post-num {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.contact-form form .from_area.address .post-code .post-num .p-postal-code01 {
  width: 5em;
  margin: 0 0 0 8px;
}
.contact-form form .from_area.address .post-code .post-num .p-postal-code02 {
  width: 7em;
}
.contact-form form .from_area.address .post-code button {
  position: initial;
  width: 220px;
  height: auto;
  padding: 11px 0;
  border-radius: 10px;
  color: #fff;
  background: #888;
  border: solid 1px #DBDBDB;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
}
.contact-form form .from_area.address .post-code button:hover {
  opacity: 0.7;
}
.contact-form form .from_area.address .post-code button span {
  position: relative;
  font-weight: 700;
}
.contact-form form .from_area.address .post-code button span:before {
  content: "▶";
  margin: 0 6px 0 0;
}
.contact-form form .from_area.address label {
  display: block;
}
.contact-form form .from_area.address select {
  max-width: 360px;
  width: 100%;
}
.contact-form form .text {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}
.contact-form form .required {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-form form .required:before {
  content: "必須";
  margin: 0 8px 0 0;
  padding: 2px 8px;
  font-size: 12px;
  color: #fff;
  background: #ED868D;
  border-radius: 15px;
}
.contact-form form .wpcf7-not-valid-tip {
  margin: 8px 0 0;
  font-weight: 700;
}
.contact-form form label br {
  display: none;
}
.contact-form form .title01 {
  margin: 24px 0;
  font-weight: 700;
  font-size: 16px;
}
.contact-form form .privacy {
  margin: 24px 0 0;
  font-size: 14px;
}
.contact-form form .privacy a {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
}
.contact-form form .privacy a:hover {
  text-decoration: none;
}
.contact-form form .from_date {
  margin: 8px 0 0;
  padding: 21px 13px;
  background: #FAFAFA;
  border-radius: 10px;
}
.contact-form form .from_date .area-from_date {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-form form .from_date .area-from_date p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 320px;
}
.contact-form form .from_date .area-from_date p span {
  font-weight: 700;
}
.contact-form form .from_date .area-from_date p .year select {
  width: 5em;
}
.contact-form form .from_date .area-from_date p .month select,
.contact-form form .from_date .area-from_date p .day select {
  width: 3em;
}
.contact-form form .from_date .area-from_date.start p {
  justify-content: start;
  gap: 0 12px;
}
.contact-form form .from_date .area-from_date .item-box {
  width: 48%;
}
.contact-form form .submit_btn {
  margin: 34px 0 0;
  text-align: center;
}
.contact-form form .submit_btn input {
  width: 286px;
  margin: 0 auto;
  padding: 18px 0;
  color: #fff;
  background: #177244;
  font-size: 18px;
  letter-spacing: 0.9px;
  border-radius: 10px;
  line-height: 1;
  transition: 0.3s;
}
.contact-form form .submit_btn input:hover {
  opacity: 0.7;
}
.contact-form .wpcf7-spinner {
  display: block;
}
.contact-form .wpcf7-form.sent .from_name,
.contact-form .wpcf7-form.sent .from_area,
.contact-form .wpcf7-form.sent .submit_btn,
.contact-form .wpcf7-form.sent .from_date,
.contact-form .wpcf7-form.sent .caution,
.contact-form .wpcf7-form.sent .title01 {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-form {
    width: 99.35vw;
    margin: 0 calc(50% - 50vw);
    padding: 80px 0 144px;
    background: #E4EDE7;
  }
  .contact-form .head {
    margin: 0 0 35px;
    padding: 0;
  }
  .contact-form .head .title01 {
    font-size: 36px;
  }
  .contact-form form {
    max-width: 900px;
    margin: 0 auto;
    padding: 55px;
    background: #fff;
    border-radius: 15px;
  }
  .contact-form form input[type=text],
  .contact-form form input[type=tel],
  .contact-form form input[type=email],
  .contact-form form textarea {
    width: 100%;
    padding: 10px 13px;
    border: 1px solid #DBDBDB;
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
  }
  .contact-form form input[type=text]::-moz-placeholder, .contact-form form input[type=tel]::-moz-placeholder, .contact-form form input[type=email]::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
    font-size: 17px;
    color: #CFCFCF;
  }
  .contact-form form input[type=text]::placeholder,
  .contact-form form input[type=tel]::placeholder,
  .contact-form form input[type=email]::placeholder,
  .contact-form form textarea::placeholder {
    font-size: 17px;
    color: #CFCFCF;
  }
  .contact-form form input[type=radio] {
    position: relative;
    width: 21px;
    height: 21px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    background: #fff;
    border: #DBDBDB solid 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact-form form input[type=radio]:checked:before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
    background: #444;
    border-radius: 50%;
    content: "";
  }
  .contact-form form input[type=checkbox] {
    position: relative;
    width: 21px;
    height: 21px;
    margin: 0 8px 0 0;
    border-radius: 5px;
    background: #fff;
    border: #DBDBDB solid 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact-form form input[type=checkbox]:checked:before {
    position: absolute;
    top: 2px;
    left: 6px;
    transform: rotate(50deg);
    width: 8px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: "";
  }
  .contact-form form .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 700;
  }
  .contact-form form .from_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 19px 21px;
    background: #FAFAFA;
    border-radius: 10px;
    gap: 22px;
  }
  .contact-form form .from_name .item-box {
    width: 50%;
  }
  .contact-form form .from_area {
    margin: 8px 0 0;
    padding: 21px 13px;
    background: #FAFAFA;
    border-radius: 10px;
  }
  .contact-form form .wpcf7-not-valid-tip {
    margin: 8px 0 0;
    font-weight: 700;
  }
  .contact-form form label br {
    display: none;
  }
  .contact-form form .privacy {
    text-align: center;
  }
  .contact-form form .submit_btn {
    margin: 34px 0 0;
    text-align: center;
  }
  .contact-form form .submit_btn input {
    width: 286px;
    margin: 0 auto;
    padding: 18px 0;
    color: #fff;
    background: #177244;
    font-size: 18px;
    letter-spacing: 0.9px;
    border-radius: 10px;
    line-height: 1;
  }
}

.product-movie {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 800px;
  margin: 0 0 40px;
  /*
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  */
}
.product-movie iframe {
  /*
  position: absolute;
  top: 0;
  left: 0;
  */
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .product-movie {
    max-width: 800px;
    margin: 0 auto 64px;
  }
}/*# sourceMappingURL=common.css.map */